{"_id":"fundamental-styles","_rev":"2548-f3a684454cccfb0cdf14336a7ee383bb","name":"fundamental-styles","dist-tags":{"archive":"0.29.2","latest":"0.41.9","prerelease":"0.41.10-rc.5"},"versions":{"0.1.0-rc.0":{"name":"fundamental-styles","version":"0.1.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.1.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"91f85f570637fc485c7a7ec67107f8e7ef871406","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.1.0-rc.0.tgz","fileCount":327,"integrity":"sha512-IoirOpo5+qRdmHeSlm3EX/pecusNVDSgbc6qi+2SmFSerqCa5VJ8tkDMVndTwzyRmUGMPhBCQWrWHBZfx7vCrQ==","signatures":[{"sig":"MEUCIQCMqjnCDBnYLUF3ZGu+7x+EOcQwUmGuPSXIqESq++NorQIgZfRnd+8oXpc6lt76gL9f52bPqlNjea5mTMROMGtx1Mw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13058601,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9o8qCRA9TVsSAnZWagAAWZ4P/jKLpNfc093h9nkAv4B4\n1goqeWEymUhVTvlxAp5rOdb3ZnUNVQiuFn5pF62wuZOImm+1mosaNoKpFs7l\nJNlIhLhn6ZvtD6T5b9KnksP/Hb9fUVViL4avC2MrB0EhpOqH0TT018SuDefD\n0XkuaSbZxLBJBeQ8nFzhQBjY4BWjR6+yYoODoPjNTPhx0AR+ZJqQkCRSTRKj\ncWUdSWMbju0dlNkr2tX+SvSzdFcApfYmkJfK7YpuBMGd37pvj3iE7llNxRAG\nRJaxrA3fNxwAEFmr6gPTFMgzc/yljNxrjxRl7XO41k/5vAm/mNEXuq9malKw\nMf4o9zN8FXtxbiiysPGVrSYE1ET2hpSvlXVYUlwpLXH9hDK0igFfziMu1qGX\nKp8mXPnkYIloYnWwI0p2CMgPP8jf7rBbnW8QjxAJYuJE/hlMzwQflqfHEr3K\nA0ahcVu8d2dKtWwbiNjyK8LuzplBfOShclw+H9t1X8ll+xKyy13ssoLQ00k2\njW0xAJcyMxRX5ByMBVCpyijjkOQsl9HSiEOzoUW1UDf1puRll9FZBGj2m8a7\noImkZVL3sDUOxgOzTBERUt+GMLGC7ry62hoeydfO1t/lAn6uE40vsDSiRI9Q\n732liXrZj7tL222u2b71c2UiyQ3TB0WbepnDaORtZR5LFVqE/E+qja91NOL4\ndaJ0\r\n=aEyn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"c98fc6da268410859835d3ce6137b7e735a3ceba","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","del":"^3.0.0","yargs":"^12.0.2","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^9.10.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^5.2.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.1.0-rc.0_1559662377795_0.3364171680284236","host":"s3://npm-registry-packages"}},"0.1.0-rc.1":{"name":"fundamental-styles","version":"0.1.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.1.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"38d183656840eaf5ec9d7626f6a4300cf36d5d95","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.1.0-rc.1.tgz","fileCount":327,"integrity":"sha512-KMj3L5DiYRuwPrxjjgWaUfVNJlUH5vupjEkY903UR/fyhkh8fjdjWTzYVqUiJKES1vUrOY4B03Fa7ejx8yybQA==","signatures":[{"sig":"MEUCIHOyRckAUiNDici+zyP6QBCZn7vY/GETI8/QFmfG6D9ZAiEAn7XZiLFXvHRS3vq0n35VccH/RajwbT2T5pjRr1AbU08=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13058735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9qE9CRA9TVsSAnZWagAAJtYP+QHM7P3O2euihMdsRZc4\nUcVEznH8Eq3qxZapxSTxs34d6GaeBy0OGbjbXXOulS9FqM352uvQZrFZWYws\n1bUtnmoNt8raSr32pXB6GiSNELE83hzyhoHn2Jc3MGgZ7o9qkGsuFrNC3/8Y\ntTVTKWQbOZc5mpNVTo5kfsoLs6q0jDEMpFiHZv+yzMujgu41RcbElVA3ywOg\njOoBPG/0yG74yb0i/JCyk+EesGnPpYakpF8KNpkBU/800x0nLQLRweTVizpd\n+VUYsFC088l0rOC42vZkw5+RSsHi849/+aaogq/Bj+yy1mWZFroAJXZB8xQA\nT3YNUQZdG0yiiED9SqNixscf8AZ2et57IvQ2fp2STmoCw/pfYgdDvMWvJH90\n6IcUnGWehRdT0d+GBAKiCn3gjvKG5XYJA+ZiiQLKhn6UlBKn2BbNC4g37gOj\ni0qIed0nZIrWp3ZEbEq6lqKq956BMJtbUuh/ZojYhGS4aOqurbPNob4Ze5RZ\n0zfYCHvddTe7ES/8dM8At3VIIjCNjD2oOT4GPUNqueyQx3kS4lbpmzOf4hMp\nsIouI0WzCnSP27yOq6pjzDuOcCWSpPBUmosqdKT0l8Bp5Lz+PaNb/4M3Yb3u\nyiJEInvfqzD4dn8+I/JBAekV/+SR5Libs4etNwKVvGk2qEBtl5LF5GrY3ItU\n9Kp9\r\n=EmYP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"b9ea83f64ebd57345662f8cb4334fb99ddd8cc79","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","del":"^3.0.0","yargs":"^12.0.2","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^9.10.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^5.2.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.1.0-rc.1_1559667004827_0.414226406560223","host":"s3://npm-registry-packages"}},"0.1.0-rc.2":{"name":"fundamental-styles","version":"0.1.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.1.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a4cb163877f2c2397644bff8571d8d42e978a4ac","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.1.0-rc.2.tgz","fileCount":330,"integrity":"sha512-cSUJVFsSjAj6zDGiQ1K6Vb7CsZSdgNSE7PeUmeRZnLgeYEmZ7rrha8i1b/GjrLDtxe2a/aBqiR7FrqdRbx6pdw==","signatures":[{"sig":"MEQCIEaZVfLfrsJIjUh88s+aOcpzaBZ4NjNCdlzB2vAvAR9UAiBpL/RZGn8J38BeLAR4JITfv/75jhckgBJaPAhdqeE2rg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13072155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9/h7CRA9TVsSAnZWagAAQ0wP/jzOeIBSezNYyxLId4g4\nOQu5Iv3PIFwKcoVN1f3OW/VJX0kxxTIVonEBPfKdvr5vIcjMl+mSPJrMT/p0\n6sbB6/uIDQtTezWkt00PXD0VKM4VVj7+b+wyiQEqf47mA6o2asUhngDXI2FW\nb9snPJQBlPCMnJ1tUcdra5hjK0fvCp9YcxOvTq9xTU2TTq9cnc2+ypmFidJd\nsXwCplFMv+5UbvF5J71cFD/HVY2oc5z0LlrFxog9LrnF71tvzGCELl557CHu\nt/yyCAaoqnzHLQpXnGok532nAQNr8vFOZXVRyRN/UO0KyCICcJtSAeHBH09T\nU4S4c61K6pKs/Zeprayo7KksVtis+2t26B/n/uY8JLVrHHy4VhRoQAgaAeJa\nxjTjnxQw5lc4KzEkC9hpBrh2pOfHRV36/DOao7rhxkACsFsOAKUWuJd+6FUq\nNs6y5uNpkB/UXHcW93jExTJsifGIsFrPLA1Fg+BFbP+VgrVqfj4PdXmcxmkf\nSaQyeAi/ne918fFb/MKRau+OnsFVNF1XL+q144j4nk89zbJXijcwvKbeJZVV\nqoU5EKWlXKlOAetQ3okVaggOBpQMqlBLO305K+OHjuUo3nctI72H+2gYt7Y9\nukQxVnzKeVDkj5+mYRn5WApmTjQr8k/fp41wCYynAsfOT1TEendQXD/Am0C4\nVoVe\r\n=3d22\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"015028521f20f7a151f098defe4540b52ad2835f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","del":"^3.0.0","yargs":"^12.0.2","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^9.10.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^5.2.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.1.0-rc.2_1559754874133_0.7507781327294694","host":"s3://npm-registry-packages"}},"0.1.0-rc.4":{"name":"fundamental-styles","version":"0.1.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.1.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a04b87bc657ba714edab10d85d12656d0ea1c834","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.1.0-rc.4.tgz","fileCount":330,"integrity":"sha512-ylLMysRtzhbf3zb45YsVvjs8pxJ2oX39y2CtuEX4mIFPOlLjH/BG2xPowr1Gz/2JV5KuIkCQ27/aYvYNr1Yh0A==","signatures":[{"sig":"MEQCIFKn1ZmVkM3cBFcIefSBhT8sdDFJ7ydKgEYrsqHD2sd/AiAAtEZHHsJ5p6ICOR9fJ4IcCY27Ks/minlBr+GO8bzEDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13072289,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+TGcCRA9TVsSAnZWagAA1YcP/0CwXgTPlrjRXfhWh5oK\nNdGs7DBs6gFs3Fy7S9iSiUtwDqk7yxbZOIPyEtvBQs7unzVMJc0JkC0VDJJd\nU3qcckYtf/8kB1omM5+UpmnCRgd/KNO5Dn1VzERj4d0/Uc4EYrU8mHpGei+V\nKpy8GiCP+87rzGF7DqosasOGpvHMLq0vkW06Vsee7M9hpxtz6+mb31ojaLYA\n5MOXC6L1Gx0P927n9rHc4XOLrE167Q7eFSgzJ/nUivTCKA325qewPVhNzHb/\nzn46XfxMmoTaE8T3dymhsjVIqJdRXjnOsDmuzbDrhVgdjALDixpjmSKAA/01\nn+gdhho5HkRSPi5dUoOoEclqM8ivh/24NvP1piPLx1DX4yz0jUCV6ZPbOix9\nopYyaCARHS5sVwK3qoWKEA6qYIAq+V8ZIMu2j35IRJa7QxteanSNLag1vrvH\naA0mKYR40/a5t7B1QoU+6csw7pUUfwGAdWoJlwn0SiLWSzAPvB/S1zgCkOcW\n5wnkzvEG6BmGu2OXMSFixWw1Moe2OBOg5EQdFnQzfGIPb7Cbefq7P11av9+n\nYaO8jat5VrDjrjgbBaltiq2frMOtlu8Ffl5Sq8hDlM1Z6zk45/VR/P9bgDY/\nXoamU1zJInKp9da+6F4+kyJNHhRBysxLSQPo/EI/YdcmUFr/o0b1FOSEuFKB\nDlWS\r\n=09gg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"c40a448eeaf4417a6322a538d85fe9271ff60494","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","del":"^3.0.0","yargs":"^12.0.2","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^9.10.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^5.2.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.1.0-rc.4_1559835035679_0.3508865356665216","host":"s3://npm-registry-packages"}},"0.1.0-rc.5":{"name":"fundamental-styles","version":"0.1.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.1.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ca34767993dd7dd2d1770b3f11283fcbf21ad795","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.1.0-rc.5.tgz","fileCount":330,"integrity":"sha512-G1WtNKVzHslaFp+LzOVvB0vS35pIKrQ4DaGyoJdcZ7vtez40eHmnPhxn/gZvF4ol0SmoOp7R+2ysmXIC85QxbQ==","signatures":[{"sig":"MEYCIQCZ8dqOyUg7bCB1A9zZRibVBEf9e32EKN1Vk/gdABAPGAIhANiGlg8HkVmQFkVJdO6lyttXH4qXCPLCLqb6Rd/U7+Pg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13072423,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+TPnCRA9TVsSAnZWagAASokQAIXdxMijZihGAO9Akeri\nrkU1Bd+eson4+wQV0QznfTOeMpYq5uCFoZQFrRwvWLR2V0KzPlXlCnTYwCGZ\n+MQaKUhmMdc8UVC4jtUp4a5EkPZm+3CkVXN6mRRI5BzValI5Sz8qgRvFsLSc\nC3PvEs56gGxuC245Mm0iKvrHE65xnO881kOeIIHi69wbLnp6M6X2EB46TYu4\nI95y8qLem4XR3l18id/CTh1P8Xb6YCHlCHdHghDCIY9sctBXOBrZ3ERsBoRR\npl6p/QGUIiQZ6nfOKRqweouSnczeTTA8qO0vnIHvP+9QWy37hHToWGWFyVRq\nKSHBT53Lirh75yCaERCF976BLMKTWBB+Fe2AySaQpmkyWnrqeDgV9dnPgJmX\nDK/H4OJex2PLDpqV8vYv/gBfaR3Gr/EfDpB2M953liSC/XFG8LfNoJ7PjDn0\niVWnQi1kyerLznVLJPWCMeTjpEOb26m3pDj6WPYzxBfH/sUpHkxwjXIuD45r\nilGEjRINI7iBofEEKg1gE9Gujyje7wdb6cXz0jvoqMk2jgTQL5BDYUIoNQqL\n4+n8JVpmhYBgI7IWGW+rtB8ofNy1xIiNKIOKE+MZ/AM4q+aAYqauY6USKMQj\n/fi0P/kDPL0l9/QD70bkj8Db6eiN2V890RTSI4IYEWWbidAbeJf3F4o8XEHl\n1a/d\r\n=ItxX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"3628eae806a72e130570260734a45cad7d974c85","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","del":"^3.0.0","yargs":"^12.0.2","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^5.2.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.1.0-rc.5_1559835622237_0.21388755580354135","host":"s3://npm-registry-packages"}},"0.1.0-rc.6":{"name":"fundamental-styles","version":"0.1.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.1.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fbac1b90e5c120c4ea21281bc3e539007e110c5d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.1.0-rc.6.tgz","fileCount":330,"integrity":"sha512-6No5g3DWspl5wdLJ/Z5xiWMVvgbFUTCSaq7Ir9OAqAfEGDq3iAhKTmUMldYdYDSJjM63dvCFdy68ko4lc6nB5A==","signatures":[{"sig":"MEQCIHziWQJQsAxQwjNqcc4yfhvf2tqiE/pffWTYdAl675lHAiAlAjpfltcBLeg6cA0wS7EtY1Ex59C0+Cs3tYtLgFr91Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13072557,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+ThXCRA9TVsSAnZWagAAPPwP/jrNYZT5t9DHiYF/yJ0R\n0PtW9FyV5QOHL1Jq6Xn6v/XOeDW5s8yXuOy9IUQ7mk6mcV0jBzWalxdKPq1y\nB+KOih5+curz867guno9aYRGMeyENF62VGO+b05lbkG2te5aCyKC7JAT2s84\nNcrMnZy6YybCNB+vGgzV26moimnHuX0+AdqYtegMWVTKQVe7cwPjy67I8IRg\nrd21+qRZORZgafkexz2ao9R02mNpmC8mBg4lMnRLUm8miW+NcXBFtfISMM02\nMfg/310U0W3WvBxE8qrAJsN/JTLjiHVlOW+ixNEKgOVmvpj9Vza393q8ltuC\nHr8CIzoD9lwdkes/phNibQjZtANVdB9+d6cOYy/7Qn2lTfcH007Ik8u3SYOt\nScon+UAXspGHH30KMIWmvRz0XyIyl8zR79i7URTEaIL0JefXy7QaUc6W5u4q\nC632y2UicLDmqla0vLU/dR7sz7nDVsJP/mq6dQiesGBnQvEMfWhODqFaXp+n\niYLwT+PyGaD+L8V7tv173cnVUpHcbZ7n4c0IiletpGVqGQ/HpuKaLTykVF4k\nKnXI0aQcMZfMOhCgpxe2lq+UiVdemku3W+q7Jxnt6cnlqsiLJ5Gk4E+2haUe\nmEIUrcxeoetZHbwHgEmO4cnq4xMLXAI1eVAdd7uKDO2FPVoU2fbIIT5IuA2+\nrcT1\r\n=Lq0y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"30ae45b3586664d34195a35b38ac1dfba211dd3c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","del":"^3.0.0","yargs":"^12.0.2","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^5.2.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.1.0-rc.6_1559836755882_0.2761914014623881","host":"s3://npm-registry-packages"}},"0.1.0-rc.7":{"name":"fundamental-styles","version":"0.1.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.1.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ea9c57d8b82a29e4b1bc8416dfdb4ee142787b7e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.1.0-rc.7.tgz","fileCount":330,"integrity":"sha512-9MQoXMP8G4VOBKD/ngbctH6IXHFgfFGqB0pTTflmWmUm58yxB3Yl7jya3vPu2GMOvPkMLNUhWNr60lFbj7g2xQ==","signatures":[{"sig":"MEQCICXHex3Lh1zeYIoyd4Bmb+/msOj3bzJkLZiOF7djlu0IAiBLUrDEWcZ437LQlKoQNWsNXy3IjNjceAT9HKO3XNhHOQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13072691,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+T+sCRA9TVsSAnZWagAAYVwP/3wvonSwwD86NWWeFJQn\no7AvL/U1xjg4yL7YG0Tj4q0NFCNiSIpp8RlWmAC+VMITwdQt9unbkbX9+iH9\n10NGfC/mMYeMKoSRm7hPbpEEIM9B3GA1W0a0pHvGOGP+8vuGISKSDUJH6I3A\nMWm4dgTICvDSw3BiwTd9frh2AbwpWs4lkn/KgUJPd2PLXiT3kDtMwcMqUohL\nkU/BcO598cgHVSrzhf6fijIr+V42Xnmp87HGqqnop9zhxSgJ6brsxREyQT4R\nKs2VVzmaIegbJaRuxfTdVPqldNP7zT0eMz3PoT3/OmvPqpS6IcGPdEItAZgP\naMgUY/UJxPiEt9gn3RBap1QY9yZCXLACQbU43rK9ol3YphyfSnYGYK+vBkn6\n0Bpso4Cz3wrlz2APpyCt5RelaOPBkO/ZwNFtxQtTM6OJlnRTFswU+0zCgKpz\nD9Y7IS/08q8w7L8i23X7KonHQ8chDz41Slcht5iRl14rUt4ghXOfay+PvBb1\nI28hWPauY3MKrEeMQzvcguku4vXnd7vjGOZUWx42Y7r8kwr/ocDUs2Uq7g3q\nSOePF0y2b609c6/bBxwpFfriB3HVFbM7kIN39cDPeeM3KBnr5PfaBZmOGk8X\nrGGm/ZOnAExvPV2xbGqn61PQJVCaSGkhMrJWVdRV0ntNz31GckcVjol4rksF\niq0N\r\n=zsli\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"0faa198225ddc12cd864734fc25008d838ead376","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","del":"^3.0.0","yargs":"^12.0.2","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.1.0-rc.7_1559838636212_0.5497290839053213","host":"s3://npm-registry-packages"}},"0.1.0-rc.8":{"name":"fundamental-styles","version":"0.1.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.1.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b3b13d38d7715dcf7727d87c57926dc8e1ea2342","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.1.0-rc.8.tgz","fileCount":330,"integrity":"sha512-Z/XHHT/Yml6ruAQ7ELSLpCgn7Rm4RZPKIDPSAlkehJsTsXruTHmlimegB0ZBelMi+cvQXG/HeOZeQbW92ScyCA==","signatures":[{"sig":"MEUCIQCiMw0ZzwEwNoGQ59i+6W7TdsYMsJqiBAAktHo0ALfz0gIgPMSbYAF8V/zaJ+XUt8cmj3cy7KeSQdF6fy3XgKIdeqY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13073202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+VS4CRA9TVsSAnZWagAAMwIQAKNPyt/QNmvs0pyR5iKv\nhteF0FJfNVbhytOwjQJaHB7/aVX1rOFVtGeubVn1DyREywIFThRT5/wQQjef\nVnmpHeFdWgWIOKryBeGSsrCEsEQj3DxVz5e30J5Fegtd619K46x9W0d1yu/e\nHId10bMQK5CLW3mNLNa8NpRSvuMEWQGEsNzRH0wtPalmSZqbOqb8VhWSVjtS\niRFa/a/zOHN1M+HDafuYNFWrd0zxjvFCXngRRHMsAGGq3kVQb+NNsFD6Qkhj\nwNnCoxs3/eTlieUxes0AaBYHpqoVxIoDhK1qYqPMZRbZlioCKONPuEvIAb2P\niIgamIPAv5ANoFKQoGEIgp+aaJZ0nUorXpNHtB2AQheam6Px8PDSy8VRUuK5\nI5cXJAIjN0QK7njtH9ARU7gEFpkC0J0epaCW9KRDV0Rz6lCwMX2qQNsFFkm1\nvLxCudjlyqZwD4cz7fFulJuDKoyXOHC6+6hCgV7165W/KQ6beW8LV1HAI7VE\nkXUZWOiDXr2+UTruS9onwg6odlsy3kTyjC702aQrk5mqPuHDJnFaC8ZRgepo\njh2Hwg9ombY/LHzuQWwqMl5WZSBr5NAJCpRU9gttd76SJda4pHYj8UazD48+\nYqt8Pz+aEjwJgWr7EyKfeIO01mwFDdK3Xx2F9RijUMwycTNMaLlRjgDGhtDf\nqHB4\r\n=+xYR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"f0edaca27f640803744716132d2a72f00ba44c9f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","del":"^3.0.0","yargs":"^12.0.2","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.1.0-rc.8_1559844023501_0.7897935190346508","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"fundamental-styles","version":"0.1.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.1.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6e73945112e9639a6e366a6efbf5c1bab0aa1e94","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.1.0.tgz","fileCount":330,"integrity":"sha512-nLC2ZMTmxhq4kvP4hypQkx7CnUlXfjYfE7KQJrX6D6zLpb1zAuIuwuEv/D2FEqDkir4T9/nYnYg+agW6T8Mt7Q==","signatures":[{"sig":"MEYCIQDKhi8sX0qLuz5ArD7EURrf/aAv5JfC0C3Ti3rwJGQI/gIhAN3hwLTLIe4u8ELo7vpV7ILeGvJaiBhnuXh/Y+OjauES","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13072716,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+WoRCRA9TVsSAnZWagAAvzwP/jZG+iGG534nIfySJN7v\nCXFmV7GIX7dF+AZgfxpyeG6dhKTeE37MZ3XQ7vwvx3EhjRR0TMEwkwCbgD0k\niJWgeNh97HzoQwe1Gw9eEGr0cgzl0r9F6FKngFpbVBVupzgF330f2UWJUq1h\n9YdDk1ENLv6Hhue8jp7qNE+0WSnyai97SxqoDOpLci5Kl+iuNCJFmLtIUymh\n1ImXmWKj22V1g9RWMN/oTM95P8iOmwRcy5SsoktWmv4BU9ZQ2aPEPbnmOY6N\nsSbRRDWlvRXuIAesw+uiQD7dpIycB5SX6QNI2wu9syavB3Kom6spEMCulRpq\n66xpxOJ6yz5nsN2Sr9fz/Rj++YT4bk2hBPuJumncJCs8dcMbpOocWRmapYkj\n6b4PMbzJWM40qwqgyZXAgGKyrerWRqBGdVZTBvfu1aCTlmGHPPL+7OLN9g7n\nlWhcWA1ae2q7c1mgS1hzhkmDvbtzy64DPVG18Ordz0gqxp2nMoYGXpfnPoPn\n4DRGtbKFV3F2tXKO85/E+VXQdEyowErVRqbfAjQCXpj7t2fU6wOTz/+1vcfu\nF9OETbylg7Qg+Qd6gF2uSHMj1ougD0nP2HErMzKAyPC819zcFhO/dXmsyj9j\nqbUKOEiWyu+zIbRg1nQ/li5wvphcV4fdVdIkQOqk6yEQv7fS8YsX1WSc95KY\nElEY\r\n=6ilz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"4035f4b05c7816116660bbd64fa9de1170242b4d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","del":"^3.0.0","yargs":"^12.0.2","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.1.0_1559849487681_0.05759224232608151","host":"s3://npm-registry-packages"}},"0.1.1-rc.0":{"name":"fundamental-styles","version":"0.1.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.1.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8d9b6c56ba7586e35e73116e9016e676969ee572","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.1.1-rc.0.tgz","fileCount":330,"integrity":"sha512-ITsYYoB/ZLu3jg1UpAcRuxqVrZQK8ACLshyRiAa8wig7Zj0lOYskNhbt8UA4n9UFS6y1EhinTnMluKN0DLGnBA==","signatures":[{"sig":"MEYCIQDegN78+Std6b4MHSK23QoQxhmelhaUXGeAd/SDWiCpdQIhAMiC1oI0wlG6zAG3tGPsBo/OaGyZYQtiI4gWbw9lutqh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13073406,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+oIqCRA9TVsSAnZWagAAEq0P/0mDauxpYeC8b3vAazyZ\ncCtIVyGkLcVFlGNhk5yeEjBESmSDg1YBY6ckKZLXpLXofix0mFHQNmbsqgNc\nDFD5VHyfIm9mLQzC4CI/cSzmXkWINP/mi3COVdB30CfB9LKmchgqe0tSdqHG\nAtKTauYN/yI27/R4I6FbUMgLANcB2uTqsKZhCJQbRqQ6+o3jd4lXWW6gfAcE\nDv2Fm8nYieRWjeEANJN1oRjN60SsYtLtClqSa6tFF3AdCMxWKnlXMMaIBXri\ngzdw6PaplcYLyCbzmKo0A52U9Z5KRlwfX1txDjkA4CAyxjYEVgi3B9NrjniX\n/9Gfl0/yFfoCdY5Jeg8+z9aDzu4MKoSqtzdnHZZdBsT2aW9ujY1lVPJxxUp2\nl9EsfsdLh11T4Jq2+2aAaIbEftr3/7vNTrIxtjsW1OWgIIBvysGI72WKx2ct\n7qXZ2Oemyc0otCVOEGwzp+bRHAx5GNlsU4uJ27CUSCHdH9QIb+VFPUmjp4ky\nwG957RbYAZo+kZKlw132ISq6r1znynN69xZmzd12/Q1vqOD8sw30LKlfUwMx\nQ9gwQA0tL2/V0ou7AcBq93rH6rAfIUYxB4kIJFCVrxG22fmX4wajYBfsp4bI\nhrw1NgxOLyD7dIE7MIX6G6tL7LyWxkVx0aoh+9ud6A+QEXOV3+tXl9TO2Zb4\n1yy7\r\n=YwaK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"92ed9ddfc069c7be51cfc99fae33b5454dce7e58","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.1.1-rc.0_1559921193694_0.6177845828580553","host":"s3://npm-registry-packages"}},"0.1.1-rc.1":{"name":"fundamental-styles","version":"0.1.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.1.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dd5a23064e134801a9b9582327f39aa237789b7c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.1.1-rc.1.tgz","fileCount":330,"integrity":"sha512-T7b8QiXMBEErjK+Y9uS5zR1hnRgeXVZ5ZVm6ZO7O9IFkc9nZW8/D4LlGcJcMZ+NpWYwOiVkGbmCqoRVq5SyGPg==","signatures":[{"sig":"MEYCIQCQfASQ83XyBtZapkWt4UB4A88Jj94AxGn3oxbmWgSBOwIhAIjZCmUKdh/ghOVPAJha2yoPKJdCr7u2IzGtD7SFSSM7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13073487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+ohYCRA9TVsSAnZWagAAWcUP/RhRQBXS9z8WpY8oSq3F\nqzNWKXq+RJ9f8ouu9HsdGnc9xg1nzSne+dTNb/N1oCzWrQ8sM0alg3tSEW+9\nh6tvSS1PKW+JbaGm1NC96lAeiH/H0HzlWow+azBJs3/PS5UFfmT6q/ZyZ7CG\nBABrnsqqA5vE7J5smk8wnI+UOlrBe9UViUJHjiJrGoHLrvBeWD2xTWC5WFGw\nSpyAb2MuDkHnLQFKagCc6YosWaE12x82NXG/BM0v1OULqDeZiIwEaSaD7jap\nQMWG96F1QJTBIjdPzUrzpOa+szdEDWG21hDog6GygjuG1nziD9VcPx1vBScQ\n+PMCZMgHEBOP+gzsmjRKh38zaZw4dCge3GOaar1bYsRHlKMqb+Ye709yd3ez\n018cT46IzQMvYZeXhatZ3MTaIqsNLIHeoodF7laP38V2pBChW9GlUxntbyW5\nllHoxPhy8T/wQJHvpvp8w3peH7csP4JKxAiOmaQ9p6J8eN5NlSNKT2K9g5T1\nacKAPdiEyYxw27gKpYjlXtBkxhMmO/N0Rh0luwXIYp4IWwLk3zt6qAY/wc5n\n5MioscUvJBQZdzC08dp48cqFpLCdULNPMhA30Kxy4ED5B9nE4t9fykz5ssJ4\nblDpkBA549/uvV5JKWNLbHoaCroQP/Q+NFnogsOTuYRE2DzJi4/mI8pT5eBw\no+H4\r\n=KPQz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"da550e8dec1625ad88f937f16bedb26ffe4608f3","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.1.1-rc.1_1559922776186_0.9759442116007768","host":"s3://npm-registry-packages"}},"0.1.1-rc.2":{"name":"fundamental-styles","version":"0.1.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.1.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"547c51cbf591731b457ee637df5eab08837facf7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.1.1-rc.2.tgz","fileCount":330,"integrity":"sha512-aQPfUBhjw/Nb874cZEYMEgRiJpoKuKTnV+X9zmaFivl6inKwQ6jdi9vPAgUf7DozV+L0nT2+5wjWp116NDnVoQ==","signatures":[{"sig":"MEQCIECaakJirLqEaAdhXkRmumaE0t56Bj2KSv2JltFNsraZAiAY82XhC8r4B5hjfIhRPl0Eky3Ed3hk3LJBNcC47eQZdQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13073622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/lsgCRA9TVsSAnZWagAAkkwP/j69rlR66eJsFKMY0Tcr\nvqdrOm2Lpk6JY6fBjK3BweWkHkyN9/2JXgZx5JZhrXDePqe4bhKl5V7g4Z+i\n16Esu9l2Q54govIZKX0FNmzZmDtwRQdkSCjOPNvtzDncNm7lYWmvJm4blOA3\n9BqLBFuvyizyw67mQ03soKIeBe498OnAhO+QnWVyCkuiJ2kw7j3KuqA//z6A\nY3nAvv4gtgWW+voFmT1Z5PnV8ZCBrwRuQCrhh6llarFww7Ls97HZAsorB+Yz\nXtGA7kLHBWrqUF38wm8fsGfnyXTpSnsPTRuKKAcOlINZoZyppOF5oK2L9312\nTM6VYmYXXlErMPMtlJvDY6baW+sp6YsnqSoD8jAnQmyycRFrlG6fljk4cs7o\nCacOTRnO9h52nEhGf63W/LvnYoghYhp1L4laGLYSp3vKms/1ysjAs4QeH9XK\nWei2dZfbp/UZvPDDpyTTL+yLMheFDsapUrK2F63pznVBk0y1Q51K3A31/dEn\nT2P5JWum2ElCy7PRtxv8nRBBYoxW0VvZWsXNAJohdDdYz4+x72KKUih1JBkE\naU1xL4L6ZhSGQlWFXO6uaic/f6x/Sp/hR1OC4cwJgRInnDiFav3zPFjEDDgu\nUu6Y5Uf/YCjdv4dVfb3cRlNHsuSSh4YNU2AF57j7G8r3IuEKmhS0q7lChmPs\nq57L\r\n=Rh9I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"06a4e4d22c33500c3a204aced9e5e3b0af7f2b4f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.1.1-rc.2_1560173343238_0.8043627229135095","host":"s3://npm-registry-packages"}},"0.2.0-rc.0":{"name":"fundamental-styles","version":"0.2.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0c7770756c0ea935c84a6be464c6fb705ec45e99","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.0.tgz","fileCount":330,"integrity":"sha512-jO14+wDLx4b5l4dDsbpuLizinnPU7jNuUQ/JSZCrYT4yXW1u8tUaYsFFkz7CuHBOm54XPvlztATZIQt0y8Yoig==","signatures":[{"sig":"MEUCIDDuhju8a+mQh1vaJs3IpA1a5ZJCjMd+1rC+A4CtvAhUAiEAlYCLh9n0QVT+DRE+To9UZhLTmxb2Ark30F7YQVD+4XI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13108182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/naUCRA9TVsSAnZWagAAERgP/jlVZhToDDXv5k2UmEea\nehOM0qzSx53POcidBvlQlXyDQznePw3pbr0IIXNZ1+flx9wO902I34FSYNPA\n3tmf/KufYeWkkwodPVwO4kTtTekNVc/GXafzF6vAUDqdOKK6EWLU8l/22A5P\nMviKZYHcSvanAoHVRLlrA4WX1lJMIAnULgFHGCbjZylcYobpQ7XMDxh3XWJR\nKXDcPGBOWDmVAiya+v/A9bViOLzPk/HNal709q833JhQ/UU3oq2Fv3sYPCbw\nnIuwQiQGhbAdvEYgQihJLDc48a2d0TTyWhQbCcbdMksnkPRs2MAx//5PV+jf\nUXriSP4buJ+eZffByWh3ApkK+BCmmhQh4CbviCkdwQefax0v32oFxjh95lny\n5wAHj/IwX2/f8RsCdmAZsLRhnKbZNOOiXSVSE0D9XkZCl7feOH6fR38Bfov9\n/f93tcO4leOC+3+JLcMp+F7ACRaQrliOJw/qGl0TUbqMEXDJma/H8Oy1BriX\noGtgaCGfF74UDFad+fEKjESFmFDV9/x2XX93hAMR3drng17Paaal4CxtZc1N\npxOqL1+80uruSJb+p82EqKRgFNpkIwsAHICXVMYBCog/nkCMX2G1GVf5+8Lz\ndbAijVmCPXNOLC0TGpzGfnB0Vmy3dzHtkacHfOM2R6Gjz4krbWnNT+pZMQ50\n+nz/\r\n=EnRt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"8a40b0dac792dc40d127e0c622ca5637106b52df","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.0_1560180371477_0.3672249165812085","host":"s3://npm-registry-packages"}},"0.2.0-rc.1":{"name":"fundamental-styles","version":"0.2.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f707faf1674fa3a068a0a5243121003e2ea8ef30","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.1.tgz","fileCount":330,"integrity":"sha512-Y/HUKYHr2KvcECC+i2ZqANofgusdZrPEQrSLs08bgaH0IWV/S7r+l9NFHRBX/e+bd9SACVnIKs9+CVQdhDsdpg==","signatures":[{"sig":"MEUCIQCRJ13goH9J5wHKSYbP4QinMZSy4Ehh6pcG5jwi/TrHBAIgBvMMjrmeVlWAi80FVjIdbFe319oMAQQgUeMyggLWGDc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13108316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/qvxCRA9TVsSAnZWagAA1fUP/i44YMje0RsH/tmu6OMf\nWPSaLiMyRxAjXIQAAWpkoo8FQ3XIhW7XBSPzmX/L5GHonoCu94wl+IssZmxC\nR3TZjp98o4A4HFgM6/D8BrnekGF0b7IfRS4WQyzW2X/tTumdKJwGBMwNrB7p\n59AfdkWuBWqwktCTjtOnG44DX/n5WbiolNZef7++CuB1xBUOuV/g9NuckajH\nlPfSXaCT6ffKW4oK8LgKbQECbR2jq1f3CpuM4OntaugA8L8OvFnDD0RZdCIP\nzDpwGhBdmrZYIYy4uAK8eeMrH3ywVitsxSrolbimkexwfyrbTbh4PCdJhC1+\nIpyxMofBTfztGdZyoUdl9udaUYxBRuiLJHRQKC69ayuEiHWlrxOwGkt9TwZo\nZGRhd4OTDnvaWp28qSEeSR/KCqiOj4rBZhenni0c+mkPykpnsVDi+coiBFEq\ndMdT3tP5Ak4aeu0AH3vwQ/k47THvUUQeLePIPpaKncsGK3Q8PX+jrdhfENws\nMznj4/lOC+ICSpG+iCYU6SwBn+9HOHxXd8LriLWz4s8clW73zNta/51n1wZk\nLehzp09e6BSJt7ZfHfa7d0s+grRkYUC9cGNMPzgtcQpFs8fy2/HgRviy9res\n7i9lLLnTyhyeD34NEMX9iLmS6I5TcdR9NCyz5bQaMjY1vMJXjm/whGMP+Ic+\n5u6H\r\n=KFLl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"169a7974eeea538026957ca45b5614ab54251fc5","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.1_1560194032247_0.6237572222737755","host":"s3://npm-registry-packages"}},"0.2.0-rc.2":{"name":"fundamental-styles","version":"0.2.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8ea3380b510deff1e97ea99523ca4ab34aecbbc0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.2.tgz","fileCount":327,"integrity":"sha512-i0ygHGnfH+mWtKaCb9MjIytupAvdfCSG5S1xFqBROuzb2JeGZRENsMN/oMFK6sKo+sllbmj+/fowGj9vSUet1g==","signatures":[{"sig":"MEYCIQDfbsmly2hG0jeeEsZVnLJWYX8sFHyKILXB7SBEVbrwgwIhAIFaYYF+qRwVTXrQXyA4i5cfXy8orLcUazmWHmXnb3GM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13087177,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/r+fCRA9TVsSAnZWagAAyr4QAKPHleVGFttekz0wqpty\nGCCD0+279Batfryye5ZSKtDTgCJb5Q9mZ1+OpKIu1xAhhWAdO53U3UjTNZk9\n290v2vkf1k8JK8q6deZQP5KM1fcF5ivaX3r9FbnEXu/Ll0Fkgu2LITJYpvOy\nVteuBfk0byjl5DDM9lDqlCibJpfoNGQH99YOcDLEPc+B1WhjNRNFGhj7DARo\n81Vjfx1I5vyfHIehSB3z1brsR3mUX7QbCymFAZdJC99pvGifUds60SfrWwrg\nT8FECM4SP5IhjQ0N6NwlvDYDfZL/RA3adacDcltZdsJAsJD26Mn6RpJTTt+Y\nGigrzUeHmDoE6jl7J0hcwrw1evUCv4afmZ11u1FVXsh/vlLgG03iMU8NfRg5\nwGoyaEP/F7ab+9fTczEn/HrjZVIgMW5TkTpXwx7D5C98ll1Q42B+Qdwo0fqY\nCNEHMxsQ8XZvY1bdEzb+3WL/jy8ZvVcbbga0xiCx+A6SK6QGz26DV5u5gD9S\nS5SvwWI9g5AJn10bfP3D302uIDXwgyzhZUEtzzmn0XPI7E947AW2Z/WCtxAM\n2cMRJYGzMBpBPXPuwb2t+krI2PwaVd4TZda7ZLEMHZfi4HtHUGgT8K+Qj760\nIKSmILkSrYqPCJmOVZae8NHFAzvRDKaXT+JvaZCybQUvV+MDT2hpK4KrZlqx\nVAlK\r\n=R+ae\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"6ad116a9de6a6549b845f6e993017e1704e75c63","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.2_1560199068892_0.7723858236140797","host":"s3://npm-registry-packages"}},"0.2.0-rc.3":{"name":"fundamental-styles","version":"0.2.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5f46d173d27acca4c8fa1a4828f2f20141f6263a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.3.tgz","fileCount":321,"integrity":"sha512-8pU/Wvgx8/qQ5IcGVZ15eOGg8HZhzsFVdoqpGlIAA+CoGUlLTx+cN1uiR5xlQOwjhpuGyqyoe/CQAStOKONd9w==","signatures":[{"sig":"MEUCIQCXJ3an958KvH33sE+On7a4FAho1Lg/QliU02qrYKGU9AIgFy245kuUxMX+bttcPfrlClmK6nDF6M02cjEdn3MwhDI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12982237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/sSQCRA9TVsSAnZWagAAmoAP/11gw1LoGeUYCKjXyezM\n68RhRCDtNVFgC8SS8H8mwEKiK+HInV34PWV4mKSwWCEK2PiLlRoFpr5tBdEK\nDg0bV1s+Q9vYFmM2Ggc8DaCi3XIbgkXyNL1ShJ2g+zYHAJEjaOPGGM1NwkqN\nAeQPO6hCdodaiyXFp2BgeASy9zFVJijkOpisKoPutoOcU0EpyCiem0JqBAMG\n57UnO615gf267Wh+PJxZBjRWWEidRbABLpZ3ZNK+x+V4l5urOlhNhzsF2tVW\nZKmEt87rXalAxtDvU2ymp7Naaez0VzcygkDnzpAnIxr0iMRcazDvUuuSw6Da\nRG1sRO8F4aoYJ3TiCwE727v/nW0dRNSJyDUAK4lA7hX1TpGIteYnhYoRs6Mc\niY+sGtSOzRYbFcewfRFn6WZQ1h1o9+gLKwtwywBgIe7OEuNjWlS8khJ2km7g\nS7jTM5elfotLWQ3PrmJYW7HKM/YG+AUDm1zQU+cfBsDXiLTTS5ZNh9RR/432\n33OmAaJriV+rFjvu/OmNucuSmuPRGXG03ySnR8bWn8802JRHNaEUQmncyocb\nwVDrXxYo9aZl1sileRe9+aBU/W2LtVG7CJ5mW26+p13M6DXvfQDw0WxNTpZS\niDm2mVA22XBgm0VK+4IS91DuRw1b3y7CydjsaOc14XCfMlLGAckzM6I+0+C9\n9Dkn\r\n=TdKj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"5f7beb3f41de5c91cd75174fe3be2ee871bf56a9","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.3_1560200335470_0.21779343767426496","host":"s3://npm-registry-packages"}},"0.2.0-rc.4":{"name":"fundamental-styles","version":"0.2.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"09db803c9bfd6cbe9e9c9361f2004f78295064d0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.4.tgz","fileCount":321,"integrity":"sha512-j0OYyxi7nj5Q/jprPSodQSJBvOOv1U9rmSEkZvKY1BMHQC5L3Mo+hGgOs1dZ2y4e9dxiSpM8NFw1D/6MzwaBMQ==","signatures":[{"sig":"MEUCIFrSdq6GApSZ0cPr8kF1ho6s8gJwmbD06lN07GZdBpY9AiEAonC1s/3dEK6K9Q3OGyfkbT4rd3rorWelwqDxfGy9jyQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12982371,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/+QVCRA9TVsSAnZWagAA04YP/2kqNHlHdwyE2428xkRY\nWXbWkfe6B7pqwJDgy7JVDQoq1XHElkKyjW0UfAZKrRnD62TNIUhc1a1/f5UO\n5v2xv/XbLvQ/zSKggchex3ZCGygkFQPo5oHtAEj9+WewkXqwc+JrQBGwF9kz\nBYgjOQ4sz1yG80oWq/wqDnT09stGbnwvEPhTBKWbPGpRHjRVWV/br0vPWvkm\nzn9gsuaL2IaIGOJB72hLgbxHWLwROSawd1A+kQ+H6qhcH80UdzxLzDjr7JS9\nn9yWqLTEnMbPWlT/Gd3A55ycM6uvSDJn0jUxMXBpWnjiPDrmwELG4iOHC1AZ\n7An4/FuVvOVonQ4cB6r428L5iNuIizn04WPnBdF2BivledM665D0tm4Vr+ay\nXTUr2LMb0/z+PnBeUmFVw291s/xt25j2dG3bkNg3SWo7KBMjEBUrPlD5AoLk\noovrWE/tqfpyLoR6OZfb8ERzfM9NwTeL9E+Ljg5EKaybm0uQLWAWGfdM3w58\n+bdDip3WvG15DkuseAVmAO9rUEuJeDUS8iEW+wG91NNfw/x9gVpCM1/t4Gjp\nuLPRr2TW7WZU7d/OR0iliz2DoH+BoDPxxFUG3eyxTTGHxRygI9I+076hTHXV\n7B0JQ+n5kqQKZXMp901W77F0U7Ki+etuZNTHe7sPPMYuAJZ9gOjsnLRZ9KNG\ns2Ex\r\n=PZNM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"90937599d0e85847345a80ea4d89f9256edc1823","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.4_1560273940159_0.4284496133754008","host":"s3://npm-registry-packages"}},"0.2.0-rc.5":{"name":"fundamental-styles","version":"0.2.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0ce1bf5cd73cc89b3d0887cf61303d9ab66086d4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.5.tgz","fileCount":322,"integrity":"sha512-qLtIDpuD6YxByDaQKRqEpw6Com6rvyAVLm4Ikn0On2dNSrzSl21fricAgPgZSF/m7a4ivGFt7SI0eCcmPKaEAw==","signatures":[{"sig":"MEUCIGqFI+CCS1ldfBpc6YOwRdMNDl6m6YuTChQ/jLqj3XeFAiEAiH2d8uXVJd416Fvs2fqow+Lq8YkPFGldTKMEIszlhEs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13141084,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdAQuVCRA9TVsSAnZWagAAn9wQAKEBtSDQ+0cD+BSFBEcC\n/Yrgfh5ZoqYEZR4BGQdkHAxQTSbhVHifV7tBL9RWd9vLKB35ELgK4xszdQ34\n0pCj3TRNF4pIEtQtZGiha15i0dquGHlUAxZGNH6DF/jhuPQ3RQQJSLN0Qrfy\n1iALl0sGz4yaD9pfAoCEAaNJrPhynV+5HHiBgepjNEKZF46vhzgnJfrfI/eo\neYR9zDnWizIpTN0LgkBRIvS86ljVr3zMcLY4Az3SHsRAh8L5RghPlwbMMfWZ\n2z0w6pqL9mmCSkuoOa84ylXqPVBrFXPXvwywKe75M8O+lNpJ+pGa1bIrVrjr\n3DaDLoAxpmVjKJJoN2HBBl9ri25dxlp1jE/44qIpgYdBBfvQ9aZz4uahUhY9\nmyEEQlcJ9BlUo2BUg8r32gMzlzfQRfCno54vPR1cMEoxNkb/WXGxAK3Xq40W\n9FdirFVmGC0XTvxDUSi/1ZEL8lhoRzYZE6aVr1RF0xAT5lEmPEW1hCuqEfCk\n+LnlgIn10heMTS+bGTVUlFHsslLNTDYP4xAU3+4KVCUbXrbjf0H2xan4E24T\nD+3B1k4vZEWOohJTr24fBfT3u5YEvO09RBjlE/CuETI6knJBsKKHuckVYp4c\nlNT2XKIoq6Q/5CX6SXytp/e3dIFJd2Tp/IzFAI4P6PCLOBE87tI3uHxeSL0e\nfw4v\r\n=/rAH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"67c82d107bfe9295bd875400e7714bd6e21f198f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.5_1560349588289_0.3945293785806794","host":"s3://npm-registry-packages"}},"0.2.0-rc.6":{"name":"fundamental-styles","version":"0.2.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"71c178cfba85ff4c8b6af4f9dfa1ed5274ebdd16","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.6.tgz","fileCount":322,"integrity":"sha512-D9Ym/wAC7rGdycnZEjC8pHaCOLACtTcCKy8jd72rJXNL3xRsFqcFfwZgdD5T+35GaN+RrK+kV79X3KIV24/eEQ==","signatures":[{"sig":"MEYCIQC/+pYV5QK6dEdBC2fu009bz13TYtlgqunUD+3Vr/v/HAIhAMJMWGDU7wMaM4u2Ah+mIbQsIEWLeoFrwb4BW+MML/Qx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13141218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdAR2GCRA9TVsSAnZWagAAhXMP/iy1DDkQNiDyJ1d5FS5n\n4rpbv3ahGmrOy5cRm5MtQ6PPViOJRBXMnowG1f9Cinel6J+ofBSp9PlKHxOM\nN4/uab7974LZDqc2RVUSI+uGkYOsnZVRB+ciYX1FpW17AceMQf7RBMymglDt\n1+6qmE9eupFtdtDdxRlVsJwIBZcTQQVlxLeRDE6131Llykq2/3YrouAHekfk\nA1KVeL1Vx+TpNViifN6d7J7Ec4FEhNtIiM82G0weZKcjtqIiebA9hbsrnihu\nmMEMZ8ACnioU+BY/QeGI19E1/hoJ7konsVOCGuGfw1oG6ahYJ/cyeYUiw0FH\nP+pd+TnYSHo9PmdtojhvUhiSL91fcdhUKlPbpDgrav6zEWilFeTVO+0ORCLb\ntxjYEGA66imAGdC8mCwIRBQaY8q0r1cDQZ93ZbSfWYtirKUEUKB5t+lhR7A5\nhQbLmDoFZEI+5/RXqH4MvNwg56YqPiouEr5dp6f8HNc+CvgKMdQSQcj0Iufu\n4NGOWZ2oBeS39wwRaqnUsu9VaDyhrTr366f4m+Yw6VmOAEfWoBDbvnhn8Y2f\nqb8iF7RbL5izclfGJ1V09BGIxhEqEvXPxZq/eO57iZex0OiXm/0+q4+jfidv\nMm1agCumUCBjouvXOHZdG9/C5I1jTrP40J9oSjwvqUajBbqgNhorP7LQY48W\nahwl\r\n=e661\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"72e4dab6c5e67022319d7c488e803c5a3bdd285b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.6_1560354181005_0.9055798475511578","host":"s3://npm-registry-packages"}},"0.2.0-rc.7":{"name":"fundamental-styles","version":"0.2.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0024b940426b3adfc4bf2c0c0f2de3abc9abcc1e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.7.tgz","fileCount":322,"integrity":"sha512-vh+mbtZSLdXF/geBzoniUPDKjF3YDvnU7mQfNDg4mz/FSRY5oBS5j8GLEAixZxnrgkjqXUKnxF3lrNl1Ioq5qg==","signatures":[{"sig":"MEUCIQDZlqsslohmIdDv8sbu2xjgOXv3C5CT0efEIhao8rD1/QIgGI7RrmVxzI5BI7ImVf+ZwmW0esUuWZvx0ArDTZ0/+3w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13141352,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdAn67CRA9TVsSAnZWagAAKGIQAIfEKy4IwdGKe/QKsvk0\n96mEHCVRap8NqA24clRrb/4OqPZJUMC53JpZjnOtlbbW2diJ078+E2dQVXP6\ngROleSRHP+IajDMmMBpjnH3caVieNgmz/5dYavWPoLVvHwREngLxa9bMQEnC\n3RSXouDNsG6oixOz+7y9G5i81wkwbOKqFO3VLsfz0fsU/ymMbi19AHj5MEpb\nycXWiNKZq7ORCXXCubxaTZCa4WVJISUSfQKIsnnAT8uvdufWW47fwc7d5E5T\ntbB4li3aeNIj9q17jDtIBC9mD12MX9PDKbwJFQhIvfSx3r4pqM35DsIj3qiN\nvz+4IgZpVXc8rE9vvN9nNuluLek4f0NLmcll15WdBddHemyZiFhHcyZnevGA\nzroL/YDLSkjguxO4NWEuFMCUBN+H2Bsaznhkj3FruMNTDzm2RB3QOhz0NVrH\nGfCEjwKE7l/qTVx/A+Qbbcueq7Xk28crMxY7Kqf50QLuV6Xqw0nUqjyfuvBa\nG+WIu8j3I6ztlG2U9q7O+yFp9WmV4FG7NqoNvvBv1fVlod1E6nVAaO9LV+xS\nz2icu2DLaG/aFTzo1Ta7lEnKiHEtX4xUlBV15nWGQJcbV3jcejdH8fuO4Zc+\nFegXpnVdpRxohoiKwRf16xzzFjK0nEp2RNVkr0swbanxhXFl6mv12Fd0wFwR\na24P\r\n=SbeR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"8b824136497f52ac954b7ec5d845f1fdea3c03eb","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.7_1560444602442_0.31626654367810203","host":"s3://npm-registry-packages"}},"0.2.0-rc.8":{"name":"fundamental-styles","version":"0.2.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e0e34aa0f7182c7dcc346920ee526bed2c06a9da","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.8.tgz","fileCount":322,"integrity":"sha512-VW+jaQivTw/ZdKuDL7Y2Gw30xGo1rOrGp4SJiMigNyfWTB++C50hL6MuSc2ZLVRfdIWQohq0mcyHwX93TFmVaw==","signatures":[{"sig":"MEYCIQCxTGLrzXaNGFOMbxuWFW5WUqA6ThaUVEuek6iqrBCI9gIhAO/Hzr0tKlY5s9CdkYiEelESTtgroj2+Uz+gv5+aq4Fd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13142945,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdA+zQCRA9TVsSAnZWagAA44UQAIvIX1WDyBByyL8D+Ipp\n+A2loQFcxmypVzlCj5fqOiU9brkZcR47oP8oLRf5Gb1r9odbdipQrkP62p30\n1nnuiU9OCjTlmykFrxBZ1zAT234FBYTVm1cQcHZSjodc5zaNK73I2vPQpSDf\nsZof98zxKMqJVOddRG7XkIlELv9GFoFQE0hXesclNlAPvMtEpXmGqdSegy74\n3FuCu7gxDAfo1V8EvXrXWwL7RloiQGSkIB23jkqzOVcTqwdor7i2xf9GzWud\nE8kuEVQ9ezY2ct51c+detbtR+9mC8v09hoARmhBsRIkSn1mElL7pRwjP14IQ\nLrW01IZZszXRBYXxt07bOW8Kso142mfFWoJhAiqU235mfL9ON9xpyXXoFudW\nT1GxoiPo8TnsbZUHhsJreSkw9IGTiN26T3dA1UjBygdCgErd7uS8bF9Pgnrx\n0+w7uRPYqGmmUMrdnGoZJz+/Whc/8cXqpJVppGxo8Nmy0RQrtTmjfwuRsGxw\no4j6gwmvtkPwOz+IEX5TCvCc9JB3s6PelwsVOxw+PKp6+Dr01KyK5oJnPA+7\nvGZQcbzWNdpMQN6zzGrU6iKRzkrZqOPb+wD1T4vZ39PRdLfostEXPS5bc7AW\n9UxKwLXVlZHrSS9oViTs9ngNUJGf8D96ta98fXDr6TyGLufXnEGnLZhpoFdG\naby7\r\n=2GpT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"48822277a706a6236d16ae359104013034a13921","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.8_1560538319339_0.776651824710566","host":"s3://npm-registry-packages"}},"0.2.0-rc.9":{"name":"fundamental-styles","version":"0.2.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8013b7eb1ec94972a9677739ebff59dc3f8a04f2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.9.tgz","fileCount":322,"integrity":"sha512-Luu7r9GH49ID8kN0uZt8N8738XzOxonN52mVtkRkjDJfqNV3FV8slOpAMmg86cqQ44eRz1l0sfX7HMKUtlrCEQ==","signatures":[{"sig":"MEQCIBrY783qzPTtwfTCI3DeTUNeX+KVR9/TAVvrVmYouFz7AiB8Pkj7owTF8VGjII9qy8eKJ8W/mj5c8RtjS8ys9wZN6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13143254,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdBAD9CRA9TVsSAnZWagAAhXAP/05egsX2xUtf6jOEjR4z\n+3qNkIF2GM2aMcfl868lMvv4M9HDv59Dbj1E28g9TgnwqqAFdce15xAPZGli\nE+oRi6Ua5inR2Zko6kftJvX21F3EwTbbgDEbWXzZ44HXf0tMRMMhrkgcMKSq\nn3+51RjHBoh/hiHSdqgXTH2m/7C8dUCyoMxwdntgKFzEOxzT464qQwq7xPzb\n3vlBc99k57SWDS6SoIZ7GqRZsxGLjIMX7sjSXgSKeZ3Oym8tjHOYc3mLbU4V\n2qPk5Gpjr1A3tL2w6VDP7hW//7wZHXLWWfciZr9uDQd/pcJ4P1GzUQI3lbLM\nOItk65IJQsMEYGXWLjlBjVPh65/E3uDSQPBIPG+XWu7+4F8LhblZ+rjwnoKN\n5ZeT+vJRVZaa0mPk+/pqpqnWm4mWh7bMyKtvB03fZvTKj4FahfBcqpFIRiFv\ndpNwBsOw42fJaBp4DpYaslwIp0/fvwNfZaBEklgDRxXj2uV6OOOID8yxEQ2b\nOYF0ldG60Egf5UnhXwzvMosAAoU60r7ihWv5yFXzixDJlADLcuScum7tDX/y\n1dxvvxcc7BG2qv4HxEmNSZskjEmBCQMdhKEvE/QLk5WVIVV2FurzZUWVSXVk\nNHeyGNPazXD7FX701up8mRRU/WvORkG8rbLxl9+iPuq6MNnwhF+ifi+pePGc\n7tpb\r\n=Fr69\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"311fb308eef633e79a4f766f1e1b65ee1822c838","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.9_1560543485218_0.2998080942734518","host":"s3://npm-registry-packages"}},"0.2.0-rc.10":{"name":"fundamental-styles","version":"0.2.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cb7473d361ac8cfd63c4b40c0d593e400b1dbad6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.10.tgz","fileCount":322,"integrity":"sha512-odKEkVFquFg8cRyKrAziqx/ynvKLjLGEH3iKbTd+FM6+bfswhxdJSzxLoA9dCoAI3vvOSBx3nmEqVsaShMTPgg==","signatures":[{"sig":"MEQCIFhlaxGS2vEB5A6YNHq8WNQCBbbIHaZAT/FnOhYHB9zhAiA4oJN+zPmErPOWDJZ9lrI5O9tclTEDlMekA6t5sVri6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13130645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdClspCRA9TVsSAnZWagAAK10P+wVN83g0x+RK94K9caa/\nkfUHAhTbWqyiGJNlgILcVMrOP0a/KQrLtCjMJ4mUX2qmwc8ZLd53XJhSF/Bp\n5tFDxx4mt465tbPKxrGzKN3MNeOOUQtkNdfFdtmMc2OUA4b0aueMwSx6+fte\nXfT3IIC7bGXJrXNIfJI4FM85WzdgrfQeu4bVTt+sNC7vdcL9Wzn00UB3pnNu\nKZd8yMzTgWbqk0c21O6eAiaGLYzmKtlH9E7YvkFv/i4KMnmEBWc8lH+E8Ezp\nyT91HiZ2c8AwP8+8vOtZYuq6gqCTySYhQSW5wS7DZKHRAzumxf7sgE9/XB55\n86TgsxfvSabqnHCBcVLGUXSzALaWV2RId0SMwDPZaF3INSxCXc9URfre7pb5\nskhEGdO7DLGazFzC1xn6BcboCUwVxr+yIEUt4bmKGkgHov9UtU2PuSIJS5hz\nhUGRrjn4/LueXl6cH1EOso1+jgOARrPhRCilSYgHjF/JqNBm05OqKZaQHpO3\nyVLAeGbDb/K1IJTM/kJh8+IwEcKKyaO8S8NGvMAumXyn40pyVVbuTf0oz8a/\nOSmrcTh/vWyEwTBoRV8Vm0vJmoOyM0fg5xYn42DOQrFJdua45cu7P+eg8kyd\n3D4A/qi7OuNse1l26//pTn3+h5GIXfxKrd8jDGBwkUwDr/KCLYXUgQ9IS11q\n3L1R\r\n=CAGC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"68a6e9113132e7e6c691a0c45b4ba824ea768d0f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.10_1560959784449_0.7994673444412987","host":"s3://npm-registry-packages"}},"0.2.0-rc.11":{"name":"fundamental-styles","version":"0.2.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7b5789957d5a87d5f8237032de8a80ee38fd1cf0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.11.tgz","fileCount":322,"integrity":"sha512-08txm5Kr0BfOBmhmZ8D6arm11KjmDjZ12/NbYvcx8V9h/z+PCAZnfdle+zeQ6w9KnASwbfbAfcSRSaQYBUKT6A==","signatures":[{"sig":"MEQCIDxLUYK27tITDDIXfrESZha2gMWrrCQVwa+/jhddG3C+AiBd7qOOfq8fFHxM3ZcgSFPVW8lPX8EcAKWrH5hldjIs9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13130783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdClzQCRA9TVsSAnZWagAADSkQAJCGC6yKoDb30VL1P9dl\nH8u2MBKwGJopZiqd/PyqlNSJXYPA+CAbRJvUTs3VCDrj3F4ii3VaO9Ht91Ex\nR8EmnGckpmna+GaLMYTfR+7ME7eA8Tp5LNYMbab2lM2ikwcYrJl/GY0CrmbK\niihM9IvRf92HnP4oLRKlZrSP/KUvtkg6bM4Brd2hPRBCcumAGtTFisruUO9n\n5bO3HegWFRkShyCs6b+fj7Fdc2/qhRYadnKdeoVXDOKvDYU79oGGZ2V5gTaW\neES0lTKi+FG44JUu0TaNxF5MyQ8TcLUQzewPpHsYsguDwtiz8R/u15Z/JkQe\nvTnYhArczHj7W9GITv9ONCIWvbNQUCH4tQc1TTDnlsLDSK+OZHIEdxOBuV6k\nqxMIdN6DeO4WvvzQqKH/FUNAAqTLxw83dfHpr4zedEqg6czYM1zaa5g+xk5i\nS7S4eM2aDVveC69CWZFF2hkBrNt8gTDbVgZY6mhG5EClmBZdP2d1QlGo7plj\nt80OXNzMcOHSLhTjvNRc02xk0EPV0aXuYP5/x6NRmadODyuL6ZCuFQi8++5h\ndQmecYYC9MEuVzsR50bgcQDQoFrS8tgMsP7Q6KMSj4FRalNbK791f4VCjxet\nxbH0M7vguCLhUpNcfc4PnB2HgFdKWHrc7mnZptTv4jsN7Jw76KryaajZ6Gam\nX29k\r\n=fnpT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"f6b0cb349c3c2a8ea0d95bc169a36d40b4fbc658","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.11_1560960206902_0.16048860329369785","host":"s3://npm-registry-packages"}},"0.2.0-rc.12":{"name":"fundamental-styles","version":"0.2.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"db1825ca27b707e21611c24fc97af9956a92183c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.12.tgz","fileCount":322,"integrity":"sha512-/pPu1EzFLsrFbSLosouHkFwYfEGulpdfxVpghiyHYBPHJJRbRlo25UAWMpo02BgVFwRUtLDXXMkKuxWlqXEWPA==","signatures":[{"sig":"MEUCIDnpYsSavvLsT3MtJGIAPS4Cmn4QBv0+QiomHkq+bdU1AiEA6PUrez55qj0fhtDwUO2jnfzRE3tuJvBPx/WBE+4ZDOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13131314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdERlVCRA9TVsSAnZWagAA8gkP/j/fro20eVLrQxENU8ug\nrYBpZzV75z2JOQrK1DiIw+GqTAkioDBLratEo62mwj2b6eYE+RhL//UPAgVj\ntj3rTrmpWFPX9v/o2LrsaiXjU5hRb1xHY8Ojl+hDXVHisDGnsVyuO0z0Tshf\nmAsuxxh0BMe+ZIhWjDVUz9+5QpQeOTXNbnAQx7gbQzJgyKMOFfJODi2jg626\neCXpJH3F4aehm+fI6U78rvh0Qw3LHeVK3UM3CuQvr8T5AjKzsZ2EL+QDfFEp\n1ViKCzXmICeKEGNNita9l9kERiMye0v0UKTAUrJoIkhjFET2IjSHxFCLP9Yo\n7eFm0N/8k/kS0V1Kfu79P75/OR/tYzMAdLOfKhxGY+/xPvHy5nz7P1XWslx7\nH1nwyTevvfwy1OeHJyb4+TKa4h5vh1azkAnzGfRFsAyaBti5TRB5GzvYVXti\nUEtC/pqz90Gcpa3JCIvteRWZzxWc3/KQCugm51lg3ukpREBwOMKuh0z3YizO\nAW+KT14z1WjtMzozqF4v9OaCG3U7dRTTNXbq65mpnmgDNaJxdliRQFqXKV8B\nNb7UPO2cjCMnd5gkkC+ZzltfWYYKakW6vVqDTMngcNWg3ZDsfQnwyaARiPi4\nzKZtM9eLJHTcNnuu9sEDxQptfBYyhWvrEMaIGkdAhQmrNLaN9jim0uvt7z+8\n/ksE\r\n=ZNc4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"12e8acef68c7ce6e15235ecb16b38b55678624df","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.12_1561401684926_0.9000432291498977","host":"s3://npm-registry-packages"}},"0.2.0-rc.13":{"name":"fundamental-styles","version":"0.2.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a367b8d1956254050ddbe648483e7f35b8e60307","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.13.tgz","fileCount":323,"integrity":"sha512-PxU51YAZxvQiCe7wretFU8WvKg/wq8aOkcMzOBMf7n8IzuXqa5SKKsOK7z9GmTUbZS68j9CcG+Ls9XKaL3Y0ZA==","signatures":[{"sig":"MEQCICrNZxiQahW7PNkURpXhrcxzKUqZ4V4daKIfXcUQHGniAiBeOa4w7kSabzZiYD/w//EwhLmCRoKNGL6hCu5bdRu0Qg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13131874,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFQfWCRA9TVsSAnZWagAAGMAQAIroa6xQSyoudhq3p30g\ncpXy1PseUXFRCjn6A3QmX5EE0zhLZcbofOEYs2fHemS0+rcxtxh6fshoNDIJ\n+UV6Rn2MhGlvZocXrs/6KPwJ1Ie31x1w8nP7hGZfdaI7ZbpkZXusMiFtHIKJ\nfMhxd0/xIN1mYY07ZAi3O4NBOzG5Oxl1Y6f+johPTq3ejqO5znoaIIo4eF/k\nUgEswlOZ5Cr1hSyh+thAsP2I0SVU3bEMH3joqKrIbmn1slQub9rCdIFGc8mi\n781Sx+DfwXe7s4urIG/oSrDTybOpj7ToSIcyoB7hHMNyLggTIr6m+CUdQvFj\nCapafyGT3GgkWY8mrAsJbyGQqye4LLAuHMXLxM2DDEj7ot3VLphvV09JJKdO\nMOIFTRG4hLSa4wnZ4hNAvoIKCH+2cMYouC2htgU4FP4vmSnPrf5NcqpL0LN/\nNfCxLSisqetreAqV7TTWsVzKB7+dSTqJ/fktX6s7MQ3EFLHZbGNXuyagLnsm\nJUUT76chZbKQ7TMzuLG8/r1W2z2Pm+IOci6Y78x9ZCh0PG+eFpJMT01HCktw\nOEGgIMXp9bmuKUAl0WJdMe1ZEXYXTnxObnOPoBcuPiMIRHL8Bw7bwqwVcCwC\nsqnpv6ghlfKNL/V3c7izRPUPrmtm073daxJo34bajVO7mFJ/NdnI+C17l3aO\nl6QE\r\n=I0Jt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"5a6524cb5bf744d2eb0b4b564c37a76acc037f1a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.13_1561659349233_0.632983389791044","host":"s3://npm-registry-packages"}},"0.2.0-rc.14":{"name":"fundamental-styles","version":"0.2.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0152d0231699a639c51fdd808eb82f39b0d32335","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.14.tgz","fileCount":324,"integrity":"sha512-CYVcAnHFNa1wtePOoUkdbsNTCYogTWbwsA4YgDR6Ji9DNRnpzaoFM/rGuJPsBvgqdmWiaXaXZP1hQTwNJo28/A==","signatures":[{"sig":"MEYCIQDfcck0Io94oeWJWdpdSsmWTUiMFz3PrsGsyQQ4A1ktcQIhALGBYaswR4hEWqYH7JuT7WvS8jPgHxDhaSW0NgBxtGfO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13132250,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFhudCRA9TVsSAnZWagAAu1IQAINq2B0wAcHRRrAGMMlh\nHnxnTxVMxzpNlXdOpQzlSNwUgXQMOg4wpzZtVJyWixdi/8QJGfC7eq4wezc/\nzHab6LpRkFQlkOMY6vpr6epJTUFOiSOPRG9JLqY95+n1hgJcu52Fc7oM8PD+\nbZXHkv0BW68Vithp4DmKqZIsM5eT2sL2vO5BE84kdC7581XcbyjuOkUYJ5Ty\nq0JAprltjeTAnb500skijOUTtC00V2JMJ908EdlCK/+HdiQ/K9xwMNiM6vmX\nFVUnSCs1nYuQuQ/cAmaljUx/pNbIFbSw/xVRCfFesUyIq2Y3ksvuzgQmHyLo\n+5x6c+DtsPZLjTqpjWPHV7MLQpRTolp/ZGqf+iCRtcxkrctjQ8JKigy50Ail\n/WnvfoUsMyoBO9ysGuIKpHkhRw4a4kjwM+iQMDq4u2x1pUDTi6lxLUyr6crP\nJuIJq6DqMi5ZLWTNe/f6uM4hew8X+4eoZYBBJt5ahK7O7BnBkJsmEZqvdIfe\nO/WtLdNj6G/pJQjubhPfxHtfCkcOEiyoZUv4aJvp7wd9h/he3HLriSF6P05X\nRxxb/jDhIDMAUcMDCoyRyp7zVt+QMQVe+wROodJMxhplLHkSteSzUhL9tJoZ\n/9iODRFjZHdVQHzBauz5/CfES3g24zlVKwRwX5TfaeCujgjgQom+I5ZnRfl5\n8y32\r\n=lzEK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"f139a88bbc1960c8b86d983e76be681ea00829d8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.14_1561729949166_0.37287571641477046","host":"s3://npm-registry-packages"}},"0.2.0-rc.15":{"name":"fundamental-styles","version":"0.2.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"541555b44efa5742849039e09c11d222de384b32","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.15.tgz","fileCount":324,"integrity":"sha512-U73mwD3UjHhUk8L9XANhvqhzyDAwW+8mmNRcoM5DZSxAlgl3HBGfoQjlJXWH2JDd3JLOBrNRreJ0v0wlBwDRKw==","signatures":[{"sig":"MEYCIQD6AWH3Lo9tcAcjYWOrjP9KYcGDAsUXULDqsiaYEqd8JAIhALbEUpx/fPnwzDb0rDc0xAbtgL3J5XRtsBIjrLqQJi2B","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12970852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFj24CRA9TVsSAnZWagAA+CoP/3NQv7EW2u3cxJ4e7W9g\nox/H3moV+0rxpVKUVPN4L2qfz41MO8TzVh5xc9UFXGpxsLOgCCsSl8ZLYmM3\nv2sbtJQPxG6pNqF+0oI7qF/Llydi+4fReQBwH9NONyROg583s8VN1SDJgHNj\n79u2t99IhrP7zd0gIGKeFyFH4V5Vah32ff37SAx4E/ShOCOssE6AABZDgXVM\nxb9JuT7DinKR9be1gPJwVltmvhrqROzqFncan900qtzF+WwhxHiP7rnMLjic\nRhLr+IaQ784CSm6dFH9a2e/8sIs4Rw+TPl3iqLIj+EP0gAxWPUBEKvMRhN29\n+mlAee3S7uj6huMsbs7SxlebZbht4v8+AlsU5phbiCBI73kN4P1ZnKjyVNga\n4oz8Cm24fuVw4lCU96KRHzFvwEIIXjZ2lhhX6IMpS/sXSD+SVm2516AWODxG\n7VJTmxHHezZLwgk7M9BJevNL3seOhRiDVCqCiglsa0UI9+KRyaMD5hzix7m9\n/C16cPmw9tS1eS71FbO0c8tHKS/hoRK9CmtxPuNNB/mHkbg8LUpCAptFNSkN\nrYz4spovy1poDtBICYL9FX5W2XGm/rTIBIvw4rSQWJFIWIoGPCpkvAdOyxdd\n84Wt9AUmVLNPeL1HyKumPFtT3GFSpy6Z0MESHbCsMGmrsy94kLgGMWm2Ai9g\nwKml\r\n=ifN1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"70a2abc5675e312f7067d03d4fce41e956011b85","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.15_1561738679276_0.12693270143308344","host":"s3://npm-registry-packages"}},"0.2.0-rc.16":{"name":"fundamental-styles","version":"0.2.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b4a1a83331c480a7bd0e7897b4b0b38635a2c889","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.16.tgz","fileCount":324,"integrity":"sha512-dKfgl3NDJNw3X8CVPefrgAhaXmFqDlhqBKryuUx0uG/hK8GjifKcTUDJ5g8/skQR5EN046FxYf8aVF7aDGqZkA==","signatures":[{"sig":"MEUCIQDqz8XEHWHYNJq8vBwuo0DHZjfamF+iqn6uffIndbFvHwIgH8PEZpPuYiVwmxwY5zqa65gNCnNWskM6fohU3Uxj9ug=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12976089,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFk8WCRA9TVsSAnZWagAAt9UP/2hoAS4Fb8RcK97AtLbE\nOKXrMiWNkGxz4WBhaj0XQq4S0DHOBnOUqNdP40jCQTmHkaXZJkzbBv9QRKzw\n+1J8OoAUPthmYkC/dMATMECViJXxhTMQHLKgkyqLeKsF5UkCFl/KNoJ8Lr9W\ne39BjO++jtGEHOaUKYmsrApA+E8ZlPw5fxLtkLLg15VPtr8euHvQf3XaEzgO\nRa1oIhedt0DfAHoh1mECzORBfbkKk56x93FdNGnjD5WK99rPUU5dHm5I+8te\ni3GmA4HW8qNEkGGJuq7Mjy+Jz8jgfoZDfJJ9nrgD53Y48oAN8vQaFoietM6s\n0whgfiOA/k+n2JYE4scavAXcK5/t10/0hiRK3UBUNoqLByzlg8F3DzbH7BPs\ncqO+MWU3B80cYbOrDEhYpRp9rJcSqSnQMA28DntHerJqFipsU6kztDGIF5O5\nRqzN48mmFf7/qCXeGk/87rHB6CuOewip8S2PoXVXvH6c54PViaRneY6mlG2R\nMgtWfYavgsYm7fP642LHDqneVJ9eVze4DfM11gQWSwmvAF7dGBDGzgSZZVj1\nQamtmVVOnYEf6FWNK7T7IWGQ/eMFP1v7aflVy97ZXyBpR8syUFQG9lJ2vLqR\nRCAQ924GdfWtRmLqrIu7KeqOPovFy1qXXImWjAe0VAKTFJ8rvYWFXpAjcqf7\nQijv\r\n=il4W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"909f87644bab826a67be07191f54e20bada24e59","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.16_1561743125505_0.40474277593416286","host":"s3://npm-registry-packages"}},"0.2.0-rc.17":{"name":"fundamental-styles","version":"0.2.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a767a321f4282c65706f22b645b2814c7118ff9b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.17.tgz","fileCount":325,"integrity":"sha512-NvgXPrGrCkLIO0x6eyQWHz1VcocwKC4pK1su/ggw+9+G1klZGEp9CAcnrP+NUCskGFGyLWC7btn5qzz87zOSgA==","signatures":[{"sig":"MEUCIQD0LPlBFr4jxCnzBe/CoF/Qp+snFRldphZrcEyHM15RlQIgcSguj4UOAKaefxwIsTBqm87RcBVY9fYvLjJzd0ITxa8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12976588,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdFnG2CRA9TVsSAnZWagAAnCgP/2Cc59A+0mVFXESFC7AB\nWLaNwATPjXhxpJbY2c+5kXU4ZkrymoLvb/rnMeCyeP0u/1nJ/EHto56y/Hrw\nhhhBJH2mGSB3j6Vj3N8lYW0pWR4dZWaHtZVRWXaD5++4AAye2c1OuUhFpyMr\nNWqW51a7ktrz6wP1amYUutu61u7VY8J/RGc8zPUtYtbDaaV8ONU5lJrNffYg\nZij5Ah28WXfWeAigEL3Lx1ikXAjBFjQmtp6lxEi7oDb+RXZMDS02G7cN+FBY\nJbhV51qFo2X+SV66xl4rM/YUcFr5rTbTVgkp5AzNXsqSZh+KdE/L0RmP6vIN\nX3fYG96roo9VkBRxtaBKzYVqXZH9g6MM2IXCXJtlVvDwB4Yzh75lC5m8bdO3\nIiQCkdF0aBvjFt7yRHCcX30czVriZ57MTn5VgLCSaInSNy1bajeSCKMO767q\nJhuap8uCjg3XskXII3McMkeb1VUWVKpPyqsF1ZbEMQo12015UBpTcrSaq1eS\ndTz/I/K2OJvAnXHw7b7/uCVncx8d2W85/y8a4SJMgiWTPyruNFf5oCNgOgXB\nCMY5o+mdPMLU7AeXPI+4BYmpWHi4IMHF+uWYmb8Rgoj69WcsZ0LHGLZj4l6j\n9iethfnkyHvznHeQeJP9vvtPd+s5l5SDEpBIukVwLT3DWjshh1W58yhp5YFc\nyqK7\r\n=b00O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"cefd8bb727d463c0d8cb9a30ad4ee432413f1f26","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.17_1561751989673_0.1233159576532501","host":"s3://npm-registry-packages"}},"0.2.0-rc.18":{"name":"fundamental-styles","version":"0.2.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1ac43c949968723a3e8f466f8801b5070d397b39","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.18.tgz","fileCount":327,"integrity":"sha512-XP/HycFbsY0NI0y+fXx5Zkb7pzh6TzOIBDleLpFtldLHNhwCZ1Bi3PDkfUK8dCrUMuSr9/BGDgoDXXaH9ogh5g==","signatures":[{"sig":"MEUCIH7tw09aJ9Fa3NzEzZwKjaW2iJEpW8wS1lRcual3E2bxAiEAvkC6Hw16zu+RQxAAYkBLu4qjCaf0vcoVu8GtLtNAB+I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12985915,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdGS3FCRA9TVsSAnZWagAAZFwQAKG0bYkx/TlW17ObKZ/A\n/7LjIdkOq9T5E28sQJic9IkYsEe5VHD0EhbPxFXgNjgXThxxpvpsro2iCzGl\nH34gASTOE32U9S78A2NRW9Js8NNH7XCFQUwCYkO5WYsM8WYKTDvsnKJwr/h2\nZQnDs5lUFvrLYuYRlDaE37WGPw4vUo/gYm05T+lh5BvrEKCVnvOJgG25uLSl\ngYqqcITr62+IxYWXzxncG8g2ikaPRLvSpWBGvTjjMGCBopCuxJ5a2IPgETap\nLvKdVsQg3C79wOo8seiBUr80Ws1FHfJ58UwgoDZjx971sclcD8BgJRVMGd+Q\ncLpytdjr40oZyG9oSsjwH/DxjuR9sNx/YCgei1qzj9BuDa+1iXFDpFH6eYWN\n0FP7uzeRP2KPEXPAfu1GnDqBvcDYsJ1kflWkOaoJTnDj7/4y8G608jvBpiI8\n1KRcpxsBJKF1JxIKmvKAEYk3T04w8jlQXtocxHtmJo+n/iRB2GjO7WsP0BNk\nWc6Up8CVB0iNMvgWaCy9mSnnlZryE2k6JVfNLv6zK5gPMbCti3+tqfjgHlby\nbluAjYXQ2CycrsBvQstb034S5JKtdLgSc7c2IoeAIQ+HnheKxGX6QUvBM37j\nbQBat38v9CnypEANNNjVuTa3AZCEJuAsNGJ8x68qBqdOhjvrQHeKD4UfOvMG\nblJS\r\n=nqD7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"b270f703340ae7bd574e3f00cf37ac581b1e471e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.18_1561931204641_0.9557125017521075","host":"s3://npm-registry-packages"}},"0.2.0-rc.19":{"name":"fundamental-styles","version":"0.2.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3d25552508bbc59fd98f492827d2e30613860151","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.19.tgz","fileCount":329,"integrity":"sha512-FD9iSEfMBw9yN0Yk51NVhllf3hphex2ZGj8t1a6aX3XD+lhyzyTyirdgtD9ISeAoTAYPhvy+Jka9g1A2m5CySg==","signatures":[{"sig":"MEUCIDVrIn9nkJtqungFQOuHrr2F95dgU32pfmK6lFn+XK11AiEAoZPxjf7byVWDRsYp1tTCShD+kc55iyWd4Dcm08hydSA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12997242,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdG8dOCRA9TVsSAnZWagAApRAP/i+hlpmiefNdsgnlJI+n\nHP8iE8n5JboABT32wQl2yqKJ5wYWQs+pNZn5s4K2KPghikxp/IZxKMrs9xzH\nk4QbOiU1d8LguKL3YfhZGBgOxkqwkb/yeMvsEvV7aTtE6tja0Qq/msl++roE\nK1ek1XGz8y1QXfMMPLjTM0/B4s3OXgpYZlio3akEacr4Bo0Q03on9v1zItvc\nDHs1QFSE0llXGahfj8Auilb7bHwMQcrKdYaGkcrzAr7G5saoJTRQmw+Lyuwm\nm5cPxzJJjddtLeoMF+nWgujvqjZFwzNclQ4hKxkhTrm3aFtjFKeV52AZNlqT\nLIN7bhL3ID8pgXuLoWMhlOO+6wDr16peCpJeWH6DK3d3BFiUjFPq3Fu3TGzA\nmkffcACFAfXN4qSZwsqu0KBI8OS/w/7zLGI/3AnDcniHAJi8EF9QgvXTq00v\nuI4Tj6NjyjbNnfWQgly5AlDRxgMYfWV3V/8U1JZWSC3ZnSjTh7jKgh76/9S2\n8HkQmPB8B41bJ8B0uPR2S30gfzKGyCjNXQoB8ActDLis1x2kPPnAd6lXrX/g\nJfXE4WbntU2Viu6XLXWzrf5L/n4+yuPt+BkBitIVdZaG71hwYvlEpXXcxTjl\nVNRYZ2YT21nPY5mAgEs65METC0268OlsBNI2eRksgAak0OKcpp4EV3O98Rg8\nBNjy\r\n=WPkx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"f5ff32ee3eb76c659784a539358b9a30b67e345c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.19_1562101580700_0.952893328911975","host":"s3://npm-registry-packages"}},"0.2.0-rc.20":{"name":"fundamental-styles","version":"0.2.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5f1c1afa412a779f5fdc3bba271598453ccbca26","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.20.tgz","fileCount":330,"integrity":"sha512-/XWCUaQf2X1XlycMQqA08t92dD7yMcFfNJlGKzkMIgZ4iNrYnBBN54JtIxyJrwP9bfjTZQHQUjlAIx4n+Ry3pw==","signatures":[{"sig":"MEQCID/qYaC2WB5rTXtlzYOmMWZ7EtFrb9312UftSJg/9INdAiB/9y2Vlf45Wxt/jkp+xBO5Kz8lr+kQXB0P6wSGTaUr9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12998358,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHKjGCRA9TVsSAnZWagAAOwYP/3z+gTboRJBbUzu0GvSy\nPbhYJf//eiRkdngQwEUcHY/18UUuQMJDovNJXwB0XQggbP+OtBSAs8DaZlhW\nlVaxrPnGL2BmYQryv2oeLp1mMQsUZC0VmUPPGBMeUsTiYcle+lE2xOjWAn5q\naTi87uboY3AT/CQAoDh+JHhATg8uJizjxx3Xt4sBY4at716JHd3p83PM0lNa\naK149K5jDMrlzdF56FdBfun74C1kniHK7VN4ZvP/oAVZ4hVqxvY2mkWyh4eT\ncsphkaSBDayB88Q04rByFnQI1hImLYW9ze44SgH6qeevW6JdcHKOFVBe7r5M\nwg+IykX36bbe/bCbe3+yThQc26yHdbdjO3M9XD6y9wStyot3lYO+QfGFHurv\nLLO0+JbL9pKgNdRnMAffVHb6fIIbG+x6yABGKFWYoY0KtdfI/uM+0d5OqO1W\nqJcY4TfjwP2j3on6CUUQoYnZr056SsrwKkhBxL+tfOZjFQC1HsRQ+x6QoXdd\nF2mRveBC0eo6hSREPB9iLs2pgC8QT4FJychvxjYNPLfxQpKlaX5Tl8U3SN3N\ngyy9FL3bl7suJBO/Y2fRwi4ObroW46ocXZaIaN70FULYT5s4vnUMzvSHUE0T\nkRdb2x4fsb96yuftFOzSsYUYljV0K8SUzZeRUnuw9AAXRSOswsNjv/cj91iz\n8M2u\r\n=+EiV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","engines":{"node":">=8.12.0"},"gitHead":"4c21c93ccc876a58525eed88544d27d69eafc027","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:less && npm run style:minify","style:less":" mv dist/fundamental-styles-ie11.less.css less/fundamental-styles-ie11.less && mv dist/fundamental-styles.less.css less/fundamental-styles.less && ./scripts/less.js","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.20_1562159301409_0.6044639905331897","host":"s3://npm-registry-packages"}},"0.2.0-rc.21":{"name":"fundamental-styles","version":"0.2.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a3456129b6df6bd2df6bd1b85dea263c3c053679","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.21.tgz","fileCount":331,"integrity":"sha512-ediWjJbOu40+TUB1gnDj1PRwX99cZgUMgWkJPBA94T0MBtJJ1hhK1u+VsGia+K8pgNLLySwFvfPvThOus+1DcA==","signatures":[{"sig":"MEUCIQCc14N+9N9/WoTxyTlgO3p0lcGej2SNoAAwGTkH5m64ZwIgVLNf8hn3w/yHPK0UWDo773FD8Yge5vdm5WLkxESVMWI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13543606,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHORfCRA9TVsSAnZWagAAcrcQAJoQm9GbLEzXLhAW0TL3\nzEU/0zp/60PhcW3eYUDeHVtQEs6F8ZaVct4QJka9hxE3CZO/YDRD7sobO49z\nqaGaIeU3DGBPKjpvMzaw/EiP3SOkoouUcZbNuQDFvT9PiTzxiz8UC7vPq10h\nLQrw6lYWGoxgq+btoNRzNgOC86rrPEzFNtb6UgidEl6vKzo5vX5+KDLKvFZQ\nf4LUOIx0tiJtR1t7YVgiTX+a7NIl2i2mpkwqDfr2AL6RpsQnzktYWoMXAFEp\nEftBuF+SV+NcHNyRYCu+isD9FZAJMl74K6viFqs3yl3moW+UtbwR/9BsoZ4i\n83jStTpIPJ56uQD7BKjLGhg2UME0N9n9EWdzdj5RiEj/54HHRGiN8qJqPP1A\nv2JfRovRnme8Z287Zb31K++Y1an1ZjKOPzBEDEtIgc7/xdvdE3tugT4b2Bz8\n3nCFGezpb/ySUm2dUwMY7BsyFzWMRgT0XnGS74EWswU5gXnIW6egkjwDc6EE\n+/ZRAeO3q6a7tViHitStLL3vKTtqjZskbGM2Nl3yDP+JtgXjVCIHFf2rwqtj\nXTvJaJbXoPFvxNAa6WMIfXMbeSPeJnbpkKamZwPFi9kMI2ybBQnCYoaDyBge\nDN2x1c06ef59bYjYcHOzRNoDsnu+ufdZlRCY88tmPlZd24AvSOI9C9QsuBQR\nuofV\r\n=Spxy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"3f8bca25fc31d86015a2c280f6ca12b2a3a12d0f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.21_1562174558385_0.746536894288627","host":"s3://npm-registry-packages"}},"0.2.0-rc.22":{"name":"fundamental-styles","version":"0.2.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7692279ef8cb5f8dca355134e035b775b7ad6fe6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.22.tgz","fileCount":331,"integrity":"sha512-evVQQvaNH9EWL1yMhlr2BnRSsOuuj70c7JVQtCdhKf6fWupYdrh79K+IHJhQF8t1MAsLIXkKu48lSXqWzMNHlw==","signatures":[{"sig":"MEUCIEJNzWZfZjAh3WZfR/ruclfzegdJ+rNFc5mTfK4r63IRAiEA3TSwSlKMQ7QWtAYt321eutmpFOBSGgaa2XhB2j+C5dY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13543744,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdH1a+CRA9TVsSAnZWagAAxzcP/2Xo/Z3s1hqhR7OSjFDF\n8BFh3lz3ZqboKjMy4GXAGh3LE0uQFMRevcwuY6dYjeNYP1ByzXKSAmTY+BRI\n5FhrqUoF/dmKrt5ml6cX6WwM1akEZwt93V/qfZ9BtGpT9ap2on34LvR+TNjg\nHtbcn8ehMtDzhaYJSA0axEWdDzY9JQ5VDs0j+MKx0BqXe6iq1vqH361jcnEm\ndQZtR7x5GG1LWvo/MlQERgl+gHQ2C12Al57OLiYLWQISSzQwZDcEoshHNaBG\nBAGnxLTIMJaq+H5fFpnm5u/DNFhvQWyuZ3jmICcYOKTmE52GMgb5FVNJEHwE\nob/5aJy3EHvSwhaDmL8HcV5XSddwGEt/vFx09AcRVmXGQvwIjd9b3keTDbvw\nCK288IsKADogQ4qND3bFwOrJc29goQ8IL5qIey6tYFM4GYM6GrN/MLtmzqsY\n8NYbhj4vrZw4HgC+uOHsJoTnGdaAGnWBShCmfAu5TQrVegaUxkuiTlXKDDuu\naEVPFuBUmPx9UOMTnSDpFZkH29a4hOFqj4XHhbUixUPf6bEfmj3dUqEnLMeP\nXI2l5TKtbHVqeB/CVo0js7jShkB9IImxT3BqupnGXdkDLqbK3TUjnGL4Tcbs\nsMx+GKz8MaVbBqeyG17WMvrbic54pepqA+EhRG5a8PzteXEFFtwuK5QrV+q4\nf+Lz\r\n=Rn4l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"016619be9f7b5b3c5e9ced18aec23fdd66d9a8b6","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.22_1562334909055_0.3656859589443364","host":"s3://npm-registry-packages"}},"0.2.0-rc.23":{"name":"fundamental-styles","version":"0.2.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9b78d8b0fd963f6d4837790dc5e2e10399406829","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.23.tgz","fileCount":331,"integrity":"sha512-grcFYIQXX+KtQMwgghVyK/YoRC8cbfpXp01M3QOuNqaVZiowQQ5KCbBh7/6Ig+BIx/Q8h5f/Zi8M7hTGnAI9Sw==","signatures":[{"sig":"MEUCIQDo5/pCK0CLMC80KYyNinO5ubBEhDt2LPj114xlUlo8PgIgX2pNbFMQ1nbWwu5weW3ayyqJb+6dBJ8csvzyjzkKAc4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13543882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdH554CRA9TVsSAnZWagAANUgP+QBgt9ulE8H/U/Aug482\nejy0Hmu7U36nZAhvcgiUebtK1G67gOuObDO9PpN3J+3XeAVuGq2BsZMztFXU\nfizrDfKw69a28WPBCia6L7foJRGtCGk0wW3bd/NUqH58X1ZMMop326PbibkN\nmmkXPKWJgehESBkoiijCe5Q+sUlrDQQeH5VYNDkL2hebYkkJnGmnaYccB+dK\nnEW/WlAgHqPrmckrsES9HvxmrZu8DVk3TfG2vXjVuMng6+34o5gjzYvIMirF\ntEtmQ3cqWUoENOqs6+ZEZP9vOsp9+DI11S2xZk1gBGrRVBv6LQ4xzr1f9iAX\nvPBv92QCraSx/h4TkAs/1G0F/bNeouIhUfVCLc6D53HX5RUY4Ox42h9hSEp9\nwSjn6EwGvcFQrlmo+8q9ONdccENoKQKz1+vpU2ixmEYBogjFg9DYmfxPLf0H\nvVntlhUhK3cDxK5c5CnFVaxt5PRMS6NTqtw4zEzBBAof0AEsawSmcAwljNk3\nAPBw6BJ7TE1gKuuAkOQ81rY+rkSEOwCImFTUFMKcVy1rLrCoolh7+2/GEqSK\nME+SkZ5W2h2z6r0xb7/Unfg3s4EnhOuEHI9mtw9JfHzgeO2SZZEcG5tdH5Aw\nx9ts7iqlFMvKxBpikKAnP9A2w4WArPYibAp2aAz7b5DDcgrdauS49b3VaXC7\n4zp3\r\n=P0aK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"9711fcfa02646a259ac14622ea7bd5efc85e3352","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.23_1562353270987_0.6244896584523456","host":"s3://npm-registry-packages"}},"0.2.0-rc.24":{"name":"fundamental-styles","version":"0.2.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"837aec67616b5c2c19e76440e7db85290361e189","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.24.tgz","fileCount":331,"integrity":"sha512-SzOxu97NZ0XOMNovlk6Z48o0eiM6iDc75+b7VrRPkzWEnMSWxke5jvg4bdasvdC7BDA5ogBkLtKquAlEO+OEpA==","signatures":[{"sig":"MEQCIG7+qEtCtnnEyfLAlrmYPgCy1lG07YpBz+VWqCySmBdqAiAjY8NH9WBtiWQHfDVyuI8FoVKp8e8GjWT4HrDI8IMKlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13544020,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJNcICRA9TVsSAnZWagAAhyYQAKJIoJ1WuQ4xp4z/rbj4\n5yfK5qObxZPf3QnEvokMtiye0rS9yYSBEH2yFR77r6VsNOt6qjQsshoR2bGB\nYFlsBZvf/FlSxalcmvJySo9xt9l1mdrtRx1herfPnCozK5zvBFt9DhKDXF8e\nLntS7uQPiQRtTUn8Eg4fNntl6q5PkWer75GdNQGPQE4LBy7Ct+3uGvXPCw5W\nG+x+50e1yDVJkXo95dymOdTlqjhCe0j4PCHrrmedF+57zy/Jc6wAupROVwsW\nv0TGFxtu0sIzx+IfS1DfPWHd+VCG9cSZxoGSxFRiOJCAWkhxOj7tXnvKscoK\noIjhKtrRenTOohXvSYVH5l3hFTWb00bqS3Z7g4cw+PoiQpXUfY9e3frrLgaa\n3vTRok4G/R80Sm4rSxb9mYUPuAFCf0t9Ot3XLMC+/1KCaWEPnAP/hKrH5RN/\n8sGXN/ppWWGiGXfKp116dQTAE1VLXVAOmYcTVyOdLfMbVkBYcnKfWUJ5TCQB\niobqzoMPy6DQoknulO9+Knm5VE0AmpoN7oAjl1zrBOcJMgV65tOOukqH+gef\nKwDUBLKmtHbDF5IFaZZyaq9JBSp5xb/5eWDLMtfZCzJguXFZKsnHqOKESkPx\n4HKvgNKgly4izsEUNztMTaqXsxGwpwhtoARsEufKQjw2mUFgIZVgmHMVNi3a\nNE5p\r\n=BIPn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"c5875f11eb00b3bfdab203520907c9424d9b51d3","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.24_1562695431167_0.13204306529932208","host":"s3://npm-registry-packages"}},"0.2.0-rc.25":{"name":"fundamental-styles","version":"0.2.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fbaf45d433bca4c6be777a666ce082ace206a7a6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.25.tgz","fileCount":331,"integrity":"sha512-1toUDuROmrTkdZzDfzO8HuWRevsRzK39DUnigt/Yz5Ma3RmolGWE64NES7TWwZ206kCacvovCKekkithHJ122Q==","signatures":[{"sig":"MEUCICXH+L75WXyckTAe4S1YZIqI+s73kDKzNlrHilO8gBVqAiEAog9bw++Da/2hCmCR0X3X+lgxxprndA1ngtzZYHAVMtY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13544158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJeM9CRA9TVsSAnZWagAA44gP/02Z4IyeXlLVNw4sw1Ag\ntP3QpYRGp/xPp/ZmvMZmaSrfQ7LFhekCLZpgQgEE9QSNE4iBouv6mVuv4NUN\nHjy6CuNgOm6UzOuO2yz0gK9zSX6PseAs03BZSvUWx8wJyQCNyh/YF+Rv8kOB\nGdb2ANfy9+NWU0gv1npMFjGHATDg33C3tG3xdM2pBj5m+tfsLhlPqTgtdChh\nZQVReu5Cv7fGWu42m93R0ymZDPFjy+eCvuwo3V1oop+X4/je79RhXunVPzbf\noNQrlBAnyIZlk9xJ/+uocKgxyluwYbz4lVhx61oLrOZ153CxI9KS/3AjKQAR\nMsHFsObwfwcXgQuAKUpLMbZEISA7l3MiCExKmH80W1wGmFyJQx+KoONm5gkQ\nk8+MOumAi0F5kOO40p2DEC2W8KYnwqQzS/Sis7nyTbL55H7S0QMbMrsvOxB1\nXUidvNY63qauB8dy9UdiqJaBgA95ekXQg0p37aZJef5LR371UNIsbdtZRJK/\n/gGTyetymMGqMMJFpRDHgY1bJsGGOGevcJ9I+plhmIunGfk2Fx55rHpalALd\npyxGKs07OhdTU9oab0mybmssBVKNZ+Nh8hGzsp7R9Jj1MaX87vP2D4hUxx5/\nkTOZTHEi5BR3to3dYf6a07/dqlqFQw/tOoxcHaIif8iejVRuiZA7oKHaKF0B\nFyb3\r\n=Z1W1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"b748decb75545688007397fb7e085d920ade8543","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.25_1562764092985_0.9692794187463494","host":"s3://npm-registry-packages"}},"0.2.0-rc.26":{"name":"fundamental-styles","version":"0.2.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bf0bf13ee521b8515afaa6f1da7c1546e29b27c2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.26.tgz","fileCount":331,"integrity":"sha512-J74Zd99y5n4/Lpk3qZn9g9bf0UPaheJTimHawC0RJou7uKHvwbswpe6rLdHA6v5ETRux1kRPBLsvLi+1mPKpIA==","signatures":[{"sig":"MEUCIBvzloSFJ2YbP2LB5E0pusvTP+KekodhuEdyWWPHa/g2AiEA0RuFcdbmWBX2pa2mN8VdpdPxl3r06JShYpMs/WMlfYA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13594751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJgLnCRA9TVsSAnZWagAA9nAP/i2acm/js3qgjWTBFyIb\nkrIOZABifGu2AUuXppkczEfmj7RCqOfC5UvXXehwI6uBArieq0zjNBm/RNUY\nSwHAv6CwxD8KahkLB9hZWAkpqJWdCERw+qu5Sb+naO9KU1B+ZoY0ipNd56iU\nXPXvONvg67UFoa6YdDEQLVj1Jo+VGjaQ7hvTsHco5xS0tN2RBrQgOqMmnlLt\nvcQvNEcxOAhAE2NBNgYD9ISV/Y7S//fYWHbSE7lvGDCF15jvD1LDPHCFEPj6\ntl5MDn1bLTfRRequlEAXCtsC05+goI3+TrzmtN0hIqtbgkb9IU5ma4djf5F2\nw0qMnREj9cBmcupo1dOd7mbentWW2Q92kIlOzfbl3rrVWgb7Sv2J4IGe8QWI\nf89dJII24jiPz+EYAdhpLGUuBdfpX6BlqQdq9D3BStmZg2w8AA0Q3ORGY/Rj\nM2fdrKWpHTuOFJuEfb1Am3935JNyDwqW/4eql1PFB10jQ/iuXqucIGh1cBb0\ngGyUdAU+ZasXS8jsW4w3FU/wQzijfwsXs13J+jZoDqDTVJ7AAnrx1urpel6h\n+JQmIVmDNSRK7xQkRCfDnhTJBWEigoNHMXU6lPDN01SYiLToqDajOXEFDjg9\n69a/tpo4OlWG92azHDoB3Hl3lz2AJRvvnm4rXB5AdICPQF3pI0J7qzOhvSL2\ndXj0\r\n=nSuJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"4632500862d40d8c80cb45d95fa67f864832394a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.26_1562772198889_0.49003572807775986","host":"s3://npm-registry-packages"}},"0.2.0-rc.27":{"name":"fundamental-styles","version":"0.2.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7ac61be47d57fce690c3c3438d1d6d011c6b7b2e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.27.tgz","fileCount":331,"integrity":"sha512-6Vr2KJV7d4KwOPevyFsivaoSyP39R+14nXpscaFRFJLiUBYjjae88LGvdTWRfYhOLnjJph7M6/ynNoAcp648yQ==","signatures":[{"sig":"MEUCIFNMNjUU9HP+x/eyFcRICeIz0zUYrq4kDtV7Y6WZ2Tg7AiEArUJK3YTBiWNO91rPkuMNY2/0l3qZSPAQqTfycC3c0HU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13594889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJy6tCRA9TVsSAnZWagAA5fkQAJwNM8HN74gnq3G43T9B\n2J/hHtQy7tYN7Ep4MaEE/pQBN4+TiA1Rq+JLwmSCHv9gRTxZ/wMIJoTEWl9d\n+m4iwUdEInVOdGSOKzOP/jF7LB096ave6kdm6prm+Ty7/qJRm4zWIgYmDnPq\nHFiPsrKglVtauhUypXmdMtsSSRGYfjkakb8J5imlLHDu0ixc8rxO6Ode7VRR\nIluOiYkJh34Bz2lmCF7WTUWxEHRc3sfT6xLxOufwWP9TuZesZSqA4VXvOJLF\n+g9kyNDbHY4MIhnqoVX7b9XjJh4a0DpCP1XfBoylm9UQFz9S8djGr0j+kcvd\nBAYfGNevmZ/mFcR/1GQat/8BniK0DSb0qZSDebA1rNO5oadTthqlfec1H8mn\nBszYUFuDn+y2eRxDalqWFqJ24PIZNxyYkwIOEZOfq8pc3/Bfsngmldu2V13U\noi57psxW4eZHnE4GuZbW9szwu/9DJp3xL3TLzg8fISPxNviadC2Q5DIwqa10\n4VENY+TlWyGr8tfc2E/XcJl9BeSKwPwCkQ0kvImgWLf4NoxMM2DhhPBAew5D\nKdG2zqzoGVxnJ0RIXMnOXMjY6Yeb0ftvQuxMQfhnkwUlpWQOg2wSU0xSeBLz\n3TWEnI9lMYmBP1xASJ6gIeVsoqBc3VHUhswRUfGSzWfyGfBtp9gqHbRHcK9Y\nxMqX\r\n=xIJq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"d6944d25d5da91ba1f9bfa48721aca2e64d6fd5b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.27_1562848940254_0.5440655124174676","host":"s3://npm-registry-packages"}},"0.2.0-rc.28":{"name":"fundamental-styles","version":"0.2.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3713081085944bda8567682fabf2b71fcded9fa9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.28.tgz","fileCount":332,"integrity":"sha512-tiYgWnuD1LaGMHAvWz9dYwK11KtaVLyjXEifwkFCSzA06TLi6RtFvmhqmdX44x0GAtyu6k7by/KtdXuS7G0QIQ==","signatures":[{"sig":"MEUCIQC/7odY023YGgXp9QXaQAjbn5J/WKgGKnCGbngzULDghwIgE+YVglCJEQXdzh4E8BJFimCt+aHp6ZiaSMhL+QMQ8fU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13595195,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJzMpCRA9TVsSAnZWagAAwbQQAJU//6bm3X0TA0O/m87k\nX1dU/TgaPg/IJ0O8agdFGsi7HPiJAW/1+DHlWDgWNMuglhc9OKPfqN/h6hnC\n8mJAPVkS61zcq4ol0V9GD31BqZINna/JPi20SgFIBnuGUCOFTxmd3480RO08\nGeJKv/Z963M+6F8oZ/o3rddv2q5jCiYj34cDJ1K2BWp5fZJ3DkRZ4xgpodga\nESra6n/3iejO/MOojA5nJSv94qd6+nIatjG7S+oyW/gszb4HjNco+rw0hYtZ\nOINscK79JtVpRg1MVPXKfyb+BlcAaxv+UAgBxygRtVNp+31tsWQaJzBVRmZh\nForvXCFc8JaIOooNLvYAYm0xlbvs2V/YHRVOz5w3wsqktYa9i8N2VB8OIHbJ\nZBxfqklhVVtHiq9PwMzAy95D4d8sWBv5dHPsF2ae9eAqj+Yqg/XfJnb+eGP6\ndAAuFOFbqtNoktDvA/LIvwBnuvNaqmlFJ+/W7HgVGxPVZ1+fI8YkvXdjhiAx\nZLuQCH4hde0DPBcFvmaqy8Glo8EXFVsrkfpJo7DoxjJDeCbfHPGZKmV/N+6z\n/yyulYaw+zj5UjeSvswOxFRtp/+zrODI0gd4z+LbYtkIi6E2m2kQ5nfVXqpZ\nzyAZ2pIv+nisBRBrGx5fLnKYqZf9wzxfSqYZWrXuTnpVpDkiTq019Xlldm0Q\n1wTj\r\n=D8Iq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"479d05f43bea10d8a70114c3fd3e5cd74f3b075a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.28_1562850088243_0.5626720687834985","host":"s3://npm-registry-packages"}},"0.2.0-rc.29":{"name":"fundamental-styles","version":"0.2.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"14bf358d41d0604965dcaccfa7dcc8643ca7db9b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.29.tgz","fileCount":332,"integrity":"sha512-LxZIsE3oth3Kg5tWZ7U37oIbliDXtJuim9fev6beetwfg3X20j99ZlCqpGoo5AhmmvOiePeTWae/ZgOceuZ1tw==","signatures":[{"sig":"MEYCIQCDd5ap3+tA4lK2vsnCawqtXylURg9Qm0cNBPabC/5qYQIhAOVhNgKiYlpkXOKdBpm4njGEnJs5gjZZUFloHh3hxDkC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13595333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJzT7CRA9TVsSAnZWagAArd0P/2v7DMRjvVcfOZsGp4W6\nPYGVdSETOEZLfqbwwC06Zabtdxh/dn8vRQHhzHDPnTzXMdATFf+mtSfp5P5T\nThyckqx0VdFoAGkgBREpK6fEH+u5CITVeweTGADZ8AKGhNpaRF4uZKL4KkLb\npaEmiMhyXPV7OU+n2d6JWRF33Wa63SC01EqzeNnVkPhj4S1P9qsd40YCUbf9\n/KzVRqpe9yHUs0R5CET3rJrcf7y/WyXHafbWl8ziDR2K3xipZotCLdvJF8x6\n25icwselQPkiFrNmhpgtwyh+aLjESWEuLsKWkyaQbhQrRYKbwzlAjzzqUuwh\nZIxlBR2RM4D6xSGgMzldRy4KuiuVQqJiXXx0Qr14UIXm+uy0A5XID5rFZTmY\n9MEfk2rO49vyTqtxP5itXm7uLGdwIq5WDyVrDKYyqkq866cbbHPIGFwsRU5h\n2m78wRuJzMr33/sSgVHtpx0jECZ6AHxwkd0kBzS3fPY0GmrxjuuKKYzt1efR\nNbAM2w6LTcrkoqx+rH/3SHnWGNJkFkQ3/hZDubyGbrJm6RNPsECc9AVQe1Wd\nM6GMm4K+ECReWR4oN8zOCuY9pXt/qloDvJson6Q9OBRPAHPak5crii+F+wuD\nKWXHI3LZJ76yro5+RwnFLdxBivulY0/47YKEuLPzRNHsSXld5u7dS89iWbAv\nkwSg\r\n=nzn7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"0647c020af280dbe04deb800d9d2cf9523b7e0c8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.29_1562850554326_0.46290089056217587","host":"s3://npm-registry-packages"}},"0.2.0-rc.30":{"name":"fundamental-styles","version":"0.2.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"51ad34a994bbf95c6c5ef485e706ef4dbc1c0556","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.30.tgz","fileCount":333,"integrity":"sha512-pbfOb2KvIB0Znnh7l+HaSwYMLd5046l8kkGFq5xFSlBNNbuz5dBB92cqUbNjhP1FdE7ORyAAjoe1EHqUK0FpAQ==","signatures":[{"sig":"MEQCIGaNqbq2ZOF/x384eybXeELlkZExDOgqDoNTuC0VnjcDAiAYyzy78C+8fqrhHgAfK0cAClWL6Jo9YDBBQIPSggfJjw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13628283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJ40JCRA9TVsSAnZWagAAyiYP/0cu2AMD3mH2SHkkaPDx\nD/HLz+RNFGT3OcvIsdAAk0hLN2xhzcz9l++I6+YVk60OLcZQQBlPMjYgMstC\nUwAtVxDP1G277yoDtbZbNM59v+AZjbCc9gbzmz/XAaDpU1jUh4uzF+GpVHbl\ndyl59IQfYEYO8hBhsGmOuuWYli1Wtb3hmANw9NyvqknvT1HXHx2MEBSvymVQ\nBqSXJa+Zcd0Aol6QTqM0jz1MvkO0xu3y231108r0gWjaoJlhrc0Twnz8tPhQ\nB0bNpif+QEb3EwLbpxn1NhNDwMTm/ReM/0R8rGtS0J7Q7dvLKBdEaC398OgI\njXElo2w0+10r0nkUPXqYvZpXN6/Sob+6zSvM+TgalCWVrKK+TerxAKEoE2Nf\nk+ADAnfALuRriACqBljrFtpvfdnjF+SyKKADskcqMzBqD+UaqtA2PsYMFJK9\nqfTIy5uAnLCWtJOhEFzSSCrItRd+DHM20Q4+nIrqvCIRYAKzVYWyMQ8n6vWR\nEKBaOzS7shcnVSsTkPIlW3xOUFfxIORaE/TEzJniCqy+LZR9Ggsq7JgGsNXt\nNHtkwxGHzDzQvv6A2E1qK+f9RPQdNO9d8NgBksR1WQv4SW9FderKMUQeDX0x\nKLYEjLBW8EODolFkZ4TDD2xWZbwvLuwPN8+5xhwajwprKRHoXHUECptycZWs\nSMHE\r\n=XmeC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"df4fbcc438a967dc99718e1ac259690ea812b4cf","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.30_1562873096106_0.7628333999599521","host":"s3://npm-registry-packages"}},"0.2.0-rc.31":{"name":"fundamental-styles","version":"0.2.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6f55fe58ef1bb312f8d48ef75826c5fa3589bc08","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.31.tgz","fileCount":333,"integrity":"sha512-Qt2jWmI2A5Bf5PNsXeY9YqmPElwrPLu33oS1GTyVysz124y5mngk6r8w8/RpmlR6YT3fXUyKSuNA2KMSUT0X5w==","signatures":[{"sig":"MEUCIFSXNY32DqkMdx+/Ub80gXdj+PlJqFrpPotvN+ftqqwhAiEA30WNbTBTrrVKoNKQ4pIoJD1EZcNu8aw3MD8SxkGRQ2E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13628421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKKdeCRA9TVsSAnZWagAAHnkP/RjNBkicJA5s/p+BQFkA\nJJGygaPAsRNQFtAI3auHyTwLgnXTEdowm0+h9PwkUuavact/8aZO0y4mpcpm\nJT79D+qLJURUw50lM4fkbNFDyhKqDcxmUmf4qdhkTCR6pHUb/S5CEvu3k0/+\nPyiyGDRLwSMyZQJmphHFRu42Tf7jQtKcdTz0365DA/yb/Yvhfr5dgz6JzuN2\nE1mf11eMVCbnKRvosdz14wuddNToAE8UPCW3rJLso6nKrCtfPM4owS6PSOmR\njLJqGUvhUZ7z4mrfockRRtkBWZsh6DLzRvK6ImFA+emb1gbR8RbTxxYVrSsx\nXk9TBdjhXisYBG+dJvGNcHUWM7zBPc0gPj2CePyt58vui6b0pNac1DLdIjox\nmG94k6Dc5mjoqiet0OMp1oS9gjZktRR1iAyTjkXlVorT735lniMxeaLrYace\nhDS/ScLgKp2n+MsZXEtVEtSgL89/Pm2TyFthHLJuNyfILgjlmHyInwPJXABb\nvHT45ALN1adX48scygJjCCWMMypqSF+sbHLohsHKs+bw6Spv1behIkQyichG\nx1bnTyL3+bZCXmDVdFwEahiw1FEChPkJ6fLt/y+KptMoeqpJf9Dw/za86JWJ\nVNmGEW2Vs9M6XfaaOZopUT6jYV+zwsTVUJiLOUaHr9rGwrawzxKvD0AY/MVA\nkN4G\r\n=3W4i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"ecfed4ddaa6a8b3076564af5bfc160761f7f4956","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.31_1562945373806_0.25603668603970564","host":"s3://npm-registry-packages"}},"0.2.0-rc.32":{"name":"fundamental-styles","version":"0.2.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a836328dff8ca03d0c3cf8d217eadec3d3187203","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.32.tgz","fileCount":333,"integrity":"sha512-Sn9RIpImphurshwZpBhh9uhiZWJ6HRVavtRCc4G3EaJV51akEKIIsQRFsSUDXPda/kAGIf9dgY40sXZpB7SJvw==","signatures":[{"sig":"MEUCIBCqTrMXqp7R1sk5JaEBbOOe5malDG0I1IACoRkDcNATAiEA+VFDvsymB1btcP2m5Bh81yR0Djlqkk5KuR3u4Q6T87k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13628641,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdK/ftCRA9TVsSAnZWagAAbhIP/25DcUhEHx+0xfI+3kez\nQ7OiwaDS7tQJAtS4LevT3Aa3zatidkQ/Ef77OLpn0JLzLYk6I3cS1x3CqLf2\nfKhrr5Kl5/ud6gghae/aJeOUAYHOiP+1DdX6PalE1Z9mwXHnEsIgqAaYrmXs\nTFz28AdU22kghtdK/KzjivPdY2hQBx7xfd48+fBtsTNjRAoR9t/DNjayntKY\n8aswDC4JQlWM2XI/w170VDTGDCK+tJwxXkUi3+onBZvLptWbRHacY++U6N9p\niAVZcv1aje/l0wcfameatEvDBZuCf1k9QYd3Hof/NZsJD7d+R8GRg1AWqMLp\nLBgYB6+Tr4p+D37w4HtNwuTQB6oca2hLP8zeTCReLKCfnO5St20fC2jZSNiL\nfbIn0T0Df7rTIRNIYdj5Ps49p/ix5ck+Psqh5bkBDz8FMeg5VNY8gOEBt4mX\nYYXhQMmycNScMv5ugLax+y1oECL2VG2IbyaIHs8OESbXPdUokOWJeHIPEboF\nCR4RdZ1LsXZram4+yi5sBU/a7Rot2qgr8s2V1WBlxMBlFGmGQX1uI1PpbSlw\nQLvePF8179gbitfUa8KVBKuYkfuF8O0WjT+Jrtnjle69Ab0lutV/5tUR4Dtx\nJ/TS3xg6SiE9ZYW2xUyt4A04JyA14LtcA+97vbsQIUtN6V7PfKP/MzJWzZt7\nBTl/\r\n=1fVp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"289b9d5ae6ad2dbefeff8f117bcfbc1dfec80dda","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.32_1563162604573_0.5490686372159816","host":"s3://npm-registry-packages"}},"0.2.0-rc.33":{"name":"fundamental-styles","version":"0.2.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4c517f0ba485fdc4ff69ba74daff41c57d903e7a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.33.tgz","fileCount":334,"integrity":"sha512-bajasfTZosX7rm057r04UuS9xkQSw9TjaaYLnmUPvQmFsMH/UQpU/2eqVJRqQnOJZYAkdXWJDzZ42JuFKBfm5A==","signatures":[{"sig":"MEUCICrBr7imUm7k401sGAV3qojRTKNLwoztji4EWT3NyglLAiEAhUkdj1JVpuk6vUYS7rynqI4GXtXIopdxf0cPgB+D0fs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13632641,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLJaPCRA9TVsSAnZWagAAvT8P/0E/d4QFRCMWUe+T6Fl+\nC9xaJTXHgE9ak+rTpOeBAzuSngUCkOH7IuJcEBtSEFByssos2Gr5hd3Un4zb\nzuEKDdE2imV5ITxpwdRhGog45ANttWtXFkUdR5AaXXa43FBmOTRzTp8EfCRw\njDdZxP6iGrae6HKNuKiGrSl32r6R4W9684rHjX5ADbtu/ox7JmelhizrEdkM\no59vHlRF/Ezq3u16y8fbEox69h20AsLvHZLmZD2Zmqi60CgZ26+vX+TvJLnk\n4NuRqvkFiTrXeik11TO27V9rRJGPob0uFjCBtO03UZcfcuj9uNuRIPUF68Jd\nILZtWP7RWDWYY08VwMaZLXT8V2v8o6iVzZzzHHccnHxORl0B3U167A19tEf3\nUy4AsXauCD9oNCJnFVQRG/J6o+XGNI+OYJN0gFgDTbO5u3BelfhZeWasXfas\nQsdL+dFqPL1gJPsDmRlbczEDdWGjMFOKNZToymSI3pgl9UBrDxtUS2YvZaqd\nbDXRSmX72Pdi/N3+E4J1puYo2cw+vogI3D4gWEVms6yypOGquknOze3Zs1Pg\nt4oV25T+R3C2d49ZJiiZABxQmV7JpJuYQYioEaNyAsLbrKq20cV/TN7dTnYb\n82X+/GZX2NPiGPzPL26gjABhpqADvyXHJAqQrj1X2mRud3YxBQ103wFgSKtn\nCEu6\r\n=dBCD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"dc1b0c0d4c96f738301d5c4ac0844a9f1fb3f303","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.33_1563203214083_0.994687079715127","host":"s3://npm-registry-packages"}},"0.2.0-rc.34":{"name":"fundamental-styles","version":"0.2.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eb881d017dba43caad2f6b00c14c5e34e8dcee63","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.34.tgz","fileCount":335,"integrity":"sha512-qOGDFEpJqnFvaVJDQ3kh0Z0bfr/BwGFd0AhJrp5jmTKokrJ/xU2pzwC6kUVuetHu0k7NpiyULlmnAKnTw1KKew==","signatures":[{"sig":"MEYCIQCBPUuRgHRfyKqG0Jy4WpH1EZpl2vy0Zr8stNwMtsr59QIhAOlgs3PPfPrDLZXTBvC6KgPFGiUVXQY8G6qEsCsxgm4V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13632414,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLLomCRA9TVsSAnZWagAAcxEP+web2bOGbhzf22EPcEd5\n1+RwtFdpzZlteM0VHQtxRHtI0zL3+0Tidty8C4qYTKw/R1MAXkDVSH1wADAv\nLBzah4BuzwrvTUlcZ8vYcqnWpoDdiX8J/KbtPagRTK8AZEdu3aRRgQI28k62\nFmCF3Ss8D2svprvgtxedMBQRmG3VqgZq/Jrjks+3EzWJsxiDdRhIV/DoRs9g\n2/8ZhuCv6BgWyZ9qw+OnOpp0qyv74Cb3ukA3YjVvcitFDPmL6g1m4m30AhGj\nvVi0sXTujm0ghdnuREYe4zkFinurNTI15X4yHWhL8ER3FKgljdKfX1zobDnV\n7LRdfKfPT4W4kYmJtn2dzUySXAytZNBIpMH5qUThcgSnGpUkorbGR6D36irK\nfg50SXuN4XHk6B+1HMaQ17LWgRoTpgaY+AktrjRsah5dLcoVKwhEPnTsLz1w\nb4h+Yw7KZeFfk+nPYy2pV5Mbu2TqmQmw84cH84EelWf0M6mfd//ERlShvW4d\nUAHIRXJdW3SXhBK4VNr5QDr9yhT/+ighL73Cw29CKU0kwimse42/+RoB3BeH\nimR8CBYywMnX49Qu1p7ZEggkRrKWIEx164dWdIShPyokiv1F6iMDOET63spg\nd1wsyehsa7vvYMRWTsj5nXJFSrc7C0hGGBoOxo8QxFCIUf6wG6gWKlncSjE2\nb5Ph\r\n=xBna\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"3202c9fd146c0808ded38de5763e2a6d75dfdcb0","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.34_1563212326017_0.12489067626422856","host":"s3://npm-registry-packages"}},"0.2.0-rc.35":{"name":"fundamental-styles","version":"0.2.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"88e656072bfc2d309bd17c37bbb80b08b6414d23","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.35.tgz","fileCount":335,"integrity":"sha512-6UTyClNxgCxI98Oib5HrSsqJS9igfQOC3+jD+nb7WLqwHlh74SfcKHdbgFSAikkqNHhM8+719DPSXescbExOzw==","signatures":[{"sig":"MEQCIHCpg/fnPY2T4kdpiGVkSm2++u+qdX1/Kc14m79eC002AiBZS6sdlIxrD3UynSosSbvTW9MTWMTgWlGuhEZH059TvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13632552,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLOVqCRA9TVsSAnZWagAABLMQAIeDkrDCO39hQmFDJ71l\nI80gEjYCIKUVnzzm42kGjnUuWUeu46SqM8kcalDin3CC98yI+4nQFIQo8s0w\nALpgeHOFKd+pd15mVV6yT76exf+iyS6YxL7WHQcgnAeomBaoax9ffa5AYntq\nqF72Gwm07VzHWYj7cOgrlAzjHiX0Dd5sN0/AYoXdMy9wtan8uKBOsxOESlCU\nq5SzzxQdN4KbLVQg5ws7tYLjAQj4mEQVO65LVxyTq460ziUkLMavR3ysYv2U\npEFNGKJ4wVPybI5Q9WA4/H9coNewVqb5QxEQPqa5xTwtgDtPM3fAaJdN3lwL\nF64WT9H1DIN/AcHS0jS6YxJIDeuGvNYWs8Me+/Vkj+Y4hMts3ggk0y9PxoWE\nOZbu3B22npa0fESw4h7C2yzFiCzj5Z+dCR1Fb3fd/BkB/8p9bd4H7dH+lS7t\nXtF6IYuejtqvf10k18tH1zfROfZUmbAKw1oMnUVLZLKYM35y7U8Cja6L8ki7\npT+7LTdEb2nKLZEZYG1vusq4OSf0DzklCXJhDjmeCPdWuoMKG/GD1+CEVRfU\nMuviWie/B4kunM3S5ckZXs4Ay9m0zsJuuEi7HUfbsfY6rkOC9Ev709Zkcgl5\nWXW2NxNG6c/N3+g4gsDjzG7XkJ+uuJVzZjyG2mH9HqlP832B0UpajGa+Inqa\nCQcj\r\n=lV1i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"462fd7fcf9c3a0cb8d53f8ec31ee34816f92fc76","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.35_1563223401518_0.08016874258205009","host":"s3://npm-registry-packages"}},"0.2.0-rc.36":{"name":"fundamental-styles","version":"0.2.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1c6f47b5b33c9c89bdccdf8b7bc2bb5bf997f2ad","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.36.tgz","fileCount":335,"integrity":"sha512-DyjrJHNwHHpUjkqT9IOss5+y+zUWXuB1cZlzMZWKXid3wvbL8Yeps8YrwJBkbCcCRYKOSCNi0W1r4k50GM282A==","signatures":[{"sig":"MEQCIFD2yaM7HSaEGmpDE3iQTNktOy9AN1r2sY1TOiPry6nMAiAIwYYJy2vyu0NfkKih1SUW4P1hajowH5wLNQaI1n8+bQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13636969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLclaCRA9TVsSAnZWagAAuIIP/3rJKw7dkCuVmhvwHvxc\nXs8XWKZU1zezfEIUPY4cDUnzNbHYmXNA1pWBBmXyNzBPp++H6EHqwxsJgxUE\nc/ecFvbvUKX4Am3VmGcCHrXudilm79+tqJxNx/KJjKUEsfrF/8jUs2/kcnj4\njiY/hMpc8lXOTxn0bkrlEEelEaWp6bjj6YmX2wjJjZgVToWxG98WhNnIbfOI\nsEPIeOoqCnllxhh4szArcIyh62qwYllOAnN6Td9X3srLts2khFeipnfGsDEQ\n2H9aD1PZHxsTpEaI5Ay8rBbhizpqY+a9FU0bt7rlJQIbbN/JLCXiQyVMUBIq\nTQIJQIlb6mPgeWmpuxLrwH5bO8bkcktXaVYZKkh+us2Z59spH9qjwJeycRTS\nKqaz5M3IEX7k5QjeCpNDSEUj42/luVnUGFUmr1XdGwJ1KQhNfLeS6Zjmz/1a\nHPpVV3g6OURqMT6CwyJIaUHilexXDzcwalj/aw7ozdQtLHzIZt126uF07W/G\nzGnK/4hZ04dcVW4sffadViA1OGh7DYZ2i6Kkq80J5/5s1+SKGdQB9PKZv9H2\n7G0Vbwi28mYjYVAIjFFJ7Q64hglEVBKZW0hHrXKmOpCEIZUI7xYcOQK+t+o/\nc9j1L0msuYEb9210pSmZ3yYBS0ob8lkdIye3YNL/is7c9XJrU5pCuSEm5vDW\nNbf2\r\n=wosn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"5a5679155a3c6f18bf2775b0eb1a1069cab1823e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.36_1563281752991_0.46789234243837163","host":"s3://npm-registry-packages"}},"0.2.0-rc.37":{"name":"fundamental-styles","version":"0.2.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5a73d351b83a9e8d608942131b777eb307a03186","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.37.tgz","fileCount":335,"integrity":"sha512-TdvDuwA66V7zSI+o3dxvAL2xKWbL0ctwhePTopK8DpbU+I3BO/L08w8hOHbKclQ3/4dgUhrz0HDxjeHNOZbG3A==","signatures":[{"sig":"MEUCIFeYIAmroCq8kRS8M6dHU8kYXcK0WCaM4kh++T3/P5rGAiEAncAJVqbNSUOH6osauPcZ/2bJ39oIUxANnNZ44zO/kvM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13637107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLc2XCRA9TVsSAnZWagAAHRkP/0k8N1XyQCtMSUF+GpqL\nrSdLCwGEK0+9pNZj2SM29q+8TDjVC77lmAa+Xo2aweEt9PdZtZ6Fw7Q/Fr1r\nS/+kwScn2S+0ppO/kCcxAxYLGz1PVp9Z2ACsfsB46gq9b+y/VJK611sFiZwp\n0L0GJhYJ/eOW5LCt7lgXSTMvFICeC9NK32ibwZkjDXoWHUxerfAuFdaS0seJ\n7DwEoI8+zDiTaL0OG26tjYHZCL0ednDeME+O9EhxnFhnQlaABz5/lXrIrcKZ\nBZWF8O7PqbVYBzZfCB43zEsWRW2BViFsmJKxdrfBV1K1+G3a1N3Sh6e9OiDs\nU5Cvy2wyc7XakVMIzucpMnhOIjNy93Zq9G3xoj6weo/vKPhEKDWggha9JvTI\nkF7CynP48ZE6fl2R6dWKTlVxzi1596h7et0AYm55s/pklXV9MUATzkCXpNSy\nIsuuXlVS2Vu/HWQA25AmYmB+zcRcKUhohjb1up12F1qCYOVNz/U2J4U/W/Nc\nAiJdBWKbzk3OFVHb2RZ2PfxMt76kMFmgqeOmBvOS7OpSwXG5kR25YRxLKHSV\nJzZGxDcEkdlKXsoTA/DPm+Bbc26NtQ57lGF7U1W9PsiwiOe+/pYgkWoE/Shi\nT0pOsSIvR7e1Etn1Lxw5QwN+UrnnP1voOlM6MWwIacvQjDLj86PSS/qGWPBG\nai+Z\r\n=IePR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"fe5b3f2f236a84e1cfd2ff42b55efe1b4570bf2c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.37_1563282839029_0.6330618238966763","host":"s3://npm-registry-packages"}},"0.2.0-rc.38":{"name":"fundamental-styles","version":"0.2.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1f0d63e01ba10fe1f20f650a1cfda1b734e2443d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.38.tgz","fileCount":335,"integrity":"sha512-+OTuLlTr/zK+62toa9WT7fiZ6bb5U/Iu0viXOG8mL0DrESJb+CX3p+E4qmO65FWo4Nf080wvjRMTFUKqieemvA==","signatures":[{"sig":"MEYCIQCdFvHg56/2pJdruckQRZtBQYWPCprH/8uIahH24pJHnQIhAINXw2VYbkPnBlymJmaC9imjFKQoVU1GIT9rIhh4XDER","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13646428,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLx5XCRA9TVsSAnZWagAA9nMP/iCMNLIQo5uxoqvlo4uS\nsBLP9Uclj3LnooMU0otHSjTAp3JNPfdjimaZlCuyF/kV72b/N/mkeGcJEVLa\nzkNPQGZfmZf2zBvczat0HmcBMh/1pPtouTV4oytGgLnt0fHWwH1s+W/EP6OC\nGhk6K5C/x/Srf6U7HlqJgJDHy3bdcEc/PxsY6ydBUOrIXCBSX8J+Ay7FH05M\n0ZF2u5JwP70cFYQ+spVKiP8BH+DqhlfzwXTG3qqi/TYDzAi8H8/VMcDAm7n8\n4u5YY85YdaWwx0P4MYI5MOKrNxjtoPS5wbFXSAb5eBDyVoyFqwrxKoNQdhXR\nk3m7ub5fMxJpA4OiS8Hj5/y9CSRN/ArEkc7r8EsxaaubOvG7uqN2WxW1H6z7\njdwaTLSl3+LabMWXiPwI+Hsoo3iSRFEw9bDdXnB1kYLOrEnrKFBpaOJ+CrU3\n7/md6tS+zc+FNsrg0hgfUC9G+gbFdR/gqFi6z/vZdFST2xLHTiXhxUAMoTeO\nDNnFRvhLkC/CzNgnbvAcZFdAC1bxeB1EKUsIBOBIZlYbQTolcRbOcpOeutcl\nFlxT0vO200OZSlg/8Nk9p8SJmywDOZ+8oA9AOREjmw0rbpBkmUAf624Hc3Ra\n9ciNu2TQkBwoI6+q3eSMYaRZSCNULT3pdFd2ea1W63RvA+UHRyxeE3vOtTSU\n1jRA\r\n=IqKR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"ec7d22a456ec07d57e736db76a07e5c8f1fa631f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.38_1563369046143_0.6456700781941083","host":"s3://npm-registry-packages"}},"0.2.0-rc.39":{"name":"fundamental-styles","version":"0.2.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dac1ea177f76fd96313a1bc57cf1a108fbb1a886","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.39.tgz","fileCount":337,"integrity":"sha512-WGbZgPsBjulGUJjY30QVENsKRdbUUlQzlTTWJwEhdLYHekIaLQH+4AAIk3ViDU4JBNgVQD3ztJy3Sgro5qxi2A==","signatures":[{"sig":"MEUCIAqEBYbuKwHlDgUwP7NWbUBxcl+Bupn4zK4Fg2SArr8OAiEAn5YoFA/w5sDOOjciysUP34jWNXserlQXTtlM59v+zlk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13658801,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLySpCRA9TVsSAnZWagAAjIUP+QCPei12RW3TYh2NbPDx\nLy8YWWLMSeYnUn75Xz/M7woE7anI3sVnbaQAyGwD95F9SBmw5NsEw54T8cO/\nHsoU//srt1+xZNu0UIzXjdjtz79JFKxtrLwEl4abCgs+hevY+fqIVfR2+9R5\nV6EUK6UWbnHc7h1kzSMH/GKBWCNolirKVp7A5O2fCnckmDAHep8jia8tbXnQ\nepD/qnEGWbM0FT9bbQNggbG0stqQ9EQPzGUK3biO6GdSmU6CGbWCA6ukVwMT\nBoCyOj2HwrzszAwCE0APRAgz/6tc9vrrOVeAFNJfS1mTTpw4j3aA3FVRuvWj\nNlm1dIpmOFh2295DPuNjY9UkjzeBgbV0ECo2STEnbES9H/YR1q4np3w2ffcS\nxY9P1YfnbKZsE+jnWr2IPO5336TJFuMoWftcbZv836QEbIMuUiz4mb36Jlhe\nD8bqHtKU5pS7R96Sk929OvBtMxE4Ju3SjwCYZElG8FLFDtKQWMCHquVGMpIy\nrpgsqhxCI2eL5gsQIDVche6e2xmk6fmEWh/+A809ugpyGRS/mfItrDrRRtcx\nQtQw4yuQ2Zf95qXxj5MD2u7ckYsOH2zOn9snT3Yv/MU1JR/j/WpZkKTGFVJL\nIIMDoiJJHvqw00M3bemgLxAWnVe/33PpXYPrGvJ4krKgBWutQcqfDTrG3zfw\nbfvt\r\n=S1we\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"8e7595db064300334f1ecffcab13e5a471326a60","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.39_1563370663975_0.2607311265810228","host":"s3://npm-registry-packages"}},"0.2.0-rc.40":{"name":"fundamental-styles","version":"0.2.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"47029a461a8e1fbbf908bb4a5ab813a9f849e0ce","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.40.tgz","fileCount":337,"integrity":"sha512-aTXb+mLavBVj7Bg8uENBE/YtMh5Q+gxOy4AM4p90jgVKmN1gqSUImD/01jDWzf+nMsUKPWUmpnhcNgqA9dyQDw==","signatures":[{"sig":"MEYCIQCjL6hgeNlBZDQGKnClqM+ZvK4/gSqXaCnQbOSVaNbf1QIhAJSVsf4Spa6Ooj68MBOLjdYTeMDQxnx8NrkMuIuMPTJ1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13659117,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMIAUCRA9TVsSAnZWagAAc/YP/ixjxkTtEJBjbMRQAt6V\nhxi+BzDxWsVaWDPY5KleqRQApEjL2VM6p6SwVztSmJmkGxzYM5XiQDahlca0\nsu5K34Xyf/K+73FbR+zyoB8UrU6qt4X2BodMfjOOtVyHpKfDjzlOl+5VQDO9\nl31ROhbs4oas6xIriPWA87dbJDVxAr9A/mKxVTF05KPj9gf9XQVIj6u7wOWH\njvBFNDDM4Y21+pJNIP2DWHvtOImshAN26mmPc0XCE+5v1kkeMjFNbp6h5Fn8\n20fPh8xvdFZUJZRJ27hH/yNOUSB177HvCvOx2Xj11d4zaN536M1XBGT9alMm\n7SixhxSGNgssgtUPd7B7aH03HPiYLYe/hnyQfaJUFfykSY6g4Fq/soMg5lFA\nEiW20Ey+Q2a4i+WGzxcV+XnXcUw9URLDO9kSD3QRAHOACi+QFrmtld8SQ9nL\n53vdeUhhFsdwi4CbZWWXgfr9t49/78e01eMfCS0WOYpwHHtRliXAz6tefVF1\nLrPCZzLQGJi6SKhXKZYmJ6YyIlw/jewJZybhmgHdMgFX7Mi2WqWYm1Y8y1MK\nhu3wmBag15NYWBXygBxOp6dYsTznnPI/QYXqp9dqPxmKEgwLbD25Nv+OMlIK\nJR6GMtxrL3YvkDYgN8E+NpaU119PeGeT8gT9NTusTv9jiHuX1uHyiI3JCxqb\nfdXE\r\n=TYBd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"26d268c85194c2339c15ce859131dece375d6f0e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.40_1563459603133_0.6634008804212665","host":"s3://npm-registry-packages"}},"0.2.0-rc.41":{"name":"fundamental-styles","version":"0.2.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3c50e9933e37dc7445600812470054e1b9a6a2e9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.41.tgz","fileCount":338,"integrity":"sha512-Cq/zYnjSZMSvkPM50Bji0kBf0ttcpoHmGDNL292m9VJjRYCj4S2ruuMS08VS7LF2KbSURfmlVwScOB+eQi9Asw==","signatures":[{"sig":"MEUCIA44AOnAa+UAPL3Aij7L6T+ZWt87/nawdgTlqzIr/zoKAiEA3n3CoXMpw2StUbbvVuVCf6pln9IpHDPY3Ewb8mvcDXg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13659338,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMKqkCRA9TVsSAnZWagAAKJsP/0HqEcRUWKjI7RiMvVlt\ne5ArsF7mnlzMk4Cmz3TzT5mx2eaIuvZwObPI7/AWG8dJWM0F90xBUG+2m6j4\nxKFWjS3NwVCGgesXbKeCeKz4mA6pk+gjuPshIF+7onoTqNPbEDFQ6dJMoYox\nPpaRFU68PkmMvB/Xrbub7vVkbd2aUiKEsUrJ0cUijIQiL5u8AT7SVoBRq1UF\n/z85xetr2C/KEsp4O89zYTvjJqqWpiL43jk2bvWhfkB8cMmenQJrxs0dfpVL\nJ/BuVycJTYvUz6AANlrD/e53ZtKRbNLfrTYzKR19mKoWnjRNSoqBamG2LOa6\nPxvKLe0Lgq2S84nI+4veDHNxEpmRv3nCC3JrBOh8p5sM7CI3pK6Li3uqhvKV\ncmDZhUWeHmWbT6iV67LPg4f5XyfBS+2S7xNopOIVwcBSnT7vRtDXAMAwLqOG\nThC9KGFtykJIn0egaw2nVxiaqtJcKML1VxdE6eZXv0ElcldrMsylQ6Xxtze3\nH+y1oul9SOpqIrYvv9T3DOiwADwo3hJNVt6ioFEKYk+WvExqcaGFUspKZdg1\nnxCfjHRzJgfcYfLNdnK4NGCI+IcvESfzxVsB7xnJd4HOFZ3k1Vf6UnDWe62C\nuZl873HX2FIGJpAXB3gJJyNwFLMWNGGTL2MGTuKL/YkmHD/pF6ZKtWAC1m+W\nlEIk\r\n=pnVa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"e9e2800754d4ee2185b5e715a020a88982036ab1","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.41_1563470499193_0.707063535476733","host":"s3://npm-registry-packages"}},"0.2.0-rc.42":{"name":"fundamental-styles","version":"0.2.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dbfce0f448ce51b09222fa36cb38c1c39f740be6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.42.tgz","fileCount":339,"integrity":"sha512-Em/Dwq0rhtioeOMXnLT1NJH/v8YAwI0NvCNd2Uvmf9b1iwTPtj8Kx14ujjrDVqcQtKqeuaDW4lN+1VRsHtp1Xg==","signatures":[{"sig":"MEMCH2t5Rp8l0GMRErIjOk79b3Rs6RVWLV5W+0HplUCRWZcCIFK0ImVlhMK0RDa7U/o1n+nShUWe5J3l80cD7JR36pab","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13680454,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMh7zCRA9TVsSAnZWagAA868P/i1rGELThEDSkuIEPnZ8\nnAHrNsPQIY766lJgtmAsq/UyO89TzfEZEkRygYGgM732/hYSgEaYyUnn8tXN\nVYYvKqWuskXlXn6+IQ0grUeJ3zxlLVVhFjijjRL5axqy1nwQ1phtooQ3wfBC\nvop2OsN/rEawWYnNCa3t2h2prTCQ7RDKH7B/J8Qq3NMcbC47QK8Yo1kIper/\nCM1V/JahhvnvVAIl3/SbDPH3OzlAfkPEzch+nNhWOQGcm2y66qHeGFHx2fN9\nnmVNsUbSD0GLtDppHmj5Le1EdwV2Is08Xc1IpoDw7vbLR5835cw7uitwlCQx\nXpau7bshxUkhhYjgEpw4djmkey7g4EI/u36jHZ0GAZy+dXsPKwV6c1F6qdKj\nh+afGE0zIfC8N7lKGpBQOT7rDhGxPKJzOiXYXh19AMrnVu4TsySkWWjQFQb4\nBsm9OJ3XvV7+2Y5wEcnLxT2QSLovsADuw59KKDAFFjtUlos6o/MgCwTn+qlD\nEMsZVtTDxoEaxLJqTnYLiKdhohRymTRGdEMVSDK90+ymUl8lpT/NExYeeZ/R\nwTckwHzF79KOxqeICcZM+vZ6k2vzlum6LlJ7nLSs/O9aYREWBE8D0uYadSyN\nVEtA6KEB9qQeujIV8N0TihMCV1EdcSEoq8wV7szXXLUJlL9IuJeQCswK/4XC\nTFEC\r\n=/4uZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"086cd58f14a09c9889d60b5c4f53a289dcf24860","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.42_1563565810356_0.06204400375133967","host":"s3://npm-registry-packages"}},"0.2.0-rc.43":{"name":"fundamental-styles","version":"0.2.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8cab3b44594f43f3fc9e2fc3a795989874725971","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.43.tgz","fileCount":339,"integrity":"sha512-j+7MgTQriZDqr3ms1MVeuyRuqp0EoltUniMHyAq/mTAkPes/0BWzilsL2O3YpBt6iCfcAXhZseLBNjsrQhogXg==","signatures":[{"sig":"MEUCIQD6GRgQQO5BoZno+Vysr1i3paly2/1u5aCQRmjlIr3GmAIgGWXsqgZxEzT7L3+vDjSlaRWc9GKx418xwAlUQ6yLuqw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13680592,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNgH9CRA9TVsSAnZWagAAXecP/1BNss2hsMiR4mlkMyeu\nrwrce5aJb7DDXkW0V4ietGBvUbu6LcNBGP6DRY9zami/gVBosC5hHUMHgXyV\nF9QCh7TNI/G1iHAzI5Sj8P5iS+vwR+yF3Es0IwrTMa+kfM4G6nf66igm1n4V\nhm9lMqIlQRNzj01cV+9AgRXwDigFNZBKqyLLzxbjKSXRdbdYO9klxNAgfAHW\nbWWaJEJfPOBJAvBD3M3b5pK0Ld+pqrbjz+4V/Ma1dY6367ScmLUFax7iMgFy\nRVO+BLdkO7RCi8bamWwlh2YiMGpY+0zhagRBtaVyCkxddIBiT9bpezDFtWkX\nYeO1wabV/UnUBwUzjW8YgLGR1G0dY7sENDdVbCxBbf+Z6hfZUD3TY4+OXuTn\nBd+BXUs4R0DEnaDT1bce/jC8Gn42beV6uhf1hxXKGO/gFjRIkqI+LUbRDtxH\nwma2Z7nnYR1NShFgaGoiTODyb2zM8Gxmuzuq0wAOPrvzyaUD5ztIJevxRou8\naOoI81+kdbuLn6psDsenERE9Q7gu23wfiov3LUe23lINrDmvPMsp+xK4Vwun\nLwrH4Gub7dfzh4sJorctK+DmecNNkYAKdiI3fSt6zpT3lNiHxHVeRJXSRHBs\nrCiIjwr9pVMw1T0hqn5IhbdrcjWGhjYjz0jzLznClUFSeuKy4XldOabo+r4T\nVEYr\r\n=gPMp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"e4b1c1b0e2e47eda2904f6011df2fa97925b3fe7","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.43_1563820540795_0.6031031789547114","host":"s3://npm-registry-packages"}},"0.2.0-rc.44":{"name":"fundamental-styles","version":"0.2.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4176429a80b4127b40031dca9242f0e6521a8cbb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.44.tgz","fileCount":339,"integrity":"sha512-tot0S5HEJBwI/93/WkZm0zdvvo3dHrFk7PROfdeaB+XoFfEr3bybIl1m0058ZMHKKRmJ/YoTyI9zl9P9XjBXDA==","signatures":[{"sig":"MEQCIAfHHuyziz363p6DJUR/L917scKPbZsjekk7/H+ITL1UAiAzT0LP1LxFRBhlPeoMBOCGEf3SXmkLgH2b3i6gL9Orwg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13701568,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdN0psCRA9TVsSAnZWagAAvbcP/j/A007ErdIsI3hrDq/7\nKyi1Y9RtRGKLLQ/IOy0s94nTIJ7DbwwTCyg3/XDYMB6PjmlA983zwdEQlInY\newf21RjNKXONAAr+rdTb8kkCmrkCTe/Bpde8skRBoqIKP7l0hV3IcIG9b3nI\nu92yZAjjLG1HiH+qSgiPu5aeEJx39hoc9uQn0maMzk/mKH/RJ49e2uDkZS7k\n1hlu8q6ilnZvzdtgtmxvoKk89fVVB3QBnswFb/vNZTUOiAJ8dUuwgXNmU67L\nBsNkLy1EwlM3tjidOC3kOCGXRVMjM3tMo6OGMQ060RJYlXAIoQNpCMj4r/Hw\nwdtNOAfsxjWWtQOrPwBAAwH946GJCB90D3plS+FmzvcYELrwKiQnKr9QMrWE\ntcXPsazHNl/idU0/vSsPmtqT3pijERDPpbT5OTMtOwNkKi5XQkti1ODYfVcF\nYPkBNRk2IkMuzZnZQ3Xwl00ITQCWUxluXsfUkFRdw29NgT0X88lIb+he8kdX\noJnWzsCd/wV2mhAwVQWOkLmeJp4z6qm75cev5k1lVWU+9jZ1VpvFA3ztvnAc\nhd1uhpB9UubR99NadP65FNJW7tErqrWKvuLwDazUSwtL69+jhsWQ1WXBNeBF\nZ4u5gRV6xVHNyzPLf3pBm/t5K+5Pkyc/NJM9RFgptLPzjP12ZZjdGAZUWO65\niMFf\r\n=vGaP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"8075dcfaf97926cd18e3db9d5b3d3eff0beb1300","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.44_1563904619680_0.9771183499156957","host":"s3://npm-registry-packages"}},"0.2.0-rc.45":{"name":"fundamental-styles","version":"0.2.0-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7139b22450907969ae5ed0afbfe8d54c20e8271d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.45.tgz","fileCount":339,"integrity":"sha512-PpP0bWt2g7eU0EbZzCG2/FBp5UnRpJ7pI6svRJvwBLsgcobHxqM+6BkbtnHNSnxjktxcxqRFo54H8EIVoVlwIQ==","signatures":[{"sig":"MEQCIHi7Lb02JO/bsR5ljcBLTCIm/jDWH8zi8qjOKug81eDjAiB9ckAUxaKT05S5cGajfXZ9RjVaUHRZjZx0v5aUdPvwMw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13658036,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdN2ZCCRA9TVsSAnZWagAAxGgP/1shhjesdiLXDIHSz/ti\nGHUtLayZgGgYB0a6YPYWG8czJow+E9mO4oSVYQpWN0JuQFgYpHZJGeAKn/EB\npOds9Zu3e2Dc3sTOxElejyw2utf4imsnnuY4qWfr04r1usESfw5Bn+HUgph2\n8WLVgLHMMhvlbm7od3PV8p9oITw9nz9w4nHMkOE/xRYOc1w2vJOqmDYV60l7\nRFmsijsZ5RHCuJZVNuhrtHF/an5Si6y4nYDzuNT8EG9hGPr4mZ7oP+51vhve\n6OjUZi1d3TFsOwEeFOErFDn+lIn7GOjg+B8lFmB9ODr+LZ4eqnfjX3EpvXOD\nskkTYw4TtNYH2uAVidUE0o1gFG75ALqSt1yS/bILwWFLS86Yy73ILG6yT9cI\n4xJvc46IM/DYYcjlE5LmDBKwNWjgEnHMgme53H9KZO//gnnVx3qNHsGtfSUt\nf82INuMLynqJJOndT1WGLnnbMER8irhofrK1v1p8juESfmuObuN2+OB+R34s\nJuNDnJo8nrNKsP0lDWk3goV/MtZI2LTVGZ9eBQcVmMfkxlLGpq5r+JgD9Szs\nQwMxWeTAdLEMrOiXrdMF1aWuJsSVmW2mgT0GUmoChtGO9oMcSl2K7N3O/0rS\nHgtWHJ67aYxMNWFjBW8EO9ijXGi08c58ztMEf7pMwX2MID3yeYlhkiGEJmTh\nRyRy\r\n=a7Jz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"d99e77249c455e35aeb278c9bb82ed6c2aa6f2d4","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.45_1563911745642_0.2175403912832239","host":"s3://npm-registry-packages"}},"0.2.0-rc.46":{"name":"fundamental-styles","version":"0.2.0-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b97d8ab0680bfa27bfb4d8b6946685f673dabd8b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.46.tgz","fileCount":342,"integrity":"sha512-zzMNPxqhBdmPSnQTr5JWI143fgGE1qc76/pj5XSzqJqmcgLBVu/KBucJLTIDysBt0lZDCiw6FGwpTsp+lWIxBg==","signatures":[{"sig":"MEQCIGWEhLmlgTRQWo1ZvNxTsq6tOL8Wknhe0e2zwWJbcguKAiA/p78f7EvMWvU7k8xHtn/Dprb8vXHSYtH6MbgLAidMjg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13683286,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdN2/ACRA9TVsSAnZWagAAlJ4P/jYTutklokHXCt0hAg4n\n+QI2wC7hvJXLUSz+EGqlWJhOE4CSy98RvfWr0MLoIAQIKfdL8AMQEW0cOKv/\nqCEFyFid/LWGTL/fTw4ucu6u3AudsWaQjx7tWXhrIAiAXQ/e/bxKZedxLvrr\nuWWeLf4O2Cb0tPUY09fqHdGULwZeVNbw7vRcwyomSQVZhBEw52sW/0g3/4es\nxhkardHxj90Qo9fibd3f080yILQ1JsPc3D8Iv9kfvOSaqjwPepaGSbRZu7ya\nc3WKsyeVsTFYyqTJtNM7LP1P9NmSf34uDYCf9Sz9VM/BKxAlAZl4kexp0wPl\nHwduKYb+DpxxbrOiRL+/JtIq3pvLShGECBybia1VHbNe4Pa80vEBidYGMkod\nYGbIWERstUd7kMoxPgCn/Ac2f0Lfqo9vEHeuj59L0VWc29SAMZiY2qc+Fhew\ni8/NPLKyosSCqMLr0p2B/5RT2mAh6IbcIeyO7NqCvu1bWEeM7OjQepevauxu\nyS+VKEO5sLF6ZLCnPXTAXUwrxP+E9UcX8YgeCiYBEgoCr+PXt1fmxDscRfjT\nLseFstfLLSWn76PNKreL8o8DHOjHa2DgD0fhHQIjjGPME1eRAlt3dphFIrn2\nlEHu4N7jAAhqEBO46kIaTJ5k12Z0smqQwlauS0qqsn/OuM1BIN7E8Vt63ttY\nqG3k\r\n=A2Hd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"c49723afa294561bfe0a4b143822c0106eb17b4b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.46_1563914175450_0.7469921544995495","host":"s3://npm-registry-packages"}},"0.2.0-rc.47":{"name":"fundamental-styles","version":"0.2.0-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3fa74ac88d8f12c8463ab1222c636a92746bbb0d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.47.tgz","fileCount":342,"integrity":"sha512-JERWl1LzWRu6Qz3ZNg5OaHhiJjezIJFjlwE3qq5ISeIyDwjeTyGwGVMUZjd4Wl8iSyk4Qrm1ZQ2gQvqoBG75Jw==","signatures":[{"sig":"MEYCIQDUDELpxXPa2hbVY2yCYhm1GvlP8Ty3ynRh4yojg31/BwIhALBUxM4ykVpSFwHxaSLJf0UvsB2cH3bwpKZNiySV0D5a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13683589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOc3SCRA9TVsSAnZWagAAWiwP/Rf68iA4/n9N/LIw3b9H\ns2EVjCcH7/cqdAYblvAfPO263WigwSX5T2+424EIO02pA1A7/CioY8hM2n8V\nWyWTSDeGbHXIFKDBlBNIjP5+ldPoQbfL6rd7lkD5Xmc7MARA3G+Dn4+9O/yL\n90H2EYl1SwYcLWtdu6lt2f8/4yGJXrQ32P2kTOuTirFXPUUn889ddgW0CJYh\nIofsKkikNF4c/IhMsqRn/O3HHRqzRV0MspgfGGhgzQWf6li6FhRkGdGDb/9f\nHkoZr//gAIt3yEdlxbkZoM4TPlTNCyri2GP5rgbwOJtVgTjNeUYUAL33mFY6\nMQr0nOrANbD3zS6UQa50bUaEO90/vJGaeDxsQ9+cL2lLtQzgly81wZY4tVuc\nagLeEYognDUgyFWUwSkH8aZhJ8+inSL6SYVu9LI/nBla2nXEBWX26W5SNIU8\n6PDM6AglJCbxQsnojIEw+uf/i+khlA+CkOgaVbGpIcWHG84sl9gxUKJyhZkQ\ntcdjt+5R8Bf5bkdW8GhgNNJ1V5d7HxXYJ49PfCsrFD1zP6Bq73QylDtd7Qgx\niKClmr1UAHnfWwSf0ExhGnBD7bZYwCHV0fz9fZ4LxfYHtw7E+kmS+eeO3tJV\nmHLE0VY+wZ8ANzhBiF/2vdohlyG79LMRGX0XZREIsu/ofDuzGE2IavCXWiVs\nRrE1\r\n=Qpw5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"cf9fff3fede7cc0321d7ca712c165f14ab25b679","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.47_1564069328989_0.49750397273839386","host":"s3://npm-registry-packages"}},"0.2.0-rc.48":{"name":"fundamental-styles","version":"0.2.0-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"693412cb0ec476b1915bb465c86d23c981e8ed05","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.48.tgz","fileCount":342,"integrity":"sha512-AX21X3BpveTjZM2Kmn2knXjHkkItYY0PXo7Wj+m+vl82ZJIAs4MD/z/8QFgwaAfZCVq7Hk3mkfw2Lxu4mZAGEA==","signatures":[{"sig":"MEUCID7ZWZcV0rMX6x6lGO6Vjany/p6U3EGchc+sk9UkeU5JAiEAhrO3mfvaP24EYYAZIYzdSIhOD3U7eJjBk48D7ZomZfQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13684033,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdP293CRA9TVsSAnZWagAAbx4P/juqzcPX0riNFyX4vJIB\nZEOOcm2j/h7SLGTyQqZvSLSW6DzvnPROAUc29dBJ0Fnh8tng66i6RUnVwtA0\nearx4JCxly15KAfd+cnLWf5h6BAlARcKA2nSWDAJsmpE+2uxJCaUvnlDg8E0\nIOjoUSuoMeaa8ZVxIUhsZMlKjsFqlMh1tJERYAxe7uxYbwSVMW4i2MOQOHdX\nTJ6jJ1vklWh4Y/87IfdBfK9WnyUk8PWLxUCTvRosVKhSJYu62giBVK24gO6v\noxSxEn0AQ2hs5vChUJbezEHuGwoymjmHrxUXKf7nsULVmSeOE9bP0RDb/YUY\nng2YJ1zmQBiQqtuZ8kTeBCfPl2M00ftuSfYhEYrRNK5kT7k7YAvKVqVJAeiC\nCJgHJUrebdUcEKuvOG7UCvFWUfE4pj9nzJMao6uyw/OKJ1N0zZqk/lH0Wc4+\n7lcwCMCpQqMeKSayIL8GxBUGvvjwFnzv8cOA3Z0iiBoYv9ec7ByrpKYqugGb\nGiMprW8cButS32d9AI8XtPtzG4JUOhoyw8JpG12WOa21Nog8G/fiHdILvgFZ\n61ZDPzfSLnXF1xLlR7OEKq5VRmvLwUmfY26P6ej21+ROXUgYfiLzGHpIbjCf\nnB7zeZIsjT5WCoDjEftPJisRhCYlRYKAPSBRMTKbVIyR44FgsO8/hjNmwfIu\n9p1Q\r\n=77G/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"1c9fa88c98f1c66706a185e52626ae6a09a1cb70","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.48_1564438390174_0.2800718797894912","host":"s3://npm-registry-packages"}},"0.2.0-rc.49":{"name":"fundamental-styles","version":"0.2.0-rc.49","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.49","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"92fb7fb05679445b25264922f07e4f9aaaa67258","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.49.tgz","fileCount":342,"integrity":"sha512-EfQ5oRHsnpBQLppw0tmIRjmA1J3NqUVdJb4lI6R39ckjxi9/IE+jiQWwIO3GeEICUk7NYloBy9NbbgjgHXYJyA==","signatures":[{"sig":"MEUCIHt9IxfW5AgGeNwmDZsAwwoZxEKo85bjKPTyMXPxbYi+AiEA2ZfUimT9J0f+NunzA1v8162zGPaowOuSfeQOWfr9Wrs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13684171,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdP6cECRA9TVsSAnZWagAA6UcP+wXI6yXip0xUg9Yhtuhc\nHYRJq6GZb8mm8us9iRQEAzSv2z40GfX/YyzY6gZCX6+y4V2H0dQqgpM3TZOF\n881qTgSNdJVIGUiTDpq6fgbvBegFZkFwz4olPiO1Kw5DNz+LLfMoXmzumgLb\nYv7Vd1HQtgItFsVcOQX9SU4qzZD+lT1p/gghcjEqzpaozz61h5mLXEvabioO\nzQvZYNknqn6563EKpc454MLk6eJ1fyYe5SBp5n8vKIZpmOXrK3oQ993mBg09\njokhtNWctB2vXiHnrdeg0jwX+s+r+YW6WFjKTC4b6zU64+ShoNglrmLjFDYe\nk1wTGdu4BCkNu6p1DuN7+/yx7lYqGdoCOFETbRujHIaTwYRxSAAm0wY2tRPb\njJPu1O9KAiTB0/XtFyrEuWVlOuj5bMlD5K37IAOkl8o+LM1rzLRri5cW5qrs\nAP2JfTtcg+mNKqj9PnD9hAYm95FfZ5p9K7I7Zf9YpXv13hgVIJ/GjZKsFG9o\nHZLmu5R305XfD1ZqGDXALUpirCaLGjysPGrFz+YAMJz5EIjeVYjWuS+DvcQR\nGwTu3TQTwGSAXuWh8lUXyMnpxgRu0+BfZzUX8oUw5s5ZeGpUyWPSENuz/aiN\nYfDGhWude2ymJ/F7gM2FBugkpqTjYeszplKqeamWVyYltnTh1aO/zW73Quui\n7yAH\r\n=S7I6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"657c815c23d6b3f6a9fc1aa4fae9f7b2bf791693","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.49_1564452611620_0.9596773321221281","host":"s3://npm-registry-packages"}},"0.2.0-rc.50":{"name":"fundamental-styles","version":"0.2.0-rc.50","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.50","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"06c051cea6e07e6c5e08b9e7a5e610aa1588bcd5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.50.tgz","fileCount":342,"integrity":"sha512-P3Xd4kNDTinOCI4KG/bTxqFOM0cVINBTW5wJyqyUvJW+VQ2xozHFulbY54HBiT4YekV6Y8lUG5YIb7hsUkIm6w==","signatures":[{"sig":"MEYCIQCpUssyWAo2Yxr5QUn/0SQoLukMETqI7nPzVvb/wC8z1gIhALNqOnbxCRNuk4KiPje3aTJkGLbNkdB4ODiJgRWCxUQY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13684309,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSD11CRA9TVsSAnZWagAAF0AQAIpcwxzqzEbsBiGgMj23\nf/Ltlp2Bd4pCiH++M0gJ9MlkHZu3T0n3ZoTPk7w7+cCOCM3TJ7MdNNEkEPkh\nCVFh93Vo4C2+XPbI+WtEZZuK3W75nGxURc5/cLKyRf8P2kLwWWewtWCGQh+Q\nXU9RSom2f9JUi5eDffvu3lYWBiVSMWDgEWsa6W71AAqALs3Fh+YCd5iF6ert\nlV4tiYZKopYhhjbI0N5o86WH4F8YgVXptlBr0NPlADSlIbZMDlCDVpYq8IGt\nLQPxOwY4dwBJz8KqW3X++0aHnBkO0NCZnC8SGTmzBSv1V8VQpaPmrYq6Dwjo\nWFrYxbV2s/DuF0o2od4gBhwVPxm88qlgv9YpsV6SJFE3xnoymLTnmmw6Tv7V\njycq5su14dKSulfUpZauIOVkOYzWyNc0vh0xfiHHnDjBP9jkTo16TwGBZVt7\nMbMXoSkGl/rsCB6iKrlxbJCP2AzgH0Z7X6o+JF4urL1kruaQ2bMb2L286BSe\nSGL0XKSSVnK2xKNGakZdrCtsS3BQSP7NUh5YNyKjp+8m7BcFcaRBvKVCn1tV\nTd/zl/B+5JvZBL4tNHVOoaEX5+1S9QoPtiHxtaxCor2QakYKsTNZYCvGiodW\nyKsBBuv1ZcVzgVNCjBpH18CDATn/1EFDbzZMHJUA9clNW9ip10QPQI1eqmLq\nYKH/\r\n=PMq6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"b8eed5579fc6cac37602dc1e72ece5e90b339490","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.50_1565015412748_0.48348934383800724","host":"s3://npm-registry-packages"}},"0.2.0-rc.51":{"name":"fundamental-styles","version":"0.2.0-rc.51","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.51","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"15eacd3ed1c8464ce573809eb7255a136df95f1e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.51.tgz","fileCount":342,"integrity":"sha512-7cAYphbvxaBIi2midQXzjmrkzEA51ix9y1eHUtBSmQCrODaZnVx24JDudwIUz9HLj4215SnFt5T61spEM9Z7Yw==","signatures":[{"sig":"MEQCIEuzu7pUPnK7h0UkNygtQJgLO7fj4RuPJBnd8NPD+VNhAiAt9GlVKj8MtUdh/zZScXL0RxH0LDmJQHZjeY76cyNdBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13684447,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSZxPCRA9TVsSAnZWagAAlj8P/iYuCUYJCau3fpdzKQuJ\nl2bL78+Z4HdMkegnwqgjSPAV6tjmAxuhHJsr7Ix4jr402mXXineZrJSW0NZk\nEJLo8wG+sgM8pgS7ohj+9DIfxThT0Q1XMBi+lGC5l+P7M1botpxKTz+of289\nSaangwhH5jGKG/sN3EdNr8JC1WPlpiIZdOqiE468i7QiCWymAc5v1FQl3An7\nNQQG53w1qBV9DyylFqZruOIx0mfZKuLlbZ/Y5QQaFExCiUOiE8XSkAWqNhxg\n+wNNrtx/ijHPDK1f9Ys0jO9Gvjn0qqsinb94blwiVEPgqsOoTWbZYLQqd5ZT\n3fMChRFtUG09uny9rS3j+/Y3u1mP5UPvJ3EGW8yJIRY4P/V7eB5M4OlOqyrO\n7qE/6nA8i+FT26PDD0IxkKX9J33zgSs4Fzx0S7jfHNKMLGuBcflr8zNROl1u\nP+UhtkH93ILUDnEDybpvz+CEdZWZSbSkyADMujsniUK6vV9eJlAJ/iQfA88P\nOjf/lOnlEzi/5NQEfRGQeyT8SZUTDvthKu3TK2OWD8O7PqZmL0PWCReeRD4V\nSGYOTxmHBnTI1+n/w1FepNjimWAawApz9dKdWUvapZuhKKszupgwAvRxf2vr\nqNaakvf/rQQYzs7DYAg9HEdHku7Km5Su8IgreUk+qhML7dCyy43VF/LnJ+ZQ\nVT87\r\n=EfoJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"9d9f09369de0900e90809138c5824f02d9b4ac2c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.51_1565105230420_0.7374125546603927","host":"s3://npm-registry-packages"}},"0.2.0-rc.52":{"name":"fundamental-styles","version":"0.2.0-rc.52","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.52","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"29033d5912f866fc411ccafdccc3fcfd004ac1c6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.52.tgz","fileCount":342,"integrity":"sha512-1NKZDl6MLOflnNfJOidXaosLPJair2L0QIuSjrcg6gM0gkrTIco7Fua2ALf4H3NBT1ujWalxWe0DtlSkAHCx7Q==","signatures":[{"sig":"MEQCIAKrsh54Cc1rWxP4SDHQWhFl+3tukFELJdfLSrlCWzTuAiAkWYBK26QX8yrQv1tSt+iMSVYdFpBjvuth/4vqONxs0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13684585,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSaKHCRA9TVsSAnZWagAAnxQQAKOBdWKhAsDCtK3xThES\n5qY5I/gDfIwndEsmeZR/IZ9SOZez2d32tB1HvKIMpw8UQn82vbEJO8EElZiN\nog+AWzcUZYyHdaGUj6Gxe1MO4FrGj8gD9ogXbnkGESiMtwmkY3UPskCuLHFa\nN/rhBiLdyI7VZzSezb++68UZKqCzaglyOQKphGaWO+Tr9pk+CGeNWvOTXyji\nL7PP2YQ8zr/hJ/5A8IZ4KJYuL/PFvD+PpD4f848D+wNYJC9XpGD7FbL4U35y\n4lPiicGuzaBcFM55pbi8sygekckNJffv0wdjyPUtZVNNfIEHgvrl55YFO0MZ\n8BaXe4ZLSbMUh1JcjCvqTeDjAk5MdW2IO62CrPO3Pz+vuFsxv8QTUc498vuO\nLmI7aLnLCOIxqSVbqSanX2IPdBbrKGE+sksSYxOz2Flmh5ZkFV0Ws8+1ldEi\n9wWyh7gk8qB0aowFQrhzIFTck+mIn+WjhMOnGHsPCZpQ72m7IL+PG0Vqa5xm\nB4OZA0nwiaPO3GSAOP5olirRxFA/wt/CMMTiRNgr8SKC/nkZjw+2DqrBJy07\nPH3t2rD7OyM5dq9h8fqFDufcX0tW2fM0hUFtBnYb1dVPemJ5iqsFzxn5zqxI\nWNabcrG78t+Zv4/A6AqQe4MmgfhO84lj8UJVystvFlNRPjda2M8EeJY8iGAA\nvmew\r\n=3HmX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"dfd45e14151c92d3caab317500af14770142cf74","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.52_1565106823061_0.42126490890615287","host":"s3://npm-registry-packages"}},"0.2.0-rc.53":{"name":"fundamental-styles","version":"0.2.0-rc.53","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.53","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0a869e5c1335fa78b922fce2f01046180523182b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.53.tgz","fileCount":342,"integrity":"sha512-PBQPbQ3CyleVHoI06o4cDY4854gNwSOXAUPv6t/6rQ332mQURf7QLfiaBT6I3UEF8/WFxbvPKX1vmBgN7R3ZBQ==","signatures":[{"sig":"MEUCIQDutvCvfNJfmNN9K6pCCn6e97YZdJeQ6E7CqKMU9azutAIgFkcXtD7+uG0QmGU3Qq1mNfI0XjDSHokX+7mAZypCKJw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13684723,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSaQcCRA9TVsSAnZWagAAHncP/RMyvVrofeWf0UFS9/Rg\n19atsb9uY6PbAg6B73wJ1RZeaiYLTX6f9xseN744a/WL4o/codgI/2GJ4UDY\n01xDtLhfQy68TykIHh65GaBtit7UWsu3CztmjX3eU+IJ2uhxXnbN2Id7GyVg\nDxhvEAIiTb8/PBh7jxyKl13M+fCkOuRuetNYNnmMh3dfH8diQIxz0X8Tv+TJ\nrj9apBneTTiqvENYgqgYJXiDhLUhstIjThnWzGokbbchCgTbSOkYd8bZ7L/g\n4tkg12lttaADhoevcoq8Ekp48bGXCqWoJWORTIoaoVUrdYebZCsxSKG1vzf7\nZaBUIPi5B+PlWFj3QK68DwrKCd8zOFv0HJy5Xu/0MBz4FIIspd9DNifBL1br\nDcLfBfYQ0hbvI9yGHER6bSgl3Rz5cB84TUwn40g2wMqAE1jtdVqs4Rth2LOc\nQ1NBMSIBySdpzf1ZdIeGs0xfUDhGjyS108twowER5IJEEoYZxJHaYUbmMvLF\naiOwiQYBDzPwYDJR/PcFe6jH4Jhg4XYVWiRzhEDPAuOCd9gnmmc8gIVUnWFw\nbQEn22fqjmuh4DzNosTTg1b6U1aCUKo3Yx+y1wGVtTylIsb4HWETUT6L4Kta\ne/dyNbvQJnwzHWZod3cX1tONPhmQWIybD5hs6DQSd6L+ANIOb8R89ufNB3nY\nSQO7\r\n=cNYz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"ef31e110af570d7c7ccc0468fce117a33c39f6ab","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.53_1565107227453_0.3878081042673658","host":"s3://npm-registry-packages"}},"0.2.0-rc.54":{"name":"fundamental-styles","version":"0.2.0-rc.54","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.54","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ba6900886ce9d2d02a51210e0dad843b9a017e2b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.54.tgz","fileCount":343,"integrity":"sha512-3tzAAsL1InOtvM9nzJsktOQ96SyMrilmSwWgYfMY5Vb1/Wdn3qsshsqI4tBKK8fucnEJvuVQ/1QeBVtD7O2Jdw==","signatures":[{"sig":"MEYCIQCF108FRxc6yEzXVBwXyNXFaPBN/M85snav53ZO4+64YwIhAPucRa4JJykR1sL3X4tnR4axay5dtbd3kImou0Fs8/T3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13690728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdTZSVCRA9TVsSAnZWagAARpYP/jGVquuCCaE1Wb906ep7\nuupnl2i6JStP9ZhCb3jbQ0Zy7obKzKhmGuaRa0cENgqIHxKXr11+dBNg7owV\nIEUJkBbTebIXsY6jCWqAiKNXRkxgTJTo+VHCw8NikLXu1pEltFjl9G1Pq2Ky\ny10ggUAJNZ2kMVfAdb5GELrBQEllZWylu8F3HTtZzCJ+Ep6xHIIK/dQFkA9h\nfmSxT7oQrpeTzgLAO+NcVWIkjL8OcvUCILLDyY1zNeE+j07zpb0DsbefGU9L\nBW72OJjQOYvR/9agQ3cs881VKKKL1etL1sUy51PiVT4IqjKV4TvRgNLiRtFe\nJQDJdN6c4SyyqeAQd+9tRLDCC024f9Zas2Z9IT+iJhGI+i3TTNzsfykNZVRS\ngJyuFwQfRAPEnkrEtXiP/F5QYSIdQwjhCRd7goFkzMV71TArezcGYFEyYVIz\nVT9QiDkHNX2+Z3DuCO/c4SNxWY/wwU7TRQb7LmUbqttZfcoSSHcATm52y4c4\n5f0Cf0Mv6RIpTIS+hhuTWi0tU7FoaKVq/ol3DI7H3dl+gGb3TCcFIx62h2cd\n8ok/cfOmlS0Ue8uxaAnD9BiltmwvyX4YmLU4LBxLeBHYE/S+IM0LPAKFAYLo\ngEKoc3CW4wc9wFU+9tQWIVo2pCN17LvTbAXMPAFmNHR1CkDXAg2WfNULSO5C\nwos0\r\n=FCQQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"bdff542b3fccc3655556f3c30aec79be4259b7dd","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.54_1565365396371_0.5175091241275473","host":"s3://npm-registry-packages"}},"0.2.0-rc.55":{"name":"fundamental-styles","version":"0.2.0-rc.55","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.55","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4474ae7ca90e328af5d2931e91263dbfcab51c0e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.55.tgz","fileCount":343,"integrity":"sha512-DbDJp8a92LM9oRqoPkIpkT1uzZ1EZIsnOAcf2j5MYT/kDs2LmMe35V32aFGASigI3Q/OT4t46qO4kY5NKY+t5Q==","signatures":[{"sig":"MEYCIQDyFKUSjSXR2q1l2seOQxw0FuOrcrh/8SoB8iayHU4dYwIhAKTdKHLEayxdffbP09eOlnqL7fyGJwhM8gTgVC3E10Q0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13690866,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdTdukCRA9TVsSAnZWagAAp+gQAJMwm65BX6+NoDZRBjbj\nsFJ8asJW8+A0W9RMdze0kPOGBTZE34HDZumoznvF8gi6/tM1grki65mnBej/\nObJrzBhT43ub2x0i2siXl3YI8RQ7t/fSQyPGlXOx0PBz4cTOSBADCMLjQdmJ\nFPI2eNGAxEhRNfC1BfMsOGCnUEB9lgTCi71grmPJkhsueN5W3nQutiBOTMp+\n8CLzpCgFLgCpBpzyPHSWR8Zq3T9n1xaKktuABSJSDxr63x6x+U9UNgXqqd9j\ntaCREpRg3VX39DU7hjbgSUwQnvnP+QCF9hyTjTXIwGf9r/oi4M0+sbY+b5uO\n1NQhAn4N827xkJmCHiiiHKj2T+GI0rx6zWkL6daZDHtn7HRrITG5hd81cO5D\nyKug2D+wYflCmLpF7oLG+cxhgY25lghJnkJh8g7qbDwIDQxdfFIqTBxORm40\nruEI4NQADZZUiMXOutfxnVvrW+o0WdRknh8x2t7n9vNdqzivYA8wZjc+haEo\nbJZzrYX0UTyXDqHN7LfLDggvc4qM+b8z9W7mLTznwIlpjBiwpO/GArfdcfLE\nGhT7fU3Rx8hq2LoPS8DnkMAyl6pFBCpDMfH/5Bm61wJ1WvN7HyXOHMFWzOPC\nGNjyRTOoAQZ0rfwEVclVcsxdshBpylGugICWNPbdn0+/zppNgFZxz+ILRSGP\nHiFz\r\n=4cn/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"e9f7cf71acb0efc142ffec91e8042960dfd9ba28","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.55_1565383588061_0.8315019355483799","host":"s3://npm-registry-packages"}},"0.2.0-rc.56":{"name":"fundamental-styles","version":"0.2.0-rc.56","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.56","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8a4dbd1ddd2f668898e6d794c5dbdb4174ee9338","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.56.tgz","fileCount":343,"integrity":"sha512-XrlpBDBKDLeG7b7Ph8Kqn7pIxeE5NABFhI3FynlmqL8F9lozq8CzQCgpQVTjTDFP2Lnft6pCk5sDb1qOvrYvSg==","signatures":[{"sig":"MEYCIQCG+YDei7utmh2s6G3pqPXtewh8stVULehTXnVEhBJBfgIhALteVo/IywOsSXLFDKMbbuwcpd0Rxy++MeLyaFti/7Gv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13691004,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdTeb0CRA9TVsSAnZWagAAbbAP/3nZJ7g4ZL/cULZb4Dr1\nsKMPkHhMP0nS9zp7QbYL4XR+4CNGM5g4mow48PL6enChCbMDKj/CQmbAxY+q\nSc9aPfCOmjKwgmqrD259Cq3N0o5Y/gXTcQIEAfSt6u4YBUW9NescETHLRJgO\nNwyIkpDo1Pru4ID2+kCqiHS7nb/GGqrmj4vVQ3NN3wPVf5KlNC0fM+i5p5B4\n8HmG1UakkTwHza/pIbIvNdf7c/0xnDSzTSVbUEAfQXmnRfYAodfSoTFUN/Vi\nNUqBp4pmgvFILHD+6uzSbZwCYCjPQ1YXVsSPnW6S3ei43mPVUJtYs7ka/WmA\nc0+bUXefjhOwnpMTu0ZOxzqOtTZWEiV1ZUjN5QCapwAbDhqK1coZtK0/xY8e\n4tXqcWFfa/nJf6wtQ7sUqR6suz4g65e8dd7Lx8Awzjk0vqUHL9o7Ar0ZQdE1\n18x/qDoiIGBGlNu0QbNASPhGzh/5J6ESwT8chfhRFrOhh2cNJ3OMtZns5/9c\n+9HXvZvo0P0baC7hQq8tZ+z+tgTXNN1xg4+gsWmsCthaMdC3JQyIPwhuhua9\nFT3kuyrUn/VK8BpKU57SaN/ig2fAheUtbH+LYwTb/hgIdmv2vpwdkgvsH4rs\nzLzGKXo7WJmoCDB+KO93GiaqmoG5PQUp97fwq95EaBV7kUa6rXB1DhuJ3gR0\npykm\r\n=Bzjt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"16ee255942e7ef5a258b54122cc28264506bf4ad","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.56_1565386483453_0.1907798205949749","host":"s3://npm-registry-packages"}},"0.2.0-rc.57":{"name":"fundamental-styles","version":"0.2.0-rc.57","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.57","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5893482151c62f9ee2f88125296a1220bbf4e760","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.57.tgz","fileCount":343,"integrity":"sha512-kqI/rMpdvJBt2KqgWIJaD81JvKl4DxNjE9eUQTHhAeyKzB4EhRTO7yt9MYcsV/IP+iG5Zan6gjb8XhiOpx11Fg==","signatures":[{"sig":"MEYCIQD3L7fappfSayvh2X/XkQULbvXWoNem1TsdBjq22uwxVwIhAP3oilRYV1zcGkhvERZZJ4YE/buMW/5svTU29OMLTsW+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13691197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdTwgLCRA9TVsSAnZWagAAO+kP+wfUn/xjxexiRP0W9qyf\n0KYRJs3WBqGxzA3cXCz5Cd+HpXayhwySymABQeGjpmLD1hz6qScQ5XlxPzdM\npP9PuBNBHsuVmKbSHIZ/lOdTAE0sTOtSgX0NFX2JMxNCtHhcQZ25gdDqQm9I\nLKZofujyPc3DVjWm8rHar3Gds2p6bo+nTGkCLFo/8QNEeYltUCzQqOVP3YOc\nsEubKKthchNVpL25KTbekWC93qIw+RlaecWfEtboHsLQoY/a8bJciMoG1JJ/\n5oli1twLno8w4qp2OnPPtwQu9wxBpKZGr4TGdumRF9hSldrAuvCAXG8zYNBl\ngeA7oa7FV1pw/YyNw5CFe/3syVpu+xhLAD4PkOaXi3p1FL7bL2IGkyIQfe0B\nRW1sox9z9ZV9MjfUvM/olAD8KUGGY4YAnlgJl3zRUfxR9QDTTxtKKXANma28\nv8muDQShMTJKRNKCTdAcOK47LNqKY134aDEUtZ4tlYm0Q4PmyLU+03PQousH\nPy4hM9BCEYzeYUb1zVkiCcEB3UvL+98pEoxscbgiPBLUE2tB9M5fmwNrRcoc\nJMUJiU/Ek4GQjL6SLHib8jpOxKdUz/yQ8c4VxKYDfYiwDEYUrX3aX7kAzQcm\nceC6XoGYtZeFqNm1W5B/h0R31cQxKn6+VLT9wjK3bQ/oZ0TIy6+KURbZMDPW\nj6s7\r\n=GZDm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"2e4b990fe9d993bfd52aeb757c4b71eecc281236","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.57_1565460487319_0.6936150821862959","host":"s3://npm-registry-packages"}},"0.2.0-rc.58":{"name":"fundamental-styles","version":"0.2.0-rc.58","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.58","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2a523a5ac5bee8ebd77499d044c8dd4fa434ff01","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.58.tgz","fileCount":344,"integrity":"sha512-cGR1VAFgl2/qK3ASpTHWoeK1I5C0i5ELiUHb7TffwC8Hn/W8chRjzE5XX0BRdYwRcHFidmQuXn3Ll5HAf5AvGw==","signatures":[{"sig":"MEUCIQDUI/kTLxxgo77GrK5RwV+gVE5oACzP6mVrEGqthFtwVwIgAsWXfatuLNwwyYvjlqAzn3ggYjo9Gh9mc4Wh8T4zfvs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13691574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdUaCFCRA9TVsSAnZWagAAzqMP/2FrkJnIcaVM76hdye1j\nvNZ6H9FN2tfuPpSAgYrmIj+n8iDDso8qyFq7A8GjcZ/3FoeBijXGpMy1KxYU\nvehuvxTHtl7CJcCnvHhkUk51KHhlPpdq0kuYCLhE1vwRVtNcu1CY3avojkhM\nt+Vo/GSVo75yn4v9VbX8Tt0cvO0M5+lzCm0GFN+xHtP/JlgVMpPLBRvOKxEJ\n4yrGzJa8lB/fcjDVbgxqAKo3CHiKLQBZGQXukOcBZI7Vh/0EH5lUgAX0e41T\nn0ZjDMTjY4FWG7ZyeztnCJKLlC+Qc7B/Q/enEC/h9LK1WAZvWmuCTCo6Sx5t\nQ+9Rqqa0a9XiPaFTvwB1lnqyLIpPAFBussBsmJhEBEKZAr8/TBIREJ8ENS1o\nqRn6yt8O3BXLpCNIwEhkNVhP1DoqwO9XWtPSLHkXVXC/+mKTzt3s0sezvMp0\nXiHHnxEj8IJU8YSB1ava5+qaA6CZOOM+egEhYtTm2cnjzorgzNWD3a7bBCf5\nXGkRJE5mK3McCUlgh3zIQuY0CltaXkNAj1nGUoLAomnXnXNkEyPrZNM0R7wW\nG1ZFMjTlKJdVD9Yc2Krmika7/8rgl/LdTX3Fw6UvLEMWSPZqFdG1j+QuOgLz\n9BNCBOH7qOR9NPIbO6ym807gZAwUF/v/uiOZwXe5shn+IYeobvmNQRt392o2\neV/f\r\n=fQiA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"5cffda45d925270d0ae2bebfd4b3e6eaa2283ba1","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.58_1565630596853_0.64307818569893","host":"s3://npm-registry-packages"}},"0.2.0-rc.59":{"name":"fundamental-styles","version":"0.2.0-rc.59","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.59","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"34eb1023ddc9222b7940bc331166269d6f11b202","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.59.tgz","fileCount":345,"integrity":"sha512-IpWcpXjojzn1EXtV5GrikH2Ntkka/OcDwLKe0hll6mjWwIprHAAHoeAfSRsjmBzpgRcLEb0mOeis8thow6BYiA==","signatures":[{"sig":"MEYCIQDBevzE/ZTlcrLVCPOlvi9TluNXziSlMC7Qwu9ogmu7CgIhAP6uGUkLYsUD6rw+TVva9CXPaf9wYVTCfjt8UwSK3F5v","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13691961,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdUboVCRA9TVsSAnZWagAAF0cP/1Lhqcs5qQwGMzM9AFBM\nxeToqy57NoTu43OnMh9iHbP8z/55/mp+LAAOuRIqgV5Drr8PRzZFwSRAMmbO\nDEEsX1UVaPZ1YBcmZ8LcakdRe/OXusl1tFDsJ9rbTcIC444IWViU4fPgZY7V\n/Nt609SoXNkua6CdFEUd7+TZie5iLRnw/sEex96+NDZTB7MFKnY+B2GbMAXj\nuaj8mL71pQc0S7F/A3z70TYVXiIW90OIvzGsyHcXAAWVSjrfop0TodnvoW4V\nZY9d66cJDoDSHnJP1xNX37qsjQsRR9DIajMuRV/245ig0ru8n4RbcWisdR8D\nQ9nDlt78MCXx7zbDfIVcTEBf7RrzxoWI5k+DangpFcakMHSwSPnj++zPiiI8\nNEI/C6aLIlEVQalaHWZqU+WxpE2FTf58PpafGDTY13q/M4JAFlx1b1tftprS\nVMda2V8zXKk1u89/resTur0PbLLUjQgr3WruIFt5d8c5g8cwDJleoBnbJ1aL\nlbCL1XO9M8OI9SGGwJXmtEbOcCNJ0XAsrlWbTvgI/ATR/P8mNj+bImO0GG/q\nuXoGtCf+MG9Madm2WMo/4G809TpnoUE+8rbe6bjrDi/5G1Y/qI8ybhFgqy3e\n2UfVCXRgS7nWEuqVuu4tePJJoJwBGeRoUZ8/4o0sYdDYn5W/pGW4i6N+UgHl\nma05\r\n=GVi/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"3d13c7a1cf8b91e6aba5cab4c876e8d01f32050f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.59_1565637141064_0.11306840095168047","host":"s3://npm-registry-packages"}},"0.2.0-rc.60":{"name":"fundamental-styles","version":"0.2.0-rc.60","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.60","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"37a5d8cdf10e2a785e6b505c567d37bd0b56a0e9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.60.tgz","fileCount":345,"integrity":"sha512-ija6IIrbpXYQU+nXzbpGvvn7ymEm91x1cTSq7tE+4l2tr8N/cSxdyZLw/0DE0q36mF45c0sk9Zb01C6qtlsczA==","signatures":[{"sig":"MEUCIQDf+blrQ+l+n87h+JOgo4EAdq1qUqnM0zL+MK09rRtQawIgLEUrL5JkbgGcUNiFRrMrhsTj7ZiJhvJe0EchYodhtcg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13692099,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdUv3rCRA9TVsSAnZWagAA6sgP/1En8xshcF8nlQHoDg4R\nUlUbO82z5EZJX32dcEvgr+E0WED/eAPl9MHLyyi64vJoea3WiqF1Z6yItNfU\n+6Nq4RAGBV9e4e7pz/kZl+90FO+L8G2Oo1/kRHJb1eeg75i8Bq8Ms6TQp3rZ\nvqa/GlTJCI6lQbnLTFj2vJU52VOLOUBSn3TG9WzbNDXy5dZOI67+fOFD+YAV\nUv/uy9pVv6X2s6SY6AC+xgmSbzGTaRwa0vQub0ctZ7sK+RI+Umn0shf2ZFRN\nLoSvlzScaFWzd1RBlfXvMWAuo2GwEtxg+WAp91dYkwyUG9WrOPyyuURB7sjl\nW2+COQ7iPLlVZ6+hQXofUcTRrV5onw2tdRlzxyO5hv1cUsPLEEv1aklO9iJ7\nX9T7hJ63rLg1rqrOhGjO83tIoK6xcOkj9KuMWYgPvgVZ3ee3rqm571yXpGtK\nXdjsEPnZD7wS+SMIqazQ6Cfg6iHh9XUp74j4VUif+FXdBsitfOmvby09PN3T\nai+T/ul2o7Lb5F9JotGYtMDh4h+MlugJ2JtxXMKbXu8P773S+oWCAvM+LTbm\n9mbvC4X0IWrfixSsAqPWRJUtw8519Vb8uMDW0550RpZDza2WZ6ml7UIo933i\nccVwnCAmvCxi+6pBb+hOU7pky7HsUC72lcesR4oEqFGA7nLu/ncMFapa/0bJ\npQ6i\r\n=VWAz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"9fd1b066586738c37f0047f7e9bbd08087e4b219","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.60_1565720042594_0.5773736012587019","host":"s3://npm-registry-packages"}},"0.2.0-rc.61":{"name":"fundamental-styles","version":"0.2.0-rc.61","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.61","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"df8e3234a3cee9353bb13d00d1c783dfb5d74d90","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.61.tgz","fileCount":347,"integrity":"sha512-JzgqzBQPfCZ02FnjSb/dJmRHFF1s8AsA5z8ZEXIgdiexPloKkGniUNxYMXavL50SN4azRPlB+SfyZ4E5skEEjA==","signatures":[{"sig":"MEQCIG2tgKIhRYM8d2E8nWs2l1vgfY1w/x8bE3b5IvDCQwzzAiBfKaIuZOwrxWub4rEhwbp2+vdsOp4EvA9bMZ1OZaM0Cw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13720635,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdUx9ACRA9TVsSAnZWagAAWz8P/0Rjv5lmmzCYbwvlQDBK\neKmW9uwLfCMCMhALOvqf2TFOqmiEbF6X4FLf1uQMBl1Mf4M62LAXYy3SveuZ\naNBPuLFiu3YfuRYJ09V2WLAT3HetEy7HhyvNFfAGLVSHs+EfNjL+/ylXOaPk\nJr0UJ4AweHHk3pzMqvk998xN3CqK/NGIXLI0C32qyvmL5ZoRrEI5/AmOhDU1\n+sZ3DCnqUD2PHRw5SX/uo7E3O3fElisNowySrNp2B/1FIXTTQAPFsDTqi0xU\n1p5vEkORf2LZZ6xDLpKd7/n8Clnbc/Xp6wBdfhLkA3HcRWovSMpFiz2NzZ8R\nuXKzIz6ICgdOqMcE/CDaPlx1y7bIDysolM2R/Gr7SIDv0Dig2TOAprtOUg3Y\noFkoFSerX3gMz4MVTv2njwDk7oB6lqp0NdkXZuYhO8aWTyj3W+BlsrdLHXf6\nR6WLLaXjLqFGjpBbSHpKUR75OODsbCcOcYMUw14Wh+A8K4qpMfqpSRbn11se\n+ZIlAUwBuvx74OZdLRHpxTBlVkSUakUVzJjZcYbvQSKvdkyiZI7Mv/+suV5h\nguZrp59fCkd0vWk6/WWSaOG22j+cZoLCxbnpgbSwBb1eKdRYXMAJ5JhXRcJ8\nLqeNSVBUel+1d52zmufbKc1lCbPZA5YqPM7B79lG+JzSNZQpOL8TBi5Zlklm\nj7SX\r\n=goXZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"059b4b2f379f38a9ea6eda185d5466b4d2ebf7e1","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.61_1565728576068_0.7157694963238059","host":"s3://npm-registry-packages"}},"0.2.0-rc.62":{"name":"fundamental-styles","version":"0.2.0-rc.62","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.62","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"106749b74dd2a3ad859ff10c04d081309f9884a3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.62.tgz","fileCount":345,"integrity":"sha512-gG947gWwhlYl5QnQjfN6yhFcFKsTmtOT5EfM9OfK5h+L5nlaD83Qk8+rNrjBs9W0bliumh/66vf0+9rVYaaehg==","signatures":[{"sig":"MEYCIQDPApg7l63UbTQP/GebuScbl8evFnc0IOBAWUTRUY8X4gIhAKieT9FOqI8MmlKcpL4dmbx/bY0qy506J78iI3+t1CWU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13756198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVApvCRA9TVsSAnZWagAAKzwP/iT7zpiEGkOWdd3Pd2hZ\nnaCODqIAAhKs+kkm4ZCS1fhLLvd/fAnKFwinf8eiT2Ixvx01EQxOPV8QVK/w\ngdJII731I8FT8pRDCCtgdMcLdtyiEktMqcC+HNLNA/KRxX4Q92DIpVQdpLyy\njUyNzItQkUl1+rFSwUUW2kxnUnkkXxt5cA4vzFgfU08ognvJH9Ju9bTW2f1z\nHaVK7DfARUcF7lodGQWOgkAggDlrDZJeQufK26jiVIuO9JisYy2n6RDvaWz8\nj5nB6bhqxpcFPhEN1Vo8swFeXB6z15Pit7HxIR7E0P7yOnsbWWPopTlUF0xY\nvCddpGY86fePCgHVlZwMLGsggkmc46JLy5GGuPHhXEq2BS2tF+MUkHBP/Fqp\npPhvm3myeHXHS6o6MHwk9+ow11WeyCqryQTK/+mbzq8dRE9xBXQ6ZrKQvhV/\nt6D4X4iSiGAvUgrljR5LybCyJM6y/9YHtql9T+vOjKVJfxy1InxKUr7PjqR0\nxWR6eJ+2zL77QWrl8oYwXZdW5WPVOko5MvQaZMji7RsEdOi6hRyl7/SEeCJi\nYixkFQoMdje9vJRZp9UXZ7F0a0Knb/rWXiRi3qAnNjQoJDLRcga5lO8agmt1\nCXyE5rVfOlUD4fiOacQ5J0+5fnNTrkGcwOc812sN3ESN6aIGbvcvgo/znYZt\nkzqY\r\n=J5nS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"87aebf2f36390a55ec22ed979cc18e6832ffcb78","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.62_1565788782601_0.9359992329824989","host":"s3://npm-registry-packages"}},"0.2.0-rc.63":{"name":"fundamental-styles","version":"0.2.0-rc.63","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.63","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9176be9c166e2b1efc5c5b08162f31671f6a6576","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.63.tgz","fileCount":345,"integrity":"sha512-aPGrcd1pPa5OUI8VEYfMG/RDVhfT4nHOOFJ2C5JjwrPPzR1Ho78IucLD60+0VT0yaSwUxKLwjbhNkzeNkBgLEg==","signatures":[{"sig":"MEYCIQDA3VBe8kQYsVjdRZmIexBIUaogTW1sLoRauFMf4xcpvAIhANlmUFQdsZaySkUSz9UHJuYyKua7Pvn6EKLuzMioNfjI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13756336,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVB7/CRA9TVsSAnZWagAAHXMQAI3Ahv3xFsLaFBGXnVeD\n4RxroNooKRNwBkDwxwp8A7Oy5m+SzqolVrUlzkjTk5jSjfufVbb6qhx4lUzd\nQ9JNv1JaDUxtmT0JoE2w8vuz0D72a5vxnab955Z9AY3m6YJIMDi/89qjTuwB\nurvTKjv1/p9yaUbXJpTAn4j1Mpku8UVtq2ozYyFyJhn+c8JyY15mpbeoLZYx\nn13Xzr/0DBGTkxKCK7QQmo7qyVHvDCJXl+O/gi4dX5c2EYWTEUBG6MU647OL\npL158QnaCG/s37s7HaXelU3+2qeX7g7JjypYyFBnQAPk6AYPfbK7ZdX/Jmq2\ngKnp40jeQLdAD87s40U3mgEmx0rZsB9WbJahlAyIe/7b2lynPNee3wiCUQqk\n7St1xJZd3jqerjv21WhK7qabuQqh4KelgrAW6low1RLwxFGNa63KoouqVip4\nkYmRAWBzgeNn0RGonA04p9igCaGtONeaIwZwnnsZBCLEUQ3/L8oic3Wb8BVd\nS5FjozjOsxJPRAu+fR6RcuDltPF6+6eAL2C2VQ+rv0eysdO3ojhLBGrkO9Jr\nUn/gBk8xXKDRN280FNLkPkd/QjQ/It/APAuiErnOjpaCbR5M47/pxyXj+zlZ\nCW35Sx8OSYvONy928C4OO7YqkvCT7hlX+hcM4nFmBXIaDJIqxlCDJACwJt41\nB0h8\r\n=VjXl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"972397b716be0b9cc89c033c0ee2eb6e78334e55","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.63_1565794045149_0.5750616006709375","host":"s3://npm-registry-packages"}},"0.2.0-rc.64":{"name":"fundamental-styles","version":"0.2.0-rc.64","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.64","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8150b8d23798f973bd1fc3f3eba55aa636af5f9e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.64.tgz","fileCount":343,"integrity":"sha512-35H6gxBh8vRhFzusJSxqKFsHCodDhSzG5JeVpDPS0hEemtCPE8Ppa5BdZem+oKjT3GqprZZHcivU7LWE8E4zYQ==","signatures":[{"sig":"MEYCIQCdu+zoxl8edQD2i/ICeWHiO609I7czvgZ0q4MPiFhMKAIhAIw1Q6vbfeNqYKV2eywCys7dAknrKFTlHEIQiU9Cn8iH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13752439,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVHQECRA9TVsSAnZWagAAStwP/AwW5NGOj59WYlWSBjGw\n0xzFv0DSCRk6BemIwa9SWqo9seJXWb/c6OlyemHMq0h3m/RKNCrrFd7TmzF9\nAXGu7g6DVvbinB38Zz06uw9FFvLWU0UoY4Q418H9SaVRDnHfbHjGY9zm+ew3\nKsxGRFZR6xjPerj2MgFp6Kyd9kk8eQoo0MRqKBLxN90Dj8kz6sw2X5bC62RV\nHKdlKVoqeCwJkOSbZUMu1vjJ3b6POZgbPQHZ8g9psZ3GOp5utvgDs2vEp8AN\nqavwSXjcBxMtI+ox/npDO+MYYTHObgRsOl+AunXlF2ffBt4sQYru4cd9na1Z\n4QQhgzARKaqakKtYeQJp3mxlydNdhBaO6pLnHlRFe8RHVaKmJV7fehmjjwNX\nKUUKOSucFLOuNZ6WsuS1/3Iu7puGXr/sT5K0iw4+56MCzEGMJHgz39MhH/xB\nxcAWUfYE7T3Bb4vH5TMHWd4wEf0Bb5HIDrqCqFktTzrxwJxCf0acae38B0Lc\nuKZhKMFrwrmJN9TTllVO/PUYKWj1zfi/6aSAgDuXCa3euGAJTQwVuRdXChaR\ntmgC6x7Rx9L+SCqhMa+0yxkNyAnk7o4kZIDXgeuenDtWnGdzenbix3YRBtiD\nH7uyvxhD1YGqCDt3XQhnSukTU6RPbzSisUX7kehlklHTjWzZ9kufMy+GjpAJ\nmzHA\r\n=kGIo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"d05e01ba6cf0865da6a98b08a044b68cf23808ca","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.64_1565815811240_0.8185840785962388","host":"s3://npm-registry-packages"}},"0.2.0-rc.65":{"name":"fundamental-styles","version":"0.2.0-rc.65","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.65","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cf3ccb577b1f76562880703a2d66afda31e959bf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.65.tgz","fileCount":343,"integrity":"sha512-xEYJW8BdkGLFsoSoELYCCko2CmUVUBJC4flV6OcUm1KWbixionNt5j+fdSYca73VlYHqmW8sDdJM5dlEWrWqFA==","signatures":[{"sig":"MEUCIQCeCVo8E240iV4q5keLupFzL7ydBDtXzrGUuXJWMYpauAIgXVoOIV3BGueUa9etnrTLl3ZeL9TtJREzg3JzJ8wXkb0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13752577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVI2JCRA9TVsSAnZWagAAuzsP/21UtMx1Vj8Ga5kPH7SF\nxXpti3E2q6hEixbYNfpR9g28OB1RdfSOMZXRzI1tqN5Dm6ttfuywpp5glYun\nBCIG2Kuplh2nl0sads8XYYV6FFDrkOzaY7iX0OzOt1mTbY2alzITzF1uTznf\nzslsyt7xBQ8iUC7z2Yx+Y4QtoWvCkNbNpeRJ6TjRXzdm320Sf6kLOZTEP9UD\nH6GqA2dl9iaWNRBHfMM/BQ2DVJ+p/U6PgWLvK7KG8DSUHWYS9mxqrKfBahV5\n2RG055VnOt7sqI0xIVpVgiyLxGFHd3xpdEKgfBzAL29QPxXLSQT8r3JNF+cH\nK/PYs9SBPOVJWPmhVYpPL5Lmeiy3Rh3Hd/NaMkELwDtMnPO+i3qgnjKRKU3b\n2omOfVW7TcI8mwm2cNdYh0j3tCMz10Z6jC3Chw2IG5AGJywLjwq+/mtw54d9\n0Ye1lw/m/UFVt9W3GugHbyqJBptPFti0/uGwYVUflVojCHxd+wFOhB7Xv0qz\nz4OlkiYafL6t8L0s6hyhwiHwpm2eP0ytZSvvda43adXu0bBJn8MVi34zlnG3\nEoujFxZjlDv/+XxjFWiUsLUL0L5gSln7qVhEoE9v7wiiJAOAkhhY0DmFXGnc\nHMSJ7cnhNrTBH7zzk9qDLcvfR8Dhk1adgOMjPmh3q1J0G9qk+xBxkfVnaJtp\n8dbN\r\n=gNh6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"6c102c937d5bc398380cc05ea363acb6bc6eca96","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.65_1565822345062_0.06324290232804164","host":"s3://npm-registry-packages"}},"0.2.0-rc.66":{"name":"fundamental-styles","version":"0.2.0-rc.66","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.66","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a2e20417fc47cd7ea00675157af10e6ce1be2799","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.66.tgz","fileCount":340,"integrity":"sha512-EPV+pDrOhsAuU3sz+ytv+Q/Db0uAIg3+zlzMsAKBXNFBRXN/63/WpIXy7J1upEc91YtZYm/zVgwbKqtw9t2DbQ==","signatures":[{"sig":"MEUCIG4hyHdECBtq1nFIosgmwv9+jZ2D6edFdY2sCPOIDyruAiEAihQjHIa3YX05NHbQZB5becBUCZRU+zG6W/EFHGcKDtc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13751079,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVJALCRA9TVsSAnZWagAApd0P/AxmKzVWNu3/6x4eKiTy\nkvEOuZHJ13Iw3hVOHjeg9TrdoEMjSMm/yPKW7friBA2qUQ0wsBW6lOoNvcSI\nVtUgj64s7PapM53e8Zco5ErKoxshrVvKqozwaSm35Z04gdmJ5mR09XCfEpHR\nPj9h/uq1TV9wPTSUTKqFPz94z8i8zaWSFuwZVc6rEy8cQAxK+HRQbzpwCN7t\n0MzZReudUu9hO8xmwnicgoPtZkpKyb3EGSxmh/F4uvEbtP22XDCqRcDgeUpU\nOBP8sKGOasM9SjHFxkg8N7BHwRPHyAjagGTyyvVHS/+rkxFEZpqxRcXSxCtK\nysdQqKfPdnqUwWnxvEvxim4jddyOPfh+iraYi0cGooq+GDc1BYRFNPD5xWJb\n6ms7apjvgejZii1PsMMumElqm6FIOErfxJgNKnvBVz4bcqOaOh64QBImuANM\niuaM1tI/3bSTH76KbwkqTZ8qkK1XKqIrkT5m9EBE8knxHFUEYRyblVoFQ6h3\n3hkSk17N1NEY3eSVwtsCra5mstPa6IJk96wZ9A17MR5AXZLQTYHWAHadFnSa\njLXG0Bvop3VVoF2421C8titvhKHGmm3Yqx0UAFfzK952lUD5r78eF9hcu073\nXWkb7h3COK1kqZYMcvWzoUqaHbaUvUXI7KCAUEb8Zc12kTS0KL/Cp0dDKWfg\nWdCa\r\n=Ri2t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"03cd53117d5b1045a6cb2b002ec000963ab3e027","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.66_1565822986186_0.8939981775689239","host":"s3://npm-registry-packages"}},"0.2.0-rc.67":{"name":"fundamental-styles","version":"0.2.0-rc.67","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.67","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"788c8ea501dcecfefd23aa2956686227cfbbaeba","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.67.tgz","fileCount":341,"integrity":"sha512-ukar7pgmFoowjdfKHGqm17o6zBjhTN8O4BWpQwifAo8nGmBkeCAAZEegc1xbxMqpquExDkzTQB5mQ59bR2lXOg==","signatures":[{"sig":"MEQCICxSn+5vtxHPFr1EzgcuVJgQZoheLX/bIIg4/qaZpGmsAiA6gGN5z5hHUySj2TDcyKLFACU1nJalGsA/oh2bUN/Fdw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13756039,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVOfdCRA9TVsSAnZWagAAbIgP/0Wo2mXJ+un6MfseijvK\nDuSdKJqBiEK6XaQYvFJXxz4UVLcKTnxP+0rNGKBhpL3riV7PqZ4MTESVwfoE\npR2hmnasei6a/aDVnfi1xs50M4zMISPODQdcl7zAbMWjP5GNyVeCdqe2WC8T\n8W4NhLRIQst/qr+1LBlgP7T3b7o6rGlrOEI58APe8BBQ/0EfENHZbiyfuzT9\nEdVBgIrLCoG/wpJ782Egx8AqDQf9MZli4ubrwNsuu7QsWd2JYZTvKVkZI9gz\no6UDdffVb26qMngDuc/LQo2boUgiAMni0hNkDLhTagSPjKEGwooy7ThHVqS/\nDQEEbYjaFxL2ZK5u/s50t2zrQZGSFFX7vE+I0DvpSQ+WpGmv8ozb39o8Tdys\nKfJU/bQeKDzdWjpR3ivwqetbdxe/wAOz12hHqjS9roJC6Z+UjDP/Q0ik6bX7\nwtsx75rPKNhFLoAWdwszN2mfuWx9pMHA22wO+OTDU97uKNKlAnEtHClFaFqI\nvqRUcOXg5YCqB1Q7DH5OkJknqDuxgq13iFlk3iiMhJqwvwFwvqOeGi9K4KJL\ndOBPm14+gPSg0loe9r0frYQ/cChimsDi+1GeE0ADT12n1qQdp/XSUI5aOfJU\nKH9s/Wr79gHO0d4TnAcBelaEQVH0hk73OOylXRLkl6WnWVlmDsHhIl7yRH2I\nnGZj\r\n=D+M6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"ebed12fc6cfa28b0d07c5a3a2dc256b44b43d20b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.67_1565845468679_0.8296697047473225","host":"s3://npm-registry-packages"}},"0.2.0-rc.68":{"name":"fundamental-styles","version":"0.2.0-rc.68","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.68","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"19e7bb6f8273e175e21c225cb615888e2f8ccb8c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.68.tgz","fileCount":342,"integrity":"sha512-AEaMusUdTGncXKtm+oAzy4x+SNCDiEADUJOGa6UjOWwBdeNX2CkgmcHpZAtwMO+z331VA/YhzCqpqlspH1bZvA==","signatures":[{"sig":"MEQCIAZ05CrGS9Txa57IJ7D6Cwvv0lo5L6+eLvsyLgrT0la7AiB5r5YI3WO30b/NKvItuCiYaLPmtIEVzvcSPl+NOKGAbA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13762653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVVjvCRA9TVsSAnZWagAAMzEP/1Ej9MAlbpbKEofY00AE\nqObiMFbBNj/q1efqlYiuHIrBIbH1CxI+eNq3sZ84KMWbGjzYZ+7hJSUtsWOG\ncpaVk9uqZrV/UMXESdPxMAhm2GRmxyODXfkXWh0zvj/d08fGQxEcf0Cdabfb\nyp1D7KdMNoKU1t+dcIEBn/EYDF6mzY87uaUl1wFSaqx1dwYzHSDPZTT2uCEG\nNXfqYMvwj9V5F6GMl4JfqOGwwFLb3ESwvzd3sVp1wdi88wkZSdDD/c/tEzM7\nlRYQ+vmjcdT0fuprFZP0FSqXKh8dZN0TfBa9TEDJLyA4pTZ9OfAsroN3ARgx\nh2D+tlLo04gdKV5qDXd71FxLUGgZIuQR8588jIkbiMlRrvSfepkDHDhxes8c\nyG2Osa4oICDa1D7PoCOmw5xwonCB1z2XmE9jld+hmYREnxzDnhPw0L3hJGeh\ntBEVFURZouEln7OEZ7h+YS/7gEE6GjRNe7JeKXJ6sKkHxbAnWRwEHkP0ew4G\nG08gdhheGWDRXT/Eu7YJFeFaYObfOGnmKuhm2Vo2ZccRPzRJ+ereo7LDwjb8\n7oPK08Z26ONeFbSmFxMO5oBfLWPwzLKzr3ZUTLg4NvNmMJXcONKDfWEkVvQ7\nVhSwUjhmiHPx02TcRGh/DRsQF8Cu0l6krvimyNxXrGpE6jcKvdVMKre1CUYl\nP2NK\r\n=ZXNA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"5455662f7c047d55b547b8ec025f58e8b5731f62","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.68_1565874414892_0.8751902551820303","host":"s3://npm-registry-packages"}},"0.2.0-rc.69":{"name":"fundamental-styles","version":"0.2.0-rc.69","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.69","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d5cca389835d459ee022c34c2b9271c04df3cc45","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.69.tgz","fileCount":342,"integrity":"sha512-9UNrke0RWfuxb51eAZYZ7GRxOSi1WJz2vpCKBrN5RUbtTlWW7vM9V5f5rZ7y6F2mnMTNjTQQPs12QiaLTW03TA==","signatures":[{"sig":"MEYCIQD1/hKZ2jkJHS8bqfqfRD9lEyZ7MLH07ZIWrT63dKGL4QIhALnSMU8Q148X64oV/c+ktVUP9tjgOpHcYuhc0iH9E5/H","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13762791,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVXxNCRA9TVsSAnZWagAASu0QAJUq/PVfEGEtVsv2XR0l\nQYR5tgsora667gjSAtR76ZTtq5B2se5/e6AmpNos4Xx1rmSE/PPr+63JhxE6\njKIRGPq/LBjeZl5X1TyZdq/a2irkKMcWkLh6T2LWSyznZMSVATwJwka8czSI\nOz3PHReqXJUE91uG3WnJe3CybwOTF31IfNq9t1hHen+exAsCCfG1ZvNXvWEE\nk+E71ts87wpow/Vuy7pZhwT9HHZDIINbfckjP+7ebKiz0pZlK/xRzbo9ulnx\neTORR1gc1VD9M7I9MYw0AK+2AblLQZB6gAHbxpDdI0XR0sJnqSueEyj88mmN\ngDFPubiS3b0Z2KlqCt7s1FFJQ807mT2nil2wx6V1e3NliHLgtwZ+dmb35VBd\nIJPfMxkfkbUTto/4QG8K5K3nJ7VjG8zS5mGa/UaPL5IHn8Veu5STfjpngilr\nfpLpAUjm3LtirsgvDo95I/DIVyLJ3wGCz1e87HxQ3w7jjg6UUtyf41uYqdsm\n/ZZNBvezNL7bBOWqotYkstEhGU1h+LS3ZNxWxztUlZiPPT0nSoCM4HDklhTP\n3iP/3Z8qhvKYi+CFHFt2NnYvGtx9e882Z49/33RzqRxxr4jLENgpQKK9cNHw\nT5cTV1VE9dnRjyl101jJMHt+91MU903Pu4OE7s4b7xNhyCNfVg02JEEW8dp7\nBtg5\r\n=H2zS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"404d9807c39458c870d0e90ac7e52b1b779d2032","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.69_1565883468320_0.2802283503897942","host":"s3://npm-registry-packages"}},"0.2.0-rc.70":{"name":"fundamental-styles","version":"0.2.0-rc.70","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.70","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"260bac79662acc99d83f9fee5fcdc34a7468508d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.70.tgz","fileCount":343,"integrity":"sha512-1yuzb8SVObOXN9E1sTQ6ehWaF0Ae3SAhCeccdKeN7b+0bAXahFc4kzVpJ6e29gtjf1ZZ5FQhMhqazX16Wlogog==","signatures":[{"sig":"MEUCIE74YmS2/GmiR4yxzI1Kq5+pXHsX2msSM2Zd5BGlU/fyAiEAwhkRavICzp6zso4FB0b7gTz/rUvvRr1IHaCDP2cmbKg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13771380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVYqGCRA9TVsSAnZWagAAVk8P/R19zSldqlP4p9iHiEc3\natZxIFAKHD6zI8n2DIdQ/0jjOzW2jJiaNBHR/XkjF4eKEzHoKh+AaOuRI/BG\npQuVbizM4tcAHJWVT3L553pWUWxXMVKjtRK3nk2xXuwh9AMsmUQp18eZ/HkN\n/hTMhykUZe4hsTAUajUZ+Bxpy0tR3vMmOUSbq0P8Ak79sEzFNdg0/uN9/ERB\nHkKsKjrpHclbebmS1FlmvDL+uLHU6Bq5anRUeGyEFt51gUNdESJAZ3/2i18m\nAtd4fycTo2hGVDsNnAvQ4wxK18xYC4FIpmWwIgOeyDVw1x9agYp8nh3bG9mw\naFGxSaSLZjPeLE+9bI2Sx3/1+cCoR55SCFyJNOMDXBcvwM7r+ASyE2ynbSoN\ngDItJMPT5Ldavl/ACr2QOmLj3jQgcj/YnnoTYlCfTsn76Vrg5dXBN9bGFlo6\nryA2juM8ByH8uquS/lA3dt7lZ4Q8EIlpzNPGMxHvGT+VGbKU8moZPYNdaHW3\nKlf6yVLx0KF3zQkyl8j5gxL0qEOn9taN3iXc/zzLqv7og5CvybA4doHtty6+\niZxyFXMKdiSTDl43ylPiAGxTPOjUBz/kExnmcO4mXRKfERzoSsfXy2i2Rq68\n1mzqF8PTOl9DNsEIm6KJr9s0fM/PhWUgGpnqTvb9hXCSTGey7AX3+g1ywlSH\nkqHt\r\n=j5K7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"8a681c4e93655c99a8cee6ecbf6b00e3de9c7d3d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.70_1565887110130_0.055609157037232126","host":"s3://npm-registry-packages"}},"0.2.0-rc.71":{"name":"fundamental-styles","version":"0.2.0-rc.71","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.71","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4bc3ba537080351cd83c7f21395aab9e23e33ab6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.71.tgz","fileCount":343,"integrity":"sha512-6tmA9LWNwlcQ0aaxGBYZ/Oi3KrK45aIRC8T+0JVKmJLFvbQdymrYpmsOH0kczU3annXr9WyGYOmJe9x67v+dZg==","signatures":[{"sig":"MEUCIQCbaaTba/NyBjM3i8L49OX99QwnM1O448vj9kb7Vnml8gIgARkag/l9Dlj/1ySus4+5kFrOr/0mKb3Q621T1I4uC8Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13771518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVbz0CRA9TVsSAnZWagAAHTMP/itn1eOFYlKidSY3/FO6\nIZ/LVc97Yd+wZuRuvsTkaJRl59QoQBM+RQnDsFcjB/FI5hzIEc1zxXJ0ho5t\n2MKtNl2vy2pYjQxhuHI+TlxJwk8I0PrlXOqSSXdfH2R+x/5j9EfT47ywT4ij\nn3/y15GDgiNvJpv9VLnLDB3c0kEpzLJbEz0r1HpexPAs0IBXy1LPgMYG24/7\nvGMfuINVZJHr9Fo34ojUSjVbuLysuOVlzG7b0glnLwZlDtyBQLSLFmjS4BwK\nKwoEmw0E9Yfira+8HE4is8clOhiLe9dxiBhOHgs78cqEJAkW4jydVM0uz/nm\nje3MMeZZVGOY7A6Hx+UBJ6KPT9nu/N/GP28TyC6qkUOFNRoMkotX4bMwaJP9\nK2A9PFt05IA72LtDLunRwl4bgvs6jHRqy+SwMWynb3vGVFZ6f8F6E0umtwEg\nCtTsPLPb/pNr9rKIP+lHG13Vhntf/waZmKF8WYmgS296Ddm53kJdhkptZVlQ\n4WFVsO1Fl4KgMsvsJUkOLCoWT+I5q2kgwXMq6w6Exl/UDe60UcYAW2dnrQGK\n4bTao4fOAz89zYD2xivHDFgPt/490i2nKIyNdEzrAq55ArGSaUVBYMRx7Iwz\nqjKnO4kmuYR1SNIMZU0faRhucBrojwwmQb3J4oF0Y0MjtH2af2+BCKJmjaOD\ngHFX\r\n=eLQX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"225dba9654e98eb1e057b96bbb497ceea3df420a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.71_1565900019325_0.8554280585624077","host":"s3://npm-registry-packages"}},"0.2.0-rc.72":{"name":"fundamental-styles","version":"0.2.0-rc.72","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.72","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"13e455c4921cfcd270bed107437b828fcd39ff25","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.72.tgz","fileCount":344,"integrity":"sha512-a+St9n0yU4Z/nLQ/UI78vka6ZLm0jWSCQjXtnvhg/wrVDImNtzfyMzHl94n5jwgyYw/YJUX+yw04rrPKbFgV0w==","signatures":[{"sig":"MEYCIQDKqwD6y/Shp8nAMu8fKDpTlwAhR7Qowx1XJ1v1ME+ozgIhAJjCPAswdxYERqnq/RZWpLpZfodJRmfkWxvicsN4XqSY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13807448,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVcLvCRA9TVsSAnZWagAAHYUP/RdWMqQDpsBr9ONEKqd5\neYSYmATEnhWX+B3deq0g1JS1kc++EV6txIWhLQuI82gk4sXfPnizUdvO4Ru+\n5J+5JZ17vTMvS+/OjBTQe0Z00lbAM4xs4QDpjc2tLbF5Wv+owOVurAYaT55M\nQKAoDTvKfHw4KoXNXZmpDIEbznDm55bbmOfCR8/rr1xEAG5+fxxjBShpqYw/\nfUQBZP84LihfZAYAQEFY3UcPDxhnSjmWd54h37q0iBI56E/mRYn7VZE42KYg\nVJb1Y+nUepPIqh9C1U96WTp+CJtNihZ9OCxPcYKjE+jpxx3aRfGtY3X0WYdk\nSrm/mIKSgCsBXCsay/2ypnkO6GznEAJCQ5bSWqMCWVeoT9VsjFIUzIrmThnF\n04GQyYQjv6/N5H6sV/4OM/DdeHbVj7sfh7MpUSSNUqOGm8YuwQg8ztqAfVVq\nBo9ssDn46vG49ochN/DtHuO7REp9UFazK4xnlr96PFyxpQOzge3KNQw0UEAy\n47ZSS2MaeWBr4DaOZ+qeYBSN/r7q5gXzjy+3R01cd7ZKsth2qFHt6BuJyUWR\nIyN5Iy518Mtq/NtjATL4XNPfqvxF/eCb2sfVlRYLEPRfyCiRcTDtjcFyuQia\nO7x/wY+G6oBxUH37cXVb6Mol9zh8vsnWe6C1iH6n4FZKiceqf2SEMkfoFDbk\nGeL8\r\n=ESnw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"dbb4042f661e17fe2de4e815416afb0c426c2c25","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.72_1565901550975_0.027738110422010687","host":"s3://npm-registry-packages"}},"0.2.0-rc.73":{"name":"fundamental-styles","version":"0.2.0-rc.73","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.73","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f33c62c44ba1d59c79728ca7785dc1f6402e84fc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.73.tgz","fileCount":346,"integrity":"sha512-/VXgZN1NPGXrRXrBZrCYFBl7C9S8I6pjGybvTyJFbUZ1qGZWzp/8S1dqwrvJLYNDKOiTW1FIoS7/oOwg11iVXg==","signatures":[{"sig":"MEYCIQCOvB2O1ZdAZ7QhNgflTQ8hZWoOZXksIUT+/F+8IoisfAIhAPUteHo2Q3fV4sAK8Hxaw2J+/5J/0msnEVXNJFMPmptm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13809148,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVsnwCRA9TVsSAnZWagAA+4sP/AhVI4LiKmrCURcDuXUA\nZm95PnLvHMW87nrdCLjVAcEvmFKDnYow2VgGtGQhynhNiS4jy25ADfSok7Id\nceoIB05mKb//XZlWyl2uED/FlxY/S0DPTa0CqCd430FFT1gKlGezHaBHmLOc\nQgdtX9/D0UPcZRyrf+M0jGPQddgGLuYHwSiOaaiR/WygDDL3ylA/JX4Is8eo\nax0OftrymDnk5O3LN0XGd6nVoZ9X/whekBRa6vf/kET/1ydgIH0z+/8IE1yh\nDUBi1hcHNa3INkvGfZk1bu3g3RmyzgtQ0egnLvYKeZrgKGLnbmxcsrZ3G27J\nSN3u1pV6oXhuzKbG/vg3VHzeqkffogRG4vzFx5Dwqpzcipjqhk+t59UUo3C1\n71jTJTN68hppSujt2eJwhpPIRlkLYfbq/ToJBuP8DDqp4E63XGZxhE3iIOfB\no7epiW45+Abtza8xJbVKPnrhyBR19JR1bXNVEVouvhr6Le9zIQBfvIX7nJAp\nx4YwrPNIj//ovshye2MMYKnZoBSc8CiPEN5ZthiBhg1ktHHsJv0G6CkV5ggi\nG4xdp54mh9lsg91217hfGyMvLuA7M9Ur/3p/w26w6NR2CFbi3Nkg/6PuAubA\nkSiD6H1JGRisYgTRfGimByvM1VF1x8Wr2F4TqgzKWdrD8/ZS5JS4eNTbR+9H\n7ywG\r\n=RSSh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"3c57515aafc27ff2e81ad83809e812617b115c70","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.73_1565968879989_0.5201049985454587","host":"s3://npm-registry-packages"}},"0.2.0-rc.74":{"name":"fundamental-styles","version":"0.2.0-rc.74","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.74","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0c0a68fae2d2fb548c38026ec2e7ffa8ad63751f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.74.tgz","fileCount":347,"integrity":"sha512-4/ZKDZMLnyxXHujsrxk5s8yqfE7dj2HlO9b38noZbM9eBtmgpGrHOiWF1iK09Joilfme+bC9VGroBWt510hARg==","signatures":[{"sig":"MEYCIQDhQMyyBua0FopQ4C5SQu2ONXBqcTcKPuLdLOBRZ+BpDgIhANlvkbsul+sRcA6Yu2bRQMmt3dqepI5VnLprQ7Qq/RRh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13807648,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVsxRCRA9TVsSAnZWagAAFeQP/1tGxNl1OdwXdZO9mBF/\ndzJIZIUkT8/1gtxFMEVD4LbOamx/hqSWZLIY+5QVPRq2ndE9T/hxISJW77gB\n+FLc/sRArSssL+F04JRT580gXeCByKzxCudP8hzkH8sLYGzxvLraCpnJuwku\nglp6ooVhayLmg2hV32FfEdnFPOzGLzuoaMZnOMLyufRFYhH0u86234pO0TCE\n838p/CjB1UCYkH53Gkm5chNSCAzT5W4rp7Kl1MUrCJa+IAEllRJlfTnlgmQz\nQ8JKZ4HcRBTjSyI+/5sm+D7UJeAf9za3MwtolkmiGgBQsqNrXfN5J9WHKpJd\nGVJqDWAmNBfu4n1RBsSVWcBb1umMTLBOKNLbo158V3aF57q8C/ijkabB/n5y\nGvBIy91ENaJjS0EY1bN6sloMNPVIJ3vzQFJm+BG3PRQ2fM5+cfLZUgPRvP0b\nHK2f/WUWJSTZi8GF8fqhqR5BazWFBQRDfIco6LYKF7E/CrfbFJGNSrDthuJS\nVwng2pKuPbtFAAn7hZ+3TM2B0mD3olwgE4gV10E5HlHTYj6nFnzL1M2ZRGk9\napHZPamnQ2yXwNRq6Ak0hUuKxM8oCRonCrDZApBXo5CyqW7Qt5yRMtJQ/I3z\nvxOKijdqq6yMNxJRS9lplHPQMh2dfok2Wj6swfDciTpBnQWNKZ+sW5x6nENH\nru12\r\n=qMN0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"b7ac00226d8fc0e71b9c9a7d303b61735a542cdb","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.74_1565969488175_0.046707493063275596","host":"s3://npm-registry-packages"}},"0.2.0-rc.75":{"name":"fundamental-styles","version":"0.2.0-rc.75","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.75","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1eb4f088a7b997bf30e290b689a97d8eb0b64466","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.75.tgz","fileCount":348,"integrity":"sha512-jJw8pgyGC900iKsre0c4+ZaVZnjf/Hsu612E/YNbootKAyw9Hxb+qW70AtvkwNzUnXQr05BSQhtDr9TAeA1wGQ==","signatures":[{"sig":"MEUCIA7EOJoVEYBVPrGobaEVbKPp9aUWA0krsmHNo1hwnhaWAiEAyWtaiYdp9yQQ382GF2aBfcsYTRHm/IpQYNgMJLmbQ1E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13816139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVs8rCRA9TVsSAnZWagAAykEQAIo1b0MfxK8XAIDw9XOx\nQAsVufoQAtWmIpdlfj+7KL3I5w2mf5jR/79qdm5uhjogj8dhLaD+ZZARmOpI\ngyd09gOIHi2PfeWSmeuUIaAadIbq1Mjjx51jueaDn6bjT496MHzoZ83w8L6w\nEGjVw/dw8uL1jW6AzK1f3/5wzN+A6XwZAU86yxDO2bbNAHBLSJM8BoeubTec\nw2MnQ+s8Fr0ggEQnOCNujDFS89tpTU5KRXSZ68SfwvbqsJb3ubMTsYAMPfd/\nJQ+wLNzE6rf2YGE4aWCd2APJ1lhM4Rrox+9m+Uv5+5QVNptuitG2n9fdmERV\ntSt0Xu74zVZHmPLMr91M6weq2nFyAEvKCNOk0v6LJBHvcbuqEy7TPUa0RiGd\nR2GuYnl8LMcJGiy6x72qErHSbVuPM6SXDuuGy2gES22/ILryHBH09Kkt434d\n5krLwcZAbr1lKXIPVI8VjaG5IYW+8F+LrPbnUq2ZYGwCaYKDtD2ERK3O7lhe\nZVBzm9B9frD4A7TfdT+VzhnPJWu1Ynxtuo7lHYIV5kSEYPHDuBkSemnKp0u6\nYiPR+i6VjbtudTjGNu7IA3bJnxH/eTPCmYXOsvroaA4cUUsVOFdtA9Ld68AQ\nXsXll/mNnB3DbIYL/IMlXBormH0x1hufQdN4lG6AiZDERSfzNIpuyZ1B/4mJ\nUN+2\r\n=M2TB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"3aa5eb4257e672f030d3f242ca47f6c52f280166","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.75_1565970218309_0.4574807599808499","host":"s3://npm-registry-packages"}},"0.2.0-rc.76":{"name":"fundamental-styles","version":"0.2.0-rc.76","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.76","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"63a6065117fd4c5e87c4413d8299c738babc21d3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.76.tgz","fileCount":349,"integrity":"sha512-aFrXg0WzzygzaIAwx8jYp5yxo2P61nmji3w5V3e9DndIQpxCBvvGKX1lpvWcIIV2u01UY6tAkd9BpGoO7pQSjA==","signatures":[{"sig":"MEUCIQCEPsEcAJXj8cheCJ1RnyPZdOYZI+TmuMNktreqgj6J3wIgXJhx1Om0LcxrhcDrXZptsbkWrhU49G+wpg+4W3YNpzA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13824817,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVv8FCRA9TVsSAnZWagAAB+EQAKDd6iKX9D3LrSBOMYNi\npCZDTkciYl4eY8+0aFQMmq1vdw/z8UeCPSIbFYAkY+LilXS8NkEy5Tqooe6o\nxyB6o0RIEUEHqvbrULEoezp40a5h/5tyw2pfwBbbOAdGyt9F4eLqXJGXrRSX\nNYPLZu7xMKau13UUQTUp82KlT7bkSx7bI3GtAtkdayfMX4PGcRsuokJmK5LO\nZv7pVzhRP3LlLyIT17FgJhco8matM/CCLaPGK+3qforEYx37qLiZA9IXmmp2\n+ORXKgOc0g5d5jd14wpykLbziUoMKnaPurxfwcvHYGBdb4tlB0F3mU+EI03r\ndmZ7aclxWj09jm1i9yDUfNQWjBgOBVakqJk6CYlSUTxUGjJIGGZ6w8EpS39v\nsbgapoTC3uugj5irW73q3C1LCDPvENX7WEGlInXmF3lvEuCbw46zksbHrwHD\nUHpmAvS5a61lyvrZ0yXWki0YaC7ah2diUZOpT54Tiv2GztfMKnhoo2bYcgpu\nCObUPNM3SneqlL2MBrHrtpuluE65G9kInwwYTFqSfci3NHKacNDMM+7s0KP1\nsWr+8Zup/zKjjLs+0u1TmhbHjDOjq914YJnOk2iSYkasRvyPHm14RFysJoGE\ncHhqFTw0+RIbz3djBusi5mjJ/mfKqYxK7JmgdaaRxlr+/wpoiDUQNOtJhNgY\nQU/s\r\n=kjAz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"2385098bd3492e9848717a77277098478a3f8900","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.76_1565982468718_0.6006217769495295","host":"s3://npm-registry-packages"}},"0.2.0-rc.77":{"name":"fundamental-styles","version":"0.2.0-rc.77","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.77","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c72ca0ea10a9fda7a19c43b6547eff21ce9c6ab7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.77.tgz","fileCount":346,"integrity":"sha512-rJyYZf/bqkG2HzoGEWi9AKi+OU0J7xIyTyoKnjyHI2Gp8MWTnOyxKB/EkeVlemKV+JXTKsSVTWkE7AX+L33Vcw==","signatures":[{"sig":"MEUCIDQblUwHvvXmUvoSQMz+1R4vH6nOQj2Lnr9qdftxJ0GIAiEA0NRMU7O5ipIkF04119+hg+tbfMgx/q23YjNVy8F/Hn4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13822702,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdWr+aCRA9TVsSAnZWagAAfLcP/0YDO8v7sVyDEGzwpTUB\nRwXG/GW2zFncUtfh1jBTMqVVHo43lwtBMArXv5NUIy16KKh9FPrH6+flbNfL\nGx5Y97ccW1U+6phFq0iELr5meWT5LRERHrdAuBhfTj91hzOt0+LqnjDsFFCo\nURqdANtQaqzHTM+ouxNWY6gpmNwBt921z/wwMoHwR2pSaXQiaaRiw4WyTweP\n6U73l19R/QIRV3oDk+UnuAyDGMRKfnWNtbwEor93oVuqtV9A8STUhOPdugQ3\n+1MYVJf9WKNB0K8c4AWNJlp+E7CYuL0Ui+24YTOVhGaJAjiRkXOX6fwkZ4+6\nVLUQcovUuxuFeiEFCFxWXTMddMr71iw5AJZIsbuN4RGpbrl3HhSAbVEhcrJA\nCo7VeXFv2XkH3wMqOLmLQdOlinE97y0es53XoErKuPssBsdou7AGQN7RXi35\nXR2o1vEXdU/tm46ilR92Pm7atisr8DnNa+g1wh0BEcTEm9qQmgCD53sG4ctR\n66L7+6lej7iJHY5OYcIeQMeoNvu4JLbD1lF7CwMLES7MTZfdYJgkFDXx8OLg\n3HprajUN18doTldsw1oWqNKAskr2UB7eF8CHtv2gvUGcoVx8mSwLkmfHCbL7\nPT5yzuorK9xgpAqtURoDE6ugYCm72ew05q9jcYFCv1Y1hCXV/fhhadW70GhH\nPyPr\r\n=7/XW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"78c50820271504e7b0ca85b73abf2bd85f0f162b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.77_1566228377765_0.7675722209940838","host":"s3://npm-registry-packages"}},"0.2.0-rc.78":{"name":"fundamental-styles","version":"0.2.0-rc.78","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.78","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8065901c4a9c840173f82968fdd788545dad1eaa","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.78.tgz","fileCount":347,"integrity":"sha512-48LvVmbdDxQHiYxU7Fh+VsNh11Nab1argypU3ip2jhwmmflfRkIDn4Uuvk0HoVQIh0eH1puR+XKpsDhRaHwOPQ==","signatures":[{"sig":"MEUCIQCXLObXXxGtuPzcADHioBjScpwGiCOhJV50SJPCfLu/aAIgTBXH8htsftWuwDpqGCNrJBPlHADuHr9eS7arEFX/dmE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13816585,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdW2AcCRA9TVsSAnZWagAArkcP/R/c/Wd9qiSc1BGnAV+8\nrPY4RHvrDMRzOcvvqwhjKFeJSnECniVX6IHBJXns6b1UAYEeXtYwH4RfNHLl\naZxZGsIDg6rDbneUia+KyOokkwSvPGTLTB9a2+rkblwMqCHwSkuqzdmIYwk+\n2ZnhIPUSdrwNciOqyaQDVaIcVpWC3sMYuDY68D4jzsOX2OVMkqoUNRaqqbr4\nSuwO9kwjOtRGsGCZeu3MfLJQqXFojfTLae1vBzmKl2xB+pv1lybVtXXOIoGQ\n2u2Gqvh+Yl9sgcHA2EgzrtFDepMeVQW5ATX+ryEZN1EwwrIT5k4kzx8Bh+si\n7m8Lpme1EVv8yoy75WAUZdMl4IlZtybmx7HX2QxvwSfJYViJavIxNXH/jLwh\nYhCFtFw6sYALfuh/x+AwmnGp8qtpOoNKka+RV2aJmA9sOJUPkBGPUg2dMD7D\nQca0VVZe1F8HW+7/vDP1cWNF/R1rabo1beoqjT9vjZHCMjslLAaMO2DOO844\nYe986OGErOZgB/zX2+MyHjYmw3x+kiLw51rMdm9jHvPl+cj8iNhcGGwkUzil\n7L7idOwHlyjz2uNSE5VQU4df2GhydgvH1Jcj6dIiHjfYPBO9wLTPHcChZ6Ot\nkorfnp0vAxjs3MUMpApHtEm9VuQLWgdvqLL7+ht7h/57ElQKqJfyqdog6r8R\nuRaY\r\n=qk2W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"59faf7e3a5cf08f3826bb325ef63a973771de94b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.78_1566269467263_0.2567823446290374","host":"s3://npm-registry-packages"}},"0.2.0-rc.79":{"name":"fundamental-styles","version":"0.2.0-rc.79","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.79","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6abf1447952b6fd03bafcce097472d02ed069e53","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.79.tgz","fileCount":344,"integrity":"sha512-IhyYnV1QrdblSln8ActWRzPD2UW+b8FJy+VKrEtHkUsfWtN7Sxo1nncoC46dlhmqVmsnqT7sQ2B+zEj3IVcdeQ==","signatures":[{"sig":"MEYCIQCfVxQ/YvAYrn1nSYp0q7uYLLhP48uvhlkH+QCLPUD59QIhAP7fGHS+aJcKgQgMdimVjhNGQwgzvxeHvGe9Fe9r8i7p","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13814756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXA1nCRA9TVsSAnZWagAAmzwP/joElb/SY1U8pk5D27gH\ngpgZ93mSTZbplcuSMOkpJBWbPIvqQXHkpXE2KKT5eytCWXO9IJ7vOezZCzkF\no3CqMQQwECM7oOyxbWZ5pt6ld9yWVUuBbBKu/O/EuQ50C4f80nke7D58uwfM\nGvr1PVUg8sRRLfiZm0nIic56ni6F1XLtBKgSNuvM0gO4ATb7C9ArxMTg5Axh\nMeAnJyCFjs4SOUqV/gZEStpyxyYxblTNO4MUOwaXuQ7iSvoitfA0412R8DEo\n9EAGXkFz4+ZFCK1/X2FxbGVANG/YCowwnse6z08BDz6WstI24wwo7f2BDbxE\nFYRoKrVjUp5hTdSUSh7UpkSnl3P+2npbxdwiRp8oA/2A2x6pMV3GJcFeh3eP\n+SX++xWNyR6mUEbkjmzZpQNBKnhwQCOE9N5YUjtuL4Jqi7ChAQjEiDhiMGod\nTfMa6OhRBtJD7H9EsWitPHKLFS2M/VNSf0fEhcYJNs6/aHY69cN0W/+dK6c2\nkqi+Tq5+nsD53CRv24qq46iqk2A3gPGOllPJ5ZW7zYzuVYIMNKzviGuH5+vA\npW4OZqGZlys8Wdjap6IKWkoejIl9tApnZQeJpLjWbGEJWo1BjcifETfCZuUI\nCg4eqKEzecW1HGXCA0XPVbZEanngyF+k3ObcofLqibmErxzBX7l180kdL1dT\nSDUX\r\n=+Me0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"21a8832b428e337d78f67d43a1d5e3aa83db650d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.79_1566313830625_0.8161995740636985","host":"s3://npm-registry-packages"}},"0.2.0-rc.80":{"name":"fundamental-styles","version":"0.2.0-rc.80","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.80","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dc38895823a2ec30fdb9e47985c54556fa13aa33","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.80.tgz","fileCount":345,"integrity":"sha512-PHNzOOgmuTcwk+7NDf4CUB0jck31qiwPPV/iYsAqEcYPBTdYJMgZU+xO5AigPNK5RZ/6qJQzPjLe+quc/zOM3w==","signatures":[{"sig":"MEQCIFuNCdzgtPGIvY78RQvnQDkwohQcATrT2BOrQ7lLf61IAiAPTLTAykQnAuSB6Yw5SXCq9vgtfjWyZuJVejwwsMSdPg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13815065,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXBtLCRA9TVsSAnZWagAAm7oP/38V7Kh53zw1jtzo3C0y\n1iIeCdn4VGjECU0IJw0pNR6upPEgU6o8+P5MLq6dvu4RHhM8IH7tX5yj3GAK\nF+DX8Px6oeYsjsVdVgSTedmrGgocgGh0XclhjSPFn+6AgCQigzzFbuy8/E+Q\nhgCl4BW060LVKChowa2DWcDpC8HHfRMu0vqRJQkf72Zj1vTBndQW4a6O4Kya\ncDn+Z7C+1FaQ0ksLt1DUKxO4TCCjS/XKNFON5I5TyOEZy8OF5Khxw5U1RaQb\n0I4JZjRDYodVHcZyj6z20C+Nd8+W8NbDFnID5pDnuSdYXaDsmutoFhhtjr0z\n+GR5xTu/N2PbYva6PNPPBFl5syl5L+bPW0ZffOYMQekX+iWlXusQtlbiboym\n6GnzXzEdLd0xyNKsP8FpnUpx4apPhU26zWzefDi2p9h+EMiEuIj6yG9pJO2G\nYWuCr2ihyiPAoLMbiTHRUys2xrlklGDFA1bwoAk9N+MaVhRsdVOoT/9qaUYT\nspTixpPnoRyl+hK5eMFrRybeIaOgSOEgxpW0KDU45qKjjjDEJt50sHY0dZ6E\n93TX6jYGFaUAkPlAAcuqQ9QmQNDS96wky97yZVG7wAYKN668PYOY04gxampL\ndSQSMyyYoXaJtCjeRrjrAoAT+04dzu1RbOjQDeEWUUqVAmtJpqT87r2elEro\nIhe+\r\n=J6tT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"7b0d5081189f3dcdc8599ced868becd50a97b6d5","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.80_1566317386642_0.18158595569157288","host":"s3://npm-registry-packages"}},"0.2.0-rc.81":{"name":"fundamental-styles","version":"0.2.0-rc.81","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.81","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c0786147078296fa7c0f90ed625b6c8d9ef9e5d4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.81.tgz","fileCount":346,"integrity":"sha512-qMz0BVOg/4T674hBL5R7DkDhscoWe+lFB3iUT1iwBUJGgE8SlqDXRYsi0fG2Lk2ft1nZJa/ZoyjUuuZWNLWM5Q==","signatures":[{"sig":"MEUCIGg0Zu6rpibleTrlqOr3Q78ZrbL/puecZTkv9KS9TwfyAiEAr41sYkgCh9+X6JF2QZsrR4boUIBYf/gMIVVHU+oXzlA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13847096,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXDZiCRA9TVsSAnZWagAACGkP/0y5bRTwphJCeGEQafXM\nF8ao3vUrdRzBS2Kbzgvvjkn9qBgjcSM7Xe+VyMexg/zjJD50/LuoKWmXjabj\nXrZbSU+4VECynoTpwUUzcRE+JIWIdT6Fd6OnxgEuTCh3tsMeFXi6tLbK9Iei\niGjhCUc2ow6V98iXJLUcSW6Q7Nf6rUVQJI0NFUujPyERn+kxv3OVe2MpjNxe\nL1AwlHQXSMvox6/Go2Zj4+Socwd9HwDw+RaqOBO5RYu9A/jlmmDhap0N1iJw\n4Hi+H5t5SqoRIYVWu9ByGmKGX0EnyIOOfUHLsqmg3uMd/Grust88cP3ppF++\n+mfSwRR1gBKxtIf6g/k1vyA1l1nEhmhkz40F/OrSeOwzPeM2lJb2UoYOqFOA\nIugkhrPtE5VCTKehg45yR4e0vt0PmeeU5/8/Mvg+osKgfKstB/SYuMYc8vCk\nWhFH14917A3ajexfb5a//S0FJ5gS1wMpSoxkGMrgFn4+nB7rliK/0kOQu68b\nBRbwaYguHeG0i++dnaOGrO+jmx/2iaeUCojXGuJ3J0hgW/a99934SJE5fTeZ\nQWs/gvYeRblFICC3Ve2xskCfoYmKJHSw0+0T4TIB9qYDBZv0S/eRO4fhHOh8\nqbPaJFg7t9a4cp6ov5wOJCwvftzV6mYIXssUiQXacHMW0W+Hids4R0yPRJ26\nBW2T\r\n=b40D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"8051060a17fd6766e94349d4d8953c353075f232","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.81_1566324321504_0.4009405634886838","host":"s3://npm-registry-packages"}},"0.2.0-rc.82":{"name":"fundamental-styles","version":"0.2.0-rc.82","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.82","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3176ba291603dc90850c2e7073d4a2be9ecd0dcd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.82.tgz","fileCount":347,"integrity":"sha512-gk+XN7FUFYWVR6nXzgsBVzoE5+1pHuu+e0cCTC/z6OuuHUPCfPQ+cJcbld5tzTpTrqgiPb6T4kAxjQMh81MHsQ==","signatures":[{"sig":"MEQCIACg5VT0OXCXSqP99IzkSX5bTIxXRmV5Xiiy1TtGC+wHAiAM1JvuY69DcKdJOMMpetBrgjkr8z7upTfPMChCo98Iqw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13940436,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXD8YCRA9TVsSAnZWagAAA6sP/0+JEezLrpMc1AX/++I2\noWF2eSD105ByU/nmKU9iAkZBb0j8Maup/G0Amd30rjETowfdRdieNT/QoSNZ\nTwzkILJVhVnqfyKM8SQJkAe2+tpjDNfZSAsTmOpXsFVHTdz8Rm2KNSl9Yv3B\neNdoKCLZqifTuHu/5fd44JA7svt4nVG+I/J5MPySGA01zvegRX02HV+2GF/A\n3LzPRa68t3Y2cYtX1JxmgPJRdCoTQWFICNOZ+3uSZ22gc1iagE71VcxY7qTb\nCnsevggX+Vj+vg47dsSvAXvmAsXVFLffWAIUlszVBfTTcNmQy1KVaXSNoqVa\nEKuRtAAdsq5ljwddLVn7eKigWqtZ85v68+YkUgf9iJ+ND+WqR1Y5MfSFJDY5\nbGQ5CL7AyP5Tfhe+6Jr+DJDLOW7mTjfKQALVlrxTLG17euVKsxsLPdmGg/ur\nQBGf3Ywm2RGtlqH6NqaPPiaoZIvhDzpIwaovM3sHhBnxnsS5QrVURIL2WXH+\n5SbGktoLrisj6z+FCbISjrDa0ySvvWXOsvb6Y/Ek+PZWVzQZxUTfG8Jxcz+J\nXaaQAuKnDT125V9q0CTpgRj0cXPEz/QKUC8AEZ9PJoGYafm8vQsl6bSh3+2v\n1FAj/FyDXsTclj4dF/bgO1f99Z3GMFXNfMSWJHvud8Tq9hnqAdeLsIRBluGN\n7Vbx\r\n=kFmf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"8344d7f3da7aa5683bce67eb8a0d8b0f38600648","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.82_1566326551357_0.7968726623887836","host":"s3://npm-registry-packages"}},"0.2.0-rc.83":{"name":"fundamental-styles","version":"0.2.0-rc.83","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.83","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dd29fa3ace94bf304981fd41016aa3a48caa8b7f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.83.tgz","fileCount":348,"integrity":"sha512-6k4H4BPDTgHfn560+HU+RMSQBomIubDQxt61MJjygRGvt9iWVrL9xk2O12hckFHJXKcHw266yM4pj10bXwRqRg==","signatures":[{"sig":"MEYCIQCSx3yCUEZZujGOt0ywpaADOECIupt4Y5jCtGZjbeRpRwIhAOkj5L2ItBGt6uYSUmJX+9XsM2P9fX9eELHm/o3FLnyD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13986608,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXEP3CRA9TVsSAnZWagAAeisP/AyaUrVte7pgEm0JN1Uf\n3jthM+uTyqli63POZwmzw1ULIjdwxkQE8mfInmnW53if8J6U39G1qMvNPhRl\nmjR+oYNtoRWDuwB7u9anfAhvSjEVItAkD6JpjpU1cPPcMOlm3rh3tUy5PnzB\nAAD2hnXODE5QmCwOKE9UvuIQpuZ0GKTiLY2ZAvTjeogn0vulac9nwDH/n0N8\n4ottQ0Ow/VsI33SRqnK+4XxOvnqq071apUrFBe/e3DGbAv+oiUJG49pkZuMU\n78ftbpboBH0Ov8OLadaIa1bdlEspRm1aRmR0yqqeIkvtLhi2d4fwu0zVWCwS\naUE56FzUn0PhxNlYAhhX/R2cGdj5Y+JwWb/VkR8IfgB9NI6mHAFcjNC9iZs+\nUj/TYzczdoEm5nuKhIpbwBQrFBOfEg+2w8QO2Ko5vGrWW96LqEvFrKGn9Hik\nSFhQNkvwvBW/H3cZMeTqhY0J/bFqkjDqHlkZChtdYT41Bk7IG3CImthXguf0\nrqdnktC2pd8b7mZSqXUT5xfZlNqq2l0y4lMIsZccSJzIClff5mZMrIq5Hw8k\nlyUV2O5bMlA+6+1wBgiN44ODeWGHpnDHxrj2vHwuIPtDhR1RoZTwOlWM7oRG\n5/zX2bPMs7IJWzGHltLp/g8zA5PQQDPhw0pD/ZQnbqYh0Q1N7yOMrX3nOBup\nxTbR\r\n=VuiH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"05aaf5b45ec3028ccf3de42ade33396820a05979","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.83_1566327798568_0.371633844630084","host":"s3://npm-registry-packages"}},"0.2.0-rc.84":{"name":"fundamental-styles","version":"0.2.0-rc.84","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.84","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b3e8e474129538307f51178a69450b8c8aa9ac96","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.84.tgz","fileCount":345,"integrity":"sha512-OgLRzSceJbP8MO/yphgp5PH8lMDhG72//r6emT4OnmhndTavwnc5IWYq9F37c9MSkP9FSVdX8Wgvz85RZqLNJg==","signatures":[{"sig":"MEUCIAjI2E3LNYjyKx/5OosUwUWNc9buDDMQv3tS2CsgPz2PAiEA2toEWdnFSVziT3ULMCBWlvSA9S7UndMvBXA3CeELinc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13986452,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXTceCRA9TVsSAnZWagAALpUQAKJ9Z7fSleoGbflerwkH\neQjtukOAtER6lCjj6XIynqeqKIieIqp48DOCzz2aLdz+MQhma1OuQwHpuUcj\nvhLBm7Sw9AoqaRkTw77foyCytFOUqbia/hQ3VNQRIqk3FidbS7lcMbKGFZK+\ncN2rfSk4+oLnb5LuhAQdnWBb3E/hR+BtA7n1FT9e3uBveQsfB9maX2j/y4Cq\nJHtplkz13jZeXQZhLSsCXYoyy9YboZJD8VVhU0imgunW2DRNzly0hYGmvUQQ\noqY+VBfu3CISMxxBY8PK92Xe7D2Al6kg25TtU6UlyPF62IodwVjGyQpPUxfx\nLMKbUGLJyH2oLc5OGZOXXXFHvW+vn01Slad3KZYNQkbGEpVq+Ue+DzrS9PeY\ncBLnOHT6v7ZqKZCjc/piUCYHmi0EmiZ0CldDcUFvnAhjpMsLFacAI+DPLV7Q\nURemyxr2a6w58ncpiTO8P2Tif5wEb+ndkS9eyS0Pl8e0tlL31W5q17q94QzV\nrLrSbMl7qMsrbR8JLCcm2kWseU4xWQ9WrBpLeAghCTsbOT+6oBbjC5/oI6eZ\ndmQBnqzbJlr7kPWhJ9rGFhyM91j1R9WXZUTKrKorPigXPK5D1KywGyOOj8W0\nBjNB9tAmesC52C0GITFo8CKcUXpyVemCflTJaM4ppM5gw/kBUlZ2EAx7alPN\npt0c\r\n=D3VM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"5e57985005c2bc64425f53969fd3520d614e9a57","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.84_1566390045779_0.5607249214948888","host":"s3://npm-registry-packages"}},"0.2.0-rc.85":{"name":"fundamental-styles","version":"0.2.0-rc.85","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.85","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"33178d926e20c8f833cf252e02902d1ce955289d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.85.tgz","fileCount":345,"integrity":"sha512-KT++lSp4yfYosKa2NQZBH18k8dnEphmb5CTrbVdMsloBVDeuMBG24Kj7mxnZs5iBhYOFICKo2wIPMdoyBJDh2A==","signatures":[{"sig":"MEUCIQDh6Nq+H91IF1kXWowrAjLjfCPLFffBOwCSbtJQFo+Q1QIge9PKOisCEd458UBMF89EvdAmL29fhTBOQEKMRs4HF0o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13986590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXTnqCRA9TVsSAnZWagAASsIP/2uZPn1ujNge5AQ31hov\n5e2iR/bIyVHlu1SG6jhkiAZ1Pw+KJgzguzUWE9nQvMY089C+5YQI5f1meYyI\n43E/q86lB3ZZSBIQ0FPDiHIojAif4vWdZPsLMeqY+pWLBdjnAdeM0k3GItX1\ngSqbPgYRC9ibsxhyMNie+3DosXH97CXWjjjDTespJwfM9cX9jf/CEm7rZiY2\nrYsPhMidAY1g0sr9jf+u2cExYjg/Qc9yyWVAtSI74KlDXf6euSoMr7roOFe+\nYkK0V9Wrn5fhu5AeT463iFuWwfcUuOobWRdhFRWKTaIP2Wr47EZPHZLWctwb\nfSln8YnxQzoRWF373SpBsoY5zTmIVyIoxDg1hQKJVpxg5zdtXKPA90+y4hDz\nXiV3cUgRIieDxmVQ7NyrccqRAlsoz1uYFXe9o9wVg6cgRll02Iv4Uls0Cdhr\nZGauN2Zu8x39YpLU9HtYKna3614uzxo6EDzP98Zdgvb22HSYjJcybXhH8wxk\n2HJ+vZeBJzYS8HMQ4eDk6Qm4Ozh3IuSLFFW0hTKnpusUc4D1emYBL9HHHcHF\nduO8w3rx6cyEFAL5nZ/asaox3thYVGhpn7zb+ujMpv6EcI24isXIVVs0IIsZ\nlv1QGO4LM0Y9e3wWwuV2cwFWsUBkmKWeWEGP/9u6QQqqswGNEuX4quIrxvVL\nuQru\r\n=2Ohx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"19a4bdbf6073391e37bf74ffb5b2d9e38f7b4aa2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.85_1566390761817_0.7424330693109864","host":"s3://npm-registry-packages"}},"0.2.0-rc.86":{"name":"fundamental-styles","version":"0.2.0-rc.86","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.86","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eb045f969bd4a4ea9c56116fae83938c966640e9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.86.tgz","fileCount":342,"integrity":"sha512-K4SpM7ZCLL3xAQPv6mb7mOGV+iWIQnSlNiMUDf57V561UIDLBjIShjgqmjYjBjy3kLrm9MccYR815oVbHloI7Q==","signatures":[{"sig":"MEQCIBl753vlNjNtWGgMMc1n9tWq+sJPNH3E8krRw7tBH2N7AiATII3JAr3kdTdTmxuOBg0Skt879JUtpJPhYsnyrhjGOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13984277,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXV3eCRA9TVsSAnZWagAAvJcP/1b2I+p52s6OTeWDtUcr\n/MLbrk+osHBKUBB/qRSSZnB8YyY2OvTZj8OvynrKWj+6FVLxqu4ITViEvhU/\nzYxlJyK9J3j4oLWEbHxp+IzqVa0BzaDBxisKibbW0aIzx0Zk/ju6oxanDQSx\n6siillFWHYIAPneaBQxPZH3yKmRshe/UWjSXLeQ3Ea409HcbqV+pNZYVlEt7\n8/Moqp5WhBmcpgkPUnD61dO1z41JYfDQw/jOCwiyTSS6pRmWH8skWKpDSoyg\nWdFrX8XTtI/wyehdsEQoRBYEIO0vSH0R4MzzPQMLkNvj+P75/Wiydn/NBtBL\n83SYpp6vjuEp9EIWiJZNXaEbQ9ARGuAtDldyWQ0ivsUdzhhTi8qzE6SNjD8g\nUtZeBeD9IfLZ6QaLmInUz8DNZ0cl8I/xn46YnsFvb1N/Ritx+1trX5mx6jgP\nY1op+w5b0WNr06/QZUFxa4BA3MTI0FZHI2QjVA4mMJeCOt8rg8BLKTYwnf79\nTEM74vdwP8Av75TpnHhZ1DCEJxJlzSGMlLkavArO9Fii87gvmApo7dmRcZh8\nW/3GbP6PCOOGkjI0FWFn30iw5hb4rvfaWtbAyjDSDzEHsy/1cp98R2WtZHC8\npBorx+r+VwsO2YSDkKISYLbyEDggpGRgnZvE/hscEHEU6Jd2L26LFoN+P9+m\ntMbH\r\n=zhMS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"ac0171d4151be1efcf849d43ca14c62ffe2a06d6","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.86_1566399965567_0.456685771903522","host":"s3://npm-registry-packages"}},"0.2.0-rc.87":{"name":"fundamental-styles","version":"0.2.0-rc.87","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.87","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aa79944c96dd69fc7e510dce0504961ca46f27df","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.87.tgz","fileCount":342,"integrity":"sha512-RI2Tkg47o0+x9KeR104j8lYL+6BB0RWZtPLaWmBl52QGSjO6AH6iTVtvIWwcn3h5BUSgBCn7vPMIWJ7avzT/WA==","signatures":[{"sig":"MEUCIEG5NVyLop2HZIgOPc13cHZiW3dtHc3FCoJ776anH3y2AiEAjGJGs9I9HlmMY2RKOwUJ0WALixhjyxT92syRhGMSPSk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13984415,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXZAICRA9TVsSAnZWagAACT8P/i/T9SKjYB0oX9ebXTzc\nkuvlJn53SRpbf4OW/twqAAR9nQu/VxJfRyvWV/EhoJCwACA0d++JI2rH+uSq\nkzky9mRhdKYCWY7SlIF4DNnIZ+1LWmUpfCDKWpUCuyJYVsl7LCi6QLY8QbyR\n2MbuKSRtiZVQ1o+qMQueGV62G2IT1NQakPuPCLTxmwXYHkERVcwV8KG3BzQ5\nx+mm4rItVkoyfpdkAp10UsdRKmzxbbhWxhrILwx+zeepCKqLjtDeDeW17iwz\nmYiFpPZab/0A079PGfKwqJ0tJyoHHktJlQBBsZBo8FqXG/Ct5ftJd8UQi4es\nBSGApUN6C3PWVBBnRAk4eFxcT+JOwgW93FblFAD3FOm8sAFngz6umhL+n8jv\nREwvUgN/yTAQYWtE6Mq30LaE0Viavo3YYmo+DDUhGT7/y/sNz9wstfoXRX+m\nTNbeBa6I8g0qg//KSXMH4URnq3hPb8NhfzPA/hqH7OiSvATnGO1Ib/8Fl81G\nwam52Xj1voYRG7R4aXRPerqV8qBXQ/mNJgHno7h4sofVHuXLLIkBaojufPvB\n0977cDkl2+wlBlgXt3gHYLYExxYkq0+DqEnMwYYShA3bnNAb+h7INyNnmZ5D\nSYGqAFV5tjcPofG7km5JJ2XI+0qoJ7rMdrlyTSrQg5lK3OOgUMGgm+1klCjk\no0hG\r\n=FW60\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"8a2d84439e76b3e77052fb679f0e913dd5276190","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.87_1566412807941_0.07754064382505432","host":"s3://npm-registry-packages"}},"0.2.0-rc.88":{"name":"fundamental-styles","version":"0.2.0-rc.88","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.88","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"01405c81c13f72c8396bdd385aa15217a8e0a980","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.88.tgz","fileCount":342,"integrity":"sha512-+XdYb3aO8f5XjRxka1e/+dmyqxToGNDjzA5Kjwnrl/Z1aDxyVpCLmZHrRZF9ti/CuGIB/LynvEnP2W+tvIUafw==","signatures":[{"sig":"MEUCIQCxXrBl7w5wJe5bocHl0gFVcFvKHgfsUM4ZD5L4wC3HigIgIKCCi5os/GlmFuDlY2mJKzKjOr5WkFb8LLY6/PQ2j90=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13984553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYAUoCRA9TVsSAnZWagAAbkcQAKGuAwtEks2/1dJH2X5G\na0h54iC04TH5drIJ5/i/ueMKNYHuwMhK6QM6qSKkiKZQBW34toziWtRQBO5h\nx4X/ar6ERYHvx2UVSTP4Xj7OkBrNRGx91PyNvGKk9Ebx9y8Ut1vjlyeElWp8\nVQ+onLueW2Yo6I9OvABy8ujKuiQHyuA7uCG1PHV6HU5OzqPr2sifsyqvASxv\nvZB5C1W7JxVXRtZ/NOSD1j11HPUoQW8hS14BGCzsFKQgEMdtK9X7eEFW1TMd\nwR/dib0vMrEhUaxryOd00RJll6FDeNFXZRx75RIzcjUzB7UhxGfE5l+CO2FE\nPKdxSWZUrVXZAcCNowZ+w0Ks0F/bXKgN9j9bscwjbEgtswIo1LQrSGR2aben\ne7zLQ/Di6E/y03VugESmnjBGqaGSST0Ut0iBqugcvX6s61bJ8383GGyqQkSc\naj3D/6cxFOXMbyXAzA+1jFqeXwc91Km0teM6jasJivJlY3E5fDlBFuO6RqBk\nomhk5kyxS/UO63ug6gUtPHJWPwAWRNigQkKwP9npDgntUqGo/irDmgSb4ssf\n8s0X6sJOktUpaaEnqAM/oddtlF5aH06LXTHDBae7PxyCqCgIIqZITHojhabd\npDE6+wzrcpvKJYKSzaZja0ys4sv9Nz77IqpWv7C7UgyQQiizvtoq/O4HXGSS\nSpu7\r\n=la/s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"4cd72b6a63788eb5df8b10925504311a6694a48f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.88_1566573863123_0.7249379918978216","host":"s3://npm-registry-packages"}},"0.2.0-rc.89":{"name":"fundamental-styles","version":"0.2.0-rc.89","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.89","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"84907db372b63eea3c3c6c95280d373d4a713b4a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.89.tgz","fileCount":342,"integrity":"sha512-THLpHz7T2EE4T91F78YorZIGxRXazIjRDHjWxHDBFMvMnAzZ+bNqp06bBIm3gUW6N8a0aPEDklXQMuBkHEec+Q==","signatures":[{"sig":"MEUCIQDTnZpdlRT+HqLnRvORpiQ5oFQksyGTaF5t6fjt5KjbgQIgYMfjIhoSE2SNDGFKUQpLJ56rzir56iDeDBnVIi3gxik=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14006729,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdYEoqCRA9TVsSAnZWagAAI8wP+wUM3EKBgt5zS6syZz8M\nMfkpuG23MNA/lUsM9yeYStCtqDTINEfnFhUMkNeJyd5tiv82+LV+BChEgGjY\nNGQYj1JHyiAEnaR01MNpw51t67xxPgQ0uy75UZ9U8NSlUNBvdyXuigYRUljJ\nEHtXhrzVG4vj4tp1dhdmo8qdSoNn9Hy9/XuCpjANqt1dluaeTtdATDNHYJv/\n+2hkNQzndJQk5wDq5Y2lUfad/kHj7i9c4aas7fU2TES8TKC1qr+Qd7hgibEi\nfL2ZQhyEvLPud98JsCtcvMsoH8VU4+yHBrHbqoQ8jGjrQHH6v3NujttEcrQi\nxwF8ZHwOHu9xdmhvsA6MZAMcfMKBDIGSEY1xNmfR2qkO0bpIdStB36VCuKgh\nlC++xysyp20fY59bYQ/dkP7IZtgU07pd0cPxnJmV+vkM27ktpzAbdq5BtfWK\nkVinLGjsZVc11UFaKb0rHXYnfsrEpEYBjtawPAHWkdVJj8e9xOEZuaQVTXQp\nmqw2Uc1RkdNLhGldYhp25JkgZkf/OB/9fQLv00Hi0aUhLrDgG+lHbfXMsLFR\nQhj/qRnHJQJQZ3Pd6uiULGi42QuAFsPqWnBej7b3O3M9ksi1sdrNODAr+MZK\nqb39oqqarPuvoZgC4hP0ofuccXjkwPnuDpdWqIKcc9rrYyyrMKE4bWs/xRxZ\nsq0L\r\n=SIdq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"48852a99578b275c1711cf4e33aeea94cbc404b4","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.89_1566591529345_0.03247403632518209","host":"s3://npm-registry-packages"}},"0.2.0-rc.90":{"name":"fundamental-styles","version":"0.2.0-rc.90","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.90","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9b9f851bcb234c452044d9accdc0afc11fd140b0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.90.tgz","fileCount":342,"integrity":"sha512-mBUShNioYxUGPKhGK8T+8/KL33REz2u6ky0FgHlVcpRJw5Zc2RMwf0CzWIjpRMcNQFLQ2b/KcYs1dmSRlYdQFA==","signatures":[{"sig":"MEQCIB+IfQmB1s7mVIIRgcCch3diM75C4oCUucbV5QuAVgklAiAe4St6Ib7Xfhrj88fGviPXUl4Gqi3FaWofqlwbYsObUw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14007035,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZD6lCRA9TVsSAnZWagAAC8YP/2VFTLXUWqP3DEVhkx3r\nzUtV0TWxP3eix4iUBx8ic02Uaf85E56LN6YyIFpzdkDQf7IfT8pdQsJ1qZlu\nWgChGMxmG68hw4BIp1q2K1SjOXEj7vC1s32lW6cNg5n7gK+hyRSMsIzfCkBG\nu+VWnIvEFeq39j96mnT76bDrfIYlnCTegiSZu8lBRdNQevG15scBgFjInXCc\nIbBdZq9nSycCJQ59IcmwLoCfE2VZebwD80i+Z1VLhpK1tzbYVrFMh1K4OIAN\nws7CM91KIWqJGP0LhExczF5fd0Vn+rITqUt1cLIWMnH2Fua4oQJfaX5S067o\nII1mzfxCN7U+URRkUSM2CF9hxbRQ2ET76G6e2oveltfMvbSLbsLzVbuINrLE\nIaWFQL7aGz4Nz9QD4fRI3QAMyjTjAtHS269fNeVorYPHZSRPQ8Hr0jZuhYrj\np9mvPWFsz5Hy8UBxqD2rKnq5D2r87NqqVrQMP/EuWfidUHYik6OwtF5on5km\nkkSbSIIz+pQLkFrnNorwx9djKZQi2AW7OHll5vnfxFhJNr8s0Hp+9P5bDeUa\n8Q+r6n5Vjesof4E4eYXa1WHcrUGw9BlTnq2oEWMf45i7SrUZf6VTTN+2r74e\n8g+teBkJnUtf6xcaL4LrexRJlOx0MEOWjF2EOpsvjlXdkRceXwK0/BNcJ0an\nB8GG\r\n=aecN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"df17fe3cb3f641f9580a7ab8fe1d9e71bfc0682f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.90_1566850724926_0.25022250074426755","host":"s3://npm-registry-packages"}},"0.2.0-rc.91":{"name":"fundamental-styles","version":"0.2.0-rc.91","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.91","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b9a256b1bc08c28ebdfd437f0f525e7af70943ef","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.91.tgz","fileCount":378,"integrity":"sha512-Hz4WDZ0IeSotEsYofmc4c7r2qztvDkR1iL0Gn2h+a+0y4qUu5ODlN2rZU9Fzi0NxTZVG8Bg5RMin8kDT4Gk84w==","signatures":[{"sig":"MEUCICukWPmiDd1lFNzPeFofTCYlGg8FgIjdbBOSZC9L300pAiEA7X9qjUsDBPBqcL1DwpeBUAzO6vSfj3Fcm96R0yDvCtE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13989870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZVBHCRA9TVsSAnZWagAANwcP/0nCVkg/KRMaLAaSiM+Z\nGdr69HyvEl18c13bCMezxJwT7h/JjmrpzONuBmufs5lVWitIOoakI3qFJeGG\nVe/thxl0DttDhathgY6Y03CiumQbLPmPJt1ErN7aaasHgwq7QKNWkRsn8wOI\nnu27ph8nNK92lZNuJRYN5WtMC2vTefoTnqK/ag6sCNB2Fkre0z6EJZyzOQkA\nHpOVKaaJmlL0qm8G0G/IrAs2UPcQEPE3+TNNGm9gN6VyKvgTifQUcqcodCbL\nxKvagYNhlAAvX5aVQ8hXiPJbS9Z0WVj89saLKJ2FFx2PxeTRC3nhaWurk8Nb\nlHuLcQdstwuWiyxRZJ8V+M5g+5zjGD8zdQiW2evrrjxnrKHgaWwPAMf/o6Fd\n0bBWdl9dJVA70/yGuNfJN/jt0N9/bh1ZsXMhEcRo3Na0ORF3IsNzSP6Cs6By\nH8pR7iePx8eWMvklMYlD1jFXGSASSetvwreahPkYbeq8moRx4gUosPd6P948\n0RD9Kx1ZYjYW4rKmSQQM5dRLsQk9QS/JUYLgJhxE/nUufbC2ivWpJJn0yMrR\nGScKLe7RMLuLlo3LhYlOWO+FfqxmCEHhpfJhZWsCluFSjTW2VymR2kukfAog\najhVFOvZcLledcPTf2BwKXj7kLWk2i2PytdX0MKQxGLZfBt9Omtjd7y65EUF\nt5yd\r\n=GiG4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"68be729fb9edd6966398f4a6b717d6875c13168b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.91_1566920774396_0.9392211579616125","host":"s3://npm-registry-packages"}},"0.2.0-rc.92":{"name":"fundamental-styles","version":"0.2.0-rc.92","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.92","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5e5641a49ae8344f63b5f1590648fe8cbb479a44","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.92.tgz","fileCount":378,"integrity":"sha512-pK/NpLSeiVbv/cX9uLRnMzCVpqEdcBKqX0wggLfI9LDWuIZjniYxtv1bOSFh6Cw8YhyVYh0qSPXbIGpaTljlNA==","signatures":[{"sig":"MEQCICsJTXJXUq4WuXpYY925NcLv58ky5pQUo5bOxpkNxdf3AiByLUf0SuBLylsdtyq1YqDOkoNTKTyh3cQ51/CIqgiOGA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13990008,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZaDPCRA9TVsSAnZWagAA+y4P/juefeMFVrwmWLi88dv4\nfxWYJCQhcTeKsTn6g5lKd8eLqErZMN0Y/AIDuOVmv/sBjbyC2HNqh3yJK9ok\nLC1UOTMBNcP1vpD0rQzIdksukCGTsI+iIcUeU3aOg4dVrTBnrM02VwALrjy8\nKFNILhy90im12/B6sX0lW1ewEtac0nBwftaRGKmUhDe16RnNiH/qf6gfMarW\nRON99Q5HtiiWoLsl69cyX1qaw0bPAfiR+/ELShXinFmThXSR2VDdebaWieYM\nmB7zuIiCoE5nmoSBBQEHva5w5YbdC8uQPWzOC0FKdoOhbpR6NBPhOY3jZHrZ\nLob6CF3VB+etfsSBqO6uG/X1Dg+4GWPHGTh+YoumpNF76FXFcMfWVxYEefNT\ne7OvU5yicr3caPigsbXMrlIpetlAFqfP/i2xXBp+ShPpTm2k0HsSq+pQwmWJ\nu2lZUy6fO9FtJz5MSeUZ6cIM6+fmbM9IMKB2KYYuDA0r9Mo6kmH7yrSVrpAs\nS6JGxcO2I+mtyN26RGPFYthFtkrEgtpEaGezVOuYZQ3NexKMlumtulXP26ij\nyC4dyCM+F2fzNvlywZdXLKkZx2o0HO5JURNT8TWuwXLHVdgBp0x4VtpNAFXM\nqpbxHNqEt/3yB837YQeCcB/MnNeMQlNQMYR7fCYa+gdm3tCnqMSeDiawrvrs\nh2Tm\r\n=MbUx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"3625b0834ce9a75b3a4da4be181b6d0e9a9b27d2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.92_1566941390874_0.6224479406468455","host":"s3://npm-registry-packages"}},"0.2.0-rc.93":{"name":"fundamental-styles","version":"0.2.0-rc.93","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.93","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"62122da397e8faf29a203833a8a3b23efc66559c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.93.tgz","fileCount":378,"integrity":"sha512-1ajA5s34Cy1r87OhjLMAjF23I+wq1e5+wuvCER5RGzTagoG6Fjii/fxH2lOhiyIL2f4ejwEqV6c7ViQmBt3EHA==","signatures":[{"sig":"MEYCIQDq+OYq8koKN7E7Z3Odtu4nuDuDU0zkXnRt55N1H/aeVQIhAOhdH3dQflCVwLxTGWSGb+o0FCdJpS/G2VXqg0gtSezN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13990336,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZsOMCRA9TVsSAnZWagAA0FsP/3nFJEj9IicuotRe4KPy\n9PtTF2L1UMZNPnH4mdeQ26EQO6Ii1UObHu/Gl9gGx6GQNfqEiWsmt3H9z7/n\nzkXQnPwzoFDjfmO9ZvoKW1K+DMTazAgmVBxPd47b82dcAaeHL5jlyFKmSuNv\nl7fWQLG2u+1AuNv6erhPSBcdtPGYRyZv6FjwEwUtX28cdv9GSODG+hhK/PE9\nlitdtENUih1yjQsq2EVUGrWImtFaVzGm90gmetHji7caLUDF0hrG1zspvoFf\naFLgap8aX1BqXl4/2vom4Gbz1hYZ9s/hfLWbV05fL9S5RdZMJAE8+DZDBWIa\nUQ+BMZGxXJT8YoWyh29bEGvFWtAugoRzAgl5AeFy+aIwqNoaZC5o7mEfD976\nXmy3S/4DDU9rMdT6TMRcLg+U7V9JCzTBBiTDzHE3R23m2p2D8IIC37o01VBx\nwvdzXE2QAjsCogF3DbfhniZRczLPRLiISWH2qD3oU4glsxeO6KaiIZnKLrLg\nL4kuCrNuWbe520GvLLJwfkYxKvHO9jHcrL6DdMsM49r4TG3G1r9hGgcNRpM+\nczI3xIKhezP+rhXahAQttinraFfrctjLxpOIxFHANKU8zj4Y63AgaYeChcB0\nWKpcbup/L6k1FwgIlTnKESH2ltD7KrenTCqUZsdSvemEN8ME7MnnsbPCItTC\nvgS0\r\n=3Imi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"f66c938239b25dea789852cd1f68670a8e5e7468","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.93_1567015819720_0.0873235099182601","host":"s3://npm-registry-packages"}},"0.2.0-rc.94":{"name":"fundamental-styles","version":"0.2.0-rc.94","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.94","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"05e41b669abc147a7dde6309b0b72d416599cdd4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.94.tgz","fileCount":378,"integrity":"sha512-7oFj0BBnu4UjYmXG6C/ITWRRRGrvyoUlSAt24dbIwFT7BFJRKBUxKVJXc1lIOwgdTDmr8goJUJUd9zX/XFdBDQ==","signatures":[{"sig":"MEQCIEbG2PLYPlMM4gT2S8ruSgi4TWP6pTpmZDHwFiZebsdzAiBd9IQK1TjqXlJ+MwvASRQDFwptDvmLHwwrURJn1jQUaA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13936969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZs/tCRA9TVsSAnZWagAA1bUQAIkZsM3m9AeWy29zaPEk\nNT/lxTkoYyoAUTwjfh9uBaI8ab8GyODu7Nu2u9WjN9ZS4YQQMjZ7ycUygmbc\neYiw4xDcDWMdkc5u4hB6N0pd1DhSg2KQwIy9JDPkZwbaWMbaLehSKRCG3Tn4\n2YJaMI2kUpeeQUjZUUqh5pUkeJxdRiCnGCbqKcdoseeFjPpc2fvTuenGHhoh\niWhK/k9PegwmQO/s/x7NDKC3QqyK2oHhej3trwqNo849ykkEqZ9TPtc+LtdH\nOYOHpMihhhe7mu9UghspcJTzFmFlTdIYLQYvU4M6orW5ySRa6ozyg65qCwCK\n9u0U6nyLi0jIRCt0BX9Kb8ifum0vuEZPuhfWhcNHuQIUxOvVTZT6qDDPSTI1\nP7MVj2J/bamxI+rxGxFDfiGfj+/DID91fpbbkBZKDHsdWxnYF3syCCQwlDT+\nLSOfuLwpmaSJeCXrMBcCKNOrzkujR6SsUfoPWvl1wrCE7cSynEiLxCoNDGyA\nFHVYv5mBSFAlVS0FnsdcfGRlIoDC2C2DZqG5PnSdDyQ7zZKXAX+PV7dDFh/4\nYqarJjy1ON1j2tmPocdXhW1CjQHMAFqWEPI1gHpuIcR/npaBs7eLcGrv9jKU\nhu/5NyvE95SjJYyMYKkOQyV4g+Bia3O0AWursZlwiozoSXg+3GyCucp+izzA\noEw/\r\n=uEL6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"2a4b98e75531b6efa8aab995fff2a0d81c734340","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.94_1567018987968_0.7970984147150999","host":"s3://npm-registry-packages"}},"0.2.0-rc.95":{"name":"fundamental-styles","version":"0.2.0-rc.95","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.95","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"15d13392a503b7e955cb027a43ab1e52febcfb95","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.95.tgz","fileCount":378,"integrity":"sha512-RahetDl7Qfuhm+TB3MZXN2l94eyclwf7tK4ErgMYolA8BUMgz/J/Oijf+Zh3SYbXayLoA4Hb8sS6IeY0cdkoKg==","signatures":[{"sig":"MEUCIAuUY3VpQ0QuwT2l/azJRQwOFdEUNXDTR/5KznD6Fl93AiEA4PrthLJs4Nbu/3polTjw41cL9bN4xdopw7/fc73NEcc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13937107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZtzJCRA9TVsSAnZWagAABKQP/0rKvUR2tryTVLsA22U7\nhvLZHNcqyd9nFKb4sVbAK5wdIJcgg2yc3XFSqIZtiLoz2tI1KDBQhjFzMTs9\nyiWNv3KEjdhInKXBuuWd4xOc0ngCxMZLBVDVdcWuZNdFisHemx0vfCW7vxn/\nkyn4+kcSf7PUHpBOTT4RAw7BXWplkdbBag1KlQAUdNnUNFnHvwQ8LpqwU6bw\nttV90Hq17odfVNyw3otlLkTje3s1dI5YkICFBaEln7X19IPOWivCRntOZr1w\nsGEyEgiT10BiBnb8veMDv/YxptYkkXoOUZeONSLKO5aLt3JkLgDDrAnDrk9U\nlGpuxKML7nL9Fcxoq68fp5KnYYxyHysC8w4kxQTJITHX+Rrd9kEyJnjJrPrB\nSsFMlya4RLdMvniqHIg+Uv17DBmmdkLdoLrCHJrtL3dTO3lghyg3lUQeohYJ\n+ZL2ULZ12zUyyxNGzYU1th3EbW+8BDkh5EbbWtImAengDO/v7Q4V/sW+s7BB\nGwZAIgGCgTxpNk26H7N6+VCURnD/rkJN7kNOBKgxesJSqVsLi0UN9Gg3fIUc\nFOt8pO32DDoqSSBsoiUf+Z3v6ND1evKo/+vn+y0f/OexJc+Ka8TMXMFYFFHz\ndpVJ+fBShx3dSCpOg4mfVxkMoIoxshJ6JThxOk3WUtAZsOpkcdRksORm2kbs\n2i7b\r\n=H980\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"78c74450f2f9053ee9c7250dae0d1e283e659890","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.95_1567022280276_0.9406558495940338","host":"s3://npm-registry-packages"}},"0.2.0-rc.96":{"name":"fundamental-styles","version":"0.2.0-rc.96","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.96","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"92aff19e89171a09da27a53c97985447c8794593","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.96.tgz","fileCount":373,"integrity":"sha512-1UHgAyG7GKwEK90WIOQnr1VtJFVINUMn2IymxcMnMzq7VA9nT6o99uF55XHi00wTgaE5cPxlL614Wqip8AMQSA==","signatures":[{"sig":"MEQCIFgQcON1MIlygoXE7Nd+mFVtgvwkwuk0SpGYDIUzN4fmAiBXnBfAer7UJXdjxT5eq3n98LTLnDsjXmwNrWFN/04dWg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13914699,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdaCSpCRA9TVsSAnZWagAA7RgP/A9vf/HualPQRx9cwugA\n92nwCLfK2Nns3SL7hcoWnEmx/vJ/FcddfCweWQ9YFEhpkyz6cNTPVZZc8GEP\nenLlKD3CfRxkC3rgtALM29YZIRfsqA/xq6peFSGH71g7DCHt00UvrUSzbDdx\nLCT0coUntvFRUoXmJ8/ElT07zIN+hhqy7ev3lJt7qR0zDjQkW4k4ZifevWNj\ndzM+ODjIUto20vksSUpbIzGDHEwvRBL1YV4gKHya2kncKoNfAJZ8H4DDVquu\nUH6XjOvDf55baqd8T2/rQVT9fTAIxiQqgGHdf/LWADK3iC0B3DL5vkrbTSPY\nrQ3e20Kylv7bAs3aobI+VeyXgcTPRVm7X4F7RqWeFhqJTzI9d3u+xQZUTnpL\n5c4bgf/aryCh0qdXbsuuJKUUOnpr/16hB+Y0dnHQ3tNtkgIaM+Zj9b0OrtSn\nkBeF9I7FoYIJPJd2jWAp+VKYwDKbyiBunQ70PRuDeh7//9Wk5K/i3ftaqPhm\n2MKbaOcj4Mv8B63MwN3idxdsS0EC01Q16DS9teu2irEVsgEgvV3rfdwnkS6P\nqBqKsOJnhs2hynhrP60oSxYBW3J30ANQQewhWmbigjxyiJKvFLOCuLf4d9sL\nhwNd5/8mJkZWEf+3UBH+7LOE9ayxPLtkel7ysR87f2/5DVa2BI2rQ18hIIqB\nTU1Q\r\n=N0Nm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"71ae8b84aa1e0d24c0b2349d1250523c95a79faf","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.96_1567106216575_0.5463900189027739","host":"s3://npm-registry-packages"}},"0.2.0-rc.97":{"name":"fundamental-styles","version":"0.2.0-rc.97","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.97","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ee87414f8f556563181b87da1444d294cabbb2c2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.97.tgz","fileCount":373,"integrity":"sha512-Q9Yt9lcALLcTt+dRcb/aRxmhQ89wFIJVTJNg7rFKKj6Uf+I6ck9VqEFPYrOixuf+BiIc+fzevXaO3HsxWoqOOg==","signatures":[{"sig":"MEUCIQCokBQJgnUoHl8pQpazIhomZlZG8mGUgPJESwPxi7GOIwIgQw3sbGkjGeC+mNj2HDxstfgIfi3dcp+yvxZaTtHByc8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13915020,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdawf1CRA9TVsSAnZWagAANt0P/1591RLwICKYC/qexYwK\nSSV/h32S9mWJiU9uAAINYwZFOmabseHKooUCNMQj3zxIj5Rq0Xyf3O/I6ztP\niOS64gN3imZPl/GlIpo7iBd/KKtNtbgmREM4v8KDP+XHLyz8ViLLfAMbdwMC\ndVslfrvaA3oJqyx8yS9bGAQM8r8mLYwLuL/NPHfftRapu8Va9q0D1iwK0YkN\nX664747SPVGilX58kNpNJ3J4vQI7mxXlSnt++ZK9YA41+JJ78hT2FPmitO7m\nynt47QQ3+1bbV+3BHlcPIDHGfdycNQZnzHZjBhiIwRrhOE10vl/85yXX+FAQ\nSURCQr/GMKuYj2WWIr9qxqpj4CWenMofgytkiEa7xilX5DBlOfOl0Ds7Lw/3\nWqsXu7Aqzjg6B6qMNnmOAQxwfHGV7Mfhh1zHgWKkETTcQ9SYbL9y4lkgbcna\nUt+y1iMmArSm1N5BMh8+6W+6RCiAGdB75aY4x8lkxczBalMwu33yNICC9yE+\nEkNa1PjLjLMuF/VAKdRCzwCPRqd/2IAu01PuAy/jfxzHoAMKrqno9o5OZsaM\n07WXeyvtZ0TPCZv7tj/EESD8EZ2yI9C9zHjqvpJWiNbADbnwHIoEK3LyI8+b\nVkoBB2FGzBl9IYRpoegq9cAdDIcJDYVGlG4MbMIuAWg/1GagehwZB9ZctjAt\n3O+N\r\n=i8f0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"b0d41e06c4bb3bfbc0cce9446b5adb628b5ee573","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.97_1567295477150_0.3374956300960694","host":"s3://npm-registry-packages"}},"0.2.0-rc.98":{"name":"fundamental-styles","version":"0.2.0-rc.98","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.98","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ee17f251012d8fadd76d196452291a27b90c3dc7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.98.tgz","fileCount":374,"integrity":"sha512-AIlBHD3g4O/m3ryZHj7euk1irJKbExw+108rCjxnrmPuuoE5JkrXw44HLw0S8YjgknyUEZHGe2KHYDV9i3qPZw==","signatures":[{"sig":"MEQCIAHxvNt8W8M3+Qma4+7T/bMiAaVdtcYcCQvWnjzVWokNAiAy6XgPhNRIHIh/pCDiCMPxcMCjCuuI8KDMLT3T50AeNg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13885172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJda08yCRA9TVsSAnZWagAAmyoP/0pk1cxgmd7IRRNFbAX8\nJhAlupqiuiXw1BXcbPkcFNC3zDW0aBGTgIeFKbpAfLTSQJjLKnF7X5KCpPY+\nFQ/fMSBH8tL77yM+eYIN5Fv1mF/js3ZgFtdJ+HdECnJsYa2VjzFWnO4KGR4l\nJeB+3PXo6s6+2wda1RkqwIb/OKEYfe+7k083giJn0kkcDo/m7BYqqDueEQPm\nfc7IZoypzuq3MAhZDM0yNRdflz9onEwz/NDaJA1JhDBFU0DHuVsqg54iqVvZ\nC4PcS7yT0uuzgTloN0CpsGLsMfYIjPdDIh7/TfITByPQahFYMXKpr1BborE4\nQ/kN1WYSa2vk+Sjj4G0xlskTg4/CqklhjsPRRvsaGgrM4YUn6hVfzwCwsC2P\nIlZ/C49W68m+Ufj10fdTh9FJejmKLxRMb59/aa6KP4Dwdv3Fu4lfU58xDETG\n4wLASfMgyL7h9230FSGMY/hN+uDjJRhZsRVLHyWjlEVqLIIZ+SoFYSV6oXgo\nNybwxH9p19maESpA4Lm0IyDOA030JCC/8VjMTxBeC0LFM7yjsqoBoHLIcD1i\nyDBs/oRdYqHjcUE6889NT218poTo0Hq81pj6xC0P9NtncewYHWnfqNLToES6\nzKHMEuqwePX4r57Cy9JQ1qY8nuhK/WWV6B6rXYWi406pu/xEdJyjjCRZ2eDc\nwoug\r\n=yZ9M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"74c0830db497ce23dc989cfcccaec7d9a98a9fb8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.98_1567313713544_0.9080735745170683","host":"s3://npm-registry-packages"}},"0.2.0-rc.99":{"name":"fundamental-styles","version":"0.2.0-rc.99","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.99","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b90dfdb548e862ac4f2f3f84847f63a90af5205e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.99.tgz","fileCount":375,"integrity":"sha512-IVGQGzmtwdgYJ45jcAxc/z17U5smJzDiMH0XA9NiMLnenEfk6bfeyBuaFlJMn1zPy/qsDRRiZ51P/glHYBoH6w==","signatures":[{"sig":"MEUCIQDuhWIDy0CupRvrHLE/t3N7F/M9ESgeCYYqFZ8FDamhWwIgMjRL4CRGhnugBDDlXSEjEbG324w/xHljs12qdQXJaGo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13907632,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdbub6CRA9TVsSAnZWagAAFbcP/iq6lpKOkYqUTYme7/SU\n/q+tw8OHf871+983ppxac9DjF1uZk29Kk7jG3npz41ZA7OzTmesZFyjHS0H3\n01XouuHxuMdLqzILtoZ3ol0SDGlZFQDjAkc/INjcFLrgTgGqXZ+vKH4slS7Q\n9+iJqTgenEPa8jDJAti39enYEsohgIef/d4S9UzolKF0guD/8s9oESGuWkAg\npEm6G/P5GFddzlMGkPLmY+Kj9ACMIdwyTiZsKAiF4rmyJiJmXZhidInfjvs+\npJzIpo0bhyOCVMd9SzPyGVPfsXgp3hHXVDRwJOw22pkEBHx2DLqeyleesTl7\ne36FQHCC9DNS2Tm3vVc34eGw8ubXX/bwn4Bib/qf/rQ8H46lYYE/xpHvYfcf\nOgloNhrElz6rKG2EOl+JqDTAvn7cs/hc+WttYhvpHV3wsFrO6MV6E6Sx+L87\nmCUw5qUBvIyO2wEZGR0RLgaClICfdPBa015pCHmhyuAvJGoLo6+ng+wuvXtt\nbXEr5XyltG3DDFNZPzH3U4kny7gqZ6zFFzHkc8mXdOiVMifFIFO63LkFFqeK\npBvcTMvMs+aS29qxtHWeKkLGCfF1ox+brnKqBJvRmABTivmNMXjTuytVAT4W\nEr3H81YvqhfkvRw9pkfXYGF7o70vyw/wujsvd0j5sT7E5UeAAIa+SWGPoDfz\niZFG\r\n=y+LH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"cc2f0517ad975dc8a333aed80b3e33eccf895508","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.99_1567549176966_0.005420058744188827","host":"s3://npm-registry-packages"}},"0.2.0-rc.100":{"name":"fundamental-styles","version":"0.2.0-rc.100","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.100","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d7153a7ee753ff37590f24979df5e33bf61fb598","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.100.tgz","fileCount":373,"integrity":"sha512-LTLIvyNdC4UHUdChgdNk63Ck0jj30YM8fc7rrOAxsfffkVvw0CfZAGVIcnnYxB7JGUhoN3rnR/2lkz30XWcc1g==","signatures":[{"sig":"MEUCIQCmtIdVASISTCp1Zk+JCGZvectlGhXLwgC2A/FryjO7jwIgEtOkHSHoQBM9Zn14Q6TVtXgWTKj4BvKahEqHhrqJaH0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14270441,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdb8UbCRA9TVsSAnZWagAAC/EP/R4dpspqW0zXk9JXmaJN\nwBkC+h6YMIcp0pIQYR4mD3S+WnroGAfk5HNg060YQ2iYnuopEus6ss0fiRQy\nkhWZzrAjbIHQ5f9857KzKEG842BwywnprZYB4/DvB4mEFANKAJtato4LjKRL\nY9pC9uQwrGHyhc5YRyPEr7xpYc/GhtAjyEtpF7Rmz4ZushCGZgPYYdad60EK\n0sbN9fF7O08B9FqRA6VDFPzkqGG2A2usaIsbP1wp2n3CKC5Wo0I0u/CQd/Z7\nROKLLouba+m5O0ACjN940qxYAjGyhqWy3tzAP+0MB8DDGzZL5eJqvoBU2M1L\nc1PvhUedz+lp7JSGSiGnXP4c39DgAT4sivQPoSnQ+OrEW5JqBjTtwGvABjdG\n9NioNbEMNW5QL5ohWeDrvXsZL8GzymyZ+GppNLqeLWYaetcw9xs4m7AzKE77\nC+0o1JMv4mfgNOAVeJSGvWbN2ST2NHkGOo0FPBgSp0CKZ+ci8b0Nmj7QXjsi\nyK3bfLu0bbJ4TVcqjUNX9iKU77w/t7KWumq3a/3oDQIPb01apjG+dvNaYCVW\nhxwPN+3Rc0sR1Zz/802YGJtYNsT/MJhhkP+vGQ5wiuEhWBnf641Yl5BM2G0v\n4hYKKRDK+0V+BlE29SOJ+6OYf9uwE834sfTCdQRoYG5vD3td5O2f1chzTOeA\n8AjE\r\n=iqif\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"f65d054589c53b2bb2f41b07f1e21e361d1438dd","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground:default http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"npm run build && npm run style:minify","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fundamental-styles-ie11.css docs/css","style:assets":"./scripts/copy-assets.sh","style:minify":"foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 scss/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/**/*.css && postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","start:playground:scs":"PORT=3031 SELF_CONTAINED=true npm run start:playground:default","start:playground:ie11":"PORT=3032 IE11=true npm run start:playground:default","start:playground:default":"node test/app.js","start:playground:comparison":"node playground/app.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.100_1567606042880_0.01944475931213674","host":"s3://npm-registry-packages"}},"0.2.0-rc.101":{"name":"fundamental-styles","version":"0.2.0-rc.101","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0-rc.101","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3b6f4452c4e0af528a0b81ba45d56d87b2b93fc0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0-rc.101.tgz","fileCount":109,"integrity":"sha512-WmwhntuN8v2dqifnOTpxegUMEwqbbVy9qqQ6fmsKng2dIJtIdRvyIo5OZsfxhD2CVEuxTD8pv1UqOSY39A6htA==","signatures":[{"sig":"MEYCIQDFYi1JpMeWj/7jbyDrkt+ZESeHDqTRiiZWAaisv1yJSQIhALtJc+2OzYTx01oHRxAAZDa4vCJ7Jxauv1BlHs3W/Ew/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5984224,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcpShCRA9TVsSAnZWagAACX4P/iHJz/fOjJAn0BY68ssD\ne1x1+Wov/jfKdvJeEf9bc2OpJSEYkOCcXlxBwRcou32FUzjrgaMa474YT+Jz\n0KbNEWdvGI9fft764n8aA9d3FlfUMnmoYkqcVOr862BmAiCKKPXdO+VRqmYc\n90tqYMSQ+KDh6PSW4+E4l0xdSe30VZBRNyBAppzXa+x6OM34hCnhQNyP4ib5\ni0ugsw+FIJqXMVjJcC0JeFSh1LbekyzbpOoEV0xY7/8/42+FP9oPH9SwfsO9\nwuUdLyVLeVhKr9k+RZffz3RiHHjyubl+XKYftIweD3ziQe55g94b4b7x2B+D\nuXJzchg2dID1Yi8rrzxFCMoyIoabAPybur0GV6sy6Me8OeZs0lfUtry9lGL6\nJBWyjFJ3EqOfRJpTLL0xSlTiwHQGHkAkwtKTjiOnAt/2Gi90qn6Y7RanEZ7Y\nqyAiY/LkxYyiklVjz07adRq14qoa+ltEWiF8voMcAlDQjtl6hJllxjfHvOI8\n/0xVnnItqO2sgQv0IcsgA604J4keT6vw3iYZ/ofPXHkfab2WCfmHDxpoghi/\n9K7PhPYlWKIWvz30JquMXG5Fj/lqcsyGq2in087gik/I10jc1yDnpIEbE0LX\nPSwRHbIj/jQBJPTp2KsDHZlmANTfmmvu1AyOdykf9Hl+hEuMoWOdtd9yenNx\n7cWL\r\n=MFnM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"8d44bf0d1d64b7ec0e367b3a35e56cbbc67be25e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0-rc.101_1567790240683_0.029406337793423498","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"fundamental-styles","version":"0.2.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4ea9f9662678cfd78af922fc2fcfa56ac90f87e2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.0.tgz","fileCount":109,"integrity":"sha512-doczof6smRYDpYx2zvbb4/CfPDz+0t9h++zcegRAeE3fYYGnZ4uPnXx7qUMsm7l58aLGF3qbPime2ofvnQzmjw==","signatures":[{"sig":"MEUCIADiHrlWQVBU1izXMtT9Df5zgkAoy6S8oVnN1jF22t2/AiEA6f0htOwqA6CevQp5bi80yR0B4KAszA62KKN7gjjLHek=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5983953,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcqfOCRA9TVsSAnZWagAAIPYP/0CbgTZbls7jZyXNXA6G\nUn6hfomXAKyvZD0S0JFa1ay7u0FB4/K8XMi7Bec+9w5EPkCAWnOwplIY+q7l\nQ7tczn21gpJJal40w9SBlC4yxpLS01EQs02HwA28VJ886VrqO2x9OE/9QyjH\n5hLVlRHFvx/J1ZHAqq5Q8vHVf8OiqF+n2I8cgSp/eyjmhyiMR/pOzUTlvpMP\nqsS/TqOLaWSo2OBwLc0/B1EX/10wqJpB9o087+nobdrHbXL0iOUt3v9jxU1P\nf6OJHJmUq/45RG1AvoSfMMiG23Gak9lukqpudNajNiaAAsteQeQgo80WKB5Y\no3TNNX1RoN3LR44WqB9T0k0E/YqtgAD4t3AwaVXT6ntjrMj1uSQLnR0H/p2k\nzTSnb8vAv0EJcys8xJY53eQ2uG60GeXPZdi5Tr5xAOoUpxVvqG5Wdai1tJYy\ncixoWNTXg1TgXhvYk8M1Y5S3v2rSqh2jV9tJEJMriVVJ4o7X/ve//0uXbEuI\n49Uwvx9+dUcQ2f0sb4Sp0iUTJzSf4nYYGJZInwW4BvZIesQ/TCQshygHehFc\ntXYH/wiOJiknvQ1/CIKe9belCX9VNmjsWOJZ1f9RDGgqK0YkIPojejXnJddn\nu/eG5AYPmCfyAium7FI40J8fXYnISDUGdBDs2spC2j0DERdJpdXV/NILXYXo\n7+5s\r\n=Roo+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"c17a0ad26ddbd799d027b5a4413c732b165e904c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.0_1567795149478_0.623557561900681","host":"s3://npm-registry-packages"}},"0.2.1-rc.0":{"name":"fundamental-styles","version":"0.2.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"93aba842fd320eb97ef319b53911e4fdf3f457a0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.1-rc.0.tgz","fileCount":109,"integrity":"sha512-j0gQlhHd4Likr67mqncKu6yJ5lpM0q5JxnSECl8DHvGUrl4wABmk1rxNXrXzfzwqHvucU/kmAS0Nxbe9R/Z2hg==","signatures":[{"sig":"MEYCIQD2QyEoIqAxYJ0pWROb/NnEklst0qK/HEJCCvmGKOhhPwIhAOgFTpHw03Gf0RJMAxZP4sGj9RiSWV51aaNgXPEIIq3X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5984421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJddnS/CRA9TVsSAnZWagAAHWUP/RbQgVgt9lnWEnaGCk8S\nfkLmWUPUFDaOotiuQs9WUPSt81PPbFqqk+lu1Riz6lVs0DCWQPjHbL/Wom/J\nafMjaIifJKX4zJwRSgNfGso32UMU9ukXDwP7Ik0Cjw2xuF6bWAc2Y48e2pNM\njkyd1wl3qKrxqyyqIZ3EL0gQfN6yWjv6l+4fT8B3MPIBw9SnVWkozn4fZt1z\nOWvZkw4yGyItuoADbMnI99628Q9yBqnBfdqWzQ9Fto/ToywTsggMIPkeFu5W\npD6tw9N0NanBXvyVA0jwxZVcSaKSD6dguq36lwOtQ0XCvDO0qaIuUG1rGIPT\nf1ROr8r11S9A4JuFH6suH2rAo2a8373Q8t2+m74zu830J5szXOGtUp1+4tOc\n3AfYGsklpBaZ6egMwK0VZ55t+/zlpo2qC+coj066ZaP4Pe2bF3jOq48g97Mk\nzAbP134mt8zidbi2AQOCK1a97bSalJTX6gSK8zuEYw0HQ0w+Uih8ZN5K/OYA\njw2YFuya4WmSHw4oskP0sX6KJS5OLIdql8I4B0lSb2zC/HjZptEI+x9Sn5QG\nQu5jJVovolJ9o1N3Ei6nAU4U0gZWPG/6JJQSpmfxtcN6dbzulWsYYJTKR/ym\nJPKmeKB5RjX9Y5Rxbf08FsEKQO+mmprshnjs8ftdiKiwwmDPbAO9NnBazeW7\n/kAG\r\n=1oif\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"d16fedf8c75d7b5a278d6dc6a358d78efd6ff614","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.1-rc.0_1568044222755_0.6493892668521879","host":"s3://npm-registry-packages"}},"0.2.1-rc.1":{"name":"fundamental-styles","version":"0.2.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8fe783ccea38043fd7b674ad9b78a2af418508ca","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.1-rc.1.tgz","fileCount":109,"integrity":"sha512-Gz2gzZBqhLFBPMMYnd4w3GuyRUV1mG6ZvfkQSxfAfjdRuv4b+lfigKyB75jvLkXMCw1ShfF7qDaQ7e+U0cM4Zw==","signatures":[{"sig":"MEQCICHnxMVyTT+frCj/HQ+actUH/AohcyOD4qLlHIUHt7jnAiBmRITNroevbgZK4U2P1G9ueEPzQSlaTslNuoMyiv0fzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5984843,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdedhfCRA9TVsSAnZWagAAfCYP/jCdJd6O0/pFnYvUr298\nVrUtodoazW/N5O12/PHyHV9S4zCH4oQJTngihP0u7pYQ4lghy9i+vGt5nP+7\nyGiUZkmydvRcG93f4yNrAQcHloPXv8+4juhXMJLcukbqlis+1NhdrzR6wj3X\nxw6S+OmDrQmePbDFsQqNWaIosftCCU8BONMvVw7eH3AGZGkd6eD8eelOnfEi\nXJ/HufH72hyNPN80a0rbPy7999XDSMbCdnbumAT4nCAI5QFp9RGZBQsX7Ml5\nL99gX0siReozW4neFGMakWBWtOTs7fcHfR15otdmgmJOHH843Pt262LgDLXr\nkx52I1AxyDjYIQo7l5tomYqkTXpTIuZPL+R1BexfSFxFyVkfWOr0QGTxCZTS\nSPww+/gdJwSNESFLhpnKVcrNat03yceiObfOn6lkJwoOx7vZYmyy5qjwKqg9\nvl7MNpmFPqj98twNy/pPKjePbU74kNVfICuweSIMsVEfUFnSG5Q9SQ67L0Zd\nHLkkS+acFBEZRibMnu//fwUQpWHCFHiqlKaphp48t5uW5+avRQ1luwfp4fWV\nsAvsodNH8LbirNL40x/CDkqy9PxQkNmbNByzfH+nh6aCr9vjfz2sKpUH0943\nvMKdkBOjdKIb+JDeVEf9MktDsaznOcQAFS1P97RB/cauTV5bH9jQCP5S+KgL\nJraj\r\n=sDmd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"0e9006a24ab9a301ba5bdda4cdba1c104977931a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.1-rc.1_1568266335049_0.264396966168263","host":"s3://npm-registry-packages"}},"0.2.1-rc.2":{"name":"fundamental-styles","version":"0.2.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"550c2ffa26cd18c7d9e588b76a54d61d7b22739e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.1-rc.2.tgz","fileCount":109,"integrity":"sha512-6rzN5/Q90GCy2zxG8cLTNLwpWI8SNoSRBSo0ooWQtzcTxElQ7uOMmqNPT5hsj+6/u5dcNpZ/NXsx1KOBq2w+FA==","signatures":[{"sig":"MEQCIDaBIT0JeEV07mmqlYe7HgzEgfOVKLLsUp6w53in5RNeAiBIhNkZ7AQkzwr12KWlfAUAfRpZl7QPcX8FrNn7ocpKsw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5985036,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJde3J0CRA9TVsSAnZWagAAMeEQAJnucPecHhFihTZaa3YI\nGYYc2ds5lew5kJz7HTtV7VMf61QuejyA2P0SGWKcKBFoxBx0NCSGyTvO/+9K\nMiUHp2z6iQIvpOcTtNH/eFESNJ/4HMy6LoBYQ239chKHhmOivNnwPGGVbLKt\nOQKp6G6ErSJEAiWYf+5wRIQhKMbFBinYR5godnwE8lsFWTpplTvq8UHjTORW\nnqXt+hNo529Y5tk24pvCd6nsRN9hco+njkjwX8tuUa12kKI0pJv0BNwCSYbm\n/5rPeBno8bJM9JpcqxS6Gdl6BIc07IKdy5N7vVAjLXVJ6to04aO81AePZcy5\nkCJP0JQZyLKcs1WdCPIcYpQPuZfz3pyH85JYyJ+3StPRIJTNNMZVuHVIyHqd\nQByE8mjF3J7/xEnhopwjKeZDn4HKRZoEwrOm4nXhCCjccj9s5kBSbAtsCT9W\nurMTpHyenC4w5RVCMRUz2nYUIPzkZVjp+am2wGeUX0re7/AQTpd5sEjidvkl\nfdT14dKsY+Br0sVEKPPHdlGhEaXCjjhgSvpF0Nd3xIfsUoemryJBjLc6Y/rK\nb8Sh8j65fTbppJPz2sxTr1UJys3V+t+SQWtsztYlE1cFATXgML5tAmfvFQq1\nFlILTdhAcYTlG6mjVKPfRKyHMQR95ykUJ+NmDA4boj8+A5S+fa5gC4MQGSHR\n3Y+g\r\n=ZGuP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"062bb0734d6a807e2a6c2c5c86c74c4408293b85","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.1-rc.2_1568371315361_0.0005012326967743785","host":"s3://npm-registry-packages"}},"0.2.1-rc.3":{"name":"fundamental-styles","version":"0.2.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1a055dae8deded503d71ba3c67bb3be61431ff82","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.1-rc.3.tgz","fileCount":109,"integrity":"sha512-uMA/sJyFKiQwApR96Mhjb4NkcbJV9XCrXFM5B5aay1nSFavZInwug5QNYnWGisTPqhDdS+7lN53DzMFfMK11cA==","signatures":[{"sig":"MEYCIQDexbWGwJ9M7Zu0FH/JTa+PEN6Hw9aowe7bRkmArnwgSwIhAJgi4Js9vyyDszIWfFhzKEvZ1c1QD5WJevGyJW5Bux2a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5985113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdf8DtCRA9TVsSAnZWagAAHb4P/2+RWtg4+lY5p5AhZrph\nrP3u6ZW5PMVpGijHoLl1/5mzEGd3l+EhuZEdehEwnhTOzqnV6KWM96BMqM5Y\nxGUKITAdP14b3gFKOYUglJwF7XsEq8pVdIa/37PKgtbYAq1g2ogRb4d2laDu\n1kUOdKQKbDYFS/FbTz3885wE4/y2crcGycdOCrb43UuJIlOvrDkBHGX+fKCJ\n8yO7eRJwYGYNTEdkwQQNF1ZRjSp4cDqp2M4W9eIpShZJZWXj1CCLa26BBZ3G\ndw9ASX6T+4ljy3p+RzVQSgqXWl01mOEarBadelBPQkEQq9JU4l/2t0QUWF+n\nNSAR5sz212jvBvO+Vxg2IiIa1bTbouOVJuGgov9poO20qIJ1F32tQAZO6SIo\nIa/OmAfHf7rRWMB3aAYHcDdS7/vowREz9xyb0AmhoUEKx2ZU6vtKXBOBcxgw\np/7cYgyph/g8L4IqkVRstJGR71fNtNkNkug0JFGZCAcfpSDpKZwZaUQ3Dkdl\nmEMEtwM/kEpIiemuxIrbWx7lvj9x+dPrWAcNmRfYvNn1rZgUiH7KapbgpHuV\nhcRMQm8tVBP9xkcnPzY56F0mnH5loDpxi6s8H3C+TN/mBDIFnZIQZEOqHoTc\nffLH8dkXMUNtQUIEnHWk7yrL4mlYIFabK95AzMvg+sSD+UL9HI7R8hEGl5Al\nGXse\r\n=Vc8+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"62c500095541c40235d06eac7572d2dd0177fa97","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.1-rc.3_1568653548915_0.16681583121613497","host":"s3://npm-registry-packages"}},"0.2.1-rc.4":{"name":"fundamental-styles","version":"0.2.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2370cfd83b4a335e69d35923f003232b73e3f095","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.1-rc.4.tgz","fileCount":110,"integrity":"sha512-0GNMJhEk6itQLOVxmpuRorBBU0zve6JppaE3t42++2CP+GM3zD0o0oE6PFRLPZpDLUkr2YC2SxINWHWO8XG+rw==","signatures":[{"sig":"MEYCIQDQUOy+hY4JODt+mHvCOOAo4JfSrQhGeQfRgHdwrqRRuQIhAJ3VKe7kf92QHdTnmBDQbt2qzsU1Vz6lLu0wHzTCIqEi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5987539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdf+eACRA9TVsSAnZWagAAH8UP/1OGLjAxN/w9qpt4LshU\nHei/v4bu0dkeS7cs0hJfga3uSyOMSdbgNPQIQNYfXE7Y5alzqmU4ut0bzfzb\nDgM8PjsFZ2ligOcUJ9jiADRQ6RIFIwostps/WGiG3iB2qxYl+FBHr7mPlKry\n+ZHsNxTwMHgaegJN3wWdHm5ES9lbSJrVSdYyXSIu72IffJL6JkHpLbYSbKY+\nPR2f5R1SHU7FPAjSOIN4jTuVmd3OcVJDSRuqzs7q+lwrFwdgEi6s6Kv7QkBP\nFXnQD8Q/eFNClOStqu7dv8PKjL61+wUlNQ8ninSUM9E4EKE8XvwJ8JgGBNDp\nxRmkhEHvPYN+4yV4pGh86IPwUdpDqL0y3YT89LdvNPzfz5fXoKHXp9AXCtYq\nXLyEKGXrTnp+l5cC9tx6cdJ3uAJ00G3O6eTmCu3pMhA+FmPWJUWeoGwtXP22\n7F7Miz1LhU4T9dYfRzWTSMxngQU3WgFilkzohrxs05/qDnIRCESGxsvciIOz\nQ9UXXTjmiCUDjaoULHfHivnx6NJPc6bvtzPUi2GA5i/FfywXWn9elArzqWAU\nKcyRlJ1xg4vk/KDBgHLL/Jw3yqAUnIECRcNBFeNVlEhrRQxdriqiO10jyKFm\nE1EU+DNcl/D0zoNss2k5Mn8R8AP1l4M4IFsHdDB7R1fx0o7waPX7p7Ne++aM\ng0O7\r\n=qbdG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"142ea5a44e00ff48490861b097c5c05da6f1a9d4","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.1-rc.4_1568663423845_0.8644652930345289","host":"s3://npm-registry-packages"}},"0.2.1-rc.5":{"name":"fundamental-styles","version":"0.2.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a6eaf5829a223a536235a6615833b1e8682d3e24","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.1-rc.5.tgz","fileCount":110,"integrity":"sha512-pfuFOF/3/QmQEnU4WQg3NYH3kSqTlKtvFi3f6P05mURYunJk6vfdSqlo8VqoEML+S/+loB805q9+33TO+1vraQ==","signatures":[{"sig":"MEQCIF4l62zvI4S+B0FGGsqIde4vam/wiZ2UdwH9LDc2F1utAiBUuQVTmB3cKUdtpsvPIWtPIZTRLbHzYE2l8Y5tx7Ghfg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5957930,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgPt7CRA9TVsSAnZWagAAjEsP+QEo0p374ONuWA3EKs7G\n2qSwRrw7ZxnJAM8SeL4W66cNJycsGbQFsSgpyoZ4iyNEcezBuJHG5lxnAQGS\nralDZiRSyAdqhparQzfiJQz58R5WIqoLoLAp1QYy1PfFkInY3N9mY5YegGxb\nf4qjwui/VN/9dPcgoOtZOdIPd52vP0WLnigF/q8CgDHdlho7fHHpFarrCp2k\npr1hlTxyS9fntlO4o7bQ/mkEaaYOoXri9pihDiY9KPtOcz4uykMmom8jU+9c\nK+QqvLvLhlZ6C1CntEsWpfEM1lWd85GvpWBxW8DWJaoHlOsexl20l7jiSy9u\nw/BRdGOeSHxJHmwV+iewFHFm34hjJWlNXOc2SUH2vTCw13Wd+z4PlrTn2tw7\nA0AVhoBFgBPj52al1DCVvA8R8CvwyhCfI7Rki+LiNbcM04lCxY/FwrnjDZxM\n+R7dw4m94rnr6HUQe/BCr7/VdBqTFsp9wYiC+p8rKL1txlGn1jPPIR7hvi61\nMDoI44RHI/MxspGyJ62rVtT5UBzgKWfXZdzWd9N4rlNi4P68KJG/czoLZo3E\nUN0fzLkVuEbBYaR7R4zd6/bwsJD2CNJnRTUg6D7edjJ2OOraHyz31hMBrOC3\nJF30PIRj6PzhfkwrEjw0iEjfXE9QqCN6c0l6nXIl7peIVtxTVE8eihgM/xTG\nYyhR\r\n=c5Nn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"030d7a45b3d88fca825c0b782e9f8d031b958bac","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.1-rc.5_1568734074794_0.004685236092838441","host":"s3://npm-registry-packages"}},"0.2.1-rc.6":{"name":"fundamental-styles","version":"0.2.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2009e23f2df512cd3d7e5914f890afff5499f0c1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.1-rc.6.tgz","fileCount":110,"integrity":"sha512-h3vfOQdZsY7fFBK/aRJWlGe+F0q9Fz+0oZtZChtGfYaL0/QeuKFnUywVwR9BqehB7sbDNRBQt2TSlypu+e065Q==","signatures":[{"sig":"MEUCIQD9paRgfVXccQU13jwOiJUdF1bR0BaTeo0+H1wOKkYWRgIgYw6x3U52/1FwUTJiu0FWW4Wtvl17esUVqyRkRbXfPd0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5958310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgQl2CRA9TVsSAnZWagAADjsQAJl5FVQxKQWw5aYQ3Ilr\nCp4qz29WvTlXhzhZXkk16ELr+Mzdv9IiSPkN2bqOxhKM00wdi+a+tNZKDj3N\nKf8UuzpwjatJex1+AM7sqMoK0AL7QSjn2cz1dtG9cbb3zdCfFyXPS21JDwgg\nPbb0W5xFC31s8dNobPgPkaTo+bmAjdEwfcTU9N1M5i3aNEgotAwg3Wk84xQM\n7Usm+dUZygcKe9AFHVsdsaN3Ap8cNLc9rPHZV9QPr0p9xAAfAwHv0bj4R8Ar\nVYYUcSzL7o7gzeUQleedgbEnPxKn5E1utz3QExjM+VqA1JbaBZGqZ+3vgJP7\nvbbO+BboFeviXaN3XLZcdqHhu9on8O69RANSYf6iowQkDh5LNg9EeI5N/dMb\nf3WDhTktLjIvUfd8TcSZ39okPpkOPkfZwgl+8la7mnW5BZ/cQm0Mxz3FIjxq\nzNBoEucQ5i+EN2IW8mW0h34xQ7Bu1W4qzyLA3m67xmWpJurgsmw8K1D5B0W1\n53l7QsD+Gu21GpTU1fyvKFFd5nPATJI0HlnjN5B85e/iSGckTH6wZVSCUv65\noz5n8dt1pM++GLsj6yOVSYBn5tqKFQoh4sEeakWbGLFFQzN6+kbg8nHy5eLh\ncrV6+qrSBO+O+8YPGg134oI+6AxAq4hqVrsRWbuYqgGcY2zuQifl26iESmwK\ngYlk\r\n=H58+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"e759b0e10669a44c8ee76ae4cc933d0c467d8851","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.1-rc.6_1568737654108_0.8873246954468053","host":"s3://npm-registry-packages"}},"0.2.1-rc.7":{"name":"fundamental-styles","version":"0.2.1-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.1-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e34f005a0461d056d1a89feee007688f46756b75","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.1-rc.7.tgz","fileCount":110,"integrity":"sha512-eP+LxCSlrk0r3Ycg3mKRPiyEC0DMWRmXsOXKDDFYuYlKbceyQXxtgYckpBdMR4L25n5F6BqJGrKbbpRsqhFC6g==","signatures":[{"sig":"MEUCICcFd36+7RvqpBBx1iK9cQ+9qB+0U8usW3Rd3dCcDapoAiEA47GcHepzSU8ODwtS+nZCfsGovyZGi67xipJtry1lKes=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5963668,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgRt5CRA9TVsSAnZWagAAJvoP+QDvflO7k7EpfIk31vPo\nYnYD7KfIb1WqW1/v+NEEg6TRXClqFmvirm7msgDpder2CcT6Cf56g8cN1Uuo\nI72vzNHAVEugA96Q0ZVdZksaG+pxNs1GbfFNY6ExeKQrsYBoNGVJcJetXPrv\nNTVGT8GDqE70shImfwBscvPsWudquum9Ni8r7UzXzABOH36i+M3MJTrZRn6Z\nwqux+o7E6euoTMXHLug0Uc4KgYkbzzAfi2yB0PyrsGgY2x9Yvk4x7TzK25cW\nbj3Fq5Dz32XbMxxlTed8YlZyDqLaEx+4qD/HppRcwcImk9wy7Ds5UP+nfv2Q\nQD/aCfkxaTrcIYITpL3a+y+WvpWBlqsIfd1dCW6c+hUE9aUh8Ic3VMHScCq9\n7VwAjcAXnGmrG7SKHjsZP3h/0x5WP5wVXEjmXxCchPg+dUuDUbmholmMIN56\njMZg4yM78EkqdyzdRmWKGO2+nTS+brc47jmghiHdJBwEfix7t5xKhX7z07S5\nyv2djhIQOAYzOpfTEC+aC4vnfP7TAJllfCUwptlm7A6Yrf35s1tZ0yL6sStn\nsmH2a936gCZOsY15qssGe8bf0aj5HPSaBON56I2Lyh0341mAoYS/0cGoTPmV\ncq08VFF8FHLmBdHaaHDpa/UTRFDZXnzt6PJVauva6iSn+6LclVHT304jlVP5\nwgXp\r\n=7Sak\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"d4163c51141b8f32c7bee4a23834c483978589b9","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.1-rc.7_1568742264972_0.47943322811566036","host":"s3://npm-registry-packages"}},"0.2.1-rc.8":{"name":"fundamental-styles","version":"0.2.1-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.1-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2da01a7ac2545f2b7402510f54e3144e408af93e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.1-rc.8.tgz","fileCount":110,"integrity":"sha512-l6++tplAjYBs7hyyIImqYYdziFuINz4fSqvFw2I2awqtA68MLvEtR6CncLLsrQyqUqxh5f4KRrmu27EXiyMOqA==","signatures":[{"sig":"MEQCIBYgiIu9vPHzb+mk2dB3VMPcWo4ih2MQ3Q7gXe4d6LCzAiBYcmo/G3Lij97KAKSZ09Z44Owkt5MYDHifcsOnRyoVtg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5963800,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgjneCRA9TVsSAnZWagAAPdwP/jYHM88YJuAdY8OiCmgZ\nD2DrVUHZDqNHE8qu0pWQTIk89Ydj4JPrILp7ESgB1/EY7iylM6wE4+V5oghK\nZLIh1hAan0GgffFzxXIQOFUg9uArN+ImYacBk7IwDlY0ws+DfY/40cTMC8Af\nirHpHrDumDhbyWyyHEVLKE1t5xeQBYnss05UznifrTHuA+NL6yetA5LlgsYO\nCX0eoOyoaJUyTHuaRZBqa9CPrpr+hiqhwyXVrrL9ybl3uLGok4jnOBymksOo\nXh3hmMSHE25VdZvCyxDUM/n45sSI8WzV5nIGu8+hN2ptRWhxSftdXhkOMcau\nrLhiSd2JlH7pDbTaCf5kDf2x/KOtSqrllbnWznqyLC11+LyOfgDCARaZKRDc\nk8Ab1foYx8GjFVPIWKSm6jQH+ASrwy/0RdaEuCVpVXlAnORUvqsWHf3Ah+0D\nQw6gZ0wzcF9829uWX+9v8MoV8dR6IryyfOmnG9MbIQgD3fEXDqx//VUTphOU\nyKMa5Ix+AjDh/kTdNnBHPTyTbjlucwmcL4onX1w9/vMb1sn2D63yhRi3r2oK\nkvA1TSevBQSPFBVhNRYYmLAefZJrq3F+lDLG4DJOFEpPz7CcSJZ3xM9mV2rw\nTLNtcoa0iD76MFKXvcxoZs/7ozY/0mFh/nXVvvBNB2P+AfhTruwsLOSdwYaT\nzYZo\r\n=SykP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"77ac629c2dccb8219f8731d23fb4167360b167ed","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.1-rc.8_1568815581287_0.07981485576238057","host":"s3://npm-registry-packages"}},"0.2.1-rc.9":{"name":"fundamental-styles","version":"0.2.1-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.1-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2a197ee6dc6bcf08cdd72a6cba48a6aadce8f9e5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.1-rc.9.tgz","fileCount":110,"integrity":"sha512-qGklhiBJkYR6VkbZn6UTjkNnTCrjDtzaJBYE7yAtnqvU8VyvQvSMXSOF+mX2HSChjltxeQbZ1W2aCTv1bW8ltg==","signatures":[{"sig":"MEQCIDsyDZXvx3purFp9CvyoYD+R6EH1Zmy6YCP1Q2aQQjVgAiApRMUrjPj1k0RMWv9lmA4o/F2cAhQcGDn1580XDRYSJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5964435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg640CRA9TVsSAnZWagAAHWwP/3DLTYGuWOwDLV7H1Qy6\nA5UCTxy73q72hHP2/9hqdM9zpkVOqLtt7OG9CpaEeU81iZLBD7AJHzPbu4Iy\nKY0D4Ge/9XJ3nNNAdOXWe9MPC2tDEQLKEQcBZZQzcPC8PzydbUAsby62IjOi\n2m61ZczELpuEVVbDnFDRNm10Xejvs+mpTnVkVzjNvHp0hK0NY2pEIVEDZohO\nMHQbdN+lryeAfnC/poP+OL9Ca/nkCtT8bMbG7iogOfQypsbfoPvDJtEEpppt\nSb/0sVtCSrTsJKuUHOje94MMIg+JQhiHKbmTJsZ/hHL+kNJPnfNbWOZqqNoc\njTWGH73oZpSJxCHWRach4T7wdiGS/i1ftHdP14HsbbLeygFn064NzEwFkfzX\npjLjMat/vGDn0lq1DK5k5XSvwCYYWspmfa/hbA6ESBggIASwarhkPQoIuRXu\nxfsyRr5a/xDYppJYKPwzWM0cX4GhwlJY8mQndUdtOg2NYXv4Xg1dVQlGm5Jp\n4CIusjhTw8wtSvaVZlEKr61WTYwbMwgMjAWdQuFzhMtHoF1GSiI/HhPQVtnh\nMyhcEqx2Zgwow/EsoIjRRSoEnQkfM55oPaWeMsk5c1R2ptYp6dbLLljLpV8/\nyVJ9JC6hpL8jfQy/YiV59PWB2AP3kkLwfIDKQjFg9pyGnYG1x6W9M6Yf0+ts\nBBKW\r\n=Qi57\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"f6000a31032865056b84b1c20406333b3eb32860","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.1-rc.9_1568910899224_0.009213315534683186","host":"s3://npm-registry-packages"}},"0.2.1-rc.10":{"name":"fundamental-styles","version":"0.2.1-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.1-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a824845023c790d75f70149329c6c0b1008c34d6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.1-rc.10.tgz","fileCount":110,"integrity":"sha512-c15fmtAxiRqsBppWNkarPhWfKT+naq5qe+JWmd5Cy7k05xAvfrjU69tvYija1e6pmYN4QR7E12TdCXr2LoJ/NQ==","signatures":[{"sig":"MEYCIQCTaIIqvCbi6QmESixyl1RefYIsAMYsmiFS7Y5kMpoMpgIhAMmZyet6BebEO+DB9hDN7PrT5ORuktr4PvJuDSiCQAb/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5964575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiPM5CRA9TVsSAnZWagAA7NkP/1PuAvwhwd7B0LfWtqqM\nmGxzlhB8bf6BgbvTFbbwXmW8xe5parCXRapwZtNzYJwsERyl9XFLsz5TKnqi\n8B/4QsMY7nj4WI0kxfz/QxUHm3TmNTHOJblenj1rEHkHVt0OMXq603Pj0S9S\nvHGjloc2eYaClvAMN9U5QzqMtSgx/fnGN4SFkEMG+M+ZdgJL9Mf3LnIXMrit\n3vnUlsSoOx5ogJfXFEGCDKEb3EuIOArJ0jv5hyu9FJUCxI6Sp1mISqOKRUQZ\n8eSgFWftMUJkZLpj1zKUqie5kr6Ngwg11E+2xKVWWyDvg+AKCir+lXzfCjTS\n+zfygxNPc/irXXcTNa8Km/ywzlYcMMDjAKkrnjKNVUPC5HRA2j9wHbpJAfw4\nM0+MsKqKH1CqMGtom6jRM9tV9wd1NpznomN3TdrwOzLFFaFzCpzMMl4b6W1E\n91Wu+AcP3rk0I98g1L5S6PMlcvp5ooq3m3gsRDlE4ElQV3VA0Lc5bfmStgrK\nbSsiP6IvJFXuuSzu+W2gJ5W2mWxvc73KfW8jIIjQQcvBbGfrg3/YlKWg4HJ0\njW/qJUG/nToRHLqTZmFxIcrECUvrnXuEDyuwjofUcjIS007Sta16+lFnqY0T\n7fcEXnV58y7gplO2Am+0erAeagKYUXfnmdPW+RTOFSQ2TsZtmSyFEgHdmMWy\nc+5t\r\n=cgPn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"4df958cfa79a817bd63e04b72d8244f5d8f95491","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint './scss/**/*.scss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"stylelint './scss/**/*.scss' --fix","docs:lint":"stylelint './docs/_sass/*.scss'","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","docs:lint:fix":"stylelint './docs/_sass/*.scss' --fix","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^10.0.1","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.1-rc.10_1569256248768_0.7395458691489405","host":"s3://npm-registry-packages"}},"0.2.1-rc.11":{"name":"fundamental-styles","version":"0.2.1-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.1-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3f112c6ebf643390910e8e670b37df94154b9679","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.1-rc.11.tgz","fileCount":110,"integrity":"sha512-C1Y+9udkwnEl9ktkSN9IJ3BD+LArkpVXypNMVqJFqbOLMI+hB3U8tPFPI+KK0kp9GH9bl5RNdzYVl0YoJ93veQ==","signatures":[{"sig":"MEYCIQD2+wZQffIgRSJiTRIPNThRo3F3b/yF2fpKdEElqobnRgIhAJu5voQraMHpq4dOyav4Nn63ilmkdPPjwWHNo1yPEOgW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5964468,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiRNoCRA9TVsSAnZWagAA+twP/2SYCQTbuSAzmADi9lmf\nGQg4bwbDxx97I4rm1rQlCiG6/7yL9wBp3FSSxjbS+ipy3jYn1BodP25Y2HPP\np3XpYArfPouWHcmKo0H5axZUpz2jLwUg9WLsujjtg1FQHNc/cNGgybi2EQUj\nDUoDa4A9ta0u6OztABrWu2ecdo68e+7veTuh7TQzOpluAl9dIF6mVCN4hAYz\nMqdDqyhHN8KlQQ8w37FVxvPobSN6taBOMInWEugG4CVYqATggYyutCHmPC25\nKLJtcW1zjJF/OHA1DIXpCsJS53jpiSEFf7ODH7UZq6AT2gu/belwuhBSNIXz\n2t98pdJrNajHTACctOvWvJ2tb8fBT95tXkd2edbQ5o12rGcjUtjUttiqboiC\nSQGNgswrsqsXN66ng6xIdQry9QpOOMuStx9ucegZHlsCkJjgao9lege3AjC/\nhlVGg4K+j2vn+EBP29LXpfjfC8JCI/GLZcIRYGUVHu21TkxCUn8/yMl1x5qH\ntOmK74iQlxLi6X7dmMylzQGWmJBNl7eHdPRImqTlZPg7kisH4s9Yql9e1Lnf\ngNnSntC1Yurop/xF5QJz/z8rbuZE8Lzr2foB6kInvqtoza4p/HIU9TMMj1uX\nlO3lK/1C5eD3kqTJUhvvoKneZgp9CCCeO9VFlj8RnGciY1QKWvr4HbyB66tX\nVxIL\r\n=UtCS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"f4e32ff6de4b0a940a485ae245e17fe83b50baab","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss' 'scss/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.1-rc.11_1569264487438_0.0531523939049976","host":"s3://npm-registry-packages"}},"0.2.1-rc.12":{"name":"fundamental-styles","version":"0.2.1-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.1-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b0c09729cd2988edac3c20dbdf040fec08b5cfb1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.1-rc.12.tgz","fileCount":110,"integrity":"sha512-00YJtG6cZYsdTDtI6ZEoYIDQdfdYch9favKFw8Bl8IKbK/VOc1gJaqD3giT+LlwdKcRgglSIAFJtchXNU+lWig==","signatures":[{"sig":"MEYCIQCL7iUZ/kH58PIQeC1Oy8wBdqx6V0iPQrwBrphjjgNmRQIhAOGMR7xAP50KhVg9MXujjfoqXkbIq7/JJ48m/DwkidII","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5964662,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiW/PCRA9TVsSAnZWagAAXjEP/0TN9ZFSnUofN7NNLOVn\naUAm1vc0arUBlaI1wa+7/vmR3vxjYv6NwJm0ewmvMUdjvjoWLtSYujlAq9IW\neEmm0gwnHlBCJya/ujdOog3IekOFIGPhDFRZwSvvze3lSxBgQS3cr/hez8nM\ngbfp/Lkx3mgVMYCTF8RA2KBzaHYR031roYfieLAGpEiVJayRPQekKKsIT3iv\n34Bs77AfLO1MptIhqXqOGaqCP4p9ujVLARhjcKr7omf2IjKaJ8QPv3E51QuT\nqhkZCRTfLayE5roSv9MDRcqKmgP7o5nUdTFysFuJFSDcWdeYHSHwNI8vwkc9\nyUY8sAEwOKYpD2hCiMQ0zBSxOOxO0tRqSY+YABjqEL4ASrC2LRUVd1/Jx1u0\ndVr/1PsDCpwKnRwFjJb5u/WWKAclsVZVek5Hg0o4ZbnZd9y8NKWrtH+GciAv\nzRqcy5a6vqH+/DAVXVsIMeGLt64ArPO2KJin2Djq4AntdOcW8nlJPWGRHBwK\nLpsgf1KFT6+mkjinF8YyxeDtuEThMr3yk2Yb2jZ61A80CtIZjcpk3XO/VXFe\n2lLIRHvQenn3STA9Xa3EenS8FiAOo7c9KTiCO+kSVFu0lNbqi0h3kypfXuHl\nRMj8jKyiT56bLotyJ8UeTKiFmgWhKbmBgxpLcELJoiTKzDeK/ylzvcOcR+s9\nIUQo\r\n=v0uC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"65b27ead0bb115b30ef1239b347bc6d714934d16","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss' 'scss/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.1-rc.12_1569288143072_0.6667886801618246","host":"s3://npm-registry-packages"}},"0.2.1-rc.13":{"name":"fundamental-styles","version":"0.2.1-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.2.1-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d0e0c7662d484abdc13b62aaa4203b593c9f4e2c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.2.1-rc.13.tgz","fileCount":110,"integrity":"sha512-HaFOsNtzSTFyZ68RdzJN4nsv9ACT6xLRpvtMiUBFmZzGxIEUXWC8fNRooQ1X1vcBuXzR8WSVDYTq1d+3KGfsHg==","signatures":[{"sig":"MEQCIDt+5n8tMpkII6/+LVnknnhgtJTdRwXE9k5v9pR9QHQ2AiBlowyGerFWDlGPnj1FScEiMphORxM3f1z4Qa4iMhV4Ww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5966581,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdi4o0CRA9TVsSAnZWagAA/wcP/0VfgrqR6DLIzu0AQvlQ\nNscgKQ3SFSTu/IpiMcCkoReBtQC8Nxgjua53PfhX/8hZNaHJYPoceYXd6s0G\nmZ1lKNGB7rp15u3PHJf05SdAFFll5slt5eYiHEnjS3TnRYMDexlsAADKUKgO\nkX8Akbt3UxDPpaK2G97xpvliWVkOf42zHyEIEXBzED8JycEbxoVHFKBOJ7qB\n6xVHtnvUoVNn5wVA6la9rLtha2O3nxdU7CzYoKoQCPQ0SimA4QP23VKqTmBp\nZbm/0Xlf9rVn/wsyD5ve3wr92rxVpW7tXbDuGhd2SSXbdUVzlEEKpXKdQZ+6\ncVODKDhYOWohxThibYVXdERQwYS5kZhOfZlbZcWwk1t9dNXl6l8d1mg3j2IW\nHohQeoqeKjUHoG+jZOoBNS7AC3wZ+3qg78GTZjYqEU7Yf09On/o0ywyUZ27y\nBB2BmszP612mZhpADp2+0wihnn/UCfr5hBW4hutRElzKR2CUnZJoKeNqGfmj\n0QiXs4SqJxtaczTkAzmaabnAhxx/hv7D7gTuVLbmiKN8T0/U3qyDLL79ysxT\nkTSsWqvNv745AfUmK+WoK2Oer13TH1Ku3a/lGHxTa9sn1mXJMMTD/oIqK2AK\nYHF82fhLoMrT41Y1kcdYdn+fMa8js4qXDuA7oec6VdwwKCG/BLAHbH6LLOJ6\nPj80\r\n=S3Co\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"3c255c009b8b2b08953641460c1b0479f4bef38f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss' 'scss/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.2.1-rc.13_1569425971666_0.3574044365812328","host":"s3://npm-registry-packages"}},"0.3.0-rc.0":{"name":"fundamental-styles","version":"0.3.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"71dc08503db4b4aac1e5f28c22492e1b39d163f4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.0.tgz","fileCount":112,"integrity":"sha512-94HP7twbX+mSsLvVMjJLISK82Yw2G7SYRAICjlvBRDRh1aMPfJhrLDavr/uyUTEBfBPA1unMHsDVYEwp51Wnlw==","signatures":[{"sig":"MEQCID3Vm7FzR+Jt+mzbZGsp1orruRlge+8Inlnfi1cVssq5AiAIciXQnuR8TMugCvZcgPmiUsRxn2IEFMfh1Con0akzOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5588304,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdi5dmCRA9TVsSAnZWagAAmGIP/RgmXi41z385DCIunZ0x\nUZE6VKSuTr8m0Jgq9Lbm0otd2sMHQlxTWwx68NPIVpoe6LqINOWLVza1IZ/e\np0WHps/syFeti1l6nTdV0xH0cihI7b+53+K/Ub9tOOxm/kgJKjfAm+OPEa2e\nC9HuZni4w4G+Z0DP5c3jg/+7p2aFEctKjkyF/GPAx0Lhq371Obs5hxUrU6Sh\nQDRJ/DnLGBH/2M40M1e798Q8JP2J5izg68h507g10qxBEAIu1Ez8OK88Lt4G\n+PSn6QR0XZoAFEvjFB0D0+XrUZD14Tsl0KKmcIMkDjHUwoGXWanOrm7sT/PR\nFaZzZYdrAMkE02xKgzTnQd+5HyJjOaukY9+dOEbZdcJY1Pg+hOK0dLvWISEJ\n+HRDkmcHRt0i9/iO5q3PVudEjXR06vyvbgWgslM7Fzy1Y7dYM7li8XlqKxsU\n5k1baQvfGOc7b+Lt4YBOC7ddFSSHLWSeMkErgaGWsRdFmbXEcQXBExcOWS0c\noDBb0lx93/6lwhG/lKkwxV6yX6am5FbTwZhdJxX4P3uWlWh/nDyeHq0SybfU\n2XwgPLoROM20C/gGihx+pcxsU4n5BY2E2wcIDZsySZkCi16903JUXZ+ZYnyz\nRiJAwVYw3Rf0Y4HSOOKXDm4Jvc2v0QW57ClNzpp3gEMcoSV/VS3NlkhLpFfN\nWSDA\r\n=59sd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"1c0e247c100ced465922c7afe2e2435b11877f8c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.0_1569429349548_0.035897560560024466","host":"s3://npm-registry-packages"}},"0.3.0-rc.1":{"name":"fundamental-styles","version":"0.3.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7be8713099aad3b0b30a9f2666581d29b94a1853","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.1.tgz","fileCount":114,"integrity":"sha512-2Kza35aOZSAyQuYQZ1QBpFQq6Ns5wi4Pv+w1DbxztVK0O4CFkgVGLidVDbLP5w+OVaOsoJf094Xmrt2y0f2Mzg==","signatures":[{"sig":"MEYCIQDevmTt7rfxYBEEvDAZ4xqUaZClDgy4eWmHIfcVTJUF/gIhAL++6sOt0KDuUtqBFHmxFAgOcHUpaGuTgWEX91hQVLAa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5618682,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjPk+CRA9TVsSAnZWagAAE8YP/jsrWVuKZ4Aps4437wjM\nK50ttxDShIL23mEBvHg6bxKjjCpcUnhYHMJkBZsVlDkMOlTTIvP80JfpMU8W\nFs1jtKTLpnZRPgh6RqWG8APyuuAtOTTm8aPaNRbA8xkN1EWGNug6JbNSBYVU\ntbskSxO01oQNGbWzkT+qCwT3B1SWoO2UO8tiVfXSf2jM2hMqBeDCoFYO/qSw\nclRpK2eBxcuqjKDiOJ6KEsZIrK5af68VtsVKFkfuy63hhPPklsphATe+SiQa\nuHuok7e9LGA/YkaEhrifZtD4TZ6911k4/S1WuiKTxI4yAZYnYlecHevjKf7O\nyzrcduJKSnn8shRxDWc9QYF7grY+1Pa/Hs/Rd1Zo0WDwJpe+p/quukobRkt0\nbQbh+T4gsCp+YRV8lzt+kZkEWFfAj9EY0jqfUMnnN1SowPAJCchvU9IbBbPV\nTcyB4ncKTliI0FQc45hwJEmEaZ9Rsu7mDrc3f+dFel3l+W2wxbBx0Se+pCnn\n6zhoeXHc0MAKSzOsuleS9bZHYBT8OOeZg1w5ivvfMzsnXwknLw85aOKicsHf\nqduKs+riTn0NnJWZFUoHoagzAUGK7QKLP+ED4dtnbr76ZxhHJ3pldd4ldvx3\n/IbbXb5lwpKVohJqbz+Xkt9lKzuHv7lM+nsyF69dtQWokvyT4Lq+kwtpdgu8\nmOUT\r\n=mP9j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"edb654b6e05e11fdc64eeca951a067aa96b35451","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.1_1569519933599_0.28666961298952387","host":"s3://npm-registry-packages"}},"0.3.0-rc.2":{"name":"fundamental-styles","version":"0.3.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a02874614d0dd854cfcd688356c80a6b7f72a466","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.2.tgz","fileCount":114,"integrity":"sha512-vK0dTmevz6V6Sooub75LLQY+rzp4b5uAJYphr/ArGGqT5cwozfLoqDdhcd+3jwYK04OIw64U2tDKVEYHZzMuqg==","signatures":[{"sig":"MEUCIQCtCT0iw4yvtjeCMnQJGYSSy2jJa6lu75SN10vvB6+WYQIgWgw5Ud5R9fiGf+EIpOptpERGpy7wXKjGZqYuxqWDd0I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5618758,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkfgMCRA9TVsSAnZWagAAmsUP/17M5njdyyVtwyWuwzBB\nYUAhU+TWpEtwNdjzLEUj4hs+TQMZZ+F13+wcc7MjahWDqPigLlPdFGoaDWb3\nvmuZiNAlBYTc7SuOdCa4GLZLIa/vZlHrAbAkgfrcutmNWLyl0KeAAEx5i3RM\ni99UFyD3P1EYdVHk0LGRa+ttN4qZxFZop9QeNwrBk56S/Xhh5E+o9L6l+0A0\n4jTCB5S1P5/6r3Qgik1cOh3PBlj+vEgVss1BSKPFPGc8ZxnFrzlRQWuSNrun\ne9ZjbLuHGv9JMFxbZq39rKyeeSwKFvvCIs5LTXC7qt/e4aMAeKlAy4z15Z8G\nQrimPib1Z5E5tIe6T3Zz6sqRG+dj5G9ujmyz2iETSYfk7BWme+Vef9xFtzxU\nVilugN3wUbPYSOahsH9P9JYbNt95iYNwblbJFb5yLIym4BcmbkF+4Z8PjWn+\nCIOEwss8vElZlEtv4MST/G+ypgA0NbYID8delS/eqKDS8lIjxxtyJ9YHVcsl\nt5p0lTVs8VS3QMfJzdg/KkYOjwNCL58TkpzyB3hDaV7+2g2pgkTWrIY3iry2\nkIs+GjaWgly4x1+Qu5yBBDikuTw0nRNRohViW2/YbcVBZeLkFHPOxPXraUlg\nJQ2qCHHfeS4eoqDsXtrDYzu2k6n+2QUYNgFGj2hngukY8ft6CowthSdW8rKx\nzT38\r\n=tkYh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"7c2c0d808560ba71c6e3e0ff54d5249df8bdc11d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.2_1569847307338_0.3986367111401681","host":"s3://npm-registry-packages"}},"0.3.0-rc.3":{"name":"fundamental-styles","version":"0.3.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8f471d9d430771ae4a9548a5cf6614b04bb11a7d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.3.tgz","fileCount":114,"integrity":"sha512-HdbD8T3FgUUSrG7IhZ1VhSA1OadJYac0aii20ZDYNDhwsr+v1NY790u8W6O7B8qSZLb4vBa0c9xL5b0gZ8RzXw==","signatures":[{"sig":"MEUCIDNI46kEezfy+QZXLcSlMpEyYVvsVEvXpYR9yINBSJ2CAiEA0WzfQxWdTGKC9wNNt7EcvqPjnWyGk03RUNMNqk8BEu0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5621295,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkllLCRA9TVsSAnZWagAA740P/2jCZAsrK2sWhLIRTQwN\nYL78bOUCFvzlM3zYcn+otsNaGU153N7us0Ym00XVs/ca5GdwgLod2I9s2yww\noLEjJl6dh79ibmuKnAdKKS/JNmlMu1t49kCMaZJJ/9UCd8ftTMozXEhdeESS\nbdsj9/dTeLPDjLepmd0a/T3n53f0C3NH/rIK2VOgo1Kjx5zy6YxQWqWxR+M6\nZTML2ZdSKZzccVuv2tUOQ953hVdaeKHvQUkQ5OnzJuJFKtIGa0YHnpPR2Gq2\nh5xf+zYEBoqQi9NklfkbdFKW2PFTT8MI7ai7yS4RILX9QVqVhncBUnc6h/OC\nm6wZA0qaMmbqK4kRy5FU7NbNOCQZXXFjuu4HTxxUlF3VaZCEc0mrBU6yRLnC\n+3N/8uu7gUCkdJqlK4YJ7S8LlsraRdyiESdNtBxG6pBgKSLFJorgL6QGZ7QV\nGIlngU6dUqcCVB0fftz/xIPYSzekJznuLnzIOiOhIJhLR25XS1+6ac146gEI\nZX9fxvYGHMmHaNHAbeAzozkvKHmrZTTAjG9/32616Sp7FeyKW+gwdLJ2XmdP\nFKjqneZUSHhviq5R7SQ4SX6PNbo0BSYx+WDNbEeLdBuQMa4JfxwZ7kzKDNCJ\nCpOSHL349Z6Mw7T8ksSBv9L1DFUU7hS8c+YuZzkAcV+S0QttzOIZ2rw4XdEM\nEipV\r\n=pU0N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"2618f9c3925670d52203069dcb94ace4a8fc6f5f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.3_1569872202199_0.5371416242899343","host":"s3://npm-registry-packages"}},"0.3.0-rc.4":{"name":"fundamental-styles","version":"0.3.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1d6ed2864d7a53d5f737a153ab73455a46e730a0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.4.tgz","fileCount":114,"integrity":"sha512-TwTSvcn/cYSTp19OU3e/HfHQ3yHJ6aKAnQcD/CGC8d9cBOtyhiPlDmvzpJDIrxD9z7X+hMRgpEh5Id/Zr9PoJg==","signatures":[{"sig":"MEYCIQDAfH5cjB6p+qfjJ5ynPaCToDOB0jxLfNEwhLGeIKkE/gIhAJex2EmiMbpktP+sjJA56SY1aSw2GK9mPJBuHMAOfuLK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5621714,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdk3YaCRA9TVsSAnZWagAA1kQQAJwoPUT0ignLuM6rG9d2\nYLlg/9gGbHgca22iRWhEk7djr6MWOcvuYglNhBxiZ5DmMT72cDSIrqN+2Jt6\nTPKDMXDbYh+DNBt+A/zhkWyx2i9qz8ms4HMN22WqyVgJT7FKkMhZPBm0KlYP\nG8AEs9eiqHcDLYjWzMA9D2OfA3eIgAvXSc25Nadu6UBs5GixdtEPvNDYYsR6\n8pHfyZIVu3+Ik7cvSDmOrKki7LkyeckrYPvY8VXCV52Bz4AYexiSIRpUx4l/\nKLcxSAK7dxC5xdd8GhSH6kRPCCa4hc4547rpL3AE0YHYzqHMHehT84UQdY/g\n2dSrQosQ4lETzQcx/zPrjBmOA2iYgzejV4Ld3JMb0uKIXZVliB0GwawUPJ3+\niRZ9ZUXOGIV7Q2WZrRV7fVQAwqMG0QteceV5nBQhsBTSN0kiqpoUgTgidGKg\nI561/vbIPp/+hwQT9MUiguROgR2xn+olKoa3RbJ/htsnWCkM04NSUoI4BXrI\ng+OVoqFFxFCl81OqjsHWJIJJUtU4ykC0vHd9oOsIBe177VOlKu1x3heAZ8r3\nn+ywVtWSete0wwC2h0MDkpnHoxvj/TnJuyGF5eLBSvkGP3RwzO8up8YPLcur\nB0JU59IpDix6aGtrcqAJQYCBPJJD2N2CL/9NnSCX1Lc2HXfJf7KVI4iCh51C\nJa79\r\n=RnFH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"0444d20efb3960d2a05d77f834fd7ccdd23dea92","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.4_1569945113301_0.825721144956475","host":"s3://npm-registry-packages"}},"0.3.0-rc.5":{"name":"fundamental-styles","version":"0.3.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b12f5e46641721378ae7b31782ef01abcf1dc22b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.5.tgz","fileCount":114,"integrity":"sha512-prfw6LSwQmi7lb6GF3TPMOdyqNjjaUFPa62ZAzh7KN6ulI+pUy7VAYOqEQkYllNXtkITJvZ1yKOdA+aInnFKEA==","signatures":[{"sig":"MEQCIG5zdTEZ7wbA7Q/fL/OjMYTuSo/JbBSFqoA2FnXNPz/PAiBdK/Jt8bHmetHSDzeS1zGISk06kVye9IhYFSne1neRTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5619342,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdk9R8CRA9TVsSAnZWagAAwKUQAI/gVOQzDRWGD80MbMpL\ngTiqiHyXW2KAhGkDyhVkeCtc+LHDfB0Aim+E7OqtUoqeFgP9IipjAjbF0Rfk\nkO+rL6+oUboJ84/TjNv+8RwjB77mKfBIdFRI/HuSMSd8WqufXt9muzAbsoTD\nyyl9kZsg937kWrA73QnfijE5IEWX+lWNp57KN/bHXkiOWdHZrFZF+6VkSmls\n8V5mvJDB3nGqQcXsPNNAcoKz6Z7FNojNONZmNLfqVF4aUyvpDBlD3UNNhe53\nw41yAyPu54obXuZdM0mH6B7W5msHmsh8xdY23q1hi6H3tMOtxZS+PNC+5+yv\nYusI72GDu99FiTipHHb+pSfPNLfc8h0EW+0BTDq01yQfGGowna4Ulmpx8+EU\niP2rvEx52geGfsgblEWRgL5BQF78wvCKR247P4Gb6V7Lsbk2kcl1fjg8eVvM\ngoKQ9xi7gu/0xLZvKt7hJwE+RzcAK1z90VwG7hERc//IZEhSuE44k38CozWh\nAtepYSlZ9U35LZ6ua3IsBXqKAOfIQCtLPdPnqVmt5Ffw9PPBEWcwDcWsbf4K\nnrDJlRfFGARzkJvY3u3q1LVMoOzBNQnAZc/GwjojlEm3mtFK45RvGxOfP2wS\nfuPgklVQ4RzfFUNbLouuxW8msWPuRpP/Q2vk2+T1xgwidHaadTXiF24PxEn5\nN+EV\r\n=LCkf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"5ffc4a651124d9e46cf77e052a746539e007350c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.5_1569969275976_0.23208473558569254","host":"s3://npm-registry-packages"}},"0.3.0-rc.6":{"name":"fundamental-styles","version":"0.3.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c0f9ab6c7fd6bfbd6f27629d817edcef85351fe3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.6.tgz","fileCount":114,"integrity":"sha512-9T8tgzCMfpl+IXvJnblCJ28BlqqtyKdLbYmrSixzWPYZfSxeaXejrryOQrUeuYq14FlWjSXICmB6RC3NJ/jHug==","signatures":[{"sig":"MEUCIEv6QzHAJspU03taGpPB0iKUiOANMsBEX66JZLB5jD+fAiEA/v+adlZksg4tI8Hx9PPAka/S8SjqSwb1hnF4nGqV/wA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5621982,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlQw1CRA9TVsSAnZWagAAy0EQAJtkb1Mc7RfiXUrRBwcm\naElLKRJibnTLTcJdbpor7AgcVvP74bH+jRYFSBg4W4Q+oEeTN2oVHAtKV7YR\n8sAsA813zuvheRwRIe/jsSgoZBg4zt9yt64uW083SyzFfT/8a0s5vxh1WeVT\nyuzHg3D6huKl/CfyvfpYYcwekfadZvScVfEsCNm7/jRuaIz7j8ZQbM5Q7VX/\n1cWWdPCqdIY9SbQJ4MTdLSzeNE8QFA8/q+uIexOyiW7OH+xscL2FgDKzv7vM\nooASjGwOEOHYfbga6uik2Gi69d86FMxViW7rCtqi8uTyiS0K6MBUEWKyTx+k\nhhZCdJjmblbA5jTlr0iuVhsC8TUP1qGaWWqj0KNZdD7INNarnT9Im18FGkpd\nldRhN5QT2LVN1KsxBJpL4sMIgODSui6OEXhb4XD9CLHYMULsnUEVT8L03Np4\nguUX3nf2WacdbZNnV2tBxhzDOp+GwOzHhSKM+n0gGdR5GE/CUFSCA2u7+xsP\nBcI+8H7YlijUbaKxjWFGlg3tfRcAPrbd6OpeBntaF4mQxqnaA0Ib7JHVwzD8\nLda3Zj4f2/RheEqnEOPR/vHitaqHkvHC1sfXvT0ACB+dRxurDWYeeNtqHcVQ\nadcyKbT8O62evY5dRvhQWvN1vQerE0c/mTe3bA3p5dpaRtGrXbfVf5h6/Vg+\nJxR1\r\n=U6zf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"c3176e307519fafa5157c63582f150b24610ff4d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.6_1570049076924_0.45420961221524503","host":"s3://npm-registry-packages"}},"0.3.0-rc.7":{"name":"fundamental-styles","version":"0.3.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5923e1c74145323cab773d774f7bf779a364181d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.7.tgz","fileCount":114,"integrity":"sha512-PU034dmvklRdcbiR8dSNMGWJaoiQIL2B3W7y6gbFvP8bS0GR1S6Q2wwBIfcuY2mjdXEvb1pmgJRATdbpmHQMPA==","signatures":[{"sig":"MEYCIQCUGuf/B1b78jLjdh+nKETU57o+KVqLWnxj4dp0+0CjxAIhAIWV/CPUiUR1XiEuZanohBXIDIvlI3uJCRBOSBNfdBvf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5619699,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdl2DpCRA9TVsSAnZWagAA2MYQAJ4ua1i2JLBo69GBtu+o\nluy0UGSgQiRfDTX8hOiIfFjL/J3KKz2NerrZarM6cWcQLXem8HDZP3vTg//6\nZTV4hddUiXi4fmYoQCwhu8qZHBGVKmwyl55JPIqoXOocx+H5J66aYZLipFml\n9AmjDqnSsLO6emkv2L3iBLVSjcvUYxfq+rDAggBx/ZkxufT4RHjovmH56LI2\nYoCIBvrA033t7dP+Y3ssDIujqF8vH8RvpUZxUqoG7ZaqDDoS44/rvhCOc+V4\nyQM51f6jVP7ok+dFPyT1i0vU1F+lIOOjiYdAh2A+0sncsPeaD+h26xv9+v2e\n4GYqRfSiJvv+IfKOIMl4NYLw1yb2kw2mZoRJNjJyNF8Yaz6/DuWrxtX/w+I0\n6fJF8fP9ySjutshzT6tl7wDHKwo0y0mKQmv0lOMUgrIRjfIspTcJEiZLG60J\n1vbi9gsmKaOBinfKS7zSAZUCseMxcoHPasj8wUs0McNJ5kvEUXp8XRaK2fQF\ncoJvraTgv4C+z1Uq1k8rs+/qtfh+Mmlo5+ImAzNvy9ZimtXc9XjCHrLn03Nj\nA3C+XuxwdB8o/V8w2teOxR8Q4tVVamdlRBGCWPptkpF0BlnczabTgrd/NEfh\nNMVl3hKL+lPKVlxkYdbN+3Ek6dtgBWkDjhfvKmwdohlunG0hle6FEZaVM+Rx\nFT/4\r\n=w5N3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"29cfb77900d2dec0d0a7b178cd5b4f4a11946568","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.7_1570201832689_0.42096421963690744","host":"s3://npm-registry-packages"}},"0.3.0-rc.8":{"name":"fundamental-styles","version":"0.3.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dd8b76cc4da3bbe4076b078ad3ea0918d881effc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.8.tgz","fileCount":114,"integrity":"sha512-RI+oQczM8+3ijK9vesjE98bP9KpLEWmo1u6t5oMaKVem9XvYnsKKSAMHvG2fq23jPdTP5sGz+fJByqhxS1AeOg==","signatures":[{"sig":"MEUCIE3bfdIrK+XyEAZxrpb6WTtZ8QedR8fd15CxXUDpPRw3AiEAnWBTaiWsbkPilm/KxskYJM5CV3cPB/uf6GFz8ljxh+0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5618316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdl4l1CRA9TVsSAnZWagAAJ+4P/2z8qTnXdeSBwd/CZvb8\n2buWLj+yjB7VNcY6jTVEjoVWnqrXqrY/Y/XJX178bBUo1NdHIxH+uKWai2MM\nqAP7Bn+k125TWhxX6Jz18yC8nUwOvSCvG2yAJ8yrQLUA/wzCFEkidggF6IJi\n/qpHk/mCFZHymXoRSx5fmUZ0o9FRh9rFg2yE19pcEdpwCDbdxGHzNtVAjFO9\n1kgN2ux5YGJRAevZNEXUpqawGUGiQMuA01y8Ij9QKdixy5yVV1LGsONPuDxq\nHAzlfocn0toa6KBAGoCS5cYUbP2sBEU1Vhs/Zc+iG71EI4+Lez+BfxueGG+Q\nH8++JKi/tuzGlmiSN5VvS3yiwzTUk/mXE0V1InivsAPYpxGK4ay8QA82I704\nKDhJXmLQcfSxToq1BQvnlGhIsAXqFg4EXT83sTSufyGBRR0Px9FRec6Rzmbe\nDsE0Mg80k4XRuf3BRqO2U4wndu28YpQ9r2v+p3X905ooocvcCEDU4+8mY9nj\n+bEE/zrZUTzfa2Ayyk/Igobucu05+t9DIlKO66xyj4iuFrpIDq5zuh5jpDwT\nJoXjZfjwSrbR2XSuThUkSWI7q7J/bn98fE4WfgQqzvCyuexZHGaCrm9/X9G4\nkEOq5LmE1tDXLLJH+CHqa9Wed19lPnxIgNkmupPNdpopOoyHeq13gowRJtHG\nZOFU\r\n=F2sj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"dc753899e7b826203f9b0e15855843dfb8cd18c2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.8_1570212212183_0.4345311131763121","host":"s3://npm-registry-packages"}},"0.3.0-rc.9":{"name":"fundamental-styles","version":"0.3.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f60fbc484620c5192c5b2954d448cb590a225313","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.9.tgz","fileCount":115,"integrity":"sha512-IQUysBz4HEO4/6AiT8ER/I1AFov4rBMnJN9wZJYJFE9heid2uk21S72XkTdvXPTqPp+g4yLQZNth+hLo6vyZmg==","signatures":[{"sig":"MEQCIBdyeWDJA3MuBh6NLCY24UaZPQm72xG7KNuPg5u4KvgVAiBUvfdNdcpIqCmBdHTcEL2MhRrR1zu9pHUrSle2K7s6mA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5648331,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdm33KCRA9TVsSAnZWagAAZyEP/1GccarsOSpVcsEFeF1S\nV7RJ285STgITDhT82txdT6kxCj/MecmGuEl8tvyJoz+LVrBf5Ehw3mxmUuoo\n4ryi+JyXp2jS3AjXQq6ye3Qip5sK+luauJ55Vm2uuZNdjWEJhXi0TkeLPm7Q\nst0efNwHzo8lTPpSxb3M0wr84/EvpKvn5No2aYHFoBNs+mRU4LkqSUsj/QMm\n1o4iMRpojQwFHwPJfKV7/TOp6jrAEIJ7Fx46huMZdYz5+gDvsFf6j45f3zXr\nktBV1GM3ANPB+2Rf6dfRD1nGIAltL4y2mehSHscSZkfs5fQt/S3IWOArcq95\nIXrqJEiJUAlR0zP6eFBQ7YIV1GkYkJtk45qFxb8uLjLqYhDxQs4l2rt0LNC0\nGFA0kIfKbNiBU39VZ5DIPK0qZhdKcT5+Tcn51vgZd2dcT5rJeFrmqSNH84OB\n7J8p8OAQUI/cPNuqzOnUf8AzjZMVsqouLmeX6h6w+3Sf8SYK2dXNzWT0ImfH\nubrzLbwEt+D7uWc/OAcmlllwqIttEcuy1g9kGDnEp7ofpebegVHgS4zQ22vZ\nzzz9MZh7Tq5A8MbOUgViNd6EoYxXUj8LBNZLV9x25+btWqnvnm3LSJoKSkJw\nlwWXLxaSw+74E3wktJgAmtSjW0SV8ofCdxA6dCMP/dCntQrHtfdmXMCW/O/a\nJTOz\r\n=mlAH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"9382a6ab38ea715e4f4d86ce7d57e12c797a2b87","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.9_1570471369298_0.3950467682870027","host":"s3://npm-registry-packages"}},"0.3.0-rc.10":{"name":"fundamental-styles","version":"0.3.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f29ee622aa7baa2139e8aafc9d2891e63b1e6656","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.10.tgz","fileCount":115,"integrity":"sha512-WEXe2U38Axrg+5fDGWdmb6KK6gTF9zvli9uO1Kcvyc+h0NEFt59/NjCS215ScBq0nRJcLXbU/zC850Mbp7D6Ow==","signatures":[{"sig":"MEUCIFDM+r1Oq4jBYn7lptoIjFx0MEbAAqELFpzzWqhEkMT/AiEAuFAfikAXPYnER+IQzAZiDmYDeRolZz9CepRifWJJ9uQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5648766,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdm4XwCRA9TVsSAnZWagAAm78QAJm40aQLCp0W6TdJMGRf\nHkUt1uqLf2EheYinthsR1/wGKhXBI0sxlY+gUfz4/9mZxM1vcuWIG/+BdxYW\nIErOj+VQwTL7Zhj8UTD4HNSR558aE+Yk6WRbWsPNa0LfTjSt2P3I/kn3T2su\nVS/iBN4x0y0oipYPQB2gDhtix9pfafZ2M+D95dVBv13l3v4ugAIO+DchXrWE\nvRhNSeqtbuzmwgDO4GnjJjlIoMAgBQfUxTmYjZoswzk5A7l8Z+nQx93b+nv1\nodRolXNv7c0SF6tJPZ13OqlINbgA5YwI0lXbV9Yg3XKT+poDyToc+Wrl44Ih\np4uLXfEZH3MPTr1M3bWMSZY2LZiKo2Zocp3PcX01f1kDO2RlndnA0MdWVhYh\nMLmPwzhz+fl9com/fsS/+VnC62nMl1fs3Xlot7lnU55/u01t8EG+PBF3NUtj\nhVaNEBYIavK5bGyu61CpxwcZJL59pfpvgjLygvQgPzueTRijvA95l01JAFcn\nK6nfv+Ezc+1yXc0nGdrIPuJXI0SQV3Y+iLSFlalSPXbPnuIKZMx9IR/dFmlW\nMZpR4FmxmDQ9QfCydvO2nCGqknPH1BA7lCeRP/bHsM8HLuL0Bvzsi61Rq9BB\nkBOHkoU0OBcru/fc1giReigTb1GpyUj+bU2cZGsERezsVa4N/4vYkiGWnLRN\nnmHQ\r\n=FeEH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"e467966b686a1d7f06de69f19c8329cc02b5268d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.10_1570473455567_0.12597574671658185","host":"s3://npm-registry-packages"}},"0.3.0-rc.11":{"name":"fundamental-styles","version":"0.3.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bf2e47e2d68692cbc372beb6fca3eaadfee5d84d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.11.tgz","fileCount":115,"integrity":"sha512-zmGjL5gw8TYZUzxtYRRxq6qplWz8XoISk36zVnMlec1o+YTB+8EpSsc27/WE8pf/AgOLWwLmV1n9jit5/uKSnw==","signatures":[{"sig":"MEUCIHgH7L3Ur+IWYhXrixNv95kHebTfCZhXHvPvC5NibrLkAiEAvJOpakINNHvjxpQAe5VZZYyyi8q29YR3XTguyzMsdGo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5648904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdm+SCCRA9TVsSAnZWagAAqfoP+QDYTneXXdP3IiURdrJZ\n/5UK5JQKukBQOJ49zaw/tJ3OZfsAKTzu0dRbqFTnOQfM7bnVWDF2JBfdSKTZ\n7bXWx9c+i7b5wJd9vX5qqhLM2XklW8rEHBwWMEGT77WkfO5HGNq+DQxgJbup\nrXdzHvuJFhEOxSbNVnFycvwx4/g4n4tfypieMtOAeslayHl3K9KxF9/INoO4\nVyeg+ZQ2wg2BnKGhnZlHOzTtI5ChRiovfECJjDqT5rrj9c1Fy3vBzdvwU3or\nlbT23iPkruuzeGfiD5Z/Evm0xtGFamzO7/+Sx1ZcbF/zXe/FVClgVm+QkRqR\nn5L5OxfI7gngDvncvnHsPZr4R+L1SbvsQ15RB2sWHu1tm0MaDAnE6aGUeJ2W\n2znkrnonDGOZBCYkUpea+BmFtR65itGxTMIbujizGFn3cUMIw5DzeAmp/WqP\nmFufELA0BZBm6TKYjyPvGmPNMVXXxKJ3MV0dbreCi9cboAz68r57qEXAqfKk\nvlB64vpXeTJ32MllVBM0aBlsErXzcKlRN5l6eFhWaL5/fTwGXFC+GToSVPYE\nC0PpfVBUl2GFXdhBzp8FTAhlpGcWLWT8VjAqwln9jfVK3mdiMNSEvBmv7T3T\ng/Vp32v+TMil/EGQ89Y/YWkYDQ1wjHn7SNkNVoKY5iU1iTwBYZ47P4fJ6c3s\ngCzG\r\n=t2aR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"2f8532d4d7544e7d959256316b024f7c44736d86","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.11_1570497665971_0.6685447653241021","host":"s3://npm-registry-packages"}},"0.3.0-rc.12":{"name":"fundamental-styles","version":"0.3.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ba29fa0cc3f81b3e79cdefa536babcef85a85b71","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.12.tgz","fileCount":115,"integrity":"sha512-QHOuIimgROCYpehxgfLTyPztLr7KNEa+4SXn4ImOl1gG2/v7lONkwiPxDz9eTVQEF6JE79ekJqOzuvZlRfgEIw==","signatures":[{"sig":"MEUCIDB9A7sn2f1THEv7ahg/sDclCqDH1XhbA+qWEZk60SG3AiEAkZVFryh0bzYNidXsCJsPYjRVQmeRCnkXUodMq7Rq+es=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5649014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdnkuUCRA9TVsSAnZWagAA2r8P/1gvgTNlNBGpz+P2EPr8\nj9l1O5hGi5bG8yk/QyUsuksp5SIrLf1oNP5jfvixwhZB1REThictYnyLNpwE\nrw2WJELA4cnVh6c3uJHQzCEVVlzZSJllpfQSlJzr58Ka77ezUbnpQH3K6mGc\nGbSpUQTAbqEgPTccrn9f/1MHmV3rF7X/2NilxbHkjmEVjrqb2nMStFihwHts\nUXyH8ZFm2uPnU6ECmwoKKhMDAvMTFTUQj46gFWchldYCyvSbiBMKTgIJ9Xqb\ncHuHJDZlfYqzlkqoOgLUPMrqnPD3OBY0yl5kJ6TATLwSuVotMO/k+NRKfnMo\nJEm9+hqf93j2XdfX9Gy+gH5NRT1mkfeDkJt8ND1FifxIBEG/gSBe+dgbZNEf\nWvVs+H4BPwgFIMMkuMBG8K9r00wZk+azpjk1wZX2eF8V8HMdaRYYIRAs+SQO\ni+HjglhZsOfRX3nvHzEiZ5V7k5Gt+ovIPQPvmjPKKpUvbIFSjm5YeuoICObq\nHmntu19K5Y0bUu0Pk4X7OZ99H7g+2GjCBwOh/lxgqasFRj7AENHs67xH3Bxm\nPZo0oxa+YKprGp6j7rsM6EfrVoCOagGzK/+QOHqVWYpQHQNg4a0F7D2U0ckc\ndxTQO6/R22Ra3rTP5/hOK5xXJBi/JP4L8VUWJZhcwd9/OxkIL/ZaTN/cIVNK\nJ6G/\r\n=dggi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"3ec1cf21eed2bfff280b7b31d40302b937b3fccb","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.12_1570655123639_0.2557267649454116","host":"s3://npm-registry-packages"}},"0.3.0-rc.13":{"name":"fundamental-styles","version":"0.3.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a9b22cc62011c71588dd1b3c3aa38da3c00cd68f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.13.tgz","fileCount":115,"integrity":"sha512-SD/FMUeOpieEgVA5vkPyI8qKHj0E+yOdDkmONsBNVQCz1WH+j1OOTOubt3LDdHjcPO+ZUjfK+z5wBrW/ApWNbQ==","signatures":[{"sig":"MEYCIQCKPNdA9Ke21JzhPvVLkh9YTIHTQCD4Ju/TqrgfUyWOuAIhANgnKRZWCmpjWZd5Ra77hzNwZrJeyt3RTJzEBoM7r7QB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5649235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdn1WbCRA9TVsSAnZWagAARpgP/RzbV0lQ6t33SEOU+g/x\npGWUaWUcosyBxq5ON92RjYg+F78zMUUoJGPYe8AaVaw/6JiixmPItBP5bdOu\nnlq/LVorAjvQBuziG3xHVomyWtsPGRjD+9cwtXmK7dQwmhxvGKPhyxP0z5pO\n8ye6xJjgNp0OR25T2hi0ezbZ4mbRnGmlIxE/ccqNdELi4ulKuP0R4MxiTTnc\neHsAQ21pJ05ZUGxy9vsEdBxKKOJR4/sWLatPH9oa2NjHiELHslecGVd9siiV\nssdjQURKzSUKjBO+C3WOtqk3f1zDZNKKatJryToSbYmb2Sg2ZZQVez1rRe5r\nzm+7UsuMlGxfmdLSpLFp5WmuG161oK0vkrwIi1CCj1JVcD/Smdb10pprK6Hx\nvAc87QhrUgxyUUasI6ce9aPHwAQAGYaewr0g1Vu2KQLq1fSt8X1ZyyboXxJY\n24BNXYsIsJqPAuVHCFMaOfJqCM4zi7a/6NT8WgNJanj04tijz6AdVIZnn7eQ\n0t0fNLgm7rK5+636Dqd7iSmr9Gorsg/q1FAYIWVkeV4SqJg9PayhiLVMjTI/\ngMfrW1xB5jceegakrmEpzgWJR6NdzDAlny8TUVgp/4EfGhG9DIU5+rUARQqB\nPAeKiVFJZsqqB6VFLz3/BT8fgOF9cTuJ2XdXmLpIVj5aUKadS+1p/reoNUHA\n94S0\r\n=Zl+j\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"68ff7ccc42b09dfa381f9095d05ad51dff603b83","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.13_1570723226447_0.5300318475852763","host":"s3://npm-registry-packages"}},"0.3.0-rc.14":{"name":"fundamental-styles","version":"0.3.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c5ec0522c4e46fa1434c1564bc55fbf38a0fdd55","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.14.tgz","fileCount":115,"integrity":"sha512-L2/tVt9zwimB4LDp8A0twBkkWSv6Yee04yo/5QyBJUFVKCAV7Rx6dEFEPj5w3PR/tx8kaA0j72p8xiuZNXeYfw==","signatures":[{"sig":"MEQCIBlIvwv44JTMlYLhIZUKJ9TQ6xQxnJ9jwgtptJvmR808AiBxBMGOZK+BxzljBw+Iq4lbPvZqUxqDjeDwp8zlBC+EMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5649401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdo47ICRA9TVsSAnZWagAA9UYP/RKpybzcEsNbLHSg5Ehs\nqprw3dQhG6WSW1UYoWOMf+8jsbXnpALNXCAc+9215n9F6J/pu/DxlEHn6Afn\n2wooJ/oi/xxSffeM0TFcqi/we3CRs5uusfWHSiLKeS2Kb+YUpGhcta5AHxOR\nPi/L5sq26P+EqGkvxNnfsyzEjOBxPuFVAEfqyS5xjBZ+aEOK9SNTqnjGjcOG\nrsAGvlpsmiwBxTuMg6pwjymey1dzZKAfDxD6IURJ1wlP99gBpCJWILJmVS3J\ncKABVl1XNy8OjtKBI52XD2VouJbBCW05xRwqzsZBdI0Drl+xm2/sYS+XLKTS\nYRIPnTQ+/tkHvtQjzjfhC0ln2r4YMIfZa8KZlQDZmwq6McJulpkPd5+jirXX\nng46gA1Lw4BQBLCqJmupF2M5wiga+U6cHCkloI4WaPL2vfBMujbqs7KFzRcj\nmR5FHZ64yZ+KLtXqcv+k4U0un3P+DKUBl6hcbWWVnEJi5Kh6IcLpDv1ba3pQ\nYc7rPX3fE9a+8+EFmcbsoTCROplH5gWhT1ZDq60ufu/Gm0wf5BSguI2+2g2U\nb6/ivYbRp50YoA1uOSl4fl84SoLpg8Fkz2o7XxL3GR3X8c46aXuApBnk7n7g\n2Liq7rPrkM8s277+pT7vHR7MSm7fWZygRO4NZlOeRD2uK6y0MyYlRW5mRDfG\n+pCK\r\n=OCuU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"904445b6b8c6d8671a54352ee4a3bb64c4684d7b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.14_1571000007983_0.7185626166088048","host":"s3://npm-registry-packages"}},"0.3.0-rc.15":{"name":"fundamental-styles","version":"0.3.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a8cc7b385505697e3864ea11eed2a855d8cced91","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.15.tgz","fileCount":115,"integrity":"sha512-bobK50v9DVH5rwe2Odr0zlJntPmZ4wto4qK6d21a+wXyWQIb6rcXfzhexSSn719MXv4I+Vpcm4f3FlYN7bF2PA==","signatures":[{"sig":"MEUCIQDq5GzM1cSZBD+UEE3iHAlFI5qLv/qZYvzcTbh3JeV9CQIgL1JPyRbL+62rTPL1+s+5gzry8Pg8zAvkdfRPLlNanCg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5651928,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp8F1CRA9TVsSAnZWagAAuIwP/RUwCCD3clT7ChHy/4z7\nrfGNNs0oXGnsr0zH1pnqvQI29PizrE33cEuKTP2xmqC1Lh892Ovzplm/MyLl\nLyH5J1+za4ER+GJ92Ht8h+BY2f6TKYliK2iBjZo1lFHVD6yorvaj+jSrrgDF\nRv8omWccsEhFcD4p8/jd9HilLp/gFQ2KY9fnuO0DPSHgjoo2b49Qk8uG2fMC\nQB0s3QG4A8zLfH3bmL+iA9S4DCOHxLzgO2sp7Lahlx8y233nyvsJXRwsg2pP\nyF1qajWeHyYepv4JLUWBNV1rJPmJwmP4mNpgWN8P3BNL+ZLe415ZDtq42sgJ\nmXJpFZzZvmRyY8M9u5HHzOfxc2XB55hnNp6TdKIEBV4bMByKcSS1D7LOUyaT\nOvJ4K4Nml0i+Qu31jCaIlNZVU9txGWD9UHKm4VYZbiKJ8PE9WI32XWQfP+YQ\npbRgUW8EMsqdIKSA/6sl9YpcYoRuDJa3QGK5qa5AXUuXwgCdJLh6b1pUcvCC\nUx0QxBoZGCc2noItl2h1atjXhR4k4ETxIUPMaE5kEPRtKgnqflIFC0i/YJwk\nE+9uL0JxHItGN4YNHRmQPAAOdXV7aRFw+nxTj/RigFrGSYZiCO9lq8SptnjN\n6mMXTBd6HRJ7XMmvMBcn8voTH3QIxXNr2CQoF5AWlDf777ZLDV+im71wNLCk\nc0/W\r\n=jzwZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"bddf24ba6f6654bf7a7f6405c2411f54c6b41205","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.15_1571275124652_0.29796048094118865","host":"s3://npm-registry-packages"}},"0.3.0-rc.16":{"name":"fundamental-styles","version":"0.3.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"267b354a3e5bb4f1a6c8892d85a5a9f8b141e8e8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0-rc.16.tgz","fileCount":116,"integrity":"sha512-m23kR+vqPSk04HwfCn7tLwnUpnWUPM3E0ZCoc0U93XMVE2lpbq05rU/1iVT3E2P3gXUUIQAwLZlevFRQOS2APA==","signatures":[{"sig":"MEQCIF49rdtbrf82JZ+QLCOmbNgy7s9FvyEJ+PtjiEVCszDjAiB42a2Ixz8gqF02aDFENnlMfOJkI/zYGCZRQz/+bdlv6A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5667833,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqKgdCRA9TVsSAnZWagAA8yEP/0QfdetgqELJCAbl6xpi\nxOGldD3HMLEFsYXNjm6Qru4804QIJJ4h9a5GUaeW1qbCdq/9gh4Rn8rxbZeL\n/MuPH59kJZNHGffMUFdW2znJn+qzjfoXDncz5HdFrn2m+9+fx/qtW8NOGwiw\nczeTaDIjtzqOg2wD5ULtrxNcaOTJAuL2qTfnGSZJN2/Os6940yoM6n2TqVaU\nIRNS7Ex93WS2ctLL5Q44D25RTSdk+t2qngwPgybAsSq7JQRi1O8Gn6dznN79\nIhs1Bsu6d4MbwPMnDVJvDG8C6uLvy5C1qe4D3X05Q9ZnJWts+g6kBGg7PhlW\nen+W/Z6hIJMMUXanic/BsDptdea2lEwVzA4GtLNkMu5gPRs1tLEm9l95RbTC\n8Yx0lnfL1zVBkoKr0G+zuMbPNUWZ8bIaP+enKSuAaZVGLDID+cT03mlOCxw5\nDN/SSNux+nGejtdYdwoht36nC+2O6SEjo9R/3mJNM5eMZpLRHPM9+Gk9yqUp\nJHJ3YbJYDqEoi/JQHJfMQBB6oeb446PzQwxeFZ9U4/LAyARAV2Ew6m3x43xZ\nf/QGqTgHsnUaCI3U65Fa664+BPai4KebOxRgKQ4k7j6E94csPvCd4EnUHTsD\nLAT8GCJkyGRPqNNUHYsyQlNRlJhzHu1wkNbK61LnRIct8iydxqwqUOD7rDdW\nzu+a\r\n=RvH5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"a7aed555c7bb20beba5a0c0705cb0332692f2198","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0-rc.16_1571334172437_0.1294387286500347","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"fundamental-styles","version":"0.3.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0685e407315049fbf7e087c430b16f54898430a3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.0.tgz","fileCount":116,"integrity":"sha512-uiGY04wgWl7XpsfuIg9ktdvmy5KhD4NrpaHKIRjRXE+D1xZUb1xdMDR9jNRegmvAGPIjkxny7kBV/AjYEpcP0A==","signatures":[{"sig":"MEQCIBnf06JqpJLt/iTScWolStoqNcau8CFCmShfu+ggeQ0VAiBuTSyZMCKtyjkMW8uz9hOx46SLFYK80vz3qwRJ21BvFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5667547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqPPaCRA9TVsSAnZWagAAR4UQAI/lNL+kejKwzH2MGdhG\nTDdjJsPv3ApUq1/qaP14hTl5ppeDKyQrAlP/vjsakzpwPIomtIoJ4XR20W04\nFQZ/bhDROyWmcmBCwhyMDAKJAehoWZOwerbA1N39WYxM0IPiyJJugar6d3zj\nuqVue1DWAXN+6Felhab3Qg7xcBgLwXoFYck6R5qsgDGbd3RMPuDFyL2vm1sw\nmltYhcplxy7jIqSUgco9+5u9RYMndKY9roRfm54NMqKaboRvuxexiZ8CngV2\nJvJAlSx1GjLY/2HVUsWPB4oMqDHSqOw6qYUpMiPzORf+d/agGsqP0LRYaBPn\n7dwxndXKIYqCjc8H8flBIdw1prADKcHt5M/GXB1N9yvG7IKIdu3a4p1sK/5O\n9sDwTfPt2weEWc+Lkn2EPCEXKKYJuVL+5uhEs+lhxsp6G//H0a5NSy/LMWUa\nudxMAMSKgVsy3W1CuIVA5D80AvfLDHdvys4lyyNmlol9XSGRyhW3y8+UAaEb\n141rDZXtbATjMBiX8B/JBjtjFLAI9Ak8UMjEsqmn5TPL0TmHXLawGDFfEe/q\nqlQ5b0jaJZljewXyUfiIKJDhm0tTD5jOdb3Sqz7xr6lBjZFgQ0J2mZm17hpi\nwUNGWzDYnUGK1kVvvHfbVGf4Kr4mFgAYL5xGo7aK0gRFW1zMJaHmqcwxlAdA\nxWas\r\n=ESbO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"b9536cd36561cfb76ea6acce173a80d225474c04","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.0_1571353561370_0.19288182894043882","host":"s3://npm-registry-packages"}},"0.3.1-rc.0":{"name":"fundamental-styles","version":"0.3.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ff6ab0d087c1a55b7f53b64598595063eb4d4d2f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.1-rc.0.tgz","fileCount":116,"integrity":"sha512-di29YuZriIQ2c9ybMf65bEWn3b8oyItNtM3fUHPbX79q+raQ91p/ZbExI0nZe1uJwbEb0rLx1B57SWnY/Zrocw==","signatures":[{"sig":"MEYCIQDeu1RGJPgWxvhnu3hq6D71CL70EjSpOHgYZNm612xTsgIhAOJ2QMzLrA3kbCjxCeRY0LdGF7LHV/hI7NTbnCBs2myu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5667992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrYFUCRA9TVsSAnZWagAAZDIP/jRQpkADBh+NSBrbW+kX\neoTTCFYQj+KYbSzXduhTtsMDlMV4uN839xDLsMF8pHHvkTvVfgqXb/bQyWO6\nZC95NUzHO5Vo/7ZjK/yo/Y3TED357I42OjFHPcbkoxu/hPhpx+Ea1gK41Oxh\nTy59e0Rp7ZDa6SFQHrVLD3L6ZJUk/6O3cRcfVWaYrdAouUdffIFAhYYazag8\ns5zXl6Rr2sAYmuCHtd6fLQ9Y8S7khw1KZ9BcIo79AY4xrEYG8kQ05Bx8vsxF\n6kRiNRsw6Vzbg5Smh7GHwvlnoNdejo8+4remnlH2uWyKVzXU1OOjDn97Xu9/\nUg6fhpTl119TQRVAimHddTnkhcIFE5faLN9jj1qlE53JM/XOPZOA8xVi1fgL\npqFOZBfGC6r7WzyUbvh/MWXD5PjN7gzUEkzkkSM6MGXZh4yNWWHWP3thyc73\nw6JRPCOq3sxlnQ7x7sZZHq+5/3DjGFBglFpEyh3FX1SIFDktC+ZFl9z4PzRh\nRM9kkPRkWtw37uvk2XBz8BTieyYv3f9bY6ft7DqiJnRYlMYnJQS3gK/rxyI0\nEmRvDV0WK5mQpfQUePhxu5w2JJcxiRBhXHZLorSCzJDI4jQ5eblyWCMxk6F0\nUelLJ3FPdnZ20G0vgg3QTo7Q5r2V4SxCEmcCk/HoFamNWJyJJVYIJmWLu5uc\nKuRL\r\n=MBnk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"5909a15778dc8578f5d941e50057a247670fc186","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.1-rc.0_1571651923956_0.6040071774041116","host":"s3://npm-registry-packages"}},"0.3.1-rc.1":{"name":"fundamental-styles","version":"0.3.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"025f9170590e7c59a7e687ff284981d087641b26","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.1-rc.1.tgz","fileCount":116,"integrity":"sha512-GPAFs7nO1CMmcdoxCR9De6LDbRyfAz/ik1pKLj/9FMF6GD46rLxnsipjGkumMFLu7atv72Q2xR6vPhVSvURKmw==","signatures":[{"sig":"MEQCIAj7EqiTQvWb8t1IzwYproKbZEk5/ASyAjSlOKrkOWj8AiAtus2MLzIE5M5T8kC3g8Z+EhdrDsh5EGaUc8ooMLvJfQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5670544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdsDqwCRA9TVsSAnZWagAA4O8P/RKDSbPSC9hjbQA4v7yd\nKvucbAT0NKUMuFCKW7iJSnvXz1p1dfb7JS4YMv/OxcJEYHHxGHaVhWhUUnjf\nPx5Cm2fQYn5dpLh2tBdRNlE7y3qzuVvTnlBq7a0O9OMYj0WPWv5pCNhdBzOi\neR8Ur5rgFWSKEtQ0QAoedl5e/lYEAV15KmI40X6VHcEFDb3FnsZqpua8lqLP\n9YDwfMN+JFgeqTzw3z2Max6GxEZ1/LrLYN3CCUSD2BH/LEbk848OGZEqKL+8\nMe/AQ/0ne8ggWGZK5mg8lyrj9LylkXZcRDaDJ3Jyxw6HHc7IjrO8P3PGFnvQ\nnf6s2RlsKd8113n7uUEWYpvSoaF1VOjcuWSWS0hmihkx3TQeDvfQrwfuHOw+\niw/oUAfxoJdAWZr4fhPeIezLlDKl38nz6Kxobj+Ee4zuzV6+2j37dKf688Ea\nFZg7CivGqA7y0BRTxeNP0dUtttfcQsmwxoUQNebiVa1nZWcofCweS5lu/D3I\nz+QjeZt12/VguJx2vCTy8wgWQRXHRuHs+U/hbhl0FCRTpZP6OnKfapBpXT5o\nbpvcPjsSd4LIJHNjnypIJ17nw9BdIaKoUN1akwu/uTr700tq0YTUQ+CI2EZ4\njhFasZoQd5WaBsbXNmc9y5wrv4z7XEa75EoyDTFMho3aV63RNtAmzqt/oHNZ\niQye\r\n=3UJz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"b72bb4876d554a2d27d00fd1f50930b70d3ab173","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.1-rc.1_1571830448251_0.9506795305174254","host":"s3://npm-registry-packages"}},"0.3.1-rc.2":{"name":"fundamental-styles","version":"0.3.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b8e1e7d41f2f912ee4313da07d5e77497d94e68e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.1-rc.2.tgz","fileCount":116,"integrity":"sha512-5gwXKkFu+L3WLEZtYPIIX0H+YJKj4ubbmS8Usj11hBF8pCC7sGoMP4Ok+qF44fsSqyAIqp9lA1AcxKdY+ulZog==","signatures":[{"sig":"MEUCIElcrgAxhi4gfpOe9Vd5cO7kXSHojs6PP/ePkKtCn5FBAiEA2PKWtpv4D23SrTZWSyqT1HPR5El2izv2y+jjGO6Y3mk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5666563,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdsXm8CRA9TVsSAnZWagAAE0kP/1nWlKWnCQTBk4+/dJnB\njERxyph8+i/O86jrypgMfiRgKDyVhV8Y+U7o2lDlZHITLO+Qj0zEWlhXdZNZ\nYol4jPRieoQKMm1NYOBizVs3LUkSRxktm4HZ3W/paEoLQQEWneM19LZX37yX\nh/34Zka/Ps40+Eo7EfJkqNF6UUAmU5tFaQt838R1XNYKprXciZlWstEsEp7+\n2uIb2NEJ8ft2E5+w31t6iIolCdIl5MfnfsQmNw/pBm6LExGeVHEBiuyZ4rOn\n2SWIqloQ8oelBWc/UNxrlLId+EW88AK/6vp58ULJH32g7fGnKHeu1I2TbahJ\n2T1vgfECL1E+WaWb1SL36AEahEnBci2UY0qpqwYJEQRzau+LzO4+WSLuWXgI\nl6RP4UPu6HBNVOHjqrTk9yEtVdCQUaca/GhcpYP5LFiv5f8owetyLVnwrLwN\nzuhAk7ZRCWHru1BzEmcEDfd1bbxvlnY0eSuwYAQYuRLr+c47l9rofIsFUdHZ\nudPP61FbDZi3dZrc49U93kOv3041uCOO38ggF2/fAUDyniW4t7AoP0C6f1x1\nhSOLUe5mz54X5a3+hB+pBMi8PrmWMMoITy9MzVVdCl2SpdaChU+Q+DKxHmCT\nB/O+k4DF7h6m/15H47/b++sZY97L+SQaDxojNOTe5vrh8rIfrz3BjkbVEhGS\nB1za\r\n=YXA+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"1c92f1fb002fb221544e3cbb2308fa9978be7d6f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.1-rc.2_1571912124393_0.6765884997891816","host":"s3://npm-registry-packages"}},"0.3.1-rc.3":{"name":"fundamental-styles","version":"0.3.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"83cd7a22558f546b9ce93247cc6bde505553892c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.1-rc.3.tgz","fileCount":116,"integrity":"sha512-9lmD/frrHoENkVK6K+ScH4mgGEkPBZkbQk7yC9kl+Ti6HcNLZ/5kaRIeIa29l4aelUyXN6PGI+uULKqQiRz7HA==","signatures":[{"sig":"MEUCICE/l/DqtaB420j3ydRwAycDqB6LwsmBoNy5NK6+K5LnAiEAjWEkmU0zLFDAUNMbnOF5aoJCTIQv0dt9i4RcwxxQwig=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5667914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdsc3iCRA9TVsSAnZWagAApsUP/2ecGIl8btJWquMwlA1F\n4m+OZwBhVOR8o72sQxYFHR9PPilGHmROtm/Yx9S8XkQ1Zjo4vYRKism7ahyE\nnLp1gI/7SUjhrmcdxTL1QgbmZY1+jFLLLAwiADT9e3/46/JZ7342GxxL5zhO\nLwPvdHwK3Ouf1jjhaehEETjEulJ3kf9FM8XGe2ekfRWCFRP/aJtzdcm1Ng1V\nwGkeYT7i+xi08AGDdypOGn7BE9A1jqMZOTSLt7vokZH5Hi0FWjN6hZIr3z8K\n0oHshCK4RSAxuEW3y37IQvUecsxDNW+jbYu7hNOMfIpojjEAfs+uIxlf/39X\nYlX3/LWodf/N8cF9hy4U+1nMG8a5eh34pvlf30MzUFbK/UP2M2OWRmM62uvE\n2WuGAGKC5lDU0aZkbimdu2mUh4QSxYwdVK4gQNsg9koa4IIUxcgelwunWiXi\nh5cidTgOrUBjaId8zrnF0cLGhIejTCcjQbOHxNoTbrLl1uf0hynjI5xcun5m\nrW2AHg0JfQ33/rP02mbEY/rYh50yLebOj9FSmQhcPsP46ItxuuCOnfsj6sHo\n2DRb/DfOqeuxWtDWwNlRjMkO8Yiose+BXwksbn/Aw8/rmS8iNzH0+ELcjwZm\n2RDUoNnEzddtRdGK+7qRasitsoyHsaht7sTpyO6EFZbFrnzuY4qD3DsoGeQn\nf9z1\r\n=Q0DW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"5933888819c0b252c484575ee011cc2e3502441e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.1-rc.3_1571933665133_0.7900696887593752","host":"s3://npm-registry-packages"}},"0.3.1-rc.4":{"name":"fundamental-styles","version":"0.3.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"be87d8a6392783dce30cebfaf54c49eec1dac77b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.1-rc.4.tgz","fileCount":116,"integrity":"sha512-EwcfbNxWry4wSagwrMDN0qG5m5sgt9kfctYkLcysROclBOZXZX/DgYmS7TwimCyNLBS5xfKyPA/zUoDXcpfFiA==","signatures":[{"sig":"MEUCIQC3g+dN+xYUPABx6Z2fg6e5Tkg3mltmY9ZMKujdhW/gYAIgY/135ulJmQLE8i0l475qwbwlsDX5FiQGbvdyhLgVpzw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5670695,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdszSRCRA9TVsSAnZWagAACbgQAJpowHsBXneNtWx2DGnk\nvywzw2elDV9V6o0yj0gu1UQ1UzzEFV3VSIt0TFk6HbGIQUUJVK7qUCiR15uv\nKbv/Sa+b1ERMuWuFqOrU60cYpfHUdtQ/JdCHpiQ+zsOQvqB7xxOsbRG6xVcK\nUq+ZR9h4U7/Jt5jkR4tR3y6pxJEnt58CPvu/SsVUbbJ43Rqn1yHXH5BW7cm2\nirpZ+wDGNMmZwcmlpuE30KTr6uMaXXaweiZ1PjcKyWpV/M1a4hF9GNaOH7KU\nB23cqMHN1iPgMY1zkVZkWQNhJnZs/EzjF/k3DXVguofQX4sZUB1gg22+k3gV\n3ALJHy7zyC+ZQISLCEJ6tafBMFTjcYXvYuMNCgGmjgxqA94WwQLCJuWF6Qsw\n3udh4zNaojNIsAjTmXbu+MtSkMzUXV+/COCDx/N76btM5Pd2phd5/2Z1BOXM\n0HCSSHYAg1GQIAjw5IR/qMljjVCImjQ5M3BErVExAe4evnktC0A5NMewk0TN\nZ+BSbZVYl1sOixttfCahyiKd31E+P73tZvRcy/sst5TuLrScykYW8SrFh2pz\nnkGBQXeqyWqQvKzQvga/Elekld7YrNFFezjjO6pBOZMUQ+/FfXBKXNiuXAL0\nqejs8woMMfavNDW+3ZsAbp/w2uOekZBoWW/5fPI3nM6B2dScEhrTDLjaoPRX\n+x9d\r\n=3PBO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"8884d1497e97a5cab7b684a62094956d2fd4a66d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.1-rc.4_1572025488991_0.7178313259669673","host":"s3://npm-registry-packages"}},"0.3.1-rc.5":{"name":"fundamental-styles","version":"0.3.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6f49db52724dd7415ea47066448a2eb569da181d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.1-rc.5.tgz","fileCount":116,"integrity":"sha512-EmTKU4ZSfh39vzd8Uct8EmEhdInvmzilLf5dA/S/8i5PkciUHMJXsUwzjy+anrrkelZuwSBSqCT6C3JKS8z2Pw==","signatures":[{"sig":"MEUCIQDk194hkFyD2QpcfSiZPU1GSb9JAjzzXmT/f7PnXPLrSwIgFx8nIx3lPAyUXQGKZ7zGo7SSR8r27biqhBYeZh4Vnus=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5671390,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJds1VfCRA9TVsSAnZWagAAsMMP/iuObn4y9X1n0rNWBmky\njsnQL3SGSbZh6XSFSKddf1T/Pad/9twb35iDOuIKyfNC9T7BfYqQZj6VhFDe\nlbIUrsubIOWeFa+y6cND/zBCuLrwB6IzgXS+TO5yTYJStPEIfZ+N5cMeYJsf\n9Zg9rE0+CluzF3oH+XiZilCEnHkC9h33E0pJguBjkStHN7VxLkUyCFqeOqqn\nHVitL+wr1c0tBQIXfP6nHVBo9ljAd0Qmjwn+Z6cnvlD+EQ7Q/sYo7iaj45T0\nGtEccmDbOSoqGMh6X/az5a42WC4vwDPe/Ro+HUOPAYjsIz7Rh/zPZk9RuJ80\nmZxbqLzMWCbjcT2wNVi8cBGnpYWmnoyJ9DEnh16Urh9KbarXT9QIyZPvvfU6\ngtQabgiuo8KzAKAAhi1inL2aQuyo/ei05JSYaA19d9E/8NC0aSQEYL9tXup6\ns+xM/TYLYK/Q6yfZzZzXXmTyH5T0jCzOZy0jHACV+HEyA6mdpr6gi/HFXRd9\naC3cBzZPAt25LHArTy7N//k09Ah/Zf2+rUS8Yr0I1gXGnA7G9Dx583dx69dA\n018yzuXeBHz7B8/MXf8NWZXxMlb+KgTIEGnImwwE/thcuJMUg75Ac5C604y1\nkvQIZQaJtRgcsGL9Y1NuZt3Zws8naByeMJ83twvgv6LDvUJ2vCHeCA9YBYWR\nwGly\r\n=wmKD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"35c842e3f7798bfecd9fe5f9d83a95f646bea511","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.1-rc.5_1572033887325_0.622870379606286","host":"s3://npm-registry-packages"}},"0.3.1-rc.6":{"name":"fundamental-styles","version":"0.3.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.3.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"637329c44205ffdd90621809eec7d29638bfad22","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.3.1-rc.6.tgz","fileCount":116,"integrity":"sha512-h6KxenkM9nlDot1b6B3weYKE1w3JU11rPkJdcIVItEVw6qINuKBq519EAEh9V/PnyGpOFhA+zC8OWndVXY1wPw==","signatures":[{"sig":"MEQCIE5YxCqB+0pfl8DwKD+vLcneuZSzdnmjJGvcLVGgvLNqAiAWpr00pxb7MxI7f4EtKAvWbkqhXtS88odOLOe+rol28A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5669313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdtuw+CRA9TVsSAnZWagAAI2kP/jWLGdRe0j0+2H2ONXHZ\nDDiSDQLb+W0SkEKQW4FTiR2vLN3s7j/Oij/Gr2EVVeQGNT5tsyclNBavE0d+\njoxmLFeAloKQZyqnT9UQnK6Pp7pHwVsnUrJkGN1p6Nh+m6MbikAaAwcZ9VMc\nwle4tXJ/B9z0u+8Yt1kS7ExtgwACN0Zv0rUmKu+4rJV7MapnuH4IaYnJket0\n5nBa2o/C1DMF5OikalczaimhbudwUa8lBCREuoDQdVrH2ZMiSZk7yF5qI6IC\nQ8IFAVxHS+sBSjzTa0n1qpHbU6ZSuyUwyGpMIkEr6opsPyW0Dl12J41l/3Yg\nrSLWlCYlRL4i02r8VD+vp1R+tVa/uo18GGYlcXtN0KtK7EvD0ZhTDk+XFbix\n1HhneDtef9H5BlFmP8FjvD7PYpuEZ1bO0wtDUKU0bDU/sDdDYMFGr+QxEDNf\nb9ewCpy2sDMbh8cnEI0011vrbBaHG04r67PgMF/T/HVhOBU0JQPCUBC27akX\niU9KyO6tt6pP95TA02cdKlUXGCEQznKhhpZm9MW37XN4mDcIsJaM9rcQzyRT\nkit/x0Coii3f8YueciN6+ATQ6xpC0rOQVbkSkSlqcneQLmIdIBKhVwu/Nnno\nT+zrydxdpIXkNR7ezGizD9LqF2CnQjTC4UCoqceSlvGynQ+e8DyTzhUIirKA\nxFMD\r\n=UEmV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"400a859a7decd5c0e33d2df96eb705c7fda303c6","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.3.1-rc.6_1572269117483_0.3248300140378926","host":"s3://npm-registry-packages"}},"0.4.0-rc.0":{"name":"fundamental-styles","version":"0.4.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ff9832691b37c9d5b240b858fecf97fee5fd6e62","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.0.tgz","fileCount":116,"integrity":"sha512-OnpqlkcQ7dX/6bVvoFs8xctJrY8Y0HTGdCHapxwaIHlDralDJnvR7nE0NWJv01WrfDRCZHbseqrlFAYqLQc63g==","signatures":[{"sig":"MEUCIQDuyAqnW0Pf2VwWtpdsgC8Ae5XwYQ2AP6OBYP2yHLbbJwIgNPNk8DVrFEBHC4A6KZUoQCD2CRmvqzTC7jB5ef8jWvk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5738807,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdudzXCRA9TVsSAnZWagAAY98P+wa6zU+RylgtEdJv4JvE\n3Lxam2c54RS8cc0rVUY/uG8HGqcE5Wa2quxsQPceXzpxQ38qZxLoteYs03Pp\nqY2snNAAM1cyPTMH1VDDM3Nn6Rm1a+WZCppG8hW8WWGhg1WJherF6t2NcLGc\nmIVyvcSif65ZSKV1VpRKM2Ze10xMts/EXp9s5kikwx2HR6C6fLlT20XD9gPY\nkQVesCg/PR0P7bJ4TYDm1sFBi5safr86N6pXZVLyUxdX4DBc1D6Dw4RErsnR\nPWlnlfzLNq1hz4NGMj7glHEhx2X+v1fs7YqKeST1BkUikuTxg0k0RRIuNrdw\nERXOhLhU/gfcAj38t0ywzFjU1gHMTdWKcNuvds9qDvHfxGf3y95Iy3ojwPzy\neMUraFdcT7qz8OS+PhtnJwX+W3ag0jUbCnDtms0XnFZc7qCoyQx74w13FcHB\nN4Hoeb0Gc+PBNhMylczLDpbgCzvx9wHRTCF/un7g7Hbvf0fa9k7m8vYPOLVP\nY3lSia8/qZ6GWiqMjBzv/8WRHhx8iguNoKFEaOjNasWu9Li5N4LbpYCrYjU+\n1VACUbKqfLk4iqicV7Ubq8tUXl0yLllinXhzqrpFSRogGM/HdhuPX7gdDmth\nSt6A0EDWmDQRxEUGV3ekm1VTVMfyItgCQQSx65cfIyIzxK9kNBa9zpoQpstn\nInGg\r\n=rexm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"e6f2a99486a7730df71a5bae699cecd2e85e8c73","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.0_1572461782510_0.05416934025522013","host":"s3://npm-registry-packages"}},"0.4.0-rc.1":{"name":"fundamental-styles","version":"0.4.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c8b5bab39447d11f4ce2aa3f2e63bd6dd8c9afa2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.1.tgz","fileCount":116,"integrity":"sha512-KqIbo1Hl8bwDVoI+1fbfhAqXbZgM3oy5NJPZcq3af0cjnnKsvfVMa4Dq/wUOVNax9HJztQIChnP/lS5D7bBEdw==","signatures":[{"sig":"MEQCIAwOqYNphZ9W8TrONODKlUu+yTyrY+dxD+fTBcl/1AfgAiA/Pn3jbYUUZ0GxVnqYp16aPYwikp/5FiiCcfCg2gF/6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5809235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduvXpCRA9TVsSAnZWagAAmKYP/3ozKxAYiL2fOTRoEiUJ\nqmfiRnWNgAFrMu0ojW1VCMw+LtWI580BdMw0Ac6On73zVJckRZEac+12lwd/\nJXnaYzsBS1qL8yRtvy8114ViMddaE6EZM3sH8DKTVSd+qORjbZVqC3+qvo5i\n/UTYcKJ5hAHo9xum12tjomIOSZaoJEkLmMIS0jRCyzZ0yAuakxqjPDKKuhC0\nmpsM5wfDPqmVUq0jV2ww0Th4f5x/jcb/f1/reDCyl8MZ33BetMUgb3/o5If9\nlZ2T/TOjAyCQb43mF34o2ckJ9jY6qSuhuosOqSVzGYGHwgZKa0Eol5z9EhdH\nbv9F0hcR6e9LX9IHsWXv1cVuthJO2IRw/xq6yv37fdLIA7767Ye61UyyRowB\nNra/5dSosfv1SHE8367G1nvILPJAKmR/hLuSmbRFc4lv+FteGAcrsgZ1zpO2\n5pFtnYtBEO2mCSUAmDH6porjmkUd0VIGqphKHHnNy5L+sIiSAi23R6PXKH4b\nvEBaFfscu0m5obYc7ZYB5JZTIVJU28xNLPJFsNQyAhVRvGrcvTCrMO9AxCaO\n03gYKYRRhH/bSaS/6F1pIirJOgPMsTPkht/nkcZp/2xBYYLKIGBDa3MWEUOM\n8xjwy++MQg65Ff/GgQizGadQIPzIOcxgXRBMwMwPEVMugdXTW5pHyj0V/vQ6\nTkSf\r\n=Vqog\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"eac13ea649b3bd3801c1ae8d28e91c401674a071","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.1_1572533737004_0.6453512577131821","host":"s3://npm-registry-packages"}},"0.4.0-rc.2":{"name":"fundamental-styles","version":"0.4.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"29613436aff4ff204ebba71dbc8497d46bfccb62","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.2.tgz","fileCount":116,"integrity":"sha512-4DdNpMvsuwhuQWEhC41/+2rrswLHdeaLohLjidhA7F9qU5qeHEXdZrvbUwsxrrk1DMwRLXm4jyIPN8TQDDWHYA==","signatures":[{"sig":"MEQCICq0ojCydYLzT17RDZGfZZFrRapLk6nxaatULz9Khkr5AiBocgw8jlbeDVzs29BRsNZmgyM4vylGKL8tcSbIqoS42Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5811931,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduv62CRA9TVsSAnZWagAA9BQP/2hKGSUEIWrUq1amE/Ow\nzGtVWlT2qAvyBGJymQoLuoVsUn6dT3PKnlze2zFz1dt6hUa69tjoVdpR0nMg\njF/93EK4dmKGmV1OKqimEKWOnIWvEI91XET7Y6FYpjq7N9yGQ+8OSosAD+qI\nBzd41yMQ7Si9gGBlc9kbZv6rlshg3rhXqg+FJ3pG9lipe2QPZpgOSVvi1GNG\n9c3iMz4kF3UGU8Vbzm7h3psALAymfICuKH0+yCsclQif8WTK9hUeGKnZIr2V\nFDsfsVuZeqYQC1tVgmpIc+H2g8Ddez5P7vdJRlUJSCW2yLofCXGWkUphJhTe\n0hIANHJyyuVQaA1mX6Xq02xrGG46fXMnaC79lXRr6DFgdxEPn+ydd09BckcV\n1XD+mri/fQK1Oz7xDG/MVm6/7wGv5nrQwNDOpZ1hqKzIlBybysoEa9YfMArM\n09AE/Lpzluj6Af9+KF/ddM+miFhQ7geHxV2Yfga+u7jKko7SuerJO89QdGh6\nQw9J/eCaj6CgeRIL67h2rsVMjJ9jaPcDUkl8BsWD4xTtD89ZAEYVocR1oBkX\n6jYYV9aghhWzYJdNNSa2dPz0C1TbmqrtoYWQyD6ihoeyR2jENMGUIyx3biQM\nqAbgYOjmh3ZcFEajhx8CHvKzs8woAGD/s6wGldsxxmgDDLn3kAsA1olkrIBt\nbUVl\r\n=zKqd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"a70598ebd64becb2f562183675af05299135ab0f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.2_1572535989730_0.8397705032027065","host":"s3://npm-registry-packages"}},"0.4.0-rc.3":{"name":"fundamental-styles","version":"0.4.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2e31b724fa9203f515cdae9e5d2587ec17224439","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.3.tgz","fileCount":116,"integrity":"sha512-7+ppfSGe/JuSMI1A76yzz5f/fUuXQIdz6wrynd7g0+mzzJA2k5PoyIlteHWT++LIIUAvZ53IBfQ/ZuWmPyp2RQ==","signatures":[{"sig":"MEUCIHEUBEMUoA98oxF1bHrQVJzQee8XTIsOSiLDUK5XBw98AiEApLAjJjD+z4PpIK4Fv6FRUFfwjgZESJ3IjW3djnpkUTY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5811169,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdvKlJCRA9TVsSAnZWagAAaMwP/iGVZcZggkBlGLYK6m4g\nhOm4irBUriqT4hWgeAuvu7sgT9VueEu21tGV8f2e8TSDI/95Vygyx615IRC8\n0hJZ7SV4nG0s5/piqk0HPCjuKhGzThU3Qt9GV5mOevD8CVlZuVotHQiyaYjK\nZAZk4tIcsh+furLcvhxo4aZQoJ/IwO32+eUD38ALRBEvb7QRtAOtNRPs1n21\noMu7PYTaia/WweIVmxW2oaAF3ALpvEovyIAsz2ETuKoJ+lfCuh9FzGJiNsFz\nyzj/pZ2+ZqyX3nAhbCnobyOd1zDXNJvOrIcHFseDSkRDu7uVdFyw0w/4gJm1\nhmIiOOpJj3tOZaMXPXcilI5Ci9pNNvJ7VRir9bEKN04mP4mJr5mQ57tG0zTv\nkhPBTYW5yNFs9OFYbmwEmES5wTNMd+iLW6hONunvRBHNLmoPUvffe/GC6Xin\nPip0DUpFzPzfE0dkBmnSaS0L7/ymwCiZ2mMbFbwwHG8INGMPM7SPFkihxWvO\nZ90DWLcP/9nhwV+ZdlIWgKesMvPJVVIGesjG/4GcPI+hzCAQWOU5dj3hL+7H\nm9hjlL88OwICes/HdghC+lN6cV1pAyKMljioz/Ws4nBQrZgxZQXmafwb5XB+\nEYV17pP1XRuUVjWaoFE9DjPQl38Ol3/OIfonD4dj24Uy9vMO2/foc+vU9Viy\n3LQ/\r\n=Gp6r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"b902afa13062fd65be5871244789ad28af4192ed","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.3_1572645192631_0.16937931453341148","host":"s3://npm-registry-packages"}},"0.4.0-rc.4":{"name":"fundamental-styles","version":"0.4.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0e610155830c476c6c42d5f04411a33dfb145806","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.4.tgz","fileCount":116,"integrity":"sha512-FoCzAULP6FVrl6nK2Ns7440f7RtTk3ufhebjZSmAVv65bMPbFSbd5QRiWp6hXCcJpAfcyTNIz+8BETvevi5ecQ==","signatures":[{"sig":"MEYCIQDIV5or8YWnkpLVGQDcp0TONYQO9WFs580icpdJ+6nKGQIhANDnYBrxKcnXRVVQib5guWNnSkTLx0rxCKZW1pRy05dD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5808886,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwdo7CRA9TVsSAnZWagAANXkP/1pAFvqZre7V/4CmCFmK\nq7Ve3jZhrddQrEsrPZ40AUvXtpY7ZmG8ySX/BOWUERnUGIDAufDcHmIh4+RI\nr/MUcfWMMwYtcA+CzODGPrheVu76Uf9kpYy8yA8i1tl+HDsHp1c2kDDljenW\nGniMwbzFyKPYa52dYKBcmuh+x2tJqU2E3yFzSuVyNnwE8h/cOMoObmH3l4BF\nMtAxZ4Z15DnWrpZr7zZtZ+oTQ9WcMxpCI6QdxBILWbbNyc7xWNbRzKjCvkrH\nVmwDpFI+IcFp5Of1exb/KNVO8/qJnsiTFYFeBGMFKu5ThcS3dqlwKndKc9p9\nnrrVpgR/ZmfOqWfVyQiNU5ouB+iSQn42v2r62ISlh+kydfU9tkCE2XZE6sSK\nTA8fXRxagA8Rpyh3KWjLKLJ2Cy3BWjicnMcLUfi8qtqBWrXHWPMSMFOJfB4L\nvjENo59HQlLgR4yRDxkr/kcLkQzajQ6WCTbjV7tQd30X4zrgZBOr9IxTQCir\nnxz7Hg0M8WPi4YcdFUPqWpn5SeYfXDApPzUWtcGPhaXXbaQ0Pdx0f7XIgTAD\njdBsVPRjvNGJ9iKqmqEh3tC7sDrvDIO8dfmr9d3RpOl9piJVwr1AOOJUKJMC\nA+eho50COTr9KDpKUEOYllaONAdfbrvBZc30C5Ca7acOnEYc1LySed/QXE1v\n7JEO\r\n=t59N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"79c4f4a84e1f931ff724a39b1348d16d23676db8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.4_1572985402458_0.22471557939476328","host":"s3://npm-registry-packages"}},"0.4.0-rc.5":{"name":"fundamental-styles","version":"0.4.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bebee2075a420afec39e19b89224936783841860","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.5.tgz","fileCount":117,"integrity":"sha512-EL9y2Y/FFszVcpFlC8Z0lYgKg3DIToKNjnwooHC7VyqJHmP+7RAt+EjcfItBr/Pea+jkB93+uaZv0w6ckMm9Xw==","signatures":[{"sig":"MEYCIQClbEMvwFMelxsLXxiqZnjhQNGohgL7K/Y09VtqhbIiJAIhANd7Mbf6tzuYRjCTNFBVWvDzuuClBOhtoXMNkTEAD+8v","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5816465,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdxLf/CRA9TVsSAnZWagAAfscP/13AFpd5FWs31dlom8e+\nD8IxawSpCnNPYEq+twXI/o9HnAI4fGRnUQp8P4JX+/vhwL9MPwtdhYaOyYfR\neMs55H16xpatSKuN7WGtMLrDdUY2tOC2RQIyMVvInEHZ8C4JVM5E7EaFbQxo\nM0P+KIDaPflaFJAKm4wUyD/BV05SITLLdnCLCZdfF4Sx2lDpiTHut99QcelR\njF8L8+N/GxYcrjRJNR6m2NDW/Aj37kBrZ5RBxXqXY6atSEQeME3e6Id4pua9\n9kTXeX6oL2WTvTwTm2ydkyEAZyvBLlf8/f+VfXKsbfxdu/fRSRNxtEAIdp8y\nN8gWMcGFhvD4Vhs8Ms67Mku39Oo12rweyCkTdBPpohTlabPYZn9k3OFP3opO\nC13//gYqgpwGO9NdYy7VN10VMFoKMeBYxAqir7BygSKzPQ4jTg+t9LyVzwdj\nFgxMiAbrN4AL4RWrPEKlwtxH2/mPv4V41K+SoKLeIqz2IJXBfAeKZEL++O7b\nuLsTCrYqC8bCqk5yAGe4fWPYDTGau0/EX+2gMF0teW5duAZUltDUrOYLFf+L\nmtLviDwTH4cd/VVJdTccu8XUkYQUJUJhhYc5kodp6OaOQBrso4W7awVZvtKv\nJ6/YPbEcPY1qYk0ZUaFzDpKFfatqaPNxtn6Ft/H21y9HkB/2a44rZLz7vAWC\nB1BW\r\n=OeWm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"0b022b2620780b65955e7c9b45ad4dfbf9f0f4e5","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.5_1573173246232_0.39647090502537585","host":"s3://npm-registry-packages"}},"0.4.0-rc.6":{"name":"fundamental-styles","version":"0.4.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"db53aa7d46a03eb84ecd057e70ccc805021bccd1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.6.tgz","fileCount":117,"integrity":"sha512-vForPzXHn+4eqs2dYOhY1wdGsnUC6pT2ltKT0dp3Nmo6Z41Qm3mnEBW2BHQqPn+uNLARQZbpo1AEs6dqdeHuow==","signatures":[{"sig":"MEQCICUKj9pWCVuEv0HLpyr29/7e17G1PzJ8doK+OSYvSGfuAiALoInXG9R/Ev2Fz8rCrSiS7VQknpKZoAYH0qHDFsx0ng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5818569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdx3UCCRA9TVsSAnZWagAADtEP/0ioiYNozG3zOapuJ87d\n11SZuarKAQjXfQ+1yOyTyx0Nx8pA3HlSWUC19v3Jb5cGgqWqfXS7snaerCg3\nBjel9PHETy71HguWywauz4JikhDIC//X79ywi2rx/zr04NAOIlQ7t8mipA1j\nzea3CuxYfwPdq60kefeTODgR4U/hTIDDT6fGJFYWBzqfRXwmRIB3rmLKSS1j\ne5f3jZtpYcqH6SwDfb8z0DQP/koGdzaAPWluoJN1TndN68yl0R9Ukjf6Iz/U\nGgAlR/I01seStf5ztTV1IKfNsGbtVX2MKBy1yyKG15lf5+EuGVFFwnwcoo8/\nhAuVDvHR9AlXpEeiz5HcZic5mPfnuBY4jgbOTZatBt3XwmaxNPXFstMbD08q\nAX57SaajEuBQwwV/VQw+ytvv1pPNBV/ihkHFGlmE5phV2fY8gnq3/pjJ+Kw7\neHYTuRzwmu1F9cxaA3WokxcTEnueAtHRDhie7ZxtaihJ7gyjJhWr/4Tozxoa\noTIgDRjxv0PimBvz2bEIgylElTNLYUvoTtQT02ttfKedMl02k80H+3/SRWS3\n36BhpdD86rw3ZTRLk4HHV+KeO7U2ZjolmilSpL7v8S1TXzFcooo661OMRiVk\nSMXvMaRZnQpJHO2THDzU5WrhZR0Xy/gcfCiHkx75Ur1Y1SNG54byAtsY0FgZ\n1rJB\r\n=HDI5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"5d67d59ca1eaa1d6077c50149db1c8cda6e31fa9","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.6_1573352705780_0.44094774334695197","host":"s3://npm-registry-packages"}},"0.4.0-rc.7":{"name":"fundamental-styles","version":"0.4.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d4182fb7725cb2b7d108c2889bc7a061c7ce0e0b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.7.tgz","fileCount":117,"integrity":"sha512-s1k/zY9IMukjdm3xeRWhut3tEEDPEjCd9LzBC5rx+zmQwRgPBD4A9vxh7NvD4wlI8/+0rPqY2eIa/xHnOXnBuQ==","signatures":[{"sig":"MEUCIE1XXqOhOlQu3p/0YQV9yDjcsORNMHkNbIakH3G49I1iAiEAwvCZ/UpAM8P3NcdeD2hVI6wkU2iGSuolkHP9UsvDMzU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5818321,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdx3kmCRA9TVsSAnZWagAA5g0P/3MABTCRzSf/G9eIYzqC\nrYpDJCQyeY3Oub6I5Nm/V8bdUCNI0s0TGWjAtL8UD1MjFlsIR5vriLZE347R\nzKSXNhl9Akyx3Xgsz3XnLtlIhQvgywDk21lXndWeP1Mh7fy9T2mXbxww6Q2h\n1KPk3m2jNHYxlIPSEp+L/kyCeUxxQNzNU6hgfV6N7tUF3SGYTJ5wf6ZgyGdh\nXvVtXgZvOnwoBtqi+gfS/Ep/EYFC5xUGFSFIadd5uFFjGt+Kt0ln2WQGWexO\n57nUg9DiuVlmLWTkYe68N0rpHsYYgvxPBpqYgok3cuxderVOaV1MRNbOI+l1\nITquadwYATX+YwcuRKmMJkX/3EODK48SHmYI3VHFmuJIonpz9LsAj2zxq/gB\nwXEE9kZktbj0WEFuH7w3TgK1hKgupR/on4VKHgiOvmS9a8ddE0LjTsugdyi1\n8v1oc7FudpqSmIWDfr4hCbAlEJhpGMebabc6IkAkW/Ga3UxxitK/20+pIdtw\nAnomjtQsMC0+paerXd2wbE4kgYfZjaLoIbRr2BkZyCmecYyauwxxYiTw5NfS\n7fu8T/LkYudOTiqKE97kT4SuCNYgrS1UqimvF/OWKO0i+hO6kRLevvYB/Atg\nAO03MUnkv+SuDPSfJOHAykWvig5XLVEYhF4Utl9k+jLKoUz2p0JQvAwitN7G\n524r\r\n=aMiI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"d7579e79cc44ae0308845ca78b3888f852e3beff","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.7_1573353766182_0.9120852786902836","host":"s3://npm-registry-packages"}},"0.4.0-rc.8":{"name":"fundamental-styles","version":"0.4.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"380f01f6099b64b5f39c688bb38b40b955c738a2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.8.tgz","fileCount":117,"integrity":"sha512-clTjCNnluYGhoCxBwyd4gOFFqfo3E3q5Z2LQ2xdS+sSvTXcKp22yEoHx48rawCCrvhgu692RFt9r4n5p4ofaog==","signatures":[{"sig":"MEQCIFwrxhIR+8JSFrJQzLTdIjQ/S0UlRQpk4SVDij2GRY1zAiACh7H6aAwZHlAtQSIpnQ+w+Sv+YxA+Cyyklxxa7T2/Yg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5839433,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdysSUCRA9TVsSAnZWagAA0TcP/RHF3Yt8ZxdaqMrzpQgj\nmsC/XOK7eUC/5hPVR2bD10uyVF9olbxHOhSADH39GX2TXbrrTmamMAE1O52A\nur8lgcm/D66SrO5kve9V6s3ZnwSmZ3h7yQYUDixEqC++ylODFInhIfKnarXm\nOEHHs0LvEPdc2/ongkIbPYAkNOq+yLvh3ocWkkrZjAQclx+BvzzN4Xy553T5\nEPggLWjy6rG48LmcufozjNR4WwUH73yNknHvh4/qr9jwIgBwo2qVxkTbsQ3R\ndQm/jBxCbyO03HAzgfVhmrAaRO9TcqBXVU/tuyew8ZPisKMIld4D2blCnzkg\nOdDgFIqI+6pG/XFxyRQFLEr/GbALFqFniQefON+78dw8G2h8p5uTIObnLyS0\n1mcL8ptgkBlHuAwUSVcNDvFMyK708NVFbquf96HpKo4TqLuh6+TTDeNGIqBJ\nYmdnbX1Im7QcbrFpmT/lsz/zuUo6Kyg9DR8KdfmN2V4mNHuyoQ4DknazhHwd\nPt05yCHZFEDSp2kb50/nHF9c8Y6Yh3Y6NgEto1vh16xyyXC9UVHm01gDIdtw\nnjPstKT2VvcPeYGagz8EL4O0PCRcBT+F6DhU8k06U9MB3mlV7nimu39HLswr\na9BRqYwYBjnrUGXWOALIO1/5T1E92l5S6WRK0sCPb2bKxdrHMPwdHpZJ/FOT\n37rS\r\n=kj5f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"8ff252126c244662fa861b5e4baccf74ebe663ad","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.8_1573569683559_0.9027507980676779","host":"s3://npm-registry-packages"}},"0.4.0-rc.9":{"name":"fundamental-styles","version":"0.4.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c15ea30692a17169d15eed82436ac842c415a07b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.9.tgz","fileCount":117,"integrity":"sha512-oeeAsp5ZzJCjgTFout9qMv5IzNn5ATG4x8sq7PPOtuGY36GFG3J41+xDVXiiSPRT3nJ9M8qefJHUJ9rL5YtdBQ==","signatures":[{"sig":"MEUCIFf2qHKw6rTS0Qotr+6JjCFLKziUKB525SqdE+PsIQ0KAiEA2qiJaU/Q08qcjkZYj15FKTOu/lrwld0ehA10WHC92JQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5839828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzA+BCRA9TVsSAnZWagAA32sQAJWzj8ZJtpeKa609spNZ\nT1eDkmHjK/xcqTfSJHiUNSpXI0r8MBP2k1DglISaODkDJf7URnug/p0alPyV\n0RQiGYdm6MQjp2KwA0y9jn9UiXGEGaxMq2LfQZtd402luSjVhBSexvWCdoZu\nqWxTkHf9Ts7zWdfo7tBLyod9XJ42/AvdrMfP++DRqU5G3KYI8jt0SvSreQ7g\nK/jf0W7icF0GHWRZeD5tbJhr43Z2GgM7gMoU6A4l4ZN7pHVjMsK0ULOK71EN\npG6E42SXIZZm+Kblx1yLc0UKxJ/3YrnlAi32GS26VOGnMrT+dWkdFh0YH7lM\npAiM+uQCM7xli04pU+slIBsMBLyzWQaq0fO9l3Gm6ZtfiauxN2/2jzEJ8JHQ\nGx8GIHBTGN0gx1TeorqZjj02ZzOZjxuHW7CsRb6zlcXEln92zBeboy+FNdYA\nm6v7xiVgGy0SmXiXUCX8LkclWBeakIXwqsTE1SUDEGJ0ezgvWgQshNGPcCrO\n1SgAx7lx3FUYCq6rnG9N4+y4+0VwHCmWLl5mPdF/mw5ZX1af2wj2eVYJVu/r\nqCiim6YpJfutX2jq1H+TsqjGIA21zjiTejvyI2bU82dDyk6HnevlMb3kck/N\neHOykF87Y2md6onR3UFEBLlcRclg/AU8FpE5SqU2A7PDFNq93opaurCToxy3\ny7M+\r\n=w2O+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"79074ca7b813031441487d71092d59a6e209dd9f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.9_1573654400932_0.7943808438598612","host":"s3://npm-registry-packages"}},"0.4.0-rc.10":{"name":"fundamental-styles","version":"0.4.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f691d0ee100520be101207cc0157b48ea21ef4f5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.10.tgz","fileCount":117,"integrity":"sha512-Hx5mlyXnA2zxWWKN0My5dAK14kxrTACc1D0I4gnyNiQDnyy6AehafN4mNPsehh0RNBPHH9ns3Q+/NaXDgkCyWA==","signatures":[{"sig":"MEQCIGxbdNPTyrHEmkdfUW2dCfleo71wLCy1OR3K89JK9KvaAiB8EWhnBQLJwOP/TvlsHiutKD+iusiP7t8Q3orCb+uZBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5883803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzF/uCRA9TVsSAnZWagAASB4P/jaW2bpO3q+Vc1yKrwsY\nsOs0wgh8cu+79AcHIMLC5WOHw78HK07UjWwi6I3Z7yJKkFbhAaYVzd1ZTnqm\n7AVcRvLmjGalGO/TvrBvpK8ko5AvD7h1ayEl3GXe8S/w6PpLCqLMJkG/4g3R\n+4k21U5/hnWwD/9NGTROTxoONt++Eb002C7ednJq05qQci/J2snq7NAf68qf\nvw0ak7FEo0DEu6N1po/3pxtzLoeBCw7Jdn0V8cCUiA4ZYtIXQwGaCCkYkv0u\nrho+3D9DsymK+dLqQJK8NlKt5IRBX8vlK39rmIfKPrYKffHFqNdtx38+qVq5\n43ru8WDgLMGNKC4VmZnMEsN/iLwyzOIkCvqtZoHntnUothRAKEyFQwZjNJVu\ncE/NLxz2nu/pVYrTUDTf/AHpZ1TwtN+rIORypSb7Qoj17dYJA091WW1DLbF6\nLvCaevcp/w1/X8kAM/pmirdCyjJBPZ0ta3HBGvnqDz/lffqoqA9sT9EyDbBG\nhz1aUe/TFLKkqVo6qI1GGG8vElqaJl++mISXWMofP/vzXbuBYUtUq5/FAlLq\nEpBFdTO2o/DBxOgK332QiziFY+WvtMew23vcx2NEjklEdsUYnqzHubidGoDV\nHTjT1I9KXg1gbQUCqivPdsajoP/+hMLlv0SfNhSY8scVI374PSuhXbJc/+mx\nVuG1\r\n=e+L8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"98062246978b5f3852f0f76d8f7a6c66ff3e5fba","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.10_1573674990102_0.04519506368296833","host":"s3://npm-registry-packages"}},"0.4.0-rc.11":{"name":"fundamental-styles","version":"0.4.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"559331c1d8198bfea72bbefba3aa5950e8a0f03d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.11.tgz","fileCount":117,"integrity":"sha512-HrN/NoCMXptUpEPTy7DlpEb7WVVVKlh8kxztW0C+6LyOrKksy9+p2Q6sN1nG75b4/lfn6L0EUeHBDlNTWugqMQ==","signatures":[{"sig":"MEQCIDw15ym4dhR9BlPd6B9RQUFbfCsiOum46FUwPMWvQT3ZAiB/ZFxO9kMXXmm6Jaxioa0J4shznHenZj0Xh3ED2+S82g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5884167,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzKHbCRA9TVsSAnZWagAAj1MP/32df1yCzTdYot36mIgr\naqmfm6amtqx4U3a8UJ8UBilIKY4JZg84ekUjBp3mOxVvEPzd1IS+iAXH1+PW\niD3Izq0t4NpszC7MNRCGTIWkd9wR3l0K5KM46VuvoPKMAzHeGbO99vSV12z0\n8wkyQNSk5TlZiLKQ8Vzziq0A2Xq/I9SF/a4jXg3aMqQivqLG8JUxSiBMPT3G\nAGfe3k2LOSkZGcQyV8dcKNADOuwuSF7F37dBFUG/7MA5c9WADFbWW3b1ESkJ\nc/f+VE+du/V0EWgRWB2dYocVufjLUHiI2bQZOpJk3Hy7kumOn6l3AnDn+5G/\nZCHhX72JGewKK/NlYqJvfRjSaZr3dZR4SAP/H7m2r2pZz/Q/ojetSZjEUvBr\nOYDkmWlfCikcTVWzy9TQhtn//j8pUS9r90eYWy056bwhXwS+/pOzfzJuumcB\neYQm/qbSzh+fWcJxiRgK23IbFJ7MIEr18UcG73SkEu80D41ycsC2xxTZTVqY\nx86484oGOi0qmgCfa02PVWveUuTGqXS31VdkxpgaBophkTWuIDxYx0pxG5jt\ndulAe/C8zUPgQo8ZE6G33xLGRuvHBNSpl5nuQzHKCiuxpTG8Ysd87yocO7RA\nUmkemYqLrA8BCRfWuotN+BbaFjCAP7tKBr6nhPgRNe4dKZismQImiYbx6i9U\nHF6G\r\n=HWC1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"746feb0cd776ce73fe7718bc37b3a50662f8475f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.11_1573691866878_0.8608848334642363","host":"s3://npm-registry-packages"}},"0.4.0-rc.12":{"name":"fundamental-styles","version":"0.4.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c3f63c45d1c0c1da9b1fa330f04aa83e35143eaf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.12.tgz","fileCount":117,"integrity":"sha512-jCvwMGPoktgcKNNe7HjhfnEME98owrsNHht3ZcbUXHryh1o5O892bqgu6CUmMGl9T8LNmMXhpFXNZK3NyBfKuw==","signatures":[{"sig":"MEQCIE38bt3dikxWiJ7kiE27t/P96u0IuI+Eeb8QZgd//eTeAiBl3/jwZti64BlkXLYZJfuFa6ASNeWb9Co9veP0wbHbfA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5884541,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzWArCRA9TVsSAnZWagAASoQP/j6p3KN6//DKxfHNMPVw\nxQnIBRFAB6rYwbzIEat1EaSoYMrnrjRU9hQm/1C1+9zqV0MfEkVKz8SjOxOb\nv4roD+4i7xrTI/oDqm4DMZTgv7PXyb04xC1fgunh3IjWZD0ydYhEQXIHC58F\nFilOqCV9ujDBxVCPVzeP1kUL9d45Dk6ystS4s84S08IojCAUiryekrz1/2xc\nNgCsy/5Hbw777zUWoLPErbCw0ZDztBBGCwXHTlLS7zdPNASa6tXFkE98TTzs\nxxc5zpmnNHzt3anTctd5QtoazGLHLdBiBxBXiDzm4BsrT+5njOzc3nTCvLTV\n8znVB7+0MuVqqaIKujrM9D1qW9oQLdxRbyUiduoYSfAjE9vvyU/jpSHUHosQ\nGqzbxIJM3VTuxfw46JPj3g07vIwCf8oRnlODH9JVhYyYIjHhPEja9WMfXXj+\nf0jhMUNnSU3ucnYzKOdxMfv8o4IUbLs0HpCJd518BfD/sH4iHrM/LfPvuqRz\nRVt1VZCkWGRkTsUW0vcZKVpXgSuPsegDMhoXrNS1ywgqcKZfKFoLUhBZzWU7\nL1wUNQX7gCFvJ6EH/T6XVGDCS2OpByXCvcVkf1RunQ4AH330OiDBr793vUbN\nl2yqhQdjb+ywXslH+z9wBoa9DJP2J1hoRSm2omTQdgeemorQi08xedRfwt5W\njE8u\r\n=kdDk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"2de5b287bb62599b20db03370cee7b129b157422","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.12_1573740586834_0.49955717631917773","host":"s3://npm-registry-packages"}},"0.4.0-rc.13":{"name":"fundamental-styles","version":"0.4.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ad7a53a319f7a6314246f95efa297c9ab3a1a47b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.13.tgz","fileCount":117,"integrity":"sha512-QDT5s84KsD4ETS7k0a4qj5htjWG/TIXsTSLmTlOJ9nrNA3JkU70nPE18lHRohnFn8854lDkA26Cj7x0lVkcH8Q==","signatures":[{"sig":"MEQCIG9RJZE2+d/7otnj2XW+KQnw8SlZ/XuvBXnFucYWHtL/AiACOnYhdKC0NIuqMpr1aGkSkGfIVBVfBebPFMyOYTYEAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5882290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0xccCRA9TVsSAnZWagAA9sAP/0RUN/lAjPfufoBokcUr\nUuexhzqq9mm9rkBaBzR71AIyC1PXnhY4V7nW+SYab5b7jSECGiD6ba2eejyY\nkEY6GudC3/35xMkI+k+3eR+Bg/KL8ORpJ6wnib7EzXpu15IXF9VSTeNHtW/V\ncw1Xk+K1ly/ZO6FV5bs/WSIooTAGIhP8Qji8VteFa5eT2Kwmc3nVWiq9TJod\n4T0JSHsJKFKgY9fRjg/jFObITrkKJ0ojykqNB/SB5LWIrc2wojNQniRIDvkc\nwraR39ziHbBiAp5+CSTFoDhvnabappwZz9G2+yl8+r4jQjBy4xb2IvWSfGUZ\nVIda3cNRPPYDvApjZQ3O8wHfPiEr65JWzkzke0ZH67dgo3KHF++d/TQOKwSs\nf5HZLZmBfTTtiytYr4vquUXfgQBnFxjfCmDkFW8qJe8809euhLihXO9ypMcx\nMMLSelHEvBvy7qw35xIpfApVT2pGF2qWKUTrmxOJP7JNgWWNoyMsGYSxoTXx\nV+5lTnXq4AclcUfVXzooW0KXYxAk3z8pz0Sx+5vEze8y+EZshYkdRKEFYG0u\ncELQcjl6cRoZWio5AtwKI4BPk/poTBEpDH8BwqODCdtnWmxGfLvwROBcRw8w\nwzEfmZFflFFbA5Pmh+5l8DVJLKvJGhOINsfZAp9etVOuFhggqHa8iUiHW/z8\n/8Ji\r\n=sbPS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"fe0af485a297357085ee1a65cda1549488542a28","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.13_1574115100393_0.2862192954301799","host":"s3://npm-registry-packages"}},"0.4.0-rc.14":{"name":"fundamental-styles","version":"0.4.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a97965545709390dd1657bfb9d0f37b08c896116","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.14.tgz","fileCount":117,"integrity":"sha512-fLp/AASEM+XFbxdiXckFYSf5Ur4IKGQeSZTMw3paG/c+CyTxad2xjKKgZCBzONPTfxXSsZoRQyLLIV9LGjayYw==","signatures":[{"sig":"MEUCIQCyQcTz7VrGqK5qkUXtFKRU4Arvaeg5+o/2AdYzGi8HZAIgb7Ab8bka3c2HCk6yA+aUOG05r3ouxbkCgDlI9Uhbedw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5884817,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1Sb8CRA9TVsSAnZWagAAu6oP/jyt/VNrvs9cuajKIsqp\n1tUqc2ye87wi/ORI1uVkxH95KkkiHluU8LqbOAHeOSeLVsC0Rpq+eHSWW57i\n61ykcbHnEe0Io7U5EW/E03bbxHMWFCYzUWxPPw5C3JUxeNydrP4AhqjJiQ3w\nOOVaheJ1LFUiQmS2192Otfd31bR7YSaosPPmxsujoROY9et/Y1jwoCTU0vB4\n2Th1ymgGwLKHx6aB3a7Dz2EzirXMhNxmxVjvHmSFfhWqOX9nqc4AYeqTJvlR\nzCcT4qAMlavhotj7mRDml6LPAegw1EiHtg5IpmQ22o310w/LB2f4F58EInt9\naBIzQgQX6czqc9Fixz4JX8ompB0uKTSsKLC78EgweGYIEXbIXxZI3so59ye8\ne4Ucq3CIQoy0y+cldhgiHdL4Qz4iTuxnk3sw1ZXE8NiTr/Fg7rnuNzsV9BnA\nLOupdhKCFuu2jb0B2fqdnEA0CS0YnjnwTmcbZIPdMlGCJeypV81HRJmXOw/g\nMybA2ZkFBcgSjheRLFe8UfFSztBEcHPWGWQYTUzlj//DMG5d+LO9csxmIuU6\n6b8SR2T4Vfjra+685vt2KtPHQWcty7lnood7H6KIQGacA6713HWGDcjqxUBL\nVBEtLAMN4RS116ppZ4sO+88u4UjUHJ5gVVDxA16TlHQILWHr4C989LXgloFb\nBGKo\r\n=z/cs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"ae4dec53a5d6ccc766f70fd14a05154e7f6d167c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.14_1574250236108_0.03314701700082434","host":"s3://npm-registry-packages"}},"0.4.0-rc.15":{"name":"fundamental-styles","version":"0.4.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a5216403e8ab2ff9972604cd6c296070997e38f9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.15.tgz","fileCount":117,"integrity":"sha512-K/kk9R+SFl9HXg5UxojWngiJo6enmVJkvieqhKcfWzWaM7l0QW6ohhLJUpVm42Ry/cHEPjfId3H5uwITNIBZrw==","signatures":[{"sig":"MEQCICHsIvGUZuJy/99kDQ11Nn10AyAD7ZUEwtHR9JnQyoC3AiBoRP84l4LysANPPlEXUDYd/KbpsUIj6qvH827vOSzJAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5902559,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1re8CRA9TVsSAnZWagAAtecP/jBUfDtK2sxfEUJt5/bB\ny3Dsn8Bp4Wbshl4JeoG/fv/kUj1SJ7FF6MwqOduqnuHclmUoBI0e/zrAxEvu\njds1csf0hUO9gE+rkDKyNVf/trt7Sp2wCXaHrf48oSNg2EVQnHRZLFvpTi/y\n3NXKq1VHES9JqDWwHS1TR6aMpSbtzP4Hr0K4KOWT3bvhGHoyQRkatVXV7y27\nlaV56WJ+xcnyviRQ0kub3NR238AABMCETgP6J3aS1rYAMBigmkWHOzRSwgtf\nefAcdKlgtqIjvrhQKLmQaOHzqeI3anMFxGztHxN/vZNCf3O1T4cVuf/MpsAq\ntQ+KXzx1hFPMM1WunrLOLHCrduEXpTp62YLr5CdvLfsGBLea0JxIbJOeqfDn\neCXMTA59b+jxr5YrdIn/OWCjJmWSko4K/W90bXcFGwF8VLRAOqdDS+LZaRQb\nFKtNj/8257kc5H2AZvCWw/LJkumkH/6zH08uFwwdLWpv1EeOO5IqrO6UZHcF\nR6DWH6jcf/5L+ojWVL9HHJMfl6QZrB1tEstoV+g5Pt37b2sF+L6sLrLmS4bc\n1IxOh2I8vP+yf6QdOTz5xCWOWw+f0GW7znYAWml65R9fMQfAegRMwgJdVgfo\nBfk6I7m9mCQldLdjVndgN0LAN0AzXUuzz1tpIBo3PjmChFgKhBhSlVqMt57J\nwPEd\r\n=QT6T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"38b7081f5e39a15b0d4b7f66160bf7a740b54703","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.15_1574352828070_0.9210949405232332","host":"s3://npm-registry-packages"}},"0.4.0-rc.16":{"name":"fundamental-styles","version":"0.4.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"031a476466425d9592a74ebc69186cae8c69a3c5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.16.tgz","fileCount":117,"integrity":"sha512-61jlvVoffoZYTLqj5TePjS2RmP76tnsdpMvLex7Z5KcxeCYn+zgEcnSPELi+C9Xeu3T3QQwUZM9IxRPhdVz01Q==","signatures":[{"sig":"MEYCIQDUa+LUCfRb7giqRddVomNrocfXBNJG3W0Iy2zJYrKGlAIhAL6srMlXhfryDmaH+L9MGdGJYoDvFftVjfQJZiiYh7dZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5900160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1ujjCRA9TVsSAnZWagAA7pgQAJQ2/o65Oeu7qk2l9v8J\n3dhzpMxxZ1kbnuBQksS8gJlfzfZ3pdxhNa/9lEZTNO+CfiuphbJZU1BL5oak\nqwKBLpQNz4PytbxsDt0jZbA5H5vo1bfg8rn2vQQ6xqv3esn0utc7TT9ZPp63\nWN19wAaFj4kP34SsgT42iX/SF+CL5c14wy9vPy/tE2QGOVU+3NM30V3W2XZm\nObdu8ANwKhfEQ4HNkWB3/3RT5jqFnThoeQqu+ZWdx4PEJB5JgPqCFKgE+Qnf\ns//Txq636Z4JKlld1mgW4XEReBrEwH/MIvEiqrhP1jKV1DeiwjS7CSd5h5zq\nw748Bn63QrNd5cUcMLoAEtr9kPIKQSEcrIfjqf9mV3yToAohvteKrRLt9W/7\ncOmRBxEbQVOSeOhIjm14N6SyiT6lVL/Tway0k5O0v8pJfnPEJA87/3lsdjSZ\nh3lJFb7VMr2/kfOV3yq/Zd6PKX5ptkT6Ir6XwlnT7QXl2LkR6sMHmN66Wl6v\nEpQ5qzBcLQUJypZ2tWdCGplruQ12EhONNJ9e4SVsLL6rFhpnosZOQ5/sn8ex\n78j2CYa7Iz0oNAlHPfTk/uArLZZdJqK3dgXVzM0nVVrwdhGk00m08b+sGeai\n7fDCUAuwSH9jJvIzVEBkW1j+jzrtUBumj+DwF/wNThQMNISdTFj+Gi66zDub\ndiHk\r\n=X7cq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"0f7a61029b446735693a008daef25c15a089dab7","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.16_1574365411237_0.44823816006607764","host":"s3://npm-registry-packages"}},"0.4.0-rc.17":{"name":"fundamental-styles","version":"0.4.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e6fb08fa5fd18f9ec4832659a25cca251390053d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.17.tgz","fileCount":117,"integrity":"sha512-93MmYEV40iyzm36vqRbJSuLS50d83PqEmGjnJX64i6aEaZSZYAaKISyp4G+6p9rdsICyEHQtjZjPcVE8C3vU0g==","signatures":[{"sig":"MEUCIQD9a+/xClmqjuWHfksXVvRRne8TIlfbKkI1Rjlq3PCYagIgBXk523umWZNW90jRDEulvNgiiOE4MTgn7VwKpDi3DnI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5902835,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2UvJCRA9TVsSAnZWagAAhJsP/2ymMUTQFHpyT287/ScD\nFA2tKW3jPywuNbo8/qidkEt83J4IdGx5QWhx7b0Lc/+ULseB1M4p+WIUeeyj\nH7BA3z5aqDO5j/TBrvo6jLoeKz9jYDPZSrwgpmnMbZTqLh+Hvqq70YFR7OqD\nx/VH36ZS1oiIbS5RkCklHqDk/BlNqVrHyj2ko4F19L78HjVdI844dcbDOETA\nuyDzY56uZC72+iFyWz3eR7RXRCfVFn5gZedfXBpEeYzea2SshuiwlcNEtO3t\n8YnmH9ETHcNuqR7M+JMah/ArmSv1tu0l8F1J4724b1fw3pEg5FR2ywHfZtf+\ny4PSMiu4IGK8Dzdd5HwN4fbLiAG95zpq3W8UAb9py8D5WvTkzzCFTVFvZCEU\nIrZOu5yyQDuEvyRvRJGAUFB4ymVTT6/IoR3LsiN6X5UHXbsOkrOUPElFsiWh\no0wwO9AGsHOsGYWKiAUD5O+jM9W2KY82oFw/7n8Zm0W77/Mg+t6GvEwwBVt0\nLVFBdmcBojElZTIRwBg6DfPHJ5VsWNYAxC8u27mavJvjv/58nYiqUT15actM\nz6gCNlTpA665JQ0LIuVJkczifKoxT6xmcDjJhPRWHsZWlUa7MCEMF8FZZmnA\n236bqEKdsC5y2bRCACljaErfzVkL5t1/WKLyBMXUxHzytCw+IfHV/ydnlvpt\nsQi/\r\n=0aB5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"c0c9a0d233c9534fc9ef33b2b115eabfe6cf69a8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.17_1574521800892_0.7182249094967768","host":"s3://npm-registry-packages"}},"0.4.0-rc.18":{"name":"fundamental-styles","version":"0.4.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d85bfef3745e629e7913f38a882ae89eca957d6a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.18.tgz","fileCount":117,"integrity":"sha512-DOtMZg1rsZALp2QxeatgNXnJ+OcZLDmu2J5bYtOomKZmsSHcltrCtD3mRc5euLWiXa3rVbUoECRDcoN3M9n5Ww==","signatures":[{"sig":"MEUCIGb534qzzCavce7u7eWZcdmrmXIMkemld20AYhwe1n+ZAiEAwbhF6mFTnTTLqi0cwNcOhXU8JPj5NXiAPp2RunaBzzs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5903509,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2VlfCRA9TVsSAnZWagAAycoP/A3z0+RWxR8STnoA1/hp\npUOYjLEro3VfiMsG3z+uj2u4PRvyWEGkxaDUdQ3AlChbJYLEooTlCuHL2K6u\nntl0LXY4H6jyj0yhNc1+bpLC1HdY3eRvtsSgPdgPYHEBRmvLohujg4fhGgZl\nmlF1SGt5JrQVQFj3HW82LmkUvmXG+xoJyLBBg/DcYbNjzp2HFKDQia7qF9Aq\navzkDoX3k7POGuM6hbupelkrtwMMaOZYKoYQT072O9jjIttOjnCUNjDk2bGb\nGBFEqb5NuerupbL1TFY0BU8RMREkLBjo4WlIyAlQv2Oie7+AZhBw5hzMiG1/\n4o7EA6u6IrfaNK/mvq9h/iajm3FPKUcIz7b2lQEDf5DShENAAVToTmerSYyn\nc1l3eUV3szOJFOT9dkhwJAl3JbbalHE0b0/1jyIkKPH8s02D3RUdlGdc2haA\nBzBz9m7+3qOi/FxDI1+XpD6XlJzQoQFnHZZqfNovRdL4rYx0YcCLpo+BqkGw\nI77GPFoVwVnx6gbZ6WPCKhwA5YtCcZfVrEoz/JUuxeOh91f2FwP47wWCG/De\nLvI+Z3u1OxhsjgnLoUJL4AT21xAHdom1kb5vIluw30ojwSnESxU9yVxwWwU0\nvRgfbdTujKEbN28ilvVBczb3WwT8QPgfBPw+KQeiAGev/Y/HBKLfylYEh0cx\n88hH\r\n=HDBS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"890a2416308aaeca3fcd4af97d33f2fe76fb063d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^11.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.18_1574525278730_0.10625370240042686","host":"s3://npm-registry-packages"}},"0.4.0-rc.19":{"name":"fundamental-styles","version":"0.4.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"65fcaaeae1dc73e6754bf5aab6be3789d20f03ef","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.19.tgz","fileCount":117,"integrity":"sha512-x6vvxwVLmIyYk7AVnb6oC2r/ix2qfuH8bGX7C1ieC0QtjUvGT42ecKjHGGzSHZVOOCwf3LbOoMYGlC8UxBglBg==","signatures":[{"sig":"MEUCIEkIWhYEPA0LlNR/h59bNS9WpcEUdj3aA4MQIGsZmRCmAiEAgOwRfpLiNz4q+STM9F/pZ0cihUBoDanbvdryoGuatIc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5903758,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3UCKCRA9TVsSAnZWagAA/C0P/3nvgTTmlmk3D4/5paj0\n+tKYd+xUM2xSVCCP/xQ3ec0YexEwI6/67BHkEBVLMxIz4Mz8cN5+meq/6P1M\nrvcaNs2O0k/U2icYU0tjdMnh+SFxBEGy5o6QUcIiNxnlSkiEt98/HVNqlwWr\nqgTvNc23skLIJfnEBVl8GKk9SZ3nh52Q13zwlBHfgLegn0H5NV12wUk04TX0\n9g7hgpUGYDvJX/aVgHJtn17uqpZoZMtcfBG2r2XkGoVj8agTwW5vEfqQwvqC\nBh7NQLgPRwVu/44BVcmzCuFojAiWSiyNXQS5uCuyEFaQ6UbzzL7Al+FBT7Ce\ncZ9Gy1JBx3La2n29lwjAcaeEcXIHTPmyPYSVvBF8AI0ZE5q4bmi3AFChdPfM\nn5yVr6Q1gZN/fDRCbd226rIsn9UEJNGXK9DZaC2ZzMIMFiE5+3BpX+khtFlw\nEo20h1S4GrEVbQ1xxX8ldWnehKi5Di7QlsXavDRPHOKt2nhVF6pa6uDxhnKG\n9CVDMiBMZp5sTbVJRYqOLRTfIOvqxxUQgY8vf1shgPL0iyQZn/LmhPMlCyVm\ng2pMNJ66SyfGQZV/nYAhQP+0m7xannFXKx1HVnQ9UJjQgBpL6SuFIuW8XLVG\nXznshgA5gf+vEmgSzpBW/hkAES1rs11ySEhKU6JHsDqNHCt2khNC7AEvX2Vf\nOlga\r\n=ebXj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"83e5a28b0f7707946875708a2c30b4e6e7a41afa","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.19_1574781065488_0.12449593049711405","host":"s3://npm-registry-packages"}},"0.4.0-rc.20":{"name":"fundamental-styles","version":"0.4.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d4a75139b7588b6b5f519b4fa6478ac54fdb3063","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.20.tgz","fileCount":117,"integrity":"sha512-93yrcYDCw9mLPSnw0MIRm1N6i2hVqM24Of5kON8oo/AQNORR4xKIAZ+gwLhrvDpbU8+cQbRRJcQIsq+PYLqhZA==","signatures":[{"sig":"MEYCIQCjnmoh91OyTcc5fXGtk2sWu+6kSjOJ8yNgiXD5pOx3BAIhAMZyWpy3QzL/fLDt9oMzqzw2OyCbN8u1ED5Xuxb5ZgBW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5902693,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3U7CCRA9TVsSAnZWagAAKSMP/iIS7WY//EUtqDNCCOmn\nXFVCWLBlnuW6TreetxPbzEyjQ1PKKyBP7Q4yUhTq27jNi7CQZp+i2cOCWaLH\nvlezW2xVowiQzm4dbsawE3LVjMOGdOzGYWyopXRSR6dRVajuJfFDr9RQ96mB\nOjPllOwE7ktfBqf8LsMLaL0jgEzBdAJhcT7NeWvcn18+aMdnvbRgIwuRKnJ6\ng+5tp4gzVwhNruaIFl/MDFe6TVU5npHvvGxBLQUvAqnBH7IoZaDT8z8/bYiZ\nZJPAKl5aTRm06L5t9Ra8iZ8JG9umVBIT4CzdJrghZeEXKTL6tMeBc5oQjT/q\ngI4PC2mraLRfWPe5RZLx2sN5Q3xE4yMIaBuPG+qUdNpg3Fr9k3jRsVphO62y\n0Agwsk3Sou2+ZyHdary9NPBobBAc3irCxR8LrQ48xM1rWqQM8sMPPq65lOgZ\nmqPQkttg3Viiq83buFjBqkj6/KLdk7WjVZfVwofaCb6NIBD8dxpsgAQa4nXd\nseauAb+hWDEk78ykfsEkUG4NeppFnBMpW8QdPvrGAEVGFfIlOfmN3NmwYCJn\nZwbgZmGaSn7DzathLWnYJl+JWWIXRfmcQgNdM/sZBQsKSZXwrtKxX8sy7RBe\nyO8aF9V1yqHmiYAdajGkMmb2tCNX17Uj6C/J0NLVc8ggdBG4b5bdNLU1XCF+\nSgBE\r\n=s75h\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"6ac99776eb50f2eabd2f5a259f842a599979e06d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.20_1574784705317_0.054635160671691496","host":"s3://npm-registry-packages"}},"0.4.0-rc.21":{"name":"fundamental-styles","version":"0.4.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aa81c3f530b8f7b18036c3102617e3c1e9a4139c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.21.tgz","fileCount":117,"integrity":"sha512-dbw+vxxa2aMa7noEiFv0Hu9xrG3y1KBDOq//u8gg5yDLSwLeuH/5PqXVpCOHALeHdomh2L+xohDI7Af5imEpRw==","signatures":[{"sig":"MEYCIQDW+MbE0B/mGBVh0MI1929BMZbxNNUPOYjOLtNf9yv/QQIhAJkF/ZUsUdzEZuJOCemksWCAOFDIUx/nKY/rKe4S0uJ2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5936330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5rP/CRA9TVsSAnZWagAAHgIP/iOpop9/3xCjY2M67b6J\nJBsJOaFwRPmrM0AEV2pse2qXVt8tl4p1hR32iWwCqsMkUCmNR0e04Ft+1eBm\nmrw3+bAwTHYFGwlgY2Z4PCH7CN7nSZgq9x0dcoXmqKohFVXlnJ5mBm+C0w3j\nahCd6KnfhJpCi+uk0qGCVrR3Lw1eME+Y1mYCe0+FN77sV+W173TfHHOH1Mku\nWKuc597NKfF7wNSwgNgsQATo7MbjyUKmKrPhD4f+cevrbiIvruCpm5cmr7aT\njhsLVtk/7i9abMWNTlLqOhMvsmvOnM73HE0nuTl6VFwsTxlQ+X7xSLybKMQu\nPAUilqnpp27zfJBb1F9aiz7QH3uwRJL5Y0NX/un3y2MhkNFeOvcCAD7lCU3Z\nUaVFzhUkDigUlH9vdnZP0pcd/MRSn3P+d6CRqJcT7tvIMNW8QWRbC43MOrYe\nNn0zMAR9GIMN1Gt64Og7tU17quahnVtnIVdW1qFoAz2fTCsvQagon2ohL9wE\nF3KBrq2OuIZI8xZbcXEZqzdaZFAO4GkqaMybYKf/Lkmj/disZdkUy3f3EysO\nWW8DNOHy4g/D+uzPvfqryHNg0/1xlAb4NyHtC+uWeLKsG6j5LMaBrezHWizh\n46VemRLK4Z1dwmbsfCSL72njHFXFmGwUseRuKN3l/60qWNDwnZwIR2EJxdAU\n0gdu\r\n=mjt1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"6fb353c8571c3a3d843a3a2a48bd68fd47e98a64","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.21_1575400446478_0.644017884106644","host":"s3://npm-registry-packages"}},"0.4.0-rc.22":{"name":"fundamental-styles","version":"0.4.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c53f29bbc33f8c077c016ae8a41ad815ec77685a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.22.tgz","fileCount":117,"integrity":"sha512-g2bcjeB9XxAaPrs4ifBHbH/aiHDrrAuLuMU7hSwSN33JVCRyqmJBO8KrL8yFDAwYPXCxmvn3ic28NGT8GQBEOw==","signatures":[{"sig":"MEYCIQC8FZrBoZf3UXZ4W6h8nPH122gro4Cy92pY4Pb0OxUItQIhAJkZL0JLXogeeZF8HGifP//dNSrwcWM6IqXsoiLlcros","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5939166,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6Mi3CRA9TVsSAnZWagAAKZwQAJkvjUdWLxONoiMSYA0K\nnwagMIXWWz1kBj+OWRiP++il0vQojLl5OnBSf1AvU5hWVGJRNcxMdoynfxDu\n8MzR5j7fjzLUKO+fRpjMAguSzyBwOMAKqs04ELrIEmm6MXkdOZN0DEjQTvnq\nrC+WG/6EHuZpxGFIdrfAC1ElLI5B3HlbeAcw7Bwu0E37TDpPdeDx67sCUqFj\nzGM1kHlO/WaoA2sXGWHu82iO/l0Suyb6SpqsYtqVE9AcikpYPTCA2CNPNsET\nNronbuDPQIqpCfkOeAWyi//Iz/3fXFvp+z+qFes9HA893vfnVRzkX8XhVRsk\ny5BzrgCUuTm2JY12EaSsxTAeG0+ZuNf4WVVod7ox+hG0xM3exmE/168OlY8n\nC4Y5r5rczZTGzBzZ5RtuFzqp9LWr4pPn0f8YIvLI9/Zmkz5edX2aUqxs4xBz\nkc2jaxhrxeol6kaROhMQIiCySC6u0oPVi+LPeaKIbXiyqhYbr0ZGRoH9jq7L\ne4X5IC1wYFKaeQRLlqucoBXIXYcGaQm/PvB30rnS21dLTSj1+GCd03HsGA3w\n8Ogv+JBb9faHu/2SDf37QbnYoJ4ubHoYNwydfDZydfT36ogMjYqcsNojRYvI\nPcBh7skUmFHvbowm7EjhydBFWwKabB45Jw6jmMZQ8Y31qpcPbr6JJwJ0xpWU\nEAnp\r\n=4rtR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"891fc001310f0836ae1683f711acdf8bfa6bdbd6","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.22_1575536822964_0.9768907053920073","host":"s3://npm-registry-packages"}},"0.4.0-rc.23":{"name":"fundamental-styles","version":"0.4.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c9560fddb35e3e10a0628db6c7bc733f5cbd4b70","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.23.tgz","fileCount":117,"integrity":"sha512-KRUB0AKegUUal0KbPbQj2rPJejMT9Soe0cjXE8mnRR4iKE5hAEZ8SPcQoqDH5Z3pLZN+/ycvDXTxOltrLSY4dA==","signatures":[{"sig":"MEYCIQCqy8voLnVRLvs5LReIen5oxAYdJieRKNl8IvhvJxeq/wIhALvLb2WLZYsRstyAd7IsynWKlKNfQLBNW0h+d7RiMVPj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5937440,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6m8nCRA9TVsSAnZWagAAaGwQAITmZTxdMX8Nxd7wv5GX\nEE9XuWKCmtCMOKg5Xb1BP6CywlzCJUe5TsF1uwEU0QadUEs50uEm+qAo+RJf\nYgfBzK5GiAMKOBd0bDd79i9kJ2EZhSbiUIqoRMDur7sqCRNwqgNJSeB92f/c\nMMh4TXb1u55R90TTDi00zng1WK0ySoxVjLXbO6Se5OpQ4bh+wQk4toHmIIyd\nlJUKdEUsz1P28jGQOMBQI+ojR9nfK+Obu7TFXySK2D47qKmz6H8wOpzLeoGD\nkCh6tcOxhr1ZugCjasDgMA8Rc9UoL4zNAYwcLIj1fW6nnC6XC1gLI4tIDQsx\nz/t+//uTtM7JgY2Xp7v54HSlZGvM/UwcTVuR1b9h3pfKxeE9xRgeLEKKK0qn\noZsPjM87rgLVabYr5pd1srADxSeo9qfMybJfdsbJRyuV1Y4p+cGYQitS4O4J\necPZy3DnL0av9uI4C/23fbljLy9tPM8W7nAczcDKVJiMHDsQEst8yg3yrUsr\nNLdOm+O6gSmu63iTG9Tb9+7NjeuJF3xL/leEhow6McOlC7evt/jemUDtt+7L\nA0UXcieKNkvQVmNmANHKD/b9lmEDi99G0G3E3zJUNyzEH4bCH3BMJM0uxzo0\nt3PayDWg612uv6cfA4S4Zy89HjeW+VCU3VQQdMyPaqNNuw3A8baI+5bjxNbw\nchrE\r\n=GvCU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"ceb4ad0360a26ad5d9d3491e2a82c7edb72e09f4","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.23_1575644966536_0.3219482233525046","host":"s3://npm-registry-packages"}},"0.4.0-rc.24":{"name":"fundamental-styles","version":"0.4.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4fceefd167ec7347672b63483b33dcdf946f308c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.24.tgz","fileCount":117,"integrity":"sha512-qJC7IyxkhqIuDve3NTJ0Oxe01LzpsJFkQAQvRkY/8VjURz4jx5+LBf/m+VJLECub16xrBjD1+Q9I7F5WFaPJpA==","signatures":[{"sig":"MEUCIQDqNhTeeoelbMf6o5RtaCvwd5pi79oe/5QA8XlQxyiWAQIgaJvvPnuDhV4THDImRcvx+jS4TgbzosnSkhSqQkms320=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5939967,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6nErCRA9TVsSAnZWagAAbkAQAIxfqrEst6P+xBBUMhI/\nK8uKR7IazAH9mzJpNTfCfgRDX89ylrtZbPGtU7CM3iuzb/cqhqMHiWKu9Rkb\nJnA7JWuYHTfchqRtfShwp8bchHtnmpNeQpGqt/LYXzQMC3edk3mV1pyHAaAJ\nzSTvCP6M6gp7XvZsXHVpiFrGO8OcEih/fekAo1IJDoOlQMPB32Z+qlYmf7mW\nq43KmT11wSPNaoLIKS4SUNIrqx88abvKwc/rSf+2cX1tdMKFNWMDz5sPsT7N\n5lvNKYyLOLNYsm7wxsckv8PieYjAAXYaZnIMgP+eKpJHMgnZ5KDUxw/Lkdon\nNTZLVD7GHT+RM9QtHnAWtbtN1XAGl3qL+5lescXdsOk1yRRc5Vprn13sbY6X\njWpufQaDc98oCMbYsgVb7lv44ZINe6Uf+csT+G4rPU4gYuzIRTEB6J3B4+Jv\nVAhQC9ZDBSa6/UfILgirHFC+2FVDom/LkgEbLk4DUoSRicZJ0kjA+XksM0vO\nbWbRENEaH/UwkyC9k0FsM4ZELsItG9BxAy0nt+JUCM58JyBuINO3VtjZrjYm\ne9y6etfFhQEFpfSobtbUOT5frs6J6Lh00S9UN6W6v/u+D33oTYKHbdSg/czG\n1ntdFyOegK1N49Njyy27H02r6ZMdtEseutChD9VH+OJ5S20YzVC+oBTAgXyD\nDfmx\r\n=Obyh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"93d3eca078272db7e655cc28e0f18062da1e055c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.24_1575645482652_0.21915040502387773","host":"s3://npm-registry-packages"}},"0.4.0-rc.25":{"name":"fundamental-styles","version":"0.4.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8b055aad1142f914d0c4cbc7d7a871509e5aa913","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.25.tgz","fileCount":118,"integrity":"sha512-VT6kuV0YP2oR8C1DgtsSJXO/KW4LYmryRunhfVeSpJ7mIeg/kb20sWqWBqWNZj3qzU9exPMEKISoxAstOuT3Mw==","signatures":[{"sig":"MEQCIBfxoTBBg0XaPajGgJTU2UCcpwcklydChQ6kZ2F8PJDgAiASxG8dN19vu1XN6SyllS0QDa9bTxxAhl6/sibnsITqww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5943874,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6sztCRA9TVsSAnZWagAAFPQP/j4sQD803RFXOKO6d08V\n7PrAyJLoVDdR7txrpIgKMoa5AnK/pAjyOKG5mpwJp9okMA0IIQYgv1Re9j+U\n6K/SBz+1jWGGSge1o17IlVRAjnnFoh3yhPI+RHR8pGCIo5hpVHIzZh9MTVbc\nq/MeeIpJJSlVMK7ZUIWRTPeuzQOyvmlX5BzIOCYw8VorUp/d3+Jw5ZrPJRfR\nqZRK1YW20TQT9MuSgEG3wmNO37umKqR6VO4KUFzqEHIqkArCWUhOB+2ebaAt\nSeyuE1vAFK2QjBcV5l9cUUtsntIopl3QhNJ9Kc79TgzslIAgMxbLXmMA4xHX\naNpxOa/BbxusYa7gdBaLrC9/0xQEaoYjm4rr1ZmZxDOJVU+28TFDMd8rSete\n5WOLjW8HGxHBLYya6Yla5cwys5fjlfB+icqDg5PRMI5wz0d0tF6cXI91Elef\nGrXxIsUX2rPGCEThQW5U+GOor/VvzohqoT5ztR1TSlWkkjyxhi7X6mGPyT8B\nRSRVS0H7PvaK1pIRxqIeqQMXMVn/8Fxz8bu+SjztJjTZ7DNEq0ZnYERIZRXC\n/ZdAxTqPvVjHz7zlpoZk0+NCHfoVRiOjTI3oZJBiHcqcN3+/Bfwl2PoxkfKO\nsUetM79/RTWCHrzeQi0ijzpCKE7ltK54T1UZH9mxlaG50C9rLGMdIDXaD5hu\nKJ77\r\n=+SJC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"b11688c1e0fef7fe60343766007c402551f6311a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.25_1575668972398_0.2381405227436315","host":"s3://npm-registry-packages"}},"0.4.0-rc.26":{"name":"fundamental-styles","version":"0.4.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f75e3cc0e2a0ce69d8374f218896a857509a51c2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.26.tgz","fileCount":118,"integrity":"sha512-dC7jSFfEkwWlSj6qKyvpotAuqL2WoqZsp9MsqgLPHxHoFepJkYcQZWe6vM4s3GoEtoYXW5xqSpb9h44nYXzUeA==","signatures":[{"sig":"MEUCIQCbuBBh/sBRART6CzI9ozzWkemeGC9eCHqX6MWt8QfhuQIgMuaf7vyp3RfuHSQtz0hvjQSl7huxcHQBqokQZ7vvZz4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5944012,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd7hcJCRA9TVsSAnZWagAA8S0P/iCKfCXSP7gposwkBN0u\ngx8rXhXYLrL/In3DjYY8XBFHRWaUp6+OyE04a3LbHoyCOpD92wrslR82mojw\nANjeeccrwaVbQGiXT1P3OExCUUzic3t/nV0ScqnG5P5LYPFKYobPPUlSN4oE\n8uyfHA/96FkHkgKGRtUhuXue5l4OpTw78XL8l6If8DY9pf9yzbLZS9HV0RtZ\n5WuHtyFAXsFn12SDMNQsCWJBYcsncLkCsE5UZYTDVl1B2PmSdcWy8m93+dGt\npFdlaAk1tQD6hfZy7MyWS/+adxVDmHRqdIYhCYi6GxGVod4nAkBW9Uk/m24C\ncsVqLzLHh82yKkCpOc5nG9oEzCc8lrkJvrpz8RtPi8eVZWPXsxzVevRVNxCb\nAb23I7SziVD6vV93QvuS5Ui8fWf22VUOlFCZCMRHQGN8rX9nhq+ehh8FOYDS\njAcz7UPFGcFxpQBHbgbOZ+PDe91iVLuBGFnyBMlevGOepPGmk7IOnxWFPg7t\nZZ9IhMggV27Lce0tSGKWEiXRGSxFVyK+zi40c4nSRNgMiSTn627LYTB6+H9H\nEOq+Br2WoqBIwIPvZ02I4gKMntzWYavSydOYHmP9Meij7TO7hAsqzpaisLg/\nMd3FHsCbyaH+r73RgZ+wHjziMnlBirnoKex8nA19cz+TZzN1P9+raiNYeiWk\nbNHc\r\n=PyTs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"6c7528722982a502b334dcef547959b00c6ece40","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.26_1575884553292_0.14614907192839022","host":"s3://npm-registry-packages"}},"0.4.0-rc.27":{"name":"fundamental-styles","version":"0.4.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c718603184b5c86ee1c5be014ab11b7f06e35186","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.27.tgz","fileCount":118,"integrity":"sha512-NTI/vvc4pOkqf3aChASOjfmsZrqbofRFcuupdQilFnD7Kpk0DxC7XspeKZW7hN2+WCeCtMuQUIYTsjCGlx0Skg==","signatures":[{"sig":"MEUCIGDyhVfejGVyPJ2Qm92AgTZRnqp5A7Uuiv4ICIBoTdYTAiEA7kM0OSJr8GHAGTDCBmHCQ6H6chMvouSxP6XNkpO061M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5943982,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8FwGCRA9TVsSAnZWagAA/LcP/0tg9a8tj/W1UJWe7Ok8\nm/QaI0xoLhPnedTTfNCjzrfyobb4yECLxrqDbDaimpsG8IVS0dLnzpRPKlwr\no84Golo9UC8B6ykyQbKzXMZf1RHzc68X3RYUM/PtAFgHhxR8ZJRF3cpOPwKU\nRA3XGliuqukimjeHc12USBilDbdf2TtgjyWXP7qccEtp/hsZLMDM2dSMI9+9\nbR9EPwLaTHnJKNniFeU1lute95eWbX2zTKsPtSib1ZDTLsYjGbn4i1BgkXWX\nlkGaCks7bp8bBRp3SLoZQzESuO0ZjtEp2WC/FiWjvEnVF4ejhdX2d8Md8WJJ\ngwpMGB3bdejr8jyL8HNvHNT0cm1LPeUrCe5jjfUzt7E/84P8N5z8HIxquFnH\nk2ioLZ1G1MOXfsm22/cV65Nkfa8rQCfhzhtIh+V4W/Ks3moE/2KCZoy8eG8U\n17EmSmOaU/UUw+p843qqt6asEwvrxt1kagKhLP8Y588PE4xbn3CPe5f9DZc7\ntFgbI4Zs6KHWM3lVC5Cb+6B4mRBtEsz5X+4jbCqw/0mDYwRNEqe0jpcu67LS\nl61lL6Tv30PNkno41fskD4lOxeZjf/V/U/61E+BeTT6auCQManW9LI/WLc04\n6unFMAsmb0LQIl4Z9WysdUGvwq66cfZ4n2TSC8yS/nU9grpN6/R9w+8FW/jr\nAeln\r\n=bdnu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"739e83bdacb2a8340f332b9bed27aac059c130f8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.27_1576033286265_0.45467940292861697","host":"s3://npm-registry-packages"}},"0.4.0-rc.28":{"name":"fundamental-styles","version":"0.4.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1375c108784e220551fd2b9e8569d2daa24a63e0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.28.tgz","fileCount":118,"integrity":"sha512-hA3ty5HXcPdZkGOffgfpY67/bGnBP5cQLu4CVJr/uVEbytQl5p13xtc4NeG7t6hbdceN7g+Z265uWSXZvw8mdQ==","signatures":[{"sig":"MEQCICKDHHH4uef0ty0rfyifj7I6FyKJn7BOOvLlYA3Zmm5pAiA3RxDhgsN6KiYwlXlmibgsT3uULS6D95ub9Bj1IcemSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5955373,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8lkFCRA9TVsSAnZWagAAvf0QAIwIPBmYClF5aiwMC22T\nndXcocRr5Ev1NM405iJu7oOUFfNKna0mXa/Z7sg265CAZ5I4A3IVemVRxGhi\nRvPjGpT0c7n/OIrRveJEwe5a8mR8KsWyHXyAnr63gRqklMwMTHnXQyqBZb30\nGMkNbVLVIajNlCuQ3VvJIcNII6isQ6LhM/S4i0JxMc5NRxoQZBzhV73uJKqv\nBPZu6Ws+zwdXQK8nRFFX7onEbTBNNmJpcVC1hh6EkVzj3n/Wc2dCjiIKpj6y\nXLVlFkI2lc0E8E/ewj49j7pYyYwO26Xnuqw3q/EPE1MpvCT9BTgAdWOYuxN+\nkEoe72/YUmnIxwknQIsmrl/sJ8zreG+hAu8zx5zSZZ3WmWYZStoEelZBiFfG\naq9CL3bOG7Lc/rvgHyufdgrpB7N5lOFFk+xKv+09uJ2DtrygM2EOfuM1kUFr\nZA3Uv6TIb8LAzuTDP0+z4L3M551dbNGeRbnUrKYZeyP1Nwj133B4DhgAVlWA\numbr/Vg0xwOSzKB9g1iVov1s+QrawbjzmgEYwvccfPTy+hORdcXRfduT1/eB\nYjCOC5BMz1DmAJph5RHN2LUbtcm8ED/K79mDyltuK+qrt/U90ui6Ps27fUld\nc9Xg9B91Wqd7g7Bad3xjBT15ncG/A6Iy7bYoprt/tkoWN2/LYhP4+cUrQXLO\nlS38\r\n=u8qj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"75ff8914a49be6820814152ce3c25c2e8608ba56","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.28_1576163588473_0.2583682607833453","host":"s3://npm-registry-packages"}},"0.4.0-rc.29":{"name":"fundamental-styles","version":"0.4.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1b7105c2559b283afded6a1dda783745635a2c1a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.29.tgz","fileCount":118,"integrity":"sha512-h7OG+nYQo20egcgPE5eyT8XrsBL1Zgtma/8oOMWOn3LzOZ6LC0CDWyxdze3sFi/LFWlSZCQcgonf66C2n1xkGg==","signatures":[{"sig":"MEUCIQDwAzzgRRFrXtbo23DjcQOnTJTTsC+HpwfKzX6SHsBXHAIgUuAE/FWqrHKLjZ0RITbpl2inoBZLd7hg8vzUCi7gPps=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5955515,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd81k9CRA9TVsSAnZWagAAwYkP/jwsyoo3ocy4zBtRgQl+\naaXE+JJ1nGYoipimvwTtmS34pgPcM6dNa35NX1tMRKqnHL/gOv/PeLXmko1I\niCg6FhLq2JihZLlCkBiBGpTLrYCKploPIS1q6AXrxwkLAlq8U2hLv3lghrXd\nAv/E1R2ZFvNr+Fzyd+XUzX9GNdLiiiOmIojXEpKwbMqnOGax4QAPTwBpeEZB\nmM8dFTHK4GHtQT1hT/pQUwwL1HkmOa9jIegmnVUBwCt/1DF8iETguGUALg72\nllT0SxDn8Zo8GHvD0co564ZjaUBUvzZZtmlVzfTOqbwwLPfglKCE86aepDK9\n5bRNSUhCVgPqAuFNIf9v0qRdb/EfxYtWfVsXjxEIymZ4ipzSAD9zNIMX3o7g\nmKpvgKCCah+0FkeMbyN9xtVX2JYBurjqBWuyaGsy0tbtR/tT5OSO2SPth0op\n6h+HuPTbSB5N4aj6zcIvkuEvFkkdHCq7eMX/IaF7N5UncARk7E5omK4mr4WH\ncQgJ074fLAkdRoXPd13+BmRtmKvYE2FUrFD8hxXCQGUpDB1STNNcnIArHULR\nuwY6wFm0xT/xxXvWdOtMqu9Js3QlDg17YX9O7I861sLVYypm3xILugpUiGDx\n+as29C/okrOUEtlwuDS27A63gLijTguryOo1JK0U8JIgcUEW/pCmR8WRwMj6\nJGjF\r\n=a42t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"6dbcada6f748e0fe8e78fc9f74bb335b13d8cda1","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.29_1576229181120_0.34810057341728595","host":"s3://npm-registry-packages"}},"0.4.0-rc.30":{"name":"fundamental-styles","version":"0.4.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"018ab4fc0788261a3bd322d195ea5234b2763dff","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.30.tgz","fileCount":118,"integrity":"sha512-0DUt/pbXbzYqYTycs+9gv/dKjlzYzmI5YpJxUQzLtHuJ7z0uCmE8d5IdrpxcLbNRBEDNBpzIUmF2hnh2QzXMnQ==","signatures":[{"sig":"MEQCIDm3J/SQwPHBWQvtxuCjIWv2NDqipKPlPaKUapfIgjn4AiB8Bvj/fziXzJmU17HawFIs0CcOIiZJmd+JAR1vZwi8rA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5957890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8+9XCRA9TVsSAnZWagAAWdYP/1W0Qd1OAX6QD5/HxCuC\nDHtPGaOWkEUjdwtZAXEmQ9J/AL56Y72sVa2Y+xJ7+FHtDWcq1C9YeKWqx+9g\n5LWjSxWnNVQchias2VteuTbzPh+vCNX+9yflgK2160X9Sx+pUx3GdoKWmrzt\n1C0L0HXMXVDweDS6nouy0+jef7YtRZr2Jq8YjRGBzEcerlyV73Uk6dDQQ+Ve\ny8qlj+WRnNZnAGRWR3Blt7zol0QiwYCq/KnQxGzr5bJvhPVbEW/lOAQeuI+C\n5YTnQF9+o851nqud+KABXZpVHB0Rch71HslLlnAwuqh2bnDMHYuXni8pIItu\nLJLgGF9iHVIWidUYf+U8ESA1vBoZ/uej8KMfzthWN6V416vS9G3PRdz+2xNy\nbXsif2pJTtD75s6Z7OCBSIJeylgNuU3Z2/oSGZBICLF6LGvXWrcwk6yTookN\nxOkHltECk6v0tR1pCdvafVgnbqTkBcXVE5/LpCU59LF0ES2Zb060vgMppNy+\nod8v+XjK2OXc5gzVuymiQqu+FrG+SCCr8t1gvz0PYPoh6TRJMrZMhg5VTW9Z\ngfbYpbFWhCT4B0MPEDwsAp1R+tKgTs46T3AWgvYgOGC2+h7CWR3mxHc3sptt\nfUihvrwZaGw1veIn+PT2V62wNeEqxqmv2G3dYCzQcmASwiViuXwUuZxXooJu\nAl95\r\n=FCAC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"44bc445ff185ccf3e6454686120554ca37651b8a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.30_1576267606518_0.8157040994596185","host":"s3://npm-registry-packages"}},"0.4.0-rc.31":{"name":"fundamental-styles","version":"0.4.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7468738f13a17d6076cf2b7a816d8f3a88f4b48a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.31.tgz","fileCount":118,"integrity":"sha512-j24LadNDiP+GbxLkpNIcUfXmaw/r/D4UUTMjLj/J568RZbvyyQmwIA2t1ey5PxWN5J10X2QoihJNDzyMVGjk2g==","signatures":[{"sig":"MEYCIQDPAZT5++B3GFCjTG5d/zJKjTIb+EBZ3wXOz+nO6vmAMwIhAJbICcURA1f8VVkxtNYco/NQC9mtVh1P+u9e71cfCSyy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5958676,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd97NlCRA9TVsSAnZWagAAWtIP/A/2d0yKb5rJCVKp8zpt\nfAxVU2cr4r19hwy8qSNpllL0Cc11K/t816diJsBRsmpHW7ngKkQJT8hWU9zZ\nAkcA16nnwia9US+OjHL3wzQzYVx7BYZq25tznggf2/Wc0dGrC0FBHGOHxpT1\neOnjMCLNoCivICO9JG5Sz/TgPtmZlb2MmCxLFow8XaO6PaLsCEzZ2QRaYsqK\nUoWoPcivNTWmlpGdVynEs1W4ef6+MGsvJ+Ba1vDHJBkolmeL/fSpO91Neg/u\nImMKKsvNe/NzFW6fj2RA+IXIFkx+I95D9Vtd0jQUlLcK5+/1sMQiuKKAco2K\njUx4C+ykxz32+1AeX2xFnsgTLXjtJUAFikjC1hJXbP+Jcvrl03AP+W7Do9H6\nAiaNz0xB0Su/t0DvAa1Q2zEapk+XIE+OlU2Ya+8uRMwxwBwIlN6GJcO0dIOy\nrWX/b7c2qhRnp8WQDM355giDggy5ZNNEml8KEOqNMB759ykYYr1n6TO4YmMM\n89RObx5acCSroQ6uhRk19Cyg4C0KdRpHBQkZ7Jww+thygy226LLgvPHr9IrI\nM1TStM0n6jNUQoGJ1tSR83DCPl0cX6fcybY4+KolNUawXdutgQCEKvS93Nt6\nwE1z2DptRXtNajwsSOTaYnoki4wAC/JMN+XoJ9S3BBZb/oYVcFbjOwF88OAB\nbqsi\r\n=NI+J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"bb2fa649f9530f1f14c2acc25edad5576d88e677","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.31_1576514404996_0.06647441782480734","host":"s3://npm-registry-packages"}},"0.4.0-rc.32":{"name":"fundamental-styles","version":"0.4.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9f8c7a2894dfb6ea09a60414bf42352731de7b97","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.32.tgz","fileCount":118,"integrity":"sha512-uCAAfxqgbxVVMfiQn+cHGRw8zDq5YmicySKLvboVRnWqFwv+6abJBJiQqEDLo6biTyaBK+l2UsQW3H5F1d84NA==","signatures":[{"sig":"MEYCIQD+q7LKHrWDODGZbihC0cTnbYDTIehig51HgJNe9pgMWwIhANBDsbv3OgChW0dm5d8FjiTv9GplztTxo2uiqNgOyVDI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5953357,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd99qcCRA9TVsSAnZWagAA5B4P/ioR4oVZuFaDo4FWcqLU\nbfhkUxi3hylogRpUxp+L/8+55Gf0qMdgNeeWTOGXgLsQqxUD3ZFIM4HkcBBb\nwyCkoMsg6ye76tvbCUp639GwgRaZhiy8XtdKRaxOFG6kCudhWfi7KF/JUyZD\niZkV9pKbBaZyrcZYx0pW5NJyGLcQTKgWQJDV9/6CRCcvZMrykZ6Sa/bbsD63\nQsravnq0vuc7wEyZvwq+ceOb3J6GR8DkkpT3MihRPvo8Qtgn/tXmbZEvJdiy\nMwUR6MlSf/9cLcfpkJXaJgswII20Tdspb2wxj6j0FOGjPhaeLewoQUKfZUgu\n7z7L8aeELTYA1+lzYAA6v3v6Pcy/N7QW4jzKVBAuMqjSuJr8lLvjBQuWL0Sj\njaEZtE6Z2b/d/idRrubIPz3MFn/6aMa0Z6uSnoRuo3p6faz0cKU8jzt0E9Cq\nxRXSdBjTsprEYIbcnBaALUlfwdDwFLHzbGuYg3+ZK7QynlyIHxXSiwv4kOUz\n4i1xpbwWrwwLmoqb5NjA29g0RdKPqjikIKru4z43DHbCiF3X5PUJ7O0uRUOh\nhlQLV5P74eUuQ4o7jirFG86nWk/my7/TlmKHTPv15MQK4GG8gFI0LQZ9LNOA\n7Rg6xuvx2HN5Acyv9I8caffYnIc1zKWfS7QoEySBYdey5oZd4rxx1iuenEU5\nJCJ/\r\n=4Xdj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"f86657fa326b089717bbbe3ebb34e62ce2c9e13f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.32_1576524443328_0.38188738117445675","host":"s3://npm-registry-packages"}},"0.4.0-rc.33":{"name":"fundamental-styles","version":"0.4.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a8b599c80f72b731c007b91bacf53031743039c9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.33.tgz","fileCount":118,"integrity":"sha512-0w/pr5n2URO3YCtURgXuynayMAUXN/0fHEuGZiehStNugXgK15/LWtlmVuizKp+OOX04HJHr21NJSuTrmULJYw==","signatures":[{"sig":"MEUCIQCrMbtPyevmtWmZt55MoCks0jklwj/7ztau+/uUbaCxpgIgLkc0oqU1Mi2QnNxkRu5xl/ax1K4d0OmgJN2Xj1hwoBQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5953495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9+LoCRA9TVsSAnZWagAA7+UP/iO5s6BcGI96//hWSEXk\nyUlkba0BlrqaQfV9CLM0JmUZG9LPloK3Nwsb//hegbTpiGk4/p0TXZG6WKM2\nuFCeuZmcoL7cB6sc9wcuRP0rEuxK17m7N+ouGchXLQ6v+TPNcGxXYrd/eW3g\niEldqVOEYUNbQ4z6BQoBNIsG6Ld2y3xmBm7EGk2r05EhzEQRlznGU7LTuymD\nuWgG4VHMNV4Z4Zn5r8+V75nvVj/yd/F893vVHwrgMwlQAz7kdCpSyyABGDZ2\ncZWVyR5oM8hsLUJYrdzEoSuwN0soSw1E/mtbDVX3G7y/1k3ugjK6nRckpUtx\np2fpYWybOJN/ZbhdsAkwdVV+cOYEQtGtU+9rJmQNRNaK72BVTd2PXM40kka8\nkvMlpCc7t9xEPYP17tIvB22b7MDMS2fLnBzcJVzACpkH69AOxePET9nmlqfT\naDp4L8LtuCI3tf2+t4HcFG2tDpX4cOL/+p7jsFUYWbJlU2ZWltrZazt1fbIc\nEeQIh4ec862umX/JCVpLbovsVNhLOiM8KRmATdN0O6mIG7A2Vg7MOdCLFGhF\n/+3gxfQNZ7UTMBenfF3M3SdW+uEgrjgm41elQII1aKAmDApjigHwz+lE6nNQ\nkMTPI6LHxPXvzECn+8fyduof+G0uWDrdr+9ATLr37L7Znq0Mz0kFuIdjfE+Y\n9ZH7\r\n=6/qZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"e41f28900b482672f2214facc499565e96c628f7","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.33_1576526567756_0.9317087013191112","host":"s3://npm-registry-packages"}},"0.4.0-rc.34":{"name":"fundamental-styles","version":"0.4.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c3627a1b7648228b40a24a8fc4f1bc32c2821940","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.34.tgz","fileCount":118,"integrity":"sha512-Gf/R/MPtJxI+slKET1FJl+50CJLgK+loNRtijcOiUWnfDvl/M5xtBsrJ+cAXRbiuxGrKVnfHoc5/H92gOjwV4g==","signatures":[{"sig":"MEYCIQCN76sk0rJ3BzMgsLl/R5mHL1NviFTn6vDCXm8wchBK2wIhAOQj4vG02WY/uo4vpoph/AHPBx/VtJ/88SzJBWzUicw9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5953633,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+gsXCRA9TVsSAnZWagAAYK4P/A+BxaFnhS8nJa1DnADR\nQyhooBPAVNUa8vJEQuKsyZ1YycxRMvUU4aZigbbO68YER6wMqN5FPP6qWR0w\nAFaOSUSNmHYCjZNXuC3hfCvS/isYyp8xgjOsBRoS0C08CCSIHjSuoMh1+SeF\nmpUGMfkW2H9f2MTBAuvt8eqw9AEWAyxQTk3Qz7laEHfLSq3BWrbIhJ/gDoJl\nbt9RgAnhUzocIHPFTTq3aCAv/jOJAx+UyJQxvrElPR+NE6zlSXtdWGpebcVD\ni2DLmfplLmpFRH52b/1258zXMT2MmW6Plqf9k6IFTVSH5yORBDkIxS4RqnL8\nuSpCWM5fBYx5LUGGrYCVJLDEQvOce64TfEORdYUmSIAQwgGamLwGzVzr6Gh5\n/wFODUkC/GVBJQF1giovvyaHDvyR4ZRSSrMCgCE+WOqerWZZXBCiNvg2IoaQ\nSU9+pbJJZq3mQHXKytGrXjLjIf+Zej4Q3i18ACAzaElRlTkg+37Ubfh8MA/4\nu2R3TqxwWE43nEB1qATfjArIyr7/E/7oZUDBAb7U13azcqIWoLlMowhoJfn3\nwvAl9vkKbCyFfyAfybg0Ta4H2hMN3cPGr337YOo/1orLRvBOZYjJXs2gLWUQ\n65TViMofnFqHdfik63XENzPLwYT5J6LtsvHag6FL0rhZkrmkLZ7IPZRdt3/k\nfDUg\r\n=F8Qc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"f8448ed8b6f33ed75a57a874acfa93711bcbee4e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.34_1576667926994_0.22531140594616272","host":"s3://npm-registry-packages"}},"0.4.0-rc.35":{"name":"fundamental-styles","version":"0.4.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"38e0966abb85ca5ddcb21ddf81753031ae435fa4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.35.tgz","fileCount":118,"integrity":"sha512-8xnbgfntvuIgbhO+/4UgPptR5HdkZpCTRH58qcOyU5AQlUnPQ153m9R0Lvpoy1/rIfRzUW+rVTxJ2USQVeY9cQ==","signatures":[{"sig":"MEYCIQDbtQh8nJjISm14yDECN88qd+93vhCb7nwt9cTAsvVXhAIhAN9XkxwZAY6Nps0Gycv3z+NxMqgzUJy7F+4TVFJuUvEn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5954136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+jtqCRA9TVsSAnZWagAAQ3YP/AybV+KknItsfvVZ6BGA\nIqk4u8SjheTtVZxc74asMS+Y31Jp4ecmc4YhiIlTzy9Ix880cx7yNnZSAWyt\nY7dif6g5ACVeyh3CbUnA/0USGfW/I1JSwfx75evJCzR7E1+8GhlrzCnW+rTK\n50O1MNJx83agtG24ww/Bhw7lpBeeykSOsP3unP8ChVUO9aOJK4JKlYsizoJK\nC7NC8ozL9vFMT0pgilxJl7F1gLzgASeC12IhbAs7sGohjUiD8dMaOGV/B+h4\nniCw7T8vUhsrLQwEFjm+UhvmEpRcWq9BDpYSybXq1cZDsqLToh0fdFX+fNDr\nETiUCByt5/XN1zHATXvMLb1Pbl/xyHLb4BpJjUR5gIWpkHp8r+W729YLRPUT\nxwmeZJ5xI59XHqq98oR1C5WUYa4+vm5EDgpnN8XxWH0CPATnXCkJid9vPVQW\nKSIE3NXp+tN+xSGUShZS4JGFLFxVONX/b92WKqPrKtP5vjaEYeY5jueTIbpC\n/4kxgUr7ikpeEk3fc/PirjVl1WFXfw+i1ssm2Q6qjG/5RA1QMWeF4gRIbNXs\nOgIrhTtTmVGEgrnReMiv54DKwhIR5BkOjeWTOghMG8t2eWaepB1exp+3KmZn\n0ZQM4c9jAjsn2rjvuYx9aQZwhAJzHtdrDZQZDksXlsEwo1e9myPo1mEyeDDk\ndyx1\r\n=m8OD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"688818dddf17749610a4f33fbda2a5cb866d66e8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.35_1576680297455_0.7467582136787425","host":"s3://npm-registry-packages"}},"0.4.0-rc.36":{"name":"fundamental-styles","version":"0.4.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a53914f3d26efc9fe2216c43f74d065e1667373e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.36.tgz","fileCount":118,"integrity":"sha512-gTtvDh7gBgVHUJ2mxTMOpm/Y6PkJvDZBQAg/UfAKz+2TrGrhNZC6JAQt3Zfri7iS6D13jqoT8USosjVtAaLlZw==","signatures":[{"sig":"MEUCIQCYWR18WmdtppiNsE6577lGU/oGH4uYmsRlwCEh18Gr7QIgSzoWahJcHejHFoyu3hTkPF34O/BxAlChcPhWnTo5K1c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5954474,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+4UBCRA9TVsSAnZWagAAnqcP/Ak2FzNK8XQhx8hMEVqR\nAlB/4nbdmHFY934TujnqHvd//J4qQNr60AI33z4Vi+IFV8s6PVyU40fqbF1P\nEQUl99J/j1j6/ZyXf9UN7L4RMEC1nkGY5kp5Wl3sPXqJ1wtAWbVgGsG9Lcs1\n/odoL1N6xvGrZ0Jy14W3kBP7q3PjQh2VPed1UF7oxQza2qQXeVO0D9Vk0j/8\n7P1d29mgVZzzLx22nUVan16GeDA0EgiL3Df4ZUlvjiiCiuRQjpUx9+H6F+4T\nH90LilP1TE3N5uuU0Yn0su3mGlGhOwn9w/Evaz1B/HZfyeLfwhkWE58RaLE7\nCs6H4R+yVqtB+H0QQlScS4lKp+FHP/SoDhcj5qWy3NlmTtykNTgON3u8zYOq\nc+mJLCpTL80+V4W8D4YTguptHWnHe9f/u6xtxSs8Zc5UHmaI5Wub+E6mC/0L\nbRR1/zPIF5s7oVdTdCS3IEJWLhDBQA5pgczfousDsmHuvx0GKrbHQSUnk5P3\ntBULgiZNai2xuqpNYiuwQiXGHB7ihIhpYwyOa1uVOtJuLWh0vg9VWYyGMV2K\nR5v/xhHMM5/nvbmShzdOBS/nTbPS2yM5P6S3Mgnu7ZkHicMlnA/L4qe94H/m\n16Xjlchtk1Uv1CnQSFmCjrYrV5yHG7An+ITcaNlf4NhZnnEUx0SvsTVbuGnO\nCHiz\r\n=6xKP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"22cbd1c5c018fee4e152eaf6a01bd7486d3a234c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.36_1576764672959_0.15098967025136467","host":"s3://npm-registry-packages"}},"0.4.0-rc.37":{"name":"fundamental-styles","version":"0.4.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"357010f4aad06ad176c3f731c258a970b4ad772d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.37.tgz","fileCount":118,"integrity":"sha512-dAPU930vKFiTap4DwUcD/0z4KEoa8Qp89EmzU7m1h6DapZztdQPrBPXS0t8C7a8nmesctOGiSI8/8iPLV2611A==","signatures":[{"sig":"MEQCIHOR8EaKC0Poc/9/elE7dkooYIU+btyyBt+OBu5Bf/ZzAiAgrxzrS4gUZeAhL9diY6K3l3f0qQxjlTr1yiuMP5fkBg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5954796,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/JjxCRA9TVsSAnZWagAANVUP/izZHOquLYDSE8CvRfSm\nlrO58g6Idg1orfafQz5dmk24qTI6lIg6CbaivxSPRNT3yq0xKj/xZcUVIazX\nKfsxNTSY1/L0Ajc9TTFcSE0cVpTjmwGtdNmNOz6IR59CInjh/QEo53sD2u72\nKvYzFqcl5Dcf7y3hi7RibpZbTnEPlR7qIc0cVK5Xf/6LXkeYbHdPnVtDmzHO\nvdVUMLyidyJBbbP0L4fxDAqbA9ee6nYbfbAmU2AmRnftdf6X1Mml+Z4GxWEI\nmH89pYCEMu3BfAIrAKyJXDkYcfFLQ1QWObEydc+HJLdb0B+XJx1/KEZuOZNR\nPxX2rO1IvMoa/eW1Fhn2gxNMb7wXS6VeDYR35J9H3bmdiFwrz0D74ZLv0MI6\nHvCW+U2SMhN763/RPGCeMTeEtnw7E/tx7lAvXb9D617zlxLjPkWYw+qu1Ulh\n0PLTEAvzY5QdeqKyv80itZG8nUzjdIos/ZDcP1hFSx6tKGMyczT6MZyTrLri\ncfKFy6JsyeDu0Pz1ecnUGLBv7BbdY8cNQ6nNwxB/DuqnLbyuIjUBsfJ/NVTy\n88auPYqyoE8xI37WFh1uMFm9NhZpQeyiByMee2XXXGKxzX5qWDl29FgVj3vE\nTMRxQSTVyzAr2U4oJIthL4bcE9xavKZVfhB7AbF0bGfey7fyaw5zTZZ2IUrM\nabIi\r\n=Ph1a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"6b5ff13e8087a624fb641a7019e76f12950ee02a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.37_1576835313174_0.9697442063868096","host":"s3://npm-registry-packages"}},"0.4.0-rc.38":{"name":"fundamental-styles","version":"0.4.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"922c9fe47400dc45651fccead281ef89995f2147","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.38.tgz","fileCount":118,"integrity":"sha512-va8KkLxWw7xMaMBDR/UhQgx4M2cox8nN8qL8jtuPVZE+sXTf6cE7S+mKHwqjm+7urUyyroLWew67hvmsQs9p5Q==","signatures":[{"sig":"MEYCIQCUJvMwiyrb4Ai3NUl4Juhm9cYnRwtiAM/zHUD+PHCDawIhAIYtOEX/7mAKgNUJdTnl4p04aUY2ttLLYfGf3PYhfwZY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5955701,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/KNPCRA9TVsSAnZWagAASf4QAJN3mo3f30dH6Hk3wV8b\njSlMxCqhLdiV6MEDkuBFnBktEoBSxwwoRU9QDCtqeRNfxhcksTG72eTZROYD\nZcauTL4IaiyXmpi0WY1yGEYbaJSzI0+FuGqgm+UyUd/KLsMyHIhyx8r6L5LP\n1oSBaS8/AclcgxSaQPwsSmV0Y+4f/DaRWXkc8Y6yq/FqD7Jl9JtS7Ko+CzPd\n6gO7NRlCDkxoLE1uzVJq7xulkkMx+q8W8/Z0niJcsXamfyQm/yZqA2TDYCim\nrfmSN+4DML8ZTfm8NvEh7sb3RBzI5KMcjfycQoe/hLT4nnXTpI8dfQbcRccX\nvsaAHlIoY4pCg/0gXL/8S8QhboW6hg3AQlHPj/66ARefWtXCVJD93W6fD8s4\nypXXKxqFOK5hzVtBCuI3r8Xd5cyFzdJL67vTyMxW75wBxZ1qkXH3Jo6uMWCh\n0PidnzM3uI7YJHFdcw/mslupfJDR23Ti8Vb3RqEhikihpZT3mfOG+IIcEo4O\nF5cdYLvUIB4uWBakCzK1jsxnf9Y4cipGXfRqZlzHINeb8QkAOCWTSuMQ9TMe\n/FNWvKqEa1cH1dmuSr5jDFFYBi9uaXB16YmKyzBrModEEg9y82n4dSJly5CL\nXvOSAPNEd4ZO22aHQWS8R8X6NLCCrVNYl4qXEHx6IdU6gaP0TKTZlOn1d2fE\nNHl8\r\n=I0A7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"88608daa3cee45e0662b855cb0a4df44a481a3c7","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.38_1576837967030_0.7830396447780978","host":"s3://npm-registry-packages"}},"0.4.0-rc.39":{"name":"fundamental-styles","version":"0.4.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d95b5d4f82c207b638c2394f2cfe67067455e31f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.39.tgz","fileCount":118,"integrity":"sha512-De/qI5E5Z9kyP7ruRP6NFcZUs2i3o5PoyYh5yTaiXLQmbFFoOm7I1NW9zCQNe7b3lqUFbJeLsPILlDm18PLZsw==","signatures":[{"sig":"MEYCIQDJD4uSw0CJYRba1UlCyoCllE5UC6ythN1+mxM7P/NhEQIhAMaeuhMiBU3gDEM5QWK+3xiI7TiJWmbpQ88BAyFkjMOb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5956176,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/KrCCRA9TVsSAnZWagAAmcYP+QElO8exHN5xsglrXHlt\n8UD70QxAKl/X/ufEssAql6W5XcKQCLSG6BvVfkn3aaGj6tPxkhbdCZKVhgkU\nUc91vgVhphcYLwaLPv8ay1yZFot71KLJKQg4U6YKvF04toP7hYiYgwNRfqqB\nCIVWy8kyVJT+KjvolGp30nOkiax/klzLk6E65rZNIawp5cGEmH3WbH5A37zo\nwSWlSmj9UxU7EAtvVhtdAJ+IK6eVum/F5O9OXwzHXwH4P3GR2KXZm+U5GIx1\nWJlzBrOlfjWFL4AFcvANG3t2Or4y43eUvyjDILWIZm7VPqh+9SUnoUMXrBKy\nnw0bOP1IuhaCcT6vFeNuCrI8kODJCtQLENko7lc9qB/cgiUe21M44MzQ9tpF\nUgkbELHr43St7oJIR5innmvT2OzCXbAIadRRT486VzPwXKlQibQGXo2/Lu/N\nUlOvLZXMuSDaBSzgNIi+QMulSXMLI8YfB4CJJwlXUAGpgggmpqV4ME5/kDS8\nP15yj3F1KH+nEN4C1h2rSGzEvq5OfNiWORJRee98HF3AoPyFUCYdmc89jccW\nfk0r/Isb17nes3fu6w5rAJWN71tahhA615NzI0VEIcqJbnKztDQHbiXDXwW8\nl8RYBmW3QoMB7NP6Ab7THcSxBlA9GgGvQgA4t7Fblqbth7Jdh2FCTiR0rzgF\nvckZ\r\n=QXg6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"d052d49e29e04a92c369c659e679357621e3e587","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.39_1576839873789_0.06417598352408627","host":"s3://npm-registry-packages"}},"0.4.0-rc.40":{"name":"fundamental-styles","version":"0.4.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a54b3f7f7f840c4770786fa5ac700a561d8a6294","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.40.tgz","fileCount":118,"integrity":"sha512-cX8LRNqQ4OOAgrSKmQnb3fxRQnSg5gKO6ZX7Av6/Aw6YRk+Eq+7Ot0j/aW/VW+bfhNx+uvB3M/DgfrG6WaJlEg==","signatures":[{"sig":"MEUCIQDATMWh8CdAIu70i8CkOCH49u58AKP/a7T+qhaV6UGD3gIgGtRdTo1PwkVix5p1NkXdkwr2nN2VY/c/rbJ78FWt4yU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5957012,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/LAiCRA9TVsSAnZWagAAHdgP/iD7FNP1XMoHAL9f/1jM\n057PlNG40iMXAiuITbU/nRDX32Jzns/YhknDU07qeeUwlMNI5Yvv5iRXfCGb\n5uwvE+KTjcwNGb7fMi2FYWMAQ3PcVq7vuhF8WG1f7sXvmmDhd+WWV8loYiuN\nFIUrSUAvlyq0dxMfSJrIc//vrNXSED3AAiML2Nt1/TzFuKO3T35XfrCm6Apw\nMPLOfMECXqnQy/fSbvy7Rn9yapxpGYuScWckOxDMDn9CBt4phLvdRigqoZN3\nAnEoK3ldq8xjcjzJ/mJbdQHkiR6BT4qyifvOppZsTV2ZAN/AONrbCWfiAflY\ngUkpKKxLHzCs36O32kaS1wSxLSEhVf5svD5I/RyZVziuqO3Tt5Vs1y9LfCPK\nwSqbXA8B26g+U3ZoU6uzBPaT7yiKDhNLM6znAQtfGdsC+US6nHqiph8GTSv1\nv8uc1dXg2D2qD1RtUQOWOIaca2FIFtJQUMwnmOzAY19ZPsOF5Iz15/ZhDBUj\ny9jc8q3qUYDLNIUpr788VhHIVaZnJOQufXwWryYg4ydylwzudLlJiljBDql/\n15HJHnb678xSemsyJZfefvJuohpikv5AteOZl/ZyZjBAZfNWMkgysyyB3aaA\n1ENZN8wmA9eLHjeK/NIpY3EPBOv7RdjFJN6ygMc0kw/x/LFh0h/L8fI9nL9Z\nM2VG\r\n=mM0n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"45f248863735186d4260df3b33e3f64fbdb4d5e7","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.40_1576841250093_0.5773154827307332","host":"s3://npm-registry-packages"}},"0.4.0-rc.41":{"name":"fundamental-styles","version":"0.4.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"20f935b487ed59a7e94832ceae24e7ddab86e4ac","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.41.tgz","fileCount":118,"integrity":"sha512-qCTOx0nyDaP5IcC9vczctEsTXoCkLWJkH/8tBbuFYv5W8+qlVVRqe1JykpshTni2oKW8wdEn6jOXhCpnUHqaRg==","signatures":[{"sig":"MEUCIQCTEwPo6IDaTEXJ/snSGRQQ/Q+fxSNzyfXJBLeT+ZwpXAIgf3c9bX2S+OYOPn5oBotyGwfY4zH9jBNc9CYmF7SIkv0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5957232,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/NBECRA9TVsSAnZWagAAnzEQAJBLeZ/x1jOHoKoqJb6F\njE/XFHSmbFu6XbQ2KCgPwv6IW5f7pvj0d1NSiZYdIiBtkBzyz3nx91WPTDrx\n/i0EIpLFFWjZVyRKevBVsCJVWeW24qoNaSdqtmY5c5wCg1POyhfZOdmzT8ka\nEC1inVyYgHs5NnvsoJrEUd5hEGz3EvaOcuJqh0lqYl7lGLOIN9/IMb7bnRyA\nC1UlV8iHx3QdA+DEADZo7IQpIq/afWOuwl8nYfqZ5F5dcxVNM8qjCAyw2E0J\nWjCOCPu5UiRI9Bh/ln8rMaYirPpdGSFnQ1cXT7BVOhHBRFeDHaQLG0PmfflD\n/wxaxUpScQm2z/M7gDJIite+MCtxyc/t/WacRsdCtkowRI3Nd9qx//qDUH27\n18+qa1qnNFCgErusuwrGhyAVg7JcIdifcP64hF98nv+lWWrLPX3SuscJ1mWi\nN0vspJCgXUjsfgxRvv7hJGDfZPMUXF6C6UpF5acA9ePEdb4EBdjzv9D9TI2d\nem1wJu8YryjqhVxlGvlg7LbFcCt7Iv9mECElZPNSBtlFqYmZw0TYNVyHR+MQ\n2O//6KmU7mkRQhQz9qVDXkvyBwwDITxH/I5w1N9dlS6b8lo+ZlXj2I8/sgS4\nznFppBegq02uYV2ag0vPXc5pgWOrZ2jfjmS1Lu73j1ZZKF0X2Qrcb4JLFWVT\n3Y0U\r\n=z5Sq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"f8bd380a44443676b3d90e2d2683c22eaae451a5","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.41_1576849475746_0.6108172402268022","host":"s3://npm-registry-packages"}},"0.4.0-rc.42":{"name":"fundamental-styles","version":"0.4.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6cb25bc86b085f06502afb7259ea2277bbf61b1a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.42.tgz","fileCount":118,"integrity":"sha512-lf1FS3LOVPla41lIEiHeyPfqbZOEyqk1gC9cSrQJwp4vj9GhXRi1TSxd1tIQjTXX67bBAEs2ZH/yGUscT2k2Lg==","signatures":[{"sig":"MEUCIDgNprPSgR5PBnLJarknv2/5O7RCKeWwi45ooINgODCTAiEA9o8V16lxaSnFpnECVHURdyST/whDUND8VUXbrbYyhoA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5957370,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/SC8CRA9TVsSAnZWagAAIZUP/12JWhfFLtkCJ0zLxwcN\n7fPXPxx62wPMNYv/R1w2PBGBROgw9pDtgP3N+YP/6hro8Ynq+fmnoXL0M+S8\nqZcpaDrstZTJZMKnpBlEdnJ2z7rNCCAAv06imtKIIJnLDq6LyLjC+hhD9h9l\naJAdDL77EYziJOlPRb/Y6l+ipXZ+/q74u6O9fuRg+VyQZbOO0o45IPFHcwza\nv4Iw99VkWaotB/dtTjuysqCUGNixQXIqNN8d8OUzobV4QIx4hTlkmjMaRAR9\nkgBq6rvd3qWLNxxaEx8tBT71jStRTIG46V7sdIj8KkcxbhvlteDoPIA+Dy02\nXnHOM9kqyh0TvqDEAWfwF7MM2NtSB9U86qGA61JlBdfETdAXtu4iJtif/1QF\nSWaieOcET2EBuOVCjRW0lz1GABUONN4yUFTiPCyqSqV43AK0sJwE9DY1efn3\nHQo3S61r8wi3lUjS6EhsbBiPglkxi5RrM8ureh70nK1qoNR86hSAuDilwFH8\nCGgwG5ELbsxXBWuHPqD05qxrRBcPh8XGBLD6SK4/2G7eNZRVcdUGyHKj3Slz\nw+VYkx87EglZ336VxHZdZ/3i9qfxpY4iHdQgBVA1hqoX26lY0gFnONnml1M/\nl+aNiIkkiLW/t85TuSIvucWGUqqFsZbqQNY7y5pQTIPDeVYY4nqXXF3Ex8Yg\n2ReU\r\n=7Tvp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"a01b5777d9591176f26905d495d4e13ecc94e3bf","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.42_1576870075459_0.6796399893635403","host":"s3://npm-registry-packages"}},"0.4.0-rc.43":{"name":"fundamental-styles","version":"0.4.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8c6541a6f7de516f9650fa0b42421eaae82ce658","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.43.tgz","fileCount":118,"integrity":"sha512-2dPvgM2TTXHQZP6y0gP0QanwB5317PaMMSbiQDtYBHfzKIVku97z0joqOQnaaGotOQ+PkAnC2T3Y0QiNCAUvgA==","signatures":[{"sig":"MEQCIEwpwI29qa+7QJDifbwc5ddF40OnZHOobn/WT3aigZKqAiBFsxTG2YK1y2O8s/hjW0qkIHfYDMtLabKuk5ABAUtUuw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5968416,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/TeqCRA9TVsSAnZWagAArRoQAIaas9NWh37EBTKimWPA\n2UbnU3LHAPUx56VKR8xh4A5zoBSlw2BdNdAFPM2vKEEI1SCnrWYrsnWgckxE\nYK3og2VeNvvwTkGAujC25l2n8aFi09hf9X2WKl3hDYizpqIqRzNlmdAH+Poj\n/06ktzW3TxDTKhWcWfYL5b1e3p7MsLYjQfdKCoHBsT0r59CAWaMg63aIl8nT\nVIB6rz601DJfT+fiGaeRB3BI9hLomVHcFrSKotYNGktTNpeJOgF6V+Yo+Q5M\nx2dKLzV3PFfr1Mm6g73W2v3cmRS2TxNIJIbNJTPX/i7FfIzCOowzvXit7j3w\nnclZFk6sA4lMuTuDYm0TpLobEFqaGdhTbYdXiJXFvICkvudSg2Ynnr6aZvY1\n8zOyn6II3qI76YQpkKiMNxdiYvtd61VngVgvqQMzXCPvk79qYHaxB2dmJRfC\nC4VU2uckpxrfcN+ihD7aKOWBZ1IDj7dCiT7yLNuKS8XGNhA211LdKe/34ltG\nx8Vkw3s4v9z+cVIDf0fElpvyk20AF30klJWbwAPgidF2yylEGCpibohXaovE\nCU+gRkEJoNeiUDqIU3WLxVqLW7HoiunsHXJLFAqDs0JQgAK8D0OBiO62fT7Z\nGTt+6P9SGNXxZ5Y1jpvph0OW/P2plRoOigzopreShArx4sa2aEtae5krq3AJ\njmCf\r\n=gTpB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"ed7d8497dd64fb3be9c814ab9b6ae7b041dd6b7e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.43_1576875945608_0.5236253942919407","host":"s3://npm-registry-packages"}},"0.4.0-rc.44":{"name":"fundamental-styles","version":"0.4.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"917486f396376b32797ff1dcb3713361bb6af1e1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0-rc.44.tgz","fileCount":118,"integrity":"sha512-5k93pPAdMhnZBBgm9Ot1kP4VX7b2f5S2koQpKYA7mWGvzh8wp4uMUGQ4Erf/Hzy3/QnjFe221Lh7Fd1XwEa0Jw==","signatures":[{"sig":"MEYCIQCHnq/CwsDKpSKcNju4vUsZz3ESF4JajbdgE+HREZdkuQIhAKrAthFsEhjfqwBl22L0e5AjKNpBWO7AQEACWJZae5s5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5970622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/U+BCRA9TVsSAnZWagAAy8MP/iAP25PFyP0mUU+eZ//Q\nXuyCZ1Ut+LXfXjMV0x7bzKQkeqVFh6hrU9krhMHIiPhD/bViJHnMezcFRMCk\nuqxPYlBgRNL9EkKZ7KSBGxlwHOmot4KvyhXFhdozgqj8WotGGZck3UGFchJR\nNeCUboBQ70ydgMWjZY6tjQnECUJDAmB3nqPJTDW6aJCzDFpzubL13m3pv+Si\ngpCgX9rGtHxZAkocfrpUR91lEp48rjenW1EzzJsMumJ07EI/RSOpOeYS7tDz\nY/TXo3vudvcsroBT8toFD8fDOb6Rfne1TMYya7gnKOqTOY7YcfQnKMfY1mZV\nq0iQguY2jiCpROUcUO4kp2Wc8Z/2ezvPufgpQdhuLIU7EraqiJbRzfMMc9hY\nfzgBSLrury5rY9Kiv/5RIgTZAEXGwbdLNY9hqyxWBij0Wo/Ft82mc79Du2Ne\nZUZTCKN7TzlBBo28/wqxjf4jG3ILS5GHnnfRTkcYI2ll6GDYVtsXVve0aJ7M\n7PRUtyXy8TsOJYS4MmevSDdQuPEBQAx54LMzQNKtOUbZ3JlpAythEJBWQ1Qh\nQJL7/TMrzRI7el6+XEGfjlguSwlFBlR3q1Jc5z8jG4N9D4XWJzEyiRAh9HZX\n/9N7ypJolppoogwFzIUBQOdspegOGd83/4nsGyI3TQd6CpI5HRiz9zJkZ+Pq\nzLK1\r\n=wKA4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"dc327f3e8b84a7dce8cbede0fb925addcdfe37f4","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0-rc.44_1576882048476_0.5362406737999406","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"fundamental-styles","version":"0.4.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ac58d50a928f375c83ec4d20ed73da4f7f5e15bc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.0.tgz","fileCount":118,"integrity":"sha512-GGsCwpYYdwkPBjM1PnVQwFPOatdxxbvlzcJQha40vqmbRg+d1Owo5fdiT+GxHXbe8jDDZVAmM6dlKxhNr07apA==","signatures":[{"sig":"MEYCIQDYxrC8AMa6NWZt5jY5r0bqThPmo9Eo2yYVQhnyXlxZpQIhAIwVcL0aI5ptZj2iiv9iNJwE3LfnBiUauE97SQAlZDiD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5970352,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/Vl5CRA9TVsSAnZWagAAjpIP/16zc5YVLjptG2gm6UFA\npklcjiQ77edGIBjQcMiLeoRBMpFljSt2/p3MjSQNn28ma27vW1j2tEJ2Io6W\nukoSBL4Q51lmLaYbrd+Pag2T/faXB/bNRL2/DA9sFE3qs1qyQygIqD5c2VL8\nx+B9BOAse7kV9vQ7L2/TDqZnCdi4CXEZTPxwD//52bVOjrRivsRYZtLH+ERL\n5V9jFy+4RJ1e6cdO1fbHAaJWPxZ3F69ReP/9WUyyYglQRG/8Q+3q01T+MH/U\n9QVoY4Mk+IUSJ6n/aCvnNg9dWK/EY1pDRaRPJkj1Gy5fnIJ1VPRtA6oN6RDw\nbxHYrnGHEQT4OIkSp24vGkS375jcsbidbW9n9KklyKjTiHkueLV+g7jUeu1A\n/JImDqVw8iOghavx/KVdGvwjm6Ud502HE+AvxD/nh+bK30FUefxshW7UL47h\nF8Ccowl6MIx0atn6nMz2oUuwq6yX4IB8dqY34i2zlU7vgqetYqVv4jpBkv2Z\ng8g28IlHOwuZ98rL6CU/VR6JwH3mNtJw4bqTCbBOACWC9YZQP6G6E/J8x7DH\nNti5AOgTDAZZ9fjEQ/vH3MnSA2/x7MyACZVRmMZs9+AcM/6sBBRCOIvdBtjq\naEhxjUKVWcEJvQseMMUzunux02BznH0AgM6E+FlcA/2TQu5WddV29BdcD7qA\nubmS\r\n=xPRB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"4ea6d42b4c7baccd0110370ed2f3db018f5fae30","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.0_1576884600417_0.3084814249655847","host":"s3://npm-registry-packages"}},"0.4.1-rc.0":{"name":"fundamental-styles","version":"0.4.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dc30b3284c9c45cea6051e007d616c6522d46dea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.1-rc.0.tgz","fileCount":118,"integrity":"sha512-OBNd+j+HrXDGWASQ/3oheSLQLNEwq6+y/d8qwRHrrDEE0kRmcvjH2CSqtj6VTGOrCSN2Kxe00vBIjt4IqRf5rw==","signatures":[{"sig":"MEUCICSPaDPGphQnWDl1aIXbr/4mfxsKfnLwep1DfiDxwzm7AiEA6/vO73vsGyIHrmtHRa5UBRnt3tde8j4it9olIvvYJgc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5970807,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeBNV1CRA9TVsSAnZWagAAjjcP/iXwn2te64eGiBw5JEkK\nHIDbYBhmCexiy3o8fci5HWYoZ/qs8GyxrYyWAb7lqLeXPScHbSzH98BEMToj\nJzxXl22z6BpfIRWOV0kppIRXPDKX5T0IUf2UHKGvmpdYR+F2kAliAelsVSNA\nWxVWvIwpkXIGzhBTaD3bTtLPus/D+IZsJA4waCtVDlslU7/Gtz8uIm4IUa46\nyraRumKhE82dqtgNj2onLBoph4pb++rJicfCWZLXizeBwSUfiv602D1mgNSt\n7aqYeeceZMMEHD1GsLOyVBhmfAEAN3jT5qAjfeMS+s2yzLGUfyyQW0C9H/U3\nUpFjytsEjg1+jw8GlR2Qj1ZP/AThUQfB3cpUh6bYsiqRJSs0GY2ut5U/SpES\nUr8h02UvD4jOaI9lJuMASCeMSyu/yjI3hNt7o9ridyA2KYZKFmu99FzANAHx\nDhF1FN42H14P/IOCHbd2jkddoCKZQvJPmWkkORH0eikERyPRpn+mGtG243Zo\nd4yMSJFY1YHKeJC3o05CRxMSp46q6WQElUzgTIlGJLOfE6W+bgBt+9pWbrvB\ntFLYVP9QwSGC80/Z5EOuV5qROWs6UTNCFlhkGDCiv+C4rSj08vU/Vv+t3SCq\n/ohkyZe1nax7DlV8Fu97+A6/cCrNEPzXSZD6FOvz44JCS+LKhvvPZ9Aa3ora\nhQfZ\r\n=B9Fb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"b13f556b9e9f558a78cb725c411ea7c62289226e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.1-rc.0_1577375092784_0.46630297090727635","host":"s3://npm-registry-packages"}},"0.4.1-rc.1":{"name":"fundamental-styles","version":"0.4.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7ba02517bbdd01f94460f5a8f95f0394d3bcb592","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.1-rc.1.tgz","fileCount":118,"integrity":"sha512-+My9aDCA0F1r807/kMTpdmSZ/PKRjabe3NGt38ysqCy9jy6YVthSaPhzma7nD+ZH+QIuyf+SS3i8k1YSK2YdHw==","signatures":[{"sig":"MEYCIQDeDWq/jPjEFIYR0llvLDTlDpw5DeROcrufj+ciSqCcXQIhALBHRCRI4yv1ZpRFHE72QTMv+fTfF8I3DkksJJ45/lng","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5970942,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeBg48CRA9TVsSAnZWagAABesP/1kyVVnJm8S7r5S9tRb9\nFL3HlrXrEuPHTFE3owJoYevzfm9mjDF98tsXsa2fZEuzvCYbQY2DkH3XvrVU\ngiqjbYbLEzuyrCOkQpeYAbnPMsO23l+KIKy3Ed/1ufJHgHnwBAIhsYDYgCux\nX/JD3zJ/5bYpMZlwMGCpPr3SzSFk2/pHss3dmZ20Z6TKyp13si0fgsEbxRRE\nwBBUEUEJrwRp95HkbAEjQp5eSc5KyhxoxswEVNawSLbf6UznToALPcfSH+EC\noh1NXyP/yNIALomLD205IgL/tG/5hZ6fvrLrd7yD2p1yDH0G0fpA6/TaqO+I\nYjVmtfQclXAqYE+QWfhzUPNsVt1gq/JWOxduBePcIWPyGXfTOQpZiNb1jqmh\nobsIPyiFYLl25dVdX3RRcB1MlPtzGDxdR8kv3AaDN+i3NhqYIUfi6uk9Y8py\njyNqLnJGRT9wybx3/K7Paq38FzAZfgGB2zB3zxsXxe4DdnspqeEs+7CBin2i\n41I+Va1gEM0DEkUZ34H1SouMOpvkMhiJNKZnUZ0+XOCwF7wEenRHNWHxHCt+\n5pvwle/M2LKvL9jsJg9bBYjCXBvDNwtlP8A3wce5OzBE/N1J9A36lvZiAUxk\nmDsuvySz/48oDBIMdICt+W8JFKnExsJ8jKmcRR3CbK/cNovz/342pj7vU2sv\naZLQ\r\n=hqDF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"7697c789f11e60304fafece9e071cd7f88ec0955","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.1-rc.1_1577455164126_0.6396033269069354","host":"s3://npm-registry-packages"}},"0.4.1-rc.2":{"name":"fundamental-styles","version":"0.4.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"feb8a3d203e279b7b4a3a068a4b4a247edf348f3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.1-rc.2.tgz","fileCount":118,"integrity":"sha512-K83QB0hCLWIS8zO7elEnmd2H7mQSOk8wZDcPLhrVW9n9qDmBK2tSpPXXfitjGNozfonGjzTX6gBlV1n1LwcpeA==","signatures":[{"sig":"MEUCIQCAU+CTklseF2yOPerJ9VL5+ZDjVvdQTuE+li4M4USNKAIgf8iSJck40YaT1zYoPkjaWjNQmSBtGkn6o2C3wZe1tfg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5971279,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDgagCRA9TVsSAnZWagAAizsP/i17zFqLNI3GSry4lAoa\nYWcfbqP8q3Jw8M4H4RcXcZSqCpgfTRp9mQhjSDtEQItPRSQgQuuhbgj4BorP\nF/DYQ8sHNKiG28juzL9AZfQWfsEVt0uHyIrGgm0I0WwLdbxXzfSiK/AXRgBi\nfWzyXJYFdoXkP910MFxHxefiUVHDt14qusAPA/fV6f3Z0t+uyQUnQjXzR+gQ\nTVKq4toDJU9zwi0m7HxoxZVf8V/ZUw+Enzx7Lm1r4cShuhN06hzrOHceIfcU\noO0ty546cO0aoeuKaLAnV84KODsbKfaqY1CWlbNVqa5M60Kk0JWXaQWzTEWB\nb8+jUqZwjVTcyB9k26e78BpcTbMqkG2LpzIvzB9EkfJYyuw50ZkYLCNGsmTy\nUj/rrkI6shAK3ZYCXkhwsfd+5GftUju7uNdrLPI7YfjiVoU5NJd3QmDJSmCu\nHv1LUKGEmPBGFsDeEHomg7tv5soRhmSwSmr2l8+ULVVv4qE33XHokHa0Pkj3\noc3XRFsBVivMSymqaAOAnIj/VlF+SZB3D1Czrua1d8VvoPNTi5UnTuztA6Nc\nbUKudM0kEU2Y/Ch/lXlAE93FgjnyJjhJC7V+FBd7+uINzKJOQ6jhCwzs2D+h\nK30VGSf82Q4iQnRsGEJr99oU3VzpeGSCtiL8AVYZrsnlRlRRgbRGb3CVQ0Kv\n5RZL\r\n=yT8C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"1492a4bf0ff70d8b6dd251988a2e6e7039c489ea","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.1-rc.2_1577977503374_0.278805225155774","host":"s3://npm-registry-packages"}},"0.4.1-rc.3":{"name":"fundamental-styles","version":"0.4.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f940e007caa1a102b7cb88e8711ddd7c36f941af","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.1-rc.3.tgz","fileCount":118,"integrity":"sha512-JyhEFyjOUKSBzegyWKkgs4Pi4pUpllstP9AsW86xXMM77+oExXIXfvM6ztQshp1v51WKK51jqhnEjVpqkVb3+A==","signatures":[{"sig":"MEUCICgS2ERvDZIi6azXhGLLlHNfXGS/zCu/y29XA7KpTi68AiEAjPgvGTu0SZQ4NBGDh+0tQ0g6PDzGd0cjREh7vaQN5/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5971414,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFNs8CRA9TVsSAnZWagAAxZMP/jLu4CyCHjtVqM/VW09+\npOJAevgqzprE99ryfDXp6hCqzuZk0fYklimbrpP9KF8k1s6krDlBsu5TDWhx\nIPYhBNFV9zOIgPRHGySE+MUUYvdC913JpjWperFsIv5vQbrdn9t1hqG3AScn\nTnsX52GXptZhu0p3v1mDx5gL0TVwj/To34psFKbA3k2mHcE2820mOYWBOVVl\n8KtcISWgHN9xggW3hJ++cPrTxpH/Q7+kbEyEjo0hWNJhohQl9C30GjZmfAlf\nCRdmcgjeFakIelLXPnaeJhaat/el/Pfcmdz4rav8UcL0HAM6HwXZdKgI3G7K\n6CCQPtRJme3+BtHvcx9dJAmcywZhHIFdk3w7MBL5RDEsJkLaKXMgNu2ONHpi\n81bCkRP9U0HwJjWWopLLm0WTNfp34PcxeC1JV2jy1KSBiI+NH416CvJIIVHw\nCniQfTRZne6kZRex8ZM/3ihPmqq4bwmxcz2UGounCTZjCvCyQuK34J82nlpu\n60oTScivT408p6PCFO07f/o+DiqY0dWxqpqDoRh7GItXnpiuaHheP4iB1iCP\nVNCnTZbptw6gmKoNXp3+y9qe99vkPaqDCYATK/S7sbiMWt5M78FdVHJOqPoX\noNOjIMcMLB7TTbbkmUoEOCQUEq1lQG/+84AD3cVi4Xpc+/GsJGVRAmgL4l9Z\nTflh\r\n=+0Jh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"5a3815f1b284c9613381cf6058da939935cb55fa","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.1-rc.3_1578425147649_0.1765970081226642","host":"s3://npm-registry-packages"}},"0.4.1-rc.4":{"name":"fundamental-styles","version":"0.4.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a08c57a6ff526b73c8ce1806b48c33b3f7b494b6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.1-rc.4.tgz","fileCount":118,"integrity":"sha512-x/pSS8YRe+sOqKa1pTOw7zqsfjTuRk/IQSyy62kvDpN+uUDg2yxME54WQEXwY1IcvwVXi6WG9qc+zu0NhHRVPQ==","signatures":[{"sig":"MEUCIQDIuMs6QvXvbBPi1q0GoNkuUy9dVqEcFNfSrs18M8t+OgIgB/d6hMW8FZ7W4vfA1XlrN6Sy2Df2Nv2D79DUIJJ0mSk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5971733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFz3QCRA9TVsSAnZWagAAmRYP/04aOGvewFow3DGwQwf6\nkPdUVmYVRZMqp9XafvTX1+WOPGxpVqhTqUIyPn7N9EdyfSQNN1zKTjBqJeWj\nzbD/Sg6jZSkw+umCHEom2fIw37n7Cwx8aXatLR6yLdW8WdVxrIxHMAxGTaId\ng0ne7iMj3CoRPaHLnXPYC6gsxDvZFGOuOxJACYILq0sjChBvgz7iIX8bp7Tv\nLFGsK2nCcAL1c2HJi306ibdgalTt6xZMUlW0B/mfshCSXhnBGwAiqN9bZMgT\nVduRUILKM7/Q2pGtkN+BVHZ3wSnjjMMqB1UuZV1/Q3hy1ZBAsp3TDFzW5ZKM\nVfPVYFnN6BTTwTkLNFWIlaMpD6uHToQbZ2VFQa6amzvBgqlfMc2k/C0DD5dw\nh9XaMfsqpAvbSMKWqs0ZDvj52dsvI6SsfyM0EeRY7UuynvXbA3FF8yb8Klhd\nRab19B7mrIQdhvFEVtPTeZinROK+aOtpg3JCUaI47nMIoGoYkvZu6f3JkFu1\n0hdZfivvOaw4heWMrS9+yzznKk8N4AITGFUhDm1dYQtcSQ5ieUHkwd0W8zB1\nIT/spLzkOG79OXienQOYgmWkk9VlaWVGkdHmzAvvqnlwZTDLlAE5p7fM+PdA\nBnmxBOWL6AhBtoF5vpYTX2W6Kn7ZA+KHuh7jk52cnlGXTnMlwOH3jJUs3LAK\nS9eM\r\n=tlgz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"191cda8425e78dc2b54a2e533a0ea2c642580303","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.1-rc.4_1578581456222_0.7748754432653799","host":"s3://npm-registry-packages"}},"0.4.1-rc.5":{"name":"fundamental-styles","version":"0.4.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9d6a05e5016eeb668b01a70f3c6e6af034b147bd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.1-rc.5.tgz","fileCount":118,"integrity":"sha512-oeJvm2V3r2S5waegQdEMh9A0xdOz9lWnu4rk44rrkesMwhdHppjh/SVPQ5MH4Wmxnd1A01KRo/aq9p7gPaBl/w==","signatures":[{"sig":"MEYCIQCDbBiBZC9vP3X+OChFgJLj/dcScKPo4iLRngjUuNQc3AIhAMij/hAvWKtQihnP+DVIqR52yysSwqmMV+z7FMBISO+5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5983564,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGNKRCRA9TVsSAnZWagAAMs0P/1McqKNK9Uf5nEKNsRqp\nQX7u8DDzygmkXPjmvk/FUi0QML+oZN7eqa2QOAMMQwXDGP8bmRYhc8quOQKE\nMIFmqVjNjwUFH/cpZLKWqrUeRe8VZs+SqYi1HzZYP0e7ClehhZx1TTuaGTZo\n2OhP7cAuSq+75uTQ7olOtcRKYIFCXkG0UWTFavlVQSubidN6FFJrePUqDAep\nxmlgSA0o+mwPzhNgBCYFcx0VFzfgdAKsIxWcshMk0JrFh7Nmt/qN+oWICc4w\nv00ywOGO8w/xUR5MEaFh5SHVd3KKTx4rCYi29Fh5zP15s30FLtgzMNx0JBu9\nu/HTjBGMvGNt7hcSvu6/1A1jQDC6UCUilLOix4RtNymG2ZNUpTM4ntgcHKLG\nrMKPXK2XGtzKiRaFCgbeBWmKU20A3rtAJUf7UtEbv83YcojLzUY12nWD6bGj\n4pDU1L29GfKHPkq/p1ttKPGZySqti9PLk9jSu9RPQJ/OK7CS2/EFkozVJnuc\ngbBjo6ohxnff3y5Sf7UZsYVTy0cgirhHYqJFeut6+VeQ9Xfy/xhCb+kL5j3k\n3FqA63c5ofqhnV1tJ8wegocrqzbRmFV3ZOQxMuPj/M1jUqtQD8qappOec+dN\nkwzhF1vvIks3oYsq3N+jj3YoP4WhiWcOuQE3pNyAYSxbeTqoFMH+zMue5j5W\nxDJF\r\n=TZt2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"e7012a893333691866b97dcc440a8427c3afcad2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.1-rc.5_1578685073372_0.20922103200406417","host":"s3://npm-registry-packages"}},"0.4.1-rc.6":{"name":"fundamental-styles","version":"0.4.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fae09cee2fabf871ada9ba0f9d00732745cd56ff","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.1-rc.6.tgz","fileCount":118,"integrity":"sha512-+XZf8jULc6ow5DVx/O+K/igjNwAsoTwJTaycBIa2823k3F08FD1i0HEbikTtC4dyWYTuWlluNMj+uKIMdNHc/w==","signatures":[{"sig":"MEMCIAZIAoaJCtzmhfyHQF9nPsOzse1NvXMCb8atmWqELS5gAh9jOLUDuR8IlbszlfivmDkhSgNs5hjkoPonERZ9wS0U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5983699,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGYjjCRA9TVsSAnZWagAA8s0P/3O9v6UTbCwfAD6Ur33A\ngcAKpDjeNJuqQ7J6oliElAAgvs0OjYTRHY7LvSEfQvVNXhuWL5UN3M3aC9FS\nGE9KUKwGwV8FXwTKXl2wI8R8w4NB8MPDyVAVORLezdbs0eK/jmUgQie3Rd3f\nyrqBA/Ywfk+t1ZnNSERCVlwgaXG83Ct5sXiRvABIsW1lf8xAjZ96Az6eGWUK\ncK0EvUYBZp8LZ2URODtBr1MW3CHIRvhHVRAPW59XBM2Fm+JViYn3zjN8QpvZ\nY+9R3iXlWdwAeVFgrUZB6IsCVOkjr+SmnaPgobYgxvIEYJHcDMnHHsh2Btbu\ngziguQtTQfpjNaMR6xa0lQmnn+/lQpWOPSdbOwmiLsPMutmdWwvOFq7agr2d\nkby/U6dRg7RfJacQ5JaBJ+vr3/u3tYToyIV1ZtCnnHEInXZSwxovAX01Q9PI\nzC0fkx2hwt4PcksDO1yePP3w9vIaYN9o5irVTHtGj8hKdkmKC+qWbHTWFYOd\nOueX4ypGwXVS3+1MUuaBroHtTC6OYmoC+KnTHAcEJXjZVYaL9srpiPPNG/4x\n2S2BcMqyaXYB1qZ1RyZSAVy4ghYKGRdaShT5BM9HOWKjSh4DGyUGP9br24/f\nuqyHCMSZieGKLKTvVmuOOHttO5Us2ZRaQ44qYILUONbiRqGoVb/TihRiG6ew\nfSU0\r\n=GZJj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"0970defb871ed807d14fc62a72d943c6f51f3110","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^6.1.2","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.1-rc.6_1578731746419_0.9474595625579665","host":"s3://npm-registry-packages"}},"0.4.1-rc.7":{"name":"fundamental-styles","version":"0.4.1-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.1-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a940206cd9f450c4b3c8861b968fe6f277dd0037","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.1-rc.7.tgz","fileCount":118,"integrity":"sha512-6wYj4qgmZMe6WcwqtNQjC/qIeoEwEAIF06xXamk0rbk+l04aSLiMUfe8FK+EL14ljBA3g0vN6m5ka2v6ZprxJg==","signatures":[{"sig":"MEQCIE1kagXFgVaP8nDHvPxxaReqZY5h0hjLgYvM4VqEPh2WAiAIPsQllemPBD1A2gT+CPnQa+Q3jLFqM655TmRyLMxr4Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5983834,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGY1vCRA9TVsSAnZWagAA+CQP/jwB81rtIqEj5+tzzxpv\naKKgpAvpIGRAjfcoRiN87i0R0EEcSRLwVqBwrqecZqT+8WfA6lWVGK+/V17I\nGRVuE7T5gKDRlTEXlHBw0tKTVsLW9anMnYaeQGJY2BlgNThCzk/K73CX2kjD\nYNrCMjjo1kc0gheHdDEJB0iJOp10TNBPGjUlij1F+orV32D4hLgPXi1FS9Pm\nsWt3H62csjkC9nu9cQvy65j0x5lxRqJCz1ITzxe73zJO/XnQoeL9/CtnJvXl\n2bDZF+xwbX+C7a4BpnUT8ovg7WrSCNzHq1e3cNgnrCtq3RWDQA/fK81hhRVp\nXVc2G4NO/0F7vRR2v8EvEQ+4Np8X4sAfliMNWMySumb2mf6fH5uLBLRxqBDg\ngy7Oy1vAAxARicN5+fzwvIEXURwhyrzQZEaeRJ0q59Mc/314A36EpOkelWnP\nedMRrS7IsvQXr/i1NigaBuvVqzs9HduO7xGntgDP9Ue7zYwv75Yk+hc/hBkA\nYtDTfyflOZi5h6rJmo+ORQvblM34HMPN4d4k4TflFZorO5olObLtREP7hLEo\n0nlu+CBRQLAcSL5LkJhnKZKeMHPTL14Gn6/MNGQbVbSoYHJjlsy8sF2O1UJn\nBT912jVNsnaOo2ArkJO8UHnzW+V4u5KwJIORBNqLH5RnKO7BKnjPoeB1/jlG\nvrTd\r\n=VHCw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"c6df308ea066f023ffabb0dd20cf476ca22ccb70","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.1-rc.7_1578732910470_0.6081875715970813","host":"s3://npm-registry-packages"}},"0.4.1-rc.8":{"name":"fundamental-styles","version":"0.4.1-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.1-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b98ada4b419e9cbac1a36821599121628ed91a2e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.1-rc.8.tgz","fileCount":118,"integrity":"sha512-xC/UmgZaAtRebG7YCs18xKDXSR2Gw1JYMEpjZDhUTjVXdSbsw54cMCy1zV0w/PPexx9r4hPrW/CWovG+yJnPjw==","signatures":[{"sig":"MEQCIBoiVwvPCW/R6j2ISWKYD+aYH+ONF7PbvjBoar9wte7ZAiB4LnGj4CrvlNJ0c0IDI6q2gdChGtxH0qaJduo4RWJlWA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5983969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHs8GCRA9TVsSAnZWagAAcaIP/0zK7jcqktj+WabPk6xg\nJOob42uz6goW6v+k48SacUFGGNHTMUH5FJpI4p9HL5gfAOCSpCieOSjMgR37\nfcEZdQZMpEYdga8eD2kH5Jh+QSTgBJUApGA46DtdJJxN6p3JACzYIToJ2yDC\nuiojPgv0VL6pkOjuxh+cmbsPtKv1oYJoHqtDPzP3GNMEh5vmOC5/TEsXKrOV\nIuJyrKtwdiOMqBAhjkdCMCa4tuMgfdiNzjvjXzym5GB7wwS1QYfLCtQW+7eU\nSiDbwmj6jLZiqm3wltC8qNVTlFVdR/qk7Q8WjlzIOT6BzKU4Of9xCixj/C3q\nJZdkI1Z2RYClQGkQK43X7/FNfWanjg9DMXN7i9B8eYZsVJ1Z+3MyV0KmJ6tI\nrFmTvCzrPSrVuKdqLp9hLjbAihCuW2Bm/1Cuuh4V1TvP5qJVL4W+ZPipwrbc\nYfCpcJpq7i9eDm/i/NEU07hPeoyRYAxxoadsOoOjbbpPpHKDkcMHq/Tz2rVn\nxw0avK3FXFM+Hbkr5fe8Vqa8QoFvI37gyouKOC3rIUTBakDxu01yON/ym6DX\n2ovE7UnYV8ZQ5CnAw6vXbJzwcvkVpc4Wfu3EbPi6w4TWxT18Eic45LLVFgSS\n+TEork76kLSAsQj8ncC0unopQbcnxr9KqlZ1GYM85c+HVjqwQga2+ULEwL4j\nGDP9\r\n=0NgD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"a43b78b57ff57a4d0c7c2edcecdffd39f0cba1c5","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.1-rc.8_1579077381970_0.060415616443146636","host":"s3://npm-registry-packages"}},"0.4.1-rc.9":{"name":"fundamental-styles","version":"0.4.1-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.1-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"728fb4cfc493ce81e4b6df563716e5fc859360cb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.1-rc.9.tgz","fileCount":118,"integrity":"sha512-0GHyrhXT+v19H2I9vcwRBvR/KdX53WECUH+gRhtjN1h+nzyaHXdwht+ua6Q+2LRNpuw/bFwixORZWe3k3gUOSg==","signatures":[{"sig":"MEUCIQDTxTtQDpP0w4hOvDn5FEP3g7mnhD8stf/Gk4VtFvfomQIgWyjT7Hv6jZUo4JGMZzTHkox0HflMA2LKKK59alHc610=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5984314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeH0DzCRA9TVsSAnZWagAAdBUP/RAZ0fD7UBhjQ+1MVq+s\nxHLi9UqwNYmR5qsiPkXlSPJeFs3MfvhgYf7QT4AoCoQgAzj6qkM+i0iicin6\nUKFaHTpBISJNfD3tr3rEKKfVvWII2cWazm3PVf1FTgB0jHuu/fAUemW6trba\nRhl1InHKIkXZEuQX3j7Ro8Vd+7RwkwTCbeXIdEw8N9H3PukVIKLD3k2RH6om\ne1SjeLdpq8jNAP1OV6Sw7z/RYfQxfUH0cq+COfVf3YTZeKinRCSGqUq1yMFd\n5JTagpu/pqUAU8J3dJo+qR6qaHUe3Ym92/5f6mgJRX7FT7xXgZGb+bxC4+jo\n4oX/FMQrO4Yx0a37kQLJX2CFWSdEyQryYgkyaTOz7YOhwUKevhTVd4pWVPNM\n1+PEoZ6zukHBhA16WokKg/lAQGJfqpj21j4M5qIcdfypO9LG+++ZCYsCgslq\nXPa4d6wDgkDqp4CuLi2wc1O8yHWtvIbjBGrr2B7sFBn8zYRYi3hmOi12J2Cm\nOw3lkSm///OJf+UGs2o4wWZcakb4E0hFcpQbTusdUJf71oirh86dTjJ3SyJX\n4nI8jk85x9x5FXSL7yH95tj7KUX/zF7LzFefiw4c2X/G+E85naUbKz8trh+u\nxCp3WeQHblJrZ91tjTKkve5BOxC6Z1AYpJLlHuJCrJ8Q564NIm+yUvL2E855\nDibW\r\n=uBpb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"005ba469e88cce473fe285e018b1b525741cf206","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.1-rc.9_1579106546894_0.811599085903802","host":"s3://npm-registry-packages"}},"0.4.1-rc.10":{"name":"fundamental-styles","version":"0.4.1-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.1-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b7ee69071c3608d5e7ed73bbfab0d251415efc7e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.1-rc.10.tgz","fileCount":118,"integrity":"sha512-aW5XYPLKxN9OjP22SABzsbobNkP2JTP3sTmMlnurhxfDYBfSRILlrFa8XjyzNoLCDuLiBdlJdn3iy44w7d+nlg==","signatures":[{"sig":"MEYCIQDef5vVg9MCAYdC74j8CsqFe0keCqYAOyFCA6L0nvFGUwIhAJzAaadoKekgC3el3za2gGWZgPUAO7JU9vbsuLH2T8iE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5984529,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeH2RbCRA9TVsSAnZWagAAwDIP/2wFRnTv+dN4ini+4ga/\nCxinsyD7YtfhZMEw/ta0Bt8DsepY61hEnp7VKMs3TCwHzWm6WRJFsuPPdOCF\nU5VY7qWNgAYsixiDZLrq0iuoT+JwUOKcj099k6O/Kst6RS+lA1f7cwm36n1W\nDkvuCbOJWgGYgoGyHhdwjCf4ouFTBBxcucR8pOAidFkrMntrmQemRVXgEkfF\nIX7Ymekaxg3LWh7SxyayB064e9obvRnz0AFuazUWRVCEd/+Z+8orNUI0/l8l\nquuggW3dUZO4f0T1yP8+o8SJNpLRjNRCbiuQh+JfNyc3f6Eb7hL74Eq6LCVJ\naMsi60TAjgOe6SKYP1bDbhMlzg7BlYCJhY6AEoecSL2hcvn/TUyPyUISDPwX\na32Vvr8P8OC4e1hIZ8dq78FTU613gyCtyICHPkwGvhBLd2i+FgUjrZ1/BguG\naaxPK1BFHxXVuy9jaouRTbGg2f97G3Qa11FlRVSKxuJeaPxvFb0TFTYy5xWH\nkZZHFNZQidG58WTu0NyZPlsrN76MW1408/o9YDiqOGLQs7xeumRLDUSRhZSZ\njapYL+3cvbg/yAm/0BqOmB9TSuXHXZJKHsARPzaG5++x4ONHGflpgBDKkenr\nooHQmkv8Y6qm9kF+qXJLsQSX+Qex8DWEPXDY8yTf+nRzv5dv8l+BFZzheTw8\nyBEz\r\n=ySTH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"341350336dc4a30dbcd5a5e88d9c2ced873053c8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.1-rc.10_1579115610868_0.37404059156247094","host":"s3://npm-registry-packages"}},"0.4.1-rc.11":{"name":"fundamental-styles","version":"0.4.1-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.1-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"65bd60883586eecd3839353f4b3d394211f61df2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.1-rc.11.tgz","fileCount":118,"integrity":"sha512-8SEEhn/9kJ+2ABuroOVmO/9WGChoYXyAplC41fWpxbwnoLfA92RteC2K2kJRfpes4BhgkI2V5iQZl1jYcvQFcA==","signatures":[{"sig":"MEYCIQDCuQGVNemBvK/KWEoTy8UGFy3PNLXTs20iP1UY5LWsYAIhAJIEAQhTQuPU49Qw5/BmKb3edHc3LXVBHY1wXJxPJqw0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5980582,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIIm/CRA9TVsSAnZWagAA4xsP/icD11EMrNg49BsTj71r\nyk0BZ35tDDqVbZnsJDpvKfon0xL+6qT2e6yo+XCFuEwILdCK9r0uCcnqw3jo\nLxtcWf89w+3qrW5LeQ/P5Crwa0t8PaRGflYnC94Zz0emXtY1VusAvpFi8YTn\nWzRpBv376F6A8JCXIx/eiBJIxhJLYTJeOSpvyx6qSq4OwG7OFplYHrUh8bzh\nYljJ/IHt6eKdJvu1yte/UDjXRmXQorioVwy2/yLEcUChXILiywuiGLcOocWY\n0Ac71QWGm7hUxtY+oCoWBE4nGWw5cyHE467ZKRdnyblv++L8tubhIlTqbwTM\nTMQkjLXHMy7n6ubJikg6zTlr0QaFvwqOqImmfF6Frhq6o+rw0DjjXClq+I3l\npRlHudKf9Ogr8uIx5yhNsz1wjtyBjR2eGcQ/SUVQl6IO23TuzY1SUmZDLQIY\nGfl3t3ThA0Xqrk8rSnE7QgI1hpghKoe4b6YWvuMKuwtDvctibiw4DZUDGrkR\nMxVbXSt2PoXrw5iZRVeD85pMMw8qfddWQIMChYzkC3abgwmsvARoYtnkBnV0\nsMlV9xmC1vN+ychA0EyEVECs49uMHnzQtM2VbOGhOmOC7H6qUQpH82TMTjZS\nFLRq30OtEqWnaEFvCm0JyRbAfV7h81Rz+bcddW+Pf8+R/f0O3b1Oct6whKo9\nX2CC\r\n=7G0x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"bf51e60f1af6228822dc3c9c2603b7a1e3b61b58","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.1-rc.11_1579190718631_0.9413238915318152","host":"s3://npm-registry-packages"}},"0.4.1":{"name":"fundamental-styles","version":"0.4.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.4.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f389ec4a746eb1a94ddebc5f3c6ae2a8d02774af","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.4.1.tgz","fileCount":118,"integrity":"sha512-jmm42ecaif3iIvgNwF0PpydBlmHWY2i+gMpLuzkB7WiDJSXefsmL9KD0Riw5guV4hYw/KanYUeqMUBWyxU8ENA==","signatures":[{"sig":"MEUCIQCExlcKj1+9zgQjBXbaA0m+bVIeNcanNdX1Eg35CpHvrgIgFVYevl2vhakNwEUWyrgPHZ778lVa/y8O/0eIn3tfDlY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5980313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIJxpCRA9TVsSAnZWagAAR2oQAJCrkUSTpRv62ZWHkHOa\njFbCYf4S0AiBE6NaMaFvln1ZCDwAPAnEhb2OW8xSen3CPDH+9KsPPtUTVgnJ\n6Id1MTRPder4jn9vgIViR1ntg/bZDZ6esRwXWhnBVg8ISDPlmGS9XrUJ5tzs\nPpP+l7/TKctZa2BmpGUhXTQEXZxCsLxlFAMPvsF2zxywor6nif6eWJQbaBwf\n0sfpIkTMxAzXvfoNSfLEpgHLihjTn3bwAMxk9u3qeP7WOTigNdKaV3UTF+uX\nTJzNuFAAUiOcCw6+3yhHMqIv5LofbXKiBsnB/hNi+cSFqnsLLVj4YXzM2Iwy\n1RLenaXeof5NAS+uk5/E2OqM6aR+wmqut2foq8W7DM2duXeIEXbLS6hCcNMM\nYpnw3rFWk3DL9H99FkH+aXF+QWdHUQ12LkuWUOS7t50gAN4TC5zegIaUuQEL\n+pKYjyUe+h6f+OYf0WgVx7v6M2A7u/5jqgFTfHRxVyG2/xIbFry5oJt+TSdc\nB7DTkTXpdPVnEKPDWnFstDK32kj5rcBpECy4fQhf2kiJMEWE1sYlgpabdTJ/\njru0bss5O4WkJF8zaq80hduMzw7xSjGB6rJSF5oQICmuPxha6485DjbmzoOQ\nEhMuDdIJF0kMiPddRrm+rWCaJn1lJSVkHzZ7zNHaCR4DctxWWUjCezogTS15\nEPQl\r\n=a3Pa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"bb7a8a2e4ef9876d7430040fef2dfc9bcc352705","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.4.1_1579195496577_0.5571234264661571","host":"s3://npm-registry-packages"}},"0.5.0-rc.0":{"name":"fundamental-styles","version":"0.5.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.5.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8e3309f817357eab05eeb84748bca6758b309530","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.5.0-rc.0.tgz","fileCount":118,"integrity":"sha512-ybQ8NS8R6JgCd8PtlD2K3viaT98syoLzR2oIShSeWWLgn3Jcj5TB3TbDdqK4YTqv2YLuCSk5GSyN+iks3Y6FIg==","signatures":[{"sig":"MEUCIQC1s71ho2fdDUb86WIkT+DkZzP8KR0dJLscTOEl8pxF0AIgKgB9x394574eb+vcsYBCEtZgZZLHH/HRrSQnxSZRLRU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6025563,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeI13aCRA9TVsSAnZWagAApAYQAIMxjmMLMKVqFAkEFrN5\nLkIbPEc2K8rjIDgQ5t797xZapa0OFI4qL/2wyzCZqrk4I0Lx1xc5qX8hjEWJ\nHWIWY4ADOPq713XE0bfvnNUyvALLilfi0s5mhIjRR2C2cmIn5NInsc4weC3B\nIdHsaZK0D4egrV9LntpatXmN8rApAAAf9HFmEkChAGF7EGv8Uo2JbkJ31Wca\nsQ4LOgmLhhO2xeVw1rb14pDEM/K1mYSl/Ka3ey8+bp6fphd/00AEchv12Ear\nJEGHEmQoq9STxlw3+guK/o8OxJ1tEAeJPepPshx3R8NNxCadmFU2XCKg5gdE\n3cr98caMWRwBQYyIpWtz0UgCo0uO2xNmoLBbxwCTpah0o4XoEf0Omw48G3pc\n8C8xFpQgPT+Nq0/3G4fMcJV2XCiz8fntYcf/U3c6mwFJul5FD8oEJUFwl+D6\nCwjLy27q0DL8l8C7sKT9y8nG32LTO6Gco0raMsKGelR+hMIpmR2Rz7pk2OPY\nOqkVvH5/xxAeUC9Qz92cuQV3f3lWXopRKFwxbJAZvM2tLeoeRkxKQ0mxvim2\nlhJ8IccEzwF514upcaGS0ogTz3MmLyyX1GvFev3sgZpZBjBkfdvN6sd2aamp\n1Uyg+JB8j7kJMYdyACCOtmuOejlQ8EPZmu6yq8cmS6Or50Xjcp8DWb4yRplq\nXKn9\r\n=/wYl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"e111dcc0b0f0cebbfc5d2706787b22ed2645c197","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.5.0-rc.0_1579376089656_0.42347855663137124","host":"s3://npm-registry-packages"}},"0.5.0-rc.1":{"name":"fundamental-styles","version":"0.5.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.5.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"be17d9e6ea61ef636c9389eaef09aa7cb2848e2d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.5.0-rc.1.tgz","fileCount":118,"integrity":"sha512-WIhP8H0SbUNoEqTF3r9YgqplWljCV3b2SqHEMMMSWH5Ter7JBvPENyn/XpxgAD1aWOixhvZQqyHR77L86lMpCQ==","signatures":[{"sig":"MEQCIBU73HKYwOX1Tc0o3Rb+oo+0llwCk/YrRhSaKVfOKks6AiBHDDUMZF03A/jFZoPw9J9uvg+SLImpalmYaSbI5BOv/A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6026977,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJawcCRA9TVsSAnZWagAAsGYP/2q5sTVhCaI7BPPqy2+z\n0gOBjyZiBHeYtLnoZCe9as755AeIjbqESzYY54GYNYV5ytvvlzuj6Wjbu0A7\nYUgds+KZuDp1WT9ND66AYtXMggXnEXGwO57ZAZ1kZWmEoJtcZtdA7iE1rGDi\nIGzrWeb06HL3QzOogPkZAW67WS8OFaKOBzVx+SUv8aDmRhcOO/j+U6oNomDv\nUndTm/0+3L8SuZl1gdrwWRMHT4fqvRmrV04mpZ15fYaeX2KyiBFItBKCZtnx\n4qi3yCe/ZzOsdV9I0A0Wjj8rBrYu3CDX9aaPvPNJHon/YsHcazzao+jxn7DE\nHhYYMfxzHSJy7muJ4C/8kR0T9v5Sl1atAl46HNX0BOOdaV2HnRGaktohyT07\n4xL502GYl8q+1S1cPYqsSk54ezPCKtd+VreyeKTHUYmP6/6g/edwXMlq+Uw7\nGb4Y9+ql4zlMAGwT3mttW5tYu8JVUhuv1yGyFb9EPcwZiW16PzTvRzDpPLNS\n2FcQRwgGatZSJMxzvnGb0wWeNo6lm1ACkd3r61+PQ+CZzTp94enDjc3wjprW\nsMW6xjblaCw5N7hTKW/EQnXsMazXOe+FhjBY33L3JZi4t/nNgDNrYC0aoDbr\n84+AbVjICEtWcCsBDUQJRrQUks/kGY/QlnQUi5Pw5H4NaQHxJ5a8B4g+vfNL\n6eLb\r\n=ejSD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"23fe4f5ce397d38b34755b6773e1862b8b223df7","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.5.0-rc.1_1579527195956_0.20544757908539624","host":"s3://npm-registry-packages"}},"0.5.0-rc.2":{"name":"fundamental-styles","version":"0.5.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.5.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f57cc20792c9301bf7cd4fe545972f4ebaa3766a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.5.0-rc.2.tgz","fileCount":119,"integrity":"sha512-E8RAm8Weo4WSQZnru7jEPZgTMPKqK50W1qKm538OhF18R6P4/LzDS/BEPJxM0naTHogc3ZXertO5CuF97a67iQ==","signatures":[{"sig":"MEUCIQDgqe+Q94r92sQt9N8Ghe/MQvyKv52VUQcj+2QRO4wdzAIgQCWaDoJzxFbKHigiSWekUNuGCdz1+XIZlBdjV/otFg8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6035931,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJb4KCRA9TVsSAnZWagAA0bcP/1ltwuMF0Y+K4YmlP02S\nR5/6VbO68W0/IG4rkRCFe0b1KVqomYzHO1D8/Ksn7CMWQj7cLnurMsQ5OiaN\nsXRvrKPlWDVtlMt+m0glR467FxOaef995q2JYQ1i1D5ml0QU6NfohjSx4fOs\ngFYkdntSJd2uFZYRAFaTmEZoOpA9Cx/01TaquNEAQyZNIE0W5NnbOIWyqR4o\nA9KzCyJtBMmiW+Akl0ADh+lK7ApAI9GrYBejo6BYVOuFAymUcgGvnZKfI9XY\nZ3i7PcDo7XoLWIaPwxPonUL9rRoVyNi2SgN4qgv+hcFNOhYW0FAHQ0ynHbPa\njFJ1D9Xci9eMdntOzSe3Il1oD50qeOiJNZIARphgW80IB7ObZNeWjXImHQPo\nRDNJRbfSVODtQ9Nu1ALLHwJdJKb95RLW7EGu50sPqjikqPHw17/9/196cX0S\n8GOCTp0E6G8HMOpzi3b+v/BY24fVjHaeudbp40DM6D5hQy+7rRjVm2W3cdcU\nbE29k4XXcFAC59Fyw/05hNsup1dpN7plNcOCt35PH3K+47iMuhNCQmze5Rr9\nfPL/T9N17FOIf/bL7fqNyLS/2zOiDeKpn5vF1QH/2zKrFGIjohnavxlkSFQ8\nkf3ZYok1fM4MktYxXbNC8HtM6/2qWvc18ubO//Nc9oC0Q59sALi1yRRVRlxh\nRdMs\r\n=DbFI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"0f87d02d2ab02d67c4dc9166d3592eb5627a9f19","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.5.0-rc.2_1579531786018_0.775292179510161","host":"s3://npm-registry-packages"}},"0.5.0":{"name":"fundamental-styles","version":"0.5.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.5.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4aa7edeab694fba20a90ab9ce13c1dafdd714ac4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.5.0.tgz","fileCount":119,"integrity":"sha512-iTgMvP+sy3U+AeYPaZ4ebp83e2pCUV/pA2wBj1/ijcXWN8mglaIxDeR6+otcNcFVT5IR9k/l6r9v4eUwoPrg1Q==","signatures":[{"sig":"MEUCIQDRUyz5euOFt6TZ0iE34nWya3GD3ffEwBUSVXBfixL2wAIgMI9nQ6SAZMBM8BHoXymPqj0xa0TS7MwNTaFAky38Tis=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6035720,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJdXxCRA9TVsSAnZWagAA0+AQAJvJe1yKPznaNwEuwIbQ\nrpbvzeDX2FM+XFH3ncImC79d3fGllCwv1doaQ/zpo8yZfFuilrZ5W0JzxOKh\ng01DvR+c2teol7sWyZl9vrjnGn5Yo4GAUFzokc6KMdLAqytCcS94p/OEyCQ9\nxCM5O6ABII6qt4tcTQlfcVKmIS9Yep4jSTq0ZFZ08xPkHgHHwSQv1Jto5quq\n9NLgjJxWII3Ldv+VAjD5aqP2XdeCFPNffuPKaT7bl9V6B9HQael+z/immGL3\nYtCdUM1lFJ11KNXuwplVQMwRo/0us1lSr7l9PS46XB2q+pvAQM6CC1S1ZcIZ\nS358Cx0DMoV74uE/r/2U3HrGK+wpsloRlSVlbOOHpCjoEH0ym+dWAfNNJygc\nQRbLL0YucaDsQ7JcXw//Fdc/H07Wkf2osKz63+DiNRWxXvWegcIWM9Ob/Faf\nIuin/637Bi3KGA31x1/3lxSgIfm8U3K8Dff5AgoDUrcNh3sph2mj8XI719Le\nX3DyCQTDnPRsOpyH8GbIC/2UtNNDkJUsgc1pK7pa2ZHelo5UE5mOmiidWSdG\ngwx3tJsx5NbYGehzDgOXJmc2Gos0RFT68wS2hHlvMzLjvQHDh1GUN0+q4VC9\nITV0iFGeyPs3t86yJit8vLaByHwrShCIapLIj3oIqLpmHX5yfsMFYpPY7fw/\n5Jwe\r\n=8RtX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"52d13905a652aaf6cfca05ef1eaecd7043670fee","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.5.0_1579537904700_0.04370759935393065","host":"s3://npm-registry-packages"}},"0.5.1-rc.0":{"name":"fundamental-styles","version":"0.5.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.5.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3eaea6e12cea419846e3819f9269c67bfaeeeb12","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.5.1-rc.0.tgz","fileCount":119,"integrity":"sha512-jFlUunIZBfcZl4Smv+cp6UmaKHrX9tsRly0UuHaYQQa8Q958pNSfAEbSUe1+3iqwAYBthg337pkWWFlXFBLG8A==","signatures":[{"sig":"MEUCIDPxO7KowA1liGHy4Zf5/DrjjpUMK4QBg547GaSSjSm/AiEA6QUrGzbs2+9Vo7hdWTEQ3pCFbKSpnvGb6QMcwC4UmhM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6036180,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKCRPCRA9TVsSAnZWagAAoAUP/3jpPgmyHOmRaIKuG9VM\ndwwvNHS+pgqjDllR7+b64JL80oa5+ScTMs9hOlQ4r03mmhm08qt/CKno9yk+\nBpayw5eLJCRQIr+u4bcsc7X2OVj7YRgn8myoCnUziddW8Ciisft6OPvtzkCx\nJxQLXf4LPMqtPkcN6JmDS5v0jLYS+3Otj3et+HJ8OxyoXQNstCeu7QsIMMQX\nSegzfgaxhD35EdFijNBrqtLmb1OfaQC5Xi4MPiPF1rO+rqRNPFbYSAunM/4v\nAoicNyWkTIzJi29s8eIzp4vCK5TcKvv0XAjwh7InEylFZyH0pBuJNW/gDSp0\nYM7xtrsMOeiJOFN9wQ9GNNzgzewHYbSTC2earFeMkjX5273Y7tCahsMTdn3S\njj7q6r6qzfkf44kvl5NYtMLULuZiEJUZo7yKCi0SIYhrxMm3gg/Yykyp5ihv\nwCRTxMdFaUFVMdFt64hLPejx3AFlZ+8Z+74pno0/aTLeo6n3feNXVZbny1hq\nDuTMHaGP+czVrMQ3R0XKe/6q8LizDoPkTfI5XESx71lpnIUeo0wRHAuRsqRN\n2XchH/x3hwd1UEv0AYB5Kz6ulrhiQomNZ1ddfUIfK0uYH0eYkQkZAXPQ3PZi\nQ14K6JNddM/Tvhmb3H/Nfil7Pl3ajhV0PxeRRGcfl8/MsxkdcagJdMNuB5OO\n7nPU\r\n=9I1l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"cc4c5bf6ef6445b1ef2cc13ed824ff619686cdca","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.5.1-rc.0_1579689038291_0.8179578951983544","host":"s3://npm-registry-packages"}},"0.5.1-rc.1":{"name":"fundamental-styles","version":"0.5.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.5.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"66745fe1290416c033f728afbe89a425ad2b967c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.5.1-rc.1.tgz","fileCount":119,"integrity":"sha512-anV7S+D5axGCv5NO2eXb8Pvhv4WSOW/cXXJpwoAYcnoDGbYXWxP41OK9nDZaIeXypN63cVFh/p+RoQPgz5LZoQ==","signatures":[{"sig":"MEQCIQCiahUz/14IuHf7c6UbqQebrHSIrZZ6DvP5M9LDK4Nd9QIfLJ9gKlHPY01gQZpilkVZf+u21heO2hsZkvzEvI73Zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6036315,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeLrBVCRA9TVsSAnZWagAAaDkP/Ru6RVBdLVoITP29yR75\na7Ps58KtCbiBqFoVQiUq7NkUfmTmBN6UlwYmbGEBqS5uyi1KOA8/S0gnVDXH\n9SUs7nb1Y5DfupJvoEDNY7/zkkTwSZoYlqF0Ka74SbuGrDokHyI+zGETSOQA\nXRGWnycY+LAeRP8+xr0vsH+p4bob2hwhEWm0lm8q3eq9mqvh/tt9RP6+qEal\ne0XQGPLLVMfpxwT4IC+w0+boYkVJr4sqJWKm4mPkKp4xkPsgo2QbSXzlU1gx\nLzikCXzu2P+hG9+ItBSZe4w05hwLz84KSBObOvIZs/2q2ME8prlDZ+jsBEX9\nU1RGa7n+EDzNHsAGCHQ8uDxF5i9GpKh/YDnaCYtBCeDyOFk2ZLyUoV/DymIT\nLDCfhXsJ10oV1o9gaKzHIvCfQyidORcr+Oc8n62BylcW2I8yvcrKB0DuBnnw\nZkZKMaJLmpiDODQqDMGENPNEHe3CDWlJa9OV9ghsHV3AxiqVoGqQfm3+UuV0\nLuN5BB8Qwkh5SGlgPUzUUMe/f4zEDlZgfJjhBqVXUQCQM3kGp7Wen9CfuTzH\nbCiSAqK9c5jh3d2G0NcK6qxRFnj1T/0An4O16FpW6OScg7xd3D6BqU6P/ZQ0\n/+F5augtCO40dLfrRfDJjnauH4sNjSLIiYd4fs3d3zXQlRFdzoLLq8dbPpRf\nYJSI\r\n=HXSu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"44eece787808e32637a04a74e88c4abbd3cfeac9","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.5.1-rc.1_1580118100353_0.680817319813878","host":"s3://npm-registry-packages"}},"0.6.0-rc.0":{"name":"fundamental-styles","version":"0.6.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f319fcd6212edcd5932b0e784ccc2cbe995bc566","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.0.tgz","fileCount":119,"integrity":"sha512-orOnUPGxThrIDNAcg2lSbGlXQSanUsYWz2pwjUXWfPA4kbAwKdk4o4snDBPCxUFWZwqN9TY+cN+XElNVFfB3xg==","signatures":[{"sig":"MEYCIQC8pAEi4GPQFLqlnsjiJ0BdmpES/tCbFr4emhbB5UtWoAIhAKYad8xUHxHQM13IQ35cJl2Tak+7HlVj2EbJnUDDUEJ5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6041737,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeLy1UCRA9TVsSAnZWagAATt4P/R3oDvkerapSENoLjrZ0\nMlUhlChoSPbwJN2Gpph8+aIQ7YQEz7vgawhTUI/enJo5hZFyuDGE00ZpM8qL\nn8keYvwN40DrAMWFMZCLQel22X/Ybco3Ys2yRPYyH+Bwn5WRj16khEZxCXLx\nxGA7PhGvkpKp40Bl6+DBA0DIPx0k2/sBwX9FPl6FTcEexK3o76WbInM3dlfO\ngPWSYyrsm+G9xFo1G3EmaN3LsOY/nMJtAsRg5J1beuQyOmtBcD4l0ZKhOi4Z\nt4nDj9IK5mcb8EgzTwuQZ/EAX3fXT7X49HmiwSz2XnSnvVkf/VEB1TFAjgNJ\nYuGJD/WSyB3tYNbHF0R+SAu6sqo/bhefsp629oLmEMQvSQTnFkaEyWU79Rsm\nmzQU3Yser8brMVVua01lV62H63a5nNX3IGU2K5CaTDqP5JI/38hoYeNz4JnJ\nlpgyu2w/UieBJR6kNk1y2OGyOJEJvVOHEXwiD3RoC7HNOvPRwWWHUodDgZs3\njZKaau4ehP3QAjcLc4khAz6t1X7YL00RG0DwzJay13AkhvNfk85rsny0+1Uv\nzUXfLnnXY2tjuVIoFGovxz8Mv/pxOem1wxL7LiVWGGq96FoQs4xZFch75Loq\nYOXmL3jQ4rS3Wim6JxCwmrCuxACNloWVD/XDW9+ZviP4Bn8RGjT1hITYh1xH\nB5Zg\r\n=1ENO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"cc4f13fe42d8390279a8ebed51dc9a58e7429d43","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.0_1580150100032_0.5191710791381776","host":"s3://npm-registry-packages"}},"0.6.0-rc.1":{"name":"fundamental-styles","version":"0.6.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"91a1d375684c73809cb3d90699df5dc9816c47d6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.1.tgz","fileCount":119,"integrity":"sha512-kzW5tNnAlMZtgus7q2QD3xng0Xx5EGy+K/MarQtrFDaP0SFbsKGK6qgmkuWV8Rc24FWaLG8SHTiYDBj+3mDQOQ==","signatures":[{"sig":"MEQCID3Izxfrikks8AcyQKSNo6JWhAxn+4chVCo7A4iFN40kAiAJS1QgmZD56aMnI90MmYk0kb3B7tr5F69XyRZc/LlBnA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6041871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMD4PCRA9TVsSAnZWagAA5igQAIGwzoJ9pRmtiDQEzS5O\nDcs63U17sWrQk/t3OhkKxFJW6cTIW+51xHorXyko3XbmtNF1BN1+H018Y06y\nJ4zAyNLu2xMLjrKRejRDgSOCya9C6jQ/q/Yts9977bHN4n14ItaCo8bqpA9L\n7GHY9q9Z/WUNGeiwnD1VGRMKZfLQGV0JQZKwTR1Zgb7ARRoi192Ep9R/vZIk\nBhH8T5o89kDFHtpy54HBCDu4SR8kJrOijXGozKemeJzucPxoo7o8zjKl3h6p\nSSyRnN480bEWPAdZ1+lEtad17fEmu1rtQ4KBxL6rzqPt2R9hk/wYjgTB5zru\nJfl90CWL7+Y4Bhe+ZrHOzEBFH9C7Ev4Msg7Kb+Qf7/N42NzCmVsEtXACAmlC\ndrv6ZJ48e93wMPch7BiaTLnW5ZruebiMfKJV1eMIDfMmk97aSTVj+FlgQ2Yf\nQ1BbICmxJPnAET65DkXrKUXhP9dcBAtJRgmhl3RujmZNbCmVjnxFhH/WZ6l3\n07nV8cl0ES+maFuwN1pUJkD30Rk24Nn4EnO9+plguDLAPx2q3fIl0x7Fx182\n533yGb59ILTNu59gcp2Oey0yzIxfxcq4h7zobwsIh/3RUCZ8SpPHlCFeQgCL\nFvPWRuq0yzw9H4gdgUGLKG4ESAdl68DuiZdC5QpVTR6JflBWGxpDBkVorIWm\no1G/\r\n=w0YS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"14fe260f6248b0c94d6bed769cd53b6f78852289","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.1_1580219919140_0.2496713501845973","host":"s3://npm-registry-packages"}},"0.6.0-rc.2":{"name":"fundamental-styles","version":"0.6.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"484817d631069eb7fb3e675ddcd083fae79f9814","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.2.tgz","fileCount":119,"integrity":"sha512-dLrEurHC5fQxKgJB/MQ1BPxUwjkhMrG5iwQ+6a3+yyDKboT+FjNKuMLHGmVgfw7XNo0mLwwUW/VLgLllqOTaaA==","signatures":[{"sig":"MEYCIQCP3RS1NdctauMsms68HI0/U1fMhS7YrOUvuztYQBiTaAIhAItgWM0kTUMbcaCn2zyTdvuUxgB7HCEInNUO6T075Gxq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6042005,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMFLtCRA9TVsSAnZWagAA9AUP+gNtTPsrPFsCJgMkXOzt\naGVsw1OAdw33Uf5ngjkXfB20O4nQSYXBM9s7Yz5DPbOO7FekP0Mnj6mh58ED\n+XHSYoQaKsBvjiz4WVgF4KfUCjFd6n8qVhke1aM22G2U5pt91+Wx+LSmq8IY\nBrcBY1SCQlO0BWV4uok7fn6dmIbV8q1pgIftgjjlwZYC7N4gdMrIiQmna+FH\ngMTHKmTTmhs5/TkOyEadhFzKxpNt9yPou2qeyeUBx9bL4dNeHAJw/uIgyCiV\nB43sqL+vMozfKTEsnrB17eenXeHZ5D7E2htnlHN8OSjDCjrmNQsa4vMQ/4Kj\nxGcsZTUHQP+l3ZibnGq41II9FRSuRvXhQFkDKysAnlqXj4/2Mql09QgiWd+j\nLhtW3sFSonu0GhTwWIoBPm+ccuedD0cnvUMIOCXQi7XcAuqYSnHSt5FKeJlq\n4mvtkaz3bOQBVwy4n3MeBOUg58sIEDDRrbGKqT31H89bv+wJvgCk6YP4pmLZ\nHSjO7E1iavRScNggDVBCmfRqjlo0GmucXPF6l4xfElJcS3lZfhsY1mm+Jawl\ny+wlWQ5tMOuSYXI96C2K8BbZh5rKndQyLqWNJWVKjvz3JxEZ5eaO9tmALCZP\ndkmtzAh6ExvfXB7zIGOcCPMQmhL/AJEHiplf/WmNjZ+/IWJJ+1OmQw5qxBFu\nb/EZ\r\n=kHdN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"7af4105175a9499f2b6200ea909d3fe153afdc4e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.2_1580225260385_0.4364010384446346","host":"s3://npm-registry-packages"}},"0.6.0-rc.3":{"name":"fundamental-styles","version":"0.6.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b01c7c382cfc200394e63a899f74d555129914d8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.3.tgz","fileCount":119,"integrity":"sha512-U5aSPGwy6Tsbq7SZw+31WdRxfZ4wkeCIO0CQ1+ps3MDhq07af8hctrFQBvShlO307HmSH0iNV+FQ4KnBtWWZXQ==","signatures":[{"sig":"MEUCIFv6J9ddln0xHKUMLRRK5Wqx38lY+4E23hCDSxCZYq/jAiEAs5uzV+fYXl7CoQURf8dyZJIEMS4FB5OO2ic88doND0k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6042139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMUvuCRA9TVsSAnZWagAATeQP/1TEU1hCVU9Bs5Dv4pVC\nU+L+kRSg8K7g+QKDjxBcKeBvZnWWts2c08Y7LsD9p1rG84I+LGTuXl56m78c\nOTq3/YQiBm8RVxD3I7a44CrGoMBgLEr+iAY9T7PdEQotDQUW8Veao6Dv+qPM\nym12RGywFWJDhPJqtOUkiO8ahvXHNewB4GYimeoVhXFwEJUHlJFKfUa8GLe2\nEsYlBAGiEDy1yGGCwuDf+Bo54gMwgzzN4ZXZkmcozvGC9dDXZnRbDA3buXb2\nmDzWvOkNzvHCo+NZ5qeJy4dRMvTjJJt+P8fpYLb5EPdw8XGYA+cvldPyugKd\nGcR/OBDXJ4Dzvx2pUNN7goqKbxgJN8xu636GmKC4ttcpyMy0MFWNUw97jL28\nHx7wg5PO/weDsWzn0UbikrW5Nl0IoJsWpEucfngzzlvM05Uvmnb0pmsxfAiJ\nD2dyGD1ITSj3eAyeVjgA0IAdMYR0dMGqEjbUBP1r9Ia6AjoEQDg5SZ37F7zT\nl64I4HQbuqjUomDHvA9vILfacpt+wHoEQ+87cvto8T/O2CnNADznCMY6H+KC\nZDJu07/fjTVf1A4TIbLgY5VTkWul4uIQq8QfRANJ6YfkcZWwqG1O7sVK9InU\nFoYpyRNno6Q49yNDJrL6aZaWVnuS6vHrp9PUD03O5gq+6aOTa7JHxCliugzW\nXQiw\r\n=dCYC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"a02b4e9ef136d19065f1a5529af6d95f4ad27c2c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.3_1580289005990_0.7286290076596369","host":"s3://npm-registry-packages"}},"0.6.0-rc.4":{"name":"fundamental-styles","version":"0.6.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e619bd366a6201532f95285662e0c86c8bf2188f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.4.tgz","fileCount":119,"integrity":"sha512-Ey8Q6MONiezo0pgPcZSWmtgkOdLPveZAk6wHtySNZnX0fakQXkI0mSeSk6dA5xLHhGI6TszZrp79A8suzSv5fA==","signatures":[{"sig":"MEYCIQDvwqginJUkHJO4l8SK30Xq0RkXnP9JwRgcIfhBGUr2gwIhAMjvEF+hQWnHXbW4I01AuFsH2yVIsOJaOLQLTEPIZQNw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6042277,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMVaSCRA9TVsSAnZWagAA+JkP/2tMZb2l0d4vmr2Zy8E/\nI8D1sl9H46gbNdlu7BKdBc3moPCujVhNbYKla2I3vpl+EZLbb2peTbqNI90t\nsLpxMdkfT8vFWrd3G3NR9TDr7FLIOMzOELJcvCUc0jUn7xw+igLHav9ldGzT\nSaZkdr9RhYfdMqO3TgxwUM/j+PhyUGwibbdWuK7LxywaemFS8bstJwTO0Vpe\nwKz8uihJjwLO/C/Jb/93965qkntVySOFdUUJDbfh6V05LTsYv7zCAhyAp5Ix\nSrMJWBicRrlNJxsSgMcj6rah8u8cHHGwkJJZUVibD/e6VldabgnRrbjUtKG8\n7xcSKr/1pY7XUEiYZ+Wo/XunPf8O8IiagCZqZlgdQKAkDcgTvyuRd1tQ7QNF\nHi84GvKJrk86bHTxkUTtcu4BsctaOXacVyB4BfGySwvEK4VeaH4PODGvpfcP\ny1lO0vkLk9A605pfhBL4ynVxsekZqyeE1u+w5ty7Tj47oyzdUj6mW3/o4dsD\n/SLk7Nvk8D9OdilK4oQMLgANF/Ud0metVo/IAPbs+17KpNssRaEqVCcrWL/6\n+khSSLfnRfq/1KG64zTeXLASf3OR9zCPo1rz8wGubIWygJrjw2cT4IwNyxCv\nljr2xuY3WpVHbk/8QkCiqC8Z2MpHJGT8g2voe/8H3gwSxGdIfqs3CbklErli\nc8qH\r\n=XMu0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"94f93c5ebdcc4361a0313fb3bc22234c867422f5","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.4_1580291730311_0.9768740553244473","host":"s3://npm-registry-packages"}},"0.6.0-rc.5":{"name":"fundamental-styles","version":"0.6.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ae19b6b63ff7a93bfad995880bc1f779568eccf3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.5.tgz","fileCount":119,"integrity":"sha512-h94bl5p0sWOgsUV4BIZRPDBeoHxUbtsdU3u0dT2HYU9zx+l3Ph/xrnxA2a+wuIz/hK0vtisnC2gBKtZCLFCGug==","signatures":[{"sig":"MEUCIFitR2ni7Lkii6au8NIaruJNxiSvBPIUufXUlfYWGn9FAiEAt2xYVhUg4I39wr/9WgOysGueJfTUnf3DvLxoMCxr3Yk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6042411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMk5eCRA9TVsSAnZWagAAN3EP/i6U4fYJdMDSyVuhLW0n\nuNvaXn1PbRnIrbqezWUwodVPcQ43kLLg5c7C3dfKBcg0Sofn/vq8sGCoVx6r\nDX1VbNFE0Ztfou22ATB1FIctr3skzwIaiuEwt2Lg5GFZLwskpod62B6PrrKj\nByRMuND08hzHgk4Cl+OMXa7+TH7CpEafEv0QH/wompqI4DIK3peKlKIMo9If\nfCJVBuGl1EiOYbEin9pQ+Wj2xVU32RAOgdW3HznhB2VmVB3nVvXwN4NmSBlx\npL2OFelfjZfiz+XC6K9hwHsjmwr50U2hNjvD0VUFhUU5RZK4Lwjj0AN9JAJN\nFiTeJw8uuKgAYpIptqAQhYIhzDL1DQwCptA8WH3lTUzMv/bTdpVDB5nErR75\nBYW0TEfQDDulcPsZCSnIe8EfkZ3zLQz2tEeNkyZG482gIY9SQn6PpA9vdvag\namikKJ+mBGk3XPi7fnIy9XyYTiMe03m03et1C3WEuW+lcnOqHXkFwFE8RgGB\n3qTDKJKpL9/SPMAFFgbKmNLmc5jX5beDYrNWGa43fuMNJ+FUw7ex9CmrulN4\nEDBJ8akwoQFE1nUYKKoiZ588Skq1C+eJqcRaWpNqk8kVY0FO5AkOVe8G8edP\nVNxjwdMdfBfA+DRorvoaGqXezKxUe/yQM5nKfiZLKz8G48J/o9ywmPV+TRnX\nv1Ov\r\n=WCCd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"ad3e7eab54a985058b257b936b64b9710447061a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.5_1580355165827_0.7293959906045693","host":"s3://npm-registry-packages"}},"0.6.0-rc.6":{"name":"fundamental-styles","version":"0.6.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"72b3f0ceb6dc6a58a1013ff283519e029a6d482b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.6.tgz","fileCount":119,"integrity":"sha512-/GPKSzHycT+3JXYRQeQQv1WY9/ZDXgP7ibkdUzI/E3CAiUHSFGybQEsxveRAVlxw/Qcaab0flTDiXftEDYn33Q==","signatures":[{"sig":"MEQCIED+ApGgTHPhnhFPtTmjVmKcRcQB/l+hbQD1FnX5awNdAiAR+r0V36eTU86rEhBMiek6DE5QgR1nKOktN3AhBC9riQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6042545,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMpVECRA9TVsSAnZWagAA0q4P/iJBJLbfFJ1ca8V3zUxl\nW13vM0elPabJpAj+QkkLX2/bCAEhdJigeTz4aDsZzb6+6R2tnLYg70bfrbAV\nLxFq3ATviqOSYueoWQka7r8LWKfF2s31UaSRqgfZ22lKpDT8iqH0YF8hxGnk\nmM7T4Q5QyoCEjlSnh83+cQHX7su35KDZCF721k3P0xuANEJ3FzOXWJiLK6oS\nsr9yUF5/2keqsbnW1qKYlxwZ7oDxnA+B3BECVUKVGI5xITzyVsyY5cXrD8CZ\ncvLZiseJGuGXEsFX1QpPYGzHpjIoaKxG5bEmI+Ieh0zz4+uKx2YqGc/z/fZB\nSvZBEJwnqhsReiop5EX6M5JLRz74NXD1WlVRFdN7AFWUddp3z01MlPutH2Bh\nMYQlXuoc7v1xq51r1olwE+r5QfbIB0XWWi2uO/QmlpK9nbqqq+NAoaZmGXTF\nRjQw863A2LVuiIFUX+lL6SlKqyg8gVPo4D7oP4GBZR6YsME/wOkLjj4HPcZ8\n/ftZts6LVlryqwXk8OxQjjq04sb4KKNuzSndBTHIEqWViAxGjSiWIVR0S30j\nC+78in/jvJ9rGG+a2CngGW9b2gfGpyTZQPIw5SWO/FDN/LYNpj5iGJVI/m2J\nTzGt8SLgjEdf8kX7fHO1OhRFN7TCvhVdj7A16tUW8ZHNgVruyC+mDHK8gBVf\nKQsH\r\n=nFJS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"4879c81ff9964cf3ad30d6e7d92f7a1d77d10613","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.6_1580373315851_0.0427773875946027","host":"s3://npm-registry-packages"}},"0.6.0-rc.7":{"name":"fundamental-styles","version":"0.6.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f0aa03d36336aab726fe2756c33b7db4c7100ee9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.7.tgz","fileCount":119,"integrity":"sha512-D7P5ZZrYxqrnRJc6DOBKaeFbXfBrW9tG4QLB+6YHnrWdZqprd8o4jCYwUVZFxgAWWlOS3vb3pI5vUPKHdG3aAw==","signatures":[{"sig":"MEQCIHhh5Z9FiZVMhlZ1Rs8gn7MbIIC9CtxxVQ3VsTCdoe3kAiAkux6VtIl6jaRZBktuyrzDNDN/rt/YsPt8pK4S6LRSVA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6045216,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMupSCRA9TVsSAnZWagAAv4sQAJ9WjRQtuSsVJ5j3JiFN\nU6A/wqQddCSkqYW1v5qzzSnnjBx2rA0bYFND08JFfIJJ+rKUYwZguL4DwJld\n7efF352dTVVdy301XeHCDAGiVYof1+UFokd1LGF7plYkSFz6EeJgeJzYk5F8\nlWO6Jm9f6OfB/8gWFWjdc6dmd1CupuUKYvuL7rcNsSqVfuj2kGbcWPJKKJ3S\n1gZHPsGOjIX3NfLgM2ce7tQ3SCgRbuDuslin/dFMf+CzV8FtssLaSxDVPAWR\ntVfREInbrPq48GWwxtCPlFd1gk5ox5hdQVVhCMCbvG4slu1zIIcu2REhS80h\nsGWmjGWmGplW1Li75pENNFDf2k94kc7UFmOPbC41/PkEd0m9ORsPoaX1kNdz\nRYmG6aqzow+8l7VCKDnnpPdSDVr5RYlMn/DhWkraIpiaXN1vYkkbMfWJL4ly\n6srsYZuc2uQyis1b8d02A3vXJPPRHSz/ziN4K3NtVZ2x052l1OGcCfMzcqgh\nnilQ0orwiuWf5608Yjad+K7YueyAnXM8Kb5HaeFg5SaLXwXOSxy7wdDxyhR9\nvWUNG83cdD7vEIwi6PzeDnjkeJ4dx4H8uxQHvZ5JuVqE/id35MKvkVHuAf53\nPl54UPAPz+J/PtNjrXIsHns+U6ZIN1N4bKJ0//7G1axh+r6n9B3Vns9zdESY\nvEmu\r\n=cRxP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"f028da59821a9c45e073fd751bd191332c245268","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.7_1580395090229_0.003943217913148889","host":"s3://npm-registry-packages"}},"0.6.0-rc.8":{"name":"fundamental-styles","version":"0.6.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b8a15c8fa0ccbdb608d1d0d60e43ccdf6db518db","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.8.tgz","fileCount":120,"integrity":"sha512-olrXBtw9ME0OD2pkkBKHndPoQIhckN5ZgNZD/87KoiQK8L5Td3XYE8YrrqgVnp1XhJrMERzuMqnl30WoPy5qHg==","signatures":[{"sig":"MEUCIHnhCLZccsEZ8j11tm87eLx5G6UFP4Pnt2cYEMbtLSsBAiEAvG5o+mlmCqRRD0PFkmNuB9mPrOFMgojzNF8vLrv8WUg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6067550,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOBoXCRA9TVsSAnZWagAAjN4P/RtMx5DugA+vw7cOrags\nOKE3StjkylwK/j214aelLoPiuTR3m/1WGLWaPebBp1PvZ+mNWWwXyJY6MAzi\nISKDcD6Nqsg14EAvn8ZV39mdi+hfFwMxGQh8Cp07uNHcytMr7ES4wLPrDmMo\nSCzDAYYXHe9XnF8+tIXfWks0cnG7fpX3NzSDYlZi8ZSnNaFvw9u182tm3r7C\nkU+y5g5xnsGFpRQHFKhouzVX3CXOXSYngvFUCeiSWxMuqelilz0l6H58lypc\n81gIVaDlvAAro5kG44TVtfPwah6D63j4P4lGKQChFGEPWUBupIKLE0Y1ZHKK\nHDC82j2NvH1uvOmLUG3LB2RMBceZzvY4i7hAtieXHAphwhJi7V5yLHqtG5Qn\ncQlCP97aa3irznH58iWUQvPAu4dLQq13DvzKppBiSNCuCt7MAxSQ4ZW6foHB\ngpylTHgsyuL+j7PqaVT9TeZoe1Dl9wcZFXWXwR5CBYiNp3ouJgpxVkMgdAT7\nDofMMtezswWwcDNoPYOBQ5YEaMD/R7fp81bxeBwfdCsuVaw8imXY6M2O/ghe\nB49PYpEG/WtGECEBy/3fkjsgiBF6hivcdElIsXKzNZwAMki21ucM0103t9qQ\nmYmF0hyAWZwO5e7aqZBAEbCUh53PEF/XaXMHrmoomb8JR0kBdhQrEA3vXVTC\n7Tik\r\n=/mtG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"053515b830326bb41ec3f602c8e80e99e91942bb","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.8_1580734998766_0.3487632537333063","host":"s3://npm-registry-packages"}},"0.6.0-rc.9":{"name":"fundamental-styles","version":"0.6.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e20fd2f2519819108e277cd48963a4595f5418ef","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.9.tgz","fileCount":120,"integrity":"sha512-ezOi1g75eVK6it83Kvx+b4oA8QUaOh7ZXXoIoru0p5+gQWH2FaHaY+bRhMvg3NdKvFhf46caYGTucf6nbDIftA==","signatures":[{"sig":"MEQCIG4MwXYYKAZr5yZMD15dQvBuWJrXT9soTowIQ3nLJI6SAiBvIfVtCY+rb0hG66El5QVcNl1euKyqiY+E9l8+sBHBLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6067737,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOZcqCRA9TVsSAnZWagAAZ/YP/irOQ1AO7ufxkZxBrv2E\ns3HkMnfHDTQgWPhc/x31gVnAX4K4I42K3wwdNc3bclP2+6KP+V7Yxqqtv9SA\nOjc/wnqwUd+9EwMNmQhPyXClb1UNT7164MDHGcoa14dJZcnTVxnKr++rJGqD\nF2j1Bec8G3My6jZvQixoat5slCZywPNuRx0k1HtsPXD9ln5LidtGBNbM5+xF\n4/VPkig+4ZOz3UsHXLE3aA+SMDi/Wi0hPzutzAByfOsAzRkhWsFGYWlVoenX\npyFcJiDmC3Q5XLMt4Q3Ehzb/j9qHb6gt1hH2AfZfg8uhxxpiJC+3bNo1CjGn\nbVPJTnZ/t11lb+vI29jh94ttN7tj5x/3OqJcrUwYPrkMlUzI5Iq0wrhkyBui\nCsS0+LabxBMhimvRzI8C/6VDl5OUmlvXltuwPAUI2wnIqbx9qYgtkZlvF2gN\n6+gm28YlRjk/wQc/G4Ymdln1sSMJHGGh397NINSXcazfbC5tkVyqs9AQJWE5\nRsEysgZ1K15FgoQhJOGLAOjga7eyTUdkycAcLtb9IDt8JmVyVs1MvWnoWkij\nLIzMhNxn7FGcips2bo1y2n7U/SNMlz6tHZw6xPU/PwneYYTddKtcq/sfEbp6\nGKbKoOnBUSDSxdkLaOssev3vYoKNCYtYwPp6DqmYG8NjlSYUswLaYpp/7Itn\ncSF8\r\n=M/oP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"f14363df1fb19828151419b1103bb8b6262810ea","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.9_1580832553979_0.6538491878867736","host":"s3://npm-registry-packages"}},"0.6.0-rc.10":{"name":"fundamental-styles","version":"0.6.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c6ba1ee9e30dac95388b0c7a49dd325d0a664513","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.10.tgz","fileCount":120,"integrity":"sha512-kWEPIwdcrOxs/uaexWnzhUavNxOJhm1JnKRgCcr/JdMg+G1j/vbPmYAg3dY9J3jnFMPY0QPSkSkHXWNh2buS1Q==","signatures":[{"sig":"MEUCIQDBoNQPg4G/9woZ5oBewAYTT1qGtw49ufBGEHJTDhhxXwIgD83JejQ7hOTVq8omczyAItoRojpvTTo636WK92QSbsM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6067941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOZymCRA9TVsSAnZWagAA7/8P/3xCenKY7SNO66J6vP5N\nMgy/PEtN9z3IXOGKuCz52guClclx/rPdaPkC2lnjpvJ+uII6qLg9Je14a7Fv\n64beFbat/z71OmB51bAjI/W+vxfBfyItvDuYzt/ZYbPwCOVEE1jU/KWKfbYH\ntcA7+lSrokskrF2kdv3DRvMctatG40YeCIosc8gMUfb5URRuuD4N8WOL5yhf\nr7TzPnrzBSP4W2FVE/AHgxkJY5Ie2od7fCY9VfQx2lWsWhy4xQGB0zwtVMwr\n0FYryz748g80KzFDv/6KJGo87YKDkg6rskIfRc2J3XJQHMsdePMv1fjdJnp8\nfpqzv4/vwFH26dtCg9zYVck2k0NoAEWeUCzx5btJ6lF7orUP3NfTcepHGEfn\nDf28ejIHbjYuLWeMRtZInz6/qo+WAEAmtKxESrlzeeB1y6k6YghLrNc3VFmG\nJ81yGyZDwp/3rVrrdPCiAS88reFhG/UiQIKntzpJVPyEBPg59p3RflqIy16h\nOdBXH61TJ1oOFJ/yIEkXrlwTrsNtlSPwxkBLKX0GcJl7vG9wak0JunKng2ib\nwasHlskP2WF23xeoofG6o+EAxYpHrsgoz8gyH3OqHRQZz+rYasyRl5WeE9Jz\nAuvEgYyQAjUROsijeggHeHTraRixkNNbbRJpKMEnJ/p/lxJ/rz9i1FwMXeQX\nkytH\r\n=Ia4B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"845f558eb1d8fd54116097f6df3650d3cce37275","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.10_1580833957616_0.8630233021319151","host":"s3://npm-registry-packages"}},"0.6.0-rc.11":{"name":"fundamental-styles","version":"0.6.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1cdf07b643c8995dacb0e021958d70a08f670673","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.11.tgz","fileCount":120,"integrity":"sha512-iA0dbEGa9R68A9uipbGTNIC+ror99Phri245M2fePeIfjOKddRDTZq0xIGdHkOeS/hl/X8my11C0625SyNnO4w==","signatures":[{"sig":"MEUCIERUY2RbT0mKhgfA7gy6lCGNAxC97MhyHSv0BN/g0o9rAiEAkMEmQ+fU/KrxybzoYKSEfr9oYOv8fHpa8Eh93kWV8Ws=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6069012,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOxBQCRA9TVsSAnZWagAABOYP/0dgKYPETswX6SE2i/Xd\nVkYT+ahVekUDP0pNBEjsakVaDCy59jwy7I0ffxE1NK50w1dA/wc606OGZgMW\nU1BtigRmWQRxMfd2oKgVRzob2DkSMDnFUZqyb/EXKLw5nDsH40wxNznJ5lsW\n2TdHBZclniBC8xwIouA3TNSd3+s3Y/aX5q144l6fIMwa74VIgAGY2XsUY0Vj\nfX51f1vmIhaJzrnqkqfaxQsOQ+G5nhY4Ip4yicgXX2g+jbC4c2/5UCBQigSx\nL3wchQcP6YYbKLzPLGCUkxNtco/PhcYFiC5x0p+GokwagckOJhWsXRoUGEDG\nkkHnrsOIjcHoSL5CyOi3xlls+eQO6Fp7CI6wWTgRoTsPZkxddZKer9UsbPsx\nh5Uvf2ITtUYsQMB78FSpcJdMVInxQpW/kzU3LaZsol4PIFPak/fnlAdxItoH\n6oh5Z5/Vk6TKZeJtYq+syTMlt8jXL5Y58yJnVnbMNrgTCOrZdnxdnUnfNF0k\n9suX3p7J1qz0sXezjfpCS2ZwciuzoP0ibR/f/FrI5MegknXiI0Fn2XK/jbzm\nziMSvAUwuCaKt0iEI37XQkJTXZ3LkwQsPN6SYHScbAuPle4x5ETd+zymnakz\nQOiHEn3l42cVc6qeBohg9iOmi23RWTVo6sjAv1YmN4+5IhfnyJgL6iU7rLCO\netVC\r\n=6cdp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"ece30468488cd77d0c3ee436702592383cd46823","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.11_1580929103396_0.44917251096013056","host":"s3://npm-registry-packages"}},"0.6.0-rc.12":{"name":"fundamental-styles","version":"0.6.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"93a45c4ba2a3d900de4d57698cb7aa916f36a2d9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.12.tgz","fileCount":120,"integrity":"sha512-Ah0RGrA0S0EZnmsLArWDjy1cD/CyWiDqIY+bqdVtu84GAEjz/wcEhlr/sePfVOIE3jPUfi6CUm7lDn20kFGK7A==","signatures":[{"sig":"MEQCIBrMylsP2uS4hWtSN4bkUFRWcOEttbtIH955ivWEx95hAiBwbLqV7UV6dIkzM0HWtMaGQVE9IQ/Guktr4NBMu724Wg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6072029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePXFoCRA9TVsSAnZWagAA0HcP/RPvkdvmJUfF7+OKUbFU\nIQ+w/7cM+TbLa2OArlAcz6/jiJBQDh3we23ByOvCYGaLFTdu0X6/rtKRmYZF\nE9QAfc2Y1F4bOyxMscdvsUmi9LergB5mEtJjCK782++OXbWO4r3TOHf2cFyg\njf+vEG4LBagzNCa5fa4ObnGcmcA2zWv6tfRKZIQc85YkZEBNAr1ZxoSmFXml\n/qiyPorG0RcXBT/gdmV5TUU9yFzg4vX5YSvSm9f7COx00UZtlDlsGHgoq0Z1\n+w7d1XHaOzA//oDnnW2VZYP0szRlU33GCDn/c3rAX/rS6B4nwimjdi8oYeYe\nEquv9+2Vm/2enLYk/3U+PUHTvjQzMSO3L73sfartcN97vKUrTKvfod/qtapE\nKHkqwy2l+0eTHb/oF0qyZs/etKN/OdnFSAffU2DTdAcujjqsJHiile7Ms/gl\nfSijlI2fnZNP/t8Jx18ePWWAzBjhujlrRbBQuKuyWGqJDGLYmVIeHu1dz1g2\nR/Ca0Ta4jGNLDeacNLn4RwHUVGtS0reZdp3QaQ2SxTITAU2OwvCbxExQtEFb\nr61w3+vXa8KimJ6Bap0evDgwL9fE8EbpZHcOFglgb2ea9nSDgPTVkbx+9fYn\nS6ltWTWzvgH6OYc7LI99bFLd8iDddUK228KwWUeZK6G/Cv0UskVT3ZGNVcS2\nXeM1\r\n=XMIE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"d43e88e24b3cddaba11a6b5ae693db23e4d980ec","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.12_1581085029030_0.5986605162411571","host":"s3://npm-registry-packages"}},"0.5.1":{"name":"fundamental-styles","version":"0.5.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.5.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2dd7ffd0be0a7db212e946899e1cdfa3369d4323","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.5.1.tgz","fileCount":120,"integrity":"sha512-rkp7UztTtb42WgYSSXxZwYZnlwJRGsR2dhssj11FGNnXa3h2TK3EdtcQHNN8ohUo1dNF8Q8R8puC9mhO9g1bfw==","signatures":[{"sig":"MEQCIHtSvJwP5x7AIseZw6X/TmREZMptrjj6+2LSVcZxCmAWAiAnitMZaQ1Gr3yew4tIql0/Zbbx6lOkrcBYpcpS+JIkHQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6074293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePXVPCRA9TVsSAnZWagAAYsoP/1ndfRep4+lmDxIcm1lU\nNgmeMOou2wo7WAFzhOO50tv+tVDUQuL1C1qEkM0W43o7V8ugiAwAXzYFoJXD\nLQXQHhDhg9XQqqV4jQB8vV2aXPWjdSlFs/R/4DbBHlLhIv2dJ5PuEyTAk4rP\n9M06uvPrxZZ+pqqETZkuQ+iD28auUY6okYN6k5MIHRTdDisB5U3j7MWc/ESU\neD3QEFQynpSwPhOuem1FUX/4IzaBgkBFPBD+FzR1/vlTuKWcmegIiMXV+0Rm\nCrs6+WK2t7YRc7s086Cxbwspr4Q6ZFPKTe+o04ZnvAgqgmo2MQffrTaToqH3\nBfToynbP5Z94y2qGWjwc0CvdJtNQ2+GR/QHMED/EkZHtcxNoK/HwgT7rduHS\nPfotXK8nUJxwWMds44/4esTBvTq0SRv8RvTE9IKabfUMMXPz8iHoAkRSb4yD\nzN33TbQEzM2K0tI/UAuMO4rlc5r3LLMqIeL6DKITa0zdai1oSihYlW9cLD8X\nCamvnF2/a5kmk7KSwVkPaoP3qs15q71cxVE2/JLeJMOtGO7JZg6X4MV0g04Q\nKKe24byT/CfTe6Wz87WIgklDz2R7s+kjIpFjvyhm6mwFGLH0FWSYR84MAUQa\nDKNyYZID5i+988I2D2IkeIHig0jc8lg2YsmWlyoI9x+Dmc1MarR5q95koSJy\nHV6t\r\n=xWZe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"b8c7749eef5978aace251a3c2ab4c38d6b6c4c24","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.10.2","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"12.4.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.5.1_1581086031023_0.6382398641803313","host":"s3://npm-registry-packages"}},"0.6.0-rc.13":{"name":"fundamental-styles","version":"0.6.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a1a6d051a238612967952c14aa06c31f0cbe8491","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.13.tgz","fileCount":120,"integrity":"sha512-36vvG6i7ITKBiTF3Il/meOaw2YYenPQMKI44z3TPn/dbZvlwmMRUY9AzLXKqvOdJb97jWzvBhhmoxjybNRBpmw==","signatures":[{"sig":"MEUCICOxlY9iBwbibVBBBSb9FC1ZY9rQKHriDCeVjlHokongAiEApdcNFQoUH9CMKw4P3za4cXp5lIUCCiGzV9KGhVncBEI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6072159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePZMWCRA9TVsSAnZWagAA+oUP/jcGgPPXZ2mhedqK4BfK\nt6MgYiHCTMPAiYGSihwSeUw+sDlQ0tUS3dLvZ2QlCgZhGLPA4pR1t8XcU3s4\n+rD6rjCYx+Fh+L0jMc5tuu7Y+wBVnnm4AOsrAjhcrI1zrFNkQHVNpDROybAT\npyns/Zl1xI92Desj3QGkOJ5xgj6F2tyjjvM9vJOWhAbLUW8t6uTEmuJD2+JQ\nQMdzed1uXtRjf3CVMaFSnRJDxHU7qgojqk6K5LmZPNTYprSlygmurTadzLeq\nzMnaWUwBM1WXlOfiF9IxbtHb5WZQ6vBXhKQwuVaafvvLcwXLai1alhNn2VeS\nwVdFz8ht3hulomYCRzLNnGbqwkQ65MqATUTbE+vr0ifjeFfdhOFPmkJePtIO\nyA9TIN2WBY3AtdeNoFg2+2MJXqwhTN1kIEsmfdFkRShR9fW51t5G6iKc7IT7\nHPa/1GkzoIvZv4TSKYRS/1zPf3tsVbCi14tTmuNxNldb50v+RXzMcnkL6PfU\nhs8HdQ6J1kSXHeO2jJR9a2mJ5BEs4iWYTC12gkCsfcpBZhrSN9agyGlolo1n\nMJBJa+HUMfLS7fZSbf33Z9oIvnI6B7rlpp35klClGmcVYERyz4fqn/M9JEwI\niqeF658yXZN/3cP2if6IHvqE03iN/y4rY9QJ05zDf0nGao92eU0Go7xOmiTA\nobi6\r\n=i2l5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"53885bdb6f35da456f25818a1f8a04e1856a6902","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.13_1581093653385_0.7671359315292414","host":"s3://npm-registry-packages"}},"0.5.2":{"name":"fundamental-styles","version":"0.5.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.5.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7c29177c8c4ac08ef2541757900ecbb2756465bd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.5.2.tgz","fileCount":119,"integrity":"sha512-uBsQxwHHaPqHOOAWsZDyEQalFB87Xub+AmL0tNCtrs5OC0LI1kmBZ1m28zTtkyshIhnJMk5ppkI6Nym+47kinA==","signatures":[{"sig":"MEQCICisN+hybJu9V2UVMH+O8hUlGRjon4kq0TRnvEBVf4zrAiAeSIJnUf8TB5q/kUtWwRQb8S/k2xEyOULgr0z8DKUgxw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6042150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePZcOCRA9TVsSAnZWagAACwYP/0RkCKHgx4WNUNF0A/xe\nzDJbsJSTfw67QaMWouWCcmGlP0nU1Q4IfxiIg4Asdl/LwZAOFsyfJMeAEUc4\nhLn0lKYc7Tj7DagEHLStdfMgyP6fUDYv0w7fuGdgvREHIW1t3l70O2FW6h4/\n8tNOg+uG8tU1GaatGfyCm1q3OkB2i6KYpcf5sSZN696ZbANH+1PpqM2x+es9\nM5BxEb1LNXIzW+Pdf7bjPXTVtWiqrx2Ag/7XBG/6ej2jCQHjrnpP3uEDM6GT\nonBoNBnAdQhYmyfp9jhG4LRR/sC/c2dQrBuJfXb8c5BGRjYNUmc/vMmSLnkd\ncjouQN8N7atQkPBUz9gG10XbwoPzB3coFcIrBoTo0UVVz9eBvFuVEEwJuYw1\nA131ajyR5lF07ohcFaz8+sx248Y8+TUZMj68Hquw3Ty0WkJtKp2nd4ClpGVx\nHCw3+tRE/izqxKmT0yj0gpQbjsOUHiZ1dOlqLa6SNeRvTzbRQspUrzt/MArT\n2+nVYruYdkEUEh+QzeCF1E3qPM69QC2MIZjIAk2d/3Az0mrKrjw2+BpEemDF\nBC9KSqASoi6F86ygQyugLjazPiWLhTicTkS2BX5ApbEwV4P3kFH5VMrwC4Pz\ne/pnZI+uKR24glwfZdFCt+QO8YFCHzIYm2daXLekNl0j20ON3KyIw2wJUMiP\ndQ4Y\r\n=fT3N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"2625b5096dce0706231e2e52d3ac18d2b09685e1","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.10.2","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"12.4.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^12.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.5.2_1581094669684_0.32969909529099994","host":"s3://npm-registry-packages"}},"0.6.0-rc.14":{"name":"fundamental-styles","version":"0.6.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"14e747d3a0739e02c85c92ae3b31437b0c0df1fc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.14.tgz","fileCount":120,"integrity":"sha512-2sOYJkJevUHRYDosjl5L1FxLP93I3wpT64z+O7pK0+8y/CdujTC4K8kvqSXMzG/Kjpc7C4zqCJzvHG1cetg++g==","signatures":[{"sig":"MEQCIAYB2H9Kg7wMkPRlEqkF0Q5/GYKRh5y5/0cF1berA8zFAiBbNEcgCIG4AkYOgCTV5gJSLTPDFArYjCsosSIjkddYZg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6072297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQS+HCRA9TVsSAnZWagAAePkP/R3vJuS9rB4snBUzx0NM\nvjjma7edhlqQRXb0rFspa+pOl+stdqS8RyKi6m6t2cnzRXpuZA2RDS1QpBji\no27l9iG8l5YuZelG3pG56/GtX8pQb287zYQkKJRYOriRExQVxvy2U0GoBRBL\nJu2iEdIC5oM3lyTIay+4Y7lyHcmGQb8cXSPldYi+S5VKQUwGbqBup8OmhGW1\ncYjGNZeN0JHAcrWUJP47l8Qc6ok1UoiUtWVLgTJTsftbiNe9qTuuT37Crckf\nLPLQ323oEum9TXs6GHtjnrYjusEFRHLtl+fFgZehQ0uVn3kcAbrlikrnujAT\nuY69jTTGXsHODKT7Ixa+sBB5fIf7pgX8JK5crIouFlWsLNbA4zVEtAfCy1eZ\n/dAApxK2pPAjJ+qmI0u+DiISgvGSpw/FCVW08Jd2Uvr5+yhGi8TaDwH4Xqfu\nr8mjAcKwTqKlChZVPWNVpIZ6sE0x2ZY/MbSRH/Egfb/BcGfwBEL8LrVRm3Ba\n5yjjgaMxJcgAi6lSWVQHp9lBHK3NxuwSKEpNwuKFJdg2GnEy7xYSKDAbVd8E\ndD/qdSdnEXj4wcrUr9BLs7Ki+j2NwppIPAf2Q1CYSEK/d+pC3s51ZWHu1r9D\nVlz2JxdK9nKx7uCGjtruKNg8Lo9XIUnjESU4NCL4zh+dLYVRQKSRJfiy7Z3o\nqWkQ\r\n=2uEw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"90ac9c0083eb0f542546a8eb8ab5582e4ef21f66","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.14_1581330311295_0.6318874232086031","host":"s3://npm-registry-packages"}},"0.6.0-rc.15":{"name":"fundamental-styles","version":"0.6.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"564f557f52d3993dc32219073394cc80bd8386f8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.15.tgz","fileCount":120,"integrity":"sha512-gfSLDAZZjEsvUP9ZkIr7WITAKXFJ73NFH2ViAnv1UNlyBCgru8YTBSR4gO51N32DqwGQ/H0sg5CXBR3s9MGLBg==","signatures":[{"sig":"MEQCIBlAhAfc6abODnFQL7JiaPEAL57tx//MvdosCdD1Ty7zAiBeFjMFMB4A7MUICbZf98oDegvTggQ1e/YHlwN10toHkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6072435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQWYHCRA9TVsSAnZWagAAroYP/AxaW/q/CA0w/YGGWvz4\nM6UmkJzJf3R4Ss3WPBMzZweF9/qVZq1xpqZYP1UB+aiZytUYUYEGugfxy42/\n2IGi/Er62UycSXNjdNOjcanzq9N4cxYnivLqNA2B2jujFVek0J23bcnEXWkc\n8mG/pkTpM/a0iM601t04baD7xtJpQ9wnbRIXoth8GPzuuZykj108I+a8wPsi\nYi0WSWoM6Ncm9Gbl5iMeqd1vGFfj/tD1bkppnbvQLN0HiXVfi8xO2MxpkZh8\n/pb44r7wBEjd5DCUb7Lja127WwxL6ziMXlAR4EsXdphLw/FfvhP8bnD9jzE1\nJRdvWDQC2JULEzxq+5+8QNDY/pvaW8JDk1G9TyOxOClO4RDuKa7lxyx8UVJo\nJPTjf9LRrCpEbYJmpnvxYhziC3nd/w//JawdPEg64pzO7bcmtECoxrEb74eK\ne9tKMfYlC+W3qq9Q5eqtQ09DiU+7sqT9BNA/RdcyZWjQrKuwrgezr8lYQBrN\nAIG0CsAPaI9z36AgcVGKYHu2Vk6ecD2925qIligLsdLwpl7KsDtGTzuthfKS\nb3807v2cypHXZh76oN+YVq+BfdTJFi9jakpwX/miDMWkkiM8OwiUN6SfVYpt\nZwy6iz5ND74Y7iY+T9Kjv3GQD063q3Ak344oNn+bbDre8rHEQuGGKp5Dbjyd\npG57\r\n=7QKx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"88bd2c80ca1593526485e4826cf3f49ce18e56f2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.15_1581344263021_0.4437964570359765","host":"s3://npm-registry-packages"}},"0.6.0-rc.16":{"name":"fundamental-styles","version":"0.6.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"14c331d36d7888cc2c8c0c102b3a01de3c1c3299","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.16.tgz","fileCount":121,"integrity":"sha512-k0IypSsf4NT25A6swFafNkhtsWgoXEKBtUnq0pJvEjDzvb1J1mdjQjKnDpuFalumcYC6Jw34YKBk1zY6SZb0dw==","signatures":[{"sig":"MEYCIQCUqNAAYCszHNwhe+T31it8kiOxD/2jM14Ql746g5VlvgIhANnYJ8ASkhb+xtqBJb8Ro3mN3A37htJSZEiad/ZbNVDH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6081344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQY6LCRA9TVsSAnZWagAAk+oP/3bhuvbnu4s+OfMU1rkg\nMkPiZPMbF7a5ecVSW50RpAdxS51J6ZT9QmGwecjfnkvxviewjWbzpj3S3DWQ\nONjeflHYSCMgNncI/0ToUF59Ocj39RZYrNkRivhJ4ghft3nPsYIrUSANR+Pp\nzSf/3LIatWnJhoiX+azEenMBtwym2xJgta07eAuQkw+5Zc/aZboBg+a8hEhL\npckVwYzar+SwPDy7oE9Oek0dQq8nsDRoFlSTtZnczEpWqi+Dp2RdVLclpD0b\nhSQJrlVzC6/xnaJM33On6ziUqYpAN7KCPT5065ezttLTdr7MF2WUGBECPD2j\nhptRfJLLT/4pkd+mFp7Hs+m2Z/N7EEjGrme4w9LpFe9N/AG8dNplChLLoJ8S\nRCEkcuTOAt+dgkL3A9IlAYA+nviBh+1za/QHZ4lJICAbFZwESgX+UWQQP+d4\nA2KIOJVPv2WBtaOkvFA2P7TKSuaHyTE5tNr3UzYUBbbFytkhMZiF7rMOB34/\n+Ssi4F7Y45/wYhoyiPs3rgvvVlnfUAUmnmtIaBDj3kFrEC0+Cu5QkviPP0TY\nmuAskFf7HsWnAb4IM2Ue+Sw+gpISOshg2UuxDYEPlYlk6UK3SQL431ooZTmn\n3T1W0ZuaO6HXEOLic1yKiQxa7QgJQOejpoIdhoaIfCQ/0io96rwioKJrps7V\nORsw\r\n=ZV9q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"4f2149d872c2f7abf07fbe73113cdb1c7183cbe7","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.16_1581354634304_0.44525221022200556","host":"s3://npm-registry-packages"}},"0.6.0-rc.17":{"name":"fundamental-styles","version":"0.6.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f463549c123811208947c9e383513fab573c073e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.17.tgz","fileCount":121,"integrity":"sha512-uaGBtmzJfxeqSQn4V3PLcTsF9XQ9NagOwAPMCgYwj8TSqwJ97I3JH20o+SzlnK71Y39JRoBBA3lKK6bSxscBeQ==","signatures":[{"sig":"MEUCIAMqnX3hEka28VnNVmzh3hOhXyk9xZA70pYqtyZRROo1AiEA00P81K+c4s5reXfSXb8TkRx6Gxgn2B2DP/QEtHbK1Zg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6081482,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQbvNCRA9TVsSAnZWagAAkvAP/0/B+cE4yrQKfIXBcQVF\nsY/UFydNlBKRyA5yTFXOvVnh7p42Wr0UY2ubjNGANH3C4MHPcH5Dt10Z+6/7\nLD8xhQaMhN5YGJQpx8uhJaaAMreM6LWJJNs0Vs37XjfnkP3ZsJjQIT0yLCl2\nNhLtN9BWIFOMCYS9xNKnW9qLnmjznGnQDpbsYOrZ5zXFIYMmaun+YG9I5VOe\n9DSlhy4I+7FHhVkXSDD9RiJBy63Io/o2dgTQ/Qc7oCwSdPENa0NZ2kwtAhPQ\nSQO5fQKb65e+U38yO3JN2Vjh1DyWWKSxrhxx3tRlSYlv1umVOXG+9yqsnQK9\nepna/NWOpUY7tTZ99L4rj9YuMqeiPYoOC/4l+QX8m2eRUe4mQnMcJ/BcQYEd\nh2HKgulWVyr8wfq946QlWpAq/gvGjqT/0hs9vwJFEKkpo8W9J2MODjikMAPt\n98kbZRoNcKb8g2cMSDQJriJJg2cb34vDQf3xpXD7Dv9n1yuhtQk/cXZisFsR\nwW/aTwan0qS0vXkOxYm1wjIgaMTUUEFEj/dCUNNoCFQWSOIBiat7RNlFy/X0\n1cx5X2zJJvw6kSuqLHKF7Ocx3ZrFiBhULnIhIMIY70k7TOcGQwKUpgz9m4b0\nr4ww9LFkh1c0EUQNE9IMK/RYlFLS/hSvC9dxx2E6Okn0PbMuEPI3kxAh+7+7\nLM5t\r\n=wNxO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"3a0d8fde13935a4e247c357d5aac617342c3d1e5","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.17_1581366220572_0.8748065836913752","host":"s3://npm-registry-packages"}},"0.6.0-rc.18":{"name":"fundamental-styles","version":"0.6.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fcf6aa650f493e3dba354047d44d82b608ecd0b4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.18.tgz","fileCount":121,"integrity":"sha512-1YhsbQTer6RdveFXTOlnMYuuyqGIjxA58Ib7hCTzQciQskZe/qdUP/ubYkpB6RjAsDoshyIB5El3WZT2mvonoA==","signatures":[{"sig":"MEUCIQC97m4fxZvT/twav8zPVHsFkuWjx2PXWEtObB8hR7hQtAIgYmujtDYNWxWvB/iY77tAQkdW1BAIuKZQMjl2ZCZVZxg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6081620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQpHuCRA9TVsSAnZWagAAUhYP/1Ssgrvr7Wn1JaWsDeen\nh4wRvx3PfAWgyDUyCK5VNp/IExLzPXSZ7yGg1A/hJVBZlbUS8oAKU8pkvh37\noPNmfyoLMjY22B6+an5lbT413Baywksr+ukhbRK9kEFRX43UPt9ff3SO6Eb6\njYEXqOsPCIsY9hMrc+Nc8RaFMDn++81sZqqFo0qv8fmwo5i1jAjitC+w0M8N\nfp+mUDXtaDzVC2OGLYy04nlMSrF7knlpU8jprxecp/5OnZHyCsTk+oNpa1Ir\nJI9RQnfo/QSsAgDp9D+/OzqLKPgGsfZ7rYRwhxwWP4flCt1b3k6NjC31awoL\npJaC79/Z+nx/r4QzClplTAjmrl1PJQu7lo6YG7HKJwKJtwdtJwlm0K7l9AH2\nBSWBHVg0KdZO0Qp5qOd8U8kmqHgKim9VffLrk1TmB/cR7qvJeC+akeYPFKpk\nk1COP4EnBN7+oAQeQTCte35Kcnyl/PkIfpnMCGVLJ99VPOkyG5rcMpQQ/YMT\nb/bHJyCHSdqJTXpeAs6XGJStrRA6ouWGAaOzz3M2DjwcNycDLEztd8OA1AA5\n9w4YXiEpkWNSLnuFuJ/7dg66aRUxOw5yu0LzuGxlbky1l7Kr4vc4AoaQ1aKD\nUwrUgjceNDBE5QoBToUv96lGchkquUG+Dh86kOBRz4+HW7N55pw/16fbiIbq\nGCqQ\r\n=0FbA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"5f18a8a06d5f1875ec4cfccc9365afeb2f8de765","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.18_1581421037739_0.7479111244397136","host":"s3://npm-registry-packages"}},"0.6.0-rc.19":{"name":"fundamental-styles","version":"0.6.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f8a06007dc3e23d403b6a8ba5c927476a4f15f8e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.19.tgz","fileCount":121,"integrity":"sha512-g28aQInvwtoIr2fXJvKmG/NQ9wfjuGkTjrQMNrcurCaGQrUiSlXV+tzSujzDb6O/CmsA8wd4drgLZH3pB+5p9g==","signatures":[{"sig":"MEYCIQC07VLCR7DscQ6OSWRg0xlhF15BSkEJLDVq/bTqAwPcjwIhALXcKcNwqRbfX6wfISXObQGVH/YAfKH93fO7nhcbfb/A","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6082231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRDOeCRA9TVsSAnZWagAAP8YQAIXd+vh57NfxnjQlhteE\nQoqAaQn+xzce/ZPKlqydQzuAx12bneAGd3qb67pSIGqPPR7m3z3QtEeZWv6g\nAyFePeUOj4jS+hOeBbjQTu9reprTYhw9toOja8ZxyqSaZYDh57ZmGAmWB9co\nz1MlI3Wi5IzDnOrnNlh9QRl8YDnyCSkTErUdSbbaupIX0PV/0lEEnR5MRoPm\nSqTfLMK4fWw+CNDm/yVPdlOhRSfPwCcf2G6Q4tNH4tS15gf+Su0mFo1ZHWBd\nnHaSAHAaVv8RofF0MtR0QilSQXbLHE8nnBXp49HPXfJ+Ul5hxzd+FggCOdRo\nHXU77KKK6worSJWFXzH1TOlsMS/7kzaB/nFVR2oT07AbYaxSdHaBZUu7VRxV\nv/1wSw0YSSgEmZTG3gbnHDtOmxHv+C6vD6m3CYQQCtm76c6E5pi5Ybg2zeCI\n2RhltV5MYz1vrG3GwDcaGd80WTq1NjmgqRNLXoYlyfdRPw1b0t/+SlFHFlhH\nfX9WbSNAUh/N4K69+hImn71dcctIxq23Ns8bwam3OUOpNgNMvQIZ7tL7RqVX\nkdPQRkWgM2Cj7BukErSdjy0bfFSnrYJ1nISQSF4pVT691mQPe/gp2pHuvavY\n5cL+OYXodFUF52Gviw6K/g6nX7l9F/4J/EK1YJJdteiUvC/J0LsTG+FQJWVk\nLSIL\r\n=wqk0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"10bb4a6cc4b1ef9def693c407bfeec02de5e5927","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.19_1581527965426_0.963458809031329","host":"s3://npm-registry-packages"}},"0.6.0-rc.20":{"name":"fundamental-styles","version":"0.6.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"393669d9b36b983f5a4be3c105c0df2135944062","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.20.tgz","fileCount":121,"integrity":"sha512-ph7NIG8eHrxDGrVNtIKupDgQtGIYUccrNNmHLoCzGzTc25b0tGFsDGBHJ1ruoDpVWDOhp8UO33+EpShyYWMgcg==","signatures":[{"sig":"MEUCIEChG7ivdPudAcI5kEBy8/SiGmKBOr2Ota3qW4bmHeOaAiEAzUP7M1HEQTf8jqQiqrYvUB4x8w0QaMThoVGUWh55XNU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6082369,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRFAeCRA9TVsSAnZWagAACIIP/0KfHBfCAGSfCXyofYqB\nuyNUDrFVNKXeULXWxLheUpyaS/nW3A6x4qxYlHVxJsIIPXITanUanrL9ybW4\nzM8UdBR0OMLzkbQdH9Qf+3j6tV5enZQO0jpATJFdAsnboXgVTRNodMP3n3QG\nI9KB+JSy3Golvf/ULWMvVfcdyFKN9Qn8Jxq1fa8Wx5TxD2f/+4dpYA8iOM3G\n17NcjtsZcrIEYbULfl8lzBH5gXbqWd57JJW+IbAgaVRravnJx6JkVSlt2KOG\ncAxVQJqF0VCgy5z/4/rgT6ay5L3zz4tlUAdT9yFzi4geks03kZKVmLpvgmiD\nStSmBA04pVmAS6GwYMb2mbSKqbI9GbrHlsnViYvOhoywY4H2wpEJDIS2ilxd\nIEobbvl3lULziqtCMarg8RFPSOkF+vAmNqPkyci0sh3C3FX5Bsrm8Vv34rVd\nRDH73dgTml/oIobNCx+0V0b5JWfKY+7YrXb1p2dE7FQbzbZ1EdoF3mhhzBDg\ngIc2J8NYAYtmyZbPT29qkdK4vw8/5Qs0tfzbKp5TsdpP784VWpn1FYljyN5k\n86AhiYyO+95nN7tWZS8ooTh0EXg11TsHQSt9GiNnH3y6u8zTwa1LDQcRGtIk\nFmskWQ/OK6rWhHry5buhdrGWbWuMOsJnVTtjlJRrwwMAV1GPe0xdZo15F++D\nHGAu\r\n=68ed\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"696d0a868a8fd3b01706e5c491f0de059a679377","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.20_1581535261606_0.7998928869227182","host":"s3://npm-registry-packages"}},"0.6.0-rc.21":{"name":"fundamental-styles","version":"0.6.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9c720838d83e7cfde405508bcbe5ac3e886fcc3d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.21.tgz","fileCount":121,"integrity":"sha512-Dt67h6dTfuNO12x0pXdBUUXoeetIHex+qbOh+AcTYinLEjb7UoZ2w2l4GYpIVmDKpZ0oiCqfXsE7Ua1/suQRoA==","signatures":[{"sig":"MEUCIAYuaMzB1arInyN8UHXc91UCgQ5AZKi6YJPpVUUWYyrFAiEAz5TnJ3Hh6e1upswoKeD5/GVvjb88WULj2gOVZ9qkXVY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6082938,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRGURCRA9TVsSAnZWagAAY6oP/0CGf6QLSkd/9xxuhC9+\nj3BJ5JPnpISlAi1wvLJYy87i4RffwqsDRJwywseoey3dCm2zpgXDkMvKzkGB\nRD7Xuh30K9V4x77RX0r044OzJ+oClCQuoTqgyiaml4LS9RxJCbYNwFQnVsAA\nGTbmxdD8YxWUCBVmrk7QJVuP4U50gODJBfjgNND14xw6vT82xo2AkFny34qM\n81cOanzBYdqTubDednIw07gb3kJxkL4ODzLZuAzbsy2SDUOVYGQIDexjUd6e\n4iaIdSjxQvRdiaqgNvBYGXhuJZ9UTdZlBLh9cRLPh03FJ/oLCyHB4STN/g2l\n3UNB/Zk8xOQOY4So31KL18PIFT6G+SO1gN6seU1ANhPc1MpScs7sFOnDEwsu\nQ16t/KaRJD0pdEMqGbiyHpaLlkCbeztXjS/+xbFRog1zfshmJ4IJg1Nusomf\njTINxnrS/2zuNA0D6+vq9g+XIPllF/4ZvPy/y1hUTcX9fgb1ef6+r/IHBkNG\nqWMBtCyTYuMAJea9ntUyylV2JBMYO2jQGM6PXGxHOmPcGJT+z0FHp/HICMbd\nD6MYpra3/aDR4BcV5RezdWPY1B3qoG0OuzOf81uFFPC8Y8v8cUzDa7aVwrAm\negJ2D2PZ4+t59kNat1I29cLNOjz3MYbIAu45D4JwEy5KVKYssQNmhKBxH/PQ\n4CWZ\r\n=HYTt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"5d47f222cc0cfc3d42cc261dc2066b0b74fce722","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.21_1581540625092_0.9559313539550558","host":"s3://npm-registry-packages"}},"0.6.0-rc.22":{"name":"fundamental-styles","version":"0.6.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"88ef0ef44a9a0c4af12b39ca1d8745493a4967df","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.22.tgz","fileCount":121,"integrity":"sha512-8EocxFSXpuJbths+ES8MoYc1WQAa1irLr+2nERW/z/FRvoH2+8ok19MixCXiKqjiU6cqDM/eQ1K7hXYOCZyyOQ==","signatures":[{"sig":"MEUCIGvlFP+KnMA2LZ/FmJNseEzY2NF8/dEpy7gKv8kg0mceAiEA0MoOqjMXxpsx9+W+uZ7UK3PY9QEZSFdzHsyVyq90DMY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6083471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRWDHCRA9TVsSAnZWagAAjnoP/1Z+El3CB+cbYJJ1uueK\nwPrRYaDJ5ycU5rZZmHTyU47MY1pRBlsgpVakCf8CrMTacemye16FnTXq1S8F\nZVyp3VSEgYJA5tBdpG+J1+djcUoisENwsdEQytoQHnSwszoTrLoNPlHCodmj\nJ4UnhIgY9i6fl65mkYN4og0DS1YP7NAAmjKVpaQSCTeQoF5gMudqyUNeswv9\n7d/fMSQK4pP5yImKXjMtgA6n6dyGfqkguwzawSI23n0hFrVcDCThAHgnWWIx\nmZEoFVpYOTdLTT/pmH0y72wjYmIN0aZwFE2teJsM+vgbIy63dL2dWTohJnuj\nsTL36XBR3UErbr9FyZjdG5tmX450EfKog6iFq/OBzaOpDDxF3N1hGjT2k8FI\nYmq0kyX8ZltVvnm57MXwr9x2QNBDGWmthobqbAJaTS3hRbW1hKkVpNiUoSqW\nAPoc+1vEqmslNi7RNR4xw+7Q+yChW5rX6xAgHII7LWH2t8fiW8wgXH5grkJj\nJoS5K+rU47RXQz3zkmnupEfoLctGXMmYNgmV/Q2BBwQTmWqW8X+4OXrDDZSQ\nTpOfsZHGXgbb4hTCc72bywxWHQUMB5MhygDg10JeOzSpRvCbMliXP/NGVFCt\nCxe3tig5Mm0Vr0eBXhTr4djlqk+wXfNIDrBUJwfWDn1MGpU4xjj3vKTzcERQ\njb8p\r\n=lIBn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"69bc4e6ef7d46af9c3cdeabc7199e1dd08c41585","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"^11.1.10"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.22_1581605063233_0.647088241085789","host":"s3://npm-registry-packages"}},"0.6.0-rc.23":{"name":"fundamental-styles","version":"0.6.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9772814cf3cc2d44b05beb97278d5a8e75387a81","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.23.tgz","fileCount":121,"integrity":"sha512-rNUv3+/ytW7FtBhyQu2A32hFEBbh13Z88IDBnumBxbvakR2w0b/Lvj5CVBtctzpYujt698jTg3dzSZo22m7BTg==","signatures":[{"sig":"MEQCIDOFCPaE+1VoQx8BXktXBrC23QBDPBUrc3AE6IR0DhCIAiAoPAQNNW7N3ddkLXlJsL8Y355Yh0O4h/KbhIYZJyYE4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6083659,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRXOsCRA9TVsSAnZWagAAMjEP/3NJ161FMMhBlRf9h/Lw\nMqRNHITEewgH6HYoGV4lWQ1jotMQ6krTjj1Gi1GKFbj/WCQwLvX+s0D4y6/q\nf068VonOldb8W8gxrVP1LYuEJoPBH5T74EALqx4AA4J2P/mWxHT4Bz+Vpb12\nD7uDFUBGy07EH81u6+oz6yvHymeyJLq/OrIF6NNWv3uC+ghQ3ZtrIWOvDfHE\n7xbZFw+PMTzTa+a5h9ZzdZqGwBpLTyXErQqHsU0mMwChFvFyGZPPz/obMH1H\npceTZZ9TGrrdVMVWCBHp/SWupGUTQ3M6X60+XBqHcYSZIDc/zNYRhp2hilj4\n9oabuYuUyq0H+TY+ongh21EkLBVYsyUCVXcGm/1kKqv9djxgwDYQVRK0NGJ2\nhSLrQk95IMZCWWCBCHRXb/DS8mOl9brYi0zz9G5/4kUNwwbSBRfLZPU2i9eU\nl6ZXJbkdwnlzSmYZujlauiAgbtRMziIAaq2tepKM+P9oFVEDuWqB6aPR3vbE\nVfLwo/LDlI/yV+nF4Wq0Y9q3lPqcqCVC7GeGbX0dZ3LjmtHBAAcHKDXIiudQ\n2Qoys60FudwOKYz1dOC7pKgmc4FvXsupLKus8/suK4MQYzSISZrrJZ59D1Rg\nOupXrYGlIppB6T9L8k9sF5NNm01nzmBtxgtgI4a+K2IAqy+8uS359yPGtu7J\n2UC7\r\n=OkCG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"2f55954f17ffa4ef6557ceafb455c115acb3cddd","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.23_1581609899223_0.5511297175290275","host":"s3://npm-registry-packages"}},"0.6.0-rc.24":{"name":"fundamental-styles","version":"0.6.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ef49fa7b88c317b1240fcbafe27f8676f1163621","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.24.tgz","fileCount":121,"integrity":"sha512-/kGEe5Oszdmw1nlHQig9LrJGD/N5cZZxw9Zp4dGGrHNtHi97SLVNINaivBMycvhpHRGAzXDHWEyfllUDwo87MA==","signatures":[{"sig":"MEYCIQC7EfDbAyJL/8R0jsYXQDyyHqENpfgmOJX4vBYOBNcJCgIhAN/xAXSZ4MX5sjvizI6i7TmM/qvhc1xU4lh8SaTT0wMU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6084021,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRXg7CRA9TVsSAnZWagAAUBkP/2iESm9bP9VFaihbC5pc\nI8u4ql7IF1E8ppFkAl5io6s0ClTMntg4Ji0Sb+kRp0rxAe7jTo75tYb+WKLj\nubUpoqzAzhgESCQMmRU3Qykw8cczLVSX/n2ykVNgWp3022svSQaOdjdODip7\nk2bmNQj2R/FEN05OAqb5K9x8C+HvElFQsS2cIqp/8hktYwLQYqlKq+RNAIG4\nZZMuskViTIeI7sxRJ4Uu1yi3U84HpE5KfDGskh7jMevZOtvQEg8f2hqsxEM5\nri3gfDAMnDQby1UZfDOdyrOkmn07q1vZ0DX8bpSGAk2TpFlPdL6OxTQiadj3\nk5O8A9fpGigG7LoeCFIH7VbU4vu32HwbDJ7dOAV1dHG/rrLPK7YbJV+SYnU1\nwV0J0UOF0/BDfAXK8LK8VG63mtm/XVqI+4MJI9vPMuAtU09BV4gN8OBJBFMU\n/kP4cpz+z7rzIksQxhktJf+GHQMjJO/bF/3hpggEhCBvkoD7QRJo3BAOVAqT\nABi79CRyey4171zjwGS+oNFW95T7pv4NwZ0YKPZSvT8HHU3CA+igHD9FzID+\n8etWkKGMA9ko3uD7Zi6jYkHI5Rr3LKUzygb5LsNwoOUOL30J0hWq+MiktHSS\nc0WXA+vp83ALjqmyAqXUzlGhfjqSD8KONnPzlnFnKprOwIkDftfTCmKwiP4q\nQ4o3\r\n=sBN9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"18bcc8b4323fd9f9175e89293654a106c5782e22","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.24_1581611066829_0.09982190932414947","host":"s3://npm-registry-packages"}},"0.6.0-rc.25":{"name":"fundamental-styles","version":"0.6.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d1d89c42630c8c35d8fd913bd212236bbfaca04e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.25.tgz","fileCount":121,"integrity":"sha512-wrMiExywiERuFDYEv0l/zy8ANjzEUwZrlWkByUFAh8HpPqZvqmxisoS6difzfE4wH0bngB85thQapLVZkbkbCw==","signatures":[{"sig":"MEUCICVCPuBE4HewELYJVmWmF02keWnNXC4+okZA0p5uXdrbAiEAznF9g5C03c6suM4228G1CgPBgOxp/+DliDEm4HjnxKI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6084246,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRX5FCRA9TVsSAnZWagAA8DIP/2kA/UPjgRXoosoR4GS8\n/GgMBmPNPrhTremdj9FBMzwjB1m6nDuzUc6+OaJk8sagB4kxp/ZubZHK2oWH\nS0WBmG5ejqgYJRJeBC6eSE60ov/Q+kI9756kZW0A++hQzy6g4Ild0TGdr9Lp\nhsNU53UxxEIXixg2+k1tft2QtI2Mc0S8JOSN6c7zT9wjz+Jkz1uP96oDVTe7\n/3apQ+pqtrSLuEODsTCC1lp2Cy5FEW/QmIZlIfXHdAAenkkmZBHqH2EpZQq1\nE6T5zlFjJ314HuoDx8l9H2BHpF4yuGDQLmS3EjgxCGhDPhoKWx8fO95JY8Jq\njj9P9/xoXBuCvZZNPKUUNb+SlUGUiVzIxSUD6tBMNv2WJCI3NoRzpH8pqrUV\n47t76nQHgnwt15qIMnfg2K6j2DdCtA/NQ7ZWcazXexVa3MgD77uHgNTrNXsT\nJ1qjdZqCpTEm9VlWi5sKEDhBbIY2r+p8E4Vfontjtpzp17PmCnRt2xKGgP+0\nKO+IATL61ABG3uEVXFga3u6DZIV77EprhJxr5H4nttZKfjtw/9Cy0IRZQIwa\n6femKKBUVdp8zpGuS146YKUnUQL+DI+L7mjq+g/YrSarO0knLFu1PXbDXuPP\nxjqYYf8EnywXza3AZvva7BKYj/Yu+UcdfDvUQnCCmwM+j8glm2tbyfE+eeMu\n/VMu\r\n=P9gZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"fa413c93056baa519c1a82b04f209e36b776f407","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.25_1581612612678_0.6440893670348544","host":"s3://npm-registry-packages"}},"0.6.0-rc.26":{"name":"fundamental-styles","version":"0.6.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7d57787793d082b6fcd5297df072c5389c5a48da","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.26.tgz","fileCount":119,"integrity":"sha512-mKo3MEq2Rj5/gPGZVoFrMskWIUN/8sDEXgyYH/r7IdvfUCZaUVqFgGOqi5H+fFXu3DayZxypAa0NY/cFg705pA==","signatures":[{"sig":"MEQCIBaem9S5AmoV1K76NCmtnqSI5NGbEbTqplO4JnEzzo6SAiBi67oCYfbWaSoCIXKQR3dJedQ9Jyi9mqnJGNWe+Bkebg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6089544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRnw4CRA9TVsSAnZWagAARfMQAInrtW7MJvfW45eDnoS9\nP/dtMcbcfb0cSjZFq+9QE2+Vc4DlJp9uoFc5kavFsPi2F7oHYO1+34PmFbI0\n5SiIkJjWrvnbUAqP6qUjD0BLB4UIm+RTwV90WoerDod+hRHwRO+YGj2DS7n1\nNYb+YaWeDok4yxlM14r2NzyFSd+cBy/5sp3N4ldfuQQSVrwWLnI/a1cGlVEn\nLYRt9ezjsTIdfylW2yZ+XuzB3Ijiw7iW4qzzxVjB7JqrvlxKEdP4Kn7SnJdd\nC70k4rVAWe5PsgBh7Ir4BGjpbxmT7HU3Zyb3u5a2UwDMwHI/jIYgBBjk5nDq\nKZ/SqBrB669rA04mMOCQHyqUl+Gykw8a3nhHKZNxrAryrnsqYzMUivGvuRUi\n4evpfIX8Vi1y1t3bIrF9u7RPLP8A8g9gWXc8eVGk0ojplNJ7XKMl2eUsu4Bm\n8DAdr0UY3IgVURW+ArJTAr0hN+ol/zrbOYMNJppFIV+NVPqbXWAPqB5sFXq7\nCRs0djhBV5wm7574ieHbWqdUXZDNA6qggcs96iW6WYW44Wi+WumcJyGoufTY\nty72a800Nvv0VeRuxcM1K0Kb7PIPjj02KPn6f7NOlqP9MOqijcIQaRFcu12F\nvTJ+P4dUFCwrReTS+gMRdpOQ0KN74MZnoWNDcYgD1EWot8rNk/Dz6GlIm4d+\nTSDE\r\n=qFD2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"86cbd94e083c6526680a362b0fe4d6562885129d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.26_1581677624002_0.4512712244090318","host":"s3://npm-registry-packages"}},"0.6.0-rc.27":{"name":"fundamental-styles","version":"0.6.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2a8ccbb5cf898bdd1b7facca42b9c9123cf2b3b2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.27.tgz","fileCount":119,"integrity":"sha512-N6O8NT7mqsMFyv+7TnfMZRu22DNjG+DpY42Zy2wRpWHb6O7pJgKfy5JHkLCF6f9febAyv6i8/r7bTrSF9w6sFg==","signatures":[{"sig":"MEQCIEojHzKEBKsuOnMGkbiuiHF0Paia5Jw+apEfKS/GqWH/AiBljUDDwgk+OP2A2pACHixfjxgjAgH+1/eJwde/NtMLvA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6089682,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRqc1CRA9TVsSAnZWagAAvPEP/jdoS/tjoUNu/oYScIW5\n6X8DqDMXkCQLQ0KR7hUN40Cxhq80Ro2k2eh/4fcTjgNzI+w+20KxoJkk1Mhb\nkdpBH2YoKf47IsUnMXXEQjX0tasLlCLcjDuqT4oSaWCj5wthsLSSbhNb0ai4\n1JD6uBeLkU3XSw2fqUqxBZxwwohanfGsEIuUWGPyOZSkabFWvOimU7NoIL3x\nadiLKjmBFBxXstdwPOc+aOAkhd+oHwFXcvwD4fzMmIa8fgcYBi7HfiKmDUST\n0WvDa1aOhkjzMRTBALzFlkgFSKtSOoEY5kri6rDpB5AK55OsMVCm3TJRGCpT\nT9hHNEXYfVGqynXNg+5VmUCtLWHRi+N39CVS6tEsf8uhra9qK/fprg8c/j7U\nxfXr9MfiKeqOIb9irn+5F2gJXwq+dAeZIgy93qMIHcB0GeHrP1gDeoKnJZkB\nmAR2s9pegPyc38sWY4tq0H0DuBp/WmZsT3/LiQcUQzU9NQ3IJtfNx+Sn6FLv\nX3ZcIW9LKUI9z9H0Lq9Vyu+/ZSpFSJmCdzvxiIQl9q0oZW0OIinauXooh1MO\nPVZkhH4MvX7z71gEym93ruS6t2a1Rc2Eiyz77nK8C9r/q6Wb4sio7fYPiYoM\nBTnGUK3cNRWZRGbF93DMg6NlE0ct19THSowqhwg5NMAAgT5It7DIi70Zn+Xe\nP2dS\r\n=XSAd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"6173c46bb950a96a505dff74edc7a4b905c1bdca","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.27_1581688628494_0.7770144537797261","host":"s3://npm-registry-packages"}},"0.6.0-rc.28":{"name":"fundamental-styles","version":"0.6.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"14eae2498f94b55f8dbfea34fa223be4e4237d13","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.28.tgz","fileCount":119,"integrity":"sha512-N/vk596igm/nlimeOd5D/eLKkoDfdJ+TJZ3Euq3lAookdIElVveEii2Im+91KJ3fkuJsJiidz5Ug3I/hSmhHpw==","signatures":[{"sig":"MEUCIFJiE7Bez+Btdioav5DswkxFgTfuVb+Pv+ivSqrL6exHAiEAjOpIBwB1wVWMoxJRw0T6a11Cf9BHC5FE5AyLXrz+kwc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6091009,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRw1kCRA9TVsSAnZWagAAy0IP/RxCy3yiypHDTpjBceZ3\nJMTVKySwgVzaKwNDUzQY0HF/sdWLAFeQeAYwNq9sci1AnEUvy+csUcinSAZ3\n/bTbBOY4R4huSJU9mGadOB/+9i6+Ofmxx7boaVx0kDvuFkuDEd5uhKMh/hzo\n9ADn5SC9Mx6DpDZNonu0fvt9zrKIEozfOeP5EdPyM8zzphQU3FiX7U+UDX/R\ns4vJXB0fZhObBaXnKSqxRQCRycqqS4S5QvO6mUph44Ly46wzBbe2pMO71Ohq\nVDlZsszCo7iH7hv3+aCMghHh/B98p6KEPrO9LZM/GhuoLnTwA2ITR1+RIzu8\nPBGqX45U/4XEsUPblclTXh782LC/ggZIJv0jOCPGPUKPDk+ITgH0J0n4ZLhM\na8X4/r1XAHRLcCJEk/gCYqvlHvbl5SNdFa0bB/nJnRzDsyfPyoObNvxVwuTP\n/8CLHdYo73fupRQTteK7C6V7kCj2XkwifKU4n8yiQLquAzsS3tBGgYCli1sW\nZMDqB8ICk+WuFMOUp3cIhLODOb5PE8l3lnwwxWAmebqzc2dF/vQ4JNo4w2WR\nDvStp+8+XVfsl4NskDid7LZx5cPMW1OD3f8yICsF2D/vIiMLaC05Vxpr49Zs\n0tRyOn+EXzI7RmAhrSOi8onY0zYGVEfTqX9/wkPbbOklI5blhm7k3Ktm93Sm\n4Od7\r\n=K3Cj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"32128160a9cc24312b830c3a43c80b5510ac0d73","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.28_1581714787934_0.4485616969299775","host":"s3://npm-registry-packages"}},"0.6.0-rc.29":{"name":"fundamental-styles","version":"0.6.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5eae91c1b41ba9ec285d0e38b55e156768cde33a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.29.tgz","fileCount":119,"integrity":"sha512-O4e7Y/nVCdm57QnLuH9t4K0MMY1p+DsGosxc+Joi9JPEh9oezz7BXdBtTwcsvoeSflJJtrBlEwq7ZzQcGsYyNQ==","signatures":[{"sig":"MEUCIQCxfO1iRl0h2ZnTqeIZj5ogCg+Z87lmEwtiph3Hor70JAIgYrq3HX6p5xjCc3TetVdsHb+gWto1FQM9byW9uuhe1B8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6091147,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeR02QCRA9TVsSAnZWagAAaTAP/jXBxqyzg4/9s0BX5+hY\ng7UIMudKFYwwWGH8L86aV7+Upa/MQwN3fbOjLDnjyS1JuJ7iNey45xapp4im\n5jIlGJnrctxd1ik2Ev1scg9HdOpRYJzMLRLWrkNcmVVRySb/uCU7FK2wyVfb\ndnhr9tXjM88AHXcpRJyaaOwCO1PmUdvwA2rV/iseWY9Gdp/HwfiV+CylegKb\nl2FtXPjdBU43Gvh4k7PL22qZ3/J6m7QLyT95ni7CevRdHIzK2KwUHrIJewjd\nVUXHar3PzWrLnO3vm4akC9jEx0/wfJD3GKA91Kc5Q3xx5XxJZ1VL/xhpIdos\nt9iULEa6sRJ8FTJyPu/1iVz0REMT6SaNXYMP2k8WkI/KWD8lTCtWjghr4FZV\nkE2C+4RBVpi4J3XsAygOG44d3iMq4zS0YAyYp60MyaS+OPjvgrBcq4dbR5aV\nzNaUVX4xYqxACJE1uiKHfzsMrKsFfdcBo+4tIR6PUN/3dagtfLvjLOYbgqHc\nHAfCf5QpZc2N60O515Octalny7k2fl1TMyzrAG9Y0EjldX84F/wAPkNOrVn6\nk5AdcGv10+/ZtxHASV3gzGRWu2ZY8u4fxfYntm7Ei2qQBMk7pmCCTEAwg7z5\n+nYGijqGSnxaKrMdpRX4kF1JwBMUdgyJChtVGZ15ZUTHeLR3OlkWYKE9rajG\n2xFX\r\n=A7Fp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"cb1163543bfc6d2bc3cb56b0065b1932fe7fa8d6","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.29_1581731215353_0.7851757069353336","host":"s3://npm-registry-packages"}},"0.6.0-rc.30":{"name":"fundamental-styles","version":"0.6.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3b3909ccd5810509241b264d13697ef1bec9d7e1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0-rc.30.tgz","fileCount":119,"integrity":"sha512-Vf7y7+CQ4kuwHHNE8kjEW2ufeucUm+9lO7aLJevDsC4DHuYIhUNSF48PfRnWN8fTi+a9UU/zuFB6MOoVktZRAA==","signatures":[{"sig":"MEUCIHxtY7dRgfmo6yOTVLyxOgtbNi5SDuHqll2jxJnNKLIjAiEA1cCFS/F8JIaGODCiBAJLGPqn816uQJ83f92jZ27sQwg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6094371,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeSsCfCRA9TVsSAnZWagAAyWAP+QEXSzZ7FZdWs6j3P8u9\nU0FKpRM1oNnYuZbSPUx73SEDk/lgJjl9MqkmBPqX9j2qFw2ng9bfFeGUUo2N\n7M8HGPk6LUMDnJ7XFT20ZroTFUD2ULgL6S5syIE4hwkdwcS8k8H+c71cfAwT\n9Vk1cwCOgtbFlgw/opxSnwF3D2iei8GF54JSfWP9Se2KOZs43XMy28wPhttZ\n5tYHyQc7ITsUiRSSwmrsT0ZmTeHinAH66TMVt/+WzJtl2gxGDrjvCwkQ6DOu\ndUo42+m7X2FjHLDUz64pwhESG2NfL9JLSbX3HL682fe07qNWt/tmxabE639y\n4In65GFHUdK1N32bOLX5gmyq5+ZQXI5cN1NfxsW+Ye7RSrBOzI0JxRR3Idl2\nYepb3v6RW5HWJm0BDKE5UIfBug0fHN3TZFaA9djqjEAK6oUm5de66gOYNuGH\nan5FruQdBQdhgLneBzD1JuhDclkHY/kpwtHtUxcTKa9HSNRzeVnxD12q6YVl\nNM1iC25eiU9+OKzcDxIJbDa3Dr8cFtmJgl5fvRYAGUKpZLujR3XK/DGrE//b\nCLKOAjbOhKyBocOBQvTS78wB8qf0KMnUOwJWWYJnz5BQJZXeWits1L+2sSk3\nbabvWtLecE20maD8Oc1ja0DUcZOW5jeHIMVLN9GUwGR96KZdn4cCRz2COvCo\nPcbf\r\n=AXXn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"9ea26f6bacfa681f8a71d19907e22de699d1becf","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0-rc.30_1581957279081_0.4063042806846877","host":"s3://npm-registry-packages"}},"0.6.0":{"name":"fundamental-styles","version":"0.6.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dcd328e22d4263d7c8d75c32cf7d0250b2ea052f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.0.tgz","fileCount":119,"integrity":"sha512-jn3earSGApXH87Pu38EBI/5JHyfUsS9pBbinDJQmgTFifGBaHyfkfSwfU9Gx+vWeq+hPZSJ4FIoPqIVDybjnBQ==","signatures":[{"sig":"MEYCIQD3JbA1yG45IXYjMch3fk5mJM0Rg0u+J59B4oFnPQygnwIhAP5qStNUQJbP5VtmkbxP/uACnXnzWovHuQj4ILqLegzu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6091524,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeSseJCRA9TVsSAnZWagAAJ7MP/RtgNFc/V3CQeXTBbqGR\ndkj5Eqr9k8vTNq3G1bWTBlfuAuNnNXqJ69p9R+uItJZcJQ0tcdVDUjYQjCnJ\nUOs82lxA3C0OpbFY9TJpeBmUTWo3VidE1RYhF7ibnZeE9vwm7VZU42UMHXzg\nyfjO8Iv7ynL4nWKBcYp7bpxw/dOFgCOLFb4oIzLj6N2ODREoyP2aoyM+fmty\nghQgnkAIosL9EFG73iv2Hcv3d2dmxEPsxbBtu0smqXEDRpH355cuzsfb9hX9\n5BhBrI544/ZlisqM3Qo0Rj8jHkrytR26zW2XI/JpTjl9iHrTFR7AdL52nNYd\nxLnaJBrT/8Q0i2RvvwTV+Kqa/ASJWWiM9tAF1G6IGGBrHaqMlP2pBXrRytjO\nz0SBYqlFk3y+0ye4ZRnxrRyTeA7rNvGzvfsW32uM+pkFRoL18lSC5EybPhW0\nkh486oQZXHA21zj/7JTIG9wzwHaknzPPpkUtvZRudFurN7hfSOBNhOG2Ox4S\nWuKAD9vLZsiv2UkI9zT4n2vDh6g5+UACnsfxaSmeYjO9kQdaSNET+pFAOYgn\nMQJyOwUtDe0HxR5TkKNeVKB9w6qXbyZr15zFbSRa32BOjQXSDwE+YRJqEhpu\n0CAzB4XPGYwi/lnIHkZ4CFxxqU59PM6wJ27vgYxdO0LPIw555BhC512+Ynf1\nb/y1\r\n=CVLH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"3de615a7e4d091f8e899555d2c7e1fbac37e9f0c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.16"},"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.0_1581959048757_0.18523855981193038","host":"s3://npm-registry-packages"}},"0.6.1-rc.0":{"name":"fundamental-styles","version":"0.6.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cd5a190bc4955c8fccac2536c4153d45b59e8708","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.1-rc.0.tgz","fileCount":119,"integrity":"sha512-nhZkY6ytxeLmw2rbHDnXbDfYIoUIpXYmJJSKfSNlC95eEhp//SfUe0iT7jlY46U1jraxuu2/GG/nviFJdwN/gw==","signatures":[{"sig":"MEUCIHcF1DmIQTVRNTZBu/ViQuY2uADq+dbI4RdhpTMMjPR+AiEAulLsN9Gcdzj+itPZwknFkoZi3Kk6pi5NxbCPUhAJDDs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6092571,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeS/Y/CRA9TVsSAnZWagAAd4MP/jzo1VPpku6ebX/AeOwj\nWNPKtCsaijo4OI5xAiHeHSnHX3cRp/UY5fhsZil0042ppaT35HaBZUaWLaYw\n+Y6Ks3BGxR4kYqLODUVk6/8jO7lIWnydGpQi14KC1unWrsnafIn622wmopKw\nXrvBarsJccO5NZvLgUQjBoQJjf2b8pjMI2VcT9SI9CJWtXon+Rg6KIWU1AAk\nDeEvr+cln2xwinzsze0GI/5CYyz+gHdIHZiyBPS79KPChj2x2MEE03QpkdlU\nNuWGv270p7uiq6Y0zuerg2eMtQmnL3MClLsA2pHsgIfi8VZXh0weVMopB2mA\n5i6/ZGw+ZIK5STV6E+ku/Y2kZyuWQX8MIFfQTAnfmkjET0rUUhKwYghY5tSj\nRjdGn8aMDSyfMNzTPDWZM/Vt6X3+Ou98azg8p56WkYrtaJsKkUQA7rovIPnD\nqHnLNot27f15T24l83znrEseRgoRshVvX2VXbngT6De6kdpUhBi3Bnwac1rW\n3MIAZow9j4GAdIZ0zKURk6qIEMZz1bV5WMfH3kYpxwH1dCOZ27pY2t28ccsT\ncS4ryKkHo0jbU4nhU5BmGsNVbTybD6CT4C4KpkurIwkd0TKT19enaJBy5IgL\naVwzgWRL39FVqsA1qXFrfNic7jjNZUOHjcn4luGsCMC99NIRT8458/i89s8r\nocRR\r\n=i2y0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"bbc2bf865135460344ab1ad06c114b07c5dc545d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.16"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.1-rc.0_1582036543102_0.5692026924133147","host":"s3://npm-registry-packages"}},"0.6.1-rc.1":{"name":"fundamental-styles","version":"0.6.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"414f10e75947dd1a97aeb68a2d053bb810c40818","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.1-rc.1.tgz","fileCount":119,"integrity":"sha512-A6r90vySYL8qplBpC2lkhEmoPV12qWMbsJsR7UbxkOlG5wR0Bl5ph2d4hd/LVJyPAh/cmu3voX3HlqBEcjUVog==","signatures":[{"sig":"MEUCIQCsCAH+xboXtyBMrCa+oPSmF4eXkarCPWfPzqocYGV2tQIgGeqy+DUzXFgBmXLa1X/YmmC2INkmmDUcL1ac9QW1lMk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6092706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeS/mZCRA9TVsSAnZWagAAJDsQAId8bazvyU575/D8+zns\n/6JU0tSQX31nu8u7muvEw8xRGYXAHXmekFFz/Mrs7i/t1bILIOTCSpFUIeaH\n46usWhaYfqwSrXYFOxc4GDJuyjpJaZAgQCDDP7ejo7t3wXbL6gK4cMIAltih\nRN6SHt6Q1IOpbDlk5KqIr77FCZ/Ab3vXb+h8poziazjYDdBICR8SdeoV5wHI\nw7Pet1HaeRmoIFDXZWwkoj2GlFkrSrQX+0pPdkrm1Drp/wH87Er7n3nhzWRW\nNlSg9du96AVLn6GfAX4f8ZNuwJHO/A5/F8iGaGVtOyF/4PkHT76EtFGKYaQ1\nsvIbrKTFyTR6YdjsDLa0qp1iMwXaKKfmtD4bX+cvfNP10NohkNMiTOBcEf5S\nK5pfLABPhV3dWxZevxPHYbGQdLjpMbzgq9+0eSyVd0NKqE/YX5qzZuYB1EcZ\nmjstOpROuYaAnQ6lFWDw5aCUkr9KHbhzk2TEnr9j36O6HiR+nNRVh5j3TP9b\nmAEhhqk5rKvJ/EPsfFtyLfZw1k/7giF/k3O0tpyWMjr+J3JoYa/BkkY3+IVr\nFyu/jxlG/H+T5cXMIfJb8ODQMvSWznDTU9kNH0KbvD1CXa6u7B8H4GHALJP2\n6/Fkuuhk/R6yVf0fh39JSQJEL4tHhN5e5x6UMglNQNizsZbVj9ZDK+2cvNok\neLMG\r\n=XGm/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"c06238356dee6c38d9f0484f76e2c5966a51d993","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.1-rc.1_1582037400949_0.7146332616649713","host":"s3://npm-registry-packages"}},"0.6.1-rc.2":{"name":"fundamental-styles","version":"0.6.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.6.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6a7b67cfc6d37738175554c29468b91e115c089d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.6.1-rc.2.tgz","fileCount":119,"integrity":"sha512-nrrHPDHN8PfN1/SjLUteVUT5WEuYJmtAHqpnxS8UOb4BKnadZOYRMiiokJApg2sK2ivJes7r+PpRVdyTFF0hJw==","signatures":[{"sig":"MEQCIGXtjww0DbQAOsOWWrvjKvtZGNW+r0IPnFCYeoaTnTkTAiBHnqHEaZx6+wXnRPZlkO9+ptaa0TPev4dljeYoUMcuWw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6091634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTrMICRA9TVsSAnZWagAA1C4P/2R13Z7rRqDHshmAnEMx\ne5Qgkvjck/MGGXxKc4L1Llick66yz07fgi//vk3Tj/pda4NO/ihtwaPfMYRE\nrye3WrmBsSKobvpDLBghDFCVhskwpNk9HQw2FhF8Jv4HzHIyr1xu/VjzTLOh\n8Q2pY5LRiREMTqJQd3Ytm4taL/MwspS8WpMjJX6ekJZMh39VCrUHgyv6TxS7\nUcuHbd7Ztmkn1iSj7YpDEbc6nlYF6RI/5FJKS1HOWOOxN/hQbJCcxl6CeWit\nMNqpNALgnarQ36TLCQYr3bo6mxkaJIoPcTSXn0XyD4pKDFhTv2qR0KkPHAg4\nq/QWPKh8UY4nO0ogEE6LN6Kau4XLwFMA26p2KSlCWUgRbNchLraK1+Imx8bT\nBNosox+UhkF49Ka41HzYDX+lgxpdsg2Gr2Ne0FZgM1vZCfsZQ8UaLiuslX9q\nG9v8nKL7tgLjB0/rSYGVcFfi2a6mQjHTRwFAIsgKDVffkpz67qYjjzN/FqlO\nOSPe4MVqAMVMIKy+KIxbRva3E8ZQFQHC1Qh9dL3y5xlNJJy8DUzWzfFxaVMs\nj4bnQvQMO4vc3jfdS9BE41B9LsTP+MSI2JCkfinIhs9o8AmUOnchmC5cFD6M\nGqwx62oJeY6914gFeLiE1NQp3L9DGbixYx9qAUgPHxwpC4521MmPaoNJFy4r\nLSMg\r\n=QO2D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"35b42c013905191e4b6e0802c9712ee44c59c6d8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.6.1-rc.2_1582215943939_0.883781559270387","host":"s3://npm-registry-packages"}},"0.7.0-rc.0":{"name":"fundamental-styles","version":"0.7.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"84ae1322ae4c640cb0ec31d09a4d2672902e38ca","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.0.tgz","fileCount":119,"integrity":"sha512-HgOfYR0MhasVbF2gH1KZVfABg9ZqDMiKXoenPrTbEch+MaI7K62gQMOBie9Forl6SkOwgKv14I4Aaxq8kiemdA==","signatures":[{"sig":"MEQCIA5I0bbsuX7eQwSlKxFy9qYPe/oHP2hF0Hsyaozoo/goAiBSipNoCt5X+q5v+OvTXTmwjfD+0njxVAwdpcvN52SMAw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6097487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeT9eBCRA9TVsSAnZWagAAcycP/0NSSNvUZI259mf6l1rb\n3xwxoLZn2mk402yuOES7HA2CthFlyAd8tD1Hj9KkrIRvlgDy4pKOdDz3SOZk\nIjUqCkwXmgttzcj3ZLtY+5ALInMp0Eifau62uUtQKvnTXXzafXnMfpsG5I5R\nYort+xvccxr2+5zfa2uaMpIjZrw32pQjmz0dUu8M9qa94ZUBwCcGl5GOpCob\n8q/16KzEdi8AXVIs3/U65xZ0mkiUN3xC56zbDcqi82l4pZ6ItuEUuYPPCqoZ\nu7Loc3oItKvkZk4nB3fgYkorypPwcNLaq84WmT0AoLjjuHCorQrcTA1uqz1i\nJTnjb2xyh+SMGk/NbgNuExF0ox4Vh2zG6ypUSftJvbney6v/h+i9ApD7eBWF\n179kFzf0DSTeNCRtiV23k4JjwOA19kOOzNUlWtMf1UDjj4qS/3Z57ccwPSJ3\n9e0XddNooOEWYOIEwpllPSCLLtKYAX7cZrElIkIryZBvnaKzC+Bt3gvJjC1Z\ntsB/fVdJ1iSzCtr44CJwIOiDO+MRsEfp6YN8XxXdHZiO5ZD5utW4oR80alS9\nYXQRxue7BzkzTDBLXoB+j5RFIyU/bdk1oAw2zKW6WyIyzfkVDhZtXK/3lSzf\nZ1zaZxS+q0EpfOG+Ks6M5eqZ4qGIiw/BQgOFN379MNzqmv3ECy1HiTL4Ssdl\nYeZA\r\n=u7l2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"0660fb6ec4f4f1eb1bacf7a9bfca8d6ce3cf84c8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.0_1582290816929_0.03876512525053455","host":"s3://npm-registry-packages"}},"0.7.0-rc.1":{"name":"fundamental-styles","version":"0.7.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5bcec76a76c1ee7d69ae5ca249d3e695482cd511","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.1.tgz","fileCount":119,"integrity":"sha512-HBS0mD+BUvZ1+Hflq1GQMeoZ7ooJ3deIOEQuHoOAARkeMWpAw9UJ1EgrS6I3THp0prymF2r/o+gKMKmyywQkPQ==","signatures":[{"sig":"MEQCIADN9gnXRNfny0hJ4tymV57uRFidlTY4vsnqZinaKxQxAiAr7ywq5h8l80gwnyGgYw9d2+CVx6Pv16MJceOFhRfJ/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6098058,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeT/+wCRA9TVsSAnZWagAAlgsP/itB1d2d3TlAx5jIGVRH\nyZlgzPDbBanMksk7BlJAMAWPcCxzxybOwXRlgtNBmSmEGI4y/8N0URSZPi69\nH1vcPOdTbKmC/I3XoINjlVjcRdGtsnT3LHj2dX6s/HmfuUCrTnmzTP/hRuH6\nE/F4IK9qan2u6lDL14DxQEpAqEZkcWJeI5el8LNFXD+lS4gyhwtL+Nd4mrLh\nqW+7bgyxfXEVjhNd7qwGPp4rdVvwwga5pNspApjsUqTFxQ3vFGXeHWhFO2K6\nlLnJROlrPlUVt5YZcg8igu+F3y4SQp2cQCgdvtsYyxOIwINiGZIlxTBJvKpJ\n7FIiC1WvIEukLZLkeClkTvXBqbEOJPaqRESjDpA8hqgmVMQo6q5Y8cdyOwXo\nWylBhZYC4w+xtxit/QeKTRXLOFjK9mOL2wv174ovFcgwvYyqsWf77CgG0myb\nsMTKsEbSti8JA7lgzHCN2bOcBXi+R13tsd9jdvLScaf88HkZmVVKJx1iTxqs\nCYAuy3pSzr1kDO/SF81km+xzLrPjDGVIJR1Wwppb+YDOpAUM+kyvomKgwmPP\n6BMOpcOHWNOJOcykbe0UOA9eK1avTuR3mZJoeSrwgkA66K9iNDCx3wtkF6fC\ncZ9HieB5qWBWLkPncDUWidTbox/ctI93B2bu/2VKc8ZVoRmeqS/7PW13MqBT\nlEDT\r\n=Xw3t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">=8.12.0"},"gitHead":"76b8c96abd070450148769826077d469873ad8a8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.4.1","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.15.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.1_1582301103715_0.39805502715014507","host":"s3://npm-registry-packages"}},"0.7.0-rc.2":{"name":"fundamental-styles","version":"0.7.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8c27e776f39bb2292f4dacc73327251f10bc9828","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.2.tgz","fileCount":119,"integrity":"sha512-Sq8klWKKLyIiUy6UsxNbmpGR58ElUHEdra23WrxfZ7CdPuoaO0cgDXyTbUH2MaLzdsG7aATvQgai1+maPzRdMg==","signatures":[{"sig":"MEQCIHP3JkFLr9tFgaw/05TJkIHjLOjYOv0n16syfTztx93DAiBazArp4KRwg46MQ9GUzuvFmD6gpZCIe2VN4gDgaQBTHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6098149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUDkgCRA9TVsSAnZWagAAVVMP/jJ/TSIPB5OBL9AInFMJ\n8m/hafzJjLabgBuNVgm1obkCx17D1jTisa3GMucc2AYx56J8KJPku8v+OVWY\nqI+RCRsIs01jCqzNymoDO61qk4MbI1Ej6ejJ4J1Ep7Qr+ehCwaIuCngeT/1K\nWuNmKyl9Xc4nFMJzhF7vMryHKFsaJ5fMdHlw6JXo9AE/NQXcx5Mkb6AupeGm\n1Rkg+ja9QnhJS8ejSD7MtO4PbAK/S74SUpae1iiQj9EfR4LtvHse6By4+Ppq\nPx4gkrFKPscqfQQ6pr60Z1D26iiLIcvIW2aOSC94nNydOPEVOxcA8Qf3VdEI\nFnn2pHD8RM15xgmrChjVnZaFGbo/pMEjzbWHTO3zeC8xetPDPbzP6JybxTFz\ncZ916etS7ptrgz02aowObq1mB0d0Gxj63eR1ZxJYc0DHhfjYI2O3B2hDQshR\nz5hf1eAnvg/0fcln905hSnXg9DxXBHa1ARPKLY5QMqG/nC8MttLzQg5dGqtt\nsuiOe3zlarj6GGZt9er5I5MyhpJyw0JhDWXg8Ozv17b7McONyvz4SuUO9A91\nWxvBudVrXTc/MNA9xeTKMOLTYVfblOep5ZuPw2HugInVxxvWsPQhEoZi4XrD\ncTZG5vsa84OoCAUnPIV17x/jP4lAiHx8ErDTX2A9tsrLwfSNdaYj57QJEMzQ\nmduN\r\n=P98X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a3237e8409504cef30dea9eea187b81738625878","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.2_1582315808134_0.23765146289884043","host":"s3://npm-registry-packages"}},"0.7.0-rc.3":{"name":"fundamental-styles","version":"0.7.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2570c7631e08c01abcdc3bcc157ffe62191eb943","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.3.tgz","fileCount":119,"integrity":"sha512-7G1Rg0XI+UkCTKvl61jTWkxsHFVTRQJreqCtpLAHRSNmQtctbPVELTu4v5iLrJx1Hlj/U5HGtQtwA9CdGM+ujw==","signatures":[{"sig":"MEUCIQC/lTdLnR600mXRzYgqyszi7yYBn972HtHhF5w6H7723AIgTHpcuzkAjd4HuFZIqzqk0tdvFsGOwToWZeugOWU5+MA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6098283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUFVuCRA9TVsSAnZWagAAE4QQAItsP5S5AKsWQQx139gw\ndXa7XCIYcxydagRU9uBCEcQbzkGzhos8dKbjsgc2EV2bp5vlys0Ez8Q7bPGd\nBYPy7gKOpcST1KJBu5ZhEW00hzTAM7yaSWxIUdrjRNzAGAIti/aILmxSY6Ou\nSWk2S+K9rChWQyT78vVrMUME7leHa/kypKA3H//sdYB0GvVGspcuiQZFrpe7\nzwF/FahmPNtbZVxtZv5azWTJ703mZn69YmJciRZ7wShhIsZcZTZh5qzZpVhB\njj4Xr1Uslq6PZUELHFhd2GUbSvo83154kd97RbpXLt2XknAd4PC/wiEBisf0\nVaTEGGbpSXxoXIsn8WqgtrjTvS+F0/gQGjNU054nEISCfMZsTp5h8LE1kmjU\no7BCgTmypstXfFn35efIG4aOOpX88UUrVOLwkuFjeecPvjhFgHWqVxgT7Z3Y\n9mdv3eKHeqKqD4rhPnHRxqxLFw/M0A3obaVC3UQv5ROYO9ggsnacrQ4F+Hgu\nhLdLhpPhtGRrqJgD0C10tQfyNY9JkeTSiZZKAwp7/HzfOsFk+Wcwf5bNBXLx\nZ0A9xK0PjcygwFEkbJ0q2IiMvD56BGezMWXPXimSlK/lKkXCMiB1adqEYNRC\nb+VcsjuDqvYC/Ndjkllf3NfeBnUqrVTXexIOb8PjJcZ7jY9ftZtkWoDmdm1e\nPQhf\r\n=wR/L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b871c8a822a090adc6b71c31a66cdd87f6ddba3a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.3_1582323054113_0.2958937880919541","host":"s3://npm-registry-packages"}},"0.7.0-rc.4":{"name":"fundamental-styles","version":"0.7.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5f00547f743fe9e7adfccfb2f04c40537571b18b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.4.tgz","fileCount":119,"integrity":"sha512-RzusFKsBrHDW1uNx8yyxQFR+98j5nlNVY2q+xMqP6xoojrmaNxax/yAk0epVJsUGaWWrWkffkqEdHhTLYaXN0w==","signatures":[{"sig":"MEUCIBYpo6DwPLgYxsWVXfdKvO5BZGl5SLH3/VLKDEXRnrHgAiEApt1xcyrZf9/MIP0UViMgnb/N864S7cZ3Uj8PaaV6CCE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6098449,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeU+MfCRA9TVsSAnZWagAApxEP/RdxKlUnYlOlatBhxm8V\n1A2e5uEA7y874Ukia1wAiXTyxmXiwiaV+tlNxDxktwWbxqxqz5DDMALz3t4Q\nU76z4FymtO28XwJjoul7dQKwioZ9QQ1/iJ88qIw734cw8b/f8JKVJ3rQlJPR\nIHJ7MOJgqwGgQ99PDmqZbb01hk0qHOnmazvVzs117qiBbDWn1+LrT+zWOZAq\nKjhVLeExii7fRLRu1iJ9uTjyPeu4hCBBLp+0IftLzNDQPn9h3h2AbeugqtgC\nzvK4tnojf1wIB2fUEGp7SA1sVRvjfzudcitBdpVkeFEvWvI/o/FEISwNQ55o\n76TSUApMyW2nCcmXpYApYspTLvKbxvR/bxUqJHiMZD1qRYtslh0W9bFk/nBT\njsHtJVlnErVH83auZ4KIImty3w9NxAV727nlY+nbFxhglm5Q3rjImBF4awej\nSc9KiTkQwwxQLqh3BMPePpFpjAVm61D5fBEZqdg4A/Hj0097okXyNlRgdMvy\n413DVfT+qOr69OuSCDy3UQ7ZpOhiLCmUhHjoFbgSIDsSjz5LR4p1t8Q7Snor\nfUzBtBJAjwEqCzOl9wlgCgWnL03+T5OpezHLRxTSsSb7qJQIypcxTJZ41lc6\nD3Pzlcbx1G4usUNZcP0Y6HdzdEWr+4nCIms12UKHl+qVNG7/0b9B+/dsv3UT\nhfi4\r\n=XlXm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"42ae96f8a82b21bb93f74f5eae36617c5a20aafd","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.4_1582555935165_0.9654483708689945","host":"s3://npm-registry-packages"}},"0.7.0-rc.5":{"name":"fundamental-styles","version":"0.7.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5ca00d31480072fd37a3bfba0fe0a6c8195cb9ae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.5.tgz","fileCount":119,"integrity":"sha512-0j0FmF4BIK7NNQUG2iEAaZ6ITqvSEBPnWx/oysz0RD+dqeknQPnbvRS3OG0Yyp/jvqzxFXAmeTpnzG9zw+pTBA==","signatures":[{"sig":"MEUCIFW841TIp83i+vG965jEPCpvxu9KNoEFKYM8nuh8mwxTAiEAvoNYylPm263RRpEI6DbIKONySUQiPUidb2rG2R+u7mE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6098810,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVNo6CRA9TVsSAnZWagAAVcEP/AmFR6FRNVBVuIIC41q+\nCmpC6uZbT4CbM6ZrPyVL/xQXDE/42LeBLv7MM6tEXeZQ9VVYHtsc1rkQAhzl\niJUsZR6d6uSz9IsGjvHpdbLZ8vJRKlVFbXOI66EFiMUXY+RijVW0mshEkXXc\nCSgQtKBuQVbU24dvl7vuyKFJ1ykHLB2hrlz1BfEbneoQKXswqCqvr58AVMwK\nvHcj6Su/0QoK5d4GaWt7HDGCREfSoWrWRuuI62yRRWML4Of+2qu9KBwgLdp9\nHhS0XdfIbBdCJP1ZH8apB+Xfh1n+Bge2sraaX+YWmu4AzGrb5eW6qWF4xcUA\nlrpBjCeF6N8mNiK6gQ4KBsQdx+kFqSmOk+swHCCGqs7G9Mm+QwlhXhCC2fL2\nHtiFQSBsTLdvzk+A62EMhpsGvog7PMI6bDNK+7hjrOI+gDX606CTtS9m/o7f\n0yygBVhOS4sDvCP26Y/lN2iyL4vB1haiKjcZZf7EPXvp/S6K4K7s0Pbzao3y\n/BTcfsiFI4Df8+8vi+X95RHjtAL9va/plIGej2Qjvzjt9Lft2Pi8lzK7IX+W\neMmon4/1EOZ8nc4w+jtvuLlao0m00/mDTjkjkFO4QE3QaL0A7D73gbOcQWSm\nFQe+sIJYzhM5jZdxDcCm5dLqgeS8eLzPOybyAthgARLI4E1s3EI6D4guXXWu\nz/I9\r\n=K5Jh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"15b23202efbb2f44925ef0f5d1f87464c45f220b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.5_1582619194176_0.9378882216357669","host":"s3://npm-registry-packages"}},"0.7.0-rc.6":{"name":"fundamental-styles","version":"0.7.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"49fe5ea5f7a9d7dd79b779bac2c049150763c7a0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.6.tgz","fileCount":119,"integrity":"sha512-YoZi4pao3JlvSnxw9xJyKEgqrXUaouSo8x1Ay+a/KV3J80VoyFqbyF2/1kNv63i3tfWnbAe2cqi0MYLroD0neQ==","signatures":[{"sig":"MEUCIQCG9RkRYCiqzFXtXDJ/uE+0kpId5tnW1LDb/PU6TvTNiQIgZ7G/QsMcDoWMDboHNAtgO2dKQKErsg/OjWCFuWTGHyg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6098910,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVPNtCRA9TVsSAnZWagAA/1QP/3dHGTAqawS0E8ydhmM3\nVKeUsHJJh9lNEovVU1HB5oMiHwiLhsOn43Z7UHmN4tx2p+HrJ7/1QGP2emFK\nyAuawSubhJ3Q5Abo2h84Act2KEvKyfr78SNcPqmXSJSl0t5wVTYZTdvBQ3mU\nK5QvRqM6RCrpTCCW87UVz1LQ2Lo0zQvolscp8QASP4QAAMIpyrPxMbrWAAfi\nFu5uT22Hz1b04s2KAa48AAN43OjyqRJIzjfk4yrigQUSs0Q4lrfJwtFI0Va4\nihGD9VNftAr7Lt9nX536IM1/VU99fO+pmvxLEm18Rnoqz2yzG8Qf9UGpmkJX\nqptC3x9zmS6DM9NDW31vRR8qp+qZZ7qShDTByTExjXTSgTf980+Y270XJZK7\nP1xKjULEmDZ7DbLAaId9k0vjFUdzzkj2gLG8AS2VbpXfKzXiwtslXTJr1Gjl\n87Q4WmMljzTnuxrjCOiW51wAAjmKyDsmXjYTZfk81RmIe3SJnZ5k2plLDnOe\nAPLM+UGFTJbIpYWEGC5eaPkqmAYZvCO9tzcriqEDnkzOxiXZjY6xlrDLEpqk\nUXvyZMwzG/L9+MWsHqEuXvDn9byIep3be8gr56H3mlCxEXN2RChaSbhYfqjT\n90JAfMwshibIhYudB0LllrGvDwVSP9fT39fgnTFlwZChDxK3vuezAb/B1Lbr\nQkOs\r\n=TbpO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2e4e6f8eb09bc5e362d3d29dbc646317ac469897","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.6_1582625644802_0.5834301831026569","host":"s3://npm-registry-packages"}},"0.7.0-rc.7":{"name":"fundamental-styles","version":"0.7.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f8864711bcfa664d4af3219c62f9d678f953f740","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.7.tgz","fileCount":119,"integrity":"sha512-zsxwWuolOrhvGC0rsWtMQxANXc6d65GGgbIMt/JdXzlnrt7xuXTi6BJbV3RVXXGR1Ntapor229bdFG0Ff0cO9A==","signatures":[{"sig":"MEUCIEzHbKUEyoW1rv9t3WpVwZ9wmBUg5/5KO8yxQ+fpxGANAiEAi36+0aPEPEuFrejMfkkwVr/c1nNP3+AEAjkJcbO0rLo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6099221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVRiDCRA9TVsSAnZWagAAJfsP/3LAUHD2UcVoyKC5uX/k\nXgJ7/QiiKF+lLxMTjxWU4jyiAx6/rY+aR9NG0K7OUDvCnCeUopN3WAoYGbl1\nbI5gQIV8zAYGZUZgD4oszAm534cfdd1M4e8Vud+7Sdgh1rW3ouuKqOoBu9GL\n3HbCE6Kl5uaEZgmFKmw3IY5gojk2EqxZRlxgcWW76KQ6i/OwbOnebzqZeP8K\nXFppeRvF6XdXgaEL2O6gGvy0Rvx7KEgyXL8u7f352cv6LR46sBPPnDUIkyVb\nCng2tXxFdqIpHObijm8CnW7HawBUnETTQf5/yO/jotO5gIKW/p2MllOlGyoK\nlJ6q7LY2g9GYVgniBbrBkqcgjR2VyDOZZMxQpQtWXonethZy2vWkNOZYoX/n\ndR6xcqTzqvFe8D+m3kO22Uf1XSkWyGHWzrJ0m9SyfHpC9fCEgMKaSaXdMJHb\nw2ZFS4rn2jVKeVPSbusecFpxwtRj4z99EesVHCTrfMKpAJ52J8uaXrbWxQTp\nmbWJLR6TSVyInOecEzA6ejvzzNzH4YvZejOZMNlJNQpgehezP1mVxg+Ighnw\nHd4u0bc5GsjMkALvmHXsV8UB2EhoUGge1Sqdtd0Ay9dTbMMXxSL6vTZYT1Wn\nsVLqvaQiQi18ciD3vNJbYh7/+UZN2g5/wUzrvOJ6+1fMqpvJDKVDCd1Kd7JK\nXidW\r\n=gUy6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0da37f10d08ce223daa6051488f2b8deb9393d9e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.7_1582635139303_0.6415616287243484","host":"s3://npm-registry-packages"}},"0.7.0-rc.8":{"name":"fundamental-styles","version":"0.7.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7646353f4043b6154d7ac2ce63f78f09840a2469","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.8.tgz","fileCount":119,"integrity":"sha512-Nblxov3het/8aoIuZhQzQOgX4J3bFXrvJXZ3HhOoX4MlgiJSrtU3aOepkhWGe5+ubyl/1hVn9OqEqv0ATYMKSw==","signatures":[{"sig":"MEQCIC7j0zGWowp4OtU4dLH40DG+jTt/Kbf2I20ZkHA64oxwAiBf+xeolAYM+fZn6Sa5dDcMpIiYypqb7ObrYaJawBdxRg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6099547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVR0iCRA9TVsSAnZWagAA+bAQAIWv+EUmOWIZ+ivauWUo\nuG1Q14YfDbjo955RfAUFvwdY6hihG/9egt1OCISyDxmEjcTZ6AkNT80on/Xy\nN0I95s0fSN09mDNZQSnoN6slnbrx84fIwjxv5I79BkKJ9JyelPbQqaUkH5tv\nLJkJK54JJST/idOFPA3x5gGPLJY9txQR0CxRb703YA4CsP4ubB8cTq61KxI7\nnToB9YSrqFdquPKFBgRWHB79pVyZVqvK5ZDHOukJqEI8tV/CpuTy+tETWhT2\neu1RNlEkg60mS46qSrKsyk6DlqdgGFcLp5vN1lz4eiQW8w9i4FoBJfwr/RpF\n6RMo1w4xZkiXMf3AfDzoUGA9kwUat8FOhCD+p4CXyAapahKWJVpsYVYFe3zE\ngVo4zE6FSYcKnxNmntyZgwWPI+OGUjSP24SHn5ukn11T4V/rvNCpRAfEErgq\ncO3pyJu9DwdW6FObUR3vZnixuEbZYcjgl4kvWWBH2qwvtyJu0T6NfgSD+K+C\nhJWNnwLM5bjHwkbD0e2BEXPKdtlbkRdyKmA+cL5V2xzyvtRmrVX+n74qojy1\nVMkDnqGIcd6sNswjtjd5BEY741GaVuC1vl+IHVUE6Z+duOzvFsLxikSddhTv\nRQE4ZZ2bfzDuFqZkgRfSkPlZPMmY3EO25BSoleLCl4iAOR/PejyxXiiID/N6\nAHWM\r\n=7CBW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a3365dd41937737b6064a0773a4f991cbb926f4f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.8_1582636321687_0.11676706819433114","host":"s3://npm-registry-packages"}},"0.7.0-rc.9":{"name":"fundamental-styles","version":"0.7.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a91472cf090d2f29d349655baa55ea794fecef4a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.9.tgz","fileCount":119,"integrity":"sha512-2W0BxmVFkE810sJFPyrKw3kD6pEFuViZ1TX4XIRuvUXuQ6j6DJQA93uqhbeDczM3AW5z7ZwQJqNrui6FpGQGow==","signatures":[{"sig":"MEUCIE4kUgKZgbCHMYZtds3b/fkN54Qzm5d5kMr/OJy/ON5JAiEA+FeA6MOpo00t4nLUTR6okCe6Y2AgUWwmxrjKctfFZUk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6100428,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVkcVCRA9TVsSAnZWagAATfkQAICwVkOE59vB3vhrxp+C\ndhPNXTCmgkEG4qV67I6PiBJAWMiNcrHC3TyyOCcA6OhGYxCoZYb0K99NYKgo\nLoSMsjqFY/TVvCeRK4QmkAzxbn3RcDfWCjh+Q/jAYYqe0ssSN/ESO7+iZMqd\nlToyhmWJerwNCUOWvkqQCWrWhCoDGpAo50Bxd/bZoVDzZMf/TzN30e0q0+v3\nnnGGchmoUS+jRF9bC7w36D6BQg/7wa2HEB/l0vjHF5P/DvNjT49JYZUVHa7g\ncAP59y9DJpEAMsCxQTHlkyVa+8xyJ8y6sUUpfGwOYBNKDBnSzXjk34S/N0K1\nsysOy7gnkhYFFGE2dKDNMyae2xQCM/8wTRvQNy+exedbErox91sW20X1p2ks\n2sG1MG/28agNF3r06GLXXnMtY/ywW17C+yo4qgJwxED0nf8hsg1tdQx/qte1\nKQjXwBP7uc5S3qamysBw3rJ6FuJT0JNRbNuKtAJSJwVHhyYiCgc2ROazeh6f\ntNABbnvpgw4LOfLlNOg8XwKHZPtYi5amkxAI75G2bPnUVjOFWriKKvn17zFl\nfZnEebkajq8HIJ+CURInyslLs2KrYQ0RGV0GzpVlrrir6Q7ymXJ3xYk+UmeA\nZZFqCzPWe8am4OSIso6Dy6V+s56uSTQpL4jaHSldBczQdyEGW54wt+aPgpLr\n3HJA\r\n=zxAJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3fd3c5003028967faddfcec418e63a907b72decd","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.9_1582712596495_0.4236826179840507","host":"s3://npm-registry-packages"}},"0.7.0-rc.10":{"name":"fundamental-styles","version":"0.7.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"77a78251c521a1c8632341a2fd0e63a2f76bc22c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.10.tgz","fileCount":119,"integrity":"sha512-upVnW6wZm9lgICGe0/HVUeRMGHyoErd8BmjpaBJs54WtxrxRckMLcOSuNd1dBZLu1Tl1vFy1+pmZayVtjzxj9g==","signatures":[{"sig":"MEUCIEVScdXuO3MvByn7RDgQmj+TgsHZZimf7m5h/1cwz4nFAiEAs9JNnMz/Jeh8OsHc/Tof73i5JOa3skSQhEtp5Z7WWOg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6100754,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVr7qCRA9TVsSAnZWagAAA9MP/08rIOB/IbKWekRQ/GRI\n7VPss7a+UCO6BgJiN6haUutLeNBYBhheg+BcLQOq4vuMDmoKA0DrNxDjuSjI\nTCiYrGDNs647+DulczvOTWrOmXXIvJaxIvbUvVGT+00bC+AMHy4ZkbBL9PmA\nZ+gm00UnQHbRujFjWhcTcpx2OrHywMYPk5pvNNVxSF1NNoyp3fMdY0wJ9Vfh\nC4UcMIrpMseRXD5YXyW7ZzK3xawFQvy61YzIpyoh0TWIevrFVbyBn7/ax+KA\nNW67juaLOB7DjTfossdTielvf2jPLDf5N5hb/zJK41au2kggz3eAKCWaVRaz\nsnClYibrJpowNi8czfSai8vlqxGEx3CFXGCiJXHZx2mc8Drv34dxhyu8vbnt\nYgdNOW3kmFftDEaPJm9t039fzISrnkb2qptqvVnvhp2MbvPZ+OHMslq/qYt3\nGf1mm4X3mUbK1t+35CdJfciTv/1NYT93UD1Wk3f9vIYWqrh1kzSXjpbPRWjE\n+vJw5grQd80n39pYDEqCJsZ5h4WSgtA8Nah34vt6/tzka95skLoG0fQc1znq\ndcWQTfaEoZwdu7eIr824mJZIu6Ny4Ve6buzxYEjOyZxElWkm8TTFGZP0rjr7\nG693M1FW2YzWI6JAAeIGyPhWoW7tRrSuTPwz5BdStsFEJ+m9UwlYGWXIXBgo\n+kV1\r\n=0to2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3c05961ff28a7414d83c31168772d3c32f289392","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:update && sudo chown -R ${USER}:${USER} .","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.10_1582743273859_0.1537909271525122","host":"s3://npm-registry-packages"}},"0.7.0-rc.11":{"name":"fundamental-styles","version":"0.7.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7cc14d684580104815c85319d8ababab9f84b8a5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.11.tgz","fileCount":119,"integrity":"sha512-fBcEqQnFvQ3r9jRVhRnMSoZMtnm6ltgX0QTPt29FA6WE4+duLkza7/8F4QU8H+2cK2Ly6D5MsGNrG76ecJCbyw==","signatures":[{"sig":"MEYCIQDqxU+kiYSOQYj3JpfRkMRj/dK8BihDpSMi9pj07n8vxAIhANCJ4kQtNLPb5rhKWt+mh0KpIRhou3gC/6IxHwQ2ZWNU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5996621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeV+qECRA9TVsSAnZWagAAnMkP/0Ixks77kH98d30CjymC\nX45qTsc7dfSX7ovqyZNAdHAO/2lapp4hcYLO+vs19jY8RUGPg3fzZJi4NAwl\nS1FzLYuTbO4vgCzaxT91cZ6EVCNEHj/o4xUH7fLNqx2/pM24y6DLkoQeYXDp\niywQusCZdN8pCOvk6r3miDKVyw4xeZA/1FhHvGeeZrfj2MEHlB8BXd6aXPT2\nedoHmp7G46a+ORZ0UVnYYH3z3mZ99PHnVYnQ2hjQx+2r48CzxwM98zMoIqWO\n6U7zVRxZCBIllagQ1iJGQ3Ioyl0JAYVinqGE1wyJZ2Ot9cEY+1fisJLPeFaP\nsdWfYLq2qhHi6db09sP8B50UwGPondDayjZCs3sMhLoUxqNGQmMmruHrUFxu\nEtkoVLHyDWPHU8HhNaAqczroBvygg3/+e4dDwGIs5gWgKBCzrj2oEwgc7oMY\nI/Yj4geTN0CIDzIGqyLh1kXpDSnIFWdjECtMyDjhOTi2W9qowM6ExX7PPicY\nXNtxlY5hElPVVTy+eLE0xH3CNjsVv7sLUJ8RrGCUo7iFwNza82zWSwdQF2za\n7a30t0SabTz6hXEklza5SvDsKq3a6L1J0KcAUftAo0A8vSQXT2K2Pj6EAJri\nUaMdbsx1ElcxZIhSVlkZbL+OfI02QRY16bph4vDh39l312jp8q/a+sn1e4mb\n2Jce\r\n=JqsR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"62be5fc8d189dd3e4d89fdba93f97dd1de183e7f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.11_1582819972016_0.8413536110400675","host":"s3://npm-registry-packages"}},"0.7.0-rc.12":{"name":"fundamental-styles","version":"0.7.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cf1ad112c017c62559cab0448859facb6c59eb68","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.12.tgz","fileCount":119,"integrity":"sha512-mHHaciUr/Q4BEwt45BElQifv3dljBQ428CzN9ObrvqULx262rhTcOO4gKGVR+e021FXtmnbHQF9JCsH0BQ9EaA==","signatures":[{"sig":"MEYCIQDqr8Zd5hU7rmzx6LCmP0NqOrWdaVCdgsw5Y6ZB1xsTygIhAO5whQXA7+jhkm4PMevxgRbOYW5Nt4DL+JyIMT0gH1qH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5996759,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWQ0gCRA9TVsSAnZWagAAat4P/3opoVAiHJ/+bO0xdKEk\nNalq7UJu3bQUSTZ2cFOWHrey1PmnqOqJOPjwi9Z5DkHH8r3tnxExKlJ6mnvn\nSkBM+kA/IjeX6YrAf/UseGSDBODsm7HR1vlA08uLaKDvi6ajK29aBeYVJTEV\nJcC2KyjwxAaz0KU+oyvQzIxU7D92iiQEIhU6Ye8lETitOfUsh7jDVurEDP3W\nQC45ZuP50/d00xK5S/syaMrESIX7Vqki/0du1I9IxMZFgnS9MV+gEgFKLtxv\nMLwkm2dqgo7/pjQ/W6hHLj6Hc7CNv66rIiTjvQp4xS5g4h3B7SEoRB2pggVX\nk5JIPsNjdX0TZgDo/MsUQ6ZLmwAmC/GwQX54eevckwAnkNacDyudXHigoRkk\ncvt7L6s5SxlGZWY87JkaphELwT32+SBFIHKmAqQvoGNkV3HD+7Z5EmekItXo\n7RnpkjVEgQXViiq2HQl3A3A2kol5s643uUHNpI0vAF/5YXp6Faypv4zSr6Pa\nIf71Xdxu43RNd6eGRLgf3lIagEdR3HsxSkdimyC8cZYPZN9Xyr0snNXB1dcG\nN7l6jI1uhbpldRPGDfJr+/kzIvaWA6r2hKwAd0irBFwJo2Kf0HXsOHbduI9/\n9FQGUPJb0Cn4Lclz3MwtVXW5B7KsEVo1opv/oTDC32qvwd/2hQtXcMwZwCIn\n6AxW\r\n=rSQX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"157bfc4c1f440e917f3bbff92d3f354c015a77f9","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.12_1582894367942_0.6765782773779481","host":"s3://npm-registry-packages"}},"0.7.0-rc.13":{"name":"fundamental-styles","version":"0.7.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b2b2fde90c4bac4de687aa8691bd004779fbcbf2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.13.tgz","fileCount":119,"integrity":"sha512-yrEq3Qzx15u80rTRbFM0QzRrcPr2GuQeXTuTULNhFdChi4E3x40WkXAzcbseGrltiRoGbiV1KNOzxUUX+voXDw==","signatures":[{"sig":"MEUCIFgdL0DG7UCgD+1aHTKUgc0c5aRo2NzYaGKijOAD5lo5AiEAyf/POPZla4+gH6IUBbNchJPp78V/0E5K4eTfMWRvJKc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5991768,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWSG4CRA9TVsSAnZWagAA9FkP/3VPQ8BVMyTY83mhlBkv\niTq6B56uP/bQbSGZnTropBueaNHkUfAh8oE4l1D/C/zt5Ez/QGivqv9ntg1t\n6o6FMxAz6iWRDbNgViiV59aJt/l52hi/DtYEKdz00+bwBlRu5asD407ASs9h\nDGUxOgkuH01Q4C+jXIgaogBAqadU5W9RvjYs3Q5DzafXH8x1+SsaZ9IiNbOT\nBzHPnS6m2lLNWzWICiTlcoegQm7p4QzKMTfAXf83awni6stNgVk0f3qjrogl\nGSXErz1C+itZZvHz6d5q4rEhBRnc20GZ9ghCcfwcX/ATFpm77oPDSkMihMq3\n4lmRl2iUa/WvmhjJHJVl5Im2UdJA9kc2wdo2iDoAPmeW+DwoX4Z/dhgx9IIH\nP9Vdw0ePGWt29riB6qPzIewrHm6jPtL+05NBGCn2zqUCeC3sYeR5hdT4ZAKw\nRfCwBG9dhEO8b1EsNVYq1AXNVqj83jWmEaLiCS1je2X75RNvWT+jgyM6c4P8\nngOYPamYSbYQA3S2fyFdhOaoV8iCyb83uBlKZvindkJteJk6gifnk/QVLgrd\n9MKXw/v73idm1OL6X8Ioc6ikRBLVXQqzW+ATHjACLvDrZcydvutW47Gt3LAI\nxoevGEC75eBV7eP3Z9ulrQA160MxKK0ziaYa3MAuV/5Fl9RmmjB38sDZb6SY\ni1AM\r\n=ECuo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1424ee7e10596cd96fdf38c07f65c907585eae78","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.13_1582899639207_0.5919640108854294","host":"s3://npm-registry-packages"}},"0.7.0-rc.14":{"name":"fundamental-styles","version":"0.7.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7193fec883ed09e514d6636fe85b2b7e8ca42b33","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.14.tgz","fileCount":119,"integrity":"sha512-zfRSUVZlDjM1lxjLMZpPZlBKdznUEklUdtVJH4EGNTptzoprTUt9f50yTy+w4R7EO/IZT6/aF7tT8bBDbrgM/A==","signatures":[{"sig":"MEUCIAdX89G0lJJU1CkILgnoVG3U5kLPflfosbMh67hsYLPFAiEAg+6Gh2DHVkG5kHHTyGhDy8Oocm6j47TluDmSG26GWL4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6004135,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWXORCRA9TVsSAnZWagAAwygQAIL86Gwva6Jw0eo+C8Dz\nkJSZwnF2fwQEhKDRQUVPHfkb0cgFR8fNo2Du6H0mxpf0z1+uGE606U3F3zMt\n4OH5MbIRsXyDs2RgrLY8QX9ZPuSbi02+eBY4d+ZqWuEmsQYZeXVXWw/o4XO8\ncug9gtUZZ+LFkpNMNFWVrabxzRZN2jlhoRYWQuzoOjskqgW978cd0TLWCVBb\n1164rWn84rZNhf87UmZ9du2pIsmH1kwoF+bjLsJcVUkQZBBY96oJZUrlamBv\nq/RJuvOUyvRauaEJGDldZ/Q3k0LnlK5E1qke0DKPiyYsi/PEUSVV9itCr5ww\nHTvu+hcpEa34U7iPAsPJbfXszJUqthoqlHfKdEl2x9DDJzOS9DDIE6C5rIfz\nqZhyPI0gEnKKEt2W/AnWITHZjdl0aDqr0dVqhKmJ79Yc4j2x+w9s4W9IDBtQ\nkFIGzYcepYCThexZuzmIZuhtlh9zE/2HDpSs52NFMUgRd55eP/llAvOAig4I\nRkmD0DZ+C2UAVRMQP/8l//ZPAfBJUi6UpPC56KPYSEwV6vPSb9N9jdgEY8YP\nAnNIQ1XOmxS2vzXl+O3Ygiv6uNqBdw/JoArCQpLQOj/H6t/4g6WQkQmVMtzt\nVo9U/a8SWCyVhOUQYCsl/2ew26u7Ow56kfNBC3Hi6VoueOXSwq/qSeTVjHhL\n0Szw\r\n=X2Cq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9f06096ed0de78ca16514a2cd7c4257772e8b74b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.14_1582920592403_0.2293489363078236","host":"s3://npm-registry-packages"}},"0.7.0-rc.15":{"name":"fundamental-styles","version":"0.7.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ac4412eace7b0944bb90158fe8d0d23669bdee95","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.15.tgz","fileCount":119,"integrity":"sha512-bTFzIs9pd9J4xoIWEXggXpBWNx5yF16bOX1La3aozmIgnhAs7T6MLGXqJiC8R8B8IityCijUUL0xJ2MO/uGrjw==","signatures":[{"sig":"MEUCIQDh0OJ08oers8ZbxDl/Zwgie8efecXqJmnlaY+ZrrJyAQIgYFmhoE7ZRqyG5A3TbnxnpfPjaBQqE5fsc63OWC/Rd7Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6004273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWYwXCRA9TVsSAnZWagAAkMMP+QBiVdrbtDNVCvVDat47\nZ0ltF3+/YP9zy+oDiUgSkIT0Bz4X0EtH3RMbsDoITZNuOk6lTKHb1ci9r/MK\nUmREUXb0PhhnckrMaswSIrdD8j7dbnOqNTunGzdoCB36hPYzW335IVuWFvQK\ne9dJ6HxSq2gs6UO/cw57H0VpGr0hRd/w8Q/G0SqsBIC5H9r7s9HYFNCgJVOc\nMroLGpKBipP/4c8AOKMjGo3nxdTKp/7LqRln8HYqy8ePmISGs4TXygXLFe8z\no3+y4wsq/roPKy7jc4Qs8YNWx/u4xKRxyPdXBPb+I+8Y+jmVhy3mNby8VCUY\n4VNlbisDa/ZUF9hN2j0wiEF+EXoI9fugqOqe4Xy6t+/6QtIpb3jhwGtKn7WB\nfbDhus3ce7BYMuh/UQi6cS1vTSM9+FJQfiq4Vrwrb4BZNGZbzRwM4SJ8LKo/\npLFteOPPB9rXzHPZRjCs/kGRTcS2R/b83Hr+8SgP8Z+cp7c6qj3bZugu8wYb\nmvRpcTlHV9Lm/wLncU4MLXP6SZM5gAN6T8qo5WdK9tGYqAXeuUhSnd0KvGU+\nKAeZYh1dQrGSR0E9CD5JtbCc1yj4cr42jdUX0HfE4nTtkzJWq0o/B+UVrt42\n9nr1VI+IljuDpq998HwIaAdiGaJvMV3GmONQ5foFb5ly5V80zFaKMVF6PFp4\n4vao\r\n=78tK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6072d6a3dccee2346af39970af424271ff00e636","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.15_1582926870584_0.16148204063722305","host":"s3://npm-registry-packages"}},"0.7.0-rc.16":{"name":"fundamental-styles","version":"0.7.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"989d72408e55fad95db1b4511327f8e8ad7d4045","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.16.tgz","fileCount":119,"integrity":"sha512-0n1a4zt1tToPqA3ms2oH/QpJG2Qtfyrpc9YesTVujv9kOet1GI9k7dea+oJR8RgQ8pB7T0OUirUWp9tyzA5yqw==","signatures":[{"sig":"MEYCIQCfvvV6sd95WfPq/hvJKcBm0bNIJZgdwkEB2+JU3PCPPQIhAKsuHFDflxqP6s5Pv+cR/k3l26KJ8ZKXpLRKTqnaWxV2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6001101,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeW/vRCRA9TVsSAnZWagAAuWAQAJz4IEGLTRLtr90imlnz\nXbXQqdg12LWuDsLrmz96KQpXHXtJcXg2NtS2ODW/BJ0y/YkKYYaeQQfTE++I\nae2Jydw3Nrq97/VrGtFPA4NrqLgss/BsX41f42uVfdZLz1Io7D9RsPIWTocE\nYQfQPsgM6Q8F1/dzbxmwpVo3z6Ykko/o3yzl3EHL7bdS9JS1VHddpErRTrDz\nDvl8Oyj5gLrxHdygxyLFk4U62ytQuu/ou3JuE0oWp0aCeembVLnD91l2Z/4g\nXo3NzzdoZq9jkYoeFP9NENbDexbJUoy2aLDh/tkA60kVCG08vqS4OoTb81xE\n4XMzVW4PqnEFkCauaaAoJ3RJo7m4Hlxl9xJlvieLLdIoArjvqguN92kI5VFR\n5U7JsicRvSXEr7aT6l+f+EdCJUE206ElrfkdDdMChfAv7IgfZsDgpVde4R6S\nkMESnVZ92wdsxKezGD+D3+VyJbjyZh3cSp2+m84JE4LCHk10caKcbs1r3Ecn\nQTzYep6htz9YGmDfRm84TsaedflCIW0XvtcdjC/eoG4z8yf7MiF5vXZWJT5J\nm3srUomfqyyPY8twlpXEA0pfRWZi2aNzB+hXV57AIaQieMqsTwlxVavgca5m\n/1yxZuFmZs6EbSMadjSxgT5+ULgHeNWJEjA61kESogBEELU+bjcMENrA3ys8\nXKRl\r\n=QFoH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"54b2f9e23039229a78cf25d2f98e37ef3a296e85","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.16_1583086545323_0.9956408765796474","host":"s3://npm-registry-packages"}},"0.7.0-rc.17":{"name":"fundamental-styles","version":"0.7.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"320846dba17cd26f2687d4a1fd4eb2d1e40a59bc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.17.tgz","fileCount":119,"integrity":"sha512-PL73ZKpLZ1S4KUwK7AKHxtSr3MYoOfSbCK7MobMJePfn7X/KdVaQj4najg1h7OEEkV44AjrJRfn7FTTSf7UgJw==","signatures":[{"sig":"MEQCIBtidXhT8/kugGeLag/+cR1Hkwkd8fxMpA8WZKTYgUgEAiA4tks7D0kaKXwn8fz/Kx+AHq1MXdTXWUILAvLZlJoaDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6000671,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeW/2qCRA9TVsSAnZWagAA1LEQAJ5l39dkZyGLbvnvIZGK\n3Wa+1dXAf1mlGO4qTuDvP9lHU89Z6foNFDmd4IBbz0UMfUPULE/Ep6pHOO2h\nfDuHIOMv+kg3R0XlWh+rnMDh3Hh7l04TwcpoMoo3w8LHmgwOFCyp48bUPmtS\n7yBc3n7lozn4/plSfCMQwTrW1LnuLNgEEgTjNEfpsrdQ8SGfYoLTKlwqLg/c\nDkA0SDqQ4C0oCJQxc91l9IDLYQRCkfo5rKquDTc0rB4vY2KYjrK9GIr5A8S4\nx9UQUXA1j8lEnBXKeDJ6lvyCEw/oBvO2jU2gUECf29ECDlmLlRk2zan9ytHb\nLLk5izTzdgnzq/t8zGyCBUncyymiodOOqFybOEPKfCU11zIDid/PpPyTipAw\nb9FAi+02doXl95HgS/inL/pqxf2TUY1ZRiq1xc5BaW4qDP08jJhRm/xbT97U\nasu1YPcrJvd/p7mI1v8qxIVUfV7NJkDsRsbJE9zQqvvsCpp1EseghDuqqKm1\nbqRpVG9mNu3BFsRYaRSlqRA/Suu0KorwafpRcjhiBwOevMdpHKTiWvW4NcFu\nDdf2wctqlQYscPL5GzQ7Czd6/iw4QrH71LEHU4ItLKN/X7Y3FcC/WZCVA140\npLq1wcG1gEIon8kyUZaK/nrqAkGGP6mLr1X9es2jrWNdnqHCi9T2KIugLINE\nQ2L+\r\n=XAWh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"efa84dd1eaeb81dca9f9bb8182cec78d9a95bf39","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.17_1583087017956_0.414671832446476","host":"s3://npm-registry-packages"}},"0.7.0-rc.18":{"name":"fundamental-styles","version":"0.7.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9ab1092a3da90fb267968822564a1fa4a8e74f51","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.18.tgz","fileCount":119,"integrity":"sha512-Lrw17ufzOKtmlsgH3ED27VO6uFJAK2ZSHPUo66+B2ZhvX//GyBSUjU/fGpV6HST930HPe56Eeyht8VfOD4nZSw==","signatures":[{"sig":"MEYCIQDCDDO7YcWjGHmie7ZpcVZulpQlUoUZhbf4z8BQUkUlpQIhAPIGxW5GpYaAGPMTNLSVza8UChkFcFTWatw7hkCtyX/Z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6005908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXAjQCRA9TVsSAnZWagAARMEP/21N6//nmub2TY1trtag\nYvTf0DSURtXeZKXp8mWo8kTrquyJTDJpLGuHHtNpHhhKyFi2oFjlRO/KSGmo\nDbpWqAwe3oryTuHdxiPooiZ44zU2y3YkSnh2+VzKeywhHAnZjZWQsw8aQV4g\nR8RtCgEITrbfEMr1MIrtR+FRQLjgD9uJsGDRaMC9sKK5AJG/eD16VX5w2Fxn\nLyboyI2y6f6O27rjmTqmKg196cwjIAzIEjq7dw7G3+bU4REFTIHDzkdOzkd+\nju+135vMF0ZiKmxXI8SFccJeDrg9pcxtrVLU4fuHGUc56uGmngJT09SvBwOn\n9exEegvy1vX+kSwDF1/LvmAzV8x8L+Tpvmrbae6MR1U/Z29VtS3RoYeKgNgE\nfpyM4nVlWa2zCJf9yBR+6LY6mXX6+45Zwv1iD8eM0a0XBvKDAtCSjnVjuJcO\nxGTYKH7taZ1PL5sXFJ9CDY3LzxTwAKa6Y9vD4QtAi20Yd3azymwoAez8iMY7\n6ipQczyCevDtMPDPkbzNv5RQ4IUn4g4oFA/rACdpoONSZXWvYPXrEmowZVh/\nD4GhvbU4BUbgRyQoTJ6VEmuVPMqQ8hj5Y/nzRnWONwCFccFs4i0VC8t9IvVj\nOtpWAaPQZvVRfBJYpRncLPgPOVnQ8zoFHiraXU5DFLCspUHErJg0ZopnfMgI\nomi+\r\n=TtA0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6a69aca4b402feb9d65dab4d2f6cf8cb4eb1817b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.18_1583089871685_0.24332594484592507","host":"s3://npm-registry-packages"}},"0.7.0-rc.19":{"name":"fundamental-styles","version":"0.7.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e99181bbfcd78e53c503724726beac3f08cffb30","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.19.tgz","fileCount":120,"integrity":"sha512-kJsZUwEiHs5rQR9mkWzFUH/anrskl8My2BfrHnIcuF5XO/mRrGJZ1CIKdIuYtA0TBrardCgDEPv+Nt32cpE4dQ==","signatures":[{"sig":"MEUCIBLBRxtywWcTgNmvNlr7gWrmpazZ6GPjN7aFFThMzaqyAiEAosxHyJuJ3PtenYr2lA2wrtSCPFgKU3f+nFUzN1oKmjU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6010314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXAwZCRA9TVsSAnZWagAAMTQP/0ESrdnAI5YxOigdU20l\nFoDS9a/ud5ZG1VCKHVDfvJjzc2+px0xXDmQBc9u9XRx7NyEy7OUf89RSTzfh\nvRwD3RjkTNLmrRW2FiInVdmtD8qqm4Nze4erek50KLXw+YeStYXATg7pUn9u\n3Avezmxaj6uBJFrJYVaJ2Hjl/aYQ7UcMcyJ591hk7ntP2oLukdCgH0vrr1hH\n0MUK6rfy2dUhf4m5Fl7GROJcPg6UQeWc8FxwGCS/x7H+FZgKSoQ8k9g1wAjJ\nqq74PD/5Cj6vr8d1XthFLwc3S780MiloZElFV+O9SyItoJJj1XeMQ/67HcN6\nkJP6mzVPutijTMlFmm+ByP+PSzrJrTSYT8bAVmlRZznKz0gXX7AaqG88oobs\nbxY3lZoiNELrmN5aKqe0+JnpaXD/qGffcAs304T8inLds8RiTBLcIjB+k9tK\n6P4peNoI5H8d5uvJfKGJta7xujq/JVz+/VCEwoqNopozgIZuZTAd5e6L1yV7\nLgIxFgKwQJvu97doM0wqMRgMwisMY77e3JWDbPzTX847dcm5C9gL2cypoppt\ndGSH5Nff4l8vJ/M+LVFx2+Ky6rl12bI5wBTR1z7ditPwgaVgwZKTWqkFTong\nSXB1kO0Qcf+n1K2554fu7WtsC9NIg/+qvXyESdAEkFO8PBn/Y48hADGoZrmH\nIUFZ\r\n=V1R9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0fb9c062bb054d75982f096afb918f114f790049","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.19_1583090712742_0.769821818934405","host":"s3://npm-registry-packages"}},"0.7.0-rc.20":{"name":"fundamental-styles","version":"0.7.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ccab3ff68129d07e802f9897a50ab0fd345f5587","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0-rc.20.tgz","fileCount":120,"integrity":"sha512-6ie+3ipa1HH1HYvpA04C91WkBh1KEXTgNCB7URw7PDb7HReQ8cAEY5359p9TT+/Vmj4u6fLTwCiQOmvQn1EWlQ==","signatures":[{"sig":"MEYCIQDHMemBIo/ayFj6XOjFRtpWtE0Or9B6lpfIDpb4iJejcAIhAKp635VG3mEIE7lrk2p+LDgwsn4tbVcNzB84gQ3EjsS7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6010452,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXBCvCRA9TVsSAnZWagAA3JsQAJDKMedPpE/WgSZMuzS2\n6xRM6aVby5SnqQrLOdTJAArLyHCCAIfyKKwtSZDfV3LUMYUgl2ztR9RTSCE7\ntjdR3wjvM0uKt+3Zzmt9W91XNDqYoY5OAvcR1RVZytmvQE0+3M9G4G008ZON\nLq4w7CxwPINqWVa4LDymh38Fc/fnR2kC9oCLsz7PdocpqyGfFOBQ1mk0+l2e\nGmBTQcrSBmbOrZw488AJ+PsrlPUFGCw9BmBXwk7XKiSvAJwEuHSeyR6RVZP4\nZiVA/eNHv4kizuV4wKGygbLsMGbf9ZQn9oo7btKRjVpTUk2Q8+iDQLmtO4q+\nDR4SmREMrissLPW/L3ow0a0Q627zgpLC/pnBoiGGxsLQ+jl1ZGGgxxvx2XiZ\nR6OWTKEplKQmz6FBmJgR0pqH2SJ9N4YGfvt/diskJJIHQYwAlrDrM4GLEy2J\nhCiH2DjYoYSFuAZjpL1vd3SnUwjmQPwA+SlwOSu2I7GMmeaUR+z29W9Na8F2\n1+IrIjaT3LxSg2os7J+ihMCfji/s7AbRZHmc9huICY++lkOtxRQpouJtessu\noT7PhOrOibCK+VzXcimThypYeqht4sTDwaevHUsG6BEIqWf2VRRCqwT6MqyV\nKLXupGdghdU73z7VmZJXFER6YrhIzugsLDnBBo6xdxubDmvc2hEAOV7gkgGz\nhs6D\r\n=uZLT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f715d587383dc985c0eaa423e822b778dca425fa","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0-rc.20_1583091886751_0.7791259524290888","host":"s3://npm-registry-packages"}},"0.7.0":{"name":"fundamental-styles","version":"0.7.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"753a0acfd21b87321a11ed5ac17639c9deab5071","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.0.tgz","fileCount":120,"integrity":"sha512-wq6bCGjS6uUN1lbiBBC1NA8U+OJ57i6vpkNFt3bPf/jc6Vugvpt4fpGbU9tuEoeB1YqUIGL7A6DSuzOKbJy7NA==","signatures":[{"sig":"MEQCICSgKi+fYVN889yYcpE4RnyPbD+513CsaFQOsYAsM3CLAiASNGRUZhbSLnJYK30A4y37fsq1GxbLTAVYGECSz83/7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6010170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXBPfCRA9TVsSAnZWagAA1yYP+QF5HapxBO7G9Puh41eG\nqEZsyQixt12tm0OUhbs2ZHq5H8F53u3TkkmDCRjRrSxpHXxqskwY3KLwp40Y\n/RywYyM60NF2RFzmLQm+wJWL+Bx2mAkQDbpDiWnTRTGYhrbDIEHUFzp9fHIe\ntpqYGpevzK1J4uXe8xcX7KFO59VGCpatsxvQTGld2LYC8O8uD2SxsaP0umUS\n69nyyDSJmW9pFDEZu72k0WxapjsxN4yhvLWlXCFtFm0+JCwHDnY31amk3lJf\nJe/EwdhqAP+/d9BQa9SGsZOuY0Tx538hGkHULmeHrp2IIa3+0JMkGSlEtQLe\nibLddqHG1Vjr3Y7KVgITqzkImNbLjlk1zXluAp0OHWF01N3L9510WiHVsbCL\n+U2bUqTbn2x4R6KmMVETWR8EoIHYz6ZLsmTx5fZFp10bZlF2eegazN3r17ac\ni/c5VBA/jyT3UMPRBUYQXE1VJp7AlK7kqYXrpNovq5KwcR8UKVSkWDLTFpoM\nHQ3YzblgSMOThlu7S2uFC05OUMSCU3tJhb82s4eq+e9pSXKsq/9xtgsMksnX\noujqyF7QisTTe0PYxGMv9KsI1PXmLqpNJFGwbsLniEVth6XoHzQfsS14Wtrc\nj1L01hW2JAMKTuDqXxv8kXVXSGpPX83cESsuIL/4xlLtjMs0ZJ3yF0kgclUG\nJOsP\r\n=DI4M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"21875f7e56b3844cc4ba149185bde72aa120e47a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.16.4","signale":"^1.3.0","gh-pages":"^2.0.1","nunjucks":"^3.1.3","node-sass":"^4.9.4","stylelint":"^13.0.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.3","clean-css-cli":"^4.2.1","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.0.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.5.4","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.7.13","postcss-custom-properties":"^9.0.2","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.0_1583092702053_0.41198244470280043","host":"s3://npm-registry-packages"}},"0.7.1-rc.0":{"name":"fundamental-styles","version":"0.7.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"adb590effcc3f2ab7d14b7fcd45fb98cac65708e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.1-rc.0.tgz","fileCount":120,"integrity":"sha512-qeb3HM7TLzA04FMRcJtQvJ/EfcMcWJx2lY07s+/kj8eBGN4TnzKZfPupBn9JK0+hHhU8IfEWzv94dOwPgqaC+Q==","signatures":[{"sig":"MEQCIClyUC0AfrPCARQvvJhiQmK3fguZBVxJCk5pnQJGwvLbAiAJFd18sdHxQBEafsQGNDwhyAe2IP/Cp7VLC3652+HEbQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6010637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXCU0CRA9TVsSAnZWagAAVzMQAJqznc3xr4ViTP6Ptjd0\nJpGi+xkC8/6Aeiedcj9DC0ckcyuiSBJepssqNog4j1urlu3rnP7F/n0m+CXP\nWHmE2O4n8E0k4sPSvc7epK4SIswdCjbauu+tK+do6o8Mb0OLvESd1eefaF3X\nOSCHLMRyM/jN82ZN8aqNirmVBum9Yy5qVaNWdYel70Z7GgVeJco1GDf4GjLN\nJ+M4ASN/45a6TGF0VzM2MwYPsEfFXnKpom6CRV/UbwzIjPEaBeDNdPY5wfZ0\nwva9AfljXnv/Y+N27DDyL8In7dRm0JhXjvjZP1y/DWjkDX7PfZZ7k7YrvLeC\noR+vcWGZumJczq48kgqpoeftSFCiHAEWNS9Ybd0SqbhyabLmxuR/IOStWEdc\no62z3eR5EnbwmuB15zNahvQnslIHyYjTFqNRGYgopINaUgE1pijNfB/NZW/S\njOC0Gg3beo/akP0L4eVIQUBLbyOhFMZvOROTIJS3n9r/rTWPRBUD2X0CJf6p\neB8UcB/WGFSOSzSn+DZHlPuo6mZjgdEq0H2otdJ8rUW3/2RV1k4QI/f+2PWV\np+djg2OLHBS8eCaDGfJtYS2gVPQjC7veRsbA2GfD4CGtiRJFStZHLC10ZGJa\nm0UjQKapsISzMOIaLPH2Dtd3niJPOs/ENFZ4uw77z9Z5phg7iWfwPpZ3y2d7\nQEWS\r\n=idjF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f8fcff22f62510b576c40b355936135f2c1533dc","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.1-rc.0_1583097139545_0.8682574656126076","host":"s3://npm-registry-packages"}},"0.7.1-rc.1":{"name":"fundamental-styles","version":"0.7.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d43d665bbc48c0facc3cb241488a39c6904d3a37","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.1-rc.1.tgz","fileCount":120,"integrity":"sha512-Dq3V1Ze2Y3SIJL+ePpU4Sot8L2A6maRLU2I62mNR0xDTD9XfCPRxD60Xz44LYh5QoQBF5NnFoYFf8aA4YueY7Q==","signatures":[{"sig":"MEYCIQD1bpYvw+jIs3X4IuDoxRzghaUxDcg4fvchIisvvqRs0gIhAO2/QcsmfPjcyViWpBF45cGNU4VKtnN4lGuacKWlctvR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6010772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXQ65CRA9TVsSAnZWagAAkXoQAKJHhNCpbjBPZx7u3rHJ\nL0Qyrq8/bk6S4h2AVtxOR+tmPbOhVa36p90Nv1vQS5N1KP1x97DlaxOq7SMz\nQClo804cCbaJ+n4f4Goy+LaWN6a2aF95PFsx3DKT9iha8+DOlC+wrXEBIcLl\nVDxnZ7/2dAjdCxZttY8E1DVSwAijShfBZBIjkJICiFxfwLqtYRnYeNPcokyT\naJj7NT2ZCQ0whhYJI4mZ+ZOr3OAgCzvSkHozkzNHcI/eWnNFhWQwib95eCDG\nJjD0kHB+F+1mB83XBlkA5h2EPmyoAa9VG9FggXUHP+pxC3bZwz4g0dGqoB07\nqU+YkZVigIZ135VwOTQEBSC3VEi1zhdj/icLFhWTumRId4/9835unTcuB1o3\nTxKYgbcmJ/faho+JGBOTYPNdAec8sMkyovnPsUqRkRWijH3nFgMA1MEkoJeE\nIqbliisfJcBtLzGxqL0QYHhDldRs8tEUu5TcTkeZTIUnsigq9JCKh1blG7DN\n3asczvVWY4UQT3G54SFv+ZTSbJTP13k3q8qnT9+nlWl83s7valRuZ/azM/YL\n0nMU/Vh3CaTPOiwhHT99mMjGID0j4EfYeafIUzbk4EI8axlhTQREQkWfjxDb\nBUu4rtxHUjVeurnLu1eVBeiYpa+098c+XMd9z4aVx5tKS29/oe6UbOEVKiJc\nvpK8\r\n=/HxA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"473941bd9f5545cad3f59a0716e77ab9230ce5b5","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.1-rc.1_1583156920269_0.10098691570492968","host":"s3://npm-registry-packages"}},"0.7.1-rc.2":{"name":"fundamental-styles","version":"0.7.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.7.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"48eb7441860953224c773311be8fb4d5d3822f53","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.7.1-rc.2.tgz","fileCount":120,"integrity":"sha512-wqwB/K4DLTlDRVEuJP1RKlKnbY1e/ZwviUmu/dOTIxblsqdbKLt735ZqgPQlAzLm1rBqss4CS6UBPqBuEf3lRw==","signatures":[{"sig":"MEUCIEhDfk3P4H4Yl/SffSKVGkYIIPZ8g1IMA51vo4AD0C+6AiEA8JI+NZpx7iPTNGaGS1X9CmSClkoPYjOnVUylwSq9WuM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6010935,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXSyiCRA9TVsSAnZWagAA2kkQAJI+lTns+oJmdj8uPcCw\nFMC5sbaI0yjXeZw72cpk/SNtw7V8IJazxOid6cbu01eyaVhOdr2OoMenapLu\niBteDcVHOYsVvxPO4qZ0JBo9opJ9PE4HdM05tjdau096F/QvuQtkBvileYAv\nSrZPDjcQ+K0rc4tFUgaJv0Fps1sRrd7c3S0BKafpFZQ+5svN6LrbR3Nap1NI\nvliwZNVFtrCfChvzUlxvYKDHpx2MRoMPwsRS4tIf8ka24D34gr7GAODRSXSe\nmMYo5nDPLvDu55A8tSZAW3RyAKil47Wk1e2FSCl8SrNvplN0baF+/XCVc/gM\nkAHR1N8LTRSihbw1G6IArIm+q8gEBRBBXikjYVB74BwMManeGcuakSkf/Tfn\nA2WX7zKzm9spPRItZaWOpi79m9+Q65Fn2rFbyRf3UO2Z51Kxo6QUFJXAhJAn\njMmhMyVLAvM73ndbi2TC/XP37/BVHfJOHFfRr2a/vdZmO83MAZ2qT2FzZyBg\nHJZcMnxfS2c5NpbtMK5DH9wnBf48S85tJhAQH5lBZBwnHSL+Fox1yBqVewJ+\nOUKVhAUigaLN8HCTFVbWThLAK+m5OrX/nnbIBcC8+poscy5jxLZHdKdg5jKQ\nO8RGKL8Xj+Us69uBikbrxXSQVO8376Hnz/5WYEng6SFvalsYebGaD1teyA7C\nqiv7\r\n=UFiM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"de148340ad8fa02156a9be93d90217d293e9de23","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.7.1-rc.2_1583164577039_0.4255273776601647","host":"s3://npm-registry-packages"}},"0.8.0-rc.0":{"name":"fundamental-styles","version":"0.8.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"918e97c16ecd4533c5e589c60d509347d751e665","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.0.tgz","fileCount":75,"integrity":"sha512-htXxUsQU7BHam29cU7gSNH3gCADZkM7337F3GBcULD2rU0McZ5UiS9nXcJVWCPxuyZdXGPyaJ7YSBp9EyFVizg==","signatures":[{"sig":"MEUCIAXqgy5DqVkVkkj2xXOuw6DVqhpO/OGFcHg0hB3HN/IWAiEA3JTPQWRlmocZlOnRg7eeqnzeIt5WmdswK6Pgp8HlfNE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1200629,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXTl+CRA9TVsSAnZWagAAvo4QAIm/YF5hvLcZlrg6KIrv\n2ywrU9LgEUdAqjte99GCjsrYme2e68t5pzBHOO8CMOGwRoEdr0tdw/ji51Nx\nt7KNMCWVd0pbKj9z5a6p9qT1qHoywoX5bVf/rwg2j/bG8bCbblbsabj+RuHn\nQKxIk6Q1Np6LV4flCYwd9mXsFb4usYFPwUf9f/TpIQENuRHd2hW2n8Gz9DlN\nYFSAdNAJICHqgwv5v7/FlbpVXT9BShxEefaN+LA4vhl6c17YntIkhydJT/AZ\n7ePiEUu7oORtSjy4O07ouLtS9f/vddgWGEAwVO+/eTbx41y/Me8nYSSQAgZH\nTxzNXIQMYIWsIbUdiSLjDG9WsAVLXGRCUVqzMDKgUmT1wxmBQw2BglRWYcS9\nJZ0IWIrxIbOVp28/wMBH5UuBnINEIJPOjAC5KmykhI6IoQhX8IcfLzO/qwrt\nd0CWkwRO5O+395ST8SM5xNj4SCQaD4WhF2hbAY80ltC2hsgof7l8qLpBeqRH\n0o1t60Wum434qLx8bTNvL443Z58vjhR7Mum1w7ylKE5c751qnd7kz9Yfoen3\n/wIQ2AcEiENwxWKZ7CYMP9qxhN36EuKqE0Oyl9s8JOEQKR9ASu0/u2/wWe/T\nIQ8OOfMLRd1JtFii85Qomys+prpJSS7wprwnShoE0MhdZCcWftkuDxBXa+fe\nvOL8\r\n=MEE0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f87fb95e214c4f784883f2914e28b5f01e7e5460","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.0_1583167869684_0.8365541641500809","host":"s3://npm-registry-packages"}},"0.8.0-rc.1":{"name":"fundamental-styles","version":"0.8.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"34e3d51f1f10f89fd51634af63b3edf5d7b745f9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.1.tgz","fileCount":75,"integrity":"sha512-N4bKQFXxnp9YduzB7Cr+0p+SgyfaMhXiOqglWfL+nIhnnR6f3vSTGbEIh56bYq2Db+RWym6/q+9goGBYGo741w==","signatures":[{"sig":"MEQCIHDKNcwn7MbgMtcaiegQl2f7WsHnD269EbIHnhhX8hz+AiAZYhMB1uCBVB087n4DGkU716GF+tpsri+zaJEZYr0C9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1200581,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXVGGCRA9TVsSAnZWagAAg4sQAJBdXM1RDGvyL3Mi5KLJ\noEUD2WeoX3pgWASXbDjZqA0shvtxRIycXeRQhe/btjYUJQaT61P/DCYFLsgY\nyPiMX1glCPS8FUQ3xPDrxvNtWcZeKOg2CK6eloXCNiKNyrvmGcyZZTvr092S\npwJQqSFDF4KFbGE/o+XThZVLMllDZM9JdnqJQmJzPsq54iUwBrYokIUKp8T+\n0w/dj6uVaVQFQItq8fB71gbqbehTee463PrNNmZSGhQWwuXVtVWFlfpT6a3J\nurshvNBq+O0CjG5PgvDNFkLuCAPY0Qzp73rgzGioBlg9y89lL6D7WugHbgQs\nb+hGrDj7QuJOCafa02JK9IFNDN24rJQld2Ud+D8QXY9Wd9cDcZmpMIEYT8GR\ncldyYgIPDy21FYclEhNzBoNDWkOTaOrYlt7tNbrph3JVZMFq+cUXYO7QTcCH\n2B5fnbvkPqPgvQYuhDfmDqtgVmQqew9rKbf+1I3JDcrF352KCH1ioDu4UhcD\nqSUo2Rlv8HJyDM9tV+qYlpfJbCeiWhvO6eO92wtZIMb19CM/2M/8Jchxgoa0\njoEQQtX6uDvNSccMmv3XC8Tj1mh76iOTAp9EJ6g3x1P034lyhiztVCCXQ9hL\nnvFXkXKPCA5qyRWqdsuI4pkpy8xlR9W1jau6RbxNjAsGnZ4qDNcm/beOg7bs\nyvle\r\n=BYQl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"87e9715a4c0f4b5095438014de8c86bb7b04b801","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.1_1583174022252_0.7359911287980141","host":"s3://npm-registry-packages"}},"0.8.0-rc.2":{"name":"fundamental-styles","version":"0.8.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c2045c9cdc3a5754ba0d9c61648decf81f2c9eb6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.2.tgz","fileCount":75,"integrity":"sha512-4cc5M0o8UrFDLl5vfnjwc8C4DVCCjxLmyBP/93ZYOYBLiiznouCPrTvuBjowHP0GbaEt+vm/+QhcEQ80FGVSHA==","signatures":[{"sig":"MEUCIQCE56AAHEOnOjbZyP0CNwrGFnjXVZRLEUwZdbaVc2rBZQIgbtHIQxI5iUbnkeEklkfHWdv4KXjvrWqWPobeKnnUEY4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1200715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXVrfCRA9TVsSAnZWagAAt7MQAJF8QkOjtTCSIPZEbqTa\nMtZVXoEGf+4Yqo3Q8Ocd0AA/mi8ZZJZC9DdCNh8tZpOMtTfR5Nl2/UvWfwC0\nqdeZb8UAG8MJvWkMdL2UcodqhmvE26+G598RBGHGOLVHgsjI2/NR+aOpnXYC\nMOnjzdG9wouldfGq+SLwdSILKLtJ25ulEUKBsreKFOa9pkRVYborTS8VB6pm\n5scUS7ggEBAeL/LcTMho2KcWBJGpi8VdYE1XpYVw+2j60+YVmeETsMZGmIRs\nQkcurtL1o7kqv/On+IUoap3XRi//rXmthtCxszKZ/j6SNTFRmPpXXg6TUVq3\n1K3JoW8XZLMab9YNmPd4ZNDzIPEJq69qB8o5ue+qfeJ9v0fdj7XUzp3tAitd\nmfohrx7Eh0AI9iYuIM9KlqJ5HSxsma4m4rwLUERyZ2fsCpDmNB45fTRbyfze\n0TglOhUFKRLl9IAmD5s1svc34D2AJfQjSZnobZq4RZFDBUqwNOoomlpEO18L\nF1atGaE5N+ovD7eI0xp1OVmU5rUbd/R8vSInhxu/b3hSX9VdIqDCWEViu0/2\nXgzqVtJrAYcoyJIGVM8pvbudwAlTVs1sh+RikEuiU4GRyC3KnpO+BlXt5rbR\nHZeOyqFJD/goiulLSsiqEOHjH2zC7JWwKp4EUd5d9hrduvrK0BI1rCQ6Wi3j\n0x4D\r\n=6L6J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"44029031550e5e9fb86c909ea44da1bbc4b5e5d3","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.2_1583176414453_0.9377450388144457","host":"s3://npm-registry-packages"}},"0.8.0-rc.3":{"name":"fundamental-styles","version":"0.8.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"724985abe1af5725a15df6f18211cfd7acc7b6b9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.3.tgz","fileCount":75,"integrity":"sha512-C//IOKIODvLZQOOGdKsz8wx29xWsqAj4f0l7gONu3RMo17upq+cD4NV/GtCt75ANw1FeWfpYfmK3sVaDVq8H9Q==","signatures":[{"sig":"MEYCIQC6DsDJNtqbLj3QU/wyWmrRf0XJEohX3dbD59Z2W7x3NQIhAMQxrQ24GmpG5AD07KnJ4wKOlNY2xNdBQrkiodapHmiS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1200849,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXWz2CRA9TVsSAnZWagAAS2gP+gJfTuv3VKZNVAp013Jq\nafXf9cx46n+IBSMrL17KiNQiH28QilipGnpi0kMp3UecIADXl6FUAXNSh567\nqz+n1IbXG+b0H78n4Vzn57tnU+MEp1JjEGBDI7i9yvP6vG+t7gpzYJDwvkez\nTsNovp9+TenkDqUFSbMJdnPu0d8qyoHavCWwLZW00T++ZAlCmac5D7AMmeY5\n3E36MgVlqXOfUhQjkeIjaiESIlQuqmkJzKQOiZQEyv2jaMGlaAFTkyskx/ir\n76/QLaoygy7Ok2h+5gFoXK61hBYld8YLMd8qWuWDVIYEwcDjbww1H2/kE8nj\nINfPNXDokl/2KQLVzhQqEuH5hEeomp0syfa6+VbRBr1avOUspJ5ZcqMuhONq\ncrMQgteQIFTzr5E0GW2jl0pQ4/8dxqUh8NuIIcAolr2hL8Ik2vIa9bAK2IGe\no1AscG3pMwaijkFsaR3nX6oB1+tzktjicOyBm0i9eesxVzLOYHfzJZJ279YK\nje5GXMmbLAtsU0wq7L1ho/7Oy8vt8vlmaiNwVRct32UssBIstGiFXK7g4w0Q\nYh7aGQBqI+WWFXMlyB2ZNQZPvyD7p8+hKRPwUmJLO8cGIVtsTrJmhdl/prgN\npMoMYhOVeyQMbaFj7y37x4HRw60ZuQmgvheIqciLUai12IppyI6g4AfT9wx8\n34B8\r\n=VnQr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7dd25336782bf2636b82e9a7c5af1a20df1e2522","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.3_1583181045411_0.8259302630666963","host":"s3://npm-registry-packages"}},"0.8.0-rc.4":{"name":"fundamental-styles","version":"0.8.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8054b1ce912265fbae7bb4fff085dc8e3ea2931f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.4.tgz","fileCount":75,"integrity":"sha512-zHcJMigUtC7oe1q3EfLPDPEcgx61jJAFAvHdC59ZjzzGCkeYbzcgBrR88kQwhmBUpJNpF9Y2l23SdYIKpcM6CQ==","signatures":[{"sig":"MEQCIEymJFWYYe07hxa9jzLgWpvg8KnrnkFUB2f0LEBCWhQbAiBeH7naGkNm7g96dE8IfQHA/IqlT7LgiEvpz262PhY6sw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1203554,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXb8ICRA9TVsSAnZWagAAqp4P/AwC+iF50nok1h3d1s3I\n2sc40Ev0UKrooPAXTc619afcy23g3NFLA2Cdiw9Di7DZFo8TR11Pek1zeyTQ\nf8Q1JZ3/ondtBLDzLuUZx1RHBFjp5QRx346PehTI6x1EarIDt/3ypb0ufehJ\nUfWbvmFDVbnnZVBq2dM/IEKfPFgLDWIeQGOPrjVv9s0lSJNB7HAz6FPvyDZC\nUtKyBJIsm9zoK3Jb4m9oibwMskGeP1alGozONBSxTF21vcoArob7Q0ujFnd4\n+Dxt7+eycFL98NkpsMgNQksbKGYdUD3ovwstryInM6NTnsrwbFpHvTh2/GhF\nQnI4Oezt3HA6JP6X01crFVRwWBz3Os4NU9Z2Zk9sC62wl5zQkDPdT9eZ8O6w\nA0uzF+1QwQ43XR6/KMzVOKMlcJ3YWZUZb+hCqajmuL5pxQ0Y85eT4oIsIWrk\nQp1mqV/901wAlLqjxml4D+svqTMVCS+QoMR7Z4zgTJrS+BijWfDyLSbT4NRu\nr+Jb+qNz7yJviAIhFZrqw90h8MZAfMSj85Dn/ojytSSvgEd6e97UR4u1nvzu\nDqBK8sHMn25AfSrLj72Goisyvi9Adg/QDXfWZ6REUHUKUh0x+LbYnsKS/Ls0\n4LCZ0qy1pennEtyNf/GkkNTF2AKOxuoOjpiUMQVZ2KTmuvAPj3iIugU/wwg2\nWQ2S\r\n=1YUi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"aa0387edf9c9f465f6eb92887f30afc732ac87c9","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.4_1583202055756_0.042236867348069085","host":"s3://npm-registry-packages"}},"0.8.0-rc.5":{"name":"fundamental-styles","version":"0.8.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"424162297541e5a93b9fc922d2f9162ce749f112","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.5.tgz","fileCount":75,"integrity":"sha512-MgYkaCkK5iFRwbrUu2iJdTsnGglsB/CcznrsuxcH8dPxZJgVM1cLLKs0YktQicVLaVOAvMGbv2lJAOe/YqVKyw==","signatures":[{"sig":"MEUCIBTyje5G3jfpHj3cnpD2LgaJk9536kNeuQ7iFpczGG3GAiEA4LpUFKy9k70ylnBLUC8GO8AqPXscZMF1HJuZjm1MFn4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1200670,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXcF7CRA9TVsSAnZWagAAWcsP/jwbUgugK8nzH0Pc3PWR\npLA5a1ijg/gwqMdRoU2+Fv4SWNFk1ZwT5TBsNQn8G4K0tpJvg4JbRgQCoQBR\neg6mi0mhx1bnp+hhfI0HjWx0Mc8xm6r4+kiKlXgtzkZIWJ6AhDERzhkciV0F\ndS7o78zJnM2Boc6Apz3o/Cv36c99aDDhV/rsTsii5J1uGk9dRmeshCnZK4vc\n+iJFg0IOAylVEzCbcTTD/iw+PEu/2MVi7jOECm75LPYMvDqlSZudIDoSEE3g\nK0VM1U1B4+9iyCl7vuAubng9n21UmYnvRBs4s7Cn6j4yppJ0FKtHlOTsaIYE\nWkod3U5tz0nH49wJKIZB7Bd7Jryf4MMbtVpR03Tnyxkw2JjoeIovzh+q+qkz\n4phunHOx68poPL2lvuHv8yPyeXTkEZ0dmRgRZlRxMu/pFuVBb/FXT85rM04Q\nCkeryZTlCigOuZw7HNBuRNwNmbjzvtGBG+GCvLZDLvb9XkMz+9B/dfA9xRna\nOYFfJft98535VJVA+Neeuy/EevsOjKn1JBHspQFT/5c+EyNZ0S5RyzsY7BvW\nSo1J3MreijTmQ2+SPiTTYd0PUtGzd7M3ZTemrjjAUMLad4VRRsL0TY+hvprk\nSh2xa7CmF5dIG8V71D+/ptyjOltt0vX7wReUFR7nTAUjeOLuzJ+49px4ZK6h\nLgjO\r\n=v3p2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"801871855a1e8514d5a3ce3903c8d027ac597cbd","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.5_1583202682856_0.44922364197573983","host":"s3://npm-registry-packages"}},"0.8.0-rc.6":{"name":"fundamental-styles","version":"0.8.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5acaeb287720f01b7cdb70c96abacca4ea1d5bfa","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.6.tgz","fileCount":75,"integrity":"sha512-hshQ0ORkOmlWWB27dEvgYjLpxAmTKZ2jwO8qBfG/fenlPqi4aVoP6JcTjZ7eNzzIuxMOTR6FkskKHMTjOQ/+/A==","signatures":[{"sig":"MEUCIGE5bW/la2k6O2OuE32iT6cOxilZU8S2oKErQvL4MqjOAiEAzRYlGk3eFDJ9hneJgUYcNo1C5wT0joPWK+POf1WsO3I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1201098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXpsfCRA9TVsSAnZWagAAWLgQAIU545cKfd+H5ZEFQP+p\nR0zWPyHPGSgMhmDGOnBmArjt3PpT0UAyuaGixTl5V+/Uflx0Qt8DUblJVXGz\nxJD8/cLcilssv7DGUGov/PPwLzypdL66NkMZfzSY6ly356QjVUBRXsKWqB9H\nBatLjy0obvgGiGYCSIxIci1Vwd13nY5WHT2poud0kamXAeBkTLFK/zpIk+bq\nOBbLO61LWXPRW8F/0D2vAago8o4Rcfosi/ND3wKmrFuBNtqaGi6ObzppZC1j\nWIJaMt3xUZA1CKwn8gdhPQYHKGpChU6PKlBS5E/i8cezLVHsadmtzkdjhJ0X\nYAJFr8GYWmP0HeGnviMI9+bCch5hHWIYJLp7zVtaNEXYpHB3pgS61HOkElPl\nPsd82NzgvAmRNEtMxhEdUdgOUnmVU5HVOqxd9stxnxRBu08bUUIVCrz0yu/P\nWmGD1QIuabAZpqE/aqpWJcwiOXE/NqP8uSDi4lm8Fviiqwk7WDw4sqZqiqAf\ngUMH02UK/TzYE1XNCtfD6Icne6GOxF3vONjys7dkNJqX/kOju+etB+NeQS5S\nSgGCmJzsk8fFwnPI2i/y7Na/c3zpQ1n34sYNjww5HEKS4TkEv1jxnzgXq04W\naUuFAQnecTEqmqX9aWss1s2saMQbAais/LbpMvm5BUkMa/yXqTsqxWbMQOF/\nR1c/\r\n=r5OX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2aa06c7f0be5107245270eb5b13d25faa5572f73","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.6_1583258399187_0.8856213544409346","host":"s3://npm-registry-packages"}},"0.8.0-rc.7":{"name":"fundamental-styles","version":"0.8.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"69ff6c8e06c576034cdfbec6a52e75d90dcc60cf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.7.tgz","fileCount":75,"integrity":"sha512-XHP4dOEUoxb79VAicfj471ATVOsjZxU9Mc6iahSQvi8BZ+LtpZ4PULI7PPzZV/AsorLlbGVMLaFff2DpEThiKQ==","signatures":[{"sig":"MEYCIQDx/GXj8oUmPDzHHQ1vobQvwa/IleBzamtau6ICF5KpawIhANGhx+VZXoz30kVO7LaX1oZWa8f6uoUDP3W5zQ4YZjct","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1199587,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXp25CRA9TVsSAnZWagAA9xUP/ixgo7zBCYxK8zezC/r/\nG662/ouFa2j8gfF4UodtNX4qi2FlQSBCXh2kLNDF5zsOV2gJRwegarucObxj\nifaNUbwU/+8cilM4eBb+obwHjrmEBUg+UDPEbVazoErdbjjKH+eEV82A2Ykk\nmvFfTx8ZRD3VZn69xSJs44sPjO5L+OEZBXzZ5C28Y6/p6QNAkxuvC1AcBXRJ\n++0Uvx4IOAHZ0dRaxsYl52lo7sAY/7KHdPEgubo+/FZd8nJKt2mGENRLDujv\nERILNTI5A7w+DRiYPg3g2DBfKYN+0XHgbdn9VDDYyMWWYvnjIdO0g7o4TiuC\ntbcbXknDLWgeJnDpnAIMBoO6+OIygg2sGXTCwWKetR1xPu1jbdkuLCcKvV0O\nFS1wx9w191bzWokt/60bx88URzjAZ2eI1jQjKrU/cEYWnQ77n7wBdFLNnflo\nooZX7VqXcX8FlBAJ6jTkaagAgzCiD6wP6GeAM1Cp77gPHGb1RkeeUX3zLLfr\nPzUjV7FvH9hMTx9e0w/YOXHt3co0NUroqioDT+2XXVMEbkJI/e4YRiykvmjt\ntR7maCQl5VNJ0pnJ0A7tIWrrAvcI7FuDnvft1PQY0JIloTAF2QcvmH2Zsy7U\nftcOnAY9p3yOv95KR+SzhfDzdiR8CDNKbAg1G05vCP/Eqt374xkcLnuvJNwk\nc5WR\r\n=yMhj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a6a49f79a2d271d30e3a9012b72ce6f3a35f0016","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.7_1583259065018_0.6563943614235133","host":"s3://npm-registry-packages"}},"0.8.0-rc.8":{"name":"fundamental-styles","version":"0.8.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"afcc4a72a046b152d6f0a10762dc1f73885f7f5d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.8.tgz","fileCount":75,"integrity":"sha512-x1bwNCupk8T7Fw/ChK8hV5RpYr8n20ZM9nUamDIX0rIW/A82JaOrsJMuFANiJIcLX99N5nk4DWHniGwT1JupiQ==","signatures":[{"sig":"MEYCIQDrprPZmWMige84XNJiMOz3RxO0mvEopMiJ/HtPxwR+/wIhAK6otEeLqG46BfkuYjL1umf920QnygOOJaNIpB8UHmQ/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1200157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXsi5CRA9TVsSAnZWagAA/JQP/3Z8DK/DoyuHrmG0kgdt\ndd896az4z2sCMERjWJ/WV3dVwIJJSHqPejtk0yjmtmrP4DyZFQJnFT2HhCKB\na9S+kwjqytOErXw0eKFr86IgPKt8csU5kE+7SP6Y+YYQafj0knFAeQSI8evh\nC5SW3mOSn5RijgB0DkbKpkeNmFdtGprkoOtzYgMLf+4X6C0DxKd77zdu3Qnn\nY5yfxlzUzPdEpN7n0htTTIoICUjbBRVp7CXjSVc3qguObjnygNZTN4SAmjMr\ncx6pmKoor54LX4g0UZ+MGtbUr42Xa2acftK/+7Vy0eWivQmMKUcBK9azbuFR\n1Zg8e4eFTme1Vq2YNAmeYimwosaONTfTpoI5croSNxGl+ugnDV+xwaltbZUh\nXa4eQ5upppuNhsQ3Zhgv1qmz2JxvVdZwWlwLftPMArh7Gw4xLBewk1QmHdam\nhuTzkflZlEouGbc+BuYhBuoOhu8lmAy56fZoYBX8/MSwGPxS4n+LUXPn8YNk\nhDyy2gksByJSIRsZ/It5jsDXdowS4YDajKEjOSaId9JreHEsM+qNb3quxQJn\nyzBm42xq83VB1LAxIAfBTk7spyhqvS1u32tTwSYdyi4bG7Rn68NoYLU5MylS\ntM+uLbwmuaUhk7KpKD/RRbqgiPcFXdJQPoLSKrZU1p2MXeFcou2m4hBOv47C\n2fWi\r\n=ebE9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7b303b145099eafada77ced8f3008ca03778a01a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.8_1583270073222_0.08864579013906759","host":"s3://npm-registry-packages"}},"0.8.0-rc.9":{"name":"fundamental-styles","version":"0.8.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"963eac59ccf6291689fc88ab332df9d8646874da","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.9.tgz","fileCount":75,"integrity":"sha512-H1COB1h8NZWwrxzCjO4JrYGwSgTCqy7GiJHb54Olnc+OHmLviZyAUB2Yh9tgYvIhLD3Ew8YcfIni9La/NGCqvg==","signatures":[{"sig":"MEUCIAEqAEekFalO3relFyZj6lRnTpD5lmOSPk8KkhqzBbPLAiEA38CT2tmcGaY26CwiMekzWqsfSG1aBFLHW/TAZcNXYxs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1200291,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXtJ6CRA9TVsSAnZWagAAl5IP/iZx4Bm6i3yV2CIEsqpN\nHjjCgrOID2zTsZJHLSWHFTpNOMyiAb5zuvtoqB/29BWVAS6FcgG9cWCrjeVi\ne8gxOWnr1hUBGJPiuGgtWEU8FtKeWuCiLEYO12n465ubhsl600WW59D4+Jzj\nZhlXZw5/wqMjKK33pvKC0lc1OM4GoiJsRg/aP/rzEtT1KEUuwe+4Q46ixpFQ\nb9fW7gay5TMPLqqLvXDUJpDprrVnTYSHlEN7X8I7wF5gtZHq7KTXjrhs3luS\nsybMYI/XDsyxuCqxvDysKKour8m821L2wW3bmTAOTkoQmfVDzsaCqJERSEIE\nFXr8nQWd832AdWZtgIvPtgaCiw0j59PRUR66RZ0ZI77hPW2lud9kJxgA1xwy\nlTJLNzyNh+siZ76JAje407N5TQPnczoOH6Zbmp7d3dq88hmZo67YF/nbmKgH\nmFonmqN3Vd9w4I3rMg/ReUhsBl9MVY1LsLs+6r1Try0PkYdeI7odAe2Jvjkm\nMHu/lX546Cjw7jH0Z1UrqOU5jjlNEzr8Y/7CCwVSZACmdY5Z1J11khb7s1Uq\ny0GNrRjO39ExFfo1hYm2bFwn09K8c4nk+PCSOLX3a/fbAX/h9nEWP4iT6gme\nMwH3ZwuoKjj3wpD+vUl2bzPoS//kM6QEoemjbbxIXaUe8B/pQrbyOdo/T1TK\nRSE6\r\n=08Lp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f25ae644ab194128426049d4286f45684047213e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.9_1583272569654_0.31257229365855044","host":"s3://npm-registry-packages"}},"0.8.0-rc.10":{"name":"fundamental-styles","version":"0.8.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a349e3741e7c116cf918fbb82d1b4c674d7db90d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.10.tgz","fileCount":76,"integrity":"sha512-v2psYypqNyCO/UzGZSM4Zhvx3zbBxWTbIDGpvITWxTKKqUC/4cNapDlvwr2mCNbzRAY8IPgX/kQ8LC8yRg5Izg==","signatures":[{"sig":"MEUCIQDsbJy7UQtDRNtsquXlbmuYWwcgLEMDsSrOPsAPW6B9NgIgPT38dpdz2RRltCqjAE+EvcdFu4tJKWdeyNuDHcfqEQs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1234020,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXtSPCRA9TVsSAnZWagAAQY0P/3/0JgDHHOxCrV3kQqfY\nB/ey7CwPGpA3ZvjHciNtq/W8T7ybcysxBCOjaCmoWet8GPm/OMoYAkLCAbAj\nelcak9YnivO67T6RW70n7o57AojnKMgNU2GbFXRwX0fOwnsMhfEkOo7zznmA\nzWdxy5xKGXjfM5zmZHhqfn2cUL9GaBAPAgM8lv1Is3mzr4Yqkynk2hqdrdBs\nf6SElTEtjazIsieDG1fxWE5EF9Gy6NwLb6nYCJ3pzqwMCHx/cO7XQCec6rYI\nsICxRMvw3PU5HlUC7s2Wr8miVLh7RY+dEzBPTKNtPkHdhVlKl+nABjfa1MJ+\nf4yrKlfWcewQzn6rBQf6V+K27VgsG2XFaJ9m3sJOdr2qFhO0Dp4ILOg9AHbJ\nrl+YBzMsRjuozlqMp11lkjfJriFmTt/OxKBNTs+uy0H27RRdrwFMLetSMVZb\nnIqkFctj9ro35g1P1QQ2WckjZDvSX03u83w+CqArqqu3+v1/JpAWNTsgvj+v\nXflmiXPcTRCksm5sj2DRS4v2eNhajA12oO6U0bCGUAIekV5/NRBuOTpBttCb\nzC1X6UC5/RjPu5iyCpnMcHsHID5/QqTqXaH1YEpMYZi1LoTjq5ZZfP3iufYW\nQNhHqCACYBELOP5ebjaTtoesNX6gzP7eKZeauaRquT5Z33XvDPfML/1ilI99\nm07A\r\n=jPJT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6d5eb97979d4b630bb3b1b9641ee05cbdeef9a4d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.10_1583273103324_0.0010966770330862463","host":"s3://npm-registry-packages"}},"0.8.0-rc.11":{"name":"fundamental-styles","version":"0.8.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bf38907d01ab156605c6688f2a15a51b2bfa71fe","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.11.tgz","fileCount":76,"integrity":"sha512-sKXOYdY+JvYkD9mDBrbL8RnUOH5vh1/NXQRVml+bRDoBoYRH6Cy72L9VOiAsBuQ9y3+/FJIZowwcGEMThkruoQ==","signatures":[{"sig":"MEUCIF51YoM92H1uZlYFqV0Qz33uFbsdyVZxhE46PsOMMxrSAiEAlamupAHBMjfuXP94LIqhSEq16JBWBtCNUEvNH610oqs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1294616,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeX8+XCRA9TVsSAnZWagAA7loP/jGBDW/sdhFnt7j+o4hq\nbF1gTK28sI7Ygj2wNPWaIIpEGS8cy1Dn+Tx9wolU7Du0NXGpk6I8ZnVbgyxD\nEG0U0RgUQ6HzX8jqyRvYWPoSlAkRLRTePvX78Mjvvc4O0A/OWBs7ifEarivi\nxYXriUPObY7NiJ849ivUiwfKU0YKpVupRNF6CILHJa9kfWS3AOAzE47rmjB4\n+PHwkVBeNhVpJeVKXBA5tz40ECDvXwCWwbglE279EXqqVWYmGWuZ1TvqmmXF\niW3Mo+5utImHh5ppsLwVAav+0cNeJgCaarAXDXhiPiemK2ZRxEenWPh+tru9\n9flOgmWO6ppZceLnrZLm5qv5YZfqjgI9j8d5ulNJsLo+i79NCfi0jVczMjjW\n3LXeKk+w5KxxeP3n1JWpGw+rLBDfobr2zGTmrXrE/bRQtWsFcfjJOlHg5FmN\nbSKewQiZlUDXdg7GUo45P/LUSF9dydBqVG5Qa4Xy8ChIJFYBEoTA/H7bXQNR\nI+rMzJGgTW2+NQWV82d4hiGOsnIZoBXVztieAegt8aWKIM8iiN+WKuLO3rLJ\nLN4cRdazMNsI3VPNBIzK/G4w3HrTMhQqOyaIHioZI7btsTtY0kypFRdgYPGX\nP2EgcuSuGvjZQ3Zj8NIxeAobDYA7NZ8xmDhLHe4SWb5iCbjWubqP7kGqM80M\ntfQU\r\n=Fx0u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9ca979a02a806bec6099772168c38b618b065b46","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.11_1583337366944_0.0004455505664042736","host":"s3://npm-registry-packages"}},"0.8.0-rc.12":{"name":"fundamental-styles","version":"0.8.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"04e87622b74d7aa6bfdfd8669cc4127a8e405ddb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.12.tgz","fileCount":76,"integrity":"sha512-VKwculKu16RCmMDlIWx2VCcqmw3HUY/E4lNEFJjpu+QPmHf9EqYHDgRe09Euk16uNI9Hs1DexFz7NLbEvpFFzQ==","signatures":[{"sig":"MEUCIDIsVGhpW9JKtNbtHbKEDMIenAvhCkvv41pYpkcUhvjQAiEA8zflz5904mVs5o1AvGg90cnJXv2mQXVoVd/YVc71Db4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1294310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeX9NlCRA9TVsSAnZWagAAsAwP/3lk9abm8RHMQpY3qg61\nHJNZ4d2mZB5Z2wjY8cQx/8ggkMqLpnwst5YXfpfR3DyoaINFk80T/kKGzJlX\nl257SDOXuhaiNrE77k1jAFTYGTd4xdg4IjaESpla/j89OhsTKa91kZPoXCDn\ni5WiEEkWA/ZTFTWaXN3+4ud3+tR57w/tpX8yNqlqSaVBE15Wu5dpz5zPvkUs\nMi9gxJzrdTexSF0uTcz3VB65SNQ69Qxv5MxH9dkCxeEmYoleNBa+nbwjd7wn\n1HUViSWNwFfciQZxnOQY4lnLcMuu0X8kdWQTj5jt7/C3BNOJay32bUJZjsI4\nl207fpZ/7QAVFvhaLeuhhsjSweODYAk3bICLoLoUlIMCzhQtyH9Jlru693xW\n3sAROKlCLvWR6A4M9sOA4u+BDw5Na204NDR079nxSHV4aCohE6VTHeB38BPL\nBWRNMdnDGuOK0VbYPVzbCDH8tgVXuoE7u8avn2geL0MMCT48H9NtNsuvqMz9\n85CSoYb/1vwdm8HWon85MdBc7lRsr6Y5sy8aMxS3foANgjJTYHQWNzI7w6Yj\nho0g+0PejKRX3gC2c7im8wu91u79LjEC5j8H84OqN+5f5hk5rjo/MaqfX6vP\ngtuVZY8VLYPCRQyC4SAyg13k+HA5SgU+/Q5pXKw9wE3BEh2fIVzSgewoelB4\nv4fg\r\n=RCsz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3e3e2d14b02a9fdf543333cc49aeadef3a70c89d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.12_1583338341435_0.1562331117443163","host":"s3://npm-registry-packages"}},"0.8.0-rc.13":{"name":"fundamental-styles","version":"0.8.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"09483614312ce61a27ba08b4f1f44d1bf09aa53c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.13.tgz","fileCount":76,"integrity":"sha512-myDez9Th9PWsyDFblNWV9FRemZXnSRQeITBEY3oJG9dHuVDsUHjz46gcyHRFgFv5QcuL9Dxn2xEAqDHxtC9ZVQ==","signatures":[{"sig":"MEUCIA32mtsCHbOdguXkQrj0ZUgOpdVJx5ogORvYNsOQ2s6PAiEA7qpm/J5rEmAerUAT0Ir5bJx+X0H3wCOOhA2t1q1/Dug=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1294427,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYDXACRA9TVsSAnZWagAAUBUQAJJQ1wl+/YWStsOokfDT\nMSytajg5KzbCUhadNK2NKxJefY77stkyZXMFjFhSfF8YX9bHPNCYx8veXer9\nsgUDAkgIH8dNoDhtxtuGofbNKvSzIlz8WibaQSufoqT0VfHKhrPT7TGCl/sw\ni/xGyKlqk1AtSxznkrvCmtTHTcvI4OZSeJ4y14sbeVQec8r84zwlygpq/PTe\nmu4+FN3pES0DqJBl3pnjSL+eQ4Q1rPOXQyHIxXd4w2D6E80dw6hb7JM2yk3t\n1EKRvXz8V2hrmaUThjrjethhkvI71cNtwENHY9nYp+uRe3zeG47eXnSu15Td\nGl23NO3Og9+G3lXPttO9vcB5tu1WLej01I5z14efuWPefomGkXkKGiGY8/Oy\nRsKlX9HNhJWmCyvFGZpbNO6EqxUocgyDQ3HJfzWIoPTUIZr+trLuK7ZKKShQ\nSkwAE2C0G942E5oAZuXgqkU0WZhW7OuJ24RcY1MDccPY2GgAp7xT3P9MZXos\n+Kz2C2I8ckj3BbJcx5cGdV1xNsZPMBW4pofqbA0xU2bGrDZutfUFutJOBMp3\nGuF/PH/z5R/WLpXcyVxInnYqVHWGop+evfi+l32dqNt1giSECt+xN/HhkifK\npj/FQB55unZtWQayNT9o1q0UQfCnk3Q6CdeIcO1n6mZuv/2P1JUw+vUknstF\nYH8U\r\n=VhVt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"accbb1b2ff60cdadd08de37c180f01f22570e3d2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.13_1583363519573_0.5256158406513345","host":"s3://npm-registry-packages"}},"0.8.0-rc.14":{"name":"fundamental-styles","version":"0.8.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1405f2ae9aa2972e2661f4fc50417d2dee509ecf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.14.tgz","fileCount":76,"integrity":"sha512-5TuhSwsnNlXK7gA5n/a4752RMsRc3kcspt3sdNFkzdwA8qSeI0SI/iYi9k9Z5NWuiA0H4cf2ByhwGCmx1sXI3g==","signatures":[{"sig":"MEQCIHgSuCuYXuN/62I5KXTmU+PV5rGGl59kGuCw0fHkwHGrAiAoFVHgNjTq5guFO1hlHi7hjumH8mk8rLCbu0cWHGWEDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1294586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYSjmCRA9TVsSAnZWagAAYqwP/iXdBWQAuR8K9avB8kkE\n8/qC48H6/LkQsDverWnf3k8kQtDKXGVz/hPku6sqpaUgPLD379CjWJgLGpsL\n0LhyH5o4EEKrciZQosaRtFEDOGZam9LeVmzeCCLty7vcf9d7bB502LFomsl0\ntYpemlc9vmHocN8IDUAuguinMwsfrCUBERNIH+ooMH1JzPWY/+E2j1NtsLDl\nOadjO2N2o8BI2K/Ey5Sa6YG5qOT9SSP12+itwaRwS6Ov8HKKr9qIk0CVyBY+\n2J5rHGcWl0MU3pyySRDGUEG01wfQ6ix+99zpEmap59y3APl5xrbpReXkpG4i\nQOQsnJieaiY3UbnP82MBdQ/sYSAI4E62K20t8xU+hz/qzJ65SpOKAj1XB3Io\nnse6cRqPRRgxeUmB2ny9RwkccY6+MxhX4cJZwr2IpElQXfLNOySpaI8mRdfV\nmY0Y68HxfRkvxgo12yK7j/t4TgsI4NqrHzE0uuvb9m1MOO+VUBMDTl/CWuO1\nephPwimejIUAi20vZqtUVIonhW8t5WuG8KEG9tDxTgt9vY2NhEsYIb6A3A8w\nyGLtCv02+YVa6jvmq191S9rP14l2xdwSXTQyvBqu7QWVpuNZicpecCr77KRB\n7IYs/Hxn3oU+fbNvhBvZWpmn9AJ+QpxMpy55ptgoVYLSCs6Je5+QWS5E6EAA\nUyrw\r\n=nJxa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"44766342d8a4a39534eb18efdb1063741117ccd4","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.14_1583425765860_0.458388622424275","host":"s3://npm-registry-packages"}},"0.8.0-rc.15":{"name":"fundamental-styles","version":"0.8.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eeb9649a2f157c6616f4756153b63728e2c4c90c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.15.tgz","fileCount":76,"integrity":"sha512-gnd9VnKv1DL8qAcjMST6GQd+FYK4hi2LDHIsXH7RiJZC125FqjvzLHWK0+wcfDOr6l7n1pPbLNLubJqc8+M0Ng==","signatures":[{"sig":"MEQCIGqfb059CXkepFE+8Rj4AmmdOwZ+/8I4VDX/YSCSUxevAiBx36dyI/AhBdfcxK9X498wV28IFuO5xI9kH7WWC/amOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1295232,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYl/sCRA9TVsSAnZWagAAO8EP/i4jexpYODZCg6pP0uLN\n0LqM06WjjFQskDQkPdI/soy7l2hgQRYXwqj1kkdC0zEzAzapAxHjpZuyQPUI\n/eUUugnkYiNGtRzo9GDiGsh5OHEuc8CdsdvTSYX7FmV6u6iX+hIm0rsX1BGc\n6GMqfeJAGKGZP+h5szHOCSq3Bsgc5+JyCz8jMrmXosOoGUNlWKU6bmmXH2pl\nZpGkPbUPaejNR7xamIcnn8vfgBUHDP92vAwxypIDkMq3P4yAOhpq9LkWUT4D\ns2yRCalRrDvWFwdzJAMUdchumNU2YeaJ8wobQAOwI6XI5T8R0/yWlwd8N9+2\nePmX6qy8u3kLAjv6FH6Ak2jm3Oh9CIR3zbykyUam2BObCV+h6EATCpHpjXOQ\nwb7yE196JEo42ynN7JQ126IsnWIrFLTSAwyD3gAPiOWocccNmQQQTntIlIr2\njjAr78lwH7FfzKd3Et8pCqRY8FfZkOd8pJMxsU1WmI/CcalPOCC3lwH7EEPK\nZXJlik9Kxh7Q/h0ylLITR3KnouakB6URRzVq/U9LM2I3SNisXFSirhTH/fVN\nD9k5lXxT3d0bUNGumvCWfQHo3TYxQDUpIf0tJoZ3g8mwZg6SB13DDI9dj6k9\nz26XfrGbP16ych5tTkxaYDtUcc4OSBH4jjhhcoA4XrQt2/P5ZZTmpbiEFV4c\n6nNC\r\n=4rLM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5f111d8e1aa579c813ea47fc0f04c81c8b8ec768","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.15_1583505387387_0.0067934380630738644","host":"s3://npm-registry-packages"}},"0.8.0-rc.16":{"name":"fundamental-styles","version":"0.8.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"db76e7baf5d989116affd21a4c917191633902b8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.16.tgz","fileCount":76,"integrity":"sha512-HO8R4YPVUs2Hq5qJ3WBzXfoZDH5n1iCvZhm0Mb/K7ndOxgypyyNSe5Z/M3JO5PpkTXYsksYmAhij/44Q/58nNA==","signatures":[{"sig":"MEUCIFUhhWkDmwQcEKTKav0RXar3hbT4nligmuVRxtI+4QHVAiEA56EH7E0m7heAFOUwxFjGa64x/wuL9EWScnGHZHZMpHU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1295828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYpJ6CRA9TVsSAnZWagAA0h0QAIxfB4DlSucU/DqpIxCO\nyUNdhvvRvi/G7n779+JD9YbIlBXi+3wZJvAcYx+d4MizvLuG0WIcUGMSLud/\n/BeJxXJClz7ML688I5xtbR/QEYxap5d3nsQnZdOp1QJUUvue2r4+o9hLzX/Y\nTWQS/CR2TLRqwBV7qZRAFs3FC0uw3qZQWq+bySz49kEFVG88gdfsKi86pFog\njqYuCtr4/OpZcM2THsSH1WCoZPk7Pch2LJBP+QURbS4AVdWvtC6XohMofF51\nQqytT94qzGmxeY8yhPQD4TA09R5LKmJbPNx1KbJZWlffqCD9MhLrNddsTcpw\nfDVo3/rZB0QwaMl/S55GNeyP9UZ2H8K5AfetNX0Gaks0QJwfVAYACdiBHt++\nMkDWwhLTdEKs0uWWhBRgJMNEcyq7zW5A9qx7fSiKtjY3qcYSjvDl2Gj8WORg\neMDR3usY39i95Pb/dMRJgOf3Nu3U0snN8e4oVUIFDx+nlhlBCCkyJy9Ih2kU\nLzUnfmVyVJWZM6ab4iKnSVEKIDvxItzi02tljBHW5SABuggHDyLq03Opsc+7\nubCJTa030CpQLyh2P+YbNtQsdWNuxwtq8hj/2he4K6m1pKziSQZQfv0P/Rjj\nTmKWNeXFzEpCAwLzCEyy77cpjw3NqQUjlUm3nFtx3ivrfwmngUOiwoTK3tQR\n7JDl\r\n=4mwU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1934e2fde5a7071614c32af97aa507eae08ed37b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.16_1583518329416_0.19016616506686335","host":"s3://npm-registry-packages"}},"0.8.0-rc.17":{"name":"fundamental-styles","version":"0.8.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ff7630c417aefa863a8aa0a900af8cc414809e0d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.17.tgz","fileCount":77,"integrity":"sha512-e+WjZe8hbQHcOS99Gv7tgHJqhfxMSD0MGa/wj2qgEUgbaVw6m5hBVtNEqqxFLlNubdmt0OFxX59I0xvvcfQGBw==","signatures":[{"sig":"MEUCIQCqQ3vIMSedORTP0b3x281eZOk8aWGzGZdDPLf0mYwkRAIgPv7hvC+ASIVsMk+OGBSDX38TZTS2WZ9M+Vb5vqnjT9A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1329125,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYpnkCRA9TVsSAnZWagAA60UQAKE88uYerwJhBnJb1K2f\nd0AHak/ahOtGATCCOFXyV3jO6Zj2ZeaYEiGK1zKjMVfhAVR+uWzBBENvkstA\n1ZFWQVhPm0y92YoNMZ9ZyUjjQWt+HdfR6vcN6RO/rubV89lcJq1Q8C93RzZY\nDWi4vOMY9T/VW/wHS2GvO4WeBXJMlIvEqQ4p43/0+FRviwlI/hvojKNNzW2n\nkSbBiZQ8xT3g9wNU7EPUi8Wuh2jXYDurWPEGmNrpOEvgr5vJI1OqAg8jcUEN\nUhQ/CGmucpATsFdq3db5/YJNpaMrbF0leIGrQqVn2z6cDg7k4iyieRQ2g37F\ns7NyEmVNz08yEd1ZGPIrlj0RwIL4/DJn17HBsyb0lWYeP0AAsoP9cmazQJ0J\nKqaQSkeEGH9J6lACfMNbghxze/0ooDxHMjI0v8R+AZod9iHNBOGZP7gDHmbC\n9KtYlAQq4JBPz5RIlvWj2oeToz+zj6MjyJXrFCKBNc872ZZCyylcxVP+wgsK\niLredmMI2fOvxqvOo5v2oh5xbI5OMntGNscGZvWe4sFTgmSS9+ZsKv1+Xh2n\nbWwEcftHAX/Crf70P5DPwSwdCwwGofQu1GYKKrq/vWgmTHbgsyNB5sltB3WB\ngmOoBXM/gN5xlJhjcHRBzOUBjK9L3YASA+0dzeDCX5UlFZ+roa4zxQWYD4Gb\nMh3M\r\n=wOXk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0d2c34a07fccf9f52a6f577e8fe32de71fb3ed12","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.17_1583520228300_0.9954157242861814","host":"s3://npm-registry-packages"}},"0.8.0-rc.18":{"name":"fundamental-styles","version":"0.8.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fce05f5792a60fd290ccdc5afbf6ab129bb3f948","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.18.tgz","fileCount":77,"integrity":"sha512-abD3rXUkBBFg+7GMiEMtmoUmdoNhyGKudKOHvDJrvtGyIEqoR6skPN1t6uexBhudM2HxNLTkbu9YLnwT3cQFpA==","signatures":[{"sig":"MEYCIQDZnPK0yPNHuG0EghKPGBJNdIKjfCsGb3FuPrCkaJh7ggIhAPntORbTyDUnbSEm/z0xB3VJKq1tZdDBYUFZbva375fM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1329242,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYqNACRA9TVsSAnZWagAAXwUP/2Nlr4Pc1VAEoeZzPb48\ngR9N4P1uAvkVsgs4/I4x0JitvB5bqsoFGKY23eWr4VQtBME6WLPi2Q6uXxel\nkiXXVEjNviDiguKEOWF9PT/b9jqNi5emzIfi0CrLLsv6fuKfXXCsyivXwWa2\nqWU5apZg4msNqaBGOX+pubQD56h+rnXnq/QX3AbGTDy4XwEXLOP9eVV8RvrO\n0B1ZnEr/MGw73ez2liSIqp7fPwH26Z3M3efcTeBMl7mAghsxNrsiE01Ybtqm\nCMfC6lOZfkKBKoyjLjwkvzE2egJQmjOF+x6Js+sx2VWoHfanjl2kNwG0iyL5\n7Ep7Hz294a7TM1PFAOPtBQnqhAGGrAGN86zx+NJfh5PSKFD17LGzaZB54/pX\nvoRLI/iTHt0xuIAJdtJI/KPCmKEvaR8QsiFjcalwFb/zdzcwexItqZEdwYx9\nKtEDYyDrYGFD+2fkJoi3uMzFOddVn7DET9ljVVjdbWMqYAoRW7XGuZQEIsOb\nzd+sHHEoGLe/rLqG13iS2BmihtLqixEZ16EuhQ130aHjOh1f99Quj8BKBjqP\nqFFYrqMhiSAH/FdgCTfTAjrxDUUf7qVcTKGDdqJ03iAbjJn86+aNhMkqrU0q\n/IbwOQRI3Xk5UdBXlOUWlo8gNS0NYA8P225b3QSi/0aDQPeBr9Qd9qeTBcKO\nP+QI\r\n=ry4t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bb4c62327f1160f3aae49c3433b27f004b4496fa","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.18_1583522624125_0.16314624006105594","host":"s3://npm-registry-packages"}},"0.8.0-rc.19":{"name":"fundamental-styles","version":"0.8.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"065e082b502fc2000e6dc86cae06c8eeefbf2deb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.19.tgz","fileCount":77,"integrity":"sha512-f+OtJaoPXMswXPJRPip+VkEtHdm+y/COeKRpsurwe+0+4FxwYWpyDmzmrBeVma+YUtJizzbW/HG/XE2vQl+WrQ==","signatures":[{"sig":"MEUCIHoLNYYhzdfb1zaQgEIOX6Fkuz+gFBbfjDsxOOLgfGLSAiEAxI6Xkbl+FCGVN5PLEqVRDQ1tZnY8GjcK+NsBCvqBNn4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1329384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZjl5CRA9TVsSAnZWagAA5fwQAJGUpHTSyuf4NrISCabb\nBWxDa35oV8OlS4OkXf1P3DWu4sgh1XNPGZF23ppLFCIW3ISDdJzm/UT1iEm2\niXSz4BW5dHwLutvzf0u2+cpwKwQXKYGPdeWh08WSeBBQu63IDoLXpLDxhC5L\ntzjG0u3psXa9ci5M/kWb1qzdjrxHQ3ttNEphZg2+lv3JpGIqnR0k4Ms7iIfN\nfgpjye86qAoiyCGaSpLp66jdd+9zjetwBbk35QCfl9vQxnMbIvCU5PCgMBWs\nrj0/cf+sQGgfxztg1u4LNJ1Hc97U/Z2G4Eypb/m2JebCovgLhTtMPfxVv/oQ\ncza2ZE6/ER7szYxThl7902DvKU61ZaBi2tZoAjA8FGH9cuDCFflfKWWqUGHU\n81iGA+hzvYA3Iphm9jS9fniC61yhmpnv3oDkiLlCp6Qh6EmIkfRlepGZdpJy\n7y9aZnTGKH8ZN/gL6t1BEJEAzTobd4fh9mOy2FRfsgESiT5rZK4xdUi2qsW3\n//T6EsMTWVlzM/jifncd2KG2T75xPcqrGEsKoIUFhxMyyuOIWHadmI1FMC3r\nSvwNblBGlXFuW5cqlFmV7Wuqz46JKkbTG3CF810KU6ugH2dpj/BNK+fDuhgy\nudzyRr5/X3Hv4tR9k6Sn456bTVsvoJJoz49TCsUOVU0N3OdPHEw0CAjDV8Qm\nNzMp\r\n=mMRQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c83808144db18f5a28aa07164d8ae5f2a43ffa1f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.19_1583757689414_0.19529666141425572","host":"s3://npm-registry-packages"}},"0.8.0-rc.20":{"name":"fundamental-styles","version":"0.8.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3db0498f5c662df784d27685b7ca959f1a765331","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.20.tgz","fileCount":77,"integrity":"sha512-7flrDteMcmt199XZz2HXMeJuLKAmV2kZ2PPZbgw1vkJuxMuFd85HAHC5m9Z1eUXltPnvOOE8/MfXeogA/Pu5cA==","signatures":[{"sig":"MEQCIEVTwVcBBI05sm4o7DnfJwns/cvZWZs2bW9JDYvo10XcAiBAG+u+kWZOwd66cUZdwCpBZsrfuHA7wSwlW3GzSFskAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1329747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZqvrCRA9TVsSAnZWagAAvqAP/3IEufQk1iJdQCv62kxo\nov00mc/UoCssiRNSOEZbWwIf5vOUwqY6GpOV8tdnAdIHxZP1YHssq6VapCyr\nLgHldm0YrOWrJmEIx+U9RCFDnsIt4WH2yyh354FVi0iUaywOJde9hfmUCUQP\nDLINLMvMNPQV8aAeLgFzOPvsaJMrkIAvup04A+CDlNRZcUaajWpCStR/et6b\nw9L734svrB59jjUVtXhcXcuRFWtmRfQgTbAAANmAOa4BXtj2tMtM5p/4aVlH\n09WnFxvm+oVoUWjKO9PntDiRGNqkPURxGiGICOhuMLbyupATn4APfxoIAt8/\n832vy88/qIDryOyfNHvipGJR4EO9oXa5B+Hn9QWyx3Bg3oTPLvCj02DFG1MN\nkg/JUS8w3VWoE9K7by+oifcEFF8441EBNGS6zH82YpW4V13rbGaRemzVcCTc\nswJxSaQDJ6LOFqhdvvKoFx5HMrPD0a8X5Yuh36vEvHS/zyYgZ6gVVDiP8uQ8\nm/MYPJjYW3pcYZ8mQUdnRDu6EW+/10oGwR+xjElvC9OKY8QwbB74dTbUjzJz\n0V3FtH5Xzy9fYIFhTMLISBhDKHbZ98LI4xeNfbMLhe/ba8altyhmkHN/qn/f\nxE716fF6L/ovDjpQQcD4lNlNqEmZbIR3l3ml6RCwDnbFpmIyYvXAdZv3SeMg\nYGRc\r\n=vCf/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9e8f6cacc017c68ff946927a49c5e505176f672e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.20_1583786986678_0.3929079814322951","host":"s3://npm-registry-packages"}},"0.8.0-rc.21":{"name":"fundamental-styles","version":"0.8.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1a44c80c13113c368cc6f267e402021ca450c396","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.21.tgz","fileCount":77,"integrity":"sha512-whtsJAd/dbecUs77JjyvhlzzrLx+AHjcFXKnugMSDR1aKULDoc0mMgDDdwGwyrbKMdi8KjWpwr7tNjvQkMSE1Q==","signatures":[{"sig":"MEUCIQCadYOCLRkDUQ2sOuwBcESuLUjX5vfOF0soUxiuVt3gyQIgEZd7HbncxvidNqGEZe72sic9jt3q9azYjyN7BPcVsCM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1329885,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZq+rCRA9TVsSAnZWagAA3BEQAJZ9YeXnlj3mYyCQuK2P\neVyEb5a2ksCUUMQ29x7iQOHyE4We8hZ1vlekFHM65ckIaIVRUiqr6Tn7c/yB\nisyaOM0Tldr2MpB1w+E07zw8ZpRifQZrStf0tl/t3+xl39eWDeY2CXe5oKVw\nwOgRlmNYKBYIIVrCNiQ33wGh+v/ddWcVlN0UmhZtGOjJqVI1OBAo7OjqUt1q\nOg/QaVsPo6GIxIt7QwEp41gyaorePm//Ij6QzHHbD1v5MFdbihUWYYv1MdKq\nTFusLS2uxge2n+JID3fI4AkEkZ3YxBDH074BC+WqY89vsHCQXh4bqxDUGCVS\n2IJrEX0I0QVrWXEE2HGPrlblsq51sUXotrFFFY8vqnLp8tXqgDElK7X51+Wg\ntuF4STeyB+Ugg9uai1qjZm2WNUqg0v3FK2w+CnuBpytC8CeJ5gfCW3ZBzVAb\n/ZoLvyvFnQAFR/LHF9ZpO7dqC0Yqa1KNaTVSMwEpyvUPHGPRZ4nerpQtnmn7\n3g2CE3fPOEFYgZyOCBv1HtFU1WaPrAoxlA7h+gg2Sv8dJCsjjv6VOfVou6Aj\nzrUmfRPyDNdLchCJpyIRrjlfaNuzmiZqXwBMOrtNlwwhYCEJRZyYpStrlI1m\nL2dkoVq9Gt/8DIBqG3VRijOZu0NPY9iBL85SAH14L3wTREjxFJABrxPCM0wE\n3nC2\r\n=dnit\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cb49e60396115b2f1788c804f976d87afdb00116","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.21_1583787946815_0.045273169616219855","host":"s3://npm-registry-packages"}},"0.8.0-rc.22":{"name":"fundamental-styles","version":"0.8.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1a11220a55716cce42a67dba0f74d9c4611b4972","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.22.tgz","fileCount":77,"integrity":"sha512-7Dq+KNOfh9FK4PCnN9rZDirecm5cntVk3L4XS+RYEVBpGNpb4VpmtEfanoa+YK7OXxil7VFVh4gHa+TLqRVBPw==","signatures":[{"sig":"MEUCICyxUyqOZWK7TigRqrWt9ENwjxTi8kLHQbNk5RPj/SupAiEA0V0q7DTRppcstNR8ZhEQ70vyTxH+YJZJK8tReU2sr7o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1330189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecOBVCRA9TVsSAnZWagAAAgMQAJOpAicj6Spib55QRLYV\nsPBuKNIywxFXP4CF1ZU4ZpnrVSuS3oHxxsAQSA+7AzL89pr21/JgxpEd5Rle\nF6PYQjPKF8DeANqQ/NGwRN89LJ8RVc/xxEO+jkOw0Rp4Euk1yMCsy0wIWKSK\nHLMgp3UrN2fpWYczVO6QTa0GgE1LGIF0i3cLsDmAdy4zJeInZl4k/5TkpmWt\n2N0Bba4tpMamtTCXKul6yN3LQ4oVoi8X+T//2LxCqXhvaKxaZ2Iu13McVax1\nrZzyGoSl/Fpg1OoO35868Cfs6HMneti3UHoP6q32TUUuyo1M6KRxgkIpqipV\nK5FuVeMmoY0Arnc9unwNKdDlayYWVXMENN5Ut6MXZ9wFYSTociAG0W3PtG1C\n67+UlyKdotrFtwLCuiugV1IyHiTWVm6BgCt0nENUT+h+j8gwQE4Bs8mJCHbq\n++2e6QZRhPXcqpQcEEMAD+pwjBfylpgmMgPH0RY8QdTXnYU4GyC/ZrFE1KJ4\n9QPPf9rGvIKqcuMUuTJInX1TZHkZfjon+vAp6SL9twdcatXfA9u1U7AWRKRF\nEQXY+pbq+8O43sgsIQjrfgAuA73E/4I0ufdxcXPs0dSWeLQL1jeQdWO5egFK\nw3EZU4opTiHOIGhm5kreZ1cafzHPgInic2d4NzKnMvVMDlz8Mhy0OLDNvbAs\nDy64\r\n=PT+O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c7132fd1410057a75c700a8a14cff217ce35a369","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.22_1584455764603_0.14627802226936715","host":"s3://npm-registry-packages"}},"0.8.0-rc.23":{"name":"fundamental-styles","version":"0.8.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"66daad4247e6815bc7c9b04369f5d8b1ac0cc477","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.23.tgz","fileCount":77,"integrity":"sha512-qIn7lMC9sCcUJ+E9qu9n9R6I76yoQzq3p1BgGmFDk2WTB9h/thLuLJ055qeXOlLY8IX81OnYz/z5CGeAQlwHoA==","signatures":[{"sig":"MEUCIC/Not0Z7hHb09vAFO1o9vcab4c8PIHnAe4pnpSlU/qKAiEAtvUDAOoYhn6iLY+HT7wEspbIpJA4MAlamCeDFw7Q/so=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1331221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecihNCRA9TVsSAnZWagAAbtAQAIo31e2D2ZrRP+Ro3uwd\nN4f1xUoX3nSJ4EgL0jE245Zvt0yRIgTme+Jge63yWETU1ZIdn69M846eLhgG\nulVJXMe1oPi8Yih43rOn+gFv9UX8Lid1uyDLqbdY+R1ydrWyZJH7O0h4abBm\njrU6DXF/xzPvIkdlNmAjmb6Re049yKK2dc3Ihtoa3cJGmOIm+EUwnifhifzW\nxbL2TBvEaDqws/IrYJI/8A5uLcI7aH2AyYuCReWg8IoLdgPHuYTzRNemxsBz\nc9A6vSzftzT+zuNao5v8o4PnqdhH5Xt2XmRBs1vZBO49619mW0xMIRUs7ZqQ\nTTmxfDGF53SLcARgIpcutjupkNcdzmJP265Jbo57EifbMaJJ1BNqUhG7Ikkc\n/5wOjC3UdJeKWKJaGk22RxnLbXxXRoKGhBMKDJn4PxIZQVOyPBDmY0S10EGT\ns0Q3uk8qegMkgNKzPa9LvWpnYFkK+M9xsuVj7omEWbvwIq7xbgEbMjuFaz5H\ncohvq8Y3fZ3wYfb9U5ZNM9g72UtnDf8vB2TGusLUekllZPgJZw+6uozjPEiz\nQXEvYiMbG9W0OxrtO9gM2zgYDMZEYqb4OLDOp4PZvZgYxkWBVD7HJoQLwaik\nYzPjK9O+mOBU2dEZeqiwqzruyHPQJR1t5mYBYDJIE2IrXWAgJdAHKqTFAd+7\nrWqM\r\n=WpN+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3eb03d413da2a9e0d7939188b0c9c4f4edbe1d2c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.23_1584539724480_0.8430334856522834","host":"s3://npm-registry-packages"}},"0.8.0-rc.24":{"name":"fundamental-styles","version":"0.8.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ad634cd1334367883e723d6becea53b787127c7d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.24.tgz","fileCount":77,"integrity":"sha512-ift5WTaZ/JSTEH9+sfLnos81CNSZOwzHZuMy5fGJVqMbTCLvntYc+ozNsG8phKqlJ8M31FwinpA6aono3DyaEg==","signatures":[{"sig":"MEUCIQCGpr6ya8TQLQgYv0T4B3cH9Hene/d62ejSfuxd4ju0mwIgcKNyAvEC6qXjymc5kjoOac4NKeuxOuuwennDKJRokn0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1331995,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecm6hCRA9TVsSAnZWagAAG+oP/iRsZwFk6It0J50u3UAa\n7Mx7suLvULmTMEXkDyP+xxaCC/5Libb9AmStA0CB5eR5nDxT+ng6BkCTEC9a\nDtviOryanvs8wmXuhYc+DDPblLYuCSqgHcerGHqJ0cy/RsRFqHoIWMWc+HR9\nLbbw3aZTtlYXzfFMjiM78YoVweBqD8EN+VTn1DNlprWUxhOFcspqNm3muFvr\ns4pfcBb0SrkMyr/F0tNAh+V8RkNP/0zHkZ6JrDkkxSBO8dY6jv61s/q3G+Y8\nxDIpmtdPuNVntpnd88wY9YZgWVgt/SYgNJPtkiuHkMN/LLVCY3Vpi6MYx2mo\npYYNLs4qraX/OMng6WH+Qh5Htr4j0OfaYNaXE71wSIHVj/kdhsrdPgBxLdNx\nldboLJL0gS65nlXC3E3RTthSxEeIClrRHUp7KEZjB0PE2Dc8508WtXjJCTGT\nL5Cno8oT3HmqNycm5VIAlz2J0FbFsuJ4jiCUuC0CHGuSJ20IjDYNtzwSyhfG\nxAAMWlLVLUfW+2YiJhndoZm0/fVcWvl5aXYuFO987lgmTGO/P5JBKAW8flEk\nFTCbPd5RsaKNmX0s/8UJWyA2Vi2uXe3rLVuAdwzLyrjK+Hu78KtrnPCeepZJ\nuIKAL4jmgjEKpKTy8roh+pQEJnlQgoWKVN9X3DOwR9qRcEknaFA6rwTx+7Bn\nfJHo\r\n=mMnU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6eb35d03c23a6412a6fc1624c634c5bf3fff6dd9","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.24_1584557728832_0.7453794548663453","host":"s3://npm-registry-packages"}},"0.8.0-rc.25":{"name":"fundamental-styles","version":"0.8.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"704b07883cd266fe063b5ea5bd3ce20d906f99be","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.25.tgz","fileCount":77,"integrity":"sha512-NMNzqRx9cSSb9pQFfdIRNrYEEP3Th5jfyCrXp9ywWa8RJrMLSb+qNrRjm9XrdRhtMBM4gGmhmf10LmOuyB7jAw==","signatures":[{"sig":"MEUCIQDGlfUbmxAhCA/r3Aq4tus9P+q0Bki2ogYs68Wr35G3pwIgePgcaWJyWYl6DPleNZv+WftH+yjaX5ntwCwe13IgHBc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1332133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeczkSCRA9TVsSAnZWagAAs7oP/RzNgm3brSKNFem9/r4r\nkCPfCfB80tfry8E3SJo4gD5djBlzrqzvljJ4Tw1rG47y+NJFBxCU7ivjWwuU\nn5aY5r95QJqiwGI1HFUQOocj1t98Srskd3haDzY7wyN4qq3p2VSfMzMh7h4r\nUyiLpmJpMeY4V0EnUvEufETwNs322Jt+w+2nppvmDDJnax6lTV5OvdVqVkLq\nCVCDeG1JH2skffrgRW44T51ajmvx/O3dX0Kdv8FXxxb3PdcuW9Z3CAX/rGdI\nWSgT0WvjzxK3Mg13Z7ikoF8vFerLQseYGe8JzPs9fHNkfG92yJW8RJSNSZe6\ndu4EEwWa4fQrLuDRJDCk0TW+0uXJ4+zBbNEe84KDcoXRa3lrFJCi97rKy3kk\nJsGqJd8dyV1xY+3bmFbfEYL9EJ9bFGtbDLdkre0eCkpR35W5KbA9e3yY45jY\n+HhIye0+PbRLr8eGhjI4M8Q6OqZ4vEXIxZF6V8+RPsFPd2Iudf84sXMBtRLg\nHZFM2UVefDQI7SIPD8/dl3I/MVQgOkk3Q4IOODcmZ80BdakSQmcNSPYHsYIF\ngjWsv0OcJgpOuD48zvfuW9R52/gIHTH4KxKlT+p9piaw98DbTfzJmiYiy/2d\n6xef+20nVRaxTrNZaYi8rbLn0EViTcKUgNnyu2WbHw86oat+KgTmzk1d+DD/\nvB8I\r\n=v76I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3e7a5a7fda28d8761162457c2f3778b9476a7dc7","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.25_1584609554293_0.17529464095052072","host":"s3://npm-registry-packages"}},"0.8.0-rc.26":{"name":"fundamental-styles","version":"0.8.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9f47771ca4e5273b1cecb172c3e69568e252ba47","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.26.tgz","fileCount":77,"integrity":"sha512-fNHBR8PZJuc68XKLYphpn6IF9NdRh9cm5UMBdoiEzrDhsTNNkrs/g+DO1mlty4TbdAtCJcKo1ofi8aSufYuBrA==","signatures":[{"sig":"MEUCIFnTNOdge1DEgXZuPmOcu2ZXV84xAi9TXmwo6Bw5TG7MAiEAy2dKLvAVt9yznm8/WLSr7ztCWydCY5j5eFfkrhl1fAA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1332271,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJec2vbCRA9TVsSAnZWagAAvDUP/RltJbyDdR4u6PMYfqAV\niY8aDun9owSMRGsUzzhePXUp2S/6d7xnEgoSh7NiH2VqdWhvesqpAydXc5pF\njOTubrxZRZj+S3azP7xod9sdRv8F8mVn7r7rqCZpPpfG0wCO8j755bjNR985\ni3oHYqDdDPaiVEqtzZpsDIL7xn8d+PgZou5IyjRa1coUSTgFlwAdg+yc8eGM\nGc7YcQP502+FmVGKmP27NH7tDVbz5Y2DBPoD8ekHqTKEZmri2Wr+xXxiPTB+\nIpnqtnsq2icBG5L9u0UJtHionu5F/kCRxpybIpFk/YItoyT79K4sM7WXjrB2\n+ogkYoFOqALedIfjI8GWAar3sfBPQ672ZG5PmeOWkAc7FdidJdDOERFf+g+R\nl8QWVAdup88deyvcV8uiat2A77GZmd2iHZ3E3tNTuGtFwVVHYrXKYDFPnDJW\nd8yEyRTIOErY4UUIzVVGeBUvt54WlzMDUsOfWvuYmr6VInSasmp5z0LZ6uKc\nr61Cb5y0l4DsknvKyHSmeSKBHcmtgu3IWXK7Sihi5XMIgCn4fykWBu8TzwOt\nem3CEcMaT9eFYHVEofmS6PFcEsSAPBURJYXHhkoaAHHEXcqiQoEDE7IPXizr\nFiV4HMRURBu4iCw/T7aZt2tpEtb98TwjgAuIOsMB/RdPyJ6vufo+MitXG4X4\n3yjB\r\n=cPeC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"62840b0d4f70d7a35e330d27c4f544188e99c6af","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.26_1584622555188_0.7430112510801425","host":"s3://npm-registry-packages"}},"0.8.0-rc.27":{"name":"fundamental-styles","version":"0.8.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"53685213fa5fc1c900706be8133420a395e07f29","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.27.tgz","fileCount":77,"integrity":"sha512-KlGAk4I642A3W7BaoI1aj37zZV221EGW0G2pPXrQ0C1iV0Nq/JUo4mgwMxHTPdzS6EM3iJAHOZqvJa9qUrEn0A==","signatures":[{"sig":"MEUCIQDRx2LxY8IAHG/D0AbjmP+8zEAgU4akCGik4eTQMt6qFQIgfvXkPzWl0YRQNvl/a702wdevbbFcSNb1PTDPYtgGKS4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1332409,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJec3ltCRA9TVsSAnZWagAAe2wP/Ank2i8KLY85p/Y7xNTJ\nQftwTIx/sUUjyc6n3XmFxoP3OTUuRsYl/IaYpPyecra78/c01l25hPJQuaC5\nld+/X41sCWnlsYuv+qzjwHuai4AdtIfy17BmplP8SxyMHeYo3+OJMJ/2Yo00\n0hchtDc+C5xbgE2WFKu9L/NIoCxHUTUbXJVITa3aBGMpeyVEgmK1NFzgrCSE\nYA0moz8fe0BH/PQACv1m6m2v9FQdudei0bizophhGVc96AhYuAqbCKH0JUoc\ng9mJwKqDYeHa2t/oH8TmHc/PFSx8OGdlIK2R4PYQHApeypneA53vPNwOc/Y5\nYybEexU0h1eU1hYQFp5ha1yDkcM3ljmn7QOAdaGQXyJUT7vUJk6GV/ojPGW3\nlhg96WdE9d/jhI156UsANR7AsblQ/hrUU1U69x4kqd7Xn+UPICLvuMATgv4+\n56Zs81xQiXKTO+lznKMbrk/SVcLJoshxN84S041tUiR8Iz66c2DzxsfOn33e\nobsQmbBCeH6SuLBedBlkNvbai4MlVYYVkwXfwiRG70S2ihPDf/QqcSLi2roi\nHuSr1nKoyLayHBacGuFoEQ8avRs6/nHePgMcTO9Xmt1qGsYHtjjmT7Hf+3TA\nwjs4ajIZpHWNSIIb0Y/8922saZ7J+Nsux8gctEIilNtkNM+nR3D4hGGlE5+c\n+EtU\r\n=Q/yD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2787c16526b478edcedc7c37f6a84f9f802ccbac","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.27_1584626028937_0.9273445986381799","host":"s3://npm-registry-packages"}},"0.8.0-rc.28":{"name":"fundamental-styles","version":"0.8.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2e86667d24c07ec1468cf7b4f5f1ecbc934fb911","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.28.tgz","fileCount":77,"integrity":"sha512-tiFs9M5sHTAoZiQ78UzFYAn3q+uo7XGvVjC7hV143KVtZI73ejRwp9xdHnkhh+UP/l2m66h3aViE9usP1b5eKg==","signatures":[{"sig":"MEQCIGjgW5Zx+yoyN1JR5hI6C/IMfHUR5AUPSEbUixZGEVFrAiA6RuJvJ/etjP/ma5g4w9huZTl0sBjBa1Tw9yJwA+N0Mg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1348593,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJec6tDCRA9TVsSAnZWagAACJEP/RM+DsA747UhFzQazSCi\nwM5QIg7H5GECMOllVCzFCPDLDNOvqMpIhPFGcoFZmCeST7TOboM8ZwG1wRUo\nBdN0swB5FtA0ASmsEY1S6/zzRy3hHD0Ph5V9/Rr/Mx7nMpuf4lLTY3Ni7xau\n9cIF0Xt/jjl+hzd+GiNGyaYaFj4ozRCkCKOVKB5XWiOdBm8rG+/F7JIQ2uEO\nXXJWwGqU16ORqm2OniHEmZVmnsHGFhVZ3Yo5109i4n2igFKO+6ct+FMqjgic\nPxO6X2+oS9VBox1zzhZRxXvTAulEtT4w0RGl1IQH2wYCrfm6nGdCKJX+qFPX\nUP21lPpdAK35si10yPOY+VazT45cQZt9tevqCYsxVVOM1CgQP21Yga2Aovqe\nM5R6+Debkn9AvvIjPUughBAaBylzyo8B/UhQvpsN44fmTGH+weFNRWEQ/rCA\nxoGnqYYpJxQZCrIZF5885OajlON9YJorPloK3LlVIOqrRWOyn+k/tITiktSR\niibhnZtgRNRvIX7QdsFA3robeLvVM04Tvf1JwphZvm2CKeD3ES9FF5XzanMn\noorK4sTJfNePstJx7oOhYuWtOxlpy0xRh+TcMXQ77YCkd6EVi4H3Dkz6ta6N\n0xdlibH4byr33wbfAFh6hiJyeB/WlWndnHEiaLAiTaYuhnFZ1yHy5Ko9g8ZA\nlbrE\r\n=Vv6N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b4cb271a330638001d6676a176d508d00c142496","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.28_1584638786786_0.49881768984301966","host":"s3://npm-registry-packages"}},"0.8.0-rc.29":{"name":"fundamental-styles","version":"0.8.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"554ed04be8b5933a954a92390266e1f4613c61b0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.29.tgz","fileCount":77,"integrity":"sha512-GavncDbrKQL94YPCc/h767ujLqP1qVfZxSAkjDxCn35HxEAcvwksK/KWwPjJrmjbkI1oYrqxqA8x19RBxUD81g==","signatures":[{"sig":"MEUCIFPlajTtz56pY1r7Bh5xADsECgJ3rb2fUB+anjKqXVsUAiEA1XH40L0rH4NvXzfGNhxW6LzAdQJU8DZrZmBIHp/rP8w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1349535,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeeLi7CRA9TVsSAnZWagAAmUUP+wcj8Nqj9x7SqykGgV2K\nkUdz2daqM9X57+OgMk3lhk+WVSGV5EFglgqkZe4zbenO5RXo7KBrc0xWQfQu\nb2UVKOVxks/3WNX00Nrq7CFltzFR8OTaAnvV8JaLPz5MevC7K6+ZAIVzp5Im\nwBZZNy2bzGUxq6PjOUxSgCD692PcaQIbGz1r/TafImL094YQ08Ei7/SihLHq\nmTsIa7xZmPWHLPgiIps+0QT+5JqJVf+s6Mv1KL9mK234fTl1JdUCvRkATAob\nlpHpd8ujQhFot/F7JIVLXUnyOiuW7Mizwdss8tKJyVeiD42H6v6ii1EtR2Aa\nJ22QyOaPPvZoYiJHpV4RSTUAtiplaknft7Fci5st7lN/twcMuN2zzT6M7jhW\nNx47RCiYlJVSfcWPYTdEPQxFdisI7XBG7ogaP4qZM+KZiv4tf4yQRMijhxrh\nzMwo+PD0YrNTBxPBSWXm7u4xKXK/rm9Mzij5L3vdtJvq6tKqvf9TLijNuuyG\ndpGNvbwGDsfFsPFInaW1KRwt9Wz5ikm9Ij8eY63hsCOzJLUCoe/WOP5eO3eO\n0TbJWHuA1TusGuNATcdyMAYOlK/jRjmlzDAoudxPz16RWxGy1u6PYbcVrbn5\nh3XW7RGS2WvQVNrXlVXpZhAtoU1QNRQexv3ULgAdYC/ahV+u+bw0IZKM/5Or\nWwKm\r\n=UKC1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d8e5427f9cf4439bbd49102b2ba9e021428ae63a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.17"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.29_1584969914516_0.10594057750318853","host":"s3://npm-registry-packages"}},"0.8.0-rc.30":{"name":"fundamental-styles","version":"0.8.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0826e492229ce0555e51d9da5b77f2dfc923fd23","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.30.tgz","fileCount":77,"integrity":"sha512-8ebOW53hWpkgbFM1ATu3QBb3yw3x11YVnFzTA/aaD3wwpNfmQiW9FyLd68LpoBv4hc/fr4nHtWtufe+U7paSyg==","signatures":[{"sig":"MEUCIFlkFIE78vMIspitgQtGZEjo3s14cYZbqj1G4YYDA8LSAiEA9KxC3s9rMhFWJ07L8u0TVwCzVeZTteBLTOeYlRoaRqE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1349859,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeeR12CRA9TVsSAnZWagAAZtgP/2aunybFkMX6ps0GLmLD\nq3T5z7KKAK1DJJ2hAo3dcFghDXuj867+ioH8uRU4W3udVKD/61IgGHD+nDjC\n6OP5AAz7xqeyeCpTlLzjj8E+9mzY1mVbRVEKxhS5tl7bY0gNDAmrt2tDQeT1\n5O++EREX//x2GwkrGth8Z876cgv4yIUADhK2efNajqwaXbJ7xf9kyW3c7zvT\nZmam6u5BUjqUPWEiHUWXSbWnR/LP1YHZZriJKOcR2SganKEebFNW4HOQ4Y39\n+rY0hd5aIgBFLxnz5h9Vu09RQNVw/miQ51E0hfEi2NflpRwYvnAcnt9hztQg\nMIBeamGIlgHmI9xIRd0KUxrjg/XWiyJaErrtagmH5UKiA+t7ufij218kD1pe\n8+QQ9FtECwbiY9xOqYq+PwHSRsMOspDay8Yip+YxnvJNMOyu08LifexpOKFD\nuEh/fEUi8VVAEVtRnIbdBma4rqwxEuXLueBbITteQgxg1AP4x4aZ6TFeaWqK\n7dh48Ep90IvMuJajJlTTPnP/2cbXzBgxOgJrQnG8jNam/khrJS2gcksvVdwm\ngmgxMnn+qvGwIKvrfGH+GU/gqTub8GACmcTr34ppi1338/kXDsp/2E5ossns\n87lqyMIf+kSGorbTVP/5QJNHKbHOJsKX6cCE0UKGY35rE9NYz5RQC/Gq43z2\nWmv7\r\n=x8Sm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b002be1dc55722046bd3a4b687a3b5ba88c4049b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.30_1584995701657_0.06553480180772486","host":"s3://npm-registry-packages"}},"0.8.0-rc.31":{"name":"fundamental-styles","version":"0.8.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2629e59b2eb767bcd6b721a6015656bbe8e91bd4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.31.tgz","fileCount":77,"integrity":"sha512-r2au3oNQmdg2H6vTBE68drAR6CdYD3Wzth7gvyCMGQBfqB5Szf35FEuFl74hF6//adXvO+wUVgBZGod4Xt9S9w==","signatures":[{"sig":"MEYCIQCqywT8kYzfNP+Dh20APjVIBuj4af/BmtFrA1BkZAcOIwIhALi9sH7HEEhk0cuH32A2Kp1ebg8+zohWz55TGWgoklWq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1350077,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefKw6CRA9TVsSAnZWagAAsboP/01ymPRLG4R2O2j7aSEx\niehLd0ubds2iyWiK3a/SDq2P4mHBuIowqEY2As+yUv0b7BKvuYDIWAE9blmJ\nW8kiYogPJU/FwdYl2cUz15J9dNFAwNesvZ0bktb0xo30RMOhjaht0W/hcFow\ne5OpgVNaXQ3/ueI9F0Z/lMpE8wboo5pfmvAO/grh1nTOiYT6R9zKmrIQ1FPm\n838A+wdXC1pLWFoS/G02CX6vx1RGYVaLCn7dgYDkQqNRnfMqsWoJq+NULN0M\nvxpPfRoI1S8QAhJWHqMi/eATLEScWeBKwRb5QHW52Uyl/dGoVFHQyxZkER4J\nAXKZpb2nxDAKKPFNnk6huTg7lASVKu6x8koPAkcqK+2QKDUtpe7NBqfLBhMl\n4T/92aFp5/gvw2sEJAl/HiroS9MlLvZDC2t9Zc6DV5sRPd2x3ISedYs89q7r\n7FtuXILSlrjeIPEDLE3C9Ujgh6XSsR6qSew1ZXW5vgl0bozLczpkCN15gZi5\nn/iRj9iUFIfTL0dzFZu5aWF01Y+lKTHzLxGMbLO90fSwZ/Hc7nqJLZJIaLIt\njq7IPdPoHHyGs1hX8Tp0oSJ5kqBuVXRYAEVmWkqhrG7lifgnMsfFBOL9fYkG\nr5sqFh1IDH5qoaVKzIBeGz1Kf8Ke2ilJlrQRp0g9mFC/8KFFe6gS8NEu/xDn\nHRS3\r\n=BJj2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"dd57ac5f5c5d59bcc3c59d229115124a62f3034a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.31_1585228857468_0.47680676925354026","host":"s3://npm-registry-packages"}},"0.8.0-rc.32":{"name":"fundamental-styles","version":"0.8.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"21b2f9eecac32e3e808d5606b8d69ab56abbcdcb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.32.tgz","fileCount":77,"integrity":"sha512-/6wJINqa58O2WIg7xSW2GFaRONriRWyGvLfzoMfKxl3UIb8Vwy9xg6N/muVuy1B/o6pmOPpJZFbggc0z2jJt6A==","signatures":[{"sig":"MEYCIQD/FbLj6iaMaDPF/26KSSaZvEa2mJhYP5twbi6+ErMvkwIhAK5/IUGflHeP83Zq8l0wOVpX4R115z+N4tlqdP8e5mgo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1350247,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefhI1CRA9TVsSAnZWagAA3IwP+gMFNrd76SkdFf/juQal\nvfpw1oSKPyy2TWt8kRsGTFJlOPBP5oRf3RQv0UTqCc3fvIghPAMcBRVqESsQ\nBJ6Gup3ZQR+bAeq/YZ8Q3Nl1HJzZnbkMuwj5QEOrarUPmjfU1n8dAaphXeXj\nUwfjoMbmCHmFR2sy0/CqQnsf8xcSqUFJVfVw/RKe/wm2IpdEgWY1yRYcMO/n\ntRtUfxpV9BuHVDjkHmklICo/HJKdC+i2EHXsmID49NfNyvs3FyfuubStFMg2\ni05gsao8EICJy4cqJE/bpajTyX59PxHby8PcFGrOw5ekV4tAxZhWrfqej/J8\ncViRZ8CAUY7ksFwFMOrUUf/FOj4vg3ZBX9kTpu6/H4o/PsnRCIQU3kbAMnds\nvfkQOThh673J3IVydQ6wfeXRi744XbVE8l88Tt/1PxrXJZOY2wmPlpBSRFa9\nrznc2fCMEz8qDrnVYfN+aMqeufjMfubW6vqaw1ARKuJ9U5sYF05qq4oEpXyy\nIh+3FTYEkxTASUd+KhLrB9s4WvTroUO7p3QWg7uXlA2x8URG8ZkHocs1u1uR\n5hkvRpOdyI9IC2f5CU1WwZiTS7cP7aFEdD25LJxcqyWZkci9YsGM5Y3Y3Xrt\nfIqG/qS1OfEgJeX2tO0nokGUqlitmHdkeONl4NFu6UvqJMCjk6iq49n+Zl/V\nrX8D\r\n=O75T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"854cc889318edf391fb2fee969f25fb6dac7591b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.32_1585320500406_0.2608300523884246","host":"s3://npm-registry-packages"}},"0.8.0-rc.33":{"name":"fundamental-styles","version":"0.8.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6cd67bde8901e9f19c6a336d09f3884d9380c40a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.33.tgz","fileCount":77,"integrity":"sha512-ACRLRt/zDxyZb0wN0nbqPPsqP5iu9OF1wi5AXNXW0VLQLsptIqv/1Izvg7LE/vQ6FAN1p9vAgiyvGkoHyhJcnw==","signatures":[{"sig":"MEQCIB9ZKqDxraWIuryY2tQOllaPpEMnuKvCQJ92BSQIJ9j+AiAVPM3rQuD8yCtspg8MwwKeGbJEvC4VT3i8/U8kfVfqbg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1372533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegAR5CRA9TVsSAnZWagAADYYQAJNd9Aw+hMfX7UTseGEU\ns3kYzoRpp0RXAH5r9rBMkRn0f9Sc/VhV0tRx4nkmEbE4/aTK9cK0wBFhgcaZ\ndPKN6DVk8sGpr1yq720TqY8+i8OeNhnqNkie0BoMqzeCQfexunczNf5PjZRT\nX163V6qttqZSowmEnnTkgXJjq65nBgD4+4J5+xIuSv5kXRgIaeOI0TI6755V\nVM9ZFvqdIsDkaj52bM0rruySVED/qQ2s74h5OL6QFmy74UpYiwV63YlYl0z9\nfrO67p52t9XVd/km2sjo0xtV8fIl7BedE27Micm7muYwzXhpBr6OI667iYfa\nOLs/dVlVBFRK/G6JdG+Tp+XsBJuSW7iAmjdwRrR41EdoPwH6BwX0WSBMXsjJ\nUG17APw5GFwoPVvnKEuD7Ev6KWUC4ZeSeG+oR7kLykwTz+K9kUBj5Spriz69\nsSr+VZv73tGM3Xlh3Znnz0gUz7Q5EojtTcm3zc2SulWr76vFfrQ9Wzhse7QO\n8VBMLGL1R1c5cEvkIOmbf4E3UbiH3hk0GAn0YBabbja0vgsQz6u/4MknfWRi\nH9bF6rvVh0IudJGijgda14SaTpM3pXHYlxohgyMwwCJQ9cHLS5TvdpnZXUI0\niZkWCVTi9TUL0XNwn/IOsCJH+UgLelhCdQOsJ8ZLkw82kxjCX/Z8lARHCdNT\nEnnw\r\n=7BGj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c5f143b9d916ce9551fd7c1ebd2df5b68c0d8dbd","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.33_1585448056818_0.08756753195146394","host":"s3://npm-registry-packages"}},"0.8.0-rc.34":{"name":"fundamental-styles","version":"0.8.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6e09e05a1e2817759bd4ddbc8ae4f88929138ddf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.34.tgz","fileCount":77,"integrity":"sha512-oTxn4OkoEEq1+KvEgg09Yu9jlASQ1/rYvM/6NEOPuB/HyqWU2IwdSv84tWVqBLyTXytf8VtUtEY3GUD4ddAGDA==","signatures":[{"sig":"MEUCIB5eNVEOSydqPL6l17Iaa0Jx2r5hr+62KIfTjSHVKMhlAiEA3Bn9KP7Jiqdg6n7mFtCJBorTR+HFIg74ceiIQInSuqE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1373578,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegJVBCRA9TVsSAnZWagAAE8MP/3/0+Tbm8cgc4X+CWoyP\nvNSnC0d5ox7vtHJkxU1aNHHB6IgzS6gaMaNY5QdUqCKv++SfMmgQcTn/q7Nn\ny3VgmQKSB07+GCobiAC1+7zl1d1EuWogPU5fL8m7Khnl2eU1mDqWFLsWGiF5\nJy3az58NHMii4R/jvP6hzv2e1ACUad7emfpXwukmQsBpkBGw1KPxZbxPZ4r+\ngJS7NVCW45iRrhHMj4sVRG79VNZLOdXgjWb1OThtV/psbTEy5cpd/mmreMK/\nAEjaAsGi80JKIqp3/bErcCq1HOMNP5yWHyVterUGJSkw7mHv2Fkd3dUHwd/S\n/1utwLAkbfYP4wca+rUxu4SpJ6yZ0osH7NDgeVMhdN6jRr3EAsdY0rqVYVRu\nTTPU/DrmAXpxcQpOVyLuQEqVVoMRZT2COa+Wg9Z+W016ThvXU3IpZ6ncUWPY\n3YB/tx3eNp7ZE1+Noad0YmHBj1ThJ3NDDJ7EKA2dc1r5m5vx72gkC2pSYLRi\nZmxnYn+6I0E/shbHmTqG5AhZ7NTHem9yQQ4M0FS4eF/Gh+Eh+NNU9BHMUc/Z\nm2GtzxJfzY4068d0dL2gCiXGJl2snzI/r0KwJQctQMxZw9vBelbfo4TJS5XM\nASCu+x1Jfz8x9fgoXmdKnq+n9oe+Lb+e8lhEGXPQGoxoC72Ms+oJV6wzkyMC\n8RDn\r\n=NzLx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2bdb03c9b733a595782931a45bcd1f4a50aa0354","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.34_1585485120565_0.2388368077101961","host":"s3://npm-registry-packages"}},"0.8.0-rc.35":{"name":"fundamental-styles","version":"0.8.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cadb6fb30700ed56f59ccd2de84515224f6e9df8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.35.tgz","fileCount":77,"integrity":"sha512-+pfMDphy29lTgceLcnm8DwpwcPRhWJ/BZtES4yqG1mAtjopoqiJkIevNWK7ugl1nHHnG6iwSWbsAPg9dPKkRIA==","signatures":[{"sig":"MEQCID1Aaip2Mx/RNEbVcFZuG8vVAz19vsHdtxVk5CQu+2jwAiBq/REh3vmk3j6beHB+qsJiSg++lTnzJ2fwZ0eNcsZbGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1374636,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegOvWCRA9TVsSAnZWagAAU2IQAKOdBm5rwm5/UiqKakNs\nJFJY2eYlutbIjYVF97/R/m8OEZWyDVtcUEpd2O/u+aIsQg4ADVSuS6IdHotW\nzlZMudgMN4QsyFtkOOWwD5kCI+dC74lwRHQSwNPaFDj2X9Y4AUWGuuAtQnqx\nAKAF4OgbABemkRC8xMzWnl/Gln4taEZMrIrnyCGhRzs8b/UvgpjgeuG5roQc\nKqltRA2vwYHLcCsdS1ekK6K18b+A3lVQaZABy0sOccDaCuUpKkVTW+WxO326\n3/2xb5555ZLB9ux+/KOrlnzOgy2zhznk6YWvVhMKBiCGRAFP920x3n6Kz1JW\n/RB9iGlj6G/5ohBUOrQaSN+lENmK5MhOC6Ib+WIrS/m5+cKntWy49adDlCw0\nhU14ntH9GQnqmoQVulCleA+/KHIGM8smAp+HIxYQPVRwb66nDv5U2lWlfBJ3\nJlAPSIuVgQYKs1JQg1TkZtOKvZfbS6GkAnxs1jLCLsnJhTXgX3Rwh/RncIH3\nLCPqN4TghYZFokeu2Ju65k9VAoFcE8bKV5rl6jj5BcjFCAri31dz33/0Yy+L\nWPbGmKhfbrAqPtRyojw9UQpIHd13RUc9n1CurVTuiMmWKksP0KQQ1yWVEgSL\n5JmTaFW5meLoxeuOUN3HrUFDbt5+9RewdWdnoFOP63IURFK2acb299e4R7aw\nNpsY\r\n=aDNe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4d41bc36c841d93d5fca575f9a279c671222ab3f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.35_1585507285401_0.9188343235549752","host":"s3://npm-registry-packages"}},"0.8.0-rc.36":{"name":"fundamental-styles","version":"0.8.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c115256a0a097030cb202bd5a4ecd2bc56547268","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.36.tgz","fileCount":77,"integrity":"sha512-7Rk9ZMjc6QCb+3MBtacytVNl9dfsGGqJcrYh9CuFSL/t+mk/SSrnPzmjJnWevchBYpLNJ77y6fbL2DsnT3E09Q==","signatures":[{"sig":"MEYCIQDfeiTF0Tfe9bYH/ZRrVc4avKiQcXus5u+YROHoyPifcwIhAOj7y6ANiM+C6zkGP2z5wdwdHKEVB9ePe3V4JYt5V9uW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1374970,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegc+iCRA9TVsSAnZWagAATpcP/1UM7Aa8bcCmwDZqT5xz\nnejuZ2DBKlau/86cbyx38NhVHm92HDfGaj8wXR7p/Itm7sCT4ddHkVozq8Yv\nAz8dWvVGybDgtTP7MqeojYo28NSOlh0vCcjj8iaigr0OEszColtmpI1cu0vB\n9atK9v5+KAx4/ULOo/urpM3R5SY09nMD4poMEmNW+/yA+LnEbOL0zteEM/kg\nvoJCV3X+ggxnkY6WJQzyEqA5TiPr28lk6k5sXm9fB3sVlxmQTx961sAHWkxo\ne6OFPHpG24MUiL/g9HM6f6S9twelegXHhgeRgru6U+64J/OYgAO4utGtQvdj\nREgvyePymlNjYXyoF7/Rg+8qztlhZxP1iKQYI0K8rlLX8gEgQmhum8ezeAjq\nApp+GP+m5XAhsP/orsiu6uMkhRs1qypiqXRziNxAZmK0cpTzuvWyB8vElgaj\nBXjknYEtZ/b96PkFIdOwlF2N7NdGCg/JRALWVM4nBL9dOdcnkhwc0MpgTM9f\nr9IgoFzBX72tDHnZKXXRdWTJW/R99RP0Eg2kFNeAG52X9ioNAMG79LYwh/zy\nSy9hQIi+JS0LY0Ukbrl+tuzb0V3EZApRnKsEvu58Yl2sGQK0q/ZZFbsgAdbK\nUXqocjttQZSKgbGkbF80L9YQwYjK7bTqxranWN1X5yqcyLbdkN2WEF7R08Mo\n50gN\r\n=mzp8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"42758f34b35503e766884579f871f532cf0584d1","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.36_1585565601787_0.6587846929407108","host":"s3://npm-registry-packages"}},"0.8.0-rc.37":{"name":"fundamental-styles","version":"0.8.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bd30bdc01c777b3dd7e72194874360e8f4435eac","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.37.tgz","fileCount":77,"integrity":"sha512-tM8OhAgbdnolLik80D2SytjqGDMHHEbo7jyOydLYCbXcpKyUZlUUSR+z3UZYxJOgP0nj7b8xb66NfVn0Qy5svQ==","signatures":[{"sig":"MEUCIDi8Ec+08Pr3txxvo0xwyoQjhqOVyH07tWqv6SK7xGKpAiEAnNa+7EsaxWdQRtSeNIqlYFyKiA7PV91+Hxh98stXLyk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1375297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegfwzCRA9TVsSAnZWagAAoU4P/2Caadhi2HtdFXix5Sf3\nOL7nosiTRUih62cpqMeO3yB9eW7AaDqO1zn9XeL6BHrHoNTPe4RU+IWWKXH1\npS7v/u2IjlPhzUTB+BHp72Wmg+k2Bbz6Jc56ea3WGiAthyofCFMbmQr1GNA0\nOEp8C2VZ88LGYlqmtb7+rEBkaiJjyhI57b8gl4UemHKUHSkRa8NlisquZmMU\nxTDK9akbz/8iKxkBY0tcm0GSW2tfCgkIjMiOrKZGp8SM8Zgf70qMunqyxsrk\nk/m4PgHsVktLZRWa6asYE+kdHqrGkMJ/eVUhfJm3+ZqHPG3ZMnIdWHNUo/W0\n4owxz7x5mQ2Z+xaMypDyI15kPxOMhfQdASRoRSF1a1ooeaJ+0hVjC8iG1Rpj\nHIJFCEoGP1I0O+zPfbXOogTgf+bs4i9Sc76W2wm9FG1HlG040pAGRJvzHXD0\nXRQljRJ11BAbLWBu4IWmOasvNrv8ZAQhgvKBMz8qIGGNMCA606T2EHQEAOpL\n2e3tKgw7Iv33jy7yVdLlPkFZcaJK9nzVd9FYGBgQfGFYOJFEaeCSxYS9hnWl\nDfoqOumt+4VBavdoC1GHh2TWsyasn46nqfN3CAnH+fbJ523mG5iGRogdzEkJ\n2alm5/xC5qTshB0TTjpcXLULsaHIizpd769tHyqncWQbeDtmGnCShWAd1RCR\ntBrg\r\n=O83K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"45276371fd867dfd222433d8bc7ec7ec0f63b591","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.37_1585577010828_0.9368328345192611","host":"s3://npm-registry-packages"}},"0.8.0-rc.38":{"name":"fundamental-styles","version":"0.8.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"34311cb5ccd23d8b8f4e8d7ea476fd1a4de872c1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.38.tgz","fileCount":77,"integrity":"sha512-KkqpGNz4Ixl7+bQWqS9kinT13sgmQpSi7ApkpkvqBPhaBIhyT4nmB9L3YEOd/r1phMOJLYCeHuM+ieILoNcrWg==","signatures":[{"sig":"MEYCIQD/1nEGz0xMN6COxAt3Yc5/vD5woo77uZatNvKaPX8FuAIhAPfBlZODgkGsFyro7Cp38x/2xf3Dfx7y8fFenIuPnLcp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1375669,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegf82CRA9TVsSAnZWagAAEjUQAKT7If1tsXNa0bIl6TSL\nfujJSFrH+V5vkvYN2ipmjTsAC2+7Ia2YR/2JK8/6RAbTh90iXoaA7IxSGP5S\n2q+dYYGC2ww74zaCmbOFBpXfGlhBuUSovZuQLhwqEn81LjKIqxw04eJnBPoN\nsZfmKS0aLkUdhmF4SJRktyYLJJmLpxBtwFIl4Mt1YCNcXSr7zVpj/v6xd74i\nurYgt68UwsgjVRJgm46yBvuBC4uatIpgQtIVcUASrjLJRVroYrDDsK8KTSTw\nmc4wT/8W1OWTkv80tCABQ++XgLh3XWh5K2iVbc5qMrWE3lI2faj2KnDOpARt\nMYXAVa4a9R+QczrWN0poQLRYMQbFEKEFgtY6DKIdjnJ/aLO2sG3TT01S0gy8\nTQuUT1V9rBRR0FADPdGhet39P658l3PexM4h6tFt8KempUlvIDGtpc/YufMw\nx6UvP21KPa4xyBydoYSYYSl3FVq6hzP2WBLcb4bOcSIItYmGithJjfZteSjW\ndGinNnfdLSoWAozypXye2ogX0dw1WPNH1rtLSWwoxVnAtfkNK1U1Sv0qc17v\nLmQsAyi25OcSB2naV7NaoVdl4N9eTNEYbss5aFn+3GCpN97gRwD/iduoi4Ja\nxgX/9qBfWOvIK4p1egh4OiJFslbfBdYtXMqkHFnmuPdSQFaUEQW0kIXtOcLl\n6kTs\r\n=FlFD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"33e354e604e9d756c8a681446505e600ae72ab9a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.38_1585577782232_0.8564269660854527","host":"s3://npm-registry-packages"}},"0.8.0-rc.39":{"name":"fundamental-styles","version":"0.8.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bcf9883044ff08deefac4acb67c363fb08d836e1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.39.tgz","fileCount":77,"integrity":"sha512-9sZtLjGFUkDOdT5Eo8pcojOVdbYsAat3bJBtSCgrQTFEtZM0db5w8iiGCIoxPR9qOiSZ9c7RZ3sB5iGe1R1Kyg==","signatures":[{"sig":"MEYCIQDtee33EC4gkO2dBmndrvv58/2ovjlJ91Ws7F9IBLt2dwIhAIrC1ORZpGp+Hwhst7TaSWjfY7vlAhQddINz7bX+WCaa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1375933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeggS1CRA9TVsSAnZWagAAotQP/3UB02tHYgZ3jb5lq6kt\n/aqQHFlvPd5f4sfLzMIOcbJa7UTeG/aeB9XvmL3Ju6uNh7nF0DnjK3KM1pmn\nqdFGFdrgi2reIso7+zqB3j9G36VCg0GIH0A8ZYnsugYQkg7rtcIVpDepLkgj\nOI4BW1FHYwppMuJ/KU3Jr6F8nfNON7ZHDg0uv24NlPcL13OJG+CfbclNBj+m\nZpdxmvmEQqT1/JJoIP2MMyH4gfGrOIBD/sgkM8nS7Nk+8f6KWQ1Qm9kdvJzc\nRR7+PsTgEZ1GXDz1V2Rp4k4evnt523TMBOe/EhUz+SFHdGLcHB4kQj4yE7f2\nsfKUrlk3lNjYFPTErmL0qQ21qmdV6Hz3sFyTqmTlSJkUoHZqFOw0ru5TTU6J\nnv/U0x4ImQuTqCQeOs853eZt1l6m7yAp87JcEU+Li5CSNMSWo8/MNffFYTB1\n34McVTP07svMCyiku2G0iNevQKjBcC2CzwC+z2IXnaocVmPjimMpt1iipUPL\nIfJEgoDsfu0NBdw5tL9WIJERWyt9/Kyxg9XsJ7bddTdf8QRiOXwhdoohk+4a\n3jSvtky3+WJCZ6KNZ4YbDPW/yw+MvuV82F6AyEJH2syoBkGk9n8gT5+hExBI\nDAEOxYgap3Y3amaw9qNepQgjUbynFyv5Zk5XUGFyYPhevLV2qFD5Bwd+Oysp\nsmXr\r\n=+QJt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8adfc537e23c4c677df749864c9fae64ad9b4367","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.39_1585579188977_0.4286802162293537","host":"s3://npm-registry-packages"}},"0.8.0-rc.40":{"name":"fundamental-styles","version":"0.8.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e779a63a2eaa53d509e21a50e8ef26322ad05910","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.40.tgz","fileCount":77,"integrity":"sha512-K9TSH7dGajZIx2eBooEoiHIiLpO6quw0bUWVqISG7Nh3+TewqCBuJjSfUPWI/T+uOfOk7uz2kv84vb8po0jauQ==","signatures":[{"sig":"MEQCIB/45V1HhtFTEiHVv81L130blCNI1qRo4wEuwf50j68tAiBgft+C4mejjq+tXH8zszAqifjFLZ3JK8ZkuDvVdm9DPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1377180,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeg1NRCRA9TVsSAnZWagAA1JsP/AoVRsDrvMo+Qr/NE8yI\nUe86FNeWozkf1IwmDPEzR04xaffFK1vwmKc5aTD+QVS6dpnhFzaOHNqHMoHc\noScs/rKN24Haodvi5TcCE/YrWdXPcBG3MhoWXmMl1joh2Yxu4X5sI5R57kTw\nxP3ezqjhOmJ2agOG8QEieROn4a1iJ0ypt7W7vYKKK8de2wjAQ/qgqvBXPDzN\nzG6k96UPh6Yino7PJBNsqKn4R9SHudUIyvB9mnU1IKfbvi3YFCKqCbjdlOKh\nj45t51/4oc1rGbzFyDBz+GTe2gQzHeN3wnuyv2WpMlP/+ePyRipCZWXfkn50\nhDVeYc5d+mrxueVy2QgJ4e7ixxwvKxuSNDiHMPtcjI2Io+5lDjUMmQ2GBzKJ\ndvcpmZRDh8QKyMb+9XHfraYMqrQFqtvps+rwuzcZ8X3EfL4ZKqgumqMkfP5Y\n39ksj+p33pOMxSTxb1SP0i7aN5SlC/2H4gKyVBPRrQdRXj32LnHhZMhP4D3d\nW5zA/iGkZH+xcBeJ3WcV3arbbhdJVkAd6hrtETWjg3Tqc5BZO6QcyQVUvjX4\n+IeAzOXO9w97LSjwbYkm7zrEywMJIOpcN+3jKo08N9L8a1tNYAqQsEeluAMt\nBIKZN9iiekBlso6GSQAATbpppfJ5RJiV8cBPiQdesbRNKVDaLKUkODBVJOkI\nRBra\r\n=zsgw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"abb4603a7b1b37f347d0e9c6edac5e4655fcfc05","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.40_1585664849260_0.00613717165828942","host":"s3://npm-registry-packages"}},"0.8.0-rc.41":{"name":"fundamental-styles","version":"0.8.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"55bc548a150e90c307d1021a15eb4d01d7db8c15","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.41.tgz","fileCount":78,"integrity":"sha512-1IE60wz9tjzMgSsItO8TL6fusbTjY3How1sQab7RpMQ27CP9orQayuJABDAQkhnsVRwCGUvhOhT7sDBw486eVw==","signatures":[{"sig":"MEUCIQDOuGUYnZNjdPjlECeiZyE/anIlyPli2C89zsDbRb9Q7wIgYKufa12Wj57dA10J4fxxAzsqmt5yhyWUXHwgR8ARxcM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1401817,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeg1uNCRA9TVsSAnZWagAAzlEQAJV1hmDb9gz4Pqw2fv6t\nnzKBr4UdLoH6kHg1sYmOaQmy0Nync/dYNXuW1aqTxOOjTKBH6nDSX2BKjovd\njmGf0YgxY/xYJ9kaFePROkfAW400Q7VECn1oAEl2T9PW+kRiIew9TtDF3+CE\nT8Br3CWypKTUM8I47WuZrXmTwyPUAA8wwxwyUnaEiKQFI/yUCEi3nBm5xOgG\nxazCTs//fpppPahGmDEGfIcJd0qxfgIei0DGyDI++cT/msOp4P1CSuRz6hsm\nbqEAn+0y7sax4i62il+vLHemDOfxJ57/TUCGx2N7dVAmIYw8hkQUxN/UMemj\nub9mSNz8vHxR/+Jl8Pcf5s9TH01mwovgVszda/knKl48jnNdDnp40zwK1E/3\nL5uBN7mMZDAUm0DOqzBPv0LBOohTW6qr+Z+Gs+Tx1ImN6f0ulAaG3nqfj9eU\nTwbmySwRaMvZuP8Cqwrd3SzKcF6LtPabKCZbwj/Cr+0rXInAZib4o6v/+zU6\n2VQBusukDhVDVTPBaK4wp+NqEHPZtG6olBgDmSG0nz3qxurLbVQPykNgUUkd\nBPvFtd0C25swz3u86WJNWo/eV0DGhjf6uuiTbdw6KFoz1l1807UFDjR3fNOF\n3d/+aP0HB+TMd3HXUam4vVxX/qWQlP2yvrbHxPSGbJWUp9PeyG6gGvzCqtos\njKbp\r\n=Nhnu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6f65ebba8ec6120bb830d8b58abaf70a9939c57c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.41_1585666956707_0.1448937961545067","host":"s3://npm-registry-packages"}},"0.8.0-rc.42":{"name":"fundamental-styles","version":"0.8.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3a7f6c94e9327e86f1658d2a9fcc8394bc07710f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.42.tgz","fileCount":78,"integrity":"sha512-qE1uIFRkiF8x/n2LUnZQhqwpFmqjzOVLfL0PLJwiX5WpPRhtMHC2fKtetMLCgO412Pk4ff7GrioeDUR/K9SSnw==","signatures":[{"sig":"MEUCIQCtnPOg3UmJvgYa6uammOju1Z2cHbtI4WPDg+9upq3EJAIgQBVgZk5Q1PRYbEADxrjiNihIG/pNwzaOjY7o9r3G4Wc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1401810,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeg1/CCRA9TVsSAnZWagAA3RkP/3Xfbv4/rjEerF5jLFWx\nGyfvDJ3ZtaGdzbdBTuFQtkYZSuPEwACq5ukpvCS9tkZ65Tb+pvms+gc3GiMA\nkxqveqeUEl1dojpFZVay94MXQUsGYi1IKvQiXovfV4WcE7ZT7B8VIW9pW3/M\nyQaTWwoanXcdOisZoxuWBhEH9zM7c6QjO34nmE5gbLCw3kIHvtxbCJP1iQMn\nDgXAm4gf8nwf9vfYz/faDGnqpWqNvD69MRZcMJ32BmDzC+3812RjZesWPZuk\nUVz5G4GgXVbNDZHKqwdBlVJr3MjuZd7xDQWc9dgvtQYGHX0rwLPscLgCtzLy\nZLUWxt2EHsrEdilIThzXgHRRoP9FYDFJG//omshGL3XQX+nf3NuKIsLuaaHH\nLMR5G2fb8zFPr64g02OPqy/hCw/PlPZv1EqaiwVfLsryozgQe6F0n2t2Udmx\nYQ6fu1Hv9V0U2h39TiLDL64k+6AYGtn876VALm6eERaDffWxDEfkGq/yXvds\n2h0Jwk0LjugABa0eqDY+hNyUBadbjt9pZ/YlUxGVICPE7nj80Vv8cBzKxQuU\n8/VCXrsEYE6sLywdxVVk+Ut2/qGF97w4Sk/dbAlCHHBEailrkDOL3DeOjQBl\neQeDAlwVj2WoH/Gfo4litbQPl2gUUw/E5263dD+iVT5ZgfMOzciYFIi/s8E9\nMtO4\r\n=5u9m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"70e3852e0d27d736cc34050c27ecbf7e445f1b62","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.42_1585668033511_0.31547104887038424","host":"s3://npm-registry-packages"}},"0.8.0-rc.43":{"name":"fundamental-styles","version":"0.8.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"071b2f13a3976f73c5d9db2d4f380b3ea9a7bfa8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0-rc.43.tgz","fileCount":78,"integrity":"sha512-4Cfcq6HjlQ2yFypuqyZm/zmePEBemHk0/T2RaIzKHrBDpj56qHutvzKzZRFIjeYKUt0DjvCZznKf0bHPb1z6RQ==","signatures":[{"sig":"MEUCIGct8LEqYKbiRotjpZbQMS84k453NWgh6Dr6VwU/IvpwAiEAkrYsR4mJbpXmxKuWYWHR2d0QI6TPQey5p6/SC2IPJfY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1401946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeg3fDCRA9TVsSAnZWagAAKv0P/iVgIAIbvN/Rtb9imvad\n5rXQIADo9j8Jf7iw1Bc7nbGIGf4/Uz6UxwaBqt0YOW1bZZ259EPJjQU5lmI9\nctsLBjrKhtxrNTA9qcDTLSixe3KpIztQ9dTyttW3YwVIBCB7k0pN4mETaB/Y\ncXDXrGLKXuRFCWot2hBMbQBX+sdKs6Uayx0Lmmn0ZSlcTm1jehdmrTQ/1b34\naOdUACQQDwcG7DDdtFJjGSgywT1ftbeQsj7MPhhQ5m7TYpdzFT4ZLTvsNewm\nZhyKT4qCHPoO4iX+/yos2Hh4eLbjxqsj19t9opvNBEEE6EwI+ogbJ/vvbhml\njzmyO4UFVT9dYZKaIrzflf7uVQ1BgoWcyP6TgrY+aSwCMxA4O2T3pchkZxBo\nDGIbrg0btEqw48x86o6VPkB+X7UqJ2/jV36MqtNIeUSpyLsUCU7cQ3SLRP/g\nuErsdIc2DyyarsdB/VrMmUMP+2adB0iHNB63t7GUnUW4xQOR2oxV+oT3sqkO\nCHHctw/HTHNQJmu+ovkFVasDHSdVmiwoxKK/203DsQLy+BnMqxfU8KyTtDf4\ne2Z06NaohZl0GIk9SKsQNhXuSqhUseaj98fRGtcLffAzFYZYw8r7pySjXncm\n/IyOOWjzukKfG1xQI1taXo8lDgInKEjrTcSJU9im3J/c/bnmR781199nFOHx\neYud\r\n=6kHP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"fab9f69fa714c51bdeb5522673252a8fdd0f35d5","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0-rc.43_1585674178938_0.24365600944000998","host":"s3://npm-registry-packages"}},"0.8.0":{"name":"fundamental-styles","version":"0.8.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fca06873115beb7d89fd54d7d3008d620e95701b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.0.tgz","fileCount":78,"integrity":"sha512-4WZXeQiqZ2ufBtnywG3L607WTrMvlzA4A19mFZfe9+oWY3XQhAJBxBazz6UFBMMC4MYypRjNpGKRwpLakZZwkA==","signatures":[{"sig":"MEYCIQDGm7K3DbFzJ9TwiVtMmtieMwNdiGuY4baT/u4hcUVjsAIhANG0fynKrLn/iNsjcDIp4hCMa5qXms3yAFWUM77sMIzf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1401652,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeg3rPCRA9TVsSAnZWagAAZk4P/jtTnwWHzkGNdlJmhmQy\ni2qHfUZ7+c+FzMcRi/dIVpvxt5S0XzGSawdlLFifYhRhj4Rp5MDQXfEvhJWK\nfhXwAmMkh6BSvBSCzJK2OaLytQUFd8LbJPLFDv4QHPDOQhWxyQgPz4WkugzC\nN61ryDzGUvf4QitB9zC74nYGg4wPBiFkg6WR1GcWirfn7Vj3bOnoMoC8pUud\nDpXTELf8zv1776ELG5Y8nkLI4iODWhNddlpBu5FDR8DPJOLbuYxvWeiMRQGj\nm4bHHZAHbTXdBV5cr92KiFHiNiOtzZeVTcIzcsdjINh4YKI2tPr5tFV++eoY\nHxIYlILaN2q2JhZffzOMDpDhPDVLdKW4tCRI4rv1wL2PfLl5DblD7PG3fnhU\nWDTJ2kzkMlPsmdCMnvOhaF+ldkInYMkHbx+8/wPqlxgOofGMHXh47B3i/jiw\nZRNZShoO9Dz8jNhCYeUkp+1vwksTXrLYnwKQNTf6tX7NT93SE0n9ibFW8RPR\n/3dtV8wHSRZbPG4fdf6z/DJrDjeNN8gG1WkHiFyi1Dcp77i+6+UgrJLTmaQf\n5hfDG/oZd8/mI4pWkXlMDkR2VLGaqTc4Xdmi6ywQIPOZca6bDHgFAguyE44r\nv/Dn8YbDH4XxcViLSeLsff28VAUJrKl5/eABXc+s/t50+Gy+r13K54jnKMcY\nxdu1\r\n=UVgN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7c53019411d7f98df19e73f0cfb16081b33c652d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.0_1585674958909_0.3522377942370558","host":"s3://npm-registry-packages"}},"0.8.1-rc.0":{"name":"fundamental-styles","version":"0.8.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7563a38a78bbfaec6f3f024661886775b7bccfdb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.1-rc.0.tgz","fileCount":78,"integrity":"sha512-KwxRw+QiwstjL/x5B57sqktzbblHZFq/qiJ936eNIsyYSY68A8DeNwYOcjVicsPR7oAOHqTGulRQHit0r56V9A==","signatures":[{"sig":"MEUCIQDxJ1EJit3a5E66//wKtT3bs7fzjrwFB3BkvVOmRDZ+EgIgMc/u7eKlzzRT4I1oT7bglNunIoubZpfi/VatObSflAA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1402127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehHkxCRA9TVsSAnZWagAAc34P/RzP8r/R9ieXQiwfQNCb\nAgL7JizqkfunBajCiVaDrT+lFhpEXAuOH0APlkiSur57+rftBrjAAjKNamGH\nOhvvT0ABZNzYR3OigSV2vfixFdi2taFAygkyaxRUY6K50F7ETc00mkTTHCQI\n3Eh5Bhc8lsPT85iwWlCOIB/2lvZ4LY5hhFC58+50OEv7SEIetl+WC7BmshLk\nuXj60c25xsHFOAmhmCynC1tWQ6Qk722etFvlSuzjJHqz3eGvX4tL3GztIGY1\nVWAlYS0FL33m2e2dVxZTCq/6yEMCiDFE21m1topqMMrE8LlSWZ5O3uFHMoi7\nwXfC/RvAq4zT428KvDgiiPeSrHBhRz+3XuEHV1IpCHPcv2/2WM1IWHmirANK\nfetEIrnCXxBES+FVZ3OUrzZDfVms5WcdCQSseK1Pc3JeQ7GI9kpVKKHsMzri\nf9f0Lbxrf61NuTUKW6wdIIIyMleAzuYnW2JjeXsheG1RPdY4S+IewMJScvgz\noXsTeriUyMX38RWPfz0SDDqLT0DhhhayknBC0z05h/7VCESGugczoDoHUU71\nRdJ0d32K0N87lWIusYss6v7ynlfcXzuY6aHnAz68n2Z24KIdfUDNdAnYcnuR\nYLeryq/Zul3VUoU16blGw+IKjnoTaFACpxTpyi2tJIe3sooRAUxTheIK5tnR\nG8R6\r\n=4IWx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e633216a2e86d826572d22d8169f712df13f1108","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.1-rc.0_1585740080678_0.8714920387391367","host":"s3://npm-registry-packages"}},"0.8.1-rc.1":{"name":"fundamental-styles","version":"0.8.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c431d93ba2e4810965d4f26019afe57e1182b903","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.1-rc.1.tgz","fileCount":78,"integrity":"sha512-XW0No2TRqhvPV2FqVAktZS1r1XZfyXu6WL7kmJ9XXTGIUjEIA0tGIq2bXID/JnQxxm/HE5TGmoyHAXllmK4sBw==","signatures":[{"sig":"MEYCIQDPDBK/hqkgycxsumXwTbHlbhkM9od3RSZUwz9wXQv+DwIhAMsJFtWWct2j8aDknlg995Hem9+k8aTZ4sTpW5X2+2mf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1402262,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehHt9CRA9TVsSAnZWagAAI+oQAJxOmBrA+YXgFU5vNkhz\noD38basrobTQJkKbSJXu8LrhsTu53+cx/0dXT8SEeQCQ2Y6X3rApUm8MK8CD\nOuBSENrf9HTMjmxRXjsRhA8JyyB8hpbirnk6MS3t/I90k8p3dlQ6z/OqzQDZ\nc0JSnjtxW1lX1FqHRy1HmYzuRH45hNfxPUeDngbt/0h5bODmKesV7paecM94\nThYEd9azYQaVNLAOyAKGboJoSBueCD3oAH3eP5egpkckeW1cR7wrmnwmm8jC\nJ0rOdA145acRoxDQ1W6TqlyC/ntbKwGgmKeKdDgq/iJv5N8neocZ7D/Vb8ZC\njAvUhMJkVAmu6oNOmfzaZMGsPByXQw0+3jfx1pxYoJjRI1ycVQIImR1+Cpsy\nCFVeEuHLreuds8K1bSw7ks5cOklXETRY0kIQCU2WfRxGjfyEWekT62R1X9Sf\ne5Kg+ky3SifzXUrYvCGu6QhBeoyFXrK+OuhKIHeBixy9E+z23AAyUUUFhM7U\nudcg/EV067ax4V4+z10frxNsBn8L3VQ52Ot51JNjxPmYupgGq9L/UZ6ENkLV\n8L2SmkJhZBuWio84ruJ7xyP1rZQNL5Y/vIkbgCmG28qPpDflCZedkdPBXVGR\ncWsVnTayrMsAjul18/uifYsBN+CQkCjsCuCeUPXgFfDZVYczsHo34NWe9bwv\nlRNo\r\n=bJNA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d25544e59e995bf45dbd69c7db7f0b7cd7ed06d7","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.1-rc.1_1585740668627_0.6427950948082171","host":"s3://npm-registry-packages"}},"0.8.1-rc.2":{"name":"fundamental-styles","version":"0.8.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2d961981dc21250711bb4661716d963ce42bf47a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.1-rc.2.tgz","fileCount":78,"integrity":"sha512-upysefdSATPm8uPO0n7rrh4wLz5ebEa7Am+XnXXpfWVwPTYBs1vIWG9IsxVOd/tUqscawl5CFL3nnuMaF3i0Tw==","signatures":[{"sig":"MEYCIQD3pflSBuOxcNanvdbFqqu2MvzxePQcwGFy19Gq6elmBAIhALdb6JkB+/eiVZiHgapPN/GCMMtcKIn8A1jF9fOsJm5H","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1402397,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehH3LCRA9TVsSAnZWagAAL+AP/1zqqhVDf+RJGO3+f7KF\nSpfGOarnzi6tC0XfbSb9zGPYq3mdiEAxpI1B3AcK8A8hb6soGyCDKVnmQc28\nEXjSQpvj3VxjejvZIGO/nyr8WdedVNvEZV+kTYQzEHeHQYxOvxGs2ywk09GY\n9HxhX0GvaqwAzPpSJ0I/JKkjFKEHmvPfO54wUmrmpWe0X/mfH1PQxWJfdKbG\nbTdaqlQvAwlNBwEkEtCg2hct5uBkVVRSwAbZ1DleVv9NBJ99/V/I/j8/Cjem\nm1RHgtwb0xWruVTk73kA2puEc1HHxuLr4BDK01VjP3z6AuB3PlbABIi9tkos\nohSDdThQxppuiyv26tfm7tIz0AXxLxfTfmmAxvQFIVQwNavv32BHi5xmQiSY\n+pNpaU1POKT8ElLy43Gqdyq0jrNrGm2nEpQaNiHXKcl3qo+5yKFO+n/uS0Y2\noINK7xhqtQq1rw4NrPar63O83OUYu4LuBPVkL1+WhnUgeFn1qYy8+df8nyR7\nQBH4cSQxg2QTY8R5N1oEw4XOpWR+FEMdvMUyc+EdQDd58vHXNFW7MmGqyp0/\ncIt063sL3rmZT2I839PEOvjR8L0/mfANeq3inueU/grozoLhf9J3lTp/v+tc\nwN709e4tnZ+8CgfHpE221Nj2++7Msy40ou5fzWhfIcXqT1wjLbSWbWm1M70P\nGDay\r\n=A1ew\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"798ce54c1c13e116f3c83ac26d398c323204b555","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.1-rc.2_1585741259084_0.7500441114847041","host":"s3://npm-registry-packages"}},"0.8.1-rc.3":{"name":"fundamental-styles","version":"0.8.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e401ce3b9985e7a468ee9a056baee8e54bb2edfd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.1-rc.3.tgz","fileCount":78,"integrity":"sha512-OoMuN4jEB3djL0WAXNBjdOY55aTsUizfeU8mpeGLIJqrRTqcWVIPNN3IBQgt6k9uobsIlx6O8/p7lqhJ0QpFWQ==","signatures":[{"sig":"MEQCIFTRHI5ZmmeeaS1wb8s58VSLfSJt5l+/UxAttiVbIaUWAiBSRkXvm1N/FSatg0dJNpgHOPMlZEvp8u4tpNNB5L9+GA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1402532,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehIsBCRA9TVsSAnZWagAARg8P+QGaFFD/oAqgeDDFFSyd\nTupUKMYprUbBu/4yYOFmadYA6LKGKCqNBRcNU0DKtG0ejGfLPlYAC247nIBL\nu75ELB2ZP2HSEsSbdUHc1G0mfx+jJe+wHntdd6VkQsiPB1nxA77ISiUs2LrY\n1hFS3CjPJNwc+IgJKMkhFn05xueKuhx91X3lWYSE7+z7ulBHRntY2DOuTcrK\nB05/URqYN+2W+1n6NqsW7Wz0trkW3TnDqByqt1l6R9pZxrns3TxjAI5EDBBZ\nodQdMgJUU6x0GAtE/yywpEWjWL9A2hM6Ch2vICgjv9uIMNeqwd7UGJ6IEvoM\nv3rTRCsRxS3eMxJgB348Mu3vopOrs5mF5GD/wsbVWLfQNUNchTjw0+Qop1Wq\nCPmXpp26PbpW8Sm8NmTWNO/EFPR4/cNA+KcKXpmTXa3luNNocpYco3qhPI5/\nqDv9WsBBHv8/DuUWm6rxGHL4soRzSY+7xt8aby6jv0vbTFRuXqdQNbyjJPs/\ndKkNSMsyfrfqH5cHFsIFBiRsFwUvjaJ6GzCGr2tNaAdJCi11/Baq3emji8c7\nflkn6D/1oz7MKTAMUk7jTkBc+TLPCVx/KvqI4LLbFy26PsH44C95ZPvmTzWN\nhbDlnBxJWy8pAUIJDM6M8dL0JhHdlU0ybmBruHlp1NqROwo/Sz9bYDz4sDxw\n12G/\r\n=NzUi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9f0f80d78bee5defa0037cc8140d17be13a77bec","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.1-rc.3_1585744640860_0.13142423150004667","host":"s3://npm-registry-packages"}},"0.8.1-rc.4":{"name":"fundamental-styles","version":"0.8.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"858fa28d40e2746ad9cd58f7f362bac4279ccd52","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.1-rc.4.tgz","fileCount":78,"integrity":"sha512-xq8IrRUsb4M+YhUWR+fTfW+tW9DMlPGEcGACXuddoO6/a53vIkkNE2QFteP8nCv6oE1UK4+hmpMlsYCbCSRDVQ==","signatures":[{"sig":"MEUCIHFsNTmly+JC6f1GbY8Feiolvne2ndkx+ostUK2MOLsRAiEA92SdQtJkwIva9j4b2NsKor3V7MDzNZt2AL6DoE2WBhE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1402933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehLGcCRA9TVsSAnZWagAAY1kP/j66/Y3OB8jSwn9z9yNd\nSgfKbvU3+l2pkMcUXTr0tDNlQCePrVuLT7cW8/v6fNhhezojGiPEXAwuvLys\nZ/2k0dZNmRtcCwWjlS+j7SJTsJrUXPUajD1UTMulIYRLNQGXm+Z4dc59KAcx\nBGoU7Hl/rERQGHmN1N8xNKQ2gvZ44UztgjClwvxlX+h4fc4xk53fRh5fULMT\ndP0UEgd3gz2f9PG37q7lMYgO5zDk5nbP/A30ZRKAT5Zd4PCKgOKgOkIc1BG1\np8LLF22sittApjk61qEeNPnfABw8PnoHWL43kGH0/op/4pR3DA74L4HLa3i/\nBtCm8H1VpaYwipjgRHFB0zqOAaPn/zDihJOHMHGTR5YffgParCkeOc6rrnA+\ndIuicy3PgeDb3kj6XhcdVt/WiMmWapfRHhNu8eSbfx1EFSZHtJTdoFvgovTw\nWXvGqfsg/GwY1uJPYNxYTtBkJ5WX/eqSgScw5/aTf2O/vX2u6UdqfXljH4Jq\n1fGE0mlITRAB/cREwVcHFgsbPaJvNtGVETDCqsuXJ3UYsZqxLmkjT6rC9531\njrnCwo2TAiYWLiTecCxCxlmhRV96PN1zunXQUPbnvkS0giFXQjvYJ8m13EaI\n4e+4/OGFNK+u3KDsNaHFH60q4RY3DkcqoY+KhwxACrPGIlSU7oJ8QbbtNcwQ\nN1cN\r\n=2MLo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c8036ec141a293784e0a946bdf493c2d8130710c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.1-rc.4_1585754524161_0.767021932976802","host":"s3://npm-registry-packages"}},"0.8.1-rc.5":{"name":"fundamental-styles","version":"0.8.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a961cb7d9ed3cfa4d713570f3345843e502b65e6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.1-rc.5.tgz","fileCount":78,"integrity":"sha512-Ki+8I2g56nI+/YtBLVlA0qVVkpGVgpbFP/vu8fYx5Zwt8JoWL02d9SB7cKc8LyX0Q8tVZXNpMnBe09xYbEc2gA==","signatures":[{"sig":"MEUCIQCnQyL2nbVJEyaBJJi9KoqaYAFYb2mAmStMF6GmcvFybwIgccSB2QrPdvQvuLTieQZrYiDYbdsufY9RUyKwhqM+Y90=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1404971,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehO/cCRA9TVsSAnZWagAAtJ0P/jfUbWFdRRdOI2bxt9ae\nDPNrCXkXI2kq/vL0sY5+4LORyB+5gcTbrSzPHw4hqpsmFEeZ9yXEtlZHjdOS\nUFP+/U1xl5tgMerGu+tkdQ+y/GcCpGPMN64/s+E0PEzMj7iP5efNYCFFdvKQ\n27MR7Aqz22fucyC2Hd4Al90R2n8+q+l3RoCYT2qOLvdIbgPkq5UDJ5DP/0Y8\nsJJKnJTVgfvjPNDW//OIKy0aj2QO/w6L1PiJLG8BirC4/IYr25kZmPbVhSaH\n5AU/DCBPM231i+yOwXUg6QTckyFNJGd796Odm9ehppDiH/8Sb6DqB14rNQNs\ncZlN/KRgu1KeD0aELE8RGj4YaOb1N9s0XBg3UFe8x7vIri3yNmwLJ9GO3c2t\nWIUuWVJgf3Nempmp9tqbx6raBnX95Thf9dQkAf/SE3UaDzZmAT1I/86Dt7qQ\nw+4ip9A5QGnSgVLf2CxiH/WkYORcwsRxM5kdggYQIkwiuN7dD031wvgAux0u\nsxp8DAUMfCqPSP2ANaEUmoW+cPq/OQPbTE5DYCZmkPHwzmnWNe+Wp6a/Nw26\n/uYFpGc4J1InM8cppH3fKyaisLsNUUCm0QatiPKY6idcatl91Ywvct1jxr0Z\nMXOyCSLqDJ4Rer4W8bUXnvmeqKcX0iL3VZcxA9SfSF2h8jtXbjQ+KPR3cnpY\nkBM9\r\n=WJ9c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2c6d0d863ee1db59755916253ae71bfbfdc750e3","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.1-rc.5_1585770459597_0.3561327401735701","host":"s3://npm-registry-packages"}},"0.8.1-rc.6":{"name":"fundamental-styles","version":"0.8.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d96162a197ee56cde1abf62e81235c4b023074f3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.1-rc.6.tgz","fileCount":78,"integrity":"sha512-WKOZz4gl8hxyKVGe7PJbJedLV9g4+fqnT070oY5BkVtId7JlRyyQXaIM4RirfpxkfKtKZiPrXjVTEbcXZM9laA==","signatures":[{"sig":"MEYCIQCfOgl+ymMeLBqvtRQKSUcmV6jD2uosyP9OuatQaue6mQIhAJoeoiizSRgqFl22bOtq3jtQn6ZHRJpnL6K0Re4+Fd0s","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1405279,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehSrOCRA9TVsSAnZWagAAQykP/A6Q22S5Njtjpy8svZvV\nK9yWjjn2r6+YV0SbgofHRTqMfWr44HTJcBN9QGJg46t/rQsjUoH27mF/g4L5\nuFZUSspbrLWN9Zyq1nfmRkAHDaR9NQD3LwhnLBjo7lX6+v4xxs2IagzZJIOw\n5MpL8DK+cfuuz0/tp0apZeAoEZPwogUzT1sfn5K1kGfgNbjVBUgwOSg8rHnx\n5/50kXvFuhAfc7BJsPQ6CL1rKLmdsZ6GazTTiY0YQWq5Ew+4TAbh5L4ZeWP5\nnJdroJi2Xwt8ah999AYs3LVxgP2iB8SaTZ2tKdW+DG8rKtBGDMygt82Ai002\nzQdNOQQirA4Kj9CdaS+6/TzZ7jdFQnpDDn2V/hLmAzvZh6Y3de1PNJImkTVr\nlWbAqyPDTe+SR58ofKRwtJbam8s/O0wOOBRx57FfZ0su9A8SYktK2ZF9IFSO\nj1kGWDOBgOJpv1U4iluUYGG5evq79zZTI83gusj9JwUeLJz0uvZl427z7NVS\nc7L6zI/tlgHkgHsdumYwC3RdoqCGtg1kkWiQy/cp03Wdt5Fk5V50wbtLeGFA\n6Tgvny2s7KdaxinAB1tc+jzCCWyYhau7usSWkfNDlrcFNF63N/qT2VLyVd2e\ng6kJJIBh4PXJGYJqjhv+m2QxovemugmL0j7M8c4bgOFmg715nITkt8Mdcahw\nPta1\r\n=5h6R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e1daf86eab791039b65edf445c7fde9a661c56fa","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.1-rc.6_1585785549858_0.30918124810775716","host":"s3://npm-registry-packages"}},"0.8.1":{"name":"fundamental-styles","version":"0.8.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4f3686bc00794e86a3873ec99c02ab91db2e00c0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.1.tgz","fileCount":78,"integrity":"sha512-lP29Hi4esdf9lOa3l1uMncTjnROR9sLjxM27InrztADa228H8Ry5LRqI7nJJTEfqo/e53QKVRjbZo3B1+hqqFg==","signatures":[{"sig":"MEYCIQCX+dPeiAj1hKjsBboEL5EF8IhPpQqoFV8PFd8w9kpMywIhALlWiw79XX0CGLQsmXXOn4eBFs8XB5ymFBJaOqKpKTar","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1405033,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehS4dCRA9TVsSAnZWagAAzuMP/RHidRCmPLjY69kb/pI5\nZsOqtSRxgaJr4ai9fwi4/nBlc83k2DrOylDnphFh+42WCQccpQvZZzkNTrUu\np8w34ROX99VFaXBQzMX0WDzdPt5tm35H481KFkn2vg45MMbU0p3M0AWEat1Y\nW/3yhpEf+npMxmXsUGY33pkJpEJGRDPkA+D1HsE/gkK6P1Bwf8SRMrZPvT4X\n7mAJ8J74ySFq2CpIVehRvjKvKzDco+JO0LHjH0IHmAcmNlrPNLtFapl8lKe7\nhiTK/E0iRG891eIP0Q87PClUDuW6OKqfW1zKMcmZuU6u4lup4lQL2w8feyZr\nWE2nqADeG3rahRTLyFOXXoFczWc8ZBFB9I9YRtnWa/rbUf2v9TNin+A0t4A+\n7L4ZRORUFRn7CacTgJIksGC/ADP3CtKs2tUUs9srW5V+CfWS6OMmwXGEBpdl\nno+xRcuNTvhYB7IbZLJCk8o12Tw0EBqk/iGKyvUgXx2jvMwkcD0ipYW6UHP9\nOC12cbNY7KdG0eAoHgqSvVcc64pzENLakxXInK49rz+4Ugxjoxvbdyp8bDu8\niRSKgQr3W7605tA/ZGjzGu/1fwFCp1EJhz62VhkpblebJIvvYRBrN1OdeDP4\n86+zfOLx9SkniPz/RW2BYWGDGU9q3/2/rg3qSLkL+8T4H0skaAwQnyyhxZ0f\nPGM5\r\n=92e/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"08c87ec8639765d82e28bf3f8da72d37ae6cc0dc","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.1_1585786396780_0.6031854214885868","host":"s3://npm-registry-packages"}},"0.8.2-rc.0":{"name":"fundamental-styles","version":"0.8.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"15ac465552d995cea7504fb48bc121073b830be2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.2-rc.0.tgz","fileCount":78,"integrity":"sha512-RVmnZKtLFNp+XbMtmJAd6as3bdZt8is0xFURBYDO0OzxGWpUlsSc48k2WClDbPS7ee0G9HLy+wF5Aag6TCRRwA==","signatures":[{"sig":"MEYCIQCCwPQ7ASy4ciR2uTDr+o0MUb8HD+6jfx7WdQCnEc19NwIhAM8tn4ta+wHE0La4BcZRpvJQ5gqmGAguHm5g4TSUH6Qt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1405529,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehznVCRA9TVsSAnZWagAAarMP/imNtbEfmPJ7vTjBUAud\ntEcnRyGK0tVlJ3CJCwJd7mXJbuM5xX8bUe+uJcFV3aDWY+qWl+4bZ1UTD0rQ\nIO56h128XMkngcR3tArJRlpqgBcm5ywRMG1BP0LTG44Z5wntlGKOWxDwvny1\nhbDgHP2gRlI4SMVMTaBrlPP+xPTV0Wse6J5bhk3tw2Y/zNxpe9pYj32H21sJ\nGQEJ7aEfSzIHJRWVKlIh6/sAO8w731J5AhLzkcWnY4Gp5xNISxWAnYQLgQ9U\n9IIFlzXi2ybNiTjcT3yQjyc5HTVnXE7A5re5TfeKLanNMxGICtRYyF8p1g8O\nLasieP2Q0ynlYk01MN2BfGxhF9tnZ4hT37ytNjY6/NyPZ0nNTYQgjGelJ1VC\njQxjTbWqzHYMI7FnvxVXGuqCkJ91/etXdvkX+78P72/Uv8PoFlrANS6R0S9c\naBkSIaiN1U4CDVzSxEyeAisrsWbkXAApebxZO7IPRquFVabWAgRQ6CPPrQFC\nT3IUc2ziNWTktMXlKaKXaUOdOKhGmnWBwDYqH/HmqiaJEqRb1QkCgGUozUz8\nKQtTN7Ce+hQoPGd+fKsNhwd0SqalP1+Dk+V30UskK5RWu6eZjX19yxqNWzo/\nC8dNqqSAMomQXS0iF5bTNODGndwRiKztTPcZRfCo+hKCMCTloTAT1O8a4XT/\nMnlj\r\n=5zFS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b77b447e157b9c9eb013d68d2a413edc2eebfa09","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.2-rc.0_1585920468605_0.08541044106278717","host":"s3://npm-registry-packages"}},"0.8.2-rc.1":{"name":"fundamental-styles","version":"0.8.2-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.2-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"90b2b47d63fb76e8b2826a8187eba11f7d4b9e48","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.2-rc.1.tgz","fileCount":78,"integrity":"sha512-slPjaXrD/p//KICcazk5Tp18sv1E/CeFBdkPmlzGHRTH+qzvXl7QcXVW1TdmMWAAZJXeN5qnhNVwxrplx+9rog==","signatures":[{"sig":"MEQCIAjR/A8QG0V+/WA3z3Th99BLQeUIBarp97NV8/GIaqehAiAgbEOQEpQ0hZh4XaLg+52WPMmURJUCLZvUIe0caAxPKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1405664,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelLW2CRA9TVsSAnZWagAA7qgQAIBYvNnEfGI+v/bIYCJ8\nub/tETQdwBiAmJLnOotQ7EIgzcFr27hfnGhuxi+CMIjglxnQFtl8Xnb+14W/\nQEVmN0X2BWeSPBN7nCejbKivfS0LeNdr47qArBf0gLv0gj8t9aeDBZbyB052\nGAWNyYdD4iSxMHpEDcKhR2uwyDv6hisGZdKAegT30FbtI7Xul/Rxfa9UbOZ6\nxPycIcpnPu5Yy+5HmV3ugXD4Vm057gAEoB+kqWCZhZ/cERAMOTVXEa7P58Cc\nGHjHcVyLcN7b97C0WA0wT75c+T611ohs+yLiLIsgx4Mc5X55gl/YeE2wyuQL\nPFnc9urArOg8RadIiL+nb6rsQ+tSnvyhtMXsFEEPlNeFl7nUaPYAjMjk9MMF\n3aWLLowJMuZ7j/x08AwSRufGxpKB3Mcyp2aNGMlfQ9ai8i0oHmdio4Qx5Fx+\n/W4yjaUboFLuBKAM058S7HoXw2DJq5JwR5u995wWOvkpsCac2AjBFzzNK8Ou\nfdpwG45sNIPk9tLqf8L13k3Xp8uUuFeYpo1GF30l5aHwTS/RyIx87jXKw5Bg\nLl0clvMpNnFyzuahqxu7P1aemWvkdKUtIm1QWtqgX/oO7DFMDugZh7QMyKwF\nUZnYX5T6hy4/xyNZ3DpY1qucwQsFWo+zb0KivVQzW3Z2o9nF3OS3t4cQz2wf\nO1ZD\r\n=0H5N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"10ffa7d8935907abd4c4ebdfcfe6017f76102f3c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.2-rc.1_1586804149558_0.8190548095380896","host":"s3://npm-registry-packages"}},"0.8.2-rc.2":{"name":"fundamental-styles","version":"0.8.2-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.2-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"db672585bc2b84d24a6c5c9e8125037f01b1fab9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.2-rc.2.tgz","fileCount":79,"integrity":"sha512-rRXUX48SX8wnkO/JOlNnc3oVEfvAZpkC3JTFMqb6+FCqaDkmL/jdFtNt2ch/zKwMo3yQKDCaxqgFDG+1Ae8p0w==","signatures":[{"sig":"MEUCIG39T7m4W6dsqr3Rl13cBtlcs8pGUoYryvim8TOkFO+SAiEAnm9eap8+509NoQKfetcar9D0Zob07zlML7yDGd/lyYA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1411109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelfWgCRA9TVsSAnZWagAAvb0P/03+HgxEruj8HjmhPccs\ny7B9C/066zmTvbNXLJnkTbqO23O69v0m7yZNwndXE5GBbPdHrCcRIt5kqRHj\n9z/nf+3JXubaQQn2C0TyLMIBDUvlt+O2cO1j3Uz7k3108XKnqiOTW4WvJ85r\nMAbwImt0nYDEovDGDeyAZJ2Z4B3lDQTtPbCWbLfGjalqxoE2L7GV16wKntlA\nXjYqRe+/OZ/CUj9B4YJLjv8DmUYh+98X9/3W5hkeGbYTSGo9e9UsZFKd887r\nCnummJz0VnjxpySMCX/eToVg7pQiY9R37ZAM018tfZkr+pFc9nW7VGkjwdoP\nqA6/yDzmHX58CCiho56o10xyUUXNRsr0Mu8mN7+JMp8luUxBlmT4gbh+khyI\nZkMSsAWUJnZ/Os/hlw+MdfA3VOBcWWGiyJIAEOU8iZ5vaf3W5D7dB+FiLg/n\nW581QoSZjFFwqfnd90KCWKbONn/D9lruRCiInDvysO2jy71l/Ar2Y95dM61D\n3rwRFAI14YBYAV6Y/UgtTSiWaRk1msUyfaQIB2jRdHlvL0HHvTdtKBTu4KHQ\n612qvXE/xHNiYSWKwM3c3Nij24+juTABrX4QNpQy1CxQ4dUldroSoNgo6eso\nxFjQtW3F04TKBUL/csPgnxPbh4nAn2eJyxahHFbZI+zWnKHr5fglhGgEeMNZ\ncivY\r\n=eBE+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b305bc04bf05a2f0c3dbb3f5fddc623454425188","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.2-rc.2_1586886047497_0.306892596437631","host":"s3://npm-registry-packages"}},"0.8.2-rc.3":{"name":"fundamental-styles","version":"0.8.2-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.2-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5870c29113d289f5fca91886d46b02f41f652c6a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.2-rc.3.tgz","fileCount":79,"integrity":"sha512-Cy0KObgTMowzYey+ir/ia97VBVrEQ3Wnjjeu2WNqDCMYtO9JXaUA0Sc7f3f0ZWwIKhdunvnqh3NxomTIeUV0mA==","signatures":[{"sig":"MEUCIQCwmavVjD+xNSVGK4PrbEBGATY3E1GIKPCDYVG+xTyM+QIgFFJdYY+yQ2WdH85olzHhz5B6Rf/SCIrH6x1O3lS2f2g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1411443,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemXVlCRA9TVsSAnZWagAAq3MQAI8ji+y28bb3C3+TTY1v\nVYTZuJRo9Ns2yXvOy6MWWD5r5ulvj/9oYphCawTvmEWGisil8fNR414Vq5NK\n7pIn2obNOSaC/5Emi7K8bda2kC84zXxish1Tq447fTWHw1yB8MMGOjmY8N95\ncYBI8u/LFbAWcxAWle1/4MyXtaJpLZCGTG83Vg8EelRPese+eVEP1OO8MULv\neiM9gjvSkQb5rb+gqu5RjmfdlFn6qQIb/wfkvaumzmbBaSJcg3CL0fCad7uD\n7cZSOuI/wJAcEUrpmJ01PcGrpr5Xsa6YhtEOauzEVfwU6pLnC446UY2epMc/\nFOX8zzORFZSqNJVYnnnnRUxFQRnEyChA91La9hKTa7yaDzX+kVKiZxaROpFV\nF7kIftQkmITnQeaNA/0FZ5Y0pY+4iaZiY37fZ8HDd+Y/x9BlJjVWGR17H3tF\n2Z4si+3bysc2KxvyE/CEMCLiIiUCGEMVp+UFDDQJg86CiuKF6Kr4/0g3eIJy\n3QlBEPXE7hW2YL62mto2cDAsKfkqi/3HcpwoV8zhwLW6RE53IeEnboCyS/Hj\nXmz2e6OPueFrR2XJtHzqPzE60NuSNk9R85v9bHSsepkaJb4R5MvYzUNzPdkn\n9p4SKZjSY3iv4NCSmLjMtm3e3v8tpU66dKsilMl7vXosojmHHu3qZLtbRNDC\nm8VQ\r\n=BQUs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f0cc7b3e59953734bb24954f82d04ef3f28afa3c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.2-rc.3_1587115365009_0.3029869291416263","host":"s3://npm-registry-packages"}},"0.8.2-rc.4":{"name":"fundamental-styles","version":"0.8.2-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.2-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ac5202b5326bc9b536f5d5d8184cf19b5cc22328","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.2-rc.4.tgz","fileCount":79,"integrity":"sha512-l4VEM3wVOjA+hWU+61s9RO1c0EccfkHNlXgjGNwSaLmMdXoIv/AsymkEpfgUP8OxoWFmGiCKIJEXkGKGiiuiGw==","signatures":[{"sig":"MEUCIQCSYU/wQmCIBRCuRPaFSq/KtuZJoiKmeXgbIq4M4lbPzAIgcVwRsg6Dz8OG+jBpBNrqT4J6J8+qksJyZXkIlcYWMsM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1414528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenvivCRA9TVsSAnZWagAAM/gP/1fOHHgZIgc1tmh7lTHj\n+b6Vr1vQlhieiN40YCftcN99F+SKNoE5tQ7AjfMqJ6quHZwlneO/4uXYLF/v\nMlIVpJtZ7VAOjECMyNJPvcbmLs/Asq2THxQeqiDXvqv+DVtgFvKuc/8uEgRo\nTqwBdNOQZs4NeJctmDopWp1IvhoCjow+DUpL9viiwatcNESHLWZYfM7pjkCY\n6fnuQoIqkGM4WJYRE/faFXIOgbDjgNOFYrhhr+JJcc3Ps/O4N0RcX0tSGKZZ\nG+mpTcT3cLjhf3ErYGnjvanGVXNVNQPRxkPKPByDyrdgVawC+Z8JuWUaqA0D\nNUVtuRkdAjdNuzjMlu2K6246AYhL2B2pvbidkBmYSJL8hr3n7OnpRzDF3BsZ\nklDwzdTHzBGOnqfqQFMf+Iah4bV5VvEoBYSxPcYBl/+FvA+oPH3B4n3wuL9z\nWbopdMb8YHoZoZcYyJ12xSGzh7A2TAEzaPIs3SjkIYHO1RkrJQyDlc7IgpIs\nurbP8ww0PHbjRJhumMKH5QP86Kgd3Y5hh8fRGcXzldBIuRVw82kHnXMeRYME\nxh4EOG5NdzblQH/qu0DUGD+Wk5o9LA4KifliLIEAoxPAk9m7nCa8JpffzJ28\npJPOvjat2cByLxRnQEA+nre9t+oxN7NzZGz9sVmM1na8A/qdu2CPekbEfp6A\n61Bj\r\n=vUwz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"eec4910fcb78a7c6fb40b94685119ea95d2a2cc0","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.2-rc.4_1587476655084_0.10845120015249177","host":"s3://npm-registry-packages"}},"0.8.2-rc.5":{"name":"fundamental-styles","version":"0.8.2-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.2-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"63fa26efdef48e9e54d9842427d491de1d34b727","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.2-rc.5.tgz","fileCount":79,"integrity":"sha512-X0RHTc3uaZKMMeTRcN/cvzLXVyklq1aKx+W9FGSlPbE9LTE5fHnQZNtm7nNgC3IFn6aq9SXf+Qu1CYGF+WLytw==","signatures":[{"sig":"MEQCIB7Xe5adWHqneLFVo6pjX3QxtpJx0P6Ga061IotN3cqsAiBLanVxEjfyjIOGE9f4NhpMROqsWEuAEe3VAIN4u6up6Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1415055,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJen3TGCRA9TVsSAnZWagAAziwP/1731g9VcJ5OwWstAs7V\n3NiUIgCtsiI6SDNt1p1vHiCFfxJ34Ld6dRp1UehyguX7Kihbbj+BvkcwDIsG\nc4bB7y4WpRkmgrGZFDJsA9ZhxCBuP0En/ayMHwHbfLwIk9SCMDfBVv2q8KB4\nqnzudBi7kHX5ZYcbZU0gFBGKvIfetxgyePCQ3jPD5Y1dVSKz07JQkl9cZnjk\nnbDtJIy5tPKV7TfbxWmribbK4zWrHF3zqAoUSmMMhVsQgac82PXBS9dltafg\nBe/d28SJu2tpvZHXpsd4Z2N4TU1NiFhx16XFme009gVJ2nO+G9vHujeRgmG9\n/hhVLYgTVjZ31zNiT1F9zX4CVB7tBVVz7nqQ6vCPrIpEQ5rdbQLGtMAtU5tN\nIlKlTjn5BDCc0OM/zKrTbCJY4ZYLZWGXnd1UoFAt+MkO5U+sTKAvBcrML1xW\nQIEZ5a1LthDQ70R/rlG0L2hL/WqyTkv6gD/U2D9QPSLLL0li4S5mBCLz39lj\ns6meJv55k9+hL3JDIO3lxxb9rqYWVgNbtuhx4KqaZnj6nQpxjIO79lr7Dj3Y\nmhItom1zgN/wslaS4a0C7TOX7PkAQeyf+uNdzri75Sa6GM6LiytSFc/rR6wL\np3xnBgCtS4tf7xdFMJbKrZRGhlIHSWpJx0NSKYnhPly3yZwEospfm8+nzpjU\nrRsF\r\n=Hrxj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1fa997835023565903519f4eb813d19883a529e4","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.2-rc.5_1587508421174_0.6448529009472195","host":"s3://npm-registry-packages"}},"0.8.2-rc.6":{"name":"fundamental-styles","version":"0.8.2-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.2-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"85bcba2c62ef8c209fa39c3b53ce92c80f25f774","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.2-rc.6.tgz","fileCount":79,"integrity":"sha512-HT9dUivfIKMrekB58q5nLk9CCl/vxFkM9XfF9nGl6g6Us48++mTz1YsxtuEStChaqOW7gqte18GU1QHEU0FMcA==","signatures":[{"sig":"MEQCIAEN106FciGSWe1HFApQn+Cy2i6JReyDl4SixPIeUnSuAiBY0tS0EqordPZdOj4bBBL+hkjEvpoXYbf2Cx9VlMmDcw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1435684,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeoac7CRA9TVsSAnZWagAAP3QP/1l7UGktWqm41YQ6qYsA\nYDSWmBSNmO+h1PnjtCMw9r2Crh9gIqc5Pv57ja4ERc+MxJRmVD04haJy8kYJ\nq3e9at14XhkmqccFlM8bAxomsYRKl/FucixgGePYUOCqjYa2CVBFr0ur1XSL\nsvofiWvY490OUSDqxbwTsQ4q4ecWTW2tf1cCkopSc6BfgbGBPEZ0OFEcAgT7\nLZPhiqrMeP5J5kcOx2xIpzjewXrig0hPxPY514f0aqb6ZBXHyAC/95nSXf77\nbMp2+i8x29rIjGSbsePIKpGAojmoFsDE4c5cm+Hqi2tkKHVEvWH2odNCAcZi\nqJO2T+e6WQMUveSvqrLXXzfrhNDVpd9sC2T4MPJ+VRdZsau8l0Eon7fnOLAd\n1y8DNb3QpgDhjpToftb7pPYDWpJmY2KTlaWMFIf11iGxrr1qGHFRVYNcfIgX\n+Lk1RrMu4ac5/+8jzw6Zf4bWeVvsL3wn6ekgZ48ntkQnUMyobm0O2nDrhisg\n/W7G5V5GfZD6k2QcCfg603wGH2S9bQ07liKofufZfe13XwLIionWhOxThweX\nTH3A+xPemEooda+mNpPr3ybIEJC07n5ik3XDwoVIq/U+BINjaplxBolHeUNJ\nyQ/Mq8gI3eBffn8BZFX32PUBrCF2hu+DJlBoQYJ9rJ53FLa/xQMCMn2kE/T/\nBpA5\r\n=bfGi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"10b500beeae0f9663dc92a9edc6a96878ca609b6","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.2-rc.6_1587652410521_0.09688559588741064","host":"s3://npm-registry-packages"}},"0.8.2-rc.7":{"name":"fundamental-styles","version":"0.8.2-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.2-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"34f86cac0ea2771e58ede4c6a032f3781786c8f4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.2-rc.7.tgz","fileCount":79,"integrity":"sha512-kwzwCzQcup9+g2xXs0AS8JJJYNUbPAaHzSGl+rWlFAspxbbC7UM3md5tJDny2DZa+8lV7e62O0WbK8dm66RVlA==","signatures":[{"sig":"MEUCIQDqU94cm8pv9SaUMIvFL2+J5vYmsZ5Tcmp6YYzAl1GF2QIgA1MV8NlYQJx7NwaI9/T4irhsvxn9tg1pqcW1AbGtJHM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436387,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeoingCRA9TVsSAnZWagAAE0EQAJwGDn7/eo1v7ZQbEM3U\nvr0OEZphpdbvNWi0G+wyuhoyaq1BbfxnFoDkEPKM4CbblfIoS2NREdJuOE5F\nlQrl0sEZBRgCUse8FIyOaSPyuxVjmf3disQPbGZYcX8DPq2YTVzciK5JFG1T\nxaGMPHdGcjZ9qJo4s0YThjCqXt1zOs5Z3bWWVbEbMTsU2tghTLx2fMbjEAJw\nPscmT5FMTQlxag2aCHlpLZmKUYNTFwgIPUfr6t2fSEdq03o/y4pIX5XvQlqL\nBLGZAlgdhlbqG2VrD67JG4Bv95HP+QDM4lHl897vshff8UuKROeQexHR96DT\n3AQ2JCPkOfsS1IQzCDbfdxUL1MnAlt54IbloJZ4HftXwGRRvOhyNid2+d4i7\nOdcrZCRUHhxyZnU+cZFFi7eGvZQyCi6xC3YAhyvHbk7PP6rtDxgICkUzjmmj\nLJWF5ByxerWFDw4inI/VyNjroZq9qn8cpFc/uhiif1JsqrHH/lvkPtf2GQ5X\nEwAf42HEoUTzD4USmhFBPtYC7kWjMQXLDcOuiOZUrgphBYKQ5Li7h8wHPsAS\nJSOATnLTQa0MjQfjPV3PlWMUMjaowlbKgcqnqrf/Fr7rHzx7zQKgae91IXzr\n1f32aSO2fnzZH8MyUiL3/8DT0eAmUU49W3NnZgTliO7MeoL1ebXfycR0WpvZ\nG3qk\r\n=kp5q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2a0a1a8e7d1ef9c3596bacbd64b4ff30a261f201","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.2-rc.7_1587685855622_0.028133306036027372","host":"s3://npm-registry-packages"}},"0.8.2-rc.8":{"name":"fundamental-styles","version":"0.8.2-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.2-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8ccdc2bbe60e7bad52fc470692f9274ca61286bd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.2-rc.8.tgz","fileCount":79,"integrity":"sha512-BmFpKyD/NMRLCmolKnoty2+ILIPxX9jkuOPhHwq3gYAiKKPwokvoj4WwVq9MghL4R5dr9f8ljGb32Zx3VrfEjg==","signatures":[{"sig":"MEQCIEC1vp6M/jT0CWRGTYVFdAb69bkaSPIZ3a1tJ2E4j16hAiBMm2jllqJzDFWacysVpJ8PmEskUI9apUR3aLz3KsW0oA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeop9CCRA9TVsSAnZWagAA6yUP/0KJ1wYE/KDWH/b7Dpha\n4RIBKOxnT+GgK5TVHWv5skpKt10mXSYueJtF4dEpr1l55qEsW6K6P5bosvXw\ncJnecdTbrQbjPTOGIcdvW1CaPWpZtYVgkUljKqxjoq2dSc/0mIz5ivCfNhSn\nhRhhJWKVDzu6fDPLTOfAp4D7p8e4mSfVUAA7iI2NzZmLk1iHB4De/lE5E0pE\nouzRHU0lYklpExtoZbaRAcMeS7HZarT/UqQ/3FMp9+Jr5ulqB7oWDdqWUOKu\n1KV9diWrsOsOEj0yur/+yDCZozgsr/3lgFwt0Gf+647RANiffyFWzyalRILf\nkFAYPJ3oUKOZ4PYbcNCVJ1zj4jMTqeF9hqRSI5i7moJ/39GMQnPPaI8r/AV/\nJUEAMUe7tcNrjRrMRaaqDpoZu/33zjcP7wjeJiNdsvgGCXORQqthkvPtB/PA\n74qQRtWnGM1afxOwfCiB5981IizQVJ/msi4XOw9mW1NdFe5vaMi2007YXASd\nGa94ajlQOm2t4zywPODXpGBXpzzq4tU22VbBKgpf5USXj46TnuInB8hKRm1D\npooHKfpkOnd8JRXQUmO8swAn7VG8o677i9GXFvyvhEeTENDVZrnkROlfhNuj\n6dN3LLadB4SLycWgKId1mmOQ4r0227QXzNRx4XjNE7xqdC6x/Nw56gSl99+L\n/JyB\r\n=Lku8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1e7b932ad42879e65503386d0d12a66cc4ec0b57","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.2-rc.8_1587715906222_0.42972230135710276","host":"s3://npm-registry-packages"}},"0.8.2-rc.9":{"name":"fundamental-styles","version":"0.8.2-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.2-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cbc709d7cf52eb16e81b5145edcf164cdc090979","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.2-rc.9.tgz","fileCount":79,"integrity":"sha512-Pq7wpXbp+abGS0cfB/QKaa4QglgV+uYTwj3Z0olsvz+hdV3vNODAirxAll0ZiGX+H+Xxo++MHodYWP/NiblLmg==","signatures":[{"sig":"MEUCIQDJdRCKz0pRhlJIS66eDIyyIImHxVrQtjuhAD8BcQD2zwIgRqetA/9fmTTZRoxI5iub3mxnHVmD/6uihWrgbUqS3p0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1436663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeoqPyCRA9TVsSAnZWagAAQ5QP/2oum4RmFaKjTzu0c5As\nW46Y3nQX5/LPuHm+IB6dnESrGsnQGHpc0kKnA/aFAAJBlQSJDG5IpW5pdFjs\nthhOWauy0O4cSIf7eBz/gdSG2s1nflIZCrTpwfyfS/dLVFv9y5Kbsp2kZ1eC\no8yowFAVBCuDYOUbpCejl8GA5U2rjZGDqxjh3N5ONDJ0C12Ztcy5loiY+0lh\n/EYV/lgANQg4WprXEGX7S0+St7TbGgt6uFsNShGQGIOOGqJvvS6jiQQh2KKi\nxWQIPVINh+t4IkNxVLG+Eh7zNU9ln7z2a+EFkNbAovq7Qhx9vNjONL10YEb/\n6Z4Ll5bfFaeLhXfWxoCzsqdrq0mhc3nV1N9uqzA+VHFW3Idh8Gzyl8Hlmox6\nHd/WrODaGhepy+Tl9gyfjIjK1LanoVwotxVDUyzvv5vyQpWo6PzQRrU6CjpY\ndVNE/63sYQDV5Z2/oOImCxBwTl++qsTn0LmGQN3In8k1EzbFNVnT6nT+mpi9\n9GHFTh30qKIw55mDl5YJQTuHhQ4teT7TaS9xaGDHQ2wrzbXm+7dSRYi3Egpw\n1gj+HnwA9iyyDFSjZCM2+xrE6tVay2resYLm64Hzu79MaGadzUJxQua6P2R+\ngGSyDV/dxMUBmFQ0aKg8Dc7oKu0gWpZsonQ/4P6JMNTj0K8TuCI2jjuKsRE0\n1UTv\r\n=yWic\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b5c6c64d021640e06fd92215903361191b88d92f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.2-rc.9_1587717106221_0.008720000994871135","host":"s3://npm-registry-packages"}},"0.8.2-rc.10":{"name":"fundamental-styles","version":"0.8.2-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.8.2-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cad8e0b521ee0401f06dd5b261b2c761323593cf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.8.2-rc.10.tgz","fileCount":79,"integrity":"sha512-Tj6c/idHRF2Thb3XYro36jfLPG6wXLN/w4mtlw4aOU+BTN4IEfh4gjeXqw5CpXL0OnbqJx4jMsby2lqt8tuQ+w==","signatures":[{"sig":"MEQCIGW9mh8BGSBS3xHScBThamw+4odLOPgtipewwhTSecagAiBCDI9zblaxCDLi+rgUEFz5dvyDtNG/l0JSVh7GsEGXMQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1433990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeosG1CRA9TVsSAnZWagAAxkMQAIzPAt69FE5CeYf7ZS1P\nGxpnznI9NZi1nEfKvNkHpFdtS6UTK0Jvx/L8BC9Ose5GMBa7dJPtG4Uzj42a\nI4jdQCTX61wlVuVC1H+aGzCLHNWI4/ZwnvWhVRtUvjvy3/603QPhpTXG9YsZ\nYk9WI969cqx9CU47+vPLwRViV1B7DT/AMKCmlQghwqy343S/qWMEqHR/g9+n\nyCd6KVi67+IGiwy24zGXcmkjLUMk8sMdaYXHxji+JI69H5jCqMWZZz1+H9DN\nT0GMFh1ll7nJpBRuhBjNHRatfJNoik2kk0vfXe/5VY++jke8k9Gmsfj4ePOm\n8lod1gjkkt0ImrZUoGZ8CNddiGLmC7+wjjo1xQsbigVcr6kyMDcSwLpf8utx\n6sw5OCcxOxUGOE3yiP1JA9qba/z3j7PMRf7dPwG6ELNTV8WSJHSxhajPdy8v\nTOPcY5tefvraeOhgDwmheLxEvrjOFZbi2yeGEvyXwbXeWCve+lb6sGpKheRu\n9rSgHC7kJgmCsDeBuBuQMhXS1gNuOWvHmWCa2326vr7K9H2zg5Uhwg/5Zy/l\nYCDIwoCkc/93GrrI5mxMahEaivKH3KbNGZVHtQWW9PmU/WaCQA97w+e0b2N1\n10rGtJznp4Ihxo4AgKcq3YUKFYNgnB4A0wZPnPJsxXsdfnsJtbauPyPrELLb\nj5ma\r\n=prEg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8ec213d4ba11c395f0331c1f955834451fb72fd7","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.8.2-rc.10_1587724725303_0.5180878809113258","host":"s3://npm-registry-packages"}},"0.9.0-rc.0":{"name":"fundamental-styles","version":"0.9.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7366e275823488f5fc4c077ff16cfbf63b1f87d2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.0.tgz","fileCount":79,"integrity":"sha512-CdD5FJYiooKFlhf0R3hT7EbUQ30NqgXnhXBLbdy9XNJn0VeUH20EZ+lubALH4sLQggSsBOD42XMZNoxq9x/2ZQ==","signatures":[{"sig":"MEUCIFIp2y1aiFlNlTCmpfDOp/gky72pEzcbflsNB8vfHkyZAiEA0Mywe2ojG7HHh66Hnck8Ocj+6C6cCAJDC5NvkKwGaOE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1526945,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeouXjCRA9TVsSAnZWagAA5bQP/2VF1X3tt90sIMN5CfrW\ntFlbwarRq5SYdDI4aeqOsUk5FHlWnP8BLa0db7b8DjgRUPye8PJE3E7ZhZoY\n0J6TyOds+ipDq0tWoNj1tKELCcBrZcS5hYhQTu1viTpT3enzaOcSz1IhGOLg\nTcVZn1jhC4s2lly3DWSJRK97QcCoLOI1JOIsgdIpLp5kIW1boqXVRjVwghy1\nIxtAICYTTNh+ngt0h4W9FkOKXhsEEnFl6ybCvSc+sJPvFScuj+cERttPTsNf\n4SwjzpIEonm/a/uupYp8xJrs/GS3BwLfH0+bxM3ZSbgcq83tuYLQOJj6GZzk\nVOSpl3yIhcIoN/yKW1d4W3A/z6ccv3VhbvvHiepXKmN5m1+JHI4AXoCQSU6J\n4XJzhGUTvMlaG4+6wjCLXd3nTXGkyx1SmUhhVK8moLk+wbxjwdvMLlBAQiV9\nRWSPMl1+YcxAuUgFJU/wb1LTz/9NnlXK9ug345ge0YMSNUyCxxVK9wrLnMA2\nQX2kigtcRKJSyONR4a6obdVtQwhXTKAHd0xH2B2k5JNioLFo5d57BdvvfWx7\nj5O4bzmgLqALUl3WoTJ+/USfk2lzVHpaqkjnQ031Uoh3y1v6gWPTcq1/WPj/\nFJR3kkKlLBbLrZiv6FmtVSbgqOssH7eNtQHocyecxdsEXyRZoi5WlWppE7JF\nQOK6\r\n=mO6u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a97b1d14d90fb1d1105a5d9b8528ef81cc9cd1b9","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.0_1587733986555_0.8527535224895799","host":"s3://npm-registry-packages"}},"0.9.0-rc.1":{"name":"fundamental-styles","version":"0.9.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3e2b7e75d32cc071a290dcf189208c712bb31c69","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.1.tgz","fileCount":79,"integrity":"sha512-yL4SexjXPQF1KrO2QEIFb9y4F/hK74iBOmDI3/lBRjDm35OluhoJ3vmx6qJ+HsXefK4C3sxMVHz0Z7qumuhObw==","signatures":[{"sig":"MEUCIDdaZM12BRoacc0PqhYHAP5A5/AhNLt7D6nkdWxVwmAwAiEA23hAfZ2YvTzBCnKoM5be/KtOXsVGPoIRG6yFtW5Nq5Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1529393,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeougaCRA9TVsSAnZWagAADv0QAIFDKIkVvEja9S5otljK\nS/iysM74gKF5TTD6uHvogCbAtNqxtmihl7BxYFI50kGENwnNk5KPS1tfA3ej\ntsg+lCzOV83ZAH/ZXFHyjkqhRi8qpKzzPu/MSHXG6DZDAx+qUGusm6kLvBWP\nSfs0yCxjxL+AWTU1tZZ4ZhQFoxe/2I5rc8uwZYHbbB3d32iOaSJfx45u6aSr\nV/Tk0EVuL7M0JKWZewR333oO1CpTXW1mw1nifoPujBWqh1pINwxBsblzCdhM\nJiJpEXDP507GLq6q/Izb5E1QXEYWgzUtg+N10fOIHjynw/nHSoKob3t41/TU\nG2YEMkNBy93kj4a64A2856J8foXTCtuf6okzhQsPaCpjBU0KQMNns3wDoIr2\nG0DBfS7ow/naQOuT6Ss6BBU4OSl9oQSnQgaPIoJ2dBeSSbgWY4TFsxbB0hTW\nOsbsvkMFK+Uz2lxTmnsyJHZ0at22nvAGHbPZsnIKBkCccrth/iqJ4Y+0VvB7\nNM7Lk7GXgCDPpv60fZ4VMq0X0oCTSNl1PeOrC3K/YKrFlGqTd6qIbAkBMWOs\nQfie/JCmNjE3hs03VopptKrRDFr6A/qjnGgR90ZOp7Tcb+qTimXtn9rwlD/h\nJqoTa3LAWCuMR7BIxJUpDPwG8ROtPKCZQC79DJiPCM8pE44YMK4/ekOhTT2M\n+W02\r\n=ksgM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cda5322a686f15f832f09b7ff024bf0b939008a4","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.1_1587734554234_0.5683365156091613","host":"s3://npm-registry-packages"}},"0.9.0-rc.2":{"name":"fundamental-styles","version":"0.9.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9ee25dfb8cf1a0315ca9790c9bef951cd2d0e06b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.2.tgz","fileCount":79,"integrity":"sha512-y7Fof2YiMq64PBOcY7S1vTVvfjeqmAvOQuWdfgLduEWDGY4oy83Uhk89xBit5w9aHzemPSossVQi7N03/jK3SQ==","signatures":[{"sig":"MEQCIDCTP5k2Y8Mne/ebwmtAPx6OtIlmXH8BJ3/01XssDmkwAiA1Gr+oxXEoUY0FYqTmheDp15veBm2z37ndffmZpugLXw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1545487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeovTACRA9TVsSAnZWagAAHQoP+wcD8N2C8z4KY/Ag9gRY\nzvY4YTelT7gmmIFksqNvRgkC0tUGJo3Mr5Epa48qz5jtt6XTdRAfKVxfuXFi\nYCSHe7Fm0c6uGysh+NHRPAiKpxlmX7FITufP/O0WEuwRieD5Z7KZRTcgfJs5\nDyZ3ri/g1umknSB2VYGMGwskgnQXWAmhglNoIyX3JtecTQcZIREPvkW4p7ax\ntBKvEPrgs+TpWHnf7b1idLXIfz3Sn+Kv8DnQPAavbRpEkoTCl3X4Kjm4W1TR\nWovdHQ5TiL8zBwk56ILBJpItuVMwn4MVuiXYyijcdsszEoGYf0VdKd/zq1dx\na7IdtQDhYhyi6sCjF8KxKavkil1ckFsue2URYgAt6u7GyonKuLHhisuEm14F\nB/qEUBpyAK9YCWFstY2RWaFmHVEpUBkX7Xb1MDBn2tlmth+0QQ5Gyx31nKr/\nxaqBph9sVzfi3T5ftdP8K8/oXdRho4YT8UEG/rDCgsEzooKZxVB10/meaq95\njkU2QfTTRbgEncZwquAF20xFiwCmR6zTbxKYtDi9Uy+wcYR/MU7Xu4u7k9sS\nYyXHQnymsKo4sqSRnAmktaLlSry3U+TjsSOsMgIRe4ZAO7BdFj5ZHohOB2ls\ncZawBd4Ig+exw5zj5+lmAB3s1hNaSXsnOFhEJIfhLatnJlonRiQVN99o9Mtu\nslwm\r\n=HaZI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"fc93eb458058c85f1c6756983acf05127a7b8d4a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.2_1587737791488_0.7279783812697038","host":"s3://npm-registry-packages"}},"0.9.0-rc.3":{"name":"fundamental-styles","version":"0.9.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1105d526f2e8288139b3e9b9880a9de696a7fd25","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.3.tgz","fileCount":79,"integrity":"sha512-zyLXYACs2YdUqf8XV+VWScz+jBUkFpPDnh97zLgMGB3m1Ro+8kd+TOag4qN2A62D7LqGNIl1YqxP5Qt/E+rLhQ==","signatures":[{"sig":"MEUCIQDkMOWIee+I7DxuWSMcJYdy08FOUkFXXJGEIOPKKYzDWQIgK3fiuwry9NR+l7DA9Roxn92v9RYu4gIRSqwQkZfSS68=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1545621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJepBkFCRA9TVsSAnZWagAAjSwP/0Q+3Gi3EHTY/D5078UC\n9eBTAZpyPsVYgEMN0wHh1TKoUTrRL3TIKVXtyLVdKdqrySN0fTeOy9FAFyfE\nYBT8YtbUhgxNP8YKgORAZzj4TkDv4EQchBBHExFyqlQUwznLAOY1TzNbTQpP\n+GCau9zUSYPbm4b2MTtrfE7Z8yfs6ljkEug5fVzOrA8XHC403Am9uKieaXwX\nDx7FSLmhYHjDtoMwLIAc4XEtW6mAgwcpCAFUJ4HKa/EffHwXu+P2VihwQSiw\nDOj3blMkrahC9TCIRZyvSeQXdpObQJ9uTGrzE/ryZHhpaPMXJSkhkIAyt9XT\nJdS0W9RApvbNwGL8zc4AY7Xc7IVY0eFEaTpLsuikJN589QjSkgm+Nl5GDCu5\nojstfKPZaZcEkbFvyYPOmwNUs0oiNGI6Hu8FV3xdrqffZH2swJLccJvLEv/X\n/dkSWeEBNSYc1p8cejUABbaB9YHkGIEbMKJvg2igh008Ui52qp6oFj+1M5gg\nwYfLmHFxnWKnpj1ptLaHlPzRJIxIOIv+CvFubQLAkokmNBHG/g9Pgv/HHZci\naoRnmpaEok62qbzNl2UycjcL/KGnDwxZIzhev8tPmjvNnhXoCj/s/DpnFIdS\nJTga6+9gowlRe5BESGnWbBPcSNhIYY1pNns2D2LygTL5gIrrkTXatNLmRAQt\nqGyc\r\n=9A0h\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a7a06dee3dcb8b68be3110d124ec1d700294d9ed","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.3_1587812613177_0.8432197869503599","host":"s3://npm-registry-packages"}},"0.9.0-rc.4":{"name":"fundamental-styles","version":"0.9.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0bb1cf0708e2215fd1bc890a01b55807bc147dc0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.4.tgz","fileCount":79,"integrity":"sha512-jGqERO0SjO0C8pfWzX3/TSUgghEocrU35/AuTtqBnhDqVxKMIoLdIqxZOohjeSB7bMZBTfsteeeBA0zswuz8AQ==","signatures":[{"sig":"MEQCIBbWRqKB2ZjGSe3gcN9EUTC+OI/9gFTsCglL1I8z9WvPAiB4yOiAbLx0v7XVu5V6jzwxfLTiBuKOG4eQ0fVoT2Uo3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1545755,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJepsguCRA9TVsSAnZWagAA9aEQAInQXOzbsv4umDfoPRhs\n8X1Q4ezFXQ4Q8OS8PURKEDXR7hrn8FR9NybhOJItoLPcdSzqWAZF4bYK/rXU\nhAo6J0/4Q6ouzKJL+quS9I3bF4aSwG81AUCfsKfLM51bJkbKRCac5Jw5fA5D\nhhnFT/B+kyyKURg3DPe+Q/1MTfILrBX2v22kXLV4h8DGDEZewfgcyhryAUck\nAsSsOEzqLO/KI8AaIxMPsU5Af1TdHpxzKSUfjX1ulOA1wGUunuF+hP4e6ynF\nA5n6H/sYwrFxQu1K4i7fGEYFGJlwBrRWMFA24h6R2+GLLDdwi2Z+KBjdF4uh\nOvoV8SoQt25hWa2prOCYZ1Qznvi2C+07lMUaSGSEHF17DjN2TKjC8hRfOEvy\nru0uzaOkSb09P349rHogDNjiEacQIlCrzm+jNw1RZ0AKe7XqJFS/vbJUxMG4\nBlX0w/qk5NFcqWG0TPETdSutsLrFQkE6DanMM7zXSHcqvdUzfzyqXjjZ2+ZC\nvR4oPUvv8IZd5bjkkiVjUOlFbMOcOpoIjtJeF4NWMhroKgRdvToXbApPADow\nH0mfokpHAepXAJFd112cEbwKwwUXtXp8WIF2UzK4eq1kGRx67Y+5ivJ/QdeZ\nU9EigvaB42aRdDt4eLOuxPc8bQjYZuxL/xNP1srn1JHw04sxSP7hwVnR8X4r\nikD7\r\n=XvAi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"37c1da179bbd5b68f9225730349b1cd1d80b862f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.4_1587988525273_0.2659286625322719","host":"s3://npm-registry-packages"}},"0.9.0-rc.5":{"name":"fundamental-styles","version":"0.9.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"91adb928d7a548c29a3d9d47ca4f125c0c13447b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.5.tgz","fileCount":79,"integrity":"sha512-gf0mdUJSsv84mFX+w2VvtxBQzfPZZzlnfSrFld80vOkQ5eIFVviySQNvNd3ySu/jghcPXNHSbCx6X+pfXtvknQ==","signatures":[{"sig":"MEYCIQDfQXccZk6gCVx0FAeSt6R6UNPOI2NtYTKWMCqwimd+swIhAOUtUYy3T9aPFdqrcoNrbuiqY8r65yL3b2NzpEqXZV8J","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1545889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeptIbCRA9TVsSAnZWagAAVzsP/i2wZlrW1xos4PztGGgN\nTKRGRjPbyAdRMuivMGylIh0/7VhLuCXyJxf5Xo7uWrB1CAubBT798cDlVrpZ\nh0mTvh2wS4IbUDBO9bDLO4KW/QM7uyrLEVxzeIPAokHkmLOJnSpxrnH4j8tg\npoUYfHZD97lTwhIxqaFDQOiR6mMpi4Rm9pmZYnncJIuw9HJzrEvOKTw6la+r\nlG+rSItTpYWrBcGaC4QWgD02wesockN+C1AKNh70tWqxac7QsdUV7OrBYASQ\na0B5d9+TsMeQ9z3iviZUnLQZQLL+gJQxTqF1rfqze2jt4mum9Q2LS6uJNMRT\nvVH/3ovs5+59Ko/ZG40N6qqI6NQ2SHM3gK7kPsaCNYlJ8lK1+KmJMs2k4Qvp\n9FtRhnzlqx2e7PFZ9x74lUdM97jrclRtRNqdCHAAeDuZYBHsINaARjHPgnDp\nCxozJIBMUdMqKH2yHRoDM7l6u4mAIItFtsy2K+ZQFr1TSsKWuT3HIw8FBhZt\ns0uGCU4xaf12gXHUMV0cBKxmj/DZskq+vllCnwC3cx4/WY6q9OelbNBJGAXv\n666oKScSbO14dKzYV6yIqEVYc/sVCObXtaV5Me7SKto2iQ2vo/9U3F0yjdNr\nCVU4dmeShVQiGsiJY+uzq2u9uw60HK9HIggbH5bsTEKrK2uxVymUt0G9AcWp\nMO36\r\n=urUz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"744f6ffe043e83eae11ef77bf23e69b0213d47fd","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.5_1587991066937_0.2646877003836756","host":"s3://npm-registry-packages"}},"0.9.0-rc.6":{"name":"fundamental-styles","version":"0.9.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f27cb29ce2fdc02f2bd22599032c5900af3bc551","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.6.tgz","fileCount":80,"integrity":"sha512-iBMuG841uY1FQoROtAGrOhteIPTKhGcSOgEsCnP1KlF1foyeZKK89tSncBD/EXQ2Bc1Z6wNkCH/Lp4N87NEYHA==","signatures":[{"sig":"MEQCIEMTOUDLjRKoW7Sz2eYp+CR6PhNtdX8EFgAxHf3bj7F9AiA1ZxJt5XUnmAqKtfc7+1rX+utpVErUy23HZ9OUcbZUVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1555343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJep3RqCRA9TVsSAnZWagAAk6gP/imWKIyEV93Ia6TkBrQl\n3v7O2BYpq0tfF67g0QoOyUiNeZzBev/ZcpPmCovttNpmJTqqVr2Qja0fC35p\nRKeMbJoR9mCzYgi3W+nl6fg+FFgHGk5F70AMBk1FYuY+XFiSJ1Bbj1JXkdWx\niIjpNL11ArQa+xRAnTJj2MMwiLlTxQ/xSHEx3+CcCBzPjgqZCM1OGboWne8b\nFxh04GgiE1C4rrDh8no1RZ0rI9SVDi0k1JPH0lL6Akyxl+6SSv9C73wyVHiV\niwM4y+ylwLPxDNGCqOgAJJajP2ITCLrMy1YSyCfIIKW9nNoRyksKbCA2Qh6N\nbHpbFO5Mi13Lam96cm8hKzLnOEbiv5txM22uXDAE8q2EoW5RphWknMrtQ7z9\novld3YH/PNygtM3fyg33tVgIv7IG+N91WWOWYyTh1wwbaPitvZ57Q+WqplMf\newHqAMqyg9/ar/LJKU/JTkGfvvVskAPCWuIbljMp+j/z8zMYflAg1NqzZ2uC\nqV+UyZEDAhrbAlO5GfJ+9QlwWV30jzEJ9Srd+NFG7VougFpaqsX+4WPL0ZR4\nINR7jtvnKoLXKgkZ13L5rC53FCBXTfDZBucqEiXqDeMZ3U28wftBcQlfBezu\nfiiuWOdC5sX/VtOc0lDYpKZbQr4v6/9ao14Tvk5tRVwPHJ7vs9zBJgCFph1y\nnfja\r\n=XZGw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d6a8f9b4a9d0128383427ef746ccd54da36ba931","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.13.1","stylelint":"^13.2.0","backstopjs":"3.9.2","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.1","postcss-import":"^12.0.1","stylelint-scss":"^3.14.2","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.10.8","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.6_1588032618234_0.2102426214071902","host":"s3://npm-registry-packages"}},"0.9.0-rc.7":{"name":"fundamental-styles","version":"0.9.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fc5ca6a7cd83aa605eab71ac2d6e9c5fb549db7f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.7.tgz","fileCount":80,"integrity":"sha512-5VjwUzehOzkO7IogENaKIxy3hNJmjcigWKr5KC6jb08HhGV+Xfex6GIBChqPQt1nVbT6DedFk/rZJEXxR4QtDg==","signatures":[{"sig":"MEQCIQC/1KF3aRP6Hcik6ViggnSICky1ThMVSB0tTVEWZu+HlgIfBg/LPn0QkSBef/5xzEU8fAptFXUSLBbRxdVlCuQEyw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1497112,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqEIqCRA9TVsSAnZWagAAMm0P+wft+c+5KtZnLOjmd7Yj\nqWMSfCZcolTDMeJsTZ4MH9Y4SDOKrBdw1h6wqq2RDcT6o8fXP7s5g8XvbCmc\nwqktzcPVEvudyadYB9knlf5UxrLv4z0GgFtsjrJd+Aj5okdfrDP09rfZEuiR\nhm+7LrQ19x8S+RRUo+QUiGJpLpFX/YtlbI1gd0PdDBK+T0ddlT8kRaC5RGBk\nogvo0AXI8k6KDzcTXF0DcagqaMjDycS1mJrFxrz/bjwM2cx1I4xlZTzQDT4q\n7kJcXjPoUA0zrWiCWTrdpWSwPSB7Rfw3aOUjNDR3T4113/uOSiMGHucGaBvC\n4Ltu8UHiVb32eUbqEoIzkymhLVa1XtkkBNhc855KAQqHaF+ugW1SrWzLi8Sv\n0aZqLCaWpoppPnz9g2ONzOavrCwSRhTbFv3IUFS3GgyVkAgAvQBMm0FYlMnN\nhfbzY60TxTt12+6hQ0AKJ3YXzBSuuaa4nP5hz4Q/j8hCLsmIejn5O1ulIYIB\n0XaSXUgirNSatTCMJdCebR0r1nNklvxQ25GxRVdSZmUwS1HFclG3er1U2KmC\nEy79bQ3TXrR8oowou87cJkY0Arcc0Kccj9/WCwuw6cCt7aI8x5TXy32ydXCf\nKrvtZh2FSqDLRaaOGN8mODOU9S3pQh0fZHilNDgOhb/iG7dYXhQwnKux0V1r\ndMuZ\r\n=qXRK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"fd7514d02a1f88259853d277865f42aadf16f0c6","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.7_1588085289715_0.18838460316575611","host":"s3://npm-registry-packages"}},"0.9.0-rc.8":{"name":"fundamental-styles","version":"0.9.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0c9764d865db5c030843db4c03979065b23ff69d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.8.tgz","fileCount":80,"integrity":"sha512-C6Dowmyjs3h22TuENwgxbhiVtwa67PlE43NE8d6YLMW86EaWam2eKVAsMbG7Y204ngAPDii98Iwoz5Jnidju3Q==","signatures":[{"sig":"MEUCIHWaTi7nMlLQ47g1LGoDqmyqZmR1YrzhMRfWsgELEekcAiEA/Bz4Hxa3ne9p/zzvhu5jLZZRW0sE1rFkUHsovcvrZMM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1526188,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqHBbCRA9TVsSAnZWagAA4L8QAIFjEVyteB+iftNpRd4F\nUOa1xKUY9kn2vzkrZ8xbruGnbxV/6tj0Yo+6N7sbWvttjxLLu3XC/nzF9Fbc\nC2ulhoT3BZnDLx8Wjtmxph4mORv0RuXKzNlykY1jA10qU+RQCjNzVA0dwNjj\nwddeyy1ls2+n6qQ6dujpKAUoqlwHtgVn6L92ZZ08RAeGEavDvgZbIdQMXR5I\nLXabzqBoB3JoeAoxfS/lMpq5u1ZZyhksvzwrPnnB6ZJbq3B2boL7apS+CwN/\ngWiNHhw4KmnNRGH5yl7wuCk76TreHGf/Hwq93wuOqwvjki3+S6mQ7gf/DnQo\nmE8QJnAxgMAGhRwvaXGnuL3QIwmgkcAo30QaNh6zvQAkr3t+h8OOWKsXhDq7\nSjfgYV8F3TYzjL3ZoMVowHKBw3QjJMWOzRju01YNHh/JiYeM1tOIUqa0pvIT\nRmijVWDU68tH0GyEBEKzu8f5bo8F3jKJdnt0dLHfI7q+kjMq1vLSqqUW16Qq\nbA5mWQfzC+3CFpzyEVRh1tMJ0cb8beTBbb5uodES86Uwbs+4DS9fU5sRp3nm\n5rI2HsUVIQQK5mrhN+/2g5m2DBbv/zF3w2VwpKPA5NTaDzg9s6ui/0hUP9WN\nWR5wMehmGCj3EU5UN9Z9NpD8QX0+FofsXqo7/t66omEXQhJNWvg6MtExCJIy\nK0i8\r\n=39nE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4b72849dda6756037db6ab4b9b3f96b530f4b409","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.8_1588097114600_0.11878768194757305","host":"s3://npm-registry-packages"}},"0.9.0-rc.9":{"name":"fundamental-styles","version":"0.9.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b5d045af66b36ced32b182be5971bb94e43d6297","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.9.tgz","fileCount":80,"integrity":"sha512-s7y0pfU+vUXRsYujvfBFWHuF74wBeBxOjbWFWtzoXDz1KLJpfVUXrTdeF7x3XSFW8IUAeMSKyRi0+s3JujkGDw==","signatures":[{"sig":"MEYCIQCHo1U9l7dxgkpconcKvADZhNxxJJOZthfaNvt2qk3R1wIhANazLSSfh57MAFuu8FINYLFWPIQiLbAW+4TABXsWgGxT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1526435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqItzCRA9TVsSAnZWagAAe+kQAJUFggmheXVFYZHtMzUb\nTNHT2mpEfzrR1VydIimOqPkVPETudyaaentHCenL1drxBZ6JywO90hT5qlJZ\nYw6/f8rHOeN/4pfpyhhi55yqTy0RZW91LbcATrMhi+5SMpteJG+7fVwFNuv7\nm84qiqKQHZzk4nF7qi4lMS55I+SS/KwHoOoUE00Om0MiNRmy091yEgK13f/X\nBYmqHp3d7b7NWkV5ka43797DMvaZIdlfTXMkjRMztyhwDTGDU+N+mxavBx21\nj+d8AYYfSxPBfCZdNmhWV0n28kjU6GCfix0ZtLAmx9LsmhS52tZntpqUNZXX\nyIvdxcs7hXb6SJRoG5LMusO2K7ugEUFabiOZz8j1Wu2gt06QIG4vcDUE365d\nnTUPzc7xW/D+Q21a/PpJd4todu0QwaHOy5gHXOeO/ziGGSz3LcoVWzvKqIv0\nHJhNaexDTBfqUSzWvll0LPMgq/Ew0moabn96DIyAHS8g3E0McZ93ppM8i6z9\nGuWoJzBAwPY8DWO+uHBhfIKxhPTgWIfFng3eoauBoJK1nys+krv7duxP8juB\n6HaMNCxXPupg5DSeeWwh96ysYby1V2mwV5D0GJOVFOEXryyeKruRHVhzNRns\nAIj0LxN46uVaZUUxD1ML7inARh7o5vH8/X1A+a9MXhNlcwz9a1e7pxnBlxjc\n3eZM\r\n=wbGC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0fe9477feeb4f9e82709e80816da50cffd9f3e73","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.9_1588104050941_0.026614680851238415","host":"s3://npm-registry-packages"}},"0.9.0-rc.10":{"name":"fundamental-styles","version":"0.9.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b3272e353adca0c0d5c7b971dd9696e52cf0fcb6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.10.tgz","fileCount":80,"integrity":"sha512-CfNij2JkTb0m/ElRzsqmxdF1BtSAS+hYDm5LAyJb/f3NG3egtBTzmh0x2wLraH4u25bmAfhlxMzHtR5sYplc5A==","signatures":[{"sig":"MEQCIEraC05HBP3Q+Bh+noGqFMAiOUgK1u4IgOsg6Cho/9HAAiB2dcuhNqMmJTuLqJ5pHhX9MXAAVcwrX7DDKLPohXNRBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1527016,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqMx5CRA9TVsSAnZWagAAyn8P/22sXU1eM9uuPicMDkkd\nu4mlfdwq7OMT5jU0uj/EscskjwCt086Ef2HveHAECi7HSlfAh+gBtlQI3cAP\n53Dyw/exP80l5AmujnQQfMPaUAXlrzGbkWkNV3J1+mTRebBLLWABZDAW3PpP\nTSIX9Flw8bWJyDM8tgIrgpBUKTYrEJGv9/S3LppeQ2HspTP342f6s4BnXPXB\np7zLT9JaiUsZ76NoWlXiHxD6VPYLVZxX1RMwFatnZoSkCNmGTt+8jpPlD8kU\nfDnp1uxK9bLSQYxu3U/pKNVOav+FvreDRFz5t0vP9SpQ9NMxJ1OvBErmliIo\nnmj/VKlj7d/T0UNXWPwppvhlxMx5wVCUlYIhOUgkvUCIy9bsbsRLTzaPnfod\nflWPTMW4bHFDBVA7l8atTyCdwLnx7gYoKbEtwsgfPremkysiUCIUHMgPRwzT\nX4iOnvg7WiAokG5jp40clCggxUeAO2kORhS2v4jppr7dhYK3pXtbeHzrzlr0\nLBoO/3KcvDsU3DqscrG7xXfbAvwD3NnhnZGDf4YRRaBRK4puTFoeQ+OUXOWh\nA7f9TU3Cz86+3VF+7WSRE9g7u+JpkZjQHtkiu7ueSpJR2KjjYHIIKxMUnIxu\nm+WXxZSI4aANZj6bxf5LS8SVCQRCus2tojowolD0LsCLr/4q26AdBPDoDHoC\nKVhi\r\n=QY0q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d4106a6761c4009a13d5a947968c3b99e11d2b0d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.10_1588120697187_0.6894285625747145","host":"s3://npm-registry-packages"}},"0.9.0-rc.11":{"name":"fundamental-styles","version":"0.9.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"39573531b44be0f3733f49248a73c89fc9554d5a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.11.tgz","fileCount":80,"integrity":"sha512-gDsSKhHTzuiXdTIJjD86ifaaswboOg9zbCRw9exq2UJEwm1p9HMFOfxmmk+0wvp7QsQ7EuxVWS0zcuhFS7jrgQ==","signatures":[{"sig":"MEUCIFD3eCJp8qpDtUm7+xlJY+4P9tLCXvFTpfyGkWqoGihYAiEAuiZWfCZlFn7DaHF/h903BXfuqDCJmZuhP/brfkPZYW4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1527985,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqNXlCRA9TVsSAnZWagAACFAP/2r5L1XOfld0FSSiffIm\neaYuPQTTiP3LlTAowP7Jy65kBZsb0jhcx5iUE85GlBQzrH2+JhCb9vT/IWGH\nDTN+4BHU4FjNg4odcu/XA6HMytXtUKhVKQDmRc8u4A9VIk3zPckFqAjL8zVJ\n4euTnorGDGHHwrSazmheG28w+tGXwJmJUWQiFZHowJClfeHHtxk2bQidx7zh\nlz0Pk2SmK4FaWMBBE7CcsMOjebPKn7xLXYBj1i95+fDYodePpMDBDJznuX9N\ndK7JABp6DEPCndK2Fs3sUHxA66PZrFoCHqbYsi+O5km2ra5ArRP8IiP4Pwmw\nryrVyvbzuJhJiZGqb0lIQG0wegkNzKlbGv/ESMiT74rty54pQ540nL1Ka6iZ\nuvOcF9PPVOFzksl18Vc5hyheVJRC3iADvKYnxpQA23tl0HNV4wDrwpnlMksj\nl/p1TrTHZbD/XVQu/HQFo+kauuVP0Jznusynn1FVw92jSxiZ2Lu88mLZbG9b\nUz1wu1wzT7Z+gMP3X8Qj94UclFK0HGqeSoMdaAAstBO6EkQ4Y8n7GcqgPtiw\nJHdiP7fJ7lJF/tkj3jKOJEDzGLMvS7fnMpDqST1yzzX0zVpU+CPj5vJxcuG7\nGHJgloQ+6yuY90p91LACYKL7SHmlO00evttKH/9/cU3AzZYiFU1KrXDAJ82e\nz+jT\r\n=w6W2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1e18a44b1872348e2683ec09c681166d75195737","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint 'src/**/*.(sa|sc|c)ss'","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.11_1588123109210_0.27991465254228864","host":"s3://npm-registry-packages"}},"0.9.0-rc.12":{"name":"fundamental-styles","version":"0.9.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6ab6e5fbb39742b5589fab4b9fed8a4636a39306","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.12.tgz","fileCount":80,"integrity":"sha512-zYWjFjNUhyN/RzcA6yVSsZ2JW4I/UyV2aEp4PaxripyRpJav+cl993ymXwwCY+0gFfwtN7nHwMTI6orwy3W+iA==","signatures":[{"sig":"MEYCIQDxEOQ4ZzesJ7OkwNstuq6sHO/EPw3rE3Isuf+9WxcmdwIhAIt4Qs+vUbcmU6AFm0XzhKBK0thOYDNKXOgtJU6pmA+f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1528130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqdfcCRA9TVsSAnZWagAApG4P/3/AIm9B4pi2A/GVmVds\nX8q33Uaxz5v7MIThdn4/3hV5dZyyXIqP862c5ge90HdYhVcQyPyEujaBlB8C\nuzi0Hv7lMMGJ8LFNsrn8f0PQhXbaMHeHznMKmHvDVyWEf/8IVDgGXucxM+54\nPKWOac3JdSSpdDaPpJcL461HD0SHY9TFwhomnsTIZAq86CDJkgrkWWCS0srG\nmt8hiMJM82n3isXGOyJ20PgBvfaPhAMA++wNQPa0oOEep+06Fo0gMycGv2so\nK0+9roMycGiQ81Gxjw403LlbWJ+/Rt1t7EkQMtgxJn/BeY4FYIU4e/uHQ2Mr\nHI4oPqOCXGZ2GT46pWrNMgP8kwfj8p5yz3hdnuskYhgEa/YJE9Hx7IslhQtC\nEG8Aql9Y/upKk3jR08v9fah20XUqsoawBpeNYHLGmQLnm0JjaDnI9NXitHas\nj9P9ITNfKwNuwVgR+ftsCL8B1sCKOjQICuez/+csHzwdkE1EwfaTJt5Ys4wk\nnaqKZRyyKOc9/cXpUgrOfwQfWXzelmiGfnpIf/9RBR+ILeP09dGblkW9vT2Z\nQKkoz1WYVhA/Y+ku/3HGbL1HDU/hiz/JNcwjzNsDiaO1CUmnbnZDOpRdNtyC\nFxNAT57ZqBow2PW/CdCT9h9waywtOSqu388cyOPYSWwGOaji4+8OePlW3Slv\n3S6Y\r\n=K+IP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f84f3dc6b66f61d8e0b1059ed07e15cca4abc2fa","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","release":"./scripts/publish-release.sh","lint:fix":"npm run lint -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.12_1588189147624_0.7687670357465266","host":"s3://npm-registry-packages"}},"0.9.0-rc.13":{"name":"fundamental-styles","version":"0.9.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d5b1ef30c9ff39fab3f70a76aed94808bce46f7c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.13.tgz","fileCount":80,"integrity":"sha512-SZn8UWBp4aqPibDmLAggfSYYkjVSsYhFAKMa87DFXSWAFIsUltLeCyFt4c46zUlDsPw4NvJf+qyKroQu2pcuog==","signatures":[{"sig":"MEYCIQCg0aUK7UVRXdy/gYoCFeIvQ5omy7/fkjlIw6p6TyYutQIhALE8ICU2b0NnU88VBBCuUMjhSR+Y7dnVQ4B5fUqAiLt0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1528453,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqf+xCRA9TVsSAnZWagAArFwP/3Y4OVCn+6Bquhj4TWcy\nH7uKgKJKeQKSK6JmkmpvixJG5a6idVF9cBqbq49CuVvV4ZEYetUKfAEdZWID\nxLCpOBCAo47kRZHOd1wbovDzaGG8pG7AtcOYXLu1vhWbVmIwnTJip/zNqMRZ\nZ8BxGBygFKzEiqaso864a26Ou52Q6IogUPCh3OLyp8P2Cs1W45b2QHxbz9JE\nwFFP+B2JhXm7iaSbQzyfzOLRidfiXUij2YA9JSrlu8w9yinId3ahnDyz2gTZ\nUcAhoQSrQuVdvuXgbqt5i4EZYbMKp36L0k+S6FJVNEGGbLQ06BWbDrykhXzi\nXHr6dCBTKh7pI+5gHkSzqQ6btfuYUgZajyHBxzT+QFiwQmQTO/NRYj79FzK6\nLoGcX4wT1f2DrYewkCksO0hKeOxfj/e/9hUF7fEEHc0f2UyR5alsE7fjp5lt\nayah1EBU2YfPS81xW/mV1Ja8tMgt1pO4vGBuHsK3JOnaZIYKKqqjcaRweioz\nsTDklmx63JB9eALR5XJscPKXjkZAIoSzozb4sTr27mqOWC4i6jeNId0hDA8b\n2uwzEmWd2eOWRQ68bM7KbBUNAr5XIiC5w1fnTKOgH/XFg4G8BJaZc/f5FDB1\n3q2IGhVfMDopXnbnrkyMa+ST/9+2W+3uw59kC6TUCfsv22QxzEgFKYY4e+Qy\nTZ+3\r\n=bHa3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1df4b3c6e5ae4db65bb1eb42d9bdac0e27542629","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.13_1588199344704_0.784068168505438","host":"s3://npm-registry-packages"}},"0.9.0-rc.14":{"name":"fundamental-styles","version":"0.9.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"65d3322c78324abec47ba117eb2b66b7096ea805","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.14.tgz","fileCount":80,"integrity":"sha512-zk0dHdnfS0s6ba4ts+SPodRtWCLWJ3t1UzWwBqyuSHxGPWVjZpOa73du77GaeAQg7/DsGWWvw0Ea+3Jq2fAjTQ==","signatures":[{"sig":"MEYCIQCtqEpaLRMGHEL9fH79LpJXaaZE3EJ823/ZdamhD6LkdwIhAO+Wx8RHOMbUuqXH7iLev0m2cgoLDj7OK7j1CqSKit0d","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1528745,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqvEcCRA9TVsSAnZWagAA5IMP/jmI70m2kujfxtjUHU1/\n8rBC2N6cZnEJTiRXi0wwtMoeM1KH++1ONaOMCaK21azDqHLccVuy9cfh7+z1\ntaxkZ6UZ6iKzEHz1/SFK321K3eWnrbnHxyCnpUMj//RnzySOfy8wtHlOov47\njzG8l/59TvApFaa6AtB+VSL0QWSiWSpBppj1ax8QgzlUuUFW+zoQ6yBjl9ks\nvyWLOwjiqqlxK7HGL8JaDTbH85nSKFMazeSWTRoCPoCiV7BkcCEA0fl7ao3f\n72IllJ1RaEL3ZyP9IduPWdTBehkc7KckKskyfe4MZvY2PDu4QFobgITuD5J5\nnoZ75l/DjWBGA27BHWx++7zKOgMAQ7jFrtw21cqJ3lzn3UfCSwZ9uiFR1jQ6\nr08a+cZg12UjR0/eLOZJO3cdAd1GznzNIUDUxdv4HKRgVRr6hQ6dzE4BAtCL\nUH+eF1uqjnWQH+O52AH/iDNmtUS6zNhaCMVU3MELJA7/ZYsAnqlZBMiW0Q4b\nHcQIzuwwU8Vp0aVmDnDkEfqXOYV9iynIpRp8csDf2DoDyCZSvc4+0Sn3RoRz\n92JJNJeT10hLrp0JjNizO/p1cbOmrlwK6xlgkuVQ4c/e5C5YcZDV8OJqB/W+\np/nArm+Q+Fa38PK9496mmJ73zVxftfLAhy2sJKY2HlK2OB6ZRGjSoft0pA3a\nRxnp\r\n=5aYj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7213788447f4dd752e716290e2a775e9853e9218","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.14_1588261147235_0.5949149008020156","host":"s3://npm-registry-packages"}},"0.9.0-rc.15":{"name":"fundamental-styles","version":"0.9.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dce03e02c2116d8fc0728f252383f5ad36142956","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.15.tgz","fileCount":80,"integrity":"sha512-P5X30DFukyKZDKd9DWE2FoCqptOJD1E+E/5C3pxhpzQN/Xnkzc2MOy8V6On/4Ke+HbcJzOCef7tVpR1gUTdvDg==","signatures":[{"sig":"MEUCIQC71YNsFM0l7iPNmhiX/cUXZFbrT+k5QnGRiFwACfGcugIgHXOygWDqF/hRSXQbI9sO+oxbSoY3wF8VxD3ltgrWWgE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1530805,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerFGDCRA9TVsSAnZWagAAQBMP/3QdkKoPFZ9Q/Sa8qRT4\nMEM1OqZxY6Biz68VGfTfuUzCMzKXk8Q2+t0/LQaHlPzidi5dFA5HiKXFl2a3\nT3shqq/lP4+S09pLHYUvrfqpOS/X6kAYEaCQoM5yyQUfJgV53JVf2COTGqJM\nz72uqplMIuiQE+aLES0hM0phxuM1ENQxkKKJdA91A2chO1yJGRcIgltEo5qf\nEeje8m8eW/5gQdgVeNVSwfrbSCWCaM5Dph0S9WZAx8hxJODNYKs5jE1F6mGW\nEZQzo0Sl3XFKeKyUUHsRwv2tvT321k047QvbhyDZElkc3H1oFV4ONpSZb6ge\nJaklq8hQPYwV2m3diUYTbhVVZDpFBrSsXbGgiWgiyzW/jeD2hnfqV9J3i9eR\nXzeMV/oa8mpc1F5IyvHS/jaQrWlunaJs0eYoa9zHLwBg790yx9TvnxQ6dkyM\nm2oCTIMigfHOnjIWCEQTfjdF1gS43TSNU7yuZsZoXdimETpbmx3PlBPV8Lfj\nKXio3cOrCUP1sXHantwl6cwZiHItXS2x7MyRnNg3GEKMxjLSvwcd1oursV4n\nxoMYpfl2F+BAsdCfxC9EHaz74rb66lawchyfdz0QMHjQqJTOr49pXqyVlGxI\nmLedReNwJG2gDMyhflEqtLZavG6nuRt4HvNRyGqmSkAsTMynp7yo7Xn5U3mW\nsSKd\r\n=HGDS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5933eb000c9a2f824ad567e3b0c19bd2bb573043","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.15_1588351362936_0.9630356531196227","host":"s3://npm-registry-packages"}},"0.9.0-rc.16":{"name":"fundamental-styles","version":"0.9.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0b0e36c4b70515c384bac3f6b31113ed37a8f953","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.16.tgz","fileCount":80,"integrity":"sha512-Yqt2burUzdzvqmMIJXFxgr2d9leaAp1oRwvxWmtJYyNfjX2myJp4jY4Ndp35h+Asl6As8p6zu3EMRl8ORJ3HAA==","signatures":[{"sig":"MEYCIQDG1n3nMKXMvOjpjwu7V5c+Kt018U3twVKBWojIvJTEowIhAIXgWs0O0xPIpqwyxpefK0qRnKIGoPT5/3UTe42yzIce","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1530943,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerGH0CRA9TVsSAnZWagAAoyMP+gPZdfsTwzTf6RitirbF\nx2ziRe+5DhegGqBXqtEbqsEKoxnbczeMQ6GfBapkR1+EUe0S+Wr+7MzKYGW1\n+uFFKOL5QJwl5VVKplzNcN9tzrcNkRljAPMq7I5PUL8P777m+nSj+GdYIOnz\nnKxSgn8adPumfGbFKtZLfwOqhBsiRmw+y2YUBZPNtkalhFjlZKZrOiobzeem\ncXM16bZeq3vhMVZjuy0eGbtYtpwv36K69gsRXbUI3+gURetP6Eu5gNZQclEG\nwhXEr/ijvM8nfeq+LYz343/EZTGzjYLlLBkU9GoCuW6j1T4KsmwfDyDBOw0n\no00PIMJviR77IIiBOlrPaiyNysmk9Cf9g7FWgL0wuJKgL4TL5fa/bNbjnXKc\ngNgFwRfl2QNg3M+6rNUR5qvY7ZEM5m/iBm2EJgNYjnvH95O2ASIZ0JKMD5Dj\n4Pzmg5pzHXwpjQ011CCSiwlD1RCmZuWAV28LsxhuYIrjLvejxEPZxze8wGiU\nvyJGAMpNreOBONcDI5JNQGMfpL/8G2Zlzs+574foQm244Qg6aeDXJs82Cmlq\nh/qmuDrUAPpsD4DB6An+9bFPFt6kC4gAdUUNaqr9sKUEQuB3tkMLwRqSZ3OB\n2BCopmJSivQtC07FDfdAmIjwnv1ghdPwTjh2wHTduCWI7idRUgpsTXaEf9So\n6e7t\r\n=yjrM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"225fcc005bf475fe1b31d2f66c94a1116962bfdc","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.16_1588355572071_0.7046341859408403","host":"s3://npm-registry-packages"}},"0.9.0-rc.17":{"name":"fundamental-styles","version":"0.9.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e8ca0cc41ed52f29f5d003236f133f0d9cab4773","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.17.tgz","fileCount":80,"integrity":"sha512-6nfHbRLJMFdG1HVbjgoEcYEk0SRONMUWWiS4PJDNxPfzfyrCMmjPt5FSAJkH1c/tLq/vHrSvgK9iSTs3j5cI1Q==","signatures":[{"sig":"MEYCIQCQhVdB5+qN3Yw0Z1LxHHQnBA+Mv978Zuv1CsC88XbzxwIhAIjPBPLnPVwqycSk475+L1UvP2MxQS3AaE1Q6ktSVzDT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1539157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJerXrlCRA9TVsSAnZWagAAn0cQAJDSFQbRxGAd8/DqyDXX\nVrta5Jfr9AfouVNpHdKstq+/R7ZHmP+VeQBlevwEfQm6aBv7Z055UzBqlQMl\nEbmARjjxeJCLIPQXKR9shS8cIuXv0qm3GDeKds+2klaTZYFTw3gLtUbqAWSt\nmtgcm+8W4CNVyIJZB1TosJE4i97CXZuPMjfyuvYLira1V30ECEdfVbHx3zSm\npz9yCV0CGrAkrLofrGk2b9REr4QxNJA2xHp+0WAJTGPUGFHGh2cqFgwAArh0\na2Rx53t9JmolnPqH+5lHF9nLOR92dW3a/g+4B0ytmF3nwL4fowVkXtF6OieX\nEvxWsHa6OQBDdmK2DYiS7oFgPpiK2XoHWoUdjJpQFvnChLB0EzKoqolbi7DU\nerVr+MlRKhrIpFvBjnYsJUtkx0WRPY+pJEdye+RlppdcWVtyS/q9GPCiO7KS\nAmc0jsh7Jv9CFRwxZzbFNDwJcrpdVVFIFjOhz8IjRdcJgPBEuOdc/nF2L5ca\nWoyPSBvUJBxVsqQRLSibaHayeFH8UB3nY0pHTVmJUWQzoSHC2h8iNoUTGItP\nQwz260Bas334RlkPJ+hOC9M7oj02KgOah1Z4wHmKlfh14ZVt2g4vS1R2acMV\nnUhnibjGHR4CNKzTaf4uA/UwtKx2DgkrYNMc0POnARp2SNcWVqxglgc4GGm1\n9LnD\r\n=r5kI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e431a2d3ba09b738b3de1c266c2d93c594bd2354","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.17_1588427493240_0.6838582493482916","host":"s3://npm-registry-packages"}},"0.9.0-rc.18":{"name":"fundamental-styles","version":"0.9.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b93004fba3817c41dce809dd8c3798895bd43539","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.18.tgz","fileCount":80,"integrity":"sha512-ZL5T3qOoxhuz0TsZooXWXNZDO8stP11wrSgWRG69nuWLugeQdopfVI/y+YN5N6GXdFSfvhDvVBQGx2h7cbBzDw==","signatures":[{"sig":"MEQCIBT4O2Qy+4EyDW4QjFc/ltTaSgl3+OkTZO6kMErm0qCEAiBSgtZEcnZk06x50lUTuekB1jOMuN90UAX/6Y7Kmaldug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1539661,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeriofCRA9TVsSAnZWagAAYsQP+wZYsws/Y82XVgCMUiy7\nFPegdATjKEI7eDjZOGAAfQkerBUi+tIM4wqH2wqX0Cd7rZLMfAMFyyWHHLUJ\nI2SfyDKlUxuqqKSLOm99TbLMAiSL+u26301p8qSLwTqa6Wzp9RqsD2xKUcw3\ntoGJJO1/fbU0tsaGXGxcbaISadnaMsQgGhq39XDMPEagbM5dIc25p6DJgIrg\nW/uHMFNZKESJxpd5Dt948HzK+KTsgSvVQ1Sp5hQB2By83OzAU11u+c/SqyVW\n4ZUp9T9rdQQjp1v8CfB0o26OzGfC5xCsCpBey0wsUvmOV6m1GQz3Ht/vH0NW\nN/3y9WE378EDbrqOY3I5OW0pEh7oGeqF9yRsEILTCl+c9OjQ18HXx5D2MuqY\nzOqwFhY59PnkeimJVq2El+pxGB440U/bJkZua1aDOoYaG/etRc9Be/0TTWq7\nWag6arKlJ5u5qqrcTv2FXQ4iWGpCqegU64CfcxWH0uuXwuU2tpId+p/3vhE8\nVj3B/w0Nez5eHgcHCkvHJFUVw3Eed+AJ2Bu7racgcHYQEKM8H5EGSNMrlF5g\n3inQzPvtR9f4hW8+cGi/MU0rI8GPPxkFM2URy6NPP9gVCHKKDKB5R9BR/Nvq\ncbFL4CxXNsO4AhLGp5QW5xBqQ96p/a9yJS0LOeBVelhbyeWUZtPDW8gmTRar\nH0li\r\n=hmbV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3b32e487b5540adb8be600467d3c193cd0c4aaf7","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.18_1588472351137_0.11571478940846758","host":"s3://npm-registry-packages"}},"0.9.0-rc.19":{"name":"fundamental-styles","version":"0.9.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c038af0c4b5cdd90e6580f863290775ae7884ac6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.19.tgz","fileCount":80,"integrity":"sha512-RNbBmFcYH7myPJShEvogoA9XEKi3m7Ys9XfZNoj9g3gBL73yhg0dM1oY6Hef/TYyEa6Khs0l7Ckru9gO8ZUXNw==","signatures":[{"sig":"MEUCIE4Va7jljTH8i7KforVrh9HnL6/gxDO8tBzq1vALuyHoAiEA7LGO6J/ElavIC0L7zeNU8CdxtPEYkRucF3ue5ZCyMfg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1539967,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesDHcCRA9TVsSAnZWagAA5+8P/AiOZsh3zaOJxOEQVrkr\nz6gSWXPyjS3Z+N5ZAPha++IWJytIdIVz/XxwRmkedyB4kOgZjVbzSh8Kh7yC\nKPnPfag+xUvlMs2oL/U79emVq60FGabCySVx5dkxFbanc8VLFmg6O69dKRM3\naA0I77F2cG7jeojgNpYR8hSkmUHNavuf64VG89DzChSNYkBaoX3xeXf2rUpp\naaEl9Gbv5YmQf6IrqKLgdMf7yHt8X4PFXoHdhgbSAnxkfXXCCCCb6No/QiR9\ntnN+QjyhnonCjPjx/IfhfmS0dVYToMhE7ka28xapGIQtw/jqlsEzhU7ZoLpi\nJjAtYLKOzd4dm6OBuT7Fdqem2ejV320gI8dK9O8ZXB9nhsCTewJKWpZLeOlY\nkuz5wYGogkQQB69WwdErp96/EUsfcx89bjTXO0KFkQl7hk16jm7AwB3tjZXO\n3ZTDaUKU4TmDltLvMOCuJNOXCThkB8YfZNYk9SgmJgCxT1MypkCKtMrfcpx3\ngDXww+nuKX1S/amAf7LnRPjYK36zKx8Vr85el3x5J8kXsxj5C/haZpf9BnaI\ndc/YO/KSKIMA8SddnM4HSwwVvKj9uKw3hNzJF2a7T52ter+DTbLMD1KWuR53\nb0wAxFjPpY57ROKXfYG9qO47s95dadFIV/UrZj9JI1hLEAjETNnZZs9OIKHU\nLafF\r\n=ex72\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f3b9c427a5d7cd9ab138ae45962732d16d2bcff4","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.19_1588605403468_0.5490614010715822","host":"s3://npm-registry-packages"}},"0.9.0-rc.20":{"name":"fundamental-styles","version":"0.9.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6c316654083de7efeee63dfb27c5e52910fe8f5c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.20.tgz","fileCount":80,"integrity":"sha512-sxDChjTC+lOjLLB7VHl0PjR72IJ0NKCoF986iw0zCl8AnVtinA/hhcHeCANsZRHbsWKaO0qjYGnAcJCUgB6qlw==","signatures":[{"sig":"MEYCIQCXK4aDwE3rYK5uILeKhFisDb3HN0TLs91CpMXLwtc4IwIhAMPEfcFeOb6KGpi4RLpz6EOUmDa+II+AEIj3vTcGBCk3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1568218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesDVYCRA9TVsSAnZWagAA61gP/3Hs2amEOfUhjgIqbS+T\n4sw17x+gGAgnHiPubVjT+d32DSm4YVlRP0aQiqIjF1USDvVkcIn5/cqRacy+\nYSI56Le6GEUGPZH9CSKx50IVbfIvobjHFZCJG2c9GoUx/Unspq1FdwuBfWZc\nnpRwaoidlUGsWbn37e5enXYW9CV30BmBbHrMZP4vShnY3vQ3SlVrmZwOGZqw\nHUa9uz5WtpaOcPhZ1yJjz7wo96/KLxIDx6+IHn74mNmFxTGGnJ4eKSz4pIrR\neczIP12x3FhLhoUsKV41WrxAp35lcCPafbYk0ySorSf82mtw6S2hGCPCiPfL\nQZmLedB/7jd68P+LpiUzqaA84GZnMbkwmCzWZqTfeUk1z+Bk9jm3fSCEimoZ\ngCgpNSFVecDnUWRxCxYqQP++hUfMpgDVnihBw0HYuBHa0nVVC5LbA4OSMdcW\n3WMk8NqsOeSgm6loT8XPNhI50CAFC4pIoIoqtrsK2kQM3yF+TA027mpZe13H\n8VHaD4Q2mxDdlKeVZcXK+hc4MF/iAcsbL+BvekeR0XcipuSpxflCuMA9Kepm\nSoNXCauUEW5fNPfRGHbiTc156GXZKBzVEEAaAvXpXgGAReUjPV3ELQSa3ULm\nn/MnYysjeDC8WyuD41loxj1X83YCHivrjUAtNMcd4PhlfMkXkm/+Dg2YPKPe\nfukQ\r\n=YfJw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"af13bfba68e1f08eb403f37ddcc0b0becf892e8a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.20_1588606296105_0.6859992831186983","host":"s3://npm-registry-packages"}},"0.9.0-rc.21":{"name":"fundamental-styles","version":"0.9.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"caa442372b41cdb324a2beff353afd7fa43d1c48","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.21.tgz","fileCount":80,"integrity":"sha512-ig6hkP8lW41DNW7m5X3ZvgkjnkAyKrVblubOudFIajH5IueOq1ZtWLp8KWKIZ8ts2EKgtqTqLubMTm07P6THow==","signatures":[{"sig":"MEQCICiz4875s8WGV4jnbtJh+/LhGZlTMxCxF1deKG5VXHcpAiA16W9P0Yzth3HFgaJ2RiqZVgVBXzZnpt6966pYT0O9ow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1569191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesDdGCRA9TVsSAnZWagAANwoP/1GFMYnkX0bWurjD4Kyx\nrpgPbsk2uJ2zAHowgjkJ0npYlnObG9CRHt4JyDaPlFCPuqX4GJPRr5xS0ctr\niSi1/p5boEdA1YTXo+Mvn2lMzpxLcoucJne5+NOobZbkRirvLAE8ALOfTLw9\nezy9JAPHuS8GC2WwWL7NyyLrvQ60fzTFwfraIgQJvjhVo3EL4aCorcihQF+/\nzRr71EnmV0WkcipEiciiI2mjDaBsSG7zEsU9GVxzbhS/QHkCWbbteSAlfmry\nSgp2ZknbwhjlQ7XDUhfPGDDfZSDOTIGCul/bcA7jatm7tOo2oLFvr7q+ybpx\nc7lKcsWhfNJK8+1CYBCUrB3+Nr/8gEW6kYp01QB5668Jq5EHCOWs+kRr16xQ\nVbdzPzXZD/UtQGrq+8anCf3yioy3s5mqRfrF54IdtkIg9OPbs8QO7za18dz+\nq+uS3lvr+fF5xep0Q0wv5HwODtmPkTONBIu/bdNBYqDIrvmhGIDS5+qo19cH\n/bzP8vkQPTURtn2c0s6bB7MqQZ7n9NOxvL+Afi5wdzt7QGVfiTXbDIbvKCbh\njr8BnQuLz/E1/DiDH4n3pl9Dfkc+SyZd2SojbPuicCoxwEyuhAwiPQy39GSV\n1d2Pn7/NdgFpJjg6KmOtjyoB2IVg+6W91OiRSmf3zQhw2AOsh4iOVoO7dlTz\npDwn\r\n=Ro0s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"638068fe006c292ca7c5c9dadd07b1c3e7d225b5","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.21_1588606789403_0.7992964637483293","host":"s3://npm-registry-packages"}},"0.9.0-rc.22":{"name":"fundamental-styles","version":"0.9.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"56cb83707b28a26b064ba67693afd33ba616d2e6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.22.tgz","fileCount":80,"integrity":"sha512-7Qyw2wM7nDH3bkZE/PJ8djuE80bZu5EeoedXhRK7S7GpyohgIORe7CNWACNv1di/aqqBijcaQa18QXX0wXAU4Q==","signatures":[{"sig":"MEQCIAWfsPsdPhxyKwhVmfBfGDffXu0kuhg0trADZrtvQJPBAiB3jM0wIAU5wSV/z5czT1fbEw2ldMA078HYB3O/bV5juQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1569329,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesDkaCRA9TVsSAnZWagAAzbUP/1qIi5OSA6VQgcl8jWxt\nkUK778fIwBSRkbsKRungN6HyyGEi8m+7l5xss5eHuOW2aFPnFk2eZMo436QH\naYvsqmzxZANXXu8w0opVoqYFgvZnxpPBKFlAI04Ky1wtFyyBI8Zow4JAhkqd\n9RIiSKBMww/xVn2EdSPZ55rN4I2S1PO/tPMgWt5XM0WpAGnw265gVwKgYdo/\nidiwbouyTexkTG1oK7wgbN7awrBv72fUq31rNStolCppIfKrjlTkqPs9kf5u\nTKrCbnc9pwZKgpDHe/lIFhNFi5XqN3U3MSvU/bYwUlLzX1yqmMBmP6wodjeq\n6RtvtMK4lN+apTWZNvbVG8yRyD2lEw5vxv8h9W/xvK9S1UqeG1vLVgtxBqI2\nQH94ZMHXI9UCxDgzZ3HFXXar6A8OxfiAAATvnkrG/6bGE11orbn7v7SMsDNJ\n4LZti8SQJ/WkryFC7MfyVD5XCitTNgg6jbnwd1DsuByF0LvaPqXFjrADHw2/\n1at4L2z/Es7lti+VxxzPBGmGex995p/7IynE4SnXx8wLlToBzWMpDyCxmIrX\ntd0m11vkI6kkzjSKC7qiRzALGQdwJZCtUBph0fboPcGFALMUuqIpXymTNqMO\n7q4fdwvL6cLaLxZlpD0CjkEjyaZlTxzxqbjjA60LiDaw3EWj+YeMM5jb98fm\nbwLu\r\n=AZxT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1316d17696051f69c2cce29cfd3391343f5ce555","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.22_1588607257967_0.9776926967736765","host":"s3://npm-registry-packages"}},"0.9.0-rc.23":{"name":"fundamental-styles","version":"0.9.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"20c82360f015578ba0b75e427ab9a1daacb4cc8a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.23.tgz","fileCount":80,"integrity":"sha512-cH5FKJ62IoKKvszsghzMiNoaOIeU7CRCgxca+Uc1OMSXQVKFXOy65KExAKmTf+fYthLTfysdR3tNL0937rLCpg==","signatures":[{"sig":"MEYCIQD5nPKtQTpEW3XsWpWeCqwl0lOmE2J35xId91e+OXc1XAIhAJV4PmMQsW8TI+TPq0+Ex7KwRE592tPCoJnfN7VvkbSX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1569380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesEDgCRA9TVsSAnZWagAA/yYQAJcZev80i8GpMN43cBeX\ncpgUnBRe3Tnt10mbsa0JrjYNXYTdnnG7bibxvNj38Oy0H+/eIx0XUcFs+8ZA\nSPUH6LbXWVYm6n1mFg7otM+McEHRPmF/eSIWRqIhL5GB7hmXfnFXblDVQZJh\npTt5ISRds71zR1UM2WbSAjLptKP4jhSjVkbRcvpAP+fI7aMB2phY2gBv95V+\n1tab74hJIUi0V4BujT1IAVHo3RN3p40UgIJ7KSjR6cx8O6xdWF6px+ElIahF\nQpZeqADWwq1GdFa+ZZUD0Cv3S9S0MVTos2TEjTq7dZGPVAzieD9rM1jrBJTh\nlUcPRM67X6KuoPRtYqIbsyyiRiDj0KWLtHo5/Lkcv/9keoDb9Vk12vO3zA1y\nIIR7ZFQVtv1teH7eFOWGgaQY+QDrAs0uK6ncrxT+Xq4LAyKapstnG9OO2uQG\nvQc2D86FYgAZE0ojZ1u9adjIYIArdXndCKtyVoCJO3B2Bx+k74Q9NWPVulM7\n74QkpKd0VUxaMpFfVGaPsiedLefBGkrK+QkGyAskDgMC6X3KM2PX9zPcHDml\naWTXejzZJBGlflCoWzaKlmQEqJWHa3bS+VgM2JaZ4tBL1cyJ/PSmwBzWPZQr\n31KXm13VtHM38M+0mQefqzaAL5BIMXntUfo1CMeSISyYXx6DeoUSvUxhokq7\ndL9B\r\n=Mz4A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"60ab8aaa64ad285cd3bd4521b2d32613eb6027e0","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.23_1588609247386_0.4694953628232086","host":"s3://npm-registry-packages"}},"0.9.0-rc.24":{"name":"fundamental-styles","version":"0.9.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"11bb797e7dec9f7b594ad93821c5ef40b0f3cc63","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.24.tgz","fileCount":80,"integrity":"sha512-WWtpDP/T4Jg6obrhBK/Buocm7qDK3Xjy67Iouo++d3YiEstEgdu6NtSqMEcL3Oe9JJMAdBKSj5EWcdvZxTksig==","signatures":[{"sig":"MEYCIQD08BVWnkLfSQFG1g0R6qZOPs/ZRGnOgFg9qpRP2j629AIhAIFAlHpjNGPMCC9bfPnoNt4v31880Kqjz+JtaPibVAdB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1569518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesEl8CRA9TVsSAnZWagAAg9kQAJZEDr4kyw+UlkbZCzHt\no1DuX4QKVwp1AZKfdNacpsKm1ZMqTLHK4YgfHGV45DLzW4VCRcuOdKu8r6/I\nz1rJvWJQWdAB79GhjU6kRiswAH2iQKhM7o6yt2+m39irS7Ovgr1dmhOqA+Jh\ncBbKYYnzNg6LSz1uwfwpozE+MWodhX0ENAQNfN1Bq0CsDqH63n8BWf3K179W\nFxftEu55Cg/tIa6+z2UzGFYWMNamuV1S4M3bEUFO+az/3AbKA4MpSIfmthxp\n9gjv5ksMYqu2wEnbrIzc981ub85qGaKvuy0WHk+0FQayXlDtjkqBlWXY4D2m\nwDpGsVNvNBD+nsa+L4s8i9slIAZnzpy8qQYg4CqqMuGPdD8xs7vzHTy9bd1l\nDdAhZOFXxb+oqu7Kv1GD1RaIZAY/s4yuhULYwXfBT49Kc0hit8kEcsUUJMDm\ntmWCPwFtFXpIKXLxNj55WXZuCpu4WYbpV7hoFZrIexsZm0arbs9Hg0ZDAAvy\n4sMSobHNoJ9dOcv7hMMS2GoxONj4r1pOOJXnBLp8tKwb/M6dbppXoDojIMpa\nDreCd6uKpOVtnb+2OzyS+VgBJT08VjImR33XP2C979+schmoJ8xCUtPqpX5v\neFx7jyeWkwzYWr6MLSI8qvMaQqxOt4byw8IXiJ89LbanlUyaUjAIAy8BfdTL\nfjhi\r\n=vuKk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"251547c6ea289fc764afc00955e2a36cca596f7e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.24_1588611452357_0.8172920216056139","host":"s3://npm-registry-packages"}},"0.9.0-rc.25":{"name":"fundamental-styles","version":"0.9.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cf117c2297110db2ff1b49791b84175e8000af7c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.25.tgz","fileCount":80,"integrity":"sha512-/4RJmCaYmZ59UIYC+b+oRhtnH2fUqqPpUdHmZ80+VqoINmoT1UFMYu5EWlfpgU/wKh8N3tSE0A4d0JTif1IlZA==","signatures":[{"sig":"MEYCIQDVPoy/K05o7RVoiy5Tbg/HSJ4LeVaL3H4Mq+RPiFGPwgIhAL7kE6FZNk0QA2W21OIdXOqIk3KPmvMs3On4M+a4p9Gg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1569804,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesFfoCRA9TVsSAnZWagAAh8YP/2DoONTg0ENdnL/juG4U\nknrVAKsMUmE32SBVJ+e1iMA55p457Jf7D57E0gj1XTqVxgVzLrSrrdFqHmcK\nHoWN9uwHqpg/KOePWkF6oeE5iGMwXs5uDprsgTwDsliz0VC0L69c0ihrKhKK\ngOD6YgDPGtUbzeKS2k6Ib2J+Fxf3kHXMs8XXgoSnrWV3H5mztTF6vCFtpDfx\nhebcNIwtAgJltlqazulmGxDg4gaDMENrOhDbp3T3EcZruBTAZgUoxgLSXtn9\nmu3Mpf4kYGFG3hxC7gxcJ4HzlteNZpZQetDwp1E9YzK+1ODvFrVWXwPccJK2\nr5WcYieH8d4CLgDAPPbdunnU2QZQLyOtl9Hux5nu1T2cU97WYsRzbb+gplsl\nT10EpVx9kWSGxNi0tqMrdTNN3TVZm/11wdVpyjTQRtrMtcfBPuSMl7pYf7tu\nh+AOf0tqVnUtbk2yWrinxTpJr8P2lVytxwFBRdFez2hn+5EFlJqyVv5ALG0/\nA1n6vZRVNnP/TvOAm5TPmnDGXp/xye57GCCv51UARswBBq53dlJEqCuIqHfK\n4+GO6czyAFKysIR0jYUwAQDO37hdxeZpkGfo2kDyb0meG1KABWaWMXRBHbxS\nFxkGhrq4vW/IbbK8GuLOsqIhKw3I8qkssnebN0CF1akIIpFKC9LJQ5D9BkpB\ny64C\r\n=Uu4B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5d92ee69a876ac331f80af44a355c96c6988bd0f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.25_1588615143390_0.14254577229730314","host":"s3://npm-registry-packages"}},"0.9.0-rc.26":{"name":"fundamental-styles","version":"0.9.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"86884a5ac1068e304043de2c64d75c70463811a6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.26.tgz","fileCount":80,"integrity":"sha512-lS9fJqXeFEnS+qY+yB0d5vojzGYq7+A2KTtmyyOve1zO4J4WyZIIMaHiUbvKfR7Jc6SgC5+4BZ2P+2qCh6HidA==","signatures":[{"sig":"MEUCIFMZFHlHllPkcw53Bp66O/BSBjnwJSqKAxEQ2tqNkd/RAiEAueLvqava67XX3jVRcTdUUYvxl83fz8kC3UMFkDz8WZo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1569709,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesFoJCRA9TVsSAnZWagAAROoP/3sWnytX+QBzSIgm+Xyn\nLzWWddd6Ivga4DQTNlGV6cMcMfVbJ3jYL8k6augzAsQlMXd3lTNPXBTdnVdF\nLXX7OYKBau3Ur3h4JarfuQbqYgNW29KMn3HEOVXFvShFr7BKiUNFWOulkW6g\nNmt2Je9okUjdRVRHmDsMSTltpywXIGXySUM4b4oCKf3e4+YOIttkbpb5qR/y\nRs7o+kGh0qcSjS1VBa8MMFK0Xys/Ay01G26vr3X4oUcSzNKbVVCxv/IMfyvn\nzxEmMkw0wPWa+actEAHP9I2fQU80S+8wki/ztuTnbi06gMtb6PduaXSDMh9P\nI0zJ3R8G1xgz2CKtJCsuC7KWW13IRfcFk7r0fPR4BCafYOfDoSii0PX1BAWp\n0ERGWc65WCK9Xf8ls4D2Dkw8vHE6M6f2VD0rzrPSPS0cvyBMuEwATFtnXkPG\ndUYPmLPGpjAEaqfHQh/ccMorzgaZ9HOHrke3zsJuotIvNVfJ6imv/FGHOU+F\nveJhWzJ2Z3za+kBvNNEw8oLD5EUBJ1jxKXBhrEDNKkEVNbtx+JBRRmRUkOJj\nykdN3tHtq737qBjhqYvtYaB8Bj63ta64w6U32NQgXhNMIUUo8SpBdKgj3u9X\nHH+5UE0SRxO3Ci8mvB3N9OV5kd/WB8EH+vZ4gKVAi9Ao4rnx+BOYQZDf2Ez+\nyBDm\r\n=x9mX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"93eff6e76f60b2c1d53be40ea5a88c3d491cc486","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.26_1588615688587_0.467309923266662","host":"s3://npm-registry-packages"}},"0.9.0-rc.27":{"name":"fundamental-styles","version":"0.9.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8adde3af66cbd3e31245fdae26ffae8ee8f76620","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.27.tgz","fileCount":80,"integrity":"sha512-qaW4lASlK0JPsbbVF8BWHtDSXC7fLS3mUpRav1oQP8RotjddSI49/+NQ2hhK81E1swmTSs1bjvS9MNDDKYYK2A==","signatures":[{"sig":"MEUCIQDgNsYxoHMkWgHMTotVM7fDUSJ5F1o+B3SmgC7+pgWmkwIgE3o43e23SxgW5usFOroP7eRPiJaWObswTXAUb4q9SJ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1569847,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesFxQCRA9TVsSAnZWagAAc2gP/0GJba/16S4P/q2S89h3\nvyp7bIBpUvRL6ygJbubV3F/xzT4n47YOzF+CtNx5KIyfo5nHYAnjD803DlH0\nVyA2pXIMtKWuVYVnsUr/rlKxT+mSsMqKjUi4FlEcAaacxXsVeqrO5vkt2heT\njWIvD4DCucTVInMv7SH/jBrWAak2ChEimWV+xv+TkxKDh+l7sLT2rxsbT4yX\n5HA3ogjlGAnDAF93eIL5KUYm5lqAnWrmwXp8MmSFPLiaWV21brNaYt+iBxWd\nz45ef56uj1rUss6TXqITlosgtQQNa1lQgFE6S9hJjqG1BSrN3omXRnIOV5OT\ntyqWyQrhfNoqE+qmS3lfEnciMbkRbYKqovJcrn8X1LASkYkiPwk/JVcWlyxt\n2mAf7TJWuTiRgS7X11+hOtxG/Pr+vCG+wZP7soRJTdTBIwqBIDv+jJkCcYER\nqYYuBejRYoAM9ViyhcfqsOXJZnIcvelNPRBRrQyjQhfr8xHF351yuHeRBHa8\n2dABid4SyxlRAOjLla7anxy4Ed26mi/lgwZ75XsWI1qFba9rKwBKmGw1kAxt\nNeBBcNoOTb9ud/avHdSH/y0aWpDCoiWcWZDjf3N8ge+M1CpHsUgHnyRSyds+\nwNutTc/CmPqZtjXzC01ccjTrCO4jc7dCWZXlsk/cj5d6omKrmGGiuxaRifSM\nn8mx\r\n=IFeC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2fe5c46fe844c27b829989f318e7411d6004c67d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.27_1588616271807_0.8515475378083248","host":"s3://npm-registry-packages"}},"0.9.0-rc.28":{"name":"fundamental-styles","version":"0.9.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"307f0489e1508289ad4b66872e22696a95d02328","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.28.tgz","fileCount":80,"integrity":"sha512-jxkZU9m9RDupl4myuHTdPGmpd42Sapi1JCxIWiMRRavSwCKVQoXjoZb0tnAI8Fzu6tjKpA8riCknqSMf4D8BSA==","signatures":[{"sig":"MEYCIQC7ErKYaKQWriDxNlwbFsNkrzQqAZbUJ1M70h9LcoXToAIhANQ2R4iCB0if9/HeBDGA4CiJi+6SmfLvMtscIx7REjTQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1570154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesF6tCRA9TVsSAnZWagAAOXIP/2nI38r6Ov7hziq+SEKp\nlE7t3caqnmMduu/x/YoUebtW5x3AraNcmEnUnc11k0vXGl2O3YgaaCX8Gx9t\nmaCTijCPEHhRBofA0gzmxVPxhErpOhHIcyHHUd/pQMYrUldF9mJrihUiqKbc\nP+nI8Fc1zfFTd78N74sIBnGVJrK0fVd5FnjSJt+ndh9mlQDYK1LYatvPZTAO\nGD252M4jW081QSXu4SW4lhQPUqAYnj2DkVIMARwtmXMQlOH7/ocuTuB1vCg4\nSW8sJdoDI7Q2YYNtpB9FozhOPRM0/eepwECOMZSwrzMsQf1WOD7HKcc7LLj5\nNI6aViQaEQ5mAsYA3jxhyDpiBsfbhTQJsLiilo706xCZHkxTDBBVFSBN3e4V\nP5T86U+sCvvpgEEKOSnbpg23BUOS5y1aNMk2DeJKk8+LQNC85sViGAIZqr8k\ndV7WSg9I1aN7BG2kuD3sRuHLvn6/bG3863xoF3CkJA7NV0pyb/niH9NULwmf\nj7GuwXsZN1ZJ8wp4LOrenN9VPZFxqxSmzRuQQNeDC1i/L3AyEW9HxX3wTvne\nv03SE5IrbqYAEtzdwUrm9oRMOdAnWvoi5GazUtmJoByiCpZGjlqrTBSV4HP/\nQvarsX2aX0SBcz7Ak9RCE3XRdynalltGjVmlwJJgTooOwAa8wAbkWRj4rJyA\ngHFQ\r\n=6aWO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"113cf4b47fd31fba9996ac301415f72d22967a09","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.28_1588616877441_0.2691439338189259","host":"s3://npm-registry-packages"}},"0.9.0-rc.29":{"name":"fundamental-styles","version":"0.9.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a186454bb7d5ef0935e695f166c7b389cbd3ac62","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.29.tgz","fileCount":80,"integrity":"sha512-yCATnJUz721d8mY8lPmsW7zNBtOD+0Cwv4Ny83z3arZMX3RfK3mqX9uHukF/CK7mdCCYy14NOd0qC2rR035/1A==","signatures":[{"sig":"MEYCIQDHRqMpHM6kSxWCJIlLfgF6l3ZuG1XFK3CRcsPyApkSmAIhAMTDQnnuJB0LIvXcaWgBNuz2zRR7ckQ00Pqa4U2DzZht","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1570499,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesGMDCRA9TVsSAnZWagAAhagP/RfleRvgN0HOe8Gvn8LJ\nng/w0KTZbRUl7lreCwa1I3yRwSep81xxnnH7Vwko0m7C4ZnAscahVeIKA5XX\np3kUzFEPcYRXr94B1RcBMt6MMOSM5tpDyt+bNjaqHgnRgHgN5Xz9W3O7iw60\nISWevkwmejhnqIdMsZeSrwNY/hCRK2u+B952vI7oVh4WZcw6agl0r6llc0ra\njuLeYQP1tBjEWtM0RQjlvsYCuMpK3ySLGtYjXX4JQYWVleaKdMElo3y74fXh\ndKnfTWNRDQZGS2qlfKKs23f90HuFJ0r4t+tKhDYiwUNvct+gL+P6x8sz87BD\nYOODdWU+KbF68l01omTQrom7faK8YlzC2UOGAEZLh0SKQHLSkmJ5BdbKPGo9\n+mLuyClPOg4MMztzRf4iRxKhydsCUKx/tRAukgOX+US7ADHhoV0G9bDJkycC\nUj4h9fA+gqoIr2HmC7FtKzqENPeTugWwy8aLPkOGwjk+UxWrfepAFAIWT2IV\nySXOMxEXupzKgIZ/x14lfJNKlA9ZvF34GC8myQXBXTQshlBPfRk2UrBl+ubK\nIXiqiOepx+dpxUMSVdwnQ6df8xOSJlRrhXti/WMz+7lzl3jQ2aqb6T0d8hyZ\ntVdOS+Vbgevywx1SHlcyEIzRUU8a/1R8QugmtJLLVak+FCg/pFbPyNNZhttt\nVOpT\r\n=lafj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cd947df5586f365bdee6fd7efdfc76cf928114cf","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.29_1588617987286_0.6200008036502878","host":"s3://npm-registry-packages"}},"0.9.0-rc.30":{"name":"fundamental-styles","version":"0.9.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c76f010c94b93e868504effe26bcb2603d799349","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.30.tgz","fileCount":80,"integrity":"sha512-BC2HNjg+JJFrOU4j5Qpki+7xW9itEO51KZRhPDvhq+QyjE1kfE3bMZ8hs3HTnIoPuFsVr9WLd4RnDKmE/Z3ouA==","signatures":[{"sig":"MEUCIHeGukV5T/cHOaRs+zYZZFE2uKH8iWc2ypOEM3GPXogHAiEAm84FKPB6PBTy/+SoYxdU2UIZYrivmOhbF9eDz0/4iJ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1570637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesG1ZCRA9TVsSAnZWagAAWgYQAIJ3zhgBMaZSgprmgjKW\nUKsdGFw+OlBDnBY3jCm6LZfiMiKrRmmD9N9ISk63M/XLxZ7MuVowmHrGtyGz\nioNifmi8mjauzbvMn3zZvx61fXoj6Ok4RNMNfaMP/QKd8JyVMS1pc9Etyc5v\npN08gotJMnu0+ZK9osmFgL7dM8CJ28OlJPz64LVS/g6gX4s1YQj8wfRanyjd\nYTw0EX/5Qn2GARj/1FvFyQ6SEz9if/awXv5Ar8oNFRNFehcgrDPIJ3QX51js\nEfF+6S66E4bTyladAh5YXukVG20BBrnjCkayebgHgDjCdl+iutVhP9eCjE5Q\numxojMzGAticXpFGkfW/jcT2opwOHYsjeVJt10AKQvypzlbyTRiXoPzZQvTz\nBCOvWMPP9JvHQESgiitdiCA+IFvqC32kyK124aeR3OO2GaH1LPtaUyv2lavP\nabc00jRsbrOLup6XP2CrxYTVLk1Lf+UKheAsv7FU7vxQCeZMm0909HImV5Km\naIR9Dka+21BO4c/+TZ78Z9o5+YkebbM0xmtKwiJyD0cSqjaz6de32Jj5DGAJ\ns1dr9NOXPss1lPS7QwtSLRLplFWWjUrWV4wsc56x58dljtCWwb4STzWE05fr\nCR19/U2ZNO5DaqIGHltTWvUoLgHxtgdLNS70JuF7mr60VcRnekVXC+9m8X8b\nEvem\r\n=+okE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"81e96c30d12a169069f807a60640b1bb489cdb3e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.30_1588620632569_0.7991896403294827","host":"s3://npm-registry-packages"}},"0.9.0-rc.31":{"name":"fundamental-styles","version":"0.9.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"61c3033b1345cfceaf243c65397def2f439679be","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.31.tgz","fileCount":80,"integrity":"sha512-ZSdu0vBUviHDEj4YIIbnycWNexR16EpsRfCXn67hMO7PXmjirEUtH3D0lPbixcH5/hp7S8JHKw/cbq+QMIm0mg==","signatures":[{"sig":"MEUCIQC76A72/Ah64Q7o2IHFf8jVZiX01lx7zDeVPUbnCyXXqwIgHsPajpqEcyBDg8s11s/bVna55ijTUccxlQwAoM/htw0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1570775,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesHRGCRA9TVsSAnZWagAAWH4P/iXvPD0G+L3aY6ttxu/X\n6ozKm7l2NZ+7morg1LpII2+YyYJnN/o7TUZ3Gzo9vR2eKVKTI/D0UNWIScDA\nJkOIjMSlJVCqXrak6BqPCpUvdBjMnJaUQuM2iXojlPbpioEsZNwIEIJ4+8se\nM9phRBiVDII10n39Dp5cqShu1KnalhBWLns39zRLrYoUHG/VnVv0EhiNx9+B\naYg2NWT2xsXvXQD/pWkyuETiq2Vk9IVNmWRkhuawdHYWtiyh7Ct+S/foCa0p\nryaFWP5jPH/uuQPi5fGRXOdSAs5Y6sKzJ/OKMotdCHiz6QkBkGcLJqvBpWJ0\n7wpvHvzC+H6ExWQ471xmmVn8c8RI+JzKA2Ine4PUqtbL0dkKs5pqYTwQ/zYw\nsjrxVhCiztdpRfl6aezFcUdaOkilp0t6p7ZAn2E0G8BYYouu+oDeBgSupOlR\nW53XmR+1Obd7BI0XeeSriTxlvxaTN0yDBPNpQbfMpIe4r8QF90h/7w/yCD4F\n1fvSr+IOWEGO+BEFTubkpTjQEYJ7097GlbLco/1K9nVgT1WDcHwEcNjxa59D\nbaC3/VNSRCoMqToMH+J3hZtycee2nOczNyVjncZW2cjEbk6JdJVopNJUYDnB\naY7BIUgIHaEvnwmGpaMm9A/s8JoRKHfSoX6tPeg/98kw/SPiHlIkRFZCnjCH\nZocl\r\n=VgZm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5e5dcdff20ab6a8a90617465377dca809c84db5a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.31_1588622405945_0.33124865181025065","host":"s3://npm-registry-packages"}},"0.9.0-rc.32":{"name":"fundamental-styles","version":"0.9.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fd3f746329a22454f03dde23dc25a2ea96e604f1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.32.tgz","fileCount":80,"integrity":"sha512-sq/Ye2gdl//HRcmippiZMOdO1U09YSApZeUdzoBZaPsAhDeNdchl2EU2/oBM/co3bGUhWNZ5K82Gr3VDq1/f5g==","signatures":[{"sig":"MEYCIQDLKarEfY9oHu1oed+DnS4lfyDsZ8DOXqjQl4by0/CuPwIhAMSQJF6FeE3a7KZlfreSIGDpbll9aHLN1yH5z+bgQp0I","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1571566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesHb2CRA9TVsSAnZWagAA/cgQAIWh5sHMLw23LGYXd9/R\nR65+c7oINx2q/M27UyqYyJSLvyk/ZIqzU76jAsfdCXx4eslP9Ar7eVsvBvGQ\nG17STJyY5BwxCKmVCca+N5zM4HrwEiof5IFfncgsijUr8zUHdT3iE6Zcff9l\n4VuyxKT01PvTye6/qDPbf5DshbP0YQ1sciBg9gh+aEvQz8Xr7vP33zgDJ15Y\n4o5NnX5vuQmjNF6KaA3jcGKtvacul6eKwH0qI0YUNah6YTibZYP8m5ynk4b+\nRUHwmkV1HuH/fpIbO9LTx5MRwEG1aHIgSBik6wJSDY3+2C9NJfP+DGxJeO5D\nazBqdfJaZxAiRRWZ8+UNPsq18QnNtFVjIjLzSXgox/TkawkeGmqHsrOhwG+z\nGz9+knDQcqRb1tgivccA5lWBREa5im+LOdN4kPaCT4CuFL1TkqMvvZcQZ3BJ\n0Fw4DtFHQwNJ/j+pK/M7D8ABH56YDGKmjb5t3t0bScKc/lUIfIfrS2NdaAq6\n1t2tlL9PmX6FVXdjvznuZhsrkECpWUyrFz9Dujz6dkGWGnx4zUxiy3pYoQNL\nDRvtRieJdWRlYCTy+BUqPjTPoyY1Z2sOQ2HtX5EyD1wiHTgnjisG69jq/n0O\nPqEdqpuhc6rwJZQKA7zvTcmhL0nNvtiE28n3ViDXeVmfGhWF60+P7s+0GE8C\nH7JP\r\n=5Vpl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3bff125aa959d946b617cbe4132ff3be7d5ca73b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.32_1588623093623_0.38782106090690394","host":"s3://npm-registry-packages"}},"0.9.0-rc.33":{"name":"fundamental-styles","version":"0.9.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"815dc8be002481382a3d867bbb837195dacd9c6d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.33.tgz","fileCount":80,"integrity":"sha512-3lWjuMBpupQSBWk4Fg6jiivC6ymDkdlo8AAObflZHEniSvBOp33+pwmPglN0xiXVMpO52TK8+qyrEAwmtJWB2A==","signatures":[{"sig":"MEUCIQD1anzXROekMUyWc/SCmP6+zxlCl4+mxm59IMBdodM3DwIgKk9o5bQqVBQBuHNQe6xePEcp7Bq/RTA6Us/p15Jy2Y4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1572104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesH0hCRA9TVsSAnZWagAAnAQP+wckA7aCn7afv4nYLOug\nR+MdRfiMjg6PL7D+ckFNTWW5AMoUPNl6z2K6ygO+VDxcEECU4p5Z0N0/wQK3\n00U260zFf9zbNEMgz9MX9xoobuGa2+iXOa+cLOkEOgmGNhWuYU0N1oFWz0I4\nOTM5LGwuvQ+K7A3GHuI/UH5r2kXTZKJnMAIIEywhPmtFY8g6MbdG+EY+YB59\nGFmDqRMHGhNb/hYpQGcoke5HlrXp6gvjVUGcja675AI29KKwdysJlhSQGYF8\nklplHC+KU4QYNC0eR4KkVEr/AiB5ZlxOX/ULGgW8+NtMk1Vuzmpn6EHwg74D\nzh3+jiREY2lAcHlAQ4314Pq7llv8/vQ1p3wfPoCV4SzXDJeb8dNkczx7fSp6\nCRqWvZ0ZtDZ/fZ4NheNSrDYkvq+TVA8o9UfnU//wpgriYPWBsU1Mq1xRwRVe\n0f4xxZoR94Q9kp6o7TURslHYItj19DVSJ1eMAPZUF3zDnF7eLTrfwBk5MiD7\nhbGyDQL97BydYhbya33de5NmlhS8mr8pie//YqSK7OhM7rrVXQPsncOc6bcE\nTNZQF+ViK+HixO4aQAWxfdRLuwpra5HD1C5KdqTahs8qFb2IR2fIyRB4Pd4b\n2+myobdg09Jq7/DdlPqXPnIz5BJrW3YF4Cv28TV3n/YfGXYFs0+Izp0E87oT\nnaD8\r\n=DsjC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3664f83c0b58fb48187c021bc1d9a721e01b68fb","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.33_1588624673467_0.35646251892789627","host":"s3://npm-registry-packages"}},"0.9.0-rc.34":{"name":"fundamental-styles","version":"0.9.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dbbfde32c8c36aadda129cf7c4bca4739aaeb808","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.34.tgz","fileCount":80,"integrity":"sha512-1q+asKH2Ejzoek/bzenmuM0aTSjwL5GWAAAy+tt2bXrmOk2UU+31ImoVkgoAybfkO/lvh0q8kJhs3inUs+6rzQ==","signatures":[{"sig":"MEUCIQD4cVJ2lZn75its6UN+VciPxvMEeiQ3ufmgIuhNuO7sAgIgR8kd6tGFCiPK2iNBIx+4ie68JCBHPHPlOf7EsOYGJhY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1572242,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesIWxCRA9TVsSAnZWagAA9lAP+wYxFHnt/x8NggsvCVxm\n2jYwhvH4uzvyPxh/dLd2fgokyBbCEmF2FgduSFtwOZ5yzih7H6fQlMJyjCss\nrrGCzm3DO9s5lJG8Qtw1jAdy3VyNxo0FUxqRQQz0X++ffI2Ud7xpQDnqmThr\nrFn5EfQ5024nPCQy1k7YULzVhwUn7SKU8YX9ZYGwvyIDxkt6H9/7JZYXAZA9\nepxsaOq9WUG7NstNGINg2RIYoN25A4Zl++GEXhzDXY6gv0LiMlKaeXSHQRLp\nAxM7rcZViFOf52+z961TdyI08BAp7LnI6EkDBriktbiiRt3s3ayQ7imy6dLc\n2xvZOerD2dCzjLIHOqRvlN1Y6IsFQw6wwZKOqQjMFoyZBbhH/mhCYzj+pYMv\nKQHVP5FAWl0HJcIc7fJElnC66S9ofnMJe4550rn3KTKClG4UyggKDM/fCBvQ\na9UfURtpuBMX8LnvVKTh16AD7Bi1zbFAKk4kmrFvyx/LthopZ58utoaf6TQi\nC4SKRcjqyWvO+eoimVRINdGcHQcN006FrRwON9wmkhdEYyPgUltMIjHjR/FN\nY1ZrLSMg3dh6UqPM5Mkj1YUdbpuNan/BAI3tXoMbuYDG8OJ6ALQmr5iLQ6qM\ni4GTbx4Sp5XKiSyBAaI7qe613A5FjzwPxF9Nbv10PfeiJpXrDI7rDu1iZrz9\nxfvn\r\n=84/7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"701705781b43aee5a1dd7aa6b719e1ae574b96b8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.34_1588626864262_0.07846960615522725","host":"s3://npm-registry-packages"}},"0.9.0-rc.35":{"name":"fundamental-styles","version":"0.9.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"31bbb273198eef01cce0e7b3fef6822300e496f1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.35.tgz","fileCount":80,"integrity":"sha512-EY4DzgKD7EDngBFuS13T2hIffKiJymDZW1HcA8AH8rMq4vK7w36uabIqD8+jSwvX5piOZ7WDDG0db1uCUCLIOQ==","signatures":[{"sig":"MEUCIQCa9oq+XZCbCIm9ujUBoqB4mGnv2si+vq3omBueMit5GwIgCQ8gdpv2nM6OrexlDCyPPHT1HeXqDHOQAY2vxm9RcCg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1572380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesX5LCRA9TVsSAnZWagAASFMP/2noqehvPzGfIMSGFtif\n9ub2s1+m8MDV2OSp/TkSzQuI1RqMPE4KpgQANbsQB+qH45IaVJ90uMHsRz4t\nqKdrqTZhq/9r06bS5FBvYASYeSjkX9vyapZNgcnrXluFD4SS/iJf7BLSwS0B\ncf186ObFEu0Na2Et7scACSrLNpHWvxeQwz67WlgPKTq/B7bTpToR4YggdbJ7\n4mNzJ0WNtnCO46q0Ys8XvD9X12Ns3lxFo+AuQ1IuBMbPl4xzm0Us/j3kNETJ\n6DznSPLsrQXtn62l8zEPqy1nmcpToqUphOYiQFT/GFGKTSkeUhP/qqC7QRsT\nSmYERGL3nHAnFGJ2mrCqLajLRWYtaf0S0sCZMrPQlzbUeMn5AtQ5saUsmUDE\niAwncTI84u7mUbRBPEbejmydcDjtFL57yISX4eJ9tyenwC3FyiZHGTti/aov\nRwOBVD8YCIbdYL1jBjiSQ/Y8ob6GSr/FCVcPpBPb012vFgyhjcrGMmHxlVUG\nFQhG0Gi4+ZOLuDD6roKUa0d4c25M5JQaM4EDE/XuivigGC0hjHZ84IzfH528\n2EXxGFVQdhikaeE+nY5v1Qa7wZsNztPQFCJHPOz2XeO0J9xHIgsdeM5nWunZ\nKtbSbUJcM/IYZKDaR1Re3h5beFCv1BtD6kVguo23UwRSMpBm4xOOzIR5wqwA\n0QZ6\r\n=WYNN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"32ae34b74f8deca9434bc7a827a948c69158e735","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.35_1588690506713_0.6535861298776289","host":"s3://npm-registry-packages"}},"0.9.0-rc.36":{"name":"fundamental-styles","version":"0.9.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e297853f1002f826e430575d98247f8a2d1fee0c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.36.tgz","fileCount":80,"integrity":"sha512-si3/+nmL4ZSxmhva04H6pRQJvsMe+IbAHO8HgfOFDA3gcfFlwKh2DNmuK54pB+/wsUuVTna9crm/Sd60ln+gZw==","signatures":[{"sig":"MEYCIQDPY8pzWylzKC3dqo9Z4UUnQmvFgqwyjuATr45Ji/ck+AIhAOZ/5udW3nJaXdas8mDWy7ByEQEKfB01Xhe5kxR4AiqO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1572518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesZDSCRA9TVsSAnZWagAAInIP/17scIcJlELhwtoCQosR\nfczbHFwvv/o3mJoeGHq7/zm6YAjtAjBnwkaeTigwZWhBzwuOKzfmYwoU8/9C\nldqImDvkqEyEWfk06PmsnAxXUw1ipwJqixcnW7KyF7SvW1O8xvmV0IT+mum2\nePlKW1FFIxqP/+fXo9ns9Ng59Ucajx+ybIKicSDOxbdRk4Hu2zi2J3yFDKxM\nFabX+3j6N+k0jTxR80Ddt8soOTqRRke/yJs+65HUtTTtDJ/0YPZssRzBrRY3\n68c8FW2tSUThA4Nib3lJCplsSi265k3BTYcguyKJkRPWth+Q42DyO3EVEOwD\nyfvfKHYc9j6bcJn8ySpXbHLg1kzsQoU3NM+vPJW/QPBmlt/eWdbCYR6qivV1\ngXUP8V+4uwCTca3IavRlywRfqMl4u8F0DrgcVNsf0VxDCA8ldaK7/btOgChk\n6izyYvjMglIb2O60eHeYCk+Cw+3rvaT/dWy63IrZSEgpkK5ZRUm5Qc0GvTBn\n6bShPP3kz9E9B71PAchRfZjFJ2xM8UiQRT5KwyRELo8sPzi6NYQkf3I+VRwT\n9n6f2htrMfEqyAhPFdc4EpwHQyjecWP+gcKh1HVTxLLbqUxSFr65TaW+2C5b\n1zeEvqJ0DPGpc/97a7h1vw+mj5f83drJEHuiyqOkeljpj0visikv75DOJ9dZ\n0p7e\r\n=IcJU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b34d031d8ca94a1687a668ef31f8840b3e67b6d3","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.36_1588695250309_0.3020344495260874","host":"s3://npm-registry-packages"}},"0.9.0-rc.37":{"name":"fundamental-styles","version":"0.9.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d6d8cc295341724f97a8b5b922d0341dbcfd0d0c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.37.tgz","fileCount":80,"integrity":"sha512-YlTcPiGqvwaNa9QAAga5ieGov85Q7YXfHPugf/ypn0hsqUaqmRvx0avNQV3gHPDrSYxgmtR72fViBkupZnXKmw==","signatures":[{"sig":"MEUCIQDrOLkasyP2lV4G2Hlfm66TCI67UmyZ5IASuglsFbtnOgIgX2CgtHl6zPu7a/BRjSwUrBSVT3kpSx1ZHy9m4XZ52Rs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1572656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesZjwCRA9TVsSAnZWagAAyvkP/391Cs2HilZPZcmdnrni\nq/HeCexfThOepK2gU4RrCQNlWgX415KNCG0swuOig/8YBf4B9HRhvnJVCe5b\nYOwiYkNhtTvDsQKXHsXuDFwtAhuCcebSzdKXcvq0Of6qWFtlIb5JAvnrSo0d\nrs9VSIyFx6QOU6XTyXdpL8fRkPl8xBF6qbvaF327FPIY/5yIIPKXYRY+s8kh\nsdoINZH1an9/lkLckkEQr/QC/M2J1WuZZhnNA4AfpGc+s+ruHWj03ysoJXYL\nfzCWNY5eZxIf2k4Rem3iAPUXhzhFameRET21YS4M95gdMoY/r8xcCy8+tm2D\ngvwvyn8tvkf0ZT5J93Hus3JOVZfr/gNEdZuZURIIltc9Zwidv/uavmFVCkcg\nMXwQPt/M32oO/meYs2y3DwDpMhvrPHajPiYBzt4iEG4oWTDYXaTVvnfmOqul\nEKR6vLFy4NEwb1Pn/59ld6Y4luQli4NcTH5qcHZwQo6N38bl4YeXqCXVElFt\nq6nHVfDK2cMhZFV2yWZC3t5cXGCTnOCPtQJSqRHbJdEso36iWEKyUxYMkRJL\nGU6/ZGumKYlk5GBPEjD8/XE1lDEkZxn1iDYJ/G5DbNcox39xkGhniLm0rPqb\nVsuQUX23uNVjQTSOQ1bDLeU2JICu9JAlhUKSwH/ZvdhJfkvbtJjRXCVji8Mr\nZ6dt\r\n=qvbr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"67f69848609f49b0c5876f152b515b13a009cbf2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.37_1588697328417_0.9263603486717713","host":"s3://npm-registry-packages"}},"0.9.0-rc.38":{"name":"fundamental-styles","version":"0.9.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7352978aca313c6680d597228eeffce8f81a0a0e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.38.tgz","fileCount":80,"integrity":"sha512-ucay9zLLIm99O2wpDXjPqhTdlnKTAAk0tLuGdG15PBMlYiHwBOxrLzv2HD9ch0hR6oh0K664HvEJHYgW/6+Wwg==","signatures":[{"sig":"MEQCIGf7d/TDPh59ApklpsoddKG7xsFWjXN3uMBa3O2lJFt6AiB08RpclyeR+4Pg5WFGaioMnzW0WdG/8FerTFadGBHxHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1573082,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesZv2CRA9TVsSAnZWagAAJ7YQAKNeuSVZOux+ohMjJ7N/\nHJkdEcnN3PZmLv6o1hcCiRFUnhzejKcJOjgJJizjOwHL16SXKkQ4+AGk7l7X\nr8NI7aWFOI1Dz3NbJl5MGen/GmHMSx0oeFZxR1e04BZIB4KaTTOdn/0O9KFS\nLlJvrjyazPebdo7bxNkT0Z5ZGe+6p/ZZE3o7iQI5cR7AjyzbDgv2g/jbKiCp\nAKD7bn0BlOyDXm/cVN7/wzUpvl4JxexC7gGOktf3mctUTuMEkbiBnLoLo+Ge\nuUOGpUedJ6mnVaDCYxONLW0d9CnZP8ekQ6SCjpl05UbGN+uUIXVd1unvpW0b\nFnlOOg7cndBFf5CDKLdz8XDW6Vh/Xy0DJ1tg6MXJ6vyRIJXTEz6DXlEp58ra\ni+PyfCn8mBk3HA2bhAdi1FRuQo5bvYMwDF4gMHaFMMAKxTQ9g3emvNV/F2/B\nrEiQ/nLyzHCY5Xo9NJnz07hjRqT5V7QLiXeJkO089ydpYqipWiToizF64Ths\nsQIgitEpy8P7oazxDO4wzpYjwS2yWg1bshIHUUDtsvW6B7JNijiqGnWrJUZI\nAk6Z2nLRLbmFBR/2oT/TIo9HHNcqe0aUYegsl+/4MoxWEHdYDyS7oj8OCUUm\n2PJYl8rFsAiUmMraoUUDQY6LaSNZY2wSPSszksJaFhazvdNP25nMfFIZ58Sl\nH2FL\r\n=GrvM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b282713546d2554bcf07fb472f18ae44cc955fe6","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.38_1588698102154_0.360993892843096","host":"s3://npm-registry-packages"}},"0.9.0-rc.39":{"name":"fundamental-styles","version":"0.9.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b1ec5227f26502315b443afa14ea93954203b25f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.39.tgz","fileCount":80,"integrity":"sha512-o7o8KfJFuygaTiVkxBT1Wt+jCMsVnpw2tTp3tkdbCr0VtmDQasUW8KT+T9FNHjWGJhCPX5dqAzWrbsmY0AzpxA==","signatures":[{"sig":"MEUCIE+3oHcWFeaecCX+sRXO+dHqNZoAoSSY3EnqX1BttGIiAiEA97a+I6m44Joqg4iQ89V+71nYPZ0y3SMy/gUAei8prQE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575220,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesa2uCRA9TVsSAnZWagAAUx8QAIaTv8vuxZQWkl+wGzUq\nrjZtW0NybUkmgvs346eN7+0oIXZNhXs8EAch2suzEH/LLGRyJCce1PtE1vG1\n5vUFCTJlCyeQqrrgqzQB3rKMkaN84C2/SsBFjMkzg1M55wIDbZCHcE6wlZjA\naMfVKg/EGO7RExokTXheJnfE9EMtYIV0MWFmoAMEpATIzenJ1Wfqyq1Ms97E\n/tzLxqisBrQg3gGwM/6cTAc+i78hrRxXFZ9Jzoo0Phd0CAFciUK1Y5yEyDs8\n9H0iS8D0FtqFFGQbSp+Zguk88d2WOaO9ospusvumvwx09COcaYphUhz6TF9j\nhPW69ckvhQ1URoByLsPflz24zPox/rNN6yVlkuEPk+0BEHiMeRFw7GAXIX28\nIHsL/DX44/ALkrtvN9ka9QVmb2qw0VQvCpngKsIHolsWRjNlQ9kfrOSVNjdM\nUmP2g201uR+7dS0unyqTaCqQxCg4PD/k62y03L8fPzJ7j2OwskhEJQeh1Xxa\n/NbPFz+HZkiiz7l3DUosyeftJWaoz/ALyKYbKux816ARZhOgjE/99DVAaRer\nbtgjYeQ73jEl3q1jHFe3IQLPo8cZH5jHSaxUkNDsWk4pj8cUJlVc69W0DTK0\nU8sZew+Auh5PUWoV0DjJWC7I4CBEIWamt3M1rA3vUmHMz8sQpiC1WpL99k65\nbGdj\r\n=C50e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"88400fdf3b8aee8e46bc9684369a27e38fa4efb6","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.39_1588702638153_0.5990419298615948","host":"s3://npm-registry-packages"}},"0.9.0-rc.40":{"name":"fundamental-styles","version":"0.9.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"09fbe6b68e691c16b5d5573f23c92ff23a57a82b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.40.tgz","fileCount":80,"integrity":"sha512-l54g2JzP5w0VET+r6UnIs3LqXRS8l+yKn/9dTBp/iKlpmhzInDn9MfrxInGuRRZvWzsgpn4lzkXJxDEGLga4yg==","signatures":[{"sig":"MEQCID7WYk+y4m/laujwHGmAszWVIQa7dxyWe+ALN+p2lgs5AiBwaubRHmTA+rPfvgwsCODxC0hvygulS/PJLQnqNv+hXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575604,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesbXgCRA9TVsSAnZWagAAl+QP/jJqJ11XrhRrlIHQSMMU\nO/flemw3U7ZOJxhGO/NOfnCl8uDJb83JnxDBddsyky/LVThDrE2RyTutjuo9\n3urjjFltWfNZ0h7AsyhK6W2ERXAEOu18dE6VNZdWK8nzcuHY3jx3bH2iDekl\ny5ZBMCy2qUg6851gK12QU8Q+tRzsseMZHcCrmvCkIY3d49PTNdXbxUKhKwkg\nNa87ImKJFKx8PfdGM9uE9Yf83ujFwRzPnMiJCEML401CniIAp74W9i8oyDQu\nHiHGcC3IpCvd1vnmtL+Lq2zUbk/Z4NVOdphEA9VPMUR80iz/PLqqdyW/pdSx\n9NCPVbk5ovZFK1ens8/XijoSlMUxRDfy4ohJ5GQ2Bc7Idxes7gUCHlJrlKrT\nGBAqRwQ38GnKjiTx5NfOviAuZIR4fNDHU1ryNdt8aSFz/3NHZoK/3mdeygHL\nTJYR65mFGRdF8oZYzFcQ4/ZqAs2LSKb6DF6B9m1I5PyzeI9gVy8yotc3l5AR\nBDliyXSRNLsPfdvy+tn2nu19JkDWRNFA7bFq7Vd+Ykc0qBBEUG/O0FO/u8aY\n4mklLKajVozeuUkcAiXtV4zXF7htdpSRwTD9rNmSh8OOSbZakL8+hAEh9Fax\nVBVu5t/9d+6305RGIRBC8pJA8i4cH3HezQhTcVWLQw7xZkJtEj2IDQrKQP/K\niaeT\r\n=88Zc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"997a2a861f00071312fd215971d73d44f11c74be","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.40_1588704735100_0.46858176009197794","host":"s3://npm-registry-packages"}},"0.9.0-rc.41":{"name":"fundamental-styles","version":"0.9.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1489ca0e801406280680ebaa80211b764a5b8927","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.41.tgz","fileCount":80,"integrity":"sha512-FqkaycsOF8JwJxDoHynwuTER8PNHHwIWiM82YsimBGRjXlezh9VkS69xnuqWXrGcxHlIALG/bh8MXQ1GczmoFg==","signatures":[{"sig":"MEQCIF7DI2sN515tcwtwcMnQtcYxafwIPNGw0eqAGLjiKvSsAiBlGZCUlfS6k7FR01CYCULZlH9LPRvVuY2Stnkdx/MFvA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575956,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesbfECRA9TVsSAnZWagAAbWoQAJKkfvxE3g/eyq5wvAln\nacIlow8FAWnVZQ/zufQGMPNF/P50XQN7Qi5suuQKy1zaMRWrZqlCI8qU9irU\nCAYvGvFPu1exO/99VLuNIMiD4LhWgMQLeBfqgwDZC3uEiI8V6RyEsRpQQUNW\n9YBs7EI2qnxQ3yhBHVgVqJMgW8jBxTlveUnQ99r1w7YkbDZtlH0wxnlO33yH\n7l1x3/BFLp1vexjvoXZsGJJj02MESoM5F0FgbILfOd3G6fVh/8W7Lix1WXRX\ngN4QCxCD6TUMIczwa5W7/Xfk26pf2ssLW2xow68+pLR32ahkixleUsePUeEQ\nNispyr7bhaHx8pk+IHLoGgfri4xGI/bD3Sv+1fOB3N2h9JOYxwB2dK9Dee97\n0BYFR5NTMyFD21h2rhL49yAgrQIFsIbYDe+jRv16Tw+LTrujqsER0o4Sts2X\nvExcK63/n0dHSnMULXXBeydHI+ynK4GjE6EpcQX28YTqrIRcAd/QR5KJu4oQ\nb+K1e2BLXnoMwklrikZelCKBPRyJ6gCdxWqJUOrinl4FlM+OE3/xOcKp1YKl\nxcTaSGEPPHl2mAhIgIjKsnhXhT6/BlUH6pQxFIRGOqOFytFUVZ95J4IbOr2Z\nOIUsZoKLWZQSEId7dYX1FT39agoqMPsSnK1ZUqYV2qh506imO6CofC+UA5VG\nJerD\r\n=dDxw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"64432e8575845326a6082573f98be1bd30d6efc4","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.41_1588705220091_0.04552373520323827","host":"s3://npm-registry-packages"}},"0.9.0-rc.42":{"name":"fundamental-styles","version":"0.9.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c6d209c2d608670def08b043344f9a0dd84dad33","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.42.tgz","fileCount":80,"integrity":"sha512-KvFIYy1RjzrVSKeXujiUHNglWdjz1OFa0tQmsVyJH7hrfat0dNmFuuCq0RXzRyLACzSJyZothFeAcj67GX68jA==","signatures":[{"sig":"MEUCIQD2nXDK+sNCX0kFqqSZVxyFYAXnsHeG4YJmtAAFos2o6wIgYkmPFCeE7uzBEG4zobKMV/h+jTHk+eU36cAio/graUo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1576371,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesbnjCRA9TVsSAnZWagAAPucQAI11CcLxKhgY/1OKIFZW\nSu+2ED0bgn+sQged49Z0LWeoWt8yqussczEdw8JB+S52gXX2DF9xtiGf+W4B\nO+rOp0p/rUt6cAlAIx3CtmKGFTBhCuRT43Mt/R5d0JidgtvsYWx7YbFMx7Yq\n5LgVlj51S67HoxHaTi3XoOub7Hpvcamny1nEA20OTKO+hPD9b6FB6kCHiZe0\niB6GCm1i+8FUh6o0vevGfEH2pActCsLyLiuyvtWkslF+gDhtwNAP1MtzmTaF\necX/Ap9ge59/BLqRHxw1GW7y70EyRvL+ffMkxnaVMbRDwnY5mLQaN6JCA3D8\n6LVThcSBtOIJdt+1R4dJTUt9uZ6vyx44MdPl2URqXoKDXbHL8c/Ds+5Y72uB\n9w5D98Xoq7Zg+dzgIfIUccpOo+Cebtk06GSW9HoibBFkQofIHnKlLh6YuepX\nwc9NSeqNE3qREzjdd9KaARARtym1IeQvwp27QfdHBYcGi3mKnXza07fqJtx1\n1BWeOf0xzwTM9aCzPWUwTRbwA04yxhhhzNxDKg9Jb8vj8yDtBedsKNxm6bjP\nUu2FihGyiEvX47IFDHaajUcsX/jJANYF7Pg3CbyBtBVasM0Ud8u5WnZnZIG9\nw1nscw6iwowQUtTFGgi4ISBcOdPvMGUcBoHaJhLSJM94eVC1wMUF8AIgTLqo\nKNND\r\n=5sLG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"19884c81d4e6c89a4c85a286ecf8b1c15edb9c6d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.42_1588705762732_0.8052570884487427","host":"s3://npm-registry-packages"}},"0.9.0-rc.43":{"name":"fundamental-styles","version":"0.9.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"47a9150e6bc84d811fb32f195ad0cd723c92b5fe","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.43.tgz","fileCount":80,"integrity":"sha512-gswVMXbJ0nOJyYkGzw9Xh/ElNneCzqO7q2GjxoH2/dsxj8+/5KACe5ydHdHuTuAXfh2BpCYDDA3kwyLtwZ/t1Q==","signatures":[{"sig":"MEQCIGQpAn3Lfuyrf4LmGhglhESt7vrDQNtaN/l8ihIR8PTVAiBdWBwtNXN/cxfGTZMPqh9qnuv+E+P8kBaQ+8Z+TsAGrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1576860,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesbvwCRA9TVsSAnZWagAAKLYQAIsO65SKqgVT6ZmVjtb0\nRDWHBApPlgBd4eBhgI4dWRwyoUMSyGbgYIpx542bzIPdUvpq4ehS4flWF25K\n082EH/4ekAXSjfArBpTH4K6o/WAP/u4d+sj6MjVS0i80JiNc4Hcqa3WduQ4p\nBcO64Q8c2YzzH/ISegVbuKduAx5E4PgxwH4J8Vp5Un5s6opj2YQR4N0uzo6F\nQ6R9O1rhHxAxo2RnCJfZkzlfpvF14KK3bTDyEoPJzK4CGCHUQ2f8KKTYC/cv\n+tJ7lAwBmI9izyfywKS1Of3NihA2OCWYA2YOM1qX+BwpNJd0JzzhrNKSLQ5z\ns9Xzp0S2CaKzinquIMDPszB0xTZNOD++52y+gwV4TelzyvRjLwZSdUrcw+j1\nc7AuPDe2E3wFHWyBzCxc2095HqutyXjeCXyonYllnmwrStOcR5aXp2h1jsua\n7tZJ/Yg0kQlWmTPhBcWY35VzBjAG6f73/oZupi5LQPllBH4AZnGJLaZz3vTT\nx2Fe4jaV5n1u/3eotaom8915fMuBm5b3Emii+Kqzj6JTq0Ibfw5kfdRjARSO\n692vpanCWRgS22fJHBNmTZEapAKHqonqNkpig42WM6adWnOl5gW33hbpaqZX\nWKrNL1NOoOUsYx9KrbOPhQQFe+FVopoNnGXaRm4sTkOpVZRTE0WuGDswXijX\ndNeP\r\n=n+9y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0cfb151a3b1d81ce3f9eafcedd4f80c2d7bc095f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.43_1588706287663_0.26430951558500326","host":"s3://npm-registry-packages"}},"0.9.0-rc.44":{"name":"fundamental-styles","version":"0.9.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b2db6a2bb710099d181352ade22f43ac478ad1e8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.44.tgz","fileCount":80,"integrity":"sha512-h+Mu6jULd107aMFKUbCbNE3yTuTlkPRjW7dtIAKTUGAZi0LosRp7Xsa1Kbd16KIAKs2NHZ4JFg9LXx11ZOuy1g==","signatures":[{"sig":"MEUCIQD9X+rNce7dG7csQg+9ngp3QBHaSTP4IFNTtyI5yK2MngIgBR08lMOSHiJdo6nTZCG5wZtDCdwDcnPpWB9xoNSj17A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1577148,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJescQBCRA9TVsSAnZWagAAtzMP/2ZrN7U3LdkRhVyxrEF7\nSdQOyavHynpk2jPVK5QjAw8t21F6kRdsgpnrG+8Pz64igdx5P7mUyhqN8p9T\nEYOj91rabsxfPDDw8Wosptu19NUd3J3fedg+z5CQFxkbf7CEc/bziH/erhhM\n+dgmuDX1KduHogtPWvyVgJVevqGHBEw1cvS7jZE4n4McTA9oa64NdWwdcLtJ\nZQEtKnzjWB30NnqrqsoV5IWu+wd8tMVJgL8gL5SBeMQLV1Sx1iecUd+9AAC9\n4MDlhnQyyL6jiuiTJd49PgUveo0R7ssdKcETszSskTCWeSwO4eenPRrR8lGQ\nw4i8db7ujj7pjOK1HBEV4VuvBvU6qlzyJT0Pojo89Me+8aD2CzzoHmd+NAAu\nKepmvh022nu5HcEs3/jF4T1TZ7cvYkBAnkAYVQnGmpaTevIJdn1DFEBhlZHc\nc0AfKPULyQEXPP2fST3q7ha6Df8t53qI1UAkwVhONPrR5T953WaUDw8Rx4pp\nlxJk0VYFPObfdFqSfZQHLQ+cTResv9KtZ09Szd6K47e4NpzX4WZuGVkne50q\nz0nPOIU19+7qZS6P9Cfyb1l1qLbv03IgacdfGFAGAOrYfAEAj66PiZ3FhMpU\ncTLkelx8P+t35mVSAnWmyF6IBdHMctL/zKIZLN+3MWKUZqx3iqqb5yEKsSCZ\nLNaS\r\n=PAdp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f57aab4c56ac0c8be247b53f7a0aaf27a8487cc7","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.44_1588708353450_0.8120862596645599","host":"s3://npm-registry-packages"}},"0.9.0-rc.45":{"name":"fundamental-styles","version":"0.9.0-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"73d69e3b3ab15b2e49bf5bb861dacf7600727d19","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.45.tgz","fileCount":80,"integrity":"sha512-YJhhWUdfPQZnjtkC66gzrp+R/s5l3NB1qcPPLPqmA6yb0sV7ehNilT8M82kgfxuDZUMWTXSUox2KKuLzF8MiHA==","signatures":[{"sig":"MEUCIEwjibItdkw1WyEPzlNJLmXIQMwEcGU7HAqlh91gHU4YAiEA8Q2eQAhqWw8ZHCL6qt28xiaYR8NmLDupwtcgG/40c8M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1577531,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJescXKCRA9TVsSAnZWagAAZZYP/1rw3JHXml0vGhFmOwLl\nl2RROIBGhV4+01dD/9tRj43D+FFUcYfp2v+KAaCKTunn9Q24rwvUl0JZgjKR\nyP1hy8Iv5CwR3EkEEsvgxYpRrCKxYvh6441UTiSHyCs53rm2FOe2rKuyttb5\nD31PGOeu4DOowIecQesH2NzFETpSGGGOKWkXG+OwLUWvQi9Yp6X9CIqej6za\nPcTWY9nXi/idoOQW02AwBFr2PQj8V8QsuwURiAw+cqCAJUxJrb49WSobRDyg\nyhYlSUDe5WDs/SGBirgf0ByfHfYmZ0Cjmy/uODJDjdsnnlNHOxnU0vtZPgMJ\nOeUQqJmr3xRgnGnSpSkagpL9wdHsXSN0mQz44NMY2sBZTgen7EE5IMONRd7D\nLY+OYjL8cEaILKH9CS28R7QhvCeEA/d1sXEjQlk2Vgy8FZWqUXbQd0idNZlF\nStFzG3R8gK2BbOWcpt70WQGNPo5QMKSWlmXOCwjUn2zer9aEiQuk2qwLSgjZ\nWEzketToAvYGqlaMYKzR4+gFqXzcsx1V1Gp45yLCq6sJ3FKT+MHjI76oUurw\npZXHNREgHhCwdIMBmrZ7LLhlM/AZzDA/XuBeXfziuwbZfHh0sn7V85w3aCRJ\nLMiYi+xFiV5WCQO2BPp3v1gCp4pHjmRCF6xVD8my6/xeIsLUJbbowaiIBtip\nV0bh\r\n=144F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a91702ddb795fa8a8c654a9e09ff057518bc7b84","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.45_1588708809581_0.6317540207112577","host":"s3://npm-registry-packages"}},"0.9.0-rc.46":{"name":"fundamental-styles","version":"0.9.0-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dcec110634ab5c219b4993abbc5851c56e8a170c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.46.tgz","fileCount":80,"integrity":"sha512-yh9jhm4HW9V9ls25IpCkXogzZvytOgc388Gx8IeBTDu96ya14Rirelsi3qJiUXGamqJZbG76x0fXVprMq5+0yg==","signatures":[{"sig":"MEYCIQDyzh2lXla33iXarJoUYIb9fjlvnA+TYlu2pz029GG6bwIhAOBsBwSRYlF5Ia/phQm6fVFhtemMz6sB81OYa98K3dYz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1577545,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesdaXCRA9TVsSAnZWagAATcMP/ifj7LXn95OYI0mjsFl8\n7vOglTTa4qK/5whJL23k5SqqbLgpe8mlAOd+RW2lWcenMmNpwRK8XAngWTW8\nlD2qx42vndGY4uRiRM0+E95CyT+6Lk/vya5zT14b4x25/cQJsB+wa3JnrF4x\nmCKsyp60/tCHdmBKfBlPw1GxSjD7AKLcaXNE+udca2ddlF19b7qEtRS+sww8\nyE+u7lmwrYF+YeGjCY1NqHFpREB9nsSd6qSC6pfIqrl0X07HEWTWO15XJOdX\nzSLGJu4PHm6bgQTR0aSzh6RUmlZryTRIeMfabBa7mj/ioNIJEPDz/hL8AGBj\nT+VUDxFhhwgXsURxhVq9C+BB755K6sCzRMyU8hWVnBbgUsfOZnaOO0fg96FZ\naP/TOXAlW9MrogQSgIdl1erFfgFRLZBnED0kF3CfUx99pIAkmoZxlbwrg7qn\n+ZhzwCWuZkWMKPvDK09Mn0EtN1/Auz3hMmKf0yK6Nimhlj6sVpr0BMZ45bdf\n8NlDd4WT6ZB/Bk6Y+irGtQRRKmxUEnhPDqjIKSJGab73UN8KljxU4ZmJ2p5S\nRDJK7QlCjH6OfkSXSa7XOn8u0f/JZzhBjIQwrng4sTUxfcx3yulr3fBcNtrH\n7sqfRZRiZmu66dDbKVcuDY+U8tym6FFvxMLDxJJ+dSSUlaofzWVQlNJ8Xerr\n+mNI\r\n=HJhi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bf946328bd1984cf92ba2d68411fc20cabec5cb5","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.46_1588713110619_0.7839522093812166","host":"s3://npm-registry-packages"}},"0.9.0-rc.47":{"name":"fundamental-styles","version":"0.9.0-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bb55b273e1310ea8f491df8ec41b00c4e5246747","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.47.tgz","fileCount":80,"integrity":"sha512-rhOfSFpe7fzoCiKtdBds3rmNy9DRLjjQyUHU6i3dTwCwCXWpr6FYFx4D4Qu2AezkpZvJcaqtipkg8CvY+NpEHA==","signatures":[{"sig":"MEUCIQCyoYXRmUZ25l50PiTXfhlOO8PA0cQS+KlbzD3O8gNZiAIgFh3d7KsYqmoiLWbVutsamrZmY/bas01j+2d54AXWtT4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1577683,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesq/XCRA9TVsSAnZWagAA+MMP/2Ttk5neCFIy5yzKij7B\n99HZY37UrlvmMmA++ofs3dyuTHIjkFIfGefO3HR9frI2F4vax8T80n2Fo3dS\nD+IzLaSiBycG8+fFgugwaM9HBVzBSPEQKlSpB/ABN7LMf6TC721Jm4DJh3g0\n87h8iRXiTKoHXjskg+LibHwXVTcZuXqNqLCig2WvSpWj5W2IDuS28780kS7x\nCm7prIUYN0P+XIguZG7J3kWLHpHF0/5J2vG92Jp35W+BHWC7sub1WDu1fnvo\n+Y7dzJKi9F6hwsmjdr9KaAOIZ6XtzC/7W4SxmaI5+wGiZAIHxFGh5DzilV1p\nUjXrnUOhtxwnmDlJQBeaodYeSLrDvNdVN5zgl01btLR5rEHIJvWG81cqCDds\n3Ake4JhHU9qXFG7ixP/Sqlw+1C7sKzws8o0tUb6EqpVhnmCvM0sE7bxllKLw\n/guuLL27vefDLbQTdswh9MFPRPwXTzrc0II0MTd6PfsWgFs1xkIaP55uMb3O\nwegwj4HFhIM87HABmBV5RBtjbEutuarvnx6NJJMR96nSUufUzaD6pVuN5ReU\nFmrxCmOMFOHnmTRx1yqBjAtQo4pVJu+TTSIx7HPE/vH5zYTy994eNwg2+XmY\nlvhFuVOlfzmn6QnBch4LzgQX4dzp4LMMrMkYe34k4md2yjYjqqt3hASz80vZ\nDgd8\r\n=/DYM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"08706450a242764380218790c4571d4c964df215","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.47_1588768726384_0.3477629015416248","host":"s3://npm-registry-packages"}},"0.9.0-rc.48":{"name":"fundamental-styles","version":"0.9.0-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"370dddf7070addef5b165196daf0e08b1a0ef756","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.48.tgz","fileCount":80,"integrity":"sha512-5lXKslzvVi1/3zzD7eh3lq2DWPJkHlFOhU4BWniOg0/gIeCiFaBie+dM5t4Otfyi6fKEWVozpiuUTXgG/17IaQ==","signatures":[{"sig":"MEQCIHoO36nJA5KlWmpVes/6CJeEtoOtQ7MgB4ppeUQhX4+EAiBxceHllgUJyIal/GVP6Jj/dV1Z1jV2CqfbUTFpwIdGkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1577821,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesrI0CRA9TVsSAnZWagAAt4kP/0EWcWlqmR6nHEDx7HAd\nbu/86iH1Ktg+8b2VIYENexsC8Fi+uDITAO5Y2XEf250VUgpr0o7Sw0QnKlqZ\n64HkP7WG7pOj/bivjlSPnkB7w74VjuAOpVOvJeWn7Szw4wxGVEKKc+Jgca1G\n2jUcEbvfjEZYl4fMv712nJf97Ju1MN/dFUssi+Db6VOwD0xlSz0qJ2rNa0qm\nN3aGqVlRKDRlAYo/9URQxCYGczwP1ER10iksn67DTJPPtL1zlV8DKzcaLuUZ\nDJXS6WTpeOD53Z04l7IcfUiyeQFBfxsnwuJSAjKdpMvQhjV1oWHZ3Q4mXCLD\naPa3+YXJ57BLt1BOh6G3hHaqmJuMrl3BkQ5mC9HfbEJn6mLxr8xjqu2nT1vU\nmBUBRE3hX/8++37DjGbKuPqp2LtXtwI9IMlmnO2ZblauWddhBpid+iJCyubB\nv1gemOS6uZl2fb0BcAnzETdUaWZnVLvSI6Ml/GW7tyhLisZ67AxHPfltRgjB\nxBfOpa271s8z3kNETMzcSVWC3+x8Z6MjvbeRmorVxmE32d9aSUTmsnB+FuTT\noHI0flaciU11MeIylOTB9vs6nlgsVybWVEAZsOXhFieTKq/05fzhFGx5pETO\nYsGOfzFzveNlohbCWdBw/mv8ahZ+qYeUTWAhGHLzEXnO+LVBCO4onZOKCiY4\nTVQ2\r\n=RO8l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"61f23f527e1f8dd1ddf2c75c88eff6a2f186b16c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.48_1588769331957_0.7716030699244483","host":"s3://npm-registry-packages"}},"0.9.0-rc.49":{"name":"fundamental-styles","version":"0.9.0-rc.49","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.49","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7938e86489c46ff4082dbf36d082cba821a3ca0a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.49.tgz","fileCount":80,"integrity":"sha512-JpQmpsI5U4EbYWMEDqi+7XDL4CTKhYGdVSs6p7u5l3gfDgjAMogpzEzaVRObBc9vZN7Nwg0gDMHHZT4nCaMD0w==","signatures":[{"sig":"MEUCIDhpw8i7GaSGv+7VNInsubmjOHWYcBCMLRIAQlvfxz/ZAiEA/Q640sAvzUVld3OLVpMy5+868rblyGOsLeY0AfVRDY4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1577959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesrQBCRA9TVsSAnZWagAA2HIP/jn3AYYR9N8yIFBVHpi8\najG6UBWeFesM4W3IGdxZgulg+W9BLyZ8Gn66Ursgy6awsBLWrCUoKaBeDFXU\neRJ3EC5slABTsAumyblGD042X1j/RMxTJBckOchhAxyUn2gp4mb9sRYBwqAe\n2VkvX2qpkT0qCkyVrv2ugsOZUo8mMnRIhfqt7aBfiIbXaw8tUypurYhdCvbF\nWI+veHpFB2Jm02ZzqAN5Mu+FfL470qGxwDE4fYwS2nHRlcyimjH7QD9lJcsd\n12ax8i9RtuN++YptnYETl8SALsFouVQ1/WtQhdTUrRA5M3uQO88gBeQAWqtZ\nmynq/bAB6sVgL1L9XVrR/k69ibZth9jXX21+jU06b7pagZWlHQkQNRvPh2WB\nokuKWH2vLK/ynuE/BQL6p+NgSX+kNBaGiw4KFmw1aaaUgJx3OBEtMPpetlNZ\ndymnDd8mURqkiIWfZKIpSgFyrBODixi/L3TOY2rBuHt1xSKg6U/C868H3ORS\n2QCkqou5SpdSvSuTPbfMG6O8vss+nGgj4Qq7XtYW8+qQG8WeiVYpG/5qIQOy\n3Fpcbc43FVfYj/nVFajLJg1RcPsdUUI90ECAToItI2+RGr6PTicVn9p8sWSh\nwba1b5Q7wIllNoSwHIbieXjpz9FugsvE/J/xcY3b5S/5D/whrxyXCQACyrne\nV68V\r\n=nv4J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4bc6f008c91a638e4a34def7329fc72c758ca3eb","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.49_1588769792731_0.3906356607752999","host":"s3://npm-registry-packages"}},"0.9.0-rc.50":{"name":"fundamental-styles","version":"0.9.0-rc.50","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.50","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a85faa4db2efe593323421759243c4a27e88b69c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.50.tgz","fileCount":80,"integrity":"sha512-3gXakinGbQ6XdC25u+vsymlHD8ue8VZl13uFXFVugblSU5JJ3DKtsYDXLJdTVkIMEFrHlACEDmTYDLbVmOkD2Q==","signatures":[{"sig":"MEUCIQCI1tkVmoSEsawFvwObzpgbtD9rZCYVdNOrWVvKgnpwzwIgHeWzr1+QGq73yUHkHQ9Uds8B3+C2WD/rD0M2fKEoUEw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1578097,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesrZmCRA9TVsSAnZWagAAhAAP/3srHe4YbAljhAKjdP/A\nJLGGWxvCXyYRTh3BHODtru5sXK5plbHryXtsaaM0vH2PpZ5bWqtRla3yFYBy\nw3lHFZ6GAi/fpYyWO6nQs3qMJNAmHN9sz0Tjuioi50EHRlDIlVj5TSERwuQw\nTyFkjsxY1QMe1UREajJiL2vs5nSlAv2DhtZEPx9481iJlI5hYYI5ai8lF9FB\n+Mw0smUYQD9fcbY8kiFoIJ2NyjJBNrrNbcLugV55p/zz5EQDgdx5daeM6QkI\nnTRec9anxL6cf72otu/zyahpnWN84Qc9pVuePGAAB5D9m8JiyLLPIbrju+Ij\nHWVmg+peEWcTLlGs034gqzTHGkgmkBrGFDf2rvkgPdu1DTrNPJLromgoleJI\nClpa6RVJ6M+MkZGh6Fpmex6qflF1/Y1wJqiDmamf2ySCyIymzo1GlhfF2JI0\nCyAp4V1N7VUgANp0upwwQF2qymrlkEwlLGHpiSb7DsFa80BvoplJnVJJx6yk\nxZHfvFE5v5q/qfup92YbP7VHIMnfu+SxO59Z+0lV38pLuEwYKv0VpZ4w1Smy\n/grRHsfWjQaMWm2v2AQQaUJYjST63A2enYRcpl+mE4M0rQsE29lEGiI+jHxL\nw3PZ6NmG2dK64V00W0SApV0EaXcZ6yDlYFQoe7hNHHImrHTFBfBmK18aBBTW\nrc2r\r\n=OLTg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"69270ab5e0dc36dbac954546f195c465f9cdddf8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.50_1588770405818_0.38499711952946214","host":"s3://npm-registry-packages"}},"0.9.0-rc.51":{"name":"fundamental-styles","version":"0.9.0-rc.51","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.51","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"22ea4d7b7bbd7ec0f0bc48444d5cc036cf8de7c3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.51.tgz","fileCount":80,"integrity":"sha512-tmDfMOwKeZJ5AyG3RG18GxsJwagxnngOEAXXZlFm/x9+NG49+NB02Z9a1A4Grzcewlq8t4neP4RjG1bS4dKzOA==","signatures":[{"sig":"MEUCIQDdlE2Bw2m+xGu9+Kgu1vZF9NlBIvplSuO7x0aNpCJiRgIgS3fDOmQA34tVekSwyk1/yZ+djB5uWq7elmZ9kgSPJl0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1578397,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJessrhCRA9TVsSAnZWagAAypQQAJ7hpQB6FiElxFYX/4ou\nr1jG7raRfy2OzxUGTK8JwGCBFJfbpvGUe+VuDxKrqhV0dSf7VETqTF54IV/v\n/aoXiLqHKxn/2fwUX8UqzZ+W90wQY7h7WZq5APWVL3CtucVggRbuwv0fMATG\nZI/KqjcxX14iYzKh/Nb8/lMB0AoND5EnhfVrBrtwyHWa0S5lK7F0uKTdSVVY\nHUlWtYCvRz0k87XXtrBOILVttygESyOGsS+cDQlYL8/uxfMybShmWzuljBCN\nABVvjC5B3uwenLpNvfb+KUUYGClIZGQt4T9rcpZHDShT0zbjCEMGfUkZ90EM\nZL/0aGQzIrdG39EfwhqygH94WhjG0IW/axjYvNsGp1NbEwAFU+CXy2cuMzP8\ngGMsTivX6kWVLvmArZzTyzlWvVokVCinB6RroCBJuutqK62t29Sw4RigmbqF\n4izUk6ThDS74IvG9kyxF0LoD8tOyYrEUO/LwLIivc2H34T9rSMm651uiou93\ndwh9UHyJw42BVyQI8M+H+Qtsst75/HeM/JrdjKBZXfQzK9gK0yQYcendPVtm\nVZ3kHeCz/0QOXuzX2YKGDE6+Lc+Y1zy+R9DizOt7FEOkuL8nC8UNl6jL2PDj\nF94UEEsgQqgp3nLUGWeuSR63G0J2YPbcqD+Qmyz15ZH+YN/+pmGte2RwcSc3\ndmFc\r\n=xMib\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"38e3f96a73e43bf3548488fc854896929ab6caec","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.51_1588775649078_0.917945638589029","host":"s3://npm-registry-packages"}},"0.9.0-rc.52":{"name":"fundamental-styles","version":"0.9.0-rc.52","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.52","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ebbeac9ea2ce739e0269fa886725ab2a4575c960","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.52.tgz","fileCount":80,"integrity":"sha512-g8g4ycvOt2+WpohkOBqaUg+vDtdZOqIunqGngSlBi4/TL240T4GKrAfjGVLorHsnj3B/BejVSGe2/TVqb+2YYw==","signatures":[{"sig":"MEUCIQCh2Ebgs3cJR9YjtapgOevlX7lW2AHsgDuqt0VrZk62OAIgXoMoMtHQnGImuRIxRZ98YkTwwWKxaKQRU9FzRdlyxPA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1578535,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJestvnCRA9TVsSAnZWagAAktIP/1vaI1u/GV2of8pCqkP4\njIEB9c+l/AGtX3tiNe//tbXHOQdGS00XJC3GtHS25ZyxExfY2qGJoulTTDMn\nfWdqUVA+H/ZB/nDotD/gzeBzWI3F2NhN2cq190sBr5MTlxH11sWuUjud5yov\nu3u8nh9FER+gXPT3AmMLy0jmkc/AlX9CyE7L2AROdgl8o2MWvvDYQkaKjauq\nFIzuQRwZ/T1iizJj5fdkLSzDq2Ur5Tzke1okYqdfwVQw7rbgaNlCDd/WeGcW\nVc6b8Yqe96urNnkxqAWMgfbUegaGze5E2hfHvmOrj/tEHTxak/LYH5KUSze+\nVQlLArrnCOoeaTkmssI+iRGOc8S1W35rLFXYyUalpoQNENAsgFH2D9joM1TY\nu4kanTks75tSM8KPHRUlwP8XstvOnc0oNZuMryzSqCL2Zyi8xZthxRCEvqQN\nPm8cHofrUuJ9iiPgDjJrBrzYlk2Fs7QAvKjPBRT1ETSnoiVG1cL62Re8iiZh\nNZ3kM1EhUvAtjHxI/dv8vof9ivDZpC4iICjq8JminPte9f5ThEtD+MNifI/J\nDD3woYg6HgRDWnRjdaGdjeai/XLrDvSNiuUDKIAqRc70XiFbEXdIAxmI9HEW\n8J2w20d0al2wrve/46caMvUyiSzPYoRU4BiLeFWz4mCu2dhXHvHJ3StetSgm\nGyzq\r\n=xfv+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"761365bc19551923020630855ff5f06e546a51d8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.52_1588780007451_0.6173610085248264","host":"s3://npm-registry-packages"}},"0.9.0-rc.53":{"name":"fundamental-styles","version":"0.9.0-rc.53","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.53","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f4b62825a02cd44c0920fbdcccf0fd8ab972cc7c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.53.tgz","fileCount":80,"integrity":"sha512-k3Yx756GefCuWNLSnV5vxj2wpljedTGUYk4rHUGk4TWuD9SZQgG5ZNCkC7Rb68if4sOmDNN02FrC7x0kC47WPQ==","signatures":[{"sig":"MEQCIGf6YePVUOT47/Y9hwL7h3MWvZtLO0O4Ln46H9kWEpDkAiAeIg0MtsM43aB0Xt/twoibNI6t02xMPwcgA3IITVuYHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1578865,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesua9CRA9TVsSAnZWagAAtOcP/1jJwlL7MC9AvSizgIhq\n/r4S0eKfrxedKJWIFfbLT+uAmc3wdt4MGJQCFReLZN31oZZQMaVTAEBCHQIi\niEgN96bA+HbPul9do7hPWLTCMZpsGrffqWh5JRtmy3qNVuJjVpAPjsAQtHgI\nijZa6V7rnVkEdzrsxE72cx59PElarHHvqr+VRckcxvB3/b1ucKSSaRWzzn8P\nq2ILNmVKU6j0WnZfnP+Ot1oZNCU6JimlqkyZX4ojP0knGHc9aYjiCkwVN+nw\n76cuJkeXQKatZTPOhZFrYT29zf2Ak1zDb0HVM2dwmc/1W7oY4kFamZCFv2la\n1zq+eQQSvYlZXg8NPCnWJdGv085whgtmBOn4tgmmUGaKHnMMCivgcMCMS6nN\nQOxOhxetw4Gl1+FgK2O0dBjWufFzD9dLumHTYdoeaOa15QqBIEucindr5D/Q\n2kCTGpE2ThGXXOjm8wxkCAIQrhM/7xqCIaSa8VmvpKBW0DN2cXpzQK7SOY8y\ny9P13my8DK+Hy49YlLVkPZ71dCFmzgLwWT4NzKMpLNez9FW4owxp4mM576N8\nMk/Ek2ymyXSYIsVuw6XmHYtTkMx9VYGEc+dk3OJBjX8SQNvSerjsRRGv0SXj\nt4S5zkK4zjm77zyQo1q/TO/Nicua/zvo6KIL/jULG0PcumlqQxB4pbf4+qpU\navdw\r\n=SSL0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d43713c9c82b66db1d6ed3c4de1a56452791afbe","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.53_1588782781282_0.8699357708074178","host":"s3://npm-registry-packages"}},"0.9.0-rc.54":{"name":"fundamental-styles","version":"0.9.0-rc.54","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0-rc.54","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9e8e91f33c530123bb625b4e349dc4901a7ab853","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0-rc.54.tgz","fileCount":80,"integrity":"sha512-pDQvblehhBq+PvpgPEcbd6Lu5Xd8X/biI4jx/MpoG52j+4Aq2TSztRwZTdzBxyjz4LqQZVQ8PI8K3b5vc95UOg==","signatures":[{"sig":"MEYCIQCJwRbCLYms64gQeTOW1Rz8D+zPsxI9dyaENAjVDQkEswIhAMDsMBeOTNANG9KAz0HH71T+nwlJuCf936hX8CLh78fM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1579317,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesv+oCRA9TVsSAnZWagAAJuwQAIg4uH45JJitpwUixiF9\noBQlhymCcvdxPz/scZrsLBOy3oYA+Oza9XgWJqJ+7xdHAaplnYZ5GR5aFm91\nOVOujmRA9I+7E00FgeZ5aHZG23V45CBg1nUHSRHzJ656SQ3s1+/gy/MGVNS7\nuJDJ1hZwTx7ZYVNuKgwtNqddE8fZ7HLKz6U7eaJCzWha4WTp2D3qaB1Qsimg\nOizUz+Jstqv4zswd9fs/nYl/g2wXwnH5n0xy61iMpb1nqjlgUcelr21TYDt4\nxsW/GPdwKxZ9AeVaH+YmAiLUdzkD+EPH844IG7QfUOIglm1ajHXeKFAaQrkU\nqj1z15Cia8phF0OKnGrt9B5CoXfpwDNp09elz0JcbF8Qfdy+uWyAEiOW6Seu\nYToYCNMA3/0hssiupNU3FoRtwaTJvsvRIzEGb75bTE2a5dOfPMkysHok6gxq\nWVBoyzB7uQWhUKsOm/BvPkMZG5M5Zf0I8asakls6l3OpQQc/h9p98MPn6MGY\nGlHgV40quvWQWuwehFlUifnSKE49nG0uO/BBatNkZyhPkiff9lEy8gULF/yi\n16DiL3qDiLK2I7cmPGqK+139sTV4gBBO4JAHdHzh38/NkhqLLTo+VMOVojBt\nj0/oE1Gkb+b3A5NkYhplu0Jhm5YdZIwuV7rm1L3UeOJW0tGlQsUWg+DuVPVY\niW6N\r\n=216c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"50ca04e363669f630d1964575ee3afc4c9e75781","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0-rc.54_1588789159585_0.8373224481037167","host":"s3://npm-registry-packages"}},"0.9.0":{"name":"fundamental-styles","version":"0.9.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cd0e13a7f9df2b1ae7307d253ac1eb6a1f6483be","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.0.tgz","fileCount":80,"integrity":"sha512-NYzbhOaTvOXUOKoyHseZXuDoORkf1tiCcATMCsdzsLhofk0gd/lceOypLsPrKoM2lU+vXy7sGQIsmf0b0UfBbA==","signatures":[{"sig":"MEQCIAGkZtaUNS9H00wl2YOlMkNur8LFH+CZPdCDA6v0Tbr5AiABYMGcbSyuO82LXvJrJo2RLlUoU9mb4RQ3Lx4R/lAMmg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1579011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeswKGCRA9TVsSAnZWagAAlDQQAICceA+2gjwGIQSuDlum\n9StmJLFWmNsVesjvUtfNVZ1W90Q1aBZaGG9xE8YhUexz7xdl7vEMNKAoCzCp\ns8UXz3jIPyJBv0rzTol48fKc+Z40hc3wvGRHBVe6zCVVqMZNcWnCjvNpoF9g\nukksDhTFotgWueVWG9dmvEVlFWkyUQVQcTPd8sg3Q7vLmqkQwSzVvuPZ4suB\nOUaaBuDHjkf4QuCFNra9obGYKar4GozQeD6UpMSDh51RJAl0Td/xFzcAW/Ik\nvOVUAzUjDW6suGjNtrLjpk0uVt1a/1ub6QvTR/57NtpUhDDEnOaF7Y9b/DUl\nJWRiurTvkeabiT48GG2wafZS0U8avVoINd1gLJGnS4xLBMsysrQuYeo81yev\nKFNXH7uDFWO8cSKD8ug1P3Iv/TCbemdTnNXytwtbuECt9GBbDDBAnqoB3qOt\nSWatW8YY+U92jdbh3XJvQ4LW0haa80hbOdC3pCVCaj6WwswABZ93Dm9EEv68\nGIbOxhTduYXGqaOsuxY+TFfQdtwje1Y5+NQ16cLotCMnGUOm3r6DHxDlnyNw\nEsGDtLSWA+bMkqicsCcXltaaPW/HW2v1mNbxtLvTNqHR6T5Xz/WhceYGJ5qE\ncNewyoJxv5S35E5HmBWZIX3OnITWikrOLACSR04nyHny9vwhczGTZdyOk8eZ\nEKHp\r\n=HHus\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"808e0ed6dddfabe8088a1f940af463c23592bbf1","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","eslint":"^6.8.0","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","babel-eslint":"^10.1.0","browser-sync":"^2.26.7","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","start-server-and-test":"^1.11.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@sap-theming/theming-base-content":"~11.1.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.0_1588789893710_0.901741731390522","host":"s3://npm-registry-packages"}},"0.9.1-rc.0":{"name":"fundamental-styles","version":"0.9.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9450beb7ef052ad83fd16d8bf64f34627b3a9d3d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.1-rc.0.tgz","fileCount":80,"integrity":"sha512-z1REHpj+aHk4YLSm+7XSl0mMJamsiPCzR5NP5X2VwV5Ne5e3uWPyg5BKMBhLHixJYSTS+PV95Joqs/fQ8ob0nQ==","signatures":[{"sig":"MEUCIGlPBwR5Mh3stROMzuz7IK1fx9c+nGOuT+XlcSv+CV+fAiEAwOtNKTS8x8+r2rgrDszauBhChlIX62m97O1H5uylNhA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1581162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesxZPCRA9TVsSAnZWagAA04wQAIffg2hUDkvvQFQbR4LD\nHZ9ors+PSIOQyMeilSF2pRi/Z+II7FzkzAhdB9INLBXhqiWOBD0dqlUgZJOo\nzxpHz7LCNlb4V1jZ/DREnlWZNDYbw01X8BlSQj8Yk4bFkQNynTketfjOGvM5\nWYhimqraX8Cd42+Xl3yAlF26Tlx/hs65CAeIoe9OtyEZNX5A1QulMZer1zUM\neNP2T+JzOb3ffcBIFEubz0dyW7nlwBvsfzK+aVjmTEjsKpm0eDmwPUhrVYk7\nBNMsh4RkuBc5QAxhaJysY+EU8G+B0Q6NCsk82q3pHWB8gEziX1yWtjGSakOx\npJZFRghvgT7NuPHgNjJ2Akv6IEAX44bXiFydcni63HOc/o5KYsazYtRBKVqG\nxlWZVxcFKuIvJA8/NyxNkT/VvaL2QHJW4qW2Wq3SKMT55q4lAyPfazWcJZ23\nljU5C7T8XllBWbYiFkTTwi2/hGdKcr/0s7qrOaaUYr8UkZp586Ybkt9dNkQN\ne9eY0BF0jxkIX0y3KhmAHBKWM4bUBDqrWZiZKkpDVqvm2Xn0UoiJgto9Saa1\ny5wV/uasmeO74Y3hkpruNyUby8r3UYXHLWH12u6Y47bbv7CI7UjynCOKEKit\naHMZ15DFbzDU+wmJp6VzYJuoud7tzrnwpTSnbblFPQtCSCZPrbb2WZwVAEuG\nk5o3\r\n=6GM7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"93d4708266f1d69e57c63f6ff7a0a70d38f26793","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run style:compile && npm run style:postCSS && npm run style:assets","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^6.8.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.1-rc.0_1588794959257_0.5115901789308064","host":"s3://npm-registry-packages"}},"0.9.1-rc.1":{"name":"fundamental-styles","version":"0.9.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ba754a008835ca5fa7e068a9708f4d329eb8c5d4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.1-rc.1.tgz","fileCount":80,"integrity":"sha512-xkUEHo7WiMI5f3Yx+RoykLfEZRuo9NkAiKJAA2DQUPUV+JvOi/TxMXsAoJ8jK48PEwwRT8RCRhP56UdZWuqo1g==","signatures":[{"sig":"MEUCIH8JfeiXIiWrQ5N2ruvQcYvI7XYUxvoD7UEwgGmYnn4oAiEAnckjYsh5i8JE46kB6s2JYJ+a633hJ6yxF3D7ILHjLsk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1581343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetl9yCRA9TVsSAnZWagAAxigP/RiCuSgyOBYxlQafNIkE\nB03y0HoKfk6nwPDmy7lsluojSExRuQvr5C7988miWfWNIXl0Rwl+0Qfkt8n7\nEoNZM++wgmznTnoz7X2Jea8TvwMjyJ2JT3ntFjWFTd5t/vvGAqcyTs/gyWC7\ndkmH5QVYNb/dMdt4M1EZT1AGxR6qeL3MNxt7ApASUjoTho2YvEOkbT8A0rCW\nG+88RZ/3/PBVttbueyJcv0Sz3DZMetuoRsoqk4TOIWuBG99Pl8GOhCaPu4Y1\nM31G4KpldlLxs+5GVyKnfSnv11amNr3O4rrNOnVs2P6QLDQQE+8C/kSN8vIq\nKgCJM8QFe/Sci1Nj9N+6Q3DeoWLFvgDTwUgVahzwhu5PE729yLEHedPFavO+\nlcDFmY94CTn7T+AmfzoLL304uQ+W1z+Wjskf+7IxSCsVIXfoeD7gsGEALvxo\nyk43RIpo/C2RRy1QoROQfG5tg72U4epKjDS6uhd8p934e5REb0/xaP9JCzDA\ngyOjHB1W3nBlPAWa0/zE4b+4R3jPK+arVxJi2mvEpTC1kNAXueMPcnqYxPVY\ng9yVrYlPhhDC2pVH1iMaN+1JlNEe4HpomtcpQROxPCL4DIecdAg/Qnq7aWIt\nRfIWYMGA6st8Wrm9QsTHUYM30ieHbMex3tejic/wY3ZNwA0xZm1uIAVHAQx0\nvQ/L\r\n=yTf/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"225094ed2a9fcd2805b6fa7e665e0e04be1c5e1b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^6.8.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.1-rc.1_1589010290117_0.9177599013168851","host":"s3://npm-registry-packages"}},"0.9.1-rc.2":{"name":"fundamental-styles","version":"0.9.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.9.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"acd29f1dc43eb898e21996979b11d40b80e559e0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.9.1-rc.2.tgz","fileCount":80,"integrity":"sha512-SzfYYP7I3OeBw5E5fPmZCIF3ZsHuftzB4bwO5zElSQymFxWU/2CUIDEfpiauSjD7FfnJ1wTRaT5pRvWCtDRGYg==","signatures":[{"sig":"MEUCICebdAKGCwgBaPMIo41l3nf8kQHNJxZVVRNsWAh61lI1AiEA9OOLIIb7AiMUsHMJ/Cnb7EK0LgQSi5D0QG/N/f20WCg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1581478,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetpZFCRA9TVsSAnZWagAAY64QAJIeITrs92QrQNf6X8vK\nhr7LpOHfMc1reJuoqvmMCDwNOuzoQgZUhYSV5fujpFWy0rq/9k4fsSyWAGDb\ndevGPlLX3TfcRHJIO4gFP3vYa/m+kO++qK6m2NnEtPxr5m/tbsM49yei0lgf\nU90VEfmjfilqojs4duYrrso5dHkmFLcXhESILSAIo9DJHfRWGuXD/AYM//Rv\n4RmMbcO5lssM6c90OtkiimqxD/f5087SdEJCelfX6DmOhjwnvQ2WXJyklyKZ\nlTfba9c8O1IMpF2XMJv7sxqtoT0JOaOP8vPODZaijLAT1hhst478J3nx4Csk\ndWIF22UuBKCVF40dQ2DO6E9zy0+bcixcwq6KcnxKv9Ty3UFI/YNBaOdRbd4s\nMtEy+lVbJxBrsS3E29vHFiZcB7cVZhssVzPiCOetGSxvGNdBDqPnvKO91XSl\nSpNOTfgIZ+YUP9Ufpp1NrQPOOaomGAAOr3VGV6DN+hQGM+5Y14LxyzNRvPW7\nwJPvBtan7z3NDby1X+7GHUM4igxVwehMrEq9YjLWPPgV6KQmUKRZMonjq/Zy\ndaW3N3OAUX/khiEUFUCLYVR506loBdJRXzWBkGA7JCYkSVtYpJjRMh5bMj7C\n+LouAAeR4FB6C1qm1BiIAo+SdJUSk3dkMTgn4FKIqa4iaDj1roZP44XmTWkx\nAfZC\r\n=mWOM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"eae3a737a4b0e160d8e275b03edd12be903e062a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^6.8.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.9.1-rc.2_1589024325309_0.5410910840269652","host":"s3://npm-registry-packages"}},"0.10.0-rc.0":{"name":"fundamental-styles","version":"0.10.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4f9d7729c7916d9c785a880ff296877e43c32796","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.0.tgz","fileCount":79,"integrity":"sha512-NBQrGPaw7+rdARmCH55HFPKDdTYV030C0lY3nKO2/Xa0uWNualhArCvg7f5R40QCvHbmULruiA+jAj/mRNUyVw==","signatures":[{"sig":"MEYCIQCo0gORuyhRVvKJ871h8mY6RNjklVNIQA9k4Fe8pAtq9wIhANO1Thru3QnCh+51BmewJUfJPdgd70zLNQiKiiahHCQc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1576728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJet3weCRA9TVsSAnZWagAAUIcP/iwL/o1/X0Id0Eqxc344\ndIwpu9lPpSmfSa6QH0gF6oLIGKBhO2ToDH2zHuGqTCYxPnV74AdTrXPfrVFM\nAu4MZD75Kf7+AuQpVznzL8iuketdVEYNb9QJTMv/R1QTquz0Zcy7RCeIhfmD\nwFnHWXdPOJI4oIp5OdGp/aGN8QHNfN6EL5ag+kbKPthjjx83W97doJdSzb24\ngLMBQorySH7NCGsgIZYvRHQ/Lteh2sJd6+noh7U7YoHnqG+FlKmZKYh8oARm\ntuVhxtED2HPbslVOx6QuwHBCo8V95SSL1qB4XGdjxmKL+0V4OGCcVGg/3JIa\npSgzzkt1IyAzzVUXCgazEujhoHryRc5cF/1z8gBLk1ItRHvXbpjbQYYDiEzl\nERo9GmDPocHAS9UaBqfsirmbwuz36klZEt7nfT0ycoEDUqqisdUeCb3/gqQu\nlBSXaX5cID0vVlwfCiWUXFsnr7E9SjzTGEwp0SW4zJOmNGcvpi9UP0m15wr9\nZSOrX4JkF5qu7Kgbl+RRwXprWXGlQ2+zT0jF01Br6tqlg6PFnky+GIXTzVSZ\nDc/JwJeFQPOk4CYrwXKD0RCgxxb55kjKzfUbnBxm+vEILK2F/RAS08wmmHSD\n0FvBVrsL2jEFbhjcUu+v0uuht6PDNQvPzr5bcruQGrm5B6BTWw0pX2lre2AV\nhjxU\r\n=Nx0t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"eb758519c57cc1b0dab6f2cc1114463f0fa82d5f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^6.8.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.0_1589083165364_0.43221225860384616","host":"s3://npm-registry-packages"}},"0.10.0-rc.1":{"name":"fundamental-styles","version":"0.10.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7c9cf7ec4af405d077e5777b4b3ffd83ed1f165d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.1.tgz","fileCount":79,"integrity":"sha512-YcQHR+xLrF8eNnys44H5XXQeCqrUtAxsgUZT7lC5ZbGh6rdPM817KdR583sn3SAi/JKRaLfacS+Pr25nypJNhQ==","signatures":[{"sig":"MEQCIB9NCCBAEGwfclV5HVdwXzpwWZQgGYGraXUMQ/pPOs32AiBRfwkJSRT6iZo2bmxhpgTx7BZkfu/ziTPDHXYlR4kr0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1576866,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeu/NKCRA9TVsSAnZWagAAsP0P/iG/I09xed8ad3n/zKqr\nj+4zjYoxSHJLB15bvS1gJW7MHtr02zDrnQHZHv/MzH7/ODg9/J4u3FEiGELI\nKLr++hm16qDQ34qYx1pPNVwPVJCta0iimCTnlNuJBhISyKRJ8k8wWnRy/jX1\n0PIs+lHh2qcVlHXKt2FoFyunelsdlj4G6pIYBDZbFykdnr1WvEQnTUkww2WC\n5Sjz2UbPCuJT6/3JHjsSr2jVf/3P57RBgD3lreGFYXvzeXx7kQrpux36MIkz\nuckV/q3q+OdFmQo9eLi5uKMkpdtqttLoPKdJCEfiA2E9OMCaPJsmr8knLSYG\nV9NZf020gwK/QfCTzcbK2CHZ3jqQKngr3SIY3+Zzr7BHyY7LmJ3JozWzEG98\nLlK21ztLAOvM4D8bHLcASuiutGg/9/MXZj6c2UVX4cu5B5SPtkqF+yGF9+CD\n3+qsy516Lz4OgTsdRa3PM4CMDcMOt0WrpYMl0sJhWV49EwGoHUg2ktfwR62r\nAM06i3r9w/4itxCZHYRz15kHV1bKvjmWt1mxQJbo9Fc8ciRL3RXb0vxQLiT/\nOzcqvMBw/NG1TkzzAN4zLQztw+t5e9+Sp4gNxLZqeNoc8/RmfO48CN9ljDNn\nVVeXRvIHc9UL6s9C/B8LIyGurFcpatfKZgLVwmX0ll1ZelUwqEhqqcFTgR1q\nYjgl\r\n=nydm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"428a736438542efb627796d8047b88d6861d0eb4","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^6.8.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.1_1589375817839_0.1853824985281889","host":"s3://npm-registry-packages"}},"0.10.0-rc.2":{"name":"fundamental-styles","version":"0.10.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3ee7625baac557c57c181167f69e3d3afcd39f2a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.2.tgz","fileCount":79,"integrity":"sha512-RF1PW3W0NffLZKoqZ3xo1WBk2aMTPs217gxmX670MuIRIkqHOlAZAP0Zvd83/u/5B2e0Qz0HW1aPQVFHT/ppXg==","signatures":[{"sig":"MEYCIQDQF37IV9P43f1qRXmMYzUiA4HA4Dx/GqqlSWCWOgzCdwIhAO1UYbWBqijHGtEo2bd7IA0o89Z9Te84bMhsP2CrTHie","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1577191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevZGHCRA9TVsSAnZWagAAxskP+wZeVpkT+Ej44/N9/yGP\n0BiYO7fWeaiZth5kpzVSCexLNBtBEGnUsflDGsi9V9knPC7fTCK55oRmWYN4\n1SGMGheGJnhJvAKGNUMnUviYHIjEiAywh9/Vxh/i/XaZ2zF0HVr+BOF6BI4b\nlwW15VGXcJ3+uh9/wRQVGjSxzCKreeu1+FB9EB/rjEehQamZKmjx6ZtTX+7J\nMOHP8s++AWnHnmhwmtknGHoWF4V4plFQferYHkCxoItUL9b/luVIDuUiIhqH\ngPjTcIYp6C6skHVjPiR72KChD4CxmzQGfQBgf8f8bcOs173bs+YE13h0/eV2\nUyV78Ip8Wm2M+sZBa8hH8EtIqnO45Y3IRfdEHzLj9D2NZQcm8RPyMEXJiinT\npD/R7nIXrdcgLl+nQY6KXmst+AuhLYao6y2f9I4nKy85QlCVW+2sb3q6Y9kA\nSOdyrAmZPQ8R3xo6RrzKggQoLTv2moNp/Z0Xrsaw9NTE59zGHBhxqr0A2y1u\nGar6UPidkIxPe4XH+6ZyzfB9MpSh04t4lveKTNt8wLD+GxHcHfw98c/NGEIx\nUnJCnpqbCfzJQnPnYn8nN+XBMEDPnvx8buBUcW6zsW4blmQ+Ph/HEHerqH/4\nCP5JAORlsisW8T1oDNuyyyS6uUOj+KvHctINU2jxD0TkwC4DtHuzqXLrwQpk\n+Gjt\r\n=9gYB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"86019c182fab7a8f60fa6436a041b76117f8ffc4","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^6.8.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.2_1589481862380_0.8982209305633344","host":"s3://npm-registry-packages"}},"0.10.0-rc.3":{"name":"fundamental-styles","version":"0.10.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5bafe419f0aea9d84498ebdd5d7ae10ea7695a2d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.3.tgz","fileCount":76,"integrity":"sha512-TnF6bF3Hb3/Z9xTuIjaRbOP2aF9zlNGKvmI1UUNU0DBj3YLFz1yEWXF6jB7zUYDdH0+58I5cl1VeaH2oiDAzmg==","signatures":[{"sig":"MEYCIQCtkXExyXKtAFy0ibuYLlk6WfX/v5Xh/7dttTGU+sxL1wIhAOi/qvIJPDsDvCDrAkCfoEEmCnfa3ZpH7+oFXzVdYe2U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1558629,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevanaCRA9TVsSAnZWagAALzkQAIR0U06mDhiSUg1S7lnu\nfo8chOl+OHyJUIRqqUZgppaumkKTfpLuIKS1EWSn+UJG2k9Ua9CBKNkX1guF\nhnfMCwt74q9V05TFjHpwjKzv8NrMn7hM09j8a+EcB1cpZScUEqSowr3GUlGO\nfF/CK78UhqPzpXPZrwN7WWC9yheXJyifhSIBTY2gGTNWyS+h4I+1QfjEcx1E\nvHUc/qjwSnyqQY1OwUb3hcWu5XG2domgzXo2rU+61dHXL31SyiEHuTTzI6Cd\nwjX3PPDW9B1cme8g0tZWd6ZAkFEMldBgBIBDXhRatr+FPV3wEVmMOWKtTSvi\nu8SNgMEuyvDVLwfquxaO7PZqDh94CauXhmxZjcuratzRthBVOzpcLzCotRgd\n5AMHGLyoZz/vr/RRtwVzRVYbyL7LA0veXY3/xbfZl8mFtn0gQ4RSPTziyLZJ\nCUXOl+65veJsh4jGPpo9QokZopwlv78onI4uVu+kSHpzsdS2158U/pTA9MMt\n+/XFnxfU+QkEiCrCQzhknY3Jlb0RdQUorA8Zr+X1RYmQ9CqWmGKpa2HxdNmW\nkIH5OscUxPkgpBTdSfG3nGDtkzPnndKIS52Ivssc3kuWOFHsilFBSxASxTYb\nl7ktgeaFkcuxkX5a5G631+uizcBkfG1wG6aopX2a+dcb22cXfeWf9Pg2tjuu\nylvz\r\n=GT6N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6fce3c7d352a7254af649db2175568620837d5c1","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^6.8.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.3_1589488090351_0.9378621429799439","host":"s3://npm-registry-packages"}},"0.10.0-rc.4":{"name":"fundamental-styles","version":"0.10.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f958a2a7ae9e1902d941d0e5647a7a25056fe217","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.4.tgz","fileCount":77,"integrity":"sha512-67nouDZmvGJ5i3QM5tUrDnlX62d1oHFU8I6Afswb6Cgy+0dYzGLUpDnrILjFDcpYqOfI1/aMsaa/eh5J8V9Ssw==","signatures":[{"sig":"MEYCIQDpdduNW8XhooiC59UlzbTyryUM2VpytZp6Ag6NHCtzVQIhAOtBHgnlA1Xj9JmoU5A7zTqhUVTkJSib+5875csekKMA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1574420,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewlK0CRA9TVsSAnZWagAAwPQP/RdZSavd7em1S3KMcs8X\nw6jyKd90D77g8os5BtnLJo0yXcDltv6OjCbEloURctVbiqXcJH84bvLIc0PI\nhWUjpZ6c7DOdR1mgQ7vlldDYSpEvWNH2OG+IL8PQVBAWoVfNLolkX5qubrjZ\n85Ewtmx0D8+zmbu7Gq5QKXA7wkKN37W6iyDXUG73l87Ro+U6zcRTKjvslOm0\nbH8+SlL0N9yL+ePDAf07CusTi8kRfkMQoExZKGDh/7KWHJvMzccHORgOm+kq\nhTPKJHwHAQLbwFU/V+lsclBNZf3wFAlJNz277/14XbCsjotGK9Y8+kKAEuVW\nB6/68HpbUFdgPcuJPlmVzhrAvDm+qwc99S1LUdeSTlAzA7LoG0NEr5JEqeXe\n8iF3CR1L9xJR1RPo/DeSx+wwYi6v5sFMtx7A/wTO4ux7xcqHryN0sNQFAWzv\nzwg7Sp9kICFPfUDykRVdAEdKSatZUuknwN1b0LAb+7s6F8h6Z73YG0rSqZ4D\nQ64jCRCME/vwn3HUH+6ZuNyh1Hut6qi7iAw/B97DXucjQWtHoYU8xk9DhhFi\nigljX+jucZKfjNWgYJ0erLAfRT8IspQBzeSCoc5GJsllsu2B6Og2KEz2NUo+\ndMUeOu/LeNLTs+hd395lSk8o+OZMCSf1Wp3rDQSDIkx3VJU6quq91K7z77WT\no6fP\r\n=+ndb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ffb9c503f6d4b6139920bd0f6ef8161742194646","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^6.8.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.4_1589793459969_0.0790984795694909","host":"s3://npm-registry-packages"}},"0.10.0-rc.5":{"name":"fundamental-styles","version":"0.10.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7d2de26b27db76eb41544eed5e3be4904e246ac4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.5.tgz","fileCount":77,"integrity":"sha512-1BOXvG2LmrhvmfPfHsR9YH5MbqLev8ifgqHNCjC4RYnblm9ahVdOeMJhlLspzI/iv0u9QQ0zWN4rGHQNaCAs9A==","signatures":[{"sig":"MEYCIQDg22V8IuZ+0zSQoO73JhDaa+eL4RBhjtcuDJwp53/iAAIhAOLY4Zh8bvWzUPeY+4lwfguCc9Kw1yGCoaj8GqpYV6+A","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1574558,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew+r2CRA9TVsSAnZWagAA790P/05XA7648mvCLm+xoHPP\njP4x2rUOiV2ou2e8BPlaWPBS6Rllkmz0IJUY8SD+ROMtQsx03zFiwHLRvPUN\nj6KyWbkfddStyMO2QLhAMMLpPlRCw0mYviW7xfA7VyUWkZjn3KHu8DsVMwZN\ni8TlW8l6B0jr8Vse+UwqAhaZRY0rU5XpjAU1SefL8BzPZv22uFJWMTEhPuUn\notyf693C7ORH+zxSkMnZip1Z97bf+2noXPioWBXBHv9QV77L2BCG8mvs0BOE\nv031u4EPz4KNj5AT7VJOGXOidXJdPPuIe4wbZhcg/Bd1OtaGXmaQPV2/Srvh\nk8Xrv+H3ZOKvrkrJ6jkXwE6x0JF85eHQCIZNIFQpY1cr3DD0sQF9vXBX2ZXG\najBOG8OiETApm8Hj6pexuJskq+Nd9pGjdp5j1Pq+OxQxBOnuypF3ZWXWl0/N\nruW5NHe78tWIOq7ldWd4MqrAOt8Iyyjua0NXL9MZtdrUwnK9fb3X1n8y81+a\n9sq1KbMf36V3iCSFrBozgQ5iSzVoFX+5qrG524q79fe46Mm3EkSRKJzXFsmK\nJWW8ADTjtIMCC6OyiJUROXuvZV9HS9V4WCgP3c90oISFYzEFfYku+jX00DxA\nXD8z2e2ItB+zgIhegxp2LBnctcQWyK1AApWCAWOK54/dsDWFf1ip60+M3rkt\nziLi\r\n=LZi/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"65a4c81bbcfb0c3cb5313fc863d3072c67add10f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^6.8.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.0","stylelint":"^13.3.3","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.0","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.1","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.5_1589897973745_0.9283657211937244","host":"s3://npm-registry-packages"}},"0.10.0-rc.6":{"name":"fundamental-styles","version":"0.10.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"39126e86a186e987018fd13504e0e04514c670cd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.6.tgz","fileCount":77,"integrity":"sha512-dNVsM+7k3bdsrWmmznolm3X1oU2VxmmispQirb6In37C/Hy2F3eHzQSedJiO4PGLJ78UCM/wBYOw1XXDd0ozmA==","signatures":[{"sig":"MEYCIQCDt60RtaP/8F/ZrVRsB4NB2TNl48nTpHG5vLDRMyNfaQIhAMFd5QEy4mNC2Oexo2GAN4SGH9DDAR8eio1iMENR/ZTj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1574696,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexILpCRA9TVsSAnZWagAAMo0P/RM5VL7vQuvaUCtEPUKb\naD1/NT2CAqK9nRppB01AaDKVF4RV+7ls3Q7MEMhtsiY9gHO6YqFJsxz++B6R\n/9qmdpv0b7miNsDAlgD026YiwKrykA6+lABZKNDOxQuSJMjWYvnT17arYDbc\nVy/vMUFMDXOF4ghzzJVwvCOgd1i/b3dgzakPVhOMcyseiM3q2kq3UpfeKZg1\nV4mZT2OI+WzmIpzHXsiSnqsd+3dPIazybF7ZpcG4X79vd6XroX6toa9+Ips6\nGrvfWwMON4aJZjEwajMEC24qrPbEMjdhRUn8mtBX3K8JRNNXuV671Wt0SrsW\nmAybz0r0WHXHib5G2dvzBldecOTxru1qV5I7M5w4bd4ZtQl0g9vCcVNMnECt\nJ8wQ4Ikzpt/YzSC8YHKWLlqdkUB44bH2CENd768nJVujHKbo4ewU0F39ayu+\n2aOe2czRerkSZWGdmrRr3ni1cNTmOBf+D3Wr+AcODg+ZROkvYNnfjeZWsnbk\nFqRks3Opz1h6/Clva6X6/aw0omDilnaVzvWRfTOlLY5B3kiJkDitMECKVOAo\ngS/LWr+Up3A8m8E9HLa3MygYhbsITvHyTVkgeJL9J6z6V//WsLboEAlvwZVe\nERijaWMIy4BIIcVYZiTKRgmmoG9d9yeH/Jt0Hmw12DUagG+9bg7icqSnDy0w\n1CVY\r\n=t2U/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2ea2c64aab4977d59ae74c718af0c8b41e7ae04d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.6_1589936872899_0.5226114024424102","host":"s3://npm-registry-packages"}},"0.10.0-rc.7":{"name":"fundamental-styles","version":"0.10.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e4c020ea69898d2cc199b5575b4524ab7f1f1501","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.7.tgz","fileCount":77,"integrity":"sha512-E4i9MD4IMCkaRcoUh6hi0eEUKncdUON+/egPse5++SR1gHyHUKAIg66lty/i4J8SlWLCfnE/4N6OThT4CWub0A==","signatures":[{"sig":"MEQCIHjxFY/DAJmaLHnfulIQLk0/yyaWxW8xLJGVpAlEq2AIAiAm3462NvK5C8YDneTHSbikiWI2cShFuXqzUoePrQMP4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1575371,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJex+LlCRA9TVsSAnZWagAAZPYQAJJJ1W7s5nWtm1HI+/Q1\n4BBeexdNm7IDcCVxDqYYyUE2R4SViEqKCOrTX46OLtA7CdbM2Zlp2azNDyEj\nh0DpfEbTq9+zGhOloRWUmrMPQXHR3OM02oRhVWQdZj+b6IWyXaldv7ZJFCXB\npJhetPslebRUHxP+wHmjYGeXQTTO9nKk1460E2kglIB8os27sPZ45eimOokP\n6l4VZFw7hQ/SBFQHdMX13mBFrHl9zDTaIwrwYg4Uo4XiGP1ogr4LUUu8ilWf\nKoyc5OLX38wBpq3TIny1yRV/58/VC5QEY6NHFyB4rmxy/hCjJf3w72N/zKzA\nIUh6lvwKqLx3MMy7VgDm1cy8hTIusr3iClBzDFRerB2bnhoMdlAl+/zpxNjo\nwlTsfpDWRTYnqpANMBhr8YEIEjIuI7WVQxX09FUnjFHleGvnZSEmNZfLQw5y\n0q5wowlyotaWWQyCRJn+a1PbJU/DDfIxmwO+BE/eGXashBaOlwHZH1THdVJW\nJwFVxMbUa0SNZiqoWDtWrqyVYudqhj/pf6xAyM/YT3j0sE7/AiZRGHsz5cnr\nbU7gHe9PXqOJ7694gzZJaIYKtAFtqNlU9HPBorXpAz7ppXuEV/Td50n+Cp+q\nhjzyUdlbaagu69hILpvOwr22Kb6xCjNvRqgP1eTnvVNbVyh8h2Y+DkpK4WsS\nAPF/\r\n=wcSa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8de30045334c9aad6784dfa65f76ddd095dca626","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.7_1590158053055_0.3994214616477789","host":"s3://npm-registry-packages"}},"0.10.0-rc.8":{"name":"fundamental-styles","version":"0.10.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"91dad36cf54b7c8dbedf7c36d2274c533728f4b8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.8.tgz","fileCount":79,"integrity":"sha512-T+xbd5A7J76mMJcLc6VMh81m1ZXyi7tg9x2wyL9p3VTMJrKtDv46IR8CQsvFAIa1gG4HQQPCGl7TAL/kl1zT2Q==","signatures":[{"sig":"MEUCIQD6fwFPFE41hm3IznYnQ/z9QNWjbNBGLor6ouJtnG+U0wIgZI0AH9Kyw3+C+6g9zdjmPL10av2V7kZ/HaYYARNyIk4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1638892,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeyBugCRA9TVsSAnZWagAAgpsP/0lOoZz6Ul73j0y4popv\nXVt1f9LXV22AlHgOjM2Rttl9uIsyTh7HRTIfvWmR94lG46CDJKHUPBJQLE9o\nIsXg7/fntpaYV3IwvsdZ8MBXIT1bKZM0Lb4QuOM/COioCu8kWTRx4MKs2UdH\n/EnYqHenwM29b5EfPrkWfKhJSqdl2l0K/qoL/Ag8ekR+dJWJgmcZxnd6bepJ\nY9qAt2ChvPLf4uLli5FfHS82WBt+2lthx3UOfJptM9IWH6pAYP+GZXBTm3zm\nyd93R1UqZwPfXTNmqbzvZuKguyPq5oREgKa9nvwmX+I1eyWITxH8cNaTkRA9\nkcIBLBMwyboruvvyE6P7DExY7qbbE9PHyZIOld1HkQnyuWRyjOGCThJOh8oC\n1mbykq+L3K/3lKsl88x1rSg6GJ23m3pe6z55xlDknOI14fm+Tq4fmRat16dz\nkGrTfNFWD4Wux4ORT851Zfsn7LeRXWn90HbOX7NSYfeAcaNE24UzIXds7FNr\n53K6k9MeuMFGDfugJG/iy1BKGUVb2n4cQBnuQhENlvY98NoW/qrxk+kGxcPB\nWXfoFXyXSAv9NbPY0XzTi27oBIH6Y1/wZOtdwz5Shwy2Vw5dv8tcSSHSgmNR\nbDb8awGk3ULPnHlFslIpxC8qkytoJ/WJdDybp+la/qrxMZeHMQZHsxSPYbuV\nuUJD\r\n=DEUt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"712f335cf5d1b1ec2832e4643be8e9bd0e11bc1f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.8_1590172575915_0.6955824827694665","host":"s3://npm-registry-packages"}},"0.10.0-rc.9":{"name":"fundamental-styles","version":"0.10.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c26ffed51b2ab80eed91507b77c078c0e9b91403","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.9.tgz","fileCount":79,"integrity":"sha512-TjApZNZ6x6iuZMmi4SQRTlzsPyTDfZae9jQLJgPYF6YYwNZM8wLqo8UxB4GwaARARDHymbFMnMHbBRV/QJdGxQ==","signatures":[{"sig":"MEYCIQCQpurmYXHVlWc51/zMeCUWMkvT+5KXlxxQuJCrJANxjAIhAJD2Y3hqFEzWSRtnBer/l3Ke4QwyX7AXbPWqib1uSgdP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1639030,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeyJOxCRA9TVsSAnZWagAAUaoP/R5sV3kPcChN75nSG2pe\neMmsti2jdsMje5AsmSHlbduSfb2BUS8xbQ9U4covcKXAOXNd/LFqie94BhVy\n2wzCu0C3u05/ZtogWesWcQpqwVk4YzB2jn2bBFvw8Hhsu+vq7qeMuQdnTbcE\nq7uWCmXUmHhMAG82Kn9nfLyR0+0kxatpO86fNixzvgGbKdqW1aPxYSwL1Qe2\nxCAwP3sy9kXLrM80UEUtVxDYicv2kREQlJnepJxhXUZWgr+hQXZsUaDaSEEi\nyObzR53N89I4GgYWmwPUQHopZgMpConEqpv5BJGsnZXQ2Zy6qJRzgkUul6PT\nVkaUJo3/PmazUwGuZfFEPpkycIsWqinIrQWT4wm2caRSAzmAFF9JEEjyO8+q\nj6occQRigrMsbh0CC9xr8AeEukC9HpHuj5Cq3T/pYmcIKzCY/1vctCRQ79CC\nTQ13FerXxXionXIhKcofvzcjJ59T4HdDTsH4QV3HauY74kbXvJhJoG67TGyX\nyschDhOx15k2SBl5IBcYb2++zMP/E4T3WlEmRDLl/34M7mzx71EPS6NLn07H\nul97qCCps7NH+bV2Asm/eReTO81Uo+vCVCFz5YphFNAn/AJmaQjhJQ8qL9P3\nJXf58fupzXkTc8ZSsmBWgm0a5is6EQm/tvb0iDf4J1dw6VmCYkZcxPozw2lX\nA8WB\r\n=pDUK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1225e603f74930f38d286be6c99f5aeec1970585","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.9_1590203313018_0.22074296564756413","host":"s3://npm-registry-packages"}},"0.10.0-rc.10":{"name":"fundamental-styles","version":"0.10.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2c87efe6bec7d307117266d9c3463f768565e8f7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.10.tgz","fileCount":79,"integrity":"sha512-ppOWVeh/H0f55SbjPSySAo3Spx2twWKMrcN3iQOmV+MSuQDqRsUH/KZPg8/tbs78xcwnF7yt5YJOj9Dtmivdlw==","signatures":[{"sig":"MEQCIH2mZiMbVfJxyi68yJQya6GZuFowJXw1xgRHMKgZcuAcAiBM78Jd7LQ+8tRqaQdgTkQ6M1GvbCJ741Y/pFdLjEh4PQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1639544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeznCwCRA9TVsSAnZWagAA46IP/jI7x8qEnvccmmnIzFOd\ntOZpwslpY/EryLikFb6UVrz9YjXF645HeZ65h7noANdDvI5o5qcaI392NZ/C\nkrWvq29GTe+wWckL2d4ghfJTFIkPDxrNyy5jOPMxMf+hTrj3yQcSuv/Nbrgp\nUcCUNrRnvyra04sPHT7yKBnDyvo1Ts3gOd3bUF1fXGt/d6E6VxLqc/bt4AQL\nOZ6+wupCRyIBrH9KuBGwvScdHIumIsyVb2bPrM7xUZgYjtSArK+dYYl0mACi\nli6EPODVR9NQK9ja/UZPM5K/oKEd9cRFrRGLbitB+2HxjoeOEAa57BrgvvyS\nq+7z9Ovxq9y+JwrYA0r8JVvr0KU0TVjme0dD/ujL1vXBhZjy9UTblxPvkWEn\nhS0LdqOiOQnM05kV3CKCLL59VnNcRYVezqsf3PDOWJqSiXfaTR6vDrjLP8HZ\nIIvjXdCbfcK5vxkJwsXVeuNmJKFxDVSrkN6cAMwx23dFQI+iVwmQUnBIdL7g\n7CHKX4iitLQrIvtHHRUNMClzHyvrPNMfeO2Dee72eUs6xNSmEm3RDiHwLgJT\nMjrX9/DCZMLjezuwp34K3NWDKveW8865mooi+Qy8i0S/llZVhq4fD8l3qkYi\nAoFFi/h1HtSn4koAwJ1xtneIOK/ZiwYHPrBjfXRVtGbCE4pgqfqrHUwXDxE6\ntObf\r\n=O+gL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bffdd40305f86b90fa0e7a4d7eb963ccf7bf4183","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.10_1590587567661_0.7765396412526415","host":"s3://npm-registry-packages"}},"0.10.0-rc.11":{"name":"fundamental-styles","version":"0.10.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"743675d60101c635233dbf3683ac111f02b0ce71","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.11.tgz","fileCount":80,"integrity":"sha512-DwlIVVB+ywim3/gdInnvDAQ1xwdTtN1YSUlfRkHAkHci7uqo0Qhm6QtzIc/slep0xs6gm0venxdJaMuMeaSPkw==","signatures":[{"sig":"MEUCIQDqmRVCagfH6CIQNHfGI0huRmh96odaLMqKzM0GjDH3NAIgbMxzXqAPd/3q7hI76+GIgeaQgl06Utmx8Nz4JJovGc0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1651362,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezr8sCRA9TVsSAnZWagAAGdgP/1cUh/9iCYa6dqUJ5HO/\n+BzNFe0HYl+APkPmtJW392qI8WDaPIS3jKZhdpU1T0AXqCHuDGLea0sO5IA/\nM+cRZRdieTsW5QVdTIQxCkVxSWiufTVF9lk6S3Ru90PkkaPp/gKk+hYGFGOW\nSFd39YV4it2gNNj3vLoQnSBMi/CFmZiM8lK4DLzWdJEtmArwj+eghXFYQTjb\nRPP8q0qWCGCZIoNvWPoFJwtSQigPJqh30kJ/uGdkVBDJapg/eNm1jy5KrRlh\nZvPss9FC50dNVGIB56Elpgy0mkM6JRQlmM/cYSAv3MrF2PmVrLNT/MdY/Lmw\nsYck6Fw3PX8SEHkU0+HQPr5ZDDEWRA5HpzcGw+7TKIQqa88JYztnrls6pCnk\nOLMc39tDvgn12swBtqirO4YPAjbsoGYoUwRFU47uX0wVK80cN4bKhwC41WwE\nY0pLV0Or1mkNonIUPJJXgzxo0IvKo37uLL1gHtH3s5By/x0boq1+XfzWLTTJ\nkuvsnqarrTv5hhzpJWTl9PfaVldxVDIWs2DSWq41KoEA+N7BUPpN3WdaMTQh\nxyiVVTEaVrygeRDF99sNsLo0sJ2SF5HQ0hnamksgBA2aOlBdXnXHUKrKGPBx\nJ/qgLWx8MYhl0YLXHYeDfeYqgggHFzNvghTMSnvC0tFF2yBzYXvU9XQ+apUr\nJbxw\r\n=9bTu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"15da00579c1dc97d84e40d52da269ea6981b829f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit","storybook:visual-docker"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.11_1590607659739_0.15971179643932043","host":"s3://npm-registry-packages"}},"0.10.0-rc.12":{"name":"fundamental-styles","version":"0.10.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2be033898118209f399cccc6d707d2e36f7fe0d8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.12.tgz","fileCount":80,"integrity":"sha512-DqB8eId9gvbSjTD6lBQcI0KCexfLj/N9nY2/MLFAIdYlDkm3MbuUxugLnTTzm0cTT71I7k689uPPr0b9mRLALw==","signatures":[{"sig":"MEYCIQD8bdSiI4LvekDo9mPNn28wGhXL6wmyGFa6XZn03UmSrwIhAJNUzy1j1GcNhR1udsNXD+WYnZ+hfoLkb+Umi8KoMjCM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1651096,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJez4wbCRA9TVsSAnZWagAAGcMQAJ8y/ioSlJUByUAsvgzZ\naopP34lK7niex5auchjwxUHQ69RDrdnVtUFMMxjlWnp6dGowi4n/jwq1OWoi\nws4+NCl4mVW4DHuP4PBd3gQfqUT1rqx2DACpweABi8Vjcpv/+vnQnLieyR9y\nYraVdz6PkW4oVkgdH9p3lha5bwJ+3+cIYAzidBwMUatk/gl1kLl2TJYkITUV\nDSvYJEIwQwDYralX51fEnEoz45wn7mPmQfhSDBU6VS44nclmHumEpmhcYIce\nqRdug2gQcvqBVJtGFlCKTd/qZn+YK/Uf4wvBn8RmOzVVmSHAwMKw3NGed3Gj\nvZS8bJ+2vbrJK/S8QWDQVI3CIo95nf++l/KztaleP63JwHzOWQHOzJZ6+0os\nrGKZcXhAz4AYYmaeJqBzPJxBbmZxPe0sCYwUt+jHN5WK14LLzHERkhj1d2uk\nveM9tiqjbFALWPEL2aVZ4ahsr69cq2trzNCDWh2/U72FYZojN+nIhECf3GU4\nOy0c9EQAmP6SZObAkguy5uzs5kAsif5XXNwN4yFBptdEDT9an+aHGiDI/un5\nIE7agpp++LYHI6jT8RTr4TQ4QZY8Kke/j4tB5Xo+yTIbq5rta3oT0QnVr0oI\nXH4Iz6g4f/zh0jnzsQ59veE9T6JNv6AeJY80FJhbgjqVm6Ge6SflwlV/ZVjf\nXNxW\r\n=OOBW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b468c570a45ee1744ce8d3a22ea9d570deb86c6d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit","storybook:visual-docker"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.12_1590660122479_0.06588482136480289","host":"s3://npm-registry-packages"}},"0.10.0-rc.13":{"name":"fundamental-styles","version":"0.10.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"22a42f3cf0c8288a9a541bd6668c25453ee6b4ab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.13.tgz","fileCount":80,"integrity":"sha512-IjBsRCxAbsrYMG2XtTaET/VzNkDZXDPQqAP8BzWiIMGZCu46/nGcRe9aAVwkVu4EyAOJIPgIDJAzbEJWj10IBg==","signatures":[{"sig":"MEYCIQC2UgzLLsj6f7ZT0S4V5mJhAopfOsVx6/In56rtSWavOQIhAMev1iROowExcAmak1QZS+pNoIWoSSxEwgYkHtWOnoPS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1651391,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJez+QqCRA9TVsSAnZWagAAuCcQAJWLXoEgA/rdZZBLTn/P\nbdYZ/3XlDkZSp+VFOc63hmMsb9eU2OkoIJyZ47Tpf9mVI5Zom3zilQFCxHnb\nsk8w42Q8puYy0XN4l+hpwrC9HJAZCn2JbXdSSgjU35dbcY3KDcD/Dvm/FJrF\nnI+PgX1K+8RbDlS+/YnUrbNDl+78m23twpKc4T6fHfzuFpIaNriQzlX/b4Q+\n+LRd4pucTq7i+sH2W03nMCnFsxJ9EoAw3PLTVmMfopID/4PyzbbL9N6R0PZb\nD/9AOnXAdk1iMN2CmJ0gx5zjJZtgwoqccFIMumF65uLJdeaJ944VQL34F3pM\nHaK6xui5yUJeAl7mPaWL81r9nx2pDwQ2YKlkbAGel132sou+vUwfFkfRzrHn\nn+PvLM0we/Trnqr5U3pKi01bCQ+DjjOvJmv6gS1dPAH+8aArTB+t/h7/8FV7\nR0MRLJwrIcGhUKX2g9QTakMd1o1ggmi3x2Fxpd0sR8OWV9cbFg7dmIKz1+K9\nieGRKjjJMy0yKVj6WImd7e56gAvXgpWUgvWSX3k/sq70720faeCDfWtIJ1iU\ntw1y3lg6NGBZ1XK1YTS7dXjZHE4sjeyy6FuhyV/GWDQCqebEh1VDAE7fGCmA\nHXkd75o8W9lEe2dOAnjDPe+ZtHJSNxjncpj+DlPB2+ZCLENl7cMp+3KPx3ut\nGRgZ\r\n=cNsp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4838cf7814d3a0f6fcaeb1b3d2dc644f44bacaa5","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.13_1590682665458_0.021390203596014734","host":"s3://npm-registry-packages"}},"0.10.0-rc.14":{"name":"fundamental-styles","version":"0.10.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d250e1d488a7f8b3757d6f5e38a7f5f8c74d50be","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.14.tgz","fileCount":80,"integrity":"sha512-NaPJcxvYFQy50t2KitUv6VIf7swiVaQhiP9T3TozdtKLN0cFAfv6nKVI3dU4s1LDstV/OW9MCM63Ror7SGzlPA==","signatures":[{"sig":"MEUCIDj9XT4mjDpPSND9pNzAuQZhvQ1ZGrXBPTLl52N5tbLnAiEAhVy0aOZq45pSSNKRgF4a7OlMK3sir1jaVvP+Gla1GKc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1651533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0AbFCRA9TVsSAnZWagAADM8P/jCjjFlIcVSFlUQ7vF5+\nQziq/hhEGE6rq6gKJmO+ZYFJwo67SuIOjXRPMuDa2oE6gP+3K8gESOpki39r\nbJRNCE7Chgsm+RligR4Gw5p+AqiVqzMrqXFWl7B1d0EkmHZiokcSi+rKOUEn\n72KAodvj10ipJQJEqpzv2T9uZMCQhrdCQeIN439jLmu9aBw9xmPftL42OPb+\navle9DNyneUtvFWh1fv2s7fnHBDBTOWqIyzP+Mx+8699SdH6UvQ2M4Eu+dWQ\ntvzPFaC0gUwY5HCnM8nP8jBg1heUPPnQxW8LqKTl7Cg6uUiM63OTtoSQcCvD\nG3TqqDmBCe5FAyTyz5sB+ucfI1jNWG5FUV9JyrG9LkCeo/wvtsfviLN8q8px\n7R6XBoMgizm3uVjtKg6GX4cSZHJW12yFl3AxVMHRHUfd2eahq/nldDsHKhUw\nzCYikYoxeyc9GIdyvM8MpmjG67OULyOGNH3X7DYTh5jcbQdjV4A2oSBw6MjZ\nrsEHqmg/u3QJV9StaVWY2D+ehoP9sr4Lx1zpvfm8revgp2MstDYiIDyx3s63\nzXVyAhgP7YiLaydnvvd+7F+k5kztTidzqX+ZL69VO0cV0melIqEQaDbtm1S2\nLtnAAX14ZyHfBYFlZ3xMbDR5lLKwGHzAgVOJvJLqfc43V8+OV2De6JD7CZ9s\nrUej\r\n=uBCO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6cda684d714412c7e9a1c69d18f08b81b351f8d0","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.14_1590691524517_0.7732881246235177","host":"s3://npm-registry-packages"}},"0.10.0-rc.15":{"name":"fundamental-styles","version":"0.10.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e9e77df371537078c99623165f086782b6b096fb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.15.tgz","fileCount":80,"integrity":"sha512-SkTcoTWs8UouQDMNiJHznIOCFgNwpB0nCd23tescI0kYOTcEINv8Z7ye1FWcL4lGTAfD9M7y52FfwBvEThyrUQ==","signatures":[{"sig":"MEUCIBXHDqKNSnBFzmPV13CfV6dRHU41LcgUewqIS/waKiE1AiEAj/+yTmvmzYmvuRBmtDnzS6oWNQzbtVBDqgt8SoJZHy8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1651675,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0AkDCRA9TVsSAnZWagAAdv0P+wUTooXckhZ8/DMSD3FN\nFp+eMAV/vNIMuHcZxR/c7bu3aOerrKJ6CzkqEZaz7POhGoOXkybkTwT9N6A4\nLH67rhUEFFp3+3Lh7EzbtM8zywzeNKb9TuhEsQbWs/7L0mcqA5SsrfOJlMmk\nmKJvmaBt8t/OIi/8Nre9eleLeewzXNShoH6yV90yfKn2jl1p3NOK0OUkBnLs\nHE+hxmI9Z8I552wCxvDSArVh0dviMmQtYHAJQXbt24FFtG2kTeqP/vTLxGPY\nNA6kN6SyX5nNWErgUAf8CgQ2+02rSvSUt2jHm9waMZMClBgyTPQJIoOEPzSp\nWmN8Ov5ORCazOKEOzf5RzgVn3p5K7Kjf/unGdre7/pi1TSazCwveQZjVCAQ9\nXw5ZkB/krGb1VEIPRKESzECj9eymmW/5Gp6oiDsZBJKG6FbiKxxo6pipUM/K\nqGywH4I5VSqW9Emo1iwmUerh7bwOxl8WNsMAEAcGnZSWI29iSXmqUZ/vbbl+\naW9Gka1MZ/Q+1yCdq6QfQgmUrBJtm5HsmhutooKNrbEcB9b/fBObbFe4uwbg\n03RzGWIDb5+pgrAKSWxNzDUTaTEv7P6S50WMYN7lSi/9VtLEWACapKlLCoxA\noOMUVtvG2mOJhketF3+YtSakf5puTyN3l0E6+bAxpcd6ZuSkvYCy9FkleNeI\nV5jm\r\n=yg/b\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"408954082f7264f822971bbe986781ee7716ea26","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.15_1590692098366_0.6314436360551663","host":"s3://npm-registry-packages"}},"0.10.0-rc.16":{"name":"fundamental-styles","version":"0.10.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ac61206161d73cf20ddbdf2c52dc9d361b5433b9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.16.tgz","fileCount":80,"integrity":"sha512-TmGahpTxAeavmCcqRz7PZmLS9vMrfTZQP2GgpwC1MsACJfeeevdTQWIamOUJgHtNk3Q6USJ3YhX3fjvWh6oSpw==","signatures":[{"sig":"MEQCIAbdeR6Ve2jdUuLUkfg4xCy7jYbZRUyR5Y8SKkpWNBeiAiB567V9P+c4AcGKH8HsOnsl7hodO8WNaC/KG9dzR2gR6A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1651817,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0BA2CRA9TVsSAnZWagAAO30P/1uc8Xe715vPgTKF5JiI\nEuKbybQkSiGfIe3xGpX7hdl4JKrTy06Hd4aO6fY7KVvkI+Ui4mxSL0wf+LjW\ndYtqB6LKbjWBs6jmFDRey2KtZ0f8ZJZK9iaW+RKB1Pwh19bOPeVl97ZCJlba\n1NqdYv1qErfHmdQhB5S8xMRTdoky6bSW6TI+f/becOBV8p9/3YIEoAB4f5wj\nVt+72Y3gLPKD0ccAa8WADGll32bD7m7j8t62j01JTsm8o2u1aSmFmhcO3BNA\ntUqa1/jB3ddZ/wWaDlYwZ0y7QDlBdexlP8bG1YnxnJNNoCbTX5muLOBBqrmk\nw244xkE9845gVfqakTxT+sClfyBpUkWIWTbntWzQB9DDc91/KJGzN2d5y0dA\nqK+SXSASBsdp/0M6uuj1BLrbPcKYZj969Scm0MeztFmhm4XFagCnMNXpt5qs\nzQltY1jkKnPiIjcBGbnFV6y1fp236LM60dCfbRWcqDw2lluGek45hOP6tYFj\nltH73Y9rUL9p5I1HG8MaNzJGlQDgFeLRCgHXVZaexUsc7i8fmGH3POeqWJl2\nIigOTWW8cC+ppPImB9bqoy/sMvkpd2PgogXN3bTwhBE4ctzJc6oNx0Hfu6Do\npsznCcbXbofGwJ3iOTd8aPqkQn5zK86X2/+FrVLK4UThkq3ZoAmfr+2vfRct\n9Bpu\r\n=N97E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0123adadd050865987644dee3a028d731457ab14","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.16_1590693941406_0.6583588766661339","host":"s3://npm-registry-packages"}},"0.10.0-rc.17":{"name":"fundamental-styles","version":"0.10.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"314704a84a46fad2b1ed021fced13b1f0f6effe6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.17.tgz","fileCount":80,"integrity":"sha512-0EDE3iciWeqmhCwzPfnDz9m1ZaFh9FSNs55bYRyDO1+W238P9qXLe1LZnuUdIt+Og/wmL4+8rD0ijJtKtVhdlg==","signatures":[{"sig":"MEYCIQDqMpOOTOIFX8NIs2OsybR+q7vD0eD6hVbEElRclWNBkQIhAJ4roZp9Hva0UNm1WM/YDCOy9QhoCiQLCn9fgF4s+OrK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1652071,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0BljCRA9TVsSAnZWagAAJUEP/jvLKO+Kr6BD/WasSpHw\n8GsrToe1rACJQqB1S5v29Nq4frIuF0p3NtBSQdqzKTGZQbSWpU62NfM6YrZo\nVT45S3yo/AL+IYA5da3UPKngZVlLMcABdPcPMyIGbAtZsYIix9gEknG+pghc\ndQx7L2Z1GFx/pPgaptn5nCPl+N7GhMClEVi+yvEwEAn98zouwbyrP3XBT4Hq\n6DelAf+yFAX5vJkSMno1k53qLtFwaUrxIBCyWudH6WBurhyC0yK/Cyfs8FIm\nVJlElCSFuwTjwfgFzhr+gYJH8AbFpUrZsMrdx92ucOXn3PKcxDkIYhvvtoJ4\nK4xnU2BbHh3mpU0jMkQi7rY9a4sf034oOdHd0Xhs9Sx4BqKeIX50IpDCmMpi\nl2XaxqbAdQjd3tnjwPAc4YLSkNM64e2V7k4faAFdpqbya4sNlkGRx8CsnEJR\nxY2YlVQnWNnecnCzajY6+ZFqjMigpisrA2s2/bV2gSyPT+fXtleIdSJyA4Cy\n4MECN7NGGNBZulAx3TzSlXHYUVxSXdYSfc1gWfEmraeYJJ8ekVbXd4Q3YpZ4\nLtPIvcwLLznpINsGyTBiM9GYv7OTDpSRIH0xLWqFR9t3XyFLPhLKklmoM+xd\nyuUghj/T26pK3nkg8Vn7VsOcnyoezwTaCtxc3wzGBnFTZvyZdJerGGvxBRV/\nxlMj\r\n=Hssq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d44d1fc279336bc996a71a7f3b17ce79173093ff","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.17_1590696290977_0.18538430356522784","host":"s3://npm-registry-packages"}},"0.10.0-rc.18":{"name":"fundamental-styles","version":"0.10.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8bdc0ad2e5dc777e61b01be23ea91025559e6f80","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.18.tgz","fileCount":80,"integrity":"sha512-WerePzY9DQi0abKcrruVp38fVoPEOYuwFJXZQsxlmlWPs9++o+zcPBa3qE138MFWGJ4OpyPTkEWkJxWtp4enRQ==","signatures":[{"sig":"MEYCIQCMlGfqnQ/R6Dzon9Iz79gKcJd3dzIyvDdLXOC3iAdjyQIhAKm1t9+3B7JCRkCbadBDXOEMpV3qHUZAGJwBSwO/t3LC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1652213,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0Tj3CRA9TVsSAnZWagAAwEcP/0ql+14W9LvEivJatsiS\nWWiOCxXe5ab8AiVm7k4tl1cj+hULQZ3WvC7bvx+Lm9xyjgjz1X9svwHPKmM3\nKDuOMe3mWRiGMF8kcTE4TmGXLZb5eQiIfS3f9cTzVIRS40YxS++DjkjTIUb0\nP/zZnWUfn1YmVQGx//ArEIp+G3/nEPMMESMKapmS/YwFajvnwAgawGOMPJHr\n7z4VZpgtv6m74F933914/PaLVB0HXXz5dAXE2o+ne6QQTbJ6TZC628F0+A0+\nmZ17ZbCll5B1dhlpCLEsrr35tB68+keeW7761RXE/wnrt4abVQszMleYlSh7\nEQAbw78RYGJZ3jM6Ch1ml0Q8Z0rbPgMSilFA7dUUa1335SHQmGjlfAtUCpc+\n+L9spopcZR3b1fwmnxEstXwouSB7TbsDsj+0w4uGtDdJcRPq4DehB7agJQ6V\nBnZdVblEuC/KVfP0aYxTbT+rvrDR1hGAN6H9XBKyeEa9jqMItPd+6f8n/n8p\nFPExgB6+RTS6EuZpxTDYxEfLBGeRoYcCzZmMTwwLz6iNw7aZ+r43ULOPsyHM\nUm/ORWWKFtpTtmZhIMac5Mgq5o26RSEYEhDZ2tpReobgwVwEF08kO53lXJ4g\nnPrePAnaT0bZv1nDDI1qbRlXeSiv00zqV/dnsxib3ooT8LEwRfMbJzHY0As2\nwCdy\r\n=28lz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"aaa354ff53b6fcb166c6197a508104a28ebcc9db","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.18_1590769910906_0.3764861129683439","host":"s3://npm-registry-packages"}},"0.10.0-rc.19":{"name":"fundamental-styles","version":"0.10.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bd1325087a80c4a18ac76ca3e166a53d9726bca8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.19.tgz","fileCount":80,"integrity":"sha512-xFbZukgZ/dYBD9O9OWwc0TiA7lAcs+e9w/q8fsNH4u7QTP3qeA42cOnTb4YRxMThMw7Ej3gjcn6fzxBFfr0atA==","signatures":[{"sig":"MEQCICcEaGupcrIrD68hd+K+EkUKfKp4yfsyDqBg9walGpGGAiBtBnPYMyVsSndL0z/H5bad7J1Lne7/UgDCceee37Gfxw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1652963,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0VZ6CRA9TVsSAnZWagAAf/sP/i4jsK0Co4XRwWgASCGX\n77R4dY8VgMXn3adjaYaJR0UJmbUsrrn9OQ5dBJaQXa48mI+Q4aDGbw3P3cDE\nvPSRrE7EUKa4tQFO8J2D53Z+DAVZtI34hvl7SJp+Y8QoMkkjh4l9WYwjPrPf\nbSWTVFSpVD5niDQ6jyGc5QXf9YXu35KwD6x6T4sj0JZL6rphWVg6/wA6JAKH\nnRkR/JpASZlcx9Ss2NnP2hJzkPzSaufCY5Kz+SDgADobO8cd2zxkrdNECooJ\nNhojAM4eVg24RcZ0rnETECPw43i0Gtd3/3lSarZZXsKctHV2lVLtIGXdZLMI\nTz8hN1iMsB/4E3SlPLYQ0SmeWaWV6jCbd6ZrqszFSgdtMK0pGNemoFbWxktf\nFGUG0SIk2KJH8cA0gPT6Lgqpqt2dDqT78+2sq6dV3ezsCzZ/oaaIDzLCFhLs\ncLubJf2y/piFdp7WhTPyesHidMvMJOCg95cV2ZvwkoAKcuIv94PJ7K1cIAA7\n8alTfL276eesmotob7Erl/FuwqBamXGIE8dCxDQDEb14Fa6gjh3vGbJeXA3X\nU0jkE/gw3xw2k+4eLPmdRigou3za46i3uBS2XAtGe9nAPn6lgOSy/kfIUhaq\ndFGtWpXKn70lGLT1v+KF9z0uiCwx79xtGvoJA7zHSpTn7lrZyYCvYpOnG/Y5\n8NPQ\r\n=KPvD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f1c22743716937905b3fc9d4d23931e34871f514","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.19_1590777466373_0.5132825832993344","host":"s3://npm-registry-packages"}},"0.10.0-rc.20":{"name":"fundamental-styles","version":"0.10.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"47167d39457097cdfc5d5987d08b526480929b16","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.20.tgz","fileCount":80,"integrity":"sha512-5bqUJx7g4EqOvN6UiQCpA28YgacpKuh9MSDgPGxlg2u3MXsXd/gevjcvoRNjg+f98x/hQvGQGwb3A2XZ+hVhXA==","signatures":[{"sig":"MEYCIQCBXG4edsjhTtF5wBLpNeFokxfTd7M5WRpbUET/UT3RGgIhAJYHC43EzJtuGM3UkyUAgGzBFwPrVyxF4cqdboXepmnz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1665227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0XuBCRA9TVsSAnZWagAA5c4P/RFgVK/OJj/bJMLJ1ZHr\n/D3O5hAzptgTG86tVr9OGkXrQKFaUSfHLqmyQr90K7K2Dohf5ySyC9ZY7Hzd\nYwI3uib/xrVxOs3eQVV/cOAqa9z/BAsd0ltW2cuYzxbAKBE2gzdsMdyPBtsC\nu/XkpgHCEDNXxTbQELs1r0NCrTWdXIR17A3ZkmstY73z28RKmrb/FVVDQL/b\nkUNbWPVbhKU5tpPM494OUJdU0fB5f+G673Qw03laLfv0jkmFH7EKOVpOK/ah\nYgsLcNikg6BMbaUeCh+Ts0RVm2YVJoLvDC4aeEwMQ9/NhnuWolY2FsGJ8i3+\n67wWT9w0TadXWlLe3ygKwJ2YOJJMoqKcGFiSYn2k8YFCkmvSArqFFWo8TKFZ\nlpaB0+oi6PY8l8oAyR4L9ukMrTDJd8MForzF3yie/kFiWywuzyRMhjZ6D7P6\n/imlGA0HcLMHVKJcEOyp6wumKHoP5S0Te/T1sYgzQ9Y0O7Sc2vv+qIr+IvCG\ndsx7kdXslyeP0+9ksIrF7i/3bfwgI7Gd8M/Ayoz2Ye1V+LJD1h4GqFhD43Po\nFqbrjhHpz8flAcnRgqmrqFEko+ELGDAQJDKcjahijc+At/bG3tzsKMJpfZrZ\ncvS/9HSztO0zIodx2KfbBXzckSOm0SFPvm65fw4FyrELP0LGSto3Nqv196/5\nIu+t\r\n=2ab2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5824e63b3e5f94adab611f9a9a2b3c13daa835a8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.20_1590786944533_0.052685467608535985","host":"s3://npm-registry-packages"}},"0.10.0-rc.21":{"name":"fundamental-styles","version":"0.10.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a3eb861d74699d02e8d8622fec49dca62ab5eab6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.21.tgz","fileCount":80,"integrity":"sha512-nIh179z/BQRnl2r3VKStwN1HPFmtXL2bv90TW9mEa2ZbzLi2qZVyqlqoMhgZE9lD2iIm0fDUINFz+a7yNAj3KA==","signatures":[{"sig":"MEUCICYSahyc0I6vMeSjGlMFkWlXxMcUFQE3Oq0gjMzyjz7+AiEA/hFO9M4Pvq18Ci1SyZEh9LC1r4hsiXIWaBP91YnCJr4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1665932,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0Z0DCRA9TVsSAnZWagAA9eIP/1+hjALh1PXL73l/KzYQ\nIkcwnBARovlQcCYeMe3kpBivVahfA/DxciiZCdQdnfCxn9n5HUBHgl+Hw0QA\ng4D47QOv0GcGJgW18EXN/0mjdA4Jr8fFyC33JC6ClmzgpCwhmzLx4uR3d7i/\nAqo2/fwsop3MLCJ9P6WYq9K8ffnIISUt0XDtHEfErwgAORCJXIxGDhTL4ARs\n28M9vZpSRZMubIrlBOiV+TqfBn+OUL7HVzpze21htEmImUyENC1UfBhGdLgS\n3Q77qv5m06A/WsUFPqwbSK241XDVRYhmvca14AAtZNr5WeWU6oDuGfpR4SrC\nMLv90UdCxEJXvyrm1GddWbrOtdfixs/8syBqGfPEUly6va1qCsVuYBVCEoxq\nLEuWa+KPpf6khdxUFkZh3/pfFR5qpL6ed7l8O95LtlWVfVch6Hj8W9EirKgR\nPaW63/a9V1pQeLaFYD1jS4Mnt7yVOG5Pb6L32Qmb62IF0SD2Tq5TDerPLtp6\nsujejV2O43jAvDWplO0Mgfg4V7ETlBFKrmRQjj3WDQwj8g5i3X6bvnP6WcmA\nhPPAiNUejRcWGlNv101zTjMHv1nvRnUIFK3XHPI61V2pK6FUs62wbzf7mRz4\nVf9YkoxQR5WnyUcDXl6mF0IqJob53HLjZizo6NOtZT6wrEy8XQwEZdAOdGOq\nSqiE\r\n=7VbD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b4d0c30d44d289dd697ee383bbb456e67f7cf3db","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.21_1590795522462_0.2750003167486077","host":"s3://npm-registry-packages"}},"0.10.0-rc.22":{"name":"fundamental-styles","version":"0.10.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4bfeb30013f1d0bf18c361258591fa2e719fd591","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.22.tgz","fileCount":81,"integrity":"sha512-SIxWOMQIxUyGgcAkgGZ85tLiOgsoXRjCH0CuMbUN+EdpjkIZ0BjFYbcSP+aVQhVgHx89gY4AWX5UsM7y9Rivgg==","signatures":[{"sig":"MEYCIQCW0ctq0ri8gVMqvXkxhNEnYPWWYCRMD+4kthBCs/5vgQIhAL51MSrcZg1oqoaOvjWLMh03g3f/08o27elYsLUn1N9t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1672748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0pQfCRA9TVsSAnZWagAAKJAP/iaCFJ8IExbp7J4LIZSV\nfxixzZQWFTAvL1t4qiQtRhb7MkiqACASlqRiLZe3Ly8l1LlXrTO6WKVzaXu6\nPwxdGcVmIiKjkkvDp8OoJbWyq4JeAEPcyEo8gld2O/GPyMCjYHfkWf1Od0OU\nbbSLD/B9NMCi7YEkqEuqPPs+Kh2XEoizTqQA9mC9ipq1J90VoRMBNFF2sQaN\naTLFJnsZfDDJYJ3xyP1p0wsjQK/o/fr5mN0CLDQucdpJ6YxSvzsxEAdeuUrO\nM2ZAEBXdAGYLTOhb5jutGy/nqwDyPzVjLRbitUc4QhSRjWUP36P50bAsU68K\ndLBYd6y144BlY9UBgDWTBeXcfj14/t0Ud2NUR+R+4qdqdmHrgMKfxOB9fg3A\nSLL3D4Fipds5oHDpZKrME8pvcgv6/A0OLjLzykupbL2we6zJTQwUPZ+stfjQ\nIUvEvC3LcpIUICMenhWhypeRxq8Ld3ksaD3k0cFDDxiIsNNvEebMp8dsRFtI\nefHIOxwzGcFrPpuffihE28fX5jKr1cY+ECwYvSUDgizGXvvBISd5juYjpwPg\nz49PjdbgDPHg3+YrzsdBkv/tPhqC/gUIsSDJst+aPfDzbzqlkHPJ9qxIE8WU\nQwHj+jMrKafIfavXrt0EuiM+jDAdrVN7hIa/BxGGUq2PUHikglGUvXZMFGD6\nT7Rx\r\n=rrbL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"dd9b4bfe46d05f64732e45c2287355f3fcfff9e3","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.22_1590858782401_0.8932162978327429","host":"s3://npm-registry-packages"}},"0.10.0-rc.23":{"name":"fundamental-styles","version":"0.10.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7c583d46461fc71542159fabd9ca31a1d0b12cda","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.23.tgz","fileCount":81,"integrity":"sha512-sE2E5HdRXddC0CwM2XoLRMxAqgiIvFWkLhog6EUU1QXBATIknGNG7iMxi7WxQvXVoZVvbLF7DhxQeX7aoph0Mw==","signatures":[{"sig":"MEQCIBOU/RhDLH5/rU6umTrSV7O0ubY8L24tAq/F1v5TKeoUAiATg56FxbGe/JbOY562M6pMvlgz2IBu+SK5FpFOhVzOSg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1672890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0qmaCRA9TVsSAnZWagAAWgIP/jJXCe4jH3MbmFfTd8DV\nFCbEigBjV+7D3renrkADbvdrSXNTEdC6ZEO5fcE80sI7aHjLpY4geNHImRNL\naLnXQC7tzAPrXrF+GALrjMZBPxZWM6VysJbWL8c0nBAjqXHQPpfOICAxr1Xx\nYhXZRC2gTi0s9An7o1ese1NT0/MUeWJXHERXOjFi9nvUqe/mSuKcXArZ+iUr\nUExnb9mkDHVSn8fJuByJPstAT8y4TNl97Tk91Y8oZjs0Px3iNP9j+f9CSNCE\nbnHTk+DRkLllP6jRrwijTBDUT+J79oy+2CrJ9FhRtJkY/xkgbGo1otMbwbd/\nY5An1U86n08wvAgF9N3PtYx0WGC5eZb4qVra8OZvxv8FbT7o+NC7XZrIv1jp\noEEsllYobUyyJo6I0015uKbwbvfwCi4s57fdN3L9ODkNq4LVQtHWAajETN4l\nLgmrSQ5mqROA18C7Vv6QFWDAgpwunERPvuQTMmuJ+Q8aoZbNqVlEKfs/7zAP\nw0VSxvJP2n1u5KGf/Eug0aJ2aNUP6puKGnSWVuZRBZFQAl2Hc915JyPtIxDL\nALk75wMcclsKrD9cooZaw+37MhyqKsUxWOhElQ5wQiFMTAfvJdkgRcts5HLa\n3uuGTsot7oHrdvSzAd8bax4ohJkQBRu30LGV0TYIYpZdy1kX3mEajlYZyTAE\nkbbe\r\n=5L6b\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"db33de44d60a96ff8b417336c2e07d0696e50d44","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.23_1590864282155_0.7971381979665373","host":"s3://npm-registry-packages"}},"0.10.0-rc.24":{"name":"fundamental-styles","version":"0.10.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"314624d6d803bdf884eeffdbcab6d5f7c872be78","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.24.tgz","fileCount":81,"integrity":"sha512-sBV9IpvmFMHCUCcddy4aMWvaDcFd5j51lD6g5F/dFba4vSx6CcWEOERchtx5zDFt2dJhzeUzMqYtkNs1LoE1cg==","signatures":[{"sig":"MEUCIFaL4JYI+vZyvnEEHL53k20hWwWggTyiE0syVIr7Z8z/AiEApktSLiUANM4ceDxkfl7aReeb2DrxYpkHBiixxN6BxN8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1673032,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0quZCRA9TVsSAnZWagAAj1IQAJNSnkncbkDTS/OlbveM\nAfUGELdzZfZ9i6sj9kj8gE17P5yvKONBT8teY6DNohMnY8PfviR3c31OgV66\nOakwhPM2u7PcGA7iVPyEIEMPb2a/WoOEn9Y0ePdqqQ2GctGABpLc8o06h5YW\nij1NSMHuN4CjxKBF3DfbauTbwmXu5dHp2B/BMTjYqfdmXJqvbpLdu5LEq0CT\n5PulcLc6ZeqhxRbUlMIYpwQ58lMKgEAjqS0X4fARZqsrByTPg+CKhXyVq0E9\nI5z+9CXfFjSxCKGlBvlwBO8iPWkXbItdYO0blFYLR7ImbEncdFJ1Wo15XHp+\nTlmtCJuNg8TVzktBrt6KlEvElsrDEAIL0E8MArO1sj7dxyMPzT3ZGLqfByT3\nJ6467v5qcsTm/GKkThP7fFhrj6ormDrxwp5pYF5IUvH0zgKSR+uIR4iRZnwF\nJ78AbzFGocD26AClgwlFolG7OBenBckaiaEWyIxu6OZUwZ1GzOgFAGefUDjY\n1O1imi6WlxBeUtSZoaTkcDfLUwTPu+ts7eMMZf+CdvFXwvel+lL6ybfB12ef\nHsLILXNxyoJN3QhFW5kJ4A0A+q0kBFT1qrv5BJBiN8B6ASxxdGpQZbVU3fVZ\nol5d/QMhXCPKsJ1O2QNoszd7qjEm6zEJ4ZrAsbQafdub6dJaoSVxnoKbCLhK\nqLRs\r\n=7YfO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"59ab8387a83a2ee8e207b761403127a57502b3d6","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.24_1590864793133_0.9819099393137465","host":"s3://npm-registry-packages"}},"0.10.0-rc.25":{"name":"fundamental-styles","version":"0.10.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fb5cecd10d9867c6bb543876326c24a4c40b34e8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0-rc.25.tgz","fileCount":81,"integrity":"sha512-PBMEW0mWQQkZw6omOO5hKVvpeYU5GWfWXCTMUQQWMYyot26uhem29xb6RztPet6pH5OC8Eq2wMetl5H0Ut9TmA==","signatures":[{"sig":"MEQCIHT5srYZ6Jkdxj7XTcRG/K1iGhuFmlYUv/2Hp50cr9jIAiANFP9mhrSP2axyiXBN3PjamySGupTqjMCjxTKJVs9YNg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1673174,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0vsNCRA9TVsSAnZWagAA488QAJ+u8eY/0Ms9bfERCZCe\n6pVGI/KfxxtroO3cKGMvb1hjPJn7oEosoknKYqC53u3c9XguOYqMgbnAEu5z\ntVtSCEAqzRzV6SbiEew9Vxz5rAv3eIeZxcEAALiEuLaiu+rNRTIOjzao37yw\n2xDwmJI/ykbI6ZtQVDDqxlBn7jNmFWtigpQgSxywY6QjmSpHiOQyAiab5pgH\nmLDiOXQ3bhTnCuKF63xC6FJqxmtCA5urkyea8DVq2U3QEug8XDLszalhyLAG\nTtwKylagjwQBk0aTg3sfB9EoVrTO0SqePr7RsWOrT5CgZKSczNLOhA/KAtrD\nszFmadkDj8V3g/t8SR9uKe+yp9fBY7wNE6KMMJepHiIzkjD7Nm7dyCdoG5Vs\neP9mKLmzQ0L+Cz3tLNeHxFbXOXZWnOH3qswGKLaMYXH4J3OBTwEHKq7DtalC\n5oWg7eufKHA5Ocq3ntQo9NtStEtb9+uYbGCJtn2Gj7bVs9rNVde3cJzH39JR\nVNGcQbR4/uGOaznrM0V4tLUdLxGKluxcYp+dRK/X7TWE8NIjy8tTUH5TBKUx\n788cs7zSkO1CyhR+8Yt0BhvjRMiycfYPs6JtlPjBI9RP/u6v9Gm+J4mjSX4x\n2TWeaFTnwPtaYPSOdKm+D3hURjNax8Pnszm75fCUOiE/E+K9qGgclSMo188N\nOrxf\r\n=yEcZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"50d9a09eca90e2c2426da0ee75c3efa32c3596c2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0-rc.25_1590885133258_0.43530874891844107","host":"s3://npm-registry-packages"}},"0.10.0":{"name":"fundamental-styles","version":"0.10.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c30b979cf479f6b3017d0a73dcb4e718f87a8289","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.0.tgz","fileCount":81,"integrity":"sha512-Y5kK1Y4wSgzJaW6rLVS6VXZGIPSmhjnPIFZ0R52KEsEKocR6BsWjWIY8XakeBs0VZaOFPwHEwSxacTXkIp2/jg==","signatures":[{"sig":"MEUCIQD2E2LaTitP1d9KkJ7TQgP0qlRVQc5INQTj7CVMxpDrrAIgVggYWE8KrNuiPxpBKZl4yPiq/1u8ML1Tz6HxNXov1Co=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1672866,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0wAICRA9TVsSAnZWagAAUqUP/12SYqvqemg2U3mIf917\nEPVj8rFT3z2cYJV8ZBzb/6wO71kyjV6Rk1L5RXhOF7hNgdr3LKoLGKWoitXB\nPrP3KGHu8YiKpJEwFzbdJtl8ZdLWO8tNca5z+Hp+joeHljflWR+QCyEoOd0k\n0FJ+aklljy9wHK5/cJKBD4tbamGLRP/CXnOKRf2MAR5MD4PoG+hO+4wwi/Yt\nyFRcTkgTIKgKFFZR9OV1NKlEXdJ5nqRkgVCYpofrdaxcn9Q/jKBVSjjm0kkW\nw1P7GigT3+cGc6XoEj2UlCni4VxH+xyaxDVNJYntJFY36A4Jq86NLMWwmdc/\n5PqvfgAWoNVLn7HlF3X37NvGVZNoZmZBdKfhtiRaMaj7DOuNetRq+wN4LiRp\niiAsiu/a82EMnlmtWBQ7Ha4B6d+DFLKg5GtmlEoZc7nZgUsq1QJGYew+AUbo\nMQGfeYUpLLm3QfobH3AhCdy0UEB9wKVmx7VvBSPRVWU75U7jOxqnjcfoMzRF\npelzBWb5PQQT2C9qPhMX+b/RVOBNKBklb78SNbxRvU9qYyI7jLcOG4j2Oo3A\njdoOaxWbueEl7JL4NI2TjIRHz7p0Oy3p1L20Go31EW3wUqEcoo9w1/d6MpfZ\nfrUKGr8kdub1v9dHNR+EXyb4fQkN1NVFsQxR6izULBosd/0Ewo3uKPF3GvYb\nzxya\r\n=ZEQR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4b2227f70e2d6fc06274160ae1ffe3257fef2597","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.0.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.9.6","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.18","@storybook/svelte":"^5.3.18","@storybook/addon-a11y":"^5.3.18","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.18","@storybook/addon-links":"^5.3.18","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.18","@storybook/addon-viewport":"^5.3.18","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.18","@storybook/addon-cssresources":"^5.3.18","@babel/plugin-transform-runtime":"^7.9.6","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.18"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.17"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.0_1590886408340_0.8037593476792662","host":"s3://npm-registry-packages"}},"0.10.1-rc.0":{"name":"fundamental-styles","version":"0.10.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ca2c12af04aa00f32031135b04593ce79e503b6a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.1-rc.0.tgz","fileCount":81,"integrity":"sha512-tsqvDVBebnBhzgpXURNYN38nvAnDE+sDRyivHLmusVFT8C1f3zt89iAyYLnx+srD8pt2ih4mScS4ma/ZpVibKg==","signatures":[{"sig":"MEQCIB8yGS0l6Ldpm64lmuVU5Hbicwbawvgb8sKl/5lumylpAiA11i8pR6XvxYyiC8h9Ja/kcpjyPmHPjxjIvHCCqD4l8A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1673362,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1ac5CRA9TVsSAnZWagAA9H8P/3WPYVsBLdX4xSw9yduX\nUYKKeJZ1NXIVzn1/ZukTEwF3stSdtvi3zMnXp+m1wWdtNX/hwS7SHzevm7Dq\nK3JcEMDm1Qgf2MhTdvhVBlXQVGca0p29N61cgG7fP4gJHGG4/rUpPiMKsYbZ\noRGfDH8Bz+FADm4DLMC6xkwARY0WdR3rVj4Mz/5mZ6waZts2B59NToHywxdR\nmzWh7aA7WZVYTH9DeC7mD8zxHkq82cNboXoqGBudomSoaZQfwiXHOyLuyb8m\ney2PNx/ohBcmJWdVAdOhfZl7j72jWG3usfKA8XQlF2zrYC5tDk+JhmDsBZ8Q\nN2qCFHAyhutfwZeIpO/Dgn5F7S8JQUjioNY9jF2+EpExoJnnr35v0EBMzcD8\nhrolanYrkgTvH/HecXxFL0Le6mXHm1OYeC+41vAIUweZXZgYWjWqqEw3s5p1\n3n2WFimDzkJeeNO7NBQbS1UXAUmndvOeIx/rV7ftil834wM07Ek4Qt+mi/75\nUUmu40H6sk0BFfttdYNndg7j4xFtB6jXkVjev2+Flro+b+CtlL595BLgn+zc\nD3cNwz4XPg8jb0V3xJQ4jlnOVAUJ4uszjPx3cbiHlGe+uKr/Kp7gobklvpF0\nSXMRFUy0SqrbLk13IGSqw7scmBPHG4jQe3ZYH6XomnzbFqrkrwq/8tCZWk63\nBg42\r\n=X3Ta\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a85c36174deaaa8f64b14afcdc6367f7663de14b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.1.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.19","@storybook/svelte":"^5.3.19","@storybook/addon-a11y":"^5.3.19","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.19","@storybook/addon-links":"^5.3.19","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.19","@storybook/addon-viewport":"^5.3.19","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.19","@storybook/addon-cssresources":"^5.3.19","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.19"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.1-rc.0_1591060280605_0.08328242616131676","host":"s3://npm-registry-packages"}},"0.10.1-rc.1":{"name":"fundamental-styles","version":"0.10.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.10.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2828d1c22e51552ad48b08a98fae75b5e655987a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.10.1-rc.1.tgz","fileCount":81,"integrity":"sha512-ZsjUGTKNIIiAh0kY9C74ChYp7x38H10/fBQgl0HQQMe0sCNGzyCGv6E1QuVzXRE6sWyxh49EDwLQzjItppJqIw==","signatures":[{"sig":"MEQCIBP6EMTCB6UGbBKHhJba4Lu61gNz6puZccC30WSSnkiCAiAjpvI1lI9uzDrN25A8i71nz/8t4P1Ifv19FW56+NYh2g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1673501,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1alsCRA9TVsSAnZWagAAU/gQAKT00VY8TXL1XntGiDya\n/C5RxBIB28s3UZlvG+JNm5YBMQJ15Lv6fu5enOIMgYqBvP2zSaeBGHDjyVcR\nIg3FFYuzIQxfOQ3Kz/50X4AOFVfiGxnN5vT2Z6KaaKHMTW0R0awGo0ORjQ4f\n8TI1Jr2pjv3IuhG0nJFudJTHipBpQpgzbDFzpVPv2PPJDjb8igsIZYmdlEjw\nWm68T0d7+7YgV4nIMsdMEhJT1eYWKIn5rErofnPeHtWM3JJV2Xk6f6Zb1WwV\n0eSqZj7242dtRfGWwZaxZ+TKgWfGWLOeOiffs4DWLmhQ+BpbSRc8ZhKyhSS3\nXlHogFu9hJdEAZ+tTGz8ccovWzcID0ul+13ugXCnwSg/SoYxvtqm5LTPNFp0\negk65LCUo4o4w/j04ICTQY0KTbnRcn+FBH3gRmKkRGsbJ9DNDOZOS8lgPeeX\njxTEVC9g5laWK7iwfgncccLOwNvD0HN2nhHqNWQ4jYtpB+BsIhnmNKsZXrDS\nUmLxLwsCdFEWayEBk9Zxg9NpmNzSUBP428ASEP2PhiKZXcP1wU+bU+5n4Ojp\nNy0SbMAPLDdqqwyPkUjszzNlbJkjTQL9V7/qUrH2SSVVPeJeNWd3DPMc+KX/\n2WY2g5ssOcpw/7poU1OsopLwXAbNCK1MA/RuDsSwM8Atwgf+cXgFhvUfsnif\n9Ktl\r\n=pcH+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"eb6600a7585a5a75c1ddea2eceecc1ac8fa33f6d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.1.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.19","@storybook/svelte":"^5.3.19","@storybook/addon-a11y":"^5.3.19","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.19","@storybook/addon-links":"^5.3.19","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.19","@storybook/addon-viewport":"^5.3.19","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.19","@storybook/addon-cssresources":"^5.3.19","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.19"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.10.1-rc.1_1591060844303_0.942068713249689","host":"s3://npm-registry-packages"}},"0.11.0-rc.0":{"name":"fundamental-styles","version":"0.11.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e86281197d820d3972ff915d601d0ef156efd342","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.0.tgz","fileCount":80,"integrity":"sha512-P94xfLXSZwIfEV20LLVEDYS+v+73f66CR/DggL/pQ8IIznTtF1ix7XAa1NkMBcihfOQUaYHAX1nosjn0s2e0Pw==","signatures":[{"sig":"MEYCIQDCdI/g1wntavuzLrS6Ko7t7o1NN1LttNk1bXZRHAK6jAIhAI0nMenAJNQGE54dOum3ExVXVDxflzLzQup02DiAiXzs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1671552,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1bFOCRA9TVsSAnZWagAAfw4P/3xi/Mp+lFY5sXJV4bJi\n0BHEq4NnKXWZY0bv2yL3po3p2aObn/NBCk4gYXVorRKhTtMu+7SUDDVBKWRy\n37nT3aY7N9E0VjK1ZGuDz4M+q8C5cJ0WPwdCL9aprGC/OD0woxZ9wMxvKMH3\nHxzjN7eaHX8QDw1+5K6m5ayQzu5ziooFJf7QuIsAbSU/9bNPhBnmFLCeBzGJ\nCUGybdhqN/hcUcXAOadIN/+7rfomfOoiz3G5kTMcJEU1p/PChNKqaw7cRwRt\nKcp+3I2UQOAEORKLQju+D+KGbj0MNdO1xiI3si/vqjn7Ok9dS7fm4UjOSkWA\nVa7pPk0Rb+EsoecssZjnrzXvEMTn9pm2AVmhd6TQkW1vVgSJjS1A0Dwc3H80\nsT0g/Yz+C4Yzd7hW76JvpAbGUpCNDOOVWAihCxzP5FrY1L6blftbwm0V2nam\nccZzIw6c3guiAWLLDPEaKM3BYXAGji4nCnY0xF8g0a4XNUHyKwPD/MrRt4a5\nc4LlVPILIAX4GpPQe37YabhevJIM3vsKpCDS9iw8vQnwWgSI4ie51jjAtE1z\nz35aWSRbMoS2Kmv8E1SNKRm7SZD4uJUoxaKQgl5BFLs7tT8puTf37x5O7MVl\n0JmofmjfR9c6lNz4WQh2Uyoxz91HqQtj11xSIx6TK30lR3EbU7FPd7G/0g+B\np2O7\r\n=VkJ2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"805491fee9e416b01b4f12093c00e32bd230868e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.1.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.19","@storybook/svelte":"^5.3.19","@storybook/addon-a11y":"^5.3.19","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.19","@storybook/addon-links":"^5.3.19","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.19","@storybook/addon-viewport":"^5.3.19","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.19","@storybook/addon-cssresources":"^5.3.19","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.19"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.0_1591062861655_0.14208390776351876","host":"s3://npm-registry-packages"}},"0.11.0-rc.1":{"name":"fundamental-styles","version":"0.11.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"961e2581160dc1eb87703e42a6d887acd9fc60c6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.1.tgz","fileCount":79,"integrity":"sha512-185oDjtKmWCYb0TljgpOKx2L873Z8G7g/+PKijuu1mWAZS7N7ooYv2K41BgIpdIy997HEHuboQHj+ZihDDJHxA==","signatures":[{"sig":"MEYCIQCnSp2QYvLtFcQ0QychN9puTOy4IQrdjMuFFUbp8rK/kAIhANgkGQw2zMXYqs3ZPC3KBTwsNA8SOxWO8a3+e3gcHHtv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1665281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1bPtCRA9TVsSAnZWagAAZ8AQAI6HSqylAaoeyTqWvevx\nLPT9mPAP6TlSqe1qrDSrEHisK2Yxr9wsBEnN/TfEtdVkW0p1hHwRsjX1LZeb\nvChNcRdTkHJdTOmTanGdNJolL2zGK509Fw7aB7NZ961tjB97JhVdyttuFg7s\nx/Id00MhvLRmw801A0U7AEgbIIOgixsYIf9NWdfBdgBWMZ2/peEg9e+v+eT4\n3pLM3rN1fbajNTeA309IeqwMPPWEkgJxq59OnHUWymcDVdOIQREOHQidaEwl\nOPWyK3hVvnvnIzDbS0f2zkZJUf7/UasVvk7Z9YGCKjPI6gBtnRyxqb5rhhvI\nToLPbEbpoQhanQwuurgJrkEwqnCPWk4CGQq30pDugkHdtWvP3XwHBvB2jk4B\nfEQM4EZ5cRTVjhpSKXN2KqX/awRiSrWJcOMusdg6CCMqIj1vpVaYDCu8MkOR\nKn+rZh9OdfqQ54gKFxjOKCQ40CraT0/nBIguoOSB560mjgE4Yu0YiJFJPj+e\nN/Xj1W/qtdzPrPJTocm6N8JXnA9UYD1sGYuUw2fl8onPJH9x9YPcjDVDjPkv\nkXwabK8HLmmCU/jHumbE4KEVroHMQZ0Muh3isH/7lK+Y4kA3mnS86yhVBzci\noUq9Z4bmo7QWDUiro8oqMEC9KqNJ8a7qEm3Csl7cNISQUus/lQrZrh+RLNER\n+DtJ\r\n=5Rea\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3d80ad48ba3ff41d8be262db462775ebe70c333c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.1.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.19","@storybook/svelte":"^5.3.19","@storybook/addon-a11y":"^5.3.19","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.19","@storybook/addon-links":"^5.3.19","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.19","@storybook/addon-viewport":"^5.3.19","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.19","@storybook/addon-cssresources":"^5.3.19","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.19"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.1_1591063533191_0.272137791348797","host":"s3://npm-registry-packages"}},"0.11.0-rc.2":{"name":"fundamental-styles","version":"0.11.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"419b949166592a0447e95d574536ae515b05a995","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.2.tgz","fileCount":78,"integrity":"sha512-or5FEPhimHpOJ5tIN/KOm5MHFRo75MzAtEXPIFoscu3hgQf5vSSpiP4sUAABBbsx+3HPTFvQSr20g/sqsMa9lA==","signatures":[{"sig":"MEYCIQDRmxlOX+4VhZx5MtzM53akQOKRol3dG8owuSdLzILboQIhAL+EU2+g6n10GwgpjjBAjl+QzO3reykQ+nzRzCvxJfiX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1658525,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1bYwCRA9TVsSAnZWagAAQUsP/R3pD60pSd95iFA5qbED\nZ0jdrsc/ZXTqJQT6N6RUt0SD+0DfnIhM1t9FESetGPiiidHUZe1aAt39I0M5\noiC6RX+IYEhc8iWRksqNC1EZZEdE4agKaNj6Im/lRSjLQLBZ5NWgGfGTKEDN\nIgM80IF5ChiTzf5TY/mdOoh+0oaCHQsNLE85OCuug7sY3fw9/xmcZkNexWnK\nc6A8gh2lvfUF/imiJkGZ6OH6Le9zmgW5cw4afz02N9H7Sfw6JY8k7b5qciZM\nNvIAG0ukJsCyKNou93kkmHzOV/muDf9YvcrDwlMReTMzQJOrH1aGVQxRNufN\nboVVlQDK0bjnQM+5F7OR7Jx+IaU/KT9+AzoK9tAMCEL7ATvGdntTeyTYwHyd\nzpN/drYEZdE0AIfsoZPcixlTIE8HT6mpk4oEI3nmWXwlVR53MXx6fUI79jrC\n8rErB5x0mqJ2zoEpVXvHbFjc7nEzV77pJwFoll3VtWhy/frT3WsWDRw9TL+z\nzKlpqQFaVtlp24gHXVX6f4UadcrncUdb3ytW49xpy2TV7Q9Zlx+oSjp2kj0g\nMsTFpsjYKFI7QMgWa5B3MZHprRKi2TiPWFtqsjM06OPYm2uEQGWoKoko82Di\n1BpxyG/L2EPMhhkwaAWKDEHx2CL9CceA/yxgcs1Bn9QAkQFNeYqc10XDtkIZ\nl9Mz\r\n=0CQK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e28349170a9819f37aec44d76b67c8e55812143c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"start-storybook -s ./.storybook/resources -p 6006","build:prod":"NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual-setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual-setup":"jest --config=./config/jest.config.js","storybook:visual-docker":"DOCKER=true && npm run storybook:visual","storybook:visual-update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual-setup -- --updateSnapshot'","storybook:visual-update-docker":"DOCKER=true npm run storybook:visual-update","storybook:visual-docker-windows":"set DOCKER=true && npm run storybook:visual","storybook:visual-update-docker-windows":"set DOCKER=true && npm run storybook:visual-update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.1.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","node-sass":"^4.14.1","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","foreach-cli":"^1.8.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.19","@storybook/svelte":"^5.3.19","@storybook/addon-a11y":"^5.3.19","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.19","@storybook/addon-links":"^5.3.19","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.19","@storybook/addon-viewport":"^5.3.19","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","jest-css-modules-transform":"^4.0.0","@storybook/addon-storyshots":"^5.3.19","@storybook/addon-cssresources":"^5.3.19","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.19"},"peerDependencies":{"@sap-theming/theming-base-content":"~11.1.19"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.2_1591064111700_0.07729728546940029","host":"s3://npm-registry-packages"}},"0.11.0-rc.3":{"name":"fundamental-styles","version":"0.11.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"75263daaeebf6d7f16b7822d247d7a0823c72924","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.3.tgz","fileCount":78,"integrity":"sha512-X1qGJDusqSk9VJdqE1YanykmUCa2Xk0wyBi/4+b3Ef5ndsVz4yv1NsO9lrrMgF0jl79jmIEz6fvxtjwA2xIz5Q==","signatures":[{"sig":"MEQCIBaZTF/EsAo6H5h6ReOJUaFXTCOvSj7kR9ThuEjUWm40AiAfz9RjRwKinVoKtc/ac++nuxunLpbmx9vDYNJZSfG4aQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1658423,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1mLNCRA9TVsSAnZWagAAFWQP/24nPA61xy86m92eN+3e\n/qCZ6J6Vt8bY/BllQHaHkVQ6NjuhHXkbDYC+R0uQNWinoaPB6p/pef19EzCQ\n1knVl/43dQKKBY6/4coTSmbb7z31klIuFunZo9qmxNg7mZuoJEaNkCVibmRw\niuOIzoAT3DEAogxILwd6usH40vIYt+qhFANA0Qiw1JXvX6aRcnYvdpX+wQYZ\nMxP+we7voMMch9hlJINgbcYHhuLjmaFeTDcxLkEY1fZxUktgRR4K198VwD01\n0Z4hKEYqJEXkGnrW5bSPoCX2vfuUm84aJCxEJOT8zuikqeCr0gHzwLGbFxZs\nB53M9BpedvLrLM9JjcbMqOnBwzgz3+2SX+qsnXa3iY600NlY+ve7Q4ECy07E\nPYBdDnr4KI1JOmWDozuUNM0AjreFzlPM5BlNLE8rEsLKuUHbPNBu3jK6gNPz\nwR+9FljFR4Abg1xZCYZeCHsuUYT4SzgY9pjaHAGq6DmB225G4jaXi+LLbk4J\nsp2O8FXniEiAGH7OH8oO6u4037Mae8oMRva9MSdFpzDYDdOKwaCHYTW+UNyE\nsIVIgk/HjjiAp2LXEoPkeZQtCsyXljMFX38OngIKGDTjLVXjOJi5pFP1Vp24\nOH3mOvNklG6LRHbe6vINloIy56DlZj2d1FXiWdU6NnUXLHX1UHkXoj7YBq74\nbSAe\r\n=PyKh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4679f76327714ae7e31e4fc9d49319d23c1456a1","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && start-storybook -s ./.storybook/resources -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.1.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.19","@storybook/svelte":"^5.3.19","@storybook/addon-a11y":"^5.3.19","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.19","@storybook/addon-links":"^5.3.19","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.19","@storybook/addon-viewport":"^5.3.19","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"^5.3.19","@storybook/addon-cssresources":"^5.3.19","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.19"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.3_1591108301401_0.3173222894654677","host":"s3://npm-registry-packages"}},"0.11.0-rc.4":{"name":"fundamental-styles","version":"0.11.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1f03214c8a72fd22b80e8de7b7eb8413a4979ea0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.4.tgz","fileCount":78,"integrity":"sha512-n+h4mqUwOaJL5HJhSYPYpP29V/aHq5alNg5bXgM21qxzG3oAzd2szkNid+KeVgodunMzqk2LeUPcZP1M7/ZTMQ==","signatures":[{"sig":"MEYCIQDRslckdX8m9A7v7X4JBoR4QGezzh2Ixp5lSD7CU9MNsgIhAO3RJ+Tj3C/mDIIZ70FwkclK62l/71URM0oejmMi3Rlg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1658561,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1mQ4CRA9TVsSAnZWagAA6vgP/RPsashtNn6hxKsvmkwL\nq+OlQ0V2DWlWjpdVlNAI5rL/sTZRbhCXLpsHAtUmev7cB4o/h3r4YLXQL281\n7GwppcfASqeg3kf5/BJavua+ODlqxiUMTIVWtIMt/Vte4rAIXHrrZPq4gGKM\nOHw0LnXumirPZMc8TPUqxVIGTFh78J9Q//JrWVPfYxWQAzMBkmnF/KvPiC4x\n9aC9gupZILO7pF4WH+DhiPo8Pv/RWhFb2SjjrT2Uvdt5gG2xCJgiEJ71c5ga\nfUJYk353ymbF6QC4Fs+hyNa0PazChelJ2Shjhm2vNXCKLMW16EgdjQwmEG6D\nMPwhlxboIbHwIknd0zB1oQmclPm6Jtem2g2yRUgQuipxl/1Cz3J2vPOQYQ6y\npJO5pZcsL2Rc0kIwPVJJGOhFpPZasGIubZqL6SuADw21PE92j41K9QlL9Pwh\n5Tsx+bKphmmHP0Dz+R5R+a0NAjagZHXzJuqjeOGsWbkPopiNfBu1E5qoQHll\njhunG4rWCwZMQjFjAVm6dzPQTBqsVYEvv6t2+QG9/Y8zHXhi511aFWo3Mw8w\nCHfhbryph4cCzUXbN+BCs2XOsVNTGO9Pa/rINAevX+EFz+b8pygPxZaHtcg+\nJWKYA4Ul3KglQj+dJpFPJm9okWROurOl/u+BMi0b+oKmgIl8uhLFkupfpffK\nqjpR\r\n=EAqK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3adcbe3a01722f4166e6b6a3a5e8cf2ea38ef491","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && start-storybook -s ./.storybook/resources -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.1.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.19","@storybook/svelte":"^5.3.19","@storybook/addon-a11y":"^5.3.19","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.19","@storybook/addon-links":"^5.3.19","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.19","@storybook/addon-viewport":"^5.3.19","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"^5.3.19","@storybook/addon-cssresources":"^5.3.19","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.19"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.4_1591108663376_0.13148967883955565","host":"s3://npm-registry-packages"}},"0.11.0-rc.5":{"name":"fundamental-styles","version":"0.11.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a3eb9ff84c03bfaed0795909a1ee73235e729e56","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.5.tgz","fileCount":78,"integrity":"sha512-UDHgPZiaTqv/fvGswRup7W7kysl7o1zrqWbEp8WC3t+w5MVtxp0A7/NEAWdy8BTiJ6ZSAHgP/tzBGa4xXhnoyg==","signatures":[{"sig":"MEQCIAf7WAJH6Bl1kC7pfY8MTlc1+/xI7VXX+zPghBn7P9HgAiBy0P6oEoVI9NJeqeZ26ikjuCbDlDH/qwGKkyUU+ZlYjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1653191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1rp/CRA9TVsSAnZWagAA6GQP/RiCsH9RYHKQBlmLvAXQ\njkC9ZCsHcyy3CejoBTc0y5I9BTcegnneFFXhQhxJ14717z5ivfx2UVS+uSgz\nEP5V0VpUCWLjTTMk1gvFFdD098GIlJQCkbCsGeAM4Sd4pMpnn7MlNrQizsD4\ndv1DI4l5aMxA3iTnaFGa/AQ6VU7CgKMv/XNAIgpGlU14CR4d7xA3pB97mZAH\n/44ey8BDtH3Vy7zd9H09BoaTgMJFCeitoT19R4Kd8Crz+GrR6v6T+U9Rk/uk\nMmZSNkgCubQ646m+hhavuwAsLnERKvwOE+csHUMAWb8NG3/QajC3yq2N3FG4\nqXQ4KmGKHCjxjsKasB5KkPtMhtkyn/2VwlEj5eReo1ulkZ+/SigoqUCBqvub\nLqZ1/KmcYxotF+d9i+8aZJTquXFYDFtoxL0O0D735Wn6BZ3Hdsbt5zK8PQO0\nLilM4YqE1ho/hXuLH3XjfdQ5n/e+1ASFeUx+qI3Yr5SyDf/2+9HyWpnyiMzk\nAoSrf4mAtIqlD6sxgZpDM+y/TnoyXVT18t/L4HpeXyZu4q5/L2MrYOigfMfS\nx6ihXl4K93Q1IL3h3sc0eUiWwvVZ/O1jBM0ln+Zl9HGf3LP+ko51CyHuDqwP\nuHx0dfNBsz7c5rpapu6IoA8qzMiXDOwBs06kIZnZm5zVHdak/88NUPbkVBlF\nVO//\r\n=Wkun\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"201a6faf6ea65337d1d85c367b8c5dbf780dd90f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && start-storybook -s ./.storybook/resources -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.1.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.19","@storybook/svelte":"^5.3.19","@storybook/addon-a11y":"^5.3.19","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.19","@storybook/addon-links":"^5.3.19","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.19","@storybook/addon-viewport":"^5.3.19","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"^5.3.19","@storybook/addon-cssresources":"^5.3.19","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.19"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.5_1591130750536_0.3340952627589113","host":"s3://npm-registry-packages"}},"0.11.0-rc.6":{"name":"fundamental-styles","version":"0.11.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d7c7c443b6ce7fcf9dd9b05072568937a427c136","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.6.tgz","fileCount":78,"integrity":"sha512-MpLj94Tc8TpNgnbH1/gWmxj7RZrcXe9iS9C+aC/dndcVpRmpXqEZkHJFpfFgaiB+FStBgMOx0uc9fqiHH49+kQ==","signatures":[{"sig":"MEUCIQC2zkLK+KbLOIJvJAIzypr1n4WpBh6xfnBCIsUKOXc3HgIgAW9fD0RLZMoFqQLV2pN/bwkT2yAE1WC2hDtmGVpp0d0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1653329,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1r1jCRA9TVsSAnZWagAApYEP/jeIS9W1s6JLaqKoc3ve\nR5AxZWRNbBgLtS8D830bRKT4TJOjRlJEy4DkB7nL4E/kPmHK9piQPu7SH2ES\nX+E1uihxG6UPSIXqAgsBDtTtQ2nCfuXG26DA6enrksPRFD0Lj8fmWy+Y9SKZ\nmZNZKSdJroFXuJHo8nqqyyTnKwqda+HjLvVtEoqyLdpafYWFxjm3wa783FVC\nFlaFdEc1Um3h+SNtJ8+mAVv3Jm28Y1ECsCagNHZjHM+xvihurMWh7+Guh7yj\n1HhaCoXecrV/AplSwbLBtuup/IsFg7k6Lyozzu46UG2gQd5Rfo5Fq0LoPe8R\nWxkG//5r7UpSi6hk8yBNkK+MEt/+E+LWO51dLUFqcTp3vgKAFj4hJ09NEuoR\n/Z9cKz4Qrm0nizcluO+IhtIgmEqRQ8KJNCZETfM7bVhTDw1GJfd3L8z3lq/b\njkufdNnR9b4B5sMYL4NLSws4G10LAafGmIUfSQoyDjdFh/6nRh/qGuTzpO2D\ny1lmyxOuAkJr95tpbJ1lEayphYicPd+YOIM57eyaFGm472pkh3WfyDmvpIAz\nkB9X/fIrOfIbsdDzbmOP8Ny8Dn22cLvF/YCtki6lA8AlPbH0v5DuD97nBkNN\nVpothnBpsLQ4RvDCHK0hPRUuViw3Gm8nc573DFLiNFlgnZd1yOd9t8G1UN+o\nkQbW\r\n=gvXm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d5d4dc9b4400294d2f42b9b70b452971d8a551b2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && start-storybook -s ./.storybook/resources -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.1.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.19","@storybook/svelte":"^5.3.19","@storybook/addon-a11y":"^5.3.19","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.19","@storybook/addon-links":"^5.3.19","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.19","@storybook/addon-viewport":"^5.3.19","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"^5.3.19","@storybook/addon-cssresources":"^5.3.19","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.19"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.6_1591131491343_0.46208601033627295","host":"s3://npm-registry-packages"}},"0.11.0-rc.7":{"name":"fundamental-styles","version":"0.11.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c05e477ba3c232531965850d0ab6bb406e40b9a6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.7.tgz","fileCount":78,"integrity":"sha512-oqWHAlbnE46w7PGV5G1RmHvjarHFPZvLAyIlTW6z4erai7begnZOOVpbVFpEbDmnFuo33jOQYY9z/jNtdsW3Ng==","signatures":[{"sig":"MEUCIB2wzHUqYbDFAYGu5yyf5zIzIqaHRxWxdxZK4bEHaIrmAiEA3Ba2TuTnviEKOvD1X4IGJ6phD90EeLtj2DjO/ZNY5jY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1659766,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe13XBCRA9TVsSAnZWagAACxUP/RBRKP/5XUPSqV3SGtzk\nzi/vt/rLxrfjE0Zs4C8ZABbRmJFkLyt8U6mrhvuBV6tXXinUZCDE3QVBe3jm\nBNvbsSdXibHR0O7nk0+YietsEJYlvtS+z2Cio7b341j/qdWcLvZMNi+zA2YM\ngqHE3DgW3d6yCKd2zuWept+oz7OZu+PQmLr0In7HD81w79PBwp+A3FtYJsc8\n8ViIJSp0hbkY8eU7H4UaB7yCS0EGKnJfa2LyzFsxgmgLZPKeHYQSXBxGGvwJ\n4GsW9HTNxUt1IKyhXNp6OD3Ezl2rclW9jaikAUUaMCrFbNcLCOlb1tyGWA8V\nz2slCO+iqbwlmRMef1RY5hpGE5ejtRe1uamisKItQc+7OAbV5d7em9SUXTbf\nkAoA8oejd2JEeNPe6nX9BNSE7YkK5cwqi8sgHxnfCGDQP8cx1rZWATYeV5oJ\nJ3wVHYjTqogDbt7GGTdHhCJMLmEKgxsNd5Y+ngRWjJTWtzJMwNzhC5ZAh2P5\nYHGerM6QOuMtd4Hc/wePdjQYJx7vlujjn3CP7Ze2vpb8yt9rU/H9OvTPFa7K\nq4cCl07+/8/Vz21j+Yi1sn9gtsftgG5kCO1i5WRWODsitfQuzbtND+Tq1q8p\nxpcWT3QW6rlY2AY/mPH6oTpsopqBTl7GjTC3f6C2CNccHd/96ol+uEdaQ1ii\nlpAb\r\n=FaNm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e153bffd9b8a4a1593abd42769f7ee87c224ea10","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && start-storybook -s ./.storybook/resources -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.13.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.1.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.19","@storybook/svelte":"^5.3.19","@storybook/addon-a11y":"^5.3.19","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.19","@storybook/addon-links":"^5.3.19","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.19","@storybook/addon-viewport":"^5.3.19","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"^5.3.19","@storybook/addon-cssresources":"^5.3.19","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.19"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.7_1591178688557_0.48442122475856175","host":"s3://npm-registry-packages"}},"0.11.0-rc.8":{"name":"fundamental-styles","version":"0.11.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1df3d8f5651705e279c9c47d2fccfdd6bc24afb1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.8.tgz","fileCount":78,"integrity":"sha512-S4VsVGgirJr6xnT6JYArRjy+o3dHBgLJUQG1hU1gTBOvfIo/VpsGkY6SN8IlsdgR0ARUproS+WDAKbSZkyY/uA==","signatures":[{"sig":"MEUCIGMx6iBd1+anj5h65ipzf90AEd8+n6dFjn9g4xPfcl2DAiEA1T6GqvN2caQy4AK5LAS/rN4S9/TwNb5pZoJsyl6gKow=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1659904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2Rh8CRA9TVsSAnZWagAArnwQAIAQNpPkhpyXSuihZlFL\nsQjSVpGfWMcYCh36TeAFfvu2Mf50yBoEioL4WrEin91xC49AT2tDWzM2SgGg\n5aR9y1KEBMBufYt5uQd6YJIhyjrC+b4iuzywwwyImeoq1lPNpvtL5SR9zG3E\nxuW7PDOhYFVa/RGql98YVUsTJtfYSyNo79AReBm6CcmoCuuL3Uap2Ce6n2pA\n2/UOlEKqe/aNeyFzIxxFksnh+7Rnh2Q8SRmQSucxSJilvFnNlpKKOXs9vKiN\nNIowCVX9canpvJ+1utcBkto/b5croga8l1gaCuaVqDCo5V4lE2jxLOkWY+J8\n8Xur4v+dUTUyBgzHk8sb3XfJ0UzFCaOtuVhCAGwQk4eHE6kDuIVSbwwU5FbX\n30sl4l96/59Oc4V8vFyBez+u2EBMoLan/swqRPzvghxjLLSDIQbrsNmr+I9C\nWoT5kFJ1HZwd1ZcPq7F+XLdoPxDsLhwKntVrBPg1RlOyG1nAYkiBFwJLB+ht\n9yUzqZljLlf3WAIvepWTrwGJLCUaYuZw0YZ0eKFfOyw7Un5fDEJBN5Wmii54\n6+7PrpgRJOI7h2jQ3U/r0N91xVm+mtwNaIUWeVZKGlKP7Td5iZ6lmZFFIdLg\nGUADn8kfRi/ZgvBp6l7twfjQNkPBDVnCi6RkZAUFkMbjIDAXAu78l8kPyTY1\n1xgZ\r\n=l8Iu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9a0a6e09bef2b657f97069c20a56bb0c8253566d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && start-storybook -s ./.storybook/resources -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.1.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.19","@storybook/svelte":"^5.3.19","@storybook/addon-a11y":"^5.3.19","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.19","@storybook/addon-links":"^5.3.19","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.19","@storybook/addon-viewport":"^5.3.19","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"^5.3.19","@storybook/addon-cssresources":"^5.3.19","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.19"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.8_1591285884290_0.9722478103898482","host":"s3://npm-registry-packages"}},"0.11.0-rc.9":{"name":"fundamental-styles","version":"0.11.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b154ae321ae8c9ee12ec439324c158cbc0b9622a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.9.tgz","fileCount":78,"integrity":"sha512-xorEPIzKx7gltstynC2ttkp1PJw6zTxCJ3namXbCXboSmP9E+/crIxeYckNd+ojAFBznHeU+wwy1TKl2gjbRBw==","signatures":[{"sig":"MEUCIHB4XjEO9sU6/251aneVXp/jghg69mayBB1tssEbJIi4AiEA/kEir6VmY0Fo6xrv/6oqr1mUsHZbn0m4y1WAJHZpdv0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1660042,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2oYWCRA9TVsSAnZWagAAEtMQAI3YgFYxSEXC2iUt5LzZ\ngNvdYU4aJkJdHPw0pJXNzXnaEV+kRNjSHkRUzeYhpD9vjctDi80TGc5HMKbD\n1lrRlUz3sN0MeAh7YbbYQklNf0v02/qIEMQDW8cEOba3yLIJ1Wd+q4/5p4sB\n53URwphUV4VWeg8l+2/cISS0oxBQuCWebif1fwuM5l0jsz+pVJqEcRKRtUyw\nqUaBFGigDcFaIvT9ycAtOXU5CD0aRjtUhboz64iVOcIkxU5dcVoKH+i1ttyg\nFQQs3lS3QNPVVOU0s5b1cBCLU15c21MSHwlyTyeu3rlfF7ZN95fOgpCAt+6x\nk1qUtXM4iBWmBNdPC6TkrstvFMZAei6XaxN8e77iBcMdtLkb2KGKlaoHhsSE\nLNnmTQUNpKwbPAJDAw68qoEzYsHjYv++2h2kbTxzUo0vG2nlxpmFOuEWqDTK\nkgbAPA2+S/5uprPKC9DEXaUAuHmIdFzl01Hh/QbsKWBvLg46CNXdb4kGIhm4\nS14uhCcP4dShtYp5FLxbspgHNxo5odHPHlwVgt484DMP5RBp1zneoeN0ypcv\n1WyJ19nOjcxKLiQ/8nzZAUq7K7uG84ugEMJOjNr42BFvObNtm6bjph7Qv2VA\ney3FrRtSwdQeapiOOXzPCMMZrb36KGUAttw6EOq9ooBK4Iam0Yk/MUA0UMQd\n2xCR\r\n=l+lp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3c78d6ce7b681e108e13ab5da5bc3bb06d17c6bc","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && start-storybook -s ./.storybook/resources -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.1.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.19","@storybook/svelte":"^5.3.19","@storybook/addon-a11y":"^5.3.19","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.19","@storybook/addon-links":"^5.3.19","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.19","@storybook/addon-viewport":"^5.3.19","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"^5.3.19","@storybook/addon-cssresources":"^5.3.19","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.19"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.9_1591379477674_0.9609876345139359","host":"s3://npm-registry-packages"}},"0.11.0-rc.10":{"name":"fundamental-styles","version":"0.11.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f1b9bda4a7f996dc5b8761d061f0822b4a471936","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.10.tgz","fileCount":78,"integrity":"sha512-tb/fEDcD9ihBlV+dyxjUYRbb0VAX7UVyOTd1LoPOGfXS9l9Ae7s3QSm2lZ55LK+b/Z9qSD/t9uT1iIjvqGviyQ==","signatures":[{"sig":"MEUCIQCKu45v54CgJ6u8AM5rB2cU2hoDUiTW3ByTYYq//HYi9wIgbgyTlbopUJK4lMF03RqMlu1CmuYWRE28fRp+ODkfl4Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1671037,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2qfrCRA9TVsSAnZWagAAHOsQAKKeXkcRHLS6kSiGwlta\ntL9G6bdADT+LNNU+Cq5BOwnirFtYsaQZHWJ7pY/vdvJk8fkJCc3lZlcJkjPS\nZam2YRxIdqMiod7c8Nu0vZ8QkSs5NzZ5N2z9aKQrUqIpgG+rl8JbTiiiIjzq\nuCYWjY9J0S5IcF2HePlvgSvSIzgs0b9feu/CSzw2lXk5Ew7u/QVzhgtnPDPG\n2CDBA6GaiUgyL/c7DjSn3sMvX+DDZNiFHFJo9vOrFo64hLACGBsSVAvGcOcX\nqpHgXHjyBuxc0R6lFuNlUx24iPfEIoEN2/kBEcBo2k7nRI7Kkrxb8UC6tXJa\nO/88arEXSJZlPS21Gd4QvhWI+EVw3t1aNnK//wjU2pgvfBpkVc4qu6Ntyifo\nENdhEwmS80f4/lDlejU+hyPAtre06pkLpg96lC91UTzs5kVkunqRrvPJKKkR\n1vvsYiwc7ZZ8PIlPskvotm5ZsrHUDcKglIa2P3eouTdgO9JlyW5JYK7k1i+O\nXTC4VXZisOq0daNNgBC1JjKr/3S4TrJX3kHvKg0+ggAmz3dxP1kfMZZbAHDF\nFRQNld8KZve5URq7Q8LkuEZV/LTRtitlm+25vwMrNDkk2Mry0G3lWStOSXEg\nxd1YDnUbMdOqAY1L/ezcKGYKMUO+pG1evR1ce4t3kp2smHCF7QnkBmwy4/7k\n8loT\r\n=lJvf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f5675fe0686a55c3aef45677b9d9061f116909d8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && start-storybook -s ./.storybook/resources -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","build-storybook":"build-storybook","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","eslint":"^7.1.0","svelte":"^3.20.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","gh-pages":"^2.2.0","nunjucks":"^3.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","svelte-loader":"^2.13.6","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"^5.3.19","@storybook/svelte":"^5.3.19","@storybook/addon-a11y":"^5.3.19","jest-puppeteer-docker":"^1.3.2","jest-transform-svelte":"^2.1.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"^5.3.19","@storybook/addon-links":"^5.3.19","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"^5.3.19","@storybook/addon-viewport":"^5.3.19","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"^5.3.19","@storybook/addon-cssresources":"^5.3.19","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"^5.3.19"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.10_1591388138810_0.006885682858107645","host":"s3://npm-registry-packages"}},"0.11.0-rc.11":{"name":"fundamental-styles","version":"0.11.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b8bcdf86a199e152c4d8838d1cceb9e999ca0aef","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.11.tgz","fileCount":78,"integrity":"sha512-9I1sJ6Rn4XuZ0K3AkzfkPwfKaDtRpCDVBFB2X98w3IbptjGSIj9DiQFkYkdzXmuo5ybBdjHwi46O3RxFiSppeQ==","signatures":[{"sig":"MEUCIQDsI3yoGAADCIV/SMAOS6XJDwsQiXCPcI8mMRCb64N84wIgIfJgw0uuwPeU5mR8CAQlFw2d0ahslzWMuvBTwzAjPn4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1671409,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2rIgCRA9TVsSAnZWagAAzAoQAJFUw28Sh8v/ScnIqNUD\n9qRxIsjCROWUSOnF0edw6aCAatMx561+FhuOEa69Jih/jaITpTsK1O5a3N+v\nHiyEYI3CZyZuGY+84nXUTLXgnY4DxH5QMhgAXhPuiZQk714f0SD3PRW0mmyk\nfSoE47NnGQ4ZOCc9x7h/tRi8wQFZB4FSLh4nXZCqMTnBJzB1KuKqrYvq/uaz\nYd1U9cKovHpvQdHhtBrNIzPJ+hw5+4Sv47a5mnQPH6tw3mYOkzmXOIYUwioO\nXHxVN/Wbx7JbSpIf75weonO4O69eFnya8ZwfOSBre2PsVmBu96SALWgMyflZ\nNIqmVDd/v8vmNo1mgnGd355KHLjvbH2uwrTawTjLC9prP9cHmpUTwIfOuybo\nhniuttjUxN244byGOlT+8pMhs1+n0SEhxL4paIckr6DrZxggqHAurovHueE7\nbRSomaH24mOXCmBdbChCcSc+DSQ/YCRz3woJqnvOZv2z3GToNtFuyRFmuDSo\nR54qErj1jNaLlG1CQjDkzP5dSVEKBxEAaJi4+4k1IMBcyl3oocfVOstbqRTE\nwjmZ20nu4rt2G0DwNYGPo1n5XjsVCdwDYJlh+YE9gt80GDPCcjuBUD3tK7Bk\nlhZbUgq4lXdr06jDhYASi39VqVMmhNgAGpYHt9wqslU6nTnF1LH+qZ5irqkG\nKSUt\r\n=+Pwd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0f0afbd79882c07ece68c500d6d2acce722b050e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.11_1591390751541_0.19743521434307176","host":"s3://npm-registry-packages"}},"0.11.0-rc.12":{"name":"fundamental-styles","version":"0.11.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"67024a6f2f8f8dfc206125ff80a355a7b8749c27","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.12.tgz","fileCount":78,"integrity":"sha512-HxULx/QBjtED1XO3t/r6xJoro0qzmrePAbA0OwPeod8SkivJctOmcB+IV9C3FuTxRK4RJ78yhSC2mIxy0p8hnw==","signatures":[{"sig":"MEUCIQCyXxeYTceGje9z8oX60xR8OyKovQXBefvAtWVsH8rIAgIgQKL9BKM+o2hHbqWV9oavoOdWBwVbC0H1Y/MTaZ2io78=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1671551,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2/wmCRA9TVsSAnZWagAAejUP/0+7h2UzoVatSWYXMs+R\nd+T7Dh9HcYf1M6r7IloBz6Ahs/h+48gxpAbz2zgd9FJVzzNPKyyZ56hrZQqw\nmsp8lTdgWNGwsl7BzlIV99SDegOime92U5EFdz4rRbhpI1337gUecRW4H2rH\n+IyWQIV84ry+uE4US+ZhTGHcp9vFMWNMMZ+595kCRkxXPZXJotmkgLIc+nge\nPe6eRn8OgZOB9Au4X4b79Wb/Tia88mGn0TV9ilB70nQM/hLk18uCHTK7lg+G\nRhM68RWT7di/xrzEiGjnoEBdAFkvK+H5BIceO35VjD3ZWgcDkvPH690MuOWl\npwIeQVQgOig/sCq6eIZ3Cl9tyRMVECSBZi4T7H2zs3y2jB3D+NKeXmp92rvR\nUtIpXjRzeWkH+eZ3Czy0lJW6SiWXaJBcO781CQ5Tal255ghR+DZqjvB7nbd2\n4gLJCmP0Xofocqe1ODZlcz8Mmys0CyG2bfOrrjlbQRhwHHK2NXm3D5dTfdPo\nEJxfPJhIhojRFwVUfTKtgLZoAvnreN50uUgkIveDcqIfwBzgtTa2A2fv4Eq4\nxZeAuFY8srjA8MAbtfD2g1iqLeWhHe+MLKdYnUxxZe7rkck9R28G+q/BpFnz\nbNqelrYeEzp765KHMiKNavY11fI5OG6Te7eOQggQhMc1jdcaFLZetcSAY2ni\naMAo\r\n=U0Pm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"021863994bdf9e2a4155b9e20c933df6dadee0f5","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.12_1591475238178_0.11197003437740127","host":"s3://npm-registry-packages"}},"0.11.0-rc.13":{"name":"fundamental-styles","version":"0.11.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"18cba73c7e1f41609a3085ba727d14f38d52d884","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.13.tgz","fileCount":78,"integrity":"sha512-QVdpkmhHleNxYlu8JxY0u0c4nvy8db+AErY4ZhmnKk4BXHfA9iZjE1ova/MLH9yWuq+hniIiMmVRJufK1goV9w==","signatures":[{"sig":"MEUCIQDWAMfKypKhJVN4hdcV3PklzqjsKNTf8HOYY38eSX1fxgIgMRlLdZlSKHqeXDpZog2dLjCUPJOVeP8Egv86tID83No=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1671735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3q3MCRA9TVsSAnZWagAAnIEP/jxv1Uu4TKx4WHilcJuA\nQVpqV6nYyQTWCzoyGaxZeW3LuFg9H9hbmW7xsYjos6KmU0eChHKrlbj4buJL\n/UYZ1V2+nV2cGi/dfzbDfijEgeNssrHL7Fh1kQBAPvRMsWr/LSfZJue0txvM\n5bVDQvu1Ah7ZWy5tbtP12iI1spdEouUYv7TBrjT+sGzVDnUZFkJ2uhKCSLXe\nErvFvQ7EaK/JWSdcYb2y+lDyIBwq6rSj91ilHbm15C7wcdwBZTcF4HjiI9kA\napjMXb59nXdd8J6X//pysukzmlDk5Tucwshjy2Q6bSU6sVqn1smltRShRaap\nuvvoIQUaAD+8oOmgdqZtIpAO20O+BxMjBiJTI62+6pyiK3ZUNYFICMwIsyWV\nfBuOmzLqQTglmXA3jQs5po+tR8g5X1sBFUa2DzWzyFKRnws2LbfEZhj+/WHn\nr1Q60Lq2dRQOPNrZ7+UVQk8TKLxZPzcIEXsejbgqvGq6c2lCPpoLJwXGM3Mr\ndOnlaCkPmyCLFjmyOp9gC8cDvkApUKCwV7kvSz/bcAaFIZGP8nGfvPyATDTp\na5NpXgquY/5cY4scVfCI7LJKuXtV/t2APFASMAq1GIZK+Cc2q8chSyA4ABsi\nn71GA4wo0Xy992S2UXvtRFRD5g1a65lSCjAXYH2msFpB/upcKxh75C1Wvfa4\nRm69\r\n=EywG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c4dbdccf25cade068a7b222d0d28316e0658da34","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.13_1591651787518_0.5435184582035748","host":"s3://npm-registry-packages"}},"0.11.0-rc.14":{"name":"fundamental-styles","version":"0.11.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bcf99ffdfef898fb7189ed3d00384eb02f3ce2ed","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.14.tgz","fileCount":78,"integrity":"sha512-uaNjwjT/9pOE82kQZNF6NZf7VvHEkaBFk+gy4viJefuSNGGvYBoQdX8hH12Dojlf5FRAX0vtCBoivHkVuLJ2aA==","signatures":[{"sig":"MEUCIQCMfikoEQAB3bJT2rq2utaBxN5D9k3uoHxfkevERczNPAIgLOTtknLXwKi08Fj0aDyGtbVE2MPIUWIC2dQBVAJeYqw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1671877,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe33SECRA9TVsSAnZWagAAANcP/iAcKHN57lFLAaYPeytZ\n6ATYjlYZ+Tp9ELpu7eRuk1p6J/i7hprG1N5vEmiHQd48UWMhxg/O/MKlLd7g\nV77vgkKgQsK+Pk+zI+arN8VyAZk1InIMmpkHOnq87bSy8Sy/lt7PgJVnaIQY\nXvLl93xJ/8X9KHhauHuHvkLT+4tmrdPM6ARCQcMneZ4P04aLAckxm6zVQLFo\nyUZ/8ki5KtC+HSXhT4sP6k//ItyhD5hL/HpHZ9IL59mblRET1ir9JMwY0Mi2\ncZwzNFMQx5eTcjJYN+I/86umkMGriPYtJZdt8NXDC1jarnXViKSaX/ggyJqX\nX7fNQfphGizRScdLeJ0uqkPOXl0D9O03NxfCMCU+c0vnCi1xQGUJ0LJLZutr\nhp6XKWIsOVuTXFAPHUz6NbnBRetkPJOTC5lRZANkIu5hJ0D61ukouv1oP2Tw\nlgoXso+dGJY3wnIE4mynwFYq9W0PthKQ1BDQRrHTgleU7oLF/IDyMfBIbQKR\nBg9AbWVFrRD2coE/Ih4eKqBahT52nI1oFxVoSUFJarj0xE29RkYiFbk6yaLI\ns1bnKIWLjWyaEnQ3QfDM4tf0BwqceTvyt/z01+OcFKwoElrNKDPXcqzh4hM3\nrOyn+Db3daLIaLGr86yavuB7ZenQlC3e3ZT2dJGl+wyAZDljtcWvJYlYSRF4\nQ4gZ\r\n=2uit\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4ec7343703a678299b02321dd5077edf41673b50","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.14_1591702659975_0.4098691220795685","host":"s3://npm-registry-packages"}},"0.11.0-rc.15":{"name":"fundamental-styles","version":"0.11.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2927914764aa836f5ec5c77cd93cc73b2d5745b3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.15.tgz","fileCount":78,"integrity":"sha512-gxGJ9c4unH8v8kgo2Ax99z5WAKQlMolZUAdkopoDke7krcS2Wka3hJgIuRpwOc1w59zv5XCdD7bLZpk0l+nhCg==","signatures":[{"sig":"MEUCIEIzo4hfzmuoApgyVTPXjByaMa5UCA9MhBL9inX671x6AiEA20YlrLV2i55b6tzOieK93fym65xd2X9LNw/qNuzqUC8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1677562,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe36G+CRA9TVsSAnZWagAAD5gP/i5eA1TT3TxppzqpYITC\nLbUPNSU9f3XJdHQPCh0HqNHEA5Cj8dWu+O4cW70cEEpzbBOBQhpleKRQ6tSg\noGFXtx66HgdzFNMh0t0o6kDR6loVxgbwFkPImcXHkz9kMiKFpRc+tiykm+jM\nHsRzokcfglxkdSKM/KIf0VX60Bi0PEtoq8USQSdtW4KEt8MtKKaJrpnqNajn\noIGmBfOcaTxyxuSNLPA3IjyyCP0fy1CWoJI+HQW3LIQuRtZwxV5Cx388P/po\nPZ1W8WsVzTkcI3BwpUywHxuI1nk9O0xHHMV0UEwsBLPi7wOjpo/EBXEw7Jnw\nFY8D6JvrIsPmZnPJsWyWWkpyJwjx8EqiXfN/2PZFbuLXRMe0Wh30rRbdmQVQ\nfNBmFzhH1o3DJBx6uwsrnfo67GbD3yZicsBQ3DziFYqEEqmStoOfYC8r2fkH\nGPE/Vj+A13pO3BKgLIeU8BOwYb6pQ39JQso6YXxaJ++kJKBd3KZc925ASe9m\nSMAMEK6XZLEoHKzehrTUBhgMD/EDP/UEYtQggZBFKdA/TLYD0K3lxyjYxXS2\nsjbr1+R1nFYf3xcCRvLutgWRx05ADW0fDtCh2539zPTKMFvFybSv+6W+VsW9\neI1Y7hMu/RPQvDn49yMwKPHajGcUERDDiamSMAr7q3Bz4cEyW7Ol8xJ2clgc\nbjTr\r\n=0VvL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"20f3d29dbcf7f0e0ee1cb7cee5b7e45535280d54","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.15_1591714237720_0.8856981041419822","host":"s3://npm-registry-packages"}},"0.11.0-rc.16":{"name":"fundamental-styles","version":"0.11.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7618bb311a4c976905b99f4bf01e168d5db9a68b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.16.tgz","fileCount":78,"integrity":"sha512-bezN5iGc2b7X7V6BtV5aDBO9WU1Zz1dJ8VmObiUrUYxsTveHUiO6i+Tljur2nrW7lcuCu9QZ3zu8wOqMskdtIw==","signatures":[{"sig":"MEUCIQCZBpfp+yOohqlKmVbnC80/E3YEUNFHrH8xkMhHlqhavAIgKktzwPd5xnQHXSUFOHmFY+j4/JJcH2y1w1hZjEr+s/g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1677704,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe36TsCRA9TVsSAnZWagAAzt4QAJwELd8Nx4tzOenvESsD\nVzfZuoI1ucuSCyslWRCo/NtsYX13xBXJmrbQ2avRpHK1CTh7XOCf9nL+vXor\n5EjOmi1/71o4zgt3KKNuYRz5wpKxAJUZ06yDDsqYyuXrYOT+yEPNa27zwial\nBiYZ8K9WEYPO2/d1nn1OjKfrpla01ZxOBvf8IVdIMIMLGHZYjZf/xOJ2oLcZ\nnW2Ale7JBNea0RADpDZvg3mTaFXm1rbbB4vPMTQq78p2BqWaNpesKHjmKJay\nmkSg+JSNYErulucHvgnEYcnM4C1MhBu/pJ6UcyhaQSKDoIaPHdwWkAwTN9n4\n0F+NOcrHlNeypWSqylmPDp2EZ9HWVPrBjw4iA/aRp/dsKWWYch9E4CZRTm0+\n9VODZRT+Mdaa1rB4plqoUtz+sHiqlOEdf3m33gCSJ20UKQkKhoL/oel17ZUq\nPkBkz8WzCnNx+YOX6BFgDMooS7gihQnwgHygjAwhtW++jJRxjMdE4RYye0aw\nbNVThA4RLCs7Gqjml42QaNZuIbpjrOQ+3snjQSFlXM0GWavO+tIPd9wBSXcJ\ntbuR2FlEeZ1p0nzBTHB6qkmzfHE8JVXFvYlQ/S985Petm5/mU1w1dRuO9W03\n7IN2VIoapLI8UtpSXBEPS5jXJy0odO9xCPOJWAXV/u5LzWUSePGR6mhNDk5k\niyJc\r\n=QCcn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9be7bfc47ca8aaa71db19e222dbc13eea0bc6ad8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.16_1591715052049_0.24995760713634052","host":"s3://npm-registry-packages"}},"0.11.0-rc.17":{"name":"fundamental-styles","version":"0.11.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0312a5485875aad9e07a705c630cdf36a599bf07","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.17.tgz","fileCount":78,"integrity":"sha512-WvxaPm7eCPDTNhJAucEwPsACRTORQVDbF2e1l9cRXenDHdHdYK4ae60WKbds0V6+1MNbz+MERVZJ/D6fYj/DXQ==","signatures":[{"sig":"MEYCIQC0IbCXrJNBzLDKRX08yNI3oi76JI37U8RCpVtRz/P3AwIhAMaKR2sS2/1y+TPAupLsB8XQ1KZEqGse+jUjKtL9Uuzm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1677846,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe373HCRA9TVsSAnZWagAAeZYQAIDKWyOzt2/usgVWm/+3\n3xVWiBzDyeMMt9NJcyPo3q0TeLIId+VmpIk1VQsiEkf4o378VnO3gXY4vjqA\nV45NDxCtKX+vfhAa8xFh+yLmvseES4lx3l5IZuIFRfh54ruirxMNaFOBOifq\nLrIw72wvbzxcxSwii+Z8CnM3y2sRWum9ws4ypxX8TWm66eK4LYrgvq0Z4uqq\nTxyOH4MrESq20gka09UuKKuLXaJ+fXdYP15WYgQNVp3v9p2CH2rBEh5uS7FF\nzlTarAsIMBEQvJEQ+MMsO+SacMDCgvRUbzSBBNdjx3r4t1+IhbzYXoG6nJi7\nQRnMfGZe9J9czMJyEYPo/C+WQo0Gne17+Jou6dwHCi4wXnRmzWnjc27uQe8o\nbDssl/PTgvQKdhMAZPfFBAbrtMD6tte2YZx/ypkgB+mdNJI5cGxrPc48vYAX\nFA1PbV9nRX1UhK8VdtmrU1Vwvj70zGNy5JPfyVxDHzv2jVHM6F+gD7iKCi+m\nl17OOciTqM18SjgqDGX5PiUwr3dFeFaY+0ixTNckbcuLCSzs1sH8fGRxElA6\nrx1A/KcWEsssKeAsUYASNEQ/oi4eWwca8UzHK90jICEr2RWJv28ce4CbkkGu\nnbLSnEv/aPpU/8WD3DhpB2FCju0w5hdLkPgpaPQIV5XKy760cGnttEjy+icf\nsrgg\r\n=8/EI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"58a8f8a4802aad02638bde7d784cb6fefd9efa20","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.17_1591721414237_0.9830772407274402","host":"s3://npm-registry-packages"}},"0.11.0-rc.18":{"name":"fundamental-styles","version":"0.11.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"df63a280f16a0c1996250a199f578bfac1ae49d8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.18.tgz","fileCount":78,"integrity":"sha512-qG9tpqvoZl/X8gFaeQOHVw5JhipO0nuaq5BllSfHLLaWJq8qVBEaFztTWOm6va42L4/mfr5ZK9h62Pon67Tcyg==","signatures":[{"sig":"MEQCICIsTCsWYHJeJubdoZzvGC7vhZwNfbhezXOYFJaicWaOAiBEFmlOizNocgb8GI5UnMYHSozkMt4aQ7/Uf08OHssGzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1677988,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe38y0CRA9TVsSAnZWagAAQn0P/RhJEXrekgRVGz7U8IzE\nQdaLv8E67g9XHeuien7djjre0cgvriIKzRFxeaf5KjZsvETEmYwD4P83M6Sy\nvFnNiAU7+kt5vcJnFIcJHVDnD76Ujq2NieBRKFleIJU1g2OBFX2m8j8tF8Qt\nnvAkdOFq5mBDFJ7cgwS21RTvTo8e9uYIDocyJYPGKhHmm+Wya66msn0pRbeN\nhxLaTt1j15JHRBV3uwGPQie8AxXbYMbRTyDmzLn6iaqrQ+BlsSZ+QuJTuA8M\nxnhQQT6bGkxp5sBOn0X3yVgeIsJtmhq13AAeze40UDDGSpQBz0ayTQ49IePF\nAEBguZPLhlIRH/PKXnHpjLZVtuxsuZqFnMiEGxESUYvcZGrAQk8X8wNQreRU\nwD8t2GNarfA/UwaDRcqDX0lm6ykrTsYXZsucAbU9jPu/zNTW4NvQWyhadUyl\nmOObMEJ9Lox7FOCbIK20O3JIvY+WeX0Ihl2Y9AjP26IyDd2xIo5m/GqbZEKG\nG3lLzsnoEJIA+bhBBrT6qkRwS3qOknrMteYUZr10GflubLsn3JINI5QHghAu\nRA7uj84EX+t6ynHPyvJ1lV5YxhGhKCfRAnU8OV9Byb/UuiZGyd5H5YOqOw7v\nqiTIV0Mcxjxh4tkDNw27pBvJHlOB58e33QjFBhULszVwhmkgdIAPf/uzB5m3\n/GYg\r\n=+YZX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2543deaaf11370ffa0888dc3c45d734e5ff91ae2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.18_1591725236124_0.21332350251765386","host":"s3://npm-registry-packages"}},"0.11.0-rc.19":{"name":"fundamental-styles","version":"0.11.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8e1e23867e3f7192365c9abc0619b05556dba656","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.19.tgz","fileCount":78,"integrity":"sha512-h0Fy5BCllj+PcfLlInYwYQQ7IJCMCCJH5LPyGpDIh9wKNsHddW4qmtAf+HCprCioVTJLBtR2rZWb3Yi6zOqnNA==","signatures":[{"sig":"MEYCIQCiUZrMPp3J+Xq+e00r2BxJveAR0TnVj7U2eoWOtMlnZAIhAPxX3dH7SAV4rbJ22RuQP2HZGMpMrHv1g05O+mDe9QYT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1678130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe39EKCRA9TVsSAnZWagAA7IoP/1/KvOvxewvM+tujkErM\nvMvW796prVYeC9vbBIUrBsZRlOu2mLtGFUEbSQPep723Gp3AeExnHnDhZLMP\nq7cdHV/4UGkuwpR5Cl9oQrX/1y/XAooE56PidnmxRj+a5wlH5aNW4O4KcOqa\ndrm5AKenP+kZQvgtZ2L34GFH3qJJwK/RImmTjCtyMebcviF+qmVtv7e2wXdd\n55l22zCAeY1i7sfA/cjoTBsDZBjA8vxzwfs7Q/C0cjk+5TLKJqNRX9fpfv/D\ncm5KFQmCJwViA4beakSE2xz0Tx/1BC6uIk8d/JgMnsTpk1IUnXC87CbDEG1Z\nZEK7zmvFZHxuA371n0/aPrnWVUeGPj9YCN7Vz4PSevq2F5s5IDyAt+i9SuPz\nIOBssOOhGK5mBe4Pu/UOpxUUqKWgTopJ3JHemJkeoDJ81r78HWMwEz3XpyJ0\nD5+BUBBgH3YIFogh9aQHcy23yH9iJtIFzZJuugSruG9bkrEZAWscZ90EIeZR\n7vvymN8RgAxwuAQKOWWCLmOik0Gz+eerSYPOszQaAiiNJUkkE+f21Ow9HVbp\nkPSu1BVlVg8QfIUaP/UdOrWWVJLBTPa7Th1Dg0qZZl/yD0ZArcntgBEUjHXP\n+qmwTmXQ7QGI7dxCD17oU4hYZvq8x+NUdeSgJHTqsmNG7WjfYv5xwkwOnHxu\no3qC\r\n=oKWa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b0eb726c6b10226aefc33bd69ec86cd42686c9fd","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.19_1591726345825_0.7737551228169637","host":"s3://npm-registry-packages"}},"0.11.0-rc.20":{"name":"fundamental-styles","version":"0.11.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6fa103cb44e308690e2e650d250bb1fd27b91e89","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.20.tgz","fileCount":78,"integrity":"sha512-Ju8+oLSm7NpAktdkKEwb3LNLkitSbzvDhwvLtGxWY0j2R6dvbGOJOxDMib11Tb40gee1pcTcFNks/63ZiNASRw==","signatures":[{"sig":"MEUCIEMjPcLGuq022INxNiWk1ylqCorGRnrDay9JChrduvZJAiEAwInBgMKDhDcKuH+pvptqABwSpaeClBk/vyNBPisSrso=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1678272,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4AQQCRA9TVsSAnZWagAAadwP+QHjswmjmZHT442TLz9m\nf5rFkZVTonlhNHpXpVjRmYK7dlWBBNrAJUGanVmqAc8SjfptoNq63H1D+0FA\nB52H7w+1MIATgp6rr9A8662FqBvnVZR3tDXWNn9cUlPHc0VtsAFIXp5BYAaR\nZgk2eLyCNRwXgx/9QkyrXbm2XwKvuC1PYGBlD/U97//oICwFY1TbRAZmBsJO\n2ysdyy8k0xhfmShl2+Q91WI2jOGhuX3m/AiPHm+Lzwlxl+PiEZecbFsY4R+h\nxkOL4SDtAZJNkXaJVBSmeXydfAYBqfUEFipvtUkp1Y6vLuiVETufkcBpXvwE\n96ivsixMRx58/c+f7t4vey31GESoGuksEI9W59/2XMS4+GwWTa+X/bxygynP\nXPs+uXRIwei0bguvgIoJgvfFpBJQaQyzyawi1o1qlBhEuFyyEZwIl6qJcqkG\n+pMFIsMIuL9qwb7hiEO/IguI2yhBVuPHf6gVDH1+l449qi8qaw6Lmvf8ahJ+\nPmYisHlYMyLiw7BUa8aS1jsGtMpPRfETuTKQPTNhdBpWgVVbpUTsgbiOvoYV\nNoDAIbUWsNXsguS7V87FQ91K9CvYdV22XiOGWSwgkFPSQX6JAKyiPdLJDCGE\nzoIkmLnnk9E/F7lGzudsjsiu/NKNaEWFMX9wsCbZ5EluSEangZ7b1YXwDMGj\nSx4H\r\n=K8Ib\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9fddc6143cd331a755b058636dd1ab10ae07d190","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.20_1591739408216_0.4308249736227294","host":"s3://npm-registry-packages"}},"0.11.0-rc.21":{"name":"fundamental-styles","version":"0.11.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d8b41d0d9d75ebfb332f428020fcb01a333e736d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.21.tgz","fileCount":78,"integrity":"sha512-d8YDJxOQeSEqpBfBIQsfPdceZhoejpD29A59+j5QmFIyaWCBml7Xcojdn1TwNIsfTJ4JuuyU/ZfpubDU07+Q6Q==","signatures":[{"sig":"MEYCIQDgdQkVvNd4Aj0DBd+ZSrDFkymHq4vMbm7QjxbzOiuXbwIhAISw5bM4JU8khQLBNVkirXfnTbFQYtvXJj4FsTjQK+jZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1678597,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4a3gCRA9TVsSAnZWagAAMjUQAIyXiiU4SwvkHOfG2rKV\n6ozhFp1e/lxvy1QlbM2hD+PCDwU7FV6mAp2p5QWq+mMOvH+E+1rnr60dG7n5\nVUTJVA1Rc89UvQAqaLmfV8C5oGx2UefmIoGw2JyjH+xQo2K9BjCFs9SyvKko\ni+YeB6576CcjPtjORcr7Qhy08YF4CkN/CiEP2PCpqF/UlDNXnd7I953T+4YB\nIJn2x4Xa4966pYJglyehEp44+0Bg7x0guVHhET/dQS+Gw5JtMdVTUUyGJdqf\nYrZY6sav/v/w/xud0lRgWX7nyqksF4U0og+APgr0Y3j6rqxSWUbZoE7isQ3s\n9JC9EAkeSwpLzkVsNKEkcpXyJjNl9KKyyTKQZvFp2AtxOTz6C6wq4qbVX56z\ni8c4rZ2pphab2J4z9iswIrFG8UmbXOYAhGjhxBhTSpGyUM/ng2tW4/msgGW/\nRXbkK7HOCxBgRUZp00NpK9+49CbCnSXppJJKv/sk+rzC49j/6V72vpSy8ZW5\nfEjsxAOET+n/1F1sAcaZuzjznrvAUGX3RukSfZ26GcOXEB0soYab4Lbxa0wU\n4vbhgPtI59t+DUl1EuwUp3DrXTEJcIQYdH6lLVwMPXEHbyA7xAjVyYpB5woj\nVRHHBohdwlUdUAEZTd3nY1xTIW1o6fB0wBXWrX9q3FiR1fVmmNDdCFNcGReJ\nn2g+\r\n=zBUQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a11339c253a6b9486878a4efb722a5b05ed4d72e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.21_1591848415168_0.11504896932809072","host":"s3://npm-registry-packages"}},"0.11.0-rc.22":{"name":"fundamental-styles","version":"0.11.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3d7a507fc7890a929014bcf3d59ae46488c4ef91","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.22.tgz","fileCount":78,"integrity":"sha512-9aWuHwGX7m4ROyI73s4v7UHDr6iWbPq2TTHntJKvCjqE4haNHU4xWMuFfmo3PAPP/dqOHYnLD5vHZ51pR1Zmzg==","signatures":[{"sig":"MEUCIEPAi8zTABhpjRyN5fLbpb1G0BPDVXPaewNxAyE4HQFvAiEAp+UTXBdkGbaTs+mk0TJDwQ1yK0boCOmsDLsibpgkTeo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1678739,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4kGKCRA9TVsSAnZWagAAjJYP/RZBWBAZ36ArRmnV2pLv\nNKo59A2FvwTwtSK+PS4a0/DoufLF3YvCcTnbSSYJWt5sFHzMYff7EjH8m91S\n2y0vbyr8ny6NbcsD6WVlANJdrwac5PJ/l6TFhkx5BysaLMURJTvPPpP1yO1I\nkWfzP6nMrHAm6eq7PchWWSOcZ76omYJnX8bcVTW6+8Eho8SYDeJNjdJg1Jj7\nHzavDGUL2MPLysawMEMKQ6QoovS8P4wUW0iBQYafucGfeH0DF/tavFjFC/yR\nYqc95nTHwgoZqgA3Q+53C9gE6vatKdFva9LT+VCMUigeEcXnntwQ/Vk5tCjq\n15DNJYhZ0PT1Np+AVeZ+HeHYVBUG5aTTiXaHBDUuSimNdAhdLgPYq04CNmue\nkU0aO/cdkQy/yheki0Rk0p032xKcu3Cvpdm2tCNIiaOUP0SDafGtfIaOXP0X\nnQBwhpNqkyYEGLEtFR695tZdVY1WVZdzvJGucdAThS2umu28313WI3PisRz0\nQ36dVuo/6SOrIyCnJD1DkbWyZJmeelNVNUedmPEHSfOJ5ZTsI2mvY5Li9whJ\n9TLhvLbFE1E/dBjGYAotQ0pu5yXaiLXkY2jH7A1I2J0OD1pNnjpjcChg5iwf\nUoVfRvoFeFSg/uuY+FVQ7QwJRvfEUdUnSDO7Hzv0bsmWnNptToJD3x+AMjEz\nneno\r\n=Qrze\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a53c66186f3351fb35af60e69a093791e7e6e3a2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.22_1591886217393_0.7809880539168337","host":"s3://npm-registry-packages"}},"0.11.0-rc.23":{"name":"fundamental-styles","version":"0.11.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"19e09619478d3c1ffe358198d8f7cdb731af4d7d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.23.tgz","fileCount":78,"integrity":"sha512-T+zMqt4kfRLqn6yiISUnnZ4ME59wG8l3diodYdDSElvB0EiuXNSNaarbuF+NmD08GKBqgjIB8NUUy9c4aveS1g==","signatures":[{"sig":"MEQCIAqs+wv1TsT+UFAn4IXn/3ctv3NyiTaidOQYaWGk6M0fAiAhYmKC7qh54dqlsx3GZ2wtvjrG8OPFmdTPoEI/mgVJXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1678881,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4kRhCRA9TVsSAnZWagAAADMP/123sTLo95jmMYGHqVj7\n8B8xodfK0vphjl7yjBhD05SKjBpvwMpU28Izdez1QP0t8RBVPyymxfECn29Z\nFxBwpmM7Do/WuBkvEs5/xRfotqdFNjM9ouL1aVXe5/0d86FAClpnR73uO/Qq\nxHETmbZTTujIyfjOYlzczdi2J1d2tz8TzLAefslZo+xXb7EERHzQ37G4ZW7T\n08O1w4uxoqd8DgzQofGniEjJ4wzFC82G9AZM2tSoBE7kv/a7NbqXxspovVpp\nlaOJ5dck3Pbz157dSL7X5Ls+oGCxC9aHyL51iK0z+cmLKYPK5OuQtoUwTHBm\nU/C73FhNIZRvnMLKdRZjXyV6e3LayEOCtEfx1fzWuXNR9ahGa7BEJedlulwM\nkzwa937iS0kS7srzNAO/PNO7RyM/ODIK9UA5KPiUtezbA9xYbjvifcBuv8Eh\nBo+HvelwfxqUq2X8X5TQBXTtuDQXyrD/WDmIGeUxWlby9K7Z6m37aSZ4m2yI\ng6u9WxJG5v6+75TeWGcyxqHCb3tMFSibL3WMVKp/MlNiL7j+G206NXw+sdwa\n0dbvwD5q8ai/l2CPDFTdfMy2d1wEGDZIsYjJzzWna2jkczl9DVCXh4o7QFOJ\n2x5CJyXUdcwJPAfdORKbC/5iw1J3xrJGixukNUTlhgDLCB7uTgbbg/8KlwUt\npY+E\r\n=OPW3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a184294dd36aaac9ccf8d5263687c039f8b0aa5a","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.23_1591886944487_0.6650315587563815","host":"s3://npm-registry-packages"}},"0.11.0-rc.24":{"name":"fundamental-styles","version":"0.11.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"92014e9410163e834965f2e3a000eceff6e96373","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.24.tgz","fileCount":78,"integrity":"sha512-ZcoonMobfLLIZklnf/PIM9/hApCbBq7HZVj6OYArMkIyOqN2v3aUEsTVB3zNaUk8foKpsYU6uF1ul5IZnLdjiA==","signatures":[{"sig":"MEUCICJ+4rLYtFlUlpYeusA7QkBPsyMQs44gmbkVTK+fnbVWAiEA3tH2s81Ga/Vm5m/dO6NxOeS81aTdn7cGlJ4Zl3zhVRU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1679023,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4m1tCRA9TVsSAnZWagAAkcUP/22cjwVSTiVujawf2ThG\n0/+IJxH7QzDTX2ed2nSPVXnL/Bv0EXlizNAx/1nxev0PRxrmBHj/PrqVTpdA\nG/+AwsyuSoUn5CScnOJxvKUkA0M9gfz/aH1Sb3YHiMlHVhOskua8Ey3fwZ8V\n0FT+dKNMC0ChB3cZVH/GwujZouEYXCZiyJU4uCh8nwmOBeqBVE3Yf+TCejDj\nEm1wtaCiHmOxEdwM0BO5/4BlCVdBthCioS0V+17pUxQ11EG1Fyl71Rm1u2MK\nrhKtMdi32kUfressy8vcFHuofRqHv3wwGTYQHl2jZrRKjD9503LcAnKjfhVg\nmvoRqci5vteE9o6lDVXNxqzt4OfyLvbi8qdNUk7XeBc4D3g/j5eyEUjJPp6H\nY/ROvZRSRowoM/Cxkw/dM/aLW304rB+HcGhS+jqU5gVdnIP/dEz4Qjl6X4l/\neLvj+S5SNb86gGr7V5VHBu1ZuF+oTxYvsYaO5v/A37mqHy4aj0MnVp8w4DWa\nhfCuPN0aX9sQaWCbiRSLCxXegt0mTOGNUDewolh1dM9FiO68Tpk50DY/+Jhs\noegsu0KC9Cfyw1YnAkyiQF1WBUeextx3+73F8ve4Gv8IFQrNiY8OubVJL64T\nms/JFamtjra8BJ359UBGW+yi/NY+rD4zW0nJXQbYLLZLfwDFQmk6g98wNKpw\nxKvJ\r\n=gOui\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9d609e4cfa876cdf2e05d08c4cd1a088563d2ee8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.24_1591897452836_0.5824514916121075","host":"s3://npm-registry-packages"}},"0.11.0-rc.25":{"name":"fundamental-styles","version":"0.11.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"14532e62879a154b1cf2e680b783ef9ad7156190","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.25.tgz","fileCount":78,"integrity":"sha512-tDx5Zx/LNB1aTTvgkocL2OWRQV/KX0sOh7/tIZ0FC/fwNwdxbCItnurUS6jCvjBK34AEwOBblWSQGHdiNUXgRQ==","signatures":[{"sig":"MEYCIQCNs1PqwG8d0lAccWYy+9vAq2gByt8CTwrItLdJ9ypOfAIhANqOkcKAQo0Atj+iFdaJZfUP1lRqLaKif25h/IeVY9B/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1679165,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4npdCRA9TVsSAnZWagAAzScP/j+rsUfQHxun82vM6h98\nZohSoIJ/5KixPzei5EwgHyaT2p61F61uiwMNYJ/p+fn4h64GcphExNw/nva6\ntJrDbSkeMbeoCTu60iU2efH2NQmyGsxnysw/2Ce/ydjEWdUYdwms55Zh+Z24\nmXOZsWOCciczga/jZBzgqnT/OWFYXGK0IfUHYnP5c80lM0T0R06ajbGoAAcd\nQDhihz68+4NdxcInC0+oPFDn9J6MxHbSeQK5SP8SKMLKUQY3Aa6IVs85n6mk\nffaH+ZmwMwrFKEynKJxvG3n5TdMzLtyDeWktiNLj6XaHA2qqNyAjHeHrhria\nPcf6J9qgH6E33nl6aNFg16w/Z4Oyytx2InmKCZN+NJNW5ZcLsZH1HN0epOkS\n24+fDYBVwgzLiaFjf5LmvCM6fykC/q4Zg+A72ZJ2ThEv0BamKsk8eOB6JQV2\n10LvekZQeDSpKhUrqgoS/WELg+7s1T/SpN54PErqAQt4M49hlltmnbqaS05P\ny3WckhAtfh8f/2k5FKt3oV14m4CkyiwI1dcrKp0dYgrmRKghGxf07aFWz+Br\nwnd8cufoNGWPtwW4DbOeYD8TCelOaztVgSp/P2ZTKC/05YzZLAlnLl9t5G22\nbVRm6VABDsxTBws78hMMyjrPxwxDXjXO2NejXEY8h8q+DvGyUf3s/1KC0H/e\nnMM6\r\n=VOy2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4cd223e6342ed1b6e14046bcfb62302bb512d362","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.25_1591900764886_0.019534726999532515","host":"s3://npm-registry-packages"}},"0.11.0-rc.26":{"name":"fundamental-styles","version":"0.11.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"53cd02d3e8d301b77f54b3023586eaec9e11750f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.26.tgz","fileCount":78,"integrity":"sha512-0fZrN0lV2yhDJzThAIiU0lLmVT7BMWxfHz80jBzxTQmjqz2a8MyAi4HmHi/DFNYE32wpyxqgsIilrqnWe6w2wQ==","signatures":[{"sig":"MEQCIExJSEPfXx73Sk1OaUZEgE+vhwJhaCDd5xMumMHjLW9TAiAPpKkBmGrlwE+b4XQFGZ0dK7WphQ1l9KX7ffL+HC8dJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1679307,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4pX2CRA9TVsSAnZWagAAftkP+gNuabKGdar4t0XEljF6\nTne6Fo00HQlfaQYkTVV9NGvFjfZwsT5AOSZQM4FIw1lfy7QbRecGLSKsxEeR\nMfAO3h6GTHUrpMYPRRX1pSBdoQ+9p2Z33NKl0J1k/Ra8sk32eFYhWQ5AtrCR\nSxvRVaF9xwrkt2ZLGQ/mq7dGWKNxwJNSmLJ0+wlB3VzH7Wkfr8nq4++hucYT\nOWcIdYaMrEt/DBVgg6gf/uVlT/Jiq0VUI+k8XRDiySawZwZ9pJ+9c65vWmJf\nrG7AyeZrDlkb9x24AVsgiLk6MvppLC97PYur71Tn0IFb04vu5WAnr+7mfZCQ\nRxCfwACcjjKls5feIcEh3r9HjIm0BNhXIyfiwiFlMQHKApdSiA6sj0Nqv6RQ\nstT9gim7dotFXSXGgwWOXiQ7yrYqVEmXeIagsfmGg4BpkM+wyjLrbM4B4vDb\nFd2wqxGTGb7Dcd/5TJ8ijjohmAbV1p8NHJ+8XXWVC0U5gXliagacnFxWcxqH\niQt/0bp19nhBfvAgpuve/Syu77usHG2nS44XStD/5Ukuy+LmAQcNc3zuzgkx\nWtBDTJQ/HwFeaNPp6w49CFcdttoSk+H30RYoYkzaB8BAtY6OxgNhXfpYKHlU\nkJO33dl3q5EdJuOlV9ltzyYrtU5YGTzWYvfobwRxTYI2nPKikCOx32i35+I5\nw8Sy\r\n=wtpF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"817f41b31f5c4541504825fc13439bc1811414ef","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.26_1591907830152_0.1384957358555594","host":"s3://npm-registry-packages"}},"0.11.0-rc.27":{"name":"fundamental-styles","version":"0.11.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"77fcf2d5816b80b0dfd6d38a322a806840f6c4c4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.27.tgz","fileCount":78,"integrity":"sha512-oIcYEf1c73sDjtN9nkBCXxZGLq7q3NmdATkHOVYTQ8EUsgDuOxBGXGoTjdOFZqMWcTiuTMxuVe9L7Y/pE5j9bA==","signatures":[{"sig":"MEQCIFoaBPd7Flml5XP1ngqROuBFGgVJRsmMfRDpmbPSHOPnAiB99vzbLuEO12U4eWkdWQXEJ+WJWyAxkoAiofE4Vb0wBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1679449,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4qytCRA9TVsSAnZWagAA+s8P/j2vwIJnz8iL3+FDCKyG\n7mN5SsvG6Jf87V9e09cKZAHHVAFf5Wat7I1mNVai4vUeFvioTIIp3p2jgVWQ\nah5FmzXQQz43xtr4aOaSZkY2+UT3nCdJua0a/3WTCFfSTm4MZrq0MumMZTIL\nuWDEL3cu1df4lpM0KeXMXB4uYcVoI5o1WuhmFjObHmMuzMePGg1BEEi+kiiw\nQAs71u0t0dc5nWBs77s23efWqDsZ6zsfVr3rPNX4YJH8z0PINsKbY51q5lsT\nfD5xHszA0hjOWJnQN0vhHpA+/dJ/yYwnUMv7XzkiDIzwB7vj7LEUSdh3ETUD\n946WU4cyOaP3utJcD9xDnLe/WjdKTIuQxhiYipOEbid/Ow1JnAPyXy53j8xz\ncbNGCbNl7CB0j2uzKWyGvUXbnEgj+bHzpEcaFT42D06hx/RSoKJG5PzCz/J/\nWvM9SlJBU2N+KemHG8IKs7LvRXRoPcOixPCrdcQ3Lb1myISy7CYgrxPm1BUO\nHKc5HEAmpjCFoywFWeV7G5Fb36NWeKQTVGMl0YVQsK3weIduJJ3aHoJeCJAv\nrqRuG9HT2+8c5OZScaX5sSJZ2p06oUFO+vzfJjdb346vOfrhKC53oWnrfCEt\nyfyZJ1g08YYj80NG2Q3n8BbQe/IGLyZ05qnGoN10BpkJr74yQsIQIEha4z99\nh7So\r\n=FTWo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"164bbda17fa0f129f767fbace2056ca9bd9714ca","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.27_1591913644895_0.1829523914386988","host":"s3://npm-registry-packages"}},"0.11.0-rc.28":{"name":"fundamental-styles","version":"0.11.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e5beb8fe2109361953dd0c56226a2c7e2752197a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.28.tgz","fileCount":78,"integrity":"sha512-YBHtAN+mkIJ+3wgyu0sL2odLdLp9QdJZC1Y/2DxJwBjPxD7052X27OhHNnZnLUc/E0TMjp3I1Kra9uH857iDZw==","signatures":[{"sig":"MEUCIECkgNxrYXfJuCf3J3GMLyRJ1ckYaFWGcTRq7S+rqJGeAiEA4L9abwCb8O1r/L0e2sukiH/YtjV6snJHzQzIrWGCytA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1679539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4rJqCRA9TVsSAnZWagAAKN0P/0UOqVRdgrnqabh75M31\nwCswtuGohyNaQtONxcPvhLacO7s5nYqR7nVk6skLjZAsLin+FUD3jYO8fSpB\n2eOlBZ/7k5OO2xzk5OmLLWqaZ8tC4plcbZz3LhlwF2FUZo85pusTopFqTOAN\nzh2822fHavheHCwSsR3FTJv0XKMBs1ABbE3F6+y1Gh+joAoHMrmNXbOP+SSo\nXYBttaIaFac1i7IuJiZPtfG8GARrs0IVpPVv4fexYUZe/lcxbah72oXQ5zpu\nJVIizFci8H7zK1rjOPEGbCMtkOLy2STs4FaPSb5xELByPXjR3mqgPtMuhFOu\nIBjgjOV3aai6SyVLyNKfXJ1ZblKUgR7zcyhRlCZjJUUzgHl56mrYrtbFT51b\nGvlMZabtMUVPuHD24NU6bUIRHyI6BjUk7eHxTFb/oUI6ZvsgG37cCHef+kuz\nMYZl2ZBAj0aYRMMHvOpSk3zG2sfR55lEIjM0IcAS2LY4cDgBkUmM0ikTR7wY\nqDdfKAWffPk4PR2MEACZxdIdqjCLeifY18l63MkG0VG7ypoY4/Ze+BRmFdhA\nloQHIHX4xDMT/sDjpFL3WIqbT4xGnG79LUZ8ULm7Bw745x3HrJgXZKriXoZt\nAVjWKCNysZEUrCPnlBVFpbieKv6oGMmEDEYJN7If8sXQ7Qrx986qucQhWxN4\naOQ9\r\n=GUO/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"87c1bd66beeaca42da394372f5bde5fc6716ccc1","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.28_1591915114125_0.3300404144987037","host":"s3://npm-registry-packages"}},"0.11.0-rc.29":{"name":"fundamental-styles","version":"0.11.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"346236e45498ac05e3b108a8aa55e675b5bb0cfc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.29.tgz","fileCount":78,"integrity":"sha512-SagR966FzONFe9Tv4OERpygP8cqj1n6uuE43JO6knMpK2Ar5apFVL3tmJBW4WvH1A/jLDJEn4uBGsSx53yPwww==","signatures":[{"sig":"MEUCIArrnrm7yVdtwHxDf6T4mqJXQ9W4HjiQJ8jHvo7pSB1uAiEA2N2GyXy6l2iROP6qr3OJGEBIZuC90+GV/1SOAmMIVkc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1679681,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4tc+CRA9TVsSAnZWagAAyA0QAJtQHf+MCrOlz44T+QyD\nbvVDVuBNlKo8+Geg+56mJGvFv/bYD1sGhjJnR73v9fTTRfKchqMRfWtzj/P7\nd2WSzOyVo+skGMixva3AYdvEkGVWwZLrf9I+z2dpOhdtphzbhoZs4ITTqzyu\nh+86wNLWK0mKZftUYPr+QbNK1H4labnKLxjb7vSJQX0JWatj8RnwgsCfyOtw\nEQxoWJ+4WZELe4PMJG1+wH0XoAQ9Dyg/z6aCLOCuoAS4JA437MHr8ev9r8zI\nrB75bA9V6bGTsyXrzI5ACpd8pgDKHxkXpIEHJsI1SP4fqPc83zeIx4gBRjOB\nkZHmWJ0b5jHV/zl7NAInrmeMTK2+cUeVrHZRxE7CJ1lufzzr0j0YuOBA4pUU\nA/JTSgsGt6F13u4dGrdo+KgSb01wuI7sgNCx2d3cMLDvERWPLvXQRvCRa3S/\nTMu8dEo/F6JBEoDyjx2RhlY0EXJTJBOkVbMs0bSg9Fm6PbRVAse0fSM5BoL1\nikfK7GGbB/wWM3xKfC1vBJhHztIweF13F/sFuoOG5pqywALdkG1f4Xzs2J8B\nBJt2K/vAudnx1TMbPXSraU9wPqQ/FLS8lb41fvAmliH3ajBeX3PtZ1bjeXfB\nOtO8uJcf+subbh/pllXFWfTf1OS8mJHJi8LvrmoNvrNzjFpeipJMDnq8/izP\nUu1R\r\n=UeTs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8ff839d2994e7e0c78f8b1e1121996bd5da940b1","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.29_1591924542280_0.12086547980718976","host":"s3://npm-registry-packages"}},"0.11.0-rc.30":{"name":"fundamental-styles","version":"0.11.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f818edc4a5bd445c0b231c7ad2e0c75b1ca29099","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.30.tgz","fileCount":78,"integrity":"sha512-rKWkhorakBWA76vooscBQpGa1szdq6sSplq+6PK803Pk1hBn23Ss1w1FnS5Ew00ezGtYxfoijW+gcuJkLGpJ/A==","signatures":[{"sig":"MEUCIHbxTjnGuWkqsk3c8iKzMda6ZXrmfMF2+erJotfkuwfXAiEAj6DzbGCVGVBf1jpzWjh2ptBPCD4fCW8pzQw4zOEKK+w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1680059,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4t5tCRA9TVsSAnZWagAAT34P/jEx1psqkq5MPu/8UTCh\ne4mKXZoK+t9MQ/Itdt5YjqzwjfjFNtCNdaTBkX0zhCtLRjQZxZnmoDy2yVBx\nDP9K3d8pBNNhqekp/jHlfBI6j+hOgVv7fzoK18fifZWlUH6h609m2tDjDbAx\ngeVinKgKMLC3PKKTwhhHZkD7koXNM1cNXwxTvM5t8vKxZ4cjDMOGTj5VT7y+\n6/zTMHU8JEFWCA+PF+6+dUyJrFq11sE3qhK7Hid+mm/DNA0yNRdh/OtqKkz9\n7MHI7DbczrSDKdCSNkH8vOFXpAd3xFvj99+R0OnHo5VjldGnTg/J06jwlwsL\nPrMQ0SKTDrl7D42wzSqnYD02B/4a4SirBTwCUhGSlsqFGCD1kQJ94zwimuGa\nl2+v1bbYATSO+IKz529uY9s4eTQmYE5yVnSDPvAkOt7qYDLNp1OWuuoIr45t\nsIYi7wYgewT/5Nx7uWMFuDDweFDUspz5Aj2rloJKNOdcgJXCQ/lu1rFgd0fA\nnooMFgJitpxWKKB+sFvvmQoLnqhquU9Uv/1c9V+XWM6xq6dJczrpfx1MEkOP\n19/HtxypowyHh5Pm/Li35s/Ae1drfwBbF3QYkzHsCfS3wswf0nGBOyLJG9y6\nGG4RAFamyy9DFpFaQG84TndEOu8W968yjnG+m8nD+TknJl21161TapZdJW8G\nDADg\r\n=P302\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cbad475850233c97f3264f33231ab22c3db3b6be","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.30_1591926381174_0.9678281372148299","host":"s3://npm-registry-packages"}},"0.11.0-rc.31":{"name":"fundamental-styles","version":"0.11.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ebca3e7afd8f2bff0df83322ed422a6d6f78a411","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.31.tgz","fileCount":78,"integrity":"sha512-8ACqAxrslAtHTvmi1s3N6RRCnKupe2cwCcVVCD5Z0a2prmDsAOvFT+bQKj7qCHpSPjBqbRlCx0YenReaYTcTaQ==","signatures":[{"sig":"MEQCIF+wnzJD7h0fZumV5ryj2d6fELd0wuiMb8G+11vxWygmAiBdtpi5lPqeqSpfPV4tNo6Ll2X6r74HUgNsocHL6JFZ3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1682421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe45MRCRA9TVsSAnZWagAAz/kP/3fH/nQjRZHfYYmAgLIy\nY4ZAxH48x8beMNvB5HNPc24EIUAhPqModdDsm9OyTA3o6OkCQC9z07ZEdfZD\nhB+LbYUVc5uRyAaWUW6Rivb8/SVCw0sCMCvz5y143dMIHfPYjn+lTLEH+vZA\nWgmWZTapTWj0TXRwRBVik9IGuIUoelhQY1fxcNT5dGKABwdTES9d2j7Gtad3\n8CTmovYaU50kn2E8eCLoSX/5gjdawsZ6O4gJi/UVIfRq6rtjzbxC+GtvL3ky\nyOeCUn2/aG9wYOkWVbr4eFyvDe5vJW3G/rPlDBMFVpjaLyTIY75C4HM/B2iW\nb0gl71Ot4hvZEy3uqaTI46JbNtrfM9k6eKSdxBEhYQ5CDCE0oTPoxcph8Yzl\ntrg3IEYR5zomRQnVZ1aa7v/6eUQg3beyMqCL+ANUS57HU/QyUXhFsyPjYuGV\nZxKLuPq5KwfGMrlw557Qs5WYt5mSow9Yh27N7SMLRO95vPOckOdecVH/gU0l\nrBEhyMlVc9a/ZpwaJYHZ7OzKJmPOZmNEag8RxXh4xQfLgzqgpuMv7bHcx4KX\nito3QzNzAYhgVIwxQ3d5c1KtYYoXmhXFZ5SzFX4HelepdCqnUVlEA55xaP5D\nAq3YFlf3ptty7JVELGBpqhy9h+RF5wRA1nDiAD1+BZdS2sW23SHAu/MJTuzg\nw106\r\n=FkNu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"82d874a0696d8eb1d7c9a250d5d495face3ebc87","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.31_1591972624822_0.6951582262990503","host":"s3://npm-registry-packages"}},"0.11.0-rc.32":{"name":"fundamental-styles","version":"0.11.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0e604d90efe9fcb590b82df95532b9b6b4d4c82e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.32.tgz","fileCount":78,"integrity":"sha512-/L9CmcmCQTQJ0VeQZ/gpNHV5wsQiK9Dz5qIFSmWwOGWKYRzneqgn8hcxMjHv913NlQueSRacacpKMtUISti2UA==","signatures":[{"sig":"MEYCIQDY9QqF/QQ2/2A7Akda8YOZJBY1/gNAQTVOkBeUR4falQIhANYWJTbDnS6LVF3HXAaju1IK4iMxc3qkinifMBXbyR1Z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1682563,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe46hzCRA9TVsSAnZWagAA/iUP/2O7LFgzxCMOl0OnI25k\npiE5YPXBF/dZmUMWbBpGfmNwGBVnulzh/YqvgUbxAX946bB2mV8fgqPP9kJq\n/m6YiysBAgBzpx9GUp0ll2lxOxdeCQj2AT1nEkwVfrS9HhKAb877T6+WXmrb\n3DLEIvnYM/Q9T54qKjB8KePLADIQ+HVpTnT66154pBajsVfFITDESXHL/ofQ\nqo7ho/XstqQtDQAYsshn0RyUrhdl9I3YjMI7OPIA4XeI1lZHkoPdsYHqgPOF\nGagIJ0eSXJmAEbAvpAKM0DPYlGq22pI/ddKcRTH9ohL5AhtsRFZSeif28Sik\nQO8ATXKceWt5bQHDca8Z/zLDXINPwlceLOMpJVB5XXGZQtLnPc56eY31dM9e\nbXNST1wtDXu/8Gz90xd//tS/fhH9VFyj/Pq8HN92l2HupRCExDvyTXlAKRGu\ne+HdOK3Ymb1KYo5Iqi+TWTJeGb+H8pkfirblMN9mUlsq633PDmS1NOSkLg4G\nLRpvJ25p9diqnweAHeZoOvvIxz3slEO5ZI5XcvYlTwv99y0Hvpefba61ysGY\nsxTwDqmJ3MRb0SynDfgBPgS3+cLhOxraYclkYyE7O/60hhI5Etg+EYrfswDA\nQTxqlFKZLito9/eozmNE8duz1FHMAxIHR9j5KJ+sc4fjDCQEPrQcb2U2gCEc\ndOEO\r\n=qP6w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3b159cf4e2b777078f695908c55e371a5a4c6cc2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.32_1591978098555_0.2253888059376774","host":"s3://npm-registry-packages"}},"0.11.0-rc.33":{"name":"fundamental-styles","version":"0.11.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4257f77c6d10db38587894174dbde292f64ca4a5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.33.tgz","fileCount":77,"integrity":"sha512-JNQAwvwzM5XtaNUz5QI8wiNHlKCFO7H6zq4Sk1gIyBRa4WOOw6FKX/4kNbNeao0wvOq4goMwOAWcvXBi0Y+Omw==","signatures":[{"sig":"MEUCIQDyAkYYYXesPcca/RmxP3qyvkGXkTxon2utGAesWCrolgIgK/lIYwJF9QTHt6a3FwqBdRrzgCMZLxGi86K1FgMMPx0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1682339,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4686CRA9TVsSAnZWagAAZuUP+QCHMfB77MoN1nPHip5a\njg0zrhOcRhVTj3gAK2Fprk/OqQ1/oJOd4+QG/sw6OJvP+imhSKGFvlrdBHjR\nFSviC1x9RcWEZMwYka8+9/TsVFBabXthVkLRug/jDGOlczTF57kg6pj7OnBl\nVUS7mq0x5W98T6O6OXiXF364NGDJFcAuW3zOao8NSXc+JissrS6tLkG8j1lY\nAjjCb7p7CNIkt4NBbpmvTY1QwsTP694eDMTpypjNB3t9yfVHhdlIDIGhGl5J\nvY+tRHIx2dIfyA/Jwo323ZBAAq/nojx0w03/7D0qZDpCJ+cAXNuXcRzGuObp\n+gnZSOdBmGTfWqrAHjDhmfG0o95iX6LRzIkbZVq6b5lymsiEgGw2XcuhjUf7\nGiswYyUSoYnDNAg7M02II+Gact3xDNo6XHhPkZrF3zGIMwdbj0P7Pg+9Mbiq\nKn02yekMVaLrYnh+eI6o7a/ekMDMhNzrrDEO/nyd2DIxH5rqnXi8t1CDc7aM\nDn/Pvhn7uo7sOKXFFuaVpXUzydb6oZnzLISWDIkjg4imBeLD5dl6e8XU4h3q\n6eVgCRZ12GjR5jk7AIFYYm5fLuVrC0javU0cbjQbm9qtZccXc7bxYFPAjSyU\nOZLwQVWN6Vo5NmDCc8A0Pgvbaz4TY9fVn678lX2W9DPBF2pDBZF8lqZw02L7\naWna\r\n=2hrF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"39eb907863a1fbe9959c574a916fce51e16d4bb3","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.33_1591979833655_0.7538985239952465","host":"s3://npm-registry-packages"}},"0.11.0-rc.34":{"name":"fundamental-styles","version":"0.11.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4f58369ead7398ec0d3bcf3b8d8e7707cba8152c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.34.tgz","fileCount":77,"integrity":"sha512-2UTUUV3qAezrbJoPb4PXGVAF/FN9zaqVlPLqTvkhSZ0t4cHoxWeOBy94qclnkCNWzeYSmTYEPKH8o7pLT4zNog==","signatures":[{"sig":"MEQCIBfuagElzZ20mZNr618lgFontLLmskYMnPWk7gU+q2DKAiAO9WCUzbiIaEQbv4kzWjbxHAK1+Ren5TfcCClFNy/tUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1682939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe47pmCRA9TVsSAnZWagAALuYP/0EwWeNavOD+ye0GlfHt\nlHIdZCLKoU4Ib0nOv9CucIhAkot+j6CLU20WFx9m5wO39Z7kqwxVRrbhRPDS\n8c3GBslbzauXUiJuGUbmSkBDhJIWFciNsZpTZrciBlAH+g71VLFXBOo9KxCi\n/22m/poBGi8sMZkYpfbgkRwZCM0CTNVshqmZE091/RRitdXYCqhQqLgGmdzK\nV1B/4gEi6A374GJEq+XJOPKmx78bXT//bW3vaFc39xGBiDCpDhpoH+xEvqZx\nHhtVbnx/8ZwmQIS0M8IscrBhzEPsR24x7cQRImTHHIIC5/gxLax2iU0DR/Iu\neecNL/1Bc9cF3W0yCLck9P0aIFH7PwW1MZMREHmkVsG/xpWk41k9xbzQWJ0z\nMsmaATnEHS8awL/IfqLHcpO5hianG/3QK7G9gjLeqic5siBZLcZzXbZj0hBw\n/S96NqjJ5JeE3SreKS5A9VoaPbgHg9uSkKN5HUZDw35o1SI326el3pM0gXaZ\nnPHn3mTv7GxRpPvtz3Lwah5d4T0yR0eQxa8mFdKp0y259ERxpcqlX4ZHHXO5\nzqhWSmdC616SO1TbjPtlgzKVCKkNGYyWELmT4MnfqE5Zh8G6TnniY44ID1tB\n5f39cE3EE+TT2la/sUVYNIyRzqoqN4AaFgmRLj9QX891NteXYR0ixILu/wVe\nDQDv\r\n=aBHs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"dea71442f789df817911c1dcbc366224492b7aff","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.34_1591982693497_0.9176678386418902","host":"s3://npm-registry-packages"}},"0.11.0-rc.35":{"name":"fundamental-styles","version":"0.11.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a69f7f6d7d77b789daa5e5fd2efa44d0eb76acb5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.35.tgz","fileCount":77,"integrity":"sha512-YCvVrD1ldWrso+zwRE58GVljAIPGhO+U/RLxi6WzVeVBRM9RcpcgDnY3lE3lmZAo8nwshIHd5IVuBhNvuzObZg==","signatures":[{"sig":"MEQCIHE0r9AceNpk7lxaIF4YmfOhHBE1ET/TCX8jaWTCtEHeAiALJSKRxW3WSoR4FUruhl5WpXVvn8U5UMJ1SdjryoH95g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1683081,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe49erCRA9TVsSAnZWagAANcQP/jj+W61WdWNF0ELG8euI\nziaZnwRimCAkdldw8SFgXTj9YZAcT4ypJW5Xxb0brRl5Wn4pBZdEce4jEVGu\nbf8BqkIuH31ixMqwnyq+B2Us1Derui9PQpWnCJFlZlmxEKxSuA9R7HnBUrOr\nBMxYsb1UAa60pIq37pPO3nHtNtBgxnuVtPZY7OAhgQfW2A2fS4CUpa+4zuwS\nRmd3LsVxl6E2uTCc3oqENcjLumM0rQVPSEnrm6xUuvg7cWKfcdbNH+9mVkUY\n28OnJ1DOvTXPrlMFw2/W9RZVKFKkQldsv5g4ypH2rxX4HJcOwxRH5VKdnybl\neDSre4DJ0Qj/EXGysiIfpjW1zoB1pP48pqaMLQPYtcmc0e80NVIx1PP3iCaa\na+fd8+oqD9IcwjdkKF5e6npXs4/EQFjSkAYW+yftYAN95NB9hCs4d9iV6rRh\n1r85sm8wrPc9Agx6N5IvOZgtT9wxP3rigN9GpNuPDweyGlR6lBrlZDXBpJGo\nKdRaSYzdYIhvjtF+jJOX+qBlSZUlcbfZ/bJqe2CbU95bJs7H43KOYu3J2kQS\nkqm+N1yoTx6r84yoFODKTZ2jDSM5RUVQJYK1uq49EpcUkG2++SPXiIqky+CT\ndPZ7+rWUu2CeiZwgdcISlFj1udmCV725wDMjeNYVTJVlKznTpXfdMaRzdjn4\nrF6D\r\n=UdAW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c29e037178ee803e30d038756b87ba96e9ebe476","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.35_1591990186803_0.06804743821362624","host":"s3://npm-registry-packages"}},"0.11.0-rc.36":{"name":"fundamental-styles","version":"0.11.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c500c082e0b62cab67a7e84e5ba7eb7dbbfc815e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.36.tgz","fileCount":77,"integrity":"sha512-PmpRmNWcJ+csXsMRzIS5K43uRWo0aCnrBH5Zs1Q0AAMcazjw91fP3DaPk9MZWPhCXHQJHYJQ0Dhh1M+3BgnEXg==","signatures":[{"sig":"MEUCIQCZpFfBjrDaxX7BDK/caUC9Nm7JBMZJSnjcZ59HPNGrawIgPe5QfVuPZW3M8S/Xfa0xovf6WYrB73VuQb4jBrKhQd4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1683223,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe49nNCRA9TVsSAnZWagAAsAAP/iacqqUtgeZflKo566nn\nh77YZq/YTmyczM/rlyvYcDIHozql1VZxdfKvLnyi6qZGhqtQQqClZWkipEjg\noFDs1ihoAPjItO+FL8Swf9h++M/DQqqNeALrpJLYI4K7Q7Ww5WDeDKSN5NiL\nZcR08LnpjJbdCaKDVo3/LnItxxYOdI3tEl260fQ735N9WYUsZzpGN54zTjGj\nyeFf/9V2CUelBOINZKIAjUlK4W6aNnVMfMHcELEc0RgTCGGB5f7cSTIloZMk\n23l6nPybjN8P26dGYOR1bQAoKwvJ2fxGl9sEJJxmXKB8JW/qHw8iCO9Fn+i5\nlUEvhOaLdlReq++Q+BwiLO9SCOgRP2RlYhfyWHSANQVDQx0e3JysYCCkf22x\nTAzIXSbyZdmjXck691h0Wlz9hUzXcsLFNTvRIObovuWyrYRiCPX3Jye/5+7I\nDHvtPj5NGtsolzyG1T6PVQJEXP7alp8zyRJLsxwbH2PiheeUmAINFsY6ZGA/\nTkOPB+MayeGtMaKe+0bcfV7u/b0dca2SIX64kFpz04sbucF+zBdLrgc+zus+\nFc84/E29VjR281E/nAKzJCiyustLB/sqrF3TFMxfi1MtBXG5F3sVvweUadde\ngPka9jsf7NfAYC/A5/swh9ytP8o2dEhbMNcUWx2AVhNmS5kcI8J9JQmfQEUs\n3Hy8\r\n=1BBG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2f31253fdfdd96c1d0e20d0026647f8f3e66f589","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.36_1591990732513_0.4535286407032393","host":"s3://npm-registry-packages"}},"0.11.0-rc.37":{"name":"fundamental-styles","version":"0.11.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b7be3232a60a8ecc66fe6a54421096f73e6c746c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.37.tgz","fileCount":77,"integrity":"sha512-ix9azG7xPCw96V4CBwkRc47JSi/mI4cLdf1LJWb270WWaJSC3VTaopVoBbAWNzucHBaX6gAMXmt22mYgENA4rg==","signatures":[{"sig":"MEUCIQCKGfXizrd9DP9tNcDBquF23B31BoBWOCTfP9Bsx8JciAIgHCCLQKOKSlVq8+p4jz5zlWMJG6f0nW5iCeGrg/77N64=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1683365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4+LJCRA9TVsSAnZWagAAWa0P/2ALpLtrI/5z7/yKTVjJ\nj+wDj0f6ZX0KlckQ0ScAN+9Q/B98n0hLFDoivBJPTVIlkQkJHHAySuSrC9AE\nksFH1W+3psVLzj2GGkKUCDv9ZyhkbQDvjogT8kIH7Qo5YhbEYBVuQdXaDr+M\nYstYJp/uZ8dPh9mEugB5LRvdyH1g1qFsR5mILlMAB27VloHM5Sqn3t/Nq0NV\n3F3wBjyL1n4zsxvPDwAc8qPlTAdp4SvQj6cR4jDPmKiyw7nCxuWGZifYT+5/\n8b6R0+SPJR6D+3KeH3MGCkbmO9zan2JogrfaRi2a0dFcw+1xLQT1XXOyjFrW\nH/fwunasVjHTdtCBloH/014Kdbw4K5f7U4bYg91EfcY4shbCAhnU2tSdM4xv\ncCiZ3/nf1L4XIq1Tk6aZjjU/Wb+FiOUKTKMe4grEfxeap44zBm3wWf3eQcUD\n/a2+2E7ZOdFm/NW2vy/sOQL9ERrmEpLrookHOowz5FUvJuMvputcSyeurHhL\nHVSWV07oZfCIuPUAL4jY4ptSpYmj47MqDcEpwZL/Sz6I5mb3QXlXhA7wqxo8\niPKcaNex+FByR0cHKK5W8U+mf/AQHEqn79XBsPMKBgvj5tOqzUhxHz83ufmO\n8A1jbm8AcecTWmyvTFNMPo3wYMm66qDBrjP67aAoCg+B9WaSHAzip3uNibig\ntw2u\r\n=UACo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"fb14925e65fcb809498ec2d77d26d12fe91d653d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.37_1591993032384_0.1251709150251752","host":"s3://npm-registry-packages"}},"0.11.0-rc.38":{"name":"fundamental-styles","version":"0.11.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e006791cf758538dd673d908da671652aafc6d41","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.38.tgz","fileCount":77,"integrity":"sha512-dDhuxYRbg/uWDdtele/Ni+D/tAXft2FSjNwP5LjVcQuwH8c30sAHuV1xgsopytdXy8Q3RvLWEMi9ZjPExgzXyg==","signatures":[{"sig":"MEUCIFyms0jCkr2q0R2oq2a9VEoXg3avUUb+G651KCkzyiCyAiEAn1ybzR2I3M4ylg8Nbg2Wci/2gDxYBnBUdE1cPSF4/UA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1683507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4+2eCRA9TVsSAnZWagAAKDkQAJ6YFKHggyKdqJ4RiVkT\nlNrseMmn+RCluTFFJB4DQIU44CarzJqQe/wMCkjJimiFQc4ZNq5a8pRd7br7\nVr19fkzjy9yegC7tMJ0A9bQ2vuSLVSnxcctHpc/SdDFn7zxlaf0d2vrGmVAs\nAW/RRF8zTTP13OMhWpkOISItdXPQpaVwZ1TAeSMdYn5zcYK13J3Mt6G1YLFg\ngVMGZuEikmMOFsqj+EJBj4+UlVe1dka4a0p2SVHy23hylyGrprQaNrZXMg09\nWoWExH5ZZmDuXS2dXUFJx3ZLVnj2sRHdBjQRbo00LWzAd7vO32y0jfEspXFD\nJ+HwypqdJRcntiv5x2HSJTMhmlFCqEEKIZ2489/psTu/YK3sT4N8tSKTpNyN\nSpjTSCMWJx+ORm4z8qcvzOJQxylqlGJtRa8+1t1P+qh8INzAt4EWnVAtuph1\naGMWbrd9tw1ChNGYd61s7yg/+nztW7pnIWP3/xaVwExKtZFHvTD0zRy4QWq4\nhOL835R4qGlpTNI9hdwMEK1smSXvkMOOQh2uP6vPLmf5RXKtGC1wIV50aB+Y\naQmUADHZg08JLTaoXXl6DY3O8yBSM/2AxMteKBZx2b1MobYTkIOXhdUuACuJ\nh9UvIBVBILz0CfiqDUd31lfSgFA9Fkm/NiXtARuVuT/6QNfVida5V2fu0UT9\nkwKU\r\n=8BS2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a92c6042d5c8c709fa8a96d5e4f953625a17f170","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.38_1591995805952_0.07221939978641179","host":"s3://npm-registry-packages"}},"0.11.0-rc.39":{"name":"fundamental-styles","version":"0.11.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d9051d1eda23abc291e16e7eddde21dcbbd727a3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.39.tgz","fileCount":77,"integrity":"sha512-kz8Hl6J/x9fgLRPbPemgysnfW7SakJjRo52A920yYP3Fgha0AZpioR7ozFbWIu5FfcFyIjLwuPBvYBvLgO7vOw==","signatures":[{"sig":"MEQCIEMvzm/g38+wAR0Bz7HMgN70itg2oEhymdJOlSnweZZWAiA6+ukuamk+mO4TpWvLzYwqjUws0c/VbeFjG9EcpVWOIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1683649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4/AkCRA9TVsSAnZWagAAqgYQAIkbDZsoUXL6OYAjCOf3\nlB7RTCoqPKmuCkSHvPaHjCc1nTgc1x1+XO8GDdOA7UfYXI0C/mvphXw1IjKK\ncLwhCt254GBZ37ttNx37knAq+8aR7QFTyeKVojwVCgborvuBQSpHwCNUDzXt\n1rN4M61dIbVz157c2yFyhAyMVuskLhnxLgxnpnCMyFSyMhDtb/ppPGbA2kkG\n2JEMHLFsZUf4+P5zdjHEztnOmoo6zaPt/Y5g8+4eFzB9+3tP8w4s8c1RxbZN\nO/csF1j1CwurxIL2Sl9NWoj2/abUOv5bIbWNbSn8PvzGTWVR5stajTTtQEAK\nWLlZ+VHjy9WojmRDAqxWWgkltj4unQD+XhwtO9xve8d6bFPMA3QEuUoImAjV\nApkmCH4vtc0lGE4vygHmDGjtUP4u5UWLa1+7WlH+Mig8cFXCLlvd1UKQgaeQ\nNuEFXkBvr+rCvXlLQCatRLhzQiIHPVSfXzugMvZBURAJPSjuG476YIga3+JH\nQmB7Zdta3IVOmpHI/vVAe9BYOtZBqGC2oUWwPCRGKo0CefhSx3fTuBGWVka+\nDQmFC4/WChNXX6/wYNp4dx99Dp9S79eyfvv3lK8bSewM5iBWGTgdcU+nDiCD\n4Az7mK60zhNWUP696rk3UUkTCyGjmeRiKCxdTVO/nbwjGjT/r7BCamhmP9/W\nptlG\r\n=8yIr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"dbf33880086649e06bc1038e91985ca363a47ecb","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.39_1591996452154_0.3116761388241296","host":"s3://npm-registry-packages"}},"0.11.0-rc.40":{"name":"fundamental-styles","version":"0.11.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"457600abbc584128844b8ca55659a8b84f2d9ee6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.40.tgz","fileCount":77,"integrity":"sha512-KPx6qyAGvb7mj/f/lXBpnnG9tlI9TBm4NJYilZKvfRXaSqLBDB6UjE+LI/iv6KhXb3Ft99KX/l+54Mu8dSYCxA==","signatures":[{"sig":"MEYCIQDP1lVQI5gA9mWys99286AQbFctyeOX2GPwCBF3nHh0IQIhANiU6KyyrrDcJxYnC0wAMD1Z6ngcjSOY6o6u2XKvRVKD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1683791,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4/HYCRA9TVsSAnZWagAASjUQAIDNlz5cUwyGcmBIeu4j\nHHjBLRApUcTDHTcoD+q6R5lQ9f2LnHguKlKmf+7BqdaX5R6CWSK8yz3xwEHu\nRj4ij4N+MROPZqn/YJmTmqeCa0d1FQh1i7UZGrY/aNe4Z97h0Y5KjqoYSV+v\n4+Ci0cuHYlZ/uYXvE7ttkrknDUYRwTTuGhX0DUVV8gUXC0pLm8Fwt6dL0Amm\nqHl456zNm8DogxaXaagb6TDMeMzslHh77kJQFzjEn4PNX+wFK3bNOhKpD0eG\nBtwlgtded064ETZnGdt4MIVbgg5rVu7w2gudadfQASufq+U9GIMR23+Tn729\n0vTN1hoyu65GflU0sVVviZW1J41NUlEEAw7IRCDBNPqtS/bvpaZuBlpYrUOj\nmjYrv4PMtT8pZta3/oicjqtoFeLRTrGVVQneD3JB4s0XsCzjfygbb5dFqOoN\nuwOWYAvDTCsZ/2Sot31+JStXkvYFk4iVLbiGa3Y7TXZDPltCI+TTMnjCuNXc\nU4J6xhxuHbG/dXo1a2VQb0u6a94f3zgVtdS/F5H3LlMGe2S6vmfnUorzd1to\nZBOSCqAQKMTrnhAsgePUMeRW7C2lmBBtCDzXKv/g702+29JDJA/rATqZjj+E\nBPMqGCN6t6Svq7ec5LCsZ2oAp806zFrrBYC7IkZtfgpebyd9MZ0/QWeaA6p6\n7S24\r\n=1emm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5542062c0701dfcc3dcaa2904b5f57e9a5dba41d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.40_1591996888017_0.26298386294590226","host":"s3://npm-registry-packages"}},"0.11.0-rc.41":{"name":"fundamental-styles","version":"0.11.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9fae30f2cfaca46cf65cd243564239cffb644f6c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.41.tgz","fileCount":77,"integrity":"sha512-GBIuSWqxRp8C7G0F3TREytEiIfghErTDUWCpzLqGqnShMXo8izc2K4q9z9z2bbLrmdQq3lA6sZ1pWyMjgdHUDg==","signatures":[{"sig":"MEUCIFrJkSSaT/DvNRsawg2EbqebmQOwNYIP7yhSEsKvoDV0AiEA2MmesVbnmryi9JSRG/cSzSLdxQrQ7ftYrVgDOrnpedY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1683933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4/PJCRA9TVsSAnZWagAA+5sQAJ2gLbH88Y+Umw6u2Oei\nneX7ibwHzGrDxSMg91GZnr/yjS7uKxicLG5WgLCqp4JEGiRvemTi68Qc1cwa\nm5r6uuTsrYvhDGwhEoYJ2wDtA5m+S2abcu2LvzTgW7kd1JBa6w+qFfxOrJV7\nwFQF2PQNata4+tlFjA/SIxC2lncBMdTD68B4R6wf3h3JpZ7enHLYMbxe6S/3\nwivLDTJdl8g/iPO3bgw9dkajktulcRsj0GAYzRwiv/J/utADRhMNMDByol2W\n4FhxC9HnrQZeYpaGzX8oGCKPgKuITCrf1BNa4KOjBsr3cvwVaitoBV3090/x\n8E6GnWP4vGSFaI2j/51J4neksfoVDK7kdaIwyXhmgnS8QOiYQ5SGeQjj2fTX\nc+49OnGojpnvhXwhFHbwuUEuPrXyYjhnvatzGLq1OiliTawQN4SDqix+1knr\nbQjtexmBOmAu0/4w8Lw7QVtlByLj5mPNxcsRtjCC2dFBwBKAqCD2Ox0x3DRr\nacwaWC7hj90QTCSx+qrO3PE3QKykOQ8i/VqzDEYyTT3uSvCXXlYGwWbIH9is\nwNi1PuQ94ixSSB0Im7JneoLF4ZIVmdNuTcPH1icdFCZqFlVMHgPJciaq9/ZX\nZcdcBLuIrT7JvhR3D16zaX1QOmqDwB3lwbZcUnyfECg1Nmkbtwz5qKXW+oII\n0WbO\r\n=uT4t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2e027723132cf366f7603081ce74359b3004d308","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.41_1591997385180_0.06445590430552484","host":"s3://npm-registry-packages"}},"0.11.0-rc.42":{"name":"fundamental-styles","version":"0.11.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"88a45c58b49bba3223365b973d6772e4131f64b2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.42.tgz","fileCount":77,"integrity":"sha512-qEgATfjiCa5E6hSobQHIYtwPvxTO7ldd/rtHTrUQq8MznpV4nPUPCMaPXWCWRl+b8ef9avxLqNL+M+DUJAVyEw==","signatures":[{"sig":"MEUCIQC8IXl4/W4qquknWyGOt/NqvwdtDlTJd/KYme4iemV4KgIgVso1W0/yvRJGH0u9JAUmpU+GFB7Lxwk246CGgkefgz0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1684075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4/WACRA9TVsSAnZWagAAwbQP/2tEPSJ32o71mhM9L/VF\nO/OkKvMUkcnJxWcjSEU+c3O4b0LDZL4MVZMbwKyN75+Tno76qijy7JXHJ2pv\nR78GabvZ25A0KE2PyphPlWIQBiLqtqOXcxk9/RvZZZLVXZRSzGeUvPAhDhfA\noqGHchcDfDWgguhLNh9xNQthQFh3NYZ0X3aSrFTeQlUS8rySr72r67VtqVWx\nNX6JSIB9hmobENdK375qlqt09wMYAxkj+fh5g9sfU9uYd6vfLPTzf0zZsxem\n0BixaPnK9Il2mGQHENVSxPynx+YOrSsSDVX3CCiJXp5fko3kk9dbzfTFjfeb\nOZqe4Kk8T3HwoDMS2RYxvSoDJUWVPVAnNB8GQSPd7rd0xFKXU26eYRqSbDxi\nTm4Zem/yoI7MbTJm/tYjIG4ac4l9DKufPrx54uAi1NfYCIaN/HIx/D6wCPkN\nsCpzc4BrPkek0A3cNg4U4eWKJGnGYF+x2tk7dl1G/v+HwPF1dnsCxB1d2LeR\nM6VxMPvslQk13HshgriHf427sO7edcdv5Wp4iPzyCXTkFFPEXAN31hDraqfj\n1FS64shqUCsw/RMvQcmnZ0d6wSIwlW1LLB75g2e7/Z6RLMwE2IdI6IFUXfD3\nRWGBHZvaTeSTmPSTMZxsQDBH7Rhqpvn1I2OsQVaeOiKF7ZYC/8d4CGuoao9V\nrGHh\r\n=M0J1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"21cc0f6dd20226177291b6e59c698bef278aa94c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.42_1591997824151_0.07777674369941812","host":"s3://npm-registry-packages"}},"0.11.0-rc.43":{"name":"fundamental-styles","version":"0.11.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"121f858d2a49df6642d728aedb8caef095de4925","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.43.tgz","fileCount":77,"integrity":"sha512-0tyMeRKXTNzmV+4jysGgsnsrshCKTgTBszvv4MxiO0cffJmHNXzfP4nXL1rkE8OUaDKP85bMJ21/7aX8r5f3Tw==","signatures":[{"sig":"MEUCIQCR6DqPYZbGIdaxo2zhOriAHvVNJZVRv+yLIOwvDnnPNwIgFosdlvSUcUoOIcquAiholFSZ1yLDZ1WQIgjwu2X/2+A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1684217,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4/eiCRA9TVsSAnZWagAAu00QAKI9/9U6fcp2vsl42VNq\nDj5icDsVqGmpC4bzcjlC7PXfiBAkZYwmi4xi/57V356tBqY9Cpupg6R3KugM\ngpPk+BvTRmlJS6Gpa3UeKHviKxeJ0UnF4BGUJBF/QUGN1lQYoujYJHmN2Zm+\nFU2QWzpzK5qcfx70jbGVJQYNNFirDdqaP2G++TEF2S2JjLOdeCQ0LgGQdSJS\n9URVN1mtOpCarfLvwhdXTHGfxzhyRiAIE+Y3WeQmwPxpf3fVL5VbImLelCmd\niI07ST1QiIJ8NRShbFoIwC6BidQKRLnOnJZMgFnZzAPEcaf7c+tl3DrrkdUN\nSOlHIZZlq2gPimzFOPOalh5x9JL/PH6fLXwyCOfYn5PpnWyGA2jCfSY0R/XY\nIUkoFztTUgEYqAiHcfQro2fm1gxidRQVTsVYt8BBSXm5ghQM1feIo33GIN2u\ncnHsm2Pv6SFVe3PlrgsWleUxDM9IXyi6MCCEDG1y35T3HSs6PEHJ34XTlY3m\n8Zj4vtgNOJmDDrglEtI8YTUDLIMVpHbq0GJcrePS5NpD7M0ZpLmSjN5n1n3r\ni34lxr7qi8m7F28JywQ6iulVFSInvAqe8LJafEYTat0MWZLkKxbMgtqilyg2\niMSi0+cbd4Chiz/IrUoZQWDbWHA9lzySjXw2eEJ/VE0eW71K73X7j5FZvtGW\nAbLG\r\n=QMiF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"75228606d3117aebf093f0cd6c01ee3febc59121","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.43_1591998369580_0.10044436948930024","host":"s3://npm-registry-packages"}},"0.11.0-rc.44":{"name":"fundamental-styles","version":"0.11.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a5d8d8a74b95e7ad7a668d40940d5004362bd37d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.44.tgz","fileCount":77,"integrity":"sha512-Jfb8F6BghCQyjKvFKWZhWjnxEbEUCKpNwj2tiakslS8d/8CIhaHaNNsWv8lVSdu14d+I27dmUOoDINafpOS1Wg==","signatures":[{"sig":"MEQCIDTQmVRTszP3dxCgbCzlen8iMiNrUjpXFrNVrWz/7ZM1AiBGTyub2KBYrzze1IPfTUkDS3CDqd2dzF9DyzsJWIV+Xg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1684359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4/k5CRA9TVsSAnZWagAAl0AP/3etiQOG0KcK/Ne9HwbS\nVqXpkrLcybpYgz04QTYaNBW9ljojagq+jk1c/Md36OBb8dhNnAIoVnlxUbc+\n01b1yXjes+xPE6gKNkahSNhir20ekbK2TIHl7o6vjPOWjbko1tCemnwNyA6P\nFO3NVGaPWL59+LB2stSwHoXuShBZ4TkzKcQD8bkrwqpIudDgouFVTXMQ7/gi\nBMqtaXegRQRMGPHO4suM3vyeCjLSkuPHP0lzHJiMmcM5eRIM6OQLEOf7doYc\npe7jlrOG5n3TPgmyjzsR69qt6bjL1WFAFqo2h3HFMq/4g9PiA66YUq5GVKl0\nDQXM/ORVDrf9abjILDfX+H8dZX4sUeU4fUVX9QYqISAX3Jt3pTTV8DxfuQK4\nIdmyg5y0yBFN2zzU5YZnqCQd6VSHOWrSvgVklM3pSLlp3ksId2pKdH4gYwxg\nIxPcCRVIATcNzb6F4V1QGw9YBhS1rGhCYwfP5v/SFIr19+yJ7SAwEKMpbyl/\nGPhXraa24m4ijkShrlstVre5YCQEAp1hH/yGaARaT5ruXU+x0tgv/5+ouBPg\n4eyGYkNsXMSco0/xD/w+fY1DkMe9ewz04DbniwXBvNOma2dxgMkfIwgdFSi7\nRyyqsaFdUrnFlPgyfEUyY0VwfiC9V7VekYemb13jk7OP0ejsRlTB1jZJveo/\no/ML\r\n=8bPd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f7fd79561f4b4d5ebb385c4bb952821ddc6f6a7c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.44_1591998776747_0.3044284327152498","host":"s3://npm-registry-packages"}},"0.11.0-rc.45":{"name":"fundamental-styles","version":"0.11.0-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"07c9bc745d69abe2b2aa5886801799b342c03b75","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.45.tgz","fileCount":77,"integrity":"sha512-FZJnvZEJiAit20o9HuflQYscDbn6Sjq/GtE3vebykiNU+gm/5XO5mRQIwjNhZLCErR/hyLCl+cN52VTF2h9Exg==","signatures":[{"sig":"MEUCIEzw1u7jIYwsKmiGyYoKkGv9XTSopDKHMWwNAU+RLxTvAiEAldhtkRAm8tclEKf1HSt/Zfnq7P5Sigz92qYXPIBRPxs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1684501,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe5AHSCRA9TVsSAnZWagAAeGAQAJ//l09oi54J7oLkKwCx\naoSP7K7G0IzT/HhsuUjf3fJFhlXcZWiMGlPZDpGU11hynFJ1ZDfBP4oyhbHa\nCRymvpRWjbzk7bQamFu1tddi+06opTBVahn+RsMLv7tOJR0cSH9Qie6AJzPt\nGW1zYNnllQDQAPQwuZ2p4AMy4oPk2N8qJahlKoCUWwZly8Gk9PmdIiCr5BEf\n1yoqRBHP4wlxAimYCOSQZ6oKrN/ZJP68ZmaR1fur01RKgr5aSD2NBJxN+JoQ\n8VTgBeHObfHFsRxgAYqhw/hsT8WAE8XUPLwEMGBq18d11L4KH4cIQUyvtdOQ\nblqYyFUo9fSBjb1q0QJ3bX2i1PYSyoq/Pm5fuhxea1YA1Anfl65TrCSg2061\nj74tmFOCfNtEsU7VxCq6xBMxbTL21rEDI/0LLJXZdCfuH+hEwS9W0eYAnxMJ\nj6m9jro8+VIgTKzpe/onZN9dFSCSbu0Zq7uyd2axlQE7Tx+JXTC7GR1tkRi/\n5ZEUDIBybJtfid99SBbnl/pBf6SzDxL2BBGEANFKidNxpI2Ykf7xzKosua6D\nMZKCWKCSiycqcFcqYMwGpumMHaPQoG94afmLhKNeYRv1gS6fA+0QnjIhmkAl\nxo7BCx02nZfE2e2MxHw6o/VWDgRdwEpBE9pO01XUViKFkmCRcVuyPRy9JHLR\ncnNf\r\n=5fuQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"dfed0b5e25b933b485e0f40a6326c9067114ed27","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.45_1592000977685_0.07138505881545787","host":"s3://npm-registry-packages"}},"0.11.0-rc.46":{"name":"fundamental-styles","version":"0.11.0-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e721187d186025c3f5df2a2bb40ad14b8ae423f8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.46.tgz","fileCount":77,"integrity":"sha512-y+6tgjt6rIh5iYbZLgYwebDPihrNnRJcenMs8+XDCc1Xq7buzZFE8lqV9ng+SQMqwLZschEAW448FHrrpqN+lg==","signatures":[{"sig":"MEYCIQCVxbhlJicosyFZ5Fw+wmwMN5bJ26Z7kEScKcZDztj8FwIhANtMf860Tti2XMANsH/YOncByQrayTHZSQYVoSXcj1cA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1684643,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe55GYCRA9TVsSAnZWagAAreAQAIZhQimwddNtFOY1W9F1\n51nB280NoUvZDqpQIY+jN9bgyh9DCa0+vhdM6EkqsQ+EvGPSEb8R3w4zoSyP\nNE20mrMw1nxRmnc1kjsJjCwrfuyPTjlyFJ6ZFq+O2bnWoWq05R2ovmEO9JLq\nfPbo3WGSbkHT4IcKmYq4xBaLyi57RaNhMV9JaQKcPzibz0BfcLfQOlNXiBUQ\nI2TXHjujvewyfS/+pDFIZ/gwALkaSd7DPtWcnpAY2uSjkBlciz6/Z2lCqAcb\ntPpN0/KODqQJEwhXAO+wkMzl0vB+4iskjbtxKM5J7TbJ5zspBBvncdaTjpkF\nm9IbmUgQcFjpZAglB2qDz1yeqz/jrOwyUx42yECGLpNUKz1/lRJnDi75eW2I\nOZ3o1XahLXrAT3wI+RZEGJw9xmsrKzy0Da4SdF6aPyKe1M2vryF5dEjWED9h\nUjN4pyu4gQDMWZY1dOdUSRHKV+iqcggt1g6bcLp+gKwLuzqbrb3XqJ5G9r92\nZS9kD4zyW7nBYTpd7JFIoj7g0E8TAAyl9LtzCd53Hg6W5DVarpVv8jtLp+SK\nratVuLt9/PeyKLh3tO9nriRcjgdDeXDXGLlVp2kiFZjjVrXjSuAgtdj5DaEN\nEEl4zaRgeOUaOJC2jgqtvg4J9njqtsk8QgcJsfkbEalkAeZ1y2wbrtaZE+Lm\np9n0\r\n=6rDS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4cce9a76c4f9cd40b6d2c7c7ed8a26d1f7cc3d4f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.46_1592234391427_0.32866539711981946","host":"s3://npm-registry-packages"}},"0.11.0-rc.47":{"name":"fundamental-styles","version":"0.11.0-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e840e8a2210cdf50dffb7b05308f432bf9ba6df8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.47.tgz","fileCount":77,"integrity":"sha512-uyCpLzcqajAz5YWkiSvotf1TcgIzmhZ8NvxAloDn+MlGx5lzLZaZg+KBkKbOkXx7PNzPyt7jOOsmws7DOuLa2g==","signatures":[{"sig":"MEYCIQDPFNeYYlTLKdM6MMV1yuPSQHxqjMS0WEY7XK5dQyk+2AIhANIZX0JDAahZE1Xz4UfFEn2isjNPM0/6wDcucjhj+8X/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1684559,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe58ZfCRA9TVsSAnZWagAA7OIQAKPIZAjhZFQ+iLL7qvuo\nPX1O+byO2/RFpPu2/o3ejnvVIwwiHBHbjNRCLa1Uh+x4UtJmJanD3G/z0uGZ\nvML0Wo7abTtAfIsTw+H2/LSiEqd/hCXlekYu7TuHG+eZXTKcPw4x1F7Xx7Kt\n3Ijg+LxYCY5bfPXA6jUOsD7k9n+SY7pcV4XObe2GW7bD9Hmyo6xxZPvibl+3\nlgBxAQPrOWGceAYYyaPUF3XVXpi4ZevXsrkO04apBzR0zKO5IOnCm/POCBCm\nRuc7v8d9LUqb9YlB9Wzt1Xi1dxzGryzbx5LFKAdF4Ptqeqgn5JTkqG+cIE6W\nXCsTiQ9DkbwaRZFVw1caSGUanplD9skP152Q6H2cG4fiKO4aceO8jI8t1RRA\n5KRn2nvsp0KJ8vDBM6LXS+BS+TyXENGH5NTbXZZit/3zAD7JM2EsHsKREUpP\nh4xQ5rhGjctrdJWa8GDQkMUtHAp/9g89CnNSN+v/HLZGhRBXkyj9uo2aGE53\nb4rJkf5Stja7ThS+Rm296VI0DjkV2TRaWiq0/35pkH9NbWRPq3m7CRn12Iua\nFBNnDcXPV2Clclmo0RIVCx6vwuxvNio4DNnLvUqPgUx8B9Cb0SYIF54txsGf\nEph2mUIOVHep0mcO9OBSsIa+Z120kP5hbi1FMie0sJvs/SC4vuiQBdPi1Ez6\nMRsR\r\n=5Who\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d4d9fdd4a60183e6cd5525b97927dd57aa8ab772","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.47_1592247902449_0.48567429247130267","host":"s3://npm-registry-packages"}},"0.11.0-rc.48":{"name":"fundamental-styles","version":"0.11.0-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b8bd1e99f5f291513a273470f6d7878b03ef546a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.48.tgz","fileCount":77,"integrity":"sha512-LdzcszuTQdL16Yea4srtPf13AaCS/aXp/zvcoVUv+sc/0iD/J1jtPX9acmXLNdNJoKBL8IaoO/ZwGa+YOcQzmg==","signatures":[{"sig":"MEUCIQDpjZ76GpklzVt8G90hNRVqopLVJu1/DLCaccJn7Odp9AIgNGKj5lXZPm57s6O215XSHOTkfHjqoVbLj4m4NnZQ7bk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1684985,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe59+3CRA9TVsSAnZWagAAMgIP/iv4vuBuxP6hKMFgE6I9\nhfJNNhIDDHD+azknBESIrMa1VRlka49IBJxqgq73CyFCt2vSxE+tzOZ1Y2ru\nJKrlRA+9D2myX4dKKQck3oW86d5QYLLQy3X9U/pISkjWuTNkQ0jdP9lU0awZ\nuCWAkkinGGWkS8Qcex/qd/b5Udc8inoCM0linY8MV0gkPZgIvftz5Bq7ruek\nhu/uLbfhbtY54GC5QyGxruXWCNfwn1yrKR59gg1fvkIy0P4Er3cHNNWP9Z+j\nZ+Ryq+mag6+8v7U9ACI5jye3s/VsMHtMEW8Ncn1Gmf8fiIf3SGIeTJfnB/9l\nQFIYb53TJnG3jAaOIp3eUyFphVmtPZ03v7Jpo3iTa32fxEpRhlumldi1sCc8\nFWFKkSYDC9uNV+fhSRbRBKuloW2mQhZQqVceo1wfYCPqrYT78gWF4KyvopVn\nuv+EVMZq7m07u/KB7eJpE2QagXdYFH3fKyywTK1FzXbyiByMx5W/LVBl6qCs\nttBw05o4RKgp00rezvJi+MltbWY0y039kUqOsbyWunlWIaD8Q4a4u4+dW07F\nmCqgrEdpkfrLdy9z+q54EUHmQj9HW44zzdfNSxFmvbi9qK+UZjJpEBzwGngT\nfpmsfRCBB5zDnAGD9zaGcY+cqcpFOll/VIZU1+u2EGe7wzlww5gkJA3adTmz\neMIm\r\n=D61p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3670eef3bf439737d14905c2cf2fbf3cd617aff2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.48_1592254390995_0.37741701692441487","host":"s3://npm-registry-packages"}},"0.11.0-rc.49":{"name":"fundamental-styles","version":"0.11.0-rc.49","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.49","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4b0d22d3607178779f226530e00dafd32cedbd3f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.49.tgz","fileCount":77,"integrity":"sha512-lE03qw7CdC35Vi3Gh0KBXpqAzqNjTVBH1/yqAj1Uq4TsudqNzu1ah//CYLchU03VYuTxJop203474SdV3cYs2A==","signatures":[{"sig":"MEUCIQDQrJdiOlSY+ZYsxsVF0yghVBf/cE/LTRF7LnFo15AGygIgCxgWK8MJzXIkywX1PJ3AnjZfydemfhp29IUtLFsuhO4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1686860,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe5+blCRA9TVsSAnZWagAAElkP/0vEJEmaBTYb8X7L7q+U\ncj9/lvfJbE4LXi/6VXmWMeGq6QnGYb7llxM8Po+Zj8755hUIS+zEAL/CU5Lh\nJc8YjGPkime6XjXtOWZ5ERKpKPamsYA4zsN8oT7KptN/vPeD73Lo2t4No0QJ\nSVnGKq9pfQL5rvfUiwJgG9Em6oWDZSkw69cj/JbtRw9AXHt65mPeE+Z9fxMq\npzoTRoUD5ofncVVz9gFjMvSe48gkW2obWKYmDpNajG6WBargqkjlQasw94HP\nyG3PmrMpk/55OwoFP9fUInt/KFgMcmnfn2b00wLtW2VbmJddaHr2/Hp7/SJK\nzWCBtjdf0mF1tvp/Tuf1zNPuuuYr81NAPNoEeihSEa4hVyKxF7J2r2wIhyxE\n4v94Fkop7VuV1eDhqxzRso4GX6czNfyVbGUtwVHDnLMgyk4gdM+2OWnB/ost\n24FXPtdK4ICTdg5qiT6FcMBpNnEa5V/4JBvcXtZz9pdqBQDDx7u6Ej//mylU\nJnG++bxgYikG3PbY6kYEn8vj14MAJpXrLKC0Lf11VTmcpv/IPLHgaT20aTC9\noJek4Js9geosMQVoEGkkZiT/xRvDyBbxjF4mqoTUYRPKE015TVv8uZXQrcFK\noMRNsSq/TlwnLaUabC5bZxd8yqupMZZ5cGAgFPGd2G5RkkgxlASHqzLb4+qB\nrhNV\r\n=FkBg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d20df414cc1dc9fe2887a50b72cb05df2c68de7d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.49_1592256228544_0.0846236900633961","host":"s3://npm-registry-packages"}},"0.11.0-rc.50":{"name":"fundamental-styles","version":"0.11.0-rc.50","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.50","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4b9887a3830b762729149d2216374125e9c8fd66","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.50.tgz","fileCount":77,"integrity":"sha512-FXpR9nyX5EluTCP+eSPUXR179Hb+TD+ISspJQIdNadyxTaIhMcq1FKYFeDHMP8kccZCmBCO680zlk6NuFAATUQ==","signatures":[{"sig":"MEUCIQDngdiHbCmUpys6lW8jf1ZkdHXTbrx/D6rhQJJiIIvRdwIgRKtQEjy8a3hyMKE8SB5Lvw/yfSaL/L6dc3LzBxuKQxw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1687002,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6H8lCRA9TVsSAnZWagAA9xAP/14QaZVux8U4bwjOyqU+\nJPyPpWIhNCT7KYM17mF1VrwKqR4hJQzjbiloxHjB51w0lTd1b5V6nPUZCSmI\nySvnHGqxTySd+IqZkSyliRCdMHVw5yc2ZULmYgSqD/+uTL0txahJVQ6MZMaO\ns+dve0XcVOzqM/jbaJDCL6oC+bQOtkbddNEdE5LDBxc9pObCEnzchjvIY63E\nqU6UthB67OL9Gl3+XNhUHJyx7VrC0RfPNn3csX/YtXbmOZV1ami+5EoYbbo4\na+Uqz2SdPbt7+cH0nZvxK5Nvuh/Jo7EbWdhUK+/kU2/N/DobtRtdnv+mZYDF\nUcZ0d9fy1VcK8cQRDa4zzi50R7Vt4ilUCb4x6r4hX3eCYNbRoPkfzpeJItf5\nQPVqoTqQod1TrBreqPvK0c6Cv++R3mrOJqCXJxhYLLcFYM1FlaTjfyfh0y3o\nk9t6FcQNKPxz96yXZoYkYDLJND7B4uT9NYDNTtlmuQmBLM1/FIpWUN7DCA41\nsFEOOzKmzrgaPeq9oSg4Q+vBBpdCzKmotyiNaQVBSiGf9CissK7hY0UudiMv\nrmvauKovT227Q31qQUr+CCskA3rdkM0hYZM2V5JZgZqnUarwPDP+DjuwGY4r\nEszt5PnlrrQEdaOqfND37uyzoKDAb4c0LzeP+liyTIN+zh3ng/ZEJ5jFVw7C\n5g/U\r\n=4jLo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"01a16d96d743122c355bcd586b54461ad039577e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.50_1592295205280_0.3545027762327835","host":"s3://npm-registry-packages"}},"0.11.0-rc.51":{"name":"fundamental-styles","version":"0.11.0-rc.51","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.51","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a6b5d5879727f0cb938001fb737e6c64ea28f45e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.51.tgz","fileCount":77,"integrity":"sha512-ct4fPqlcq9cnpD54P6ERDI71k6tjqVXMmcZ7YfKEmDK64ne6lYJ5ZrHBlWkRqt3eQ7JSM4UgGg8p1M2zKGNZ5A==","signatures":[{"sig":"MEYCIQDbDWectPKKmjp+y/oXbygy/SMdnm4e3XgaBTNVwrGb4gIhAMki6qHrlin2GAKiv0VUV6Lw9HoA9jKFfa+DSz6/NcZD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1687144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6R3vCRA9TVsSAnZWagAAqHYP/jC0Qw5ZqO3JCr4bc6zV\nUlSk8pjoYI6vfGr8yeUMKMLIl0roqToXWoGcFN9C6GWQiGX3tKdVSW4ea71L\nvzynny2s9ApCuOxvt4R1AEHd4t9UGHb2/WLyJyYsfzG7jOzy/dA63xdrvirj\nUyKVo9NgP+ZufIxrlxcO04aoA9VqAL3E/hVxHope0vbj6M7EDsJGMDXiwnnS\nms4+9ZxThaagQev6lCNuybHc+dSIKmfnQ3U9fYysz4tChLP5zucgX2nRLEbQ\nC31gHHAn03eNLgfy1tYoUvsuOUdgNrl46X3NYXRB74P6y11UmwhtOcAxfIz5\nPICMu04o1Z6fXGgklH4uGBe7QZGHepwo6TfDb2WWn30VMFEtbuCtfxfMOt0m\ndbPpghskA2M1zYXpVbZoByYwhpPSfLiH3MV4YxE18nvC2PVwelQTPWKeXd77\nvdUKCBMOwycs38oHOgxJ7Te1oTGWc63tL0+ETi+LBbY+2iLsxkIv3q7hWU6K\nQRt3WBXOZCDrBOXuSlYL1yr/jcV7BIctt3iMCIynb/tpj+le7j2epzp2CwSC\n4ahOh8pr3zOueNcK9s6HHh9MGCzxb+BbahK0bYn4bNM52kNfi/C/c8M04LZE\nKkYGBA7+2Qukill6I39Vti2T4fEk6QhduDrzK452E3qSxbCwIY9Y/wlGXY7C\n6TKD\r\n=gNlk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c360e8f77c55b6647021385380e6e00d97052a27","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.19","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.51_1592335854862_0.07607292785025854","host":"s3://npm-registry-packages"}},"0.11.0-rc.52":{"name":"fundamental-styles","version":"0.11.0-rc.52","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.52","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"72731fe352ae40f543242f127335dd2782f890b3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.52.tgz","fileCount":77,"integrity":"sha512-ia2M/EKZlK/PWmF7I9WY0iMt1fWpq81XPHrLEZrN1E44eFraU4o02NGYEAq66uQxEiCPlwH5TIUpNcOAo26zog==","signatures":[{"sig":"MEQCIDh6U4K4Sc3gsJaIkC8xTaCGz7Hj6Xaar88BFhyA4ptNAiB8JeeDggd0qmsP5S2yY1z4EYAEDfeytevR8BL5/M8lTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1687286,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6Ts8CRA9TVsSAnZWagAAavUP/0vLP0FWy4+PDW9h7PTX\n7HWh/l5uhO12rfGDjofNZvFNBoWp8ooQbqXBGWUfnNS6BcPVVJlTol3re592\n22OQTVTS5mBweKF2C0lWmXU536ZJRINBfv3ZAwawn3zCPSM/aFUMI4D6QHc4\nV7LaYgYlvgJ02BThQsf0wIYsNIOYqRfRVHucVXqkzh8Tu6U9gseapL6P8yNG\nX6QI+CVFPvjB6p4yIi4Sb4RhSJZ83OkbcXps23LKxyIOJwt8P4+PTH5uUks0\n3dQdoXf47Yv/NGVMcc/oU/w09j+p03TR9uUvp8Dj4CbmTlXTgFdJmUFlR03i\n7LtJ80xODNJxmwkk3cUiY/rQl+nlADD5hL/UWQYaRFHvjCMRo7mbTxMLwt0w\nTqOKLA8NQRVj6LW/dxy5gCY4s+NC5ANw6avHzeI3T1v52WoB8qDhDFs+2G8X\nFAMJ2htRWh9Aj7hDlZEn4Z5sVW/PkpZDKmC0Cnm9SDpfl8pY9Nz64+/cv8gf\nln/tX86Or3ORC7DKR+O2Tkd9m+wQEmhvEQTjLmkprG3bJN++0fIU7qTghOC4\n+K/1CzTtikzi9HHLhbG6rRum6UEtmlMvP1f4d8fYzehSjhfVVkSnhEzp1/Nh\nhvr7LrwnHlJj5FQfijaq0NY/67Hmr0WRM1KggZ4lyWBaRgtBZQYxIRqpmvQk\nBTPE\r\n=JZB2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9b651c1e00db19ad7a3ca320ddc99deb51fbfcfd","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.52_1592343355905_0.045786030033095004","host":"s3://npm-registry-packages"}},"0.11.0-rc.53":{"name":"fundamental-styles","version":"0.11.0-rc.53","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.53","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"538ce28f27304c9e9e6d407bfca4187e0c0aec18","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.53.tgz","fileCount":77,"integrity":"sha512-D5TXUEUwnypWXREZwu9l2rQkhaXEvdtmqe3WQ8bB8Il3DbGqbdXRlft0fifN7uEGBSwTPHAhbLLENeNy9ztsLg==","signatures":[{"sig":"MEQCIHNjb6GRknIUl87Pm0hykDoFIIWgHSYsqQfnPQX9B34oAiBtnnBcRoa65CkwhlwXFF+ES7h9SiSAEU/gr1dpPx+nxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1687428,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6nv2CRA9TVsSAnZWagAAejAP/1eGYlM7sR/cE/Iybin6\npdtRR0ax5hnPWapyy+KnKz6HnktgH4f2jAeeVyUSuJo4wusSfCyhXIuGdnih\nDqxfI9sFJeooB2toAGKNTbbAsCMetvVzjx0lx5pEFFTknkrOJrurrTuTj18P\nSImG0IgPy+QVKLiUMUwV8KQ0bEaTPctt3Q0cTuvWzK2j81QvANfKu4qwbcti\nGOqUYBCrrr3OWGiB3cA6Paeq6qxCI8INhABjpj/Jru4WdLLPlEF/IptJ0crv\nqLYfoPDzD6YGob7VQrq1AOoyKpcz8wcHZzp8RkT1ucKdjoO/jX2gfYlGyNRv\n0RLXf0satDgUj6Mzm2vePvjPH+N3jD8FmS1CcX3gKH+JPTQAwUM0vIP1gtCU\n2mw1x/UISFbyQm/wR5J9blMHA/kl9lpmLXl3leKp2ci+BcuISkTJ6veTNey0\nUIn6aYA7ytzS1TvKVF+dDL76L0vY2zXcosJbNmt5o5ip/gn8k1Pw3t2Zd2oX\n/TZ9jGcl6qSN+GT3FnmC75A70jZ3lgJXPWFXI8GdVmH13rAhT5xQWiPFBkTX\nHYx0cS8tDPLIDanV+nR6+WQPmjTBdqKf57T8O7eNJWEsbYVP1KqAcSjRl2Fc\nHAJRSx59feyDM8JlXBFso6tkrP3GiLwGZLCWHabFpcsc2Cw2/tFQ/c5mTJEL\nVSML\r\n=rPRC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1c11c8c8a1708640ae39c3897725fa80ca516183","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.53_1592425461514_0.6028673934607409","host":"s3://npm-registry-packages"}},"0.11.0-rc.54":{"name":"fundamental-styles","version":"0.11.0-rc.54","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.54","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c8afdc65b0ce07c570b1800915b39c4cc751500b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.54.tgz","fileCount":77,"integrity":"sha512-/V0BpznqwSKs+95lK/FtbXwqiWfzLT8qMNhMoibREa1+W+AEirtc8f7koSIfJQVYspAHgiLBjdibDcnbKKWN9w==","signatures":[{"sig":"MEYCIQDl7EMJIruk6p4bpH8dS+S3CuUCRwtQJamEarnWapx0YQIhAOGVpbNXME3gUWkdfZMgFtv49eySxyobpOoNIKy1NwYs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1690676,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe65J8CRA9TVsSAnZWagAAYaYP/j0vQk7LrmdKWumSOazJ\nhMQpH03cnYjUi65WU2H/oGLcUJzR1rUrwdvYfuuFSJ5X6bXKirg5s33d2ohA\naLw/+vDfge4Nqr2dDoL46NfzF4Ge3VzCUfgnSFBmcgdE9Fy84J/IOGWewVRd\nxlECZBRRw6ALM16DgJtj4TsUhXDe7JRdO/L8ePrFIBCvxHeLg11mg3IVY3TB\nbivW9jWBZskVAruEhfisvu2FrDfC6RiKzyDdvGzY1v01Ootk8u1hCAGulhc7\nmYtzv8xigWu4Q+lslVu5ysXTIiELaKaO3AAtuYWZ+gsthQPMNLHeOZxQ7UUh\n4zCp6Z2nzASc0s/tqKg7VSjG2MPtq0UhoRi1T9nqLnLvRq0xnFM/QALWUIeY\nchC0NcH2ugId4zu5S2MhUy53VNg2VSlzAz5sEyT3g3RVz2vX+3wAcwwgopRy\nyOhCz8isI3tx2MdrWDu30FARQ/MXPEgzNCptwNwRgVyb3wNcyMs6T1cjTzNx\naurSxrgcO0bsCxoSwYchY3hgbTehQdzWkxlWiwwXkl7ybjRiT2eWTZ20JBip\n+oA1XALMos+dWZrar/F8CfApC15u9/KbETIP8NwyCauWHF5Lxfs2R/E/GooA\nxQLr4sFYZEmI0gJvGXsRjgozNYprJWBshXHUInrXn9f/bEJnmJ0wuZLucQM7\nx08f\r\n=8AD1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"02d2380787529fdf9a6b8c5aacf2bf571298a07c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.54_1592496763520_0.7959780002276267","host":"s3://npm-registry-packages"}},"0.11.0-rc.55":{"name":"fundamental-styles","version":"0.11.0-rc.55","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.55","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"28ef0ce8ef48e540df87d4060f43513afe39f7b1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.55.tgz","fileCount":77,"integrity":"sha512-5nmr2vTBtzZ8WAuxd+5o7+Y2pCT67LFOMQgqzJCpAvHpzTI3RQ4JAk3Fv0oZYLgpoOwmIZ0aqQF5vpuWbNREEQ==","signatures":[{"sig":"MEUCIQDcu9AQwPD1NbDlbxVvcvkKo9ZAIxNn+9pS352XYccLcwIgSA8uSDCCCc7AFcRb3tv3j6MbD00xswNZKAdISHhdkG8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1690818,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8IxcCRA9TVsSAnZWagAASc0P/1je9fiA0zS78FaCmLgn\nhnAo7iENSnWGT6gqwbWKfAX4qZ59Z0nc6z5W39fXFmzPmapegEDUpua7YWO2\ndY0UuCzHV/t2K3VrMhlX7qA/ZkRc1cBMCppi3oW8tIQ4eVtTldJ6djq6KU/A\nSsZqDF9P+2/8mn28IO7prX1vOHxjneHSHktSE+YerEIrdE9CpHNoUCgKtMGm\njVRtbmehva2vyXE9l1JswlIUCfTU4d+68t7mILqDVeUaOrHz0JGWPyIb6XpJ\n6b22lPsTZthuKS9iYwcumaIAnt1slrvQSD9IpYCMJqJlOoG8VnsI+fimIC7V\nE3VBin0fKcuIrH6wnQoepuW1jK6ymms5Yx7Ye6glod7K4cXnF4q3MQj8VA6U\nj/2/Yx+KukdIZivG9aSgzZqiWfs8Ebtd2fz2GwS8gS1dVg9kUKHpOdTbJ1Fh\nbwa+mi9O2VoTlz9UUH+L9aQ/4A8cMfLhJG7Dt8Ef2A0fcjHS/P/f9GatjaKu\n9f8RnLTrH7F6gREbh44v8Oh5BvsRytkcod93D5VACJZHmxw1n6xjNy8GKCYv\nvduqvNAgXTKWFqIKBbHVDkl33WtaHxo8fQ/i+e08plhbFzurNOk/WV0Rrtq5\n/UQCSwkuhBOX1ndLA0/BvvFW3HZBz7lgX5WOiaqo4Z5zPAiutMXp7QnEW5bc\n0/oU\r\n=rnxI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"14cdea7d4e41450dd27db2d4be993993e30d3324","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.55_1592822875937_0.20093071750063052","host":"s3://npm-registry-packages"}},"0.11.0-rc.56":{"name":"fundamental-styles","version":"0.11.0-rc.56","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.56","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"26d4ad2f3cef5b9f537e6ace0fee0fc11b72df95","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.56.tgz","fileCount":77,"integrity":"sha512-r9JOlmmMyqnqCF7Kkg2BLRxInvOQ8TtxqHoz1ioq7lOnUojbIctRaj9ZeLQd4Ndsr0u8h23txKsETqrnVSJIxg==","signatures":[{"sig":"MEYCIQD0u+1y5VkmxFSin22aRcFlDV4VpvKwiYwnf8b+c9OEmAIhAONugJMKJZyz0JDK5lOYewIFWcVtbbDeuVSGTZRZikKG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1690960,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8I7gCRA9TVsSAnZWagAAXVwQAImXX6nRKOpgWcxDdaxd\nTOUppbLT6+8QnZ8iYLo+bhHABrFNHM8r6Mqwu8bAx/6Z4EU7Z0h9A+Vx+4rl\nmDyQFNVGNh+aELXNNJ7jybM30Xes4Tl2T5FIkbtdB3ICarpcp2M4e7AFpe1J\nEAZoY8xQqwX6csxalqwjhSVT8r8OukGMYOp7gARIaEa9CaIfNRQymOh7cB59\nmCHBywxPUKIAdgfxWqxrOIgJi1uNEIDyhq+lrOOwqwRErJ+ukH/q1LnLavjk\nTeq/Zn7dLpA9iZR9h8OM02ccneJ3kXJQg1Cb5c9ekr1qi2zPIi6F2fiVaLys\nWiimkHSPwJpNXMAwM7rFqAT5hAzYdUWnv4AfbS29e046iSqxq/sBDJzMrJl+\nLJOlDM833/s/5jUPYXioZJcHDb4qZEyqezx6Ks+LndV/aV089WiZ5Djtm4Vu\nrJBZnoxrFH2ylnT4SBxkvEi0zY46tqLkGrCJKS2ARR0jE7KJYTl87i/MQ7V1\nvHGRXb7DXGGzqT0FrNFUneUWe4l1W3qow8tdQ5nVdT0Y5uAbdgnBE3CoKNDv\nk7Gxl9Kj/DoWUXTpm8fpWtVmB7NG+Y6eQVIEnI2KdUFn+eTkWW7T+QCHOOtP\nPxviL5T4Bg3tH9zwst3WRbMNishWqQ283FDxBUCm3B0bY4mMs0BCds1LsOlH\nOztd\r\n=sXbH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f16e4758d891a21d9adfeba4868aece7bbf72a8f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.56_1592823519808_0.40880542349596394","host":"s3://npm-registry-packages"}},"0.11.0-rc.57":{"name":"fundamental-styles","version":"0.11.0-rc.57","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.57","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"384cba3c551e88000b90b26f8a4bafa68a33762f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.57.tgz","fileCount":77,"integrity":"sha512-F1KnRMa8OTcdtDPU9aXACVRxfdWxEDTSPKhdjVvgkKHBbGbWL1VZf84SJX8x0mg5qSJVxouvYIQrRn+mmjE5mw==","signatures":[{"sig":"MEQCIHn2CEPYS8z6P6NN36cABLvgtVN60sewA5YWGxORV4fMAiBvqVXwWywM5f0Mx4brP3fklHc9cFUHo3+KarsOhq27IQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1691102,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8KufCRA9TVsSAnZWagAA9ogQAIqFUFd7Fveecs+wyA70\n5Dvtunb58eRmEC8fEJ6bUZMgD+EUtTQNW/7G+ynH7tF9xyVde9cXbQ0kMdnh\nOR97M16T2KuIGX8JqI5kkYOUfjHFgK2PS1M8NXRhwxhDs9TdCraPTil6LXi7\nFa8UPlM88pOsCqxfNuTGEkbUni2YOCexg2UILEttbuDXj0KpmAO0ohNDygmM\nZmq5AJSPRj3zrNVo8fUeVZ6pS2KemEYdzczHEeCRA0HoWuVixCVA5DfTI6Ta\nFsGpHsizkbdPazRtA7Or/7LOraXdNvt53wYnAyaYKQnqWK6UPqVQokcX/FzX\np4pBN6YwU1EoCmwydYMWlbHCxyUnSh5YMObBiGjjVmRfrAS44YNaKUiOQDlI\n8XejxlBkl1weR1zaW25JwYhDfiZ2zAZaKzbMJCngILj1LKatAMXSywhGt+76\nXmeIk1SIg8uz3V2k1pV1wI8ohScsLKUx7D8Zo6mF+uFqyiC0pURtu9EvYWkf\nm0w/Y6iJ2vgDCU3/6Quvu8bQDRyTjKyG9fG3pGAPExOzCXnZPjQuEVijMMpa\nOj6IblEvKhXNMnzJTLoH46LkDF3LCBW2hirrHPF9DxGu437hTN8RcWu9ojKT\nd2Gs5Nwyf3p6xU1W1yl2Rg/hFLDIcSLa/wZdYpEiNX6bwA/XGs8HOe5r6Lva\nerhY\r\n=9SBw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"633ce86afddb7f48b6f420673a40381534c4ab63","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.57_1592830879333_0.7709664791759152","host":"s3://npm-registry-packages"}},"0.11.0-rc.58":{"name":"fundamental-styles","version":"0.11.0-rc.58","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.58","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aff712d692ab3d445a024c6d37feaf97c10a653b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.58.tgz","fileCount":77,"integrity":"sha512-iP60z3czmDqktOb4ZwKhHzLVqzNA5P6kQaTdeLxIfcrFGdOQJJWF+MpTEu8iJ8mtds/naKqWHRT2ZKoCPeknvg==","signatures":[{"sig":"MEUCIAFICC2TrRX9pFo/zjNFnjEIThNvM3tCohSih/VR48tCAiEAjAdOS7e1G2GUsmeGcZU4Ax6TzDzsr0B44slDJgS9LWU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1691244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8KwGCRA9TVsSAnZWagAAI/YP/RWrSsBgEChjC55HgmTM\nOfoxJjQzn84A/1cLHea9Q0guNBPwFpOtQBP2ic+Xn9AKYFMj1ogO/2ss1cOG\ngpPmcHp476gNjOPYOs/8Q5QdENpFT779b6XE/BHRPLwppUR3miAO92c6q495\n/PWOSXpWBy1J0X/k913oEOhsDn/Jz/96rQmNOYAF9hUaUWnsVGlZwlIIQLKQ\neUPc1pIXKZClxGOdnhEF8PDyL+LFvwQNJOgKUBdf06oglRO1K0zNP8xxD/z3\nLBr+6BxN6Qe0pp6NxucB4l7XZSW0my1o3FHnEEpxzaCCqT+ShcmWjvhh4wPZ\noZx1JWCxCG4B6H3/zsK89Lt39civzxgvLpGjLlNyGNaHyEGkFEQ78C2fH+WB\nmR1QDKzHsSqUIKl4tMx3vdw0KsDzex6niWHsgvPIzlLDltaLKoa/2i1EWXa+\n+yDnwKB6kg4ZjMxirUY57q5sVDaCfKKM3p67LXKKGtHZZLcjqoq6lYM5Xgt3\nCS+q3Klqi+35N/vU8L0k/ANKbMZSt0wdUwiODWwdC03FZCfJxxDW4M1iB5/k\n7BeDLB0jwJlhlXQKDwWAosZbgIogdw75YaVtKEW8qA66FwHOyo8Ql8CI1uIq\n0jFP8wmtUl76ZM4mHYJMiwMDEl8VFvuwwlN/uwoLgpCsDimXp7E4nzUJh3XH\n3Bi4\r\n=cpWw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a1feefd0e2b8675e33e9139558e0760c8e8f22fa","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.58_1592830982147_0.813928105505004","host":"s3://npm-registry-packages"}},"0.11.0-rc.59":{"name":"fundamental-styles","version":"0.11.0-rc.59","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.59","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e76a2f67e5fa865146333cda48ec42da8eabe5c4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.59.tgz","fileCount":77,"integrity":"sha512-MJlzEmgralCFtXF3qTnTIgA5I/+gO1QZz3g2VKA5bh01gTKYOj9izniCpnXEMEq3S0VMl0Qa/YGC49K/rCqHHw==","signatures":[{"sig":"MEYCIQDvXLZKNckSjwoZdrEorpbuvaHQx6pwjD75A1569WCnNQIhAIMZUvIpZlqmsgeQZNl/kujuHq5HLYW9nQLLwXzTp8zK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1691386,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8K6ZCRA9TVsSAnZWagAAslMP/RUzwVONqpnz6PGD5rHY\nIm+GK8UdV8rWPi07qO8esNVQnguRMWSpwYfrsxcv/y1BI393hoqoeexFhKE/\ndQA/CHywpKhfuPbxkmDMtiPQLdUGoDKJVoU/aYwXD7ajzPa/DT6yh03+7zCY\n6zIvEx3HBTh73CFu+Qmg0pztqZpuJwf2R9zNlsLEROZq+89IUGVhwS+mOqLb\n00bjPuMiBPvuIaktoJAFyqvnvBUrX+EuFdPlk48W6aWjRl3eIJO4kgYNXcmz\nbabpK+bdUHHK4AUA8Z394o7kRrU/bt21jbGo5H1IuTXJOnt3ZXDyRMuZCGMf\n1qlh7YyTIS2jM7P5nV908g8mUhv1BJSNNG+CqwbQChkkNLfpaa33VSsmrSTL\nurGOimzojGceKhy9NurI3qhUwLtAzvVv+3wTepJkNokTI/vdH7feqqxSywjt\nzLSORyzkmClVTOmp0zlPdNEpPMD4jpjdez41lbFEl3E3xSwEFtgRWBZVY7A8\n7I9370l1lAvKKL6LTSAX29yojLO4GKWXwA/KN9NiXZZbVib8PQac7PBO+Bx1\nUMSU5GnUANKw+H2vpOSPshrF7qn78nn9p6GXWFdxEbeGWf+0zI+r2LPsTM3C\nfS5Ra7hqlb2ap6D2oQOO+URxjiQL4A2IaxqClmhIvXGUO+ghyT9XN5vr1UJg\n7Flc\r\n=8QYJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7002228a402f471ae07c60d5eaa7bc6ff83bb012","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.59_1592831641109_0.6720334315611218","host":"s3://npm-registry-packages"}},"0.11.0-rc.60":{"name":"fundamental-styles","version":"0.11.0-rc.60","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.60","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"25ad26e6a1188cd50ba4d51fc00d7f48c0a1deea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.60.tgz","fileCount":77,"integrity":"sha512-9e+cHOHAnReHUnxJicGDopSREVabuqgJaxk+AKoBoO+1w6jRLsyL4izd9OJaW7/b8lbUsxYrFWLPM3cCK3rpfA==","signatures":[{"sig":"MEUCIFX+cbjex1MUHL9BBi65XC0RhnPPu1+Q9hGbHA4CwnxzAiEA6oTkOg4fx/KrXzXfpLBncFJl09qj4TUEBvvOCXRXb9Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1691528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe8TF3CRA9TVsSAnZWagAA3YgP/RquSHHyDJgmIOLIX+HB\nC5+OZEzeZHGX5snhB/3MvgQ+ev+A+vRrlAScs6kEtK2o9vSDstQGfqeZLwCj\nANoPIl/s7IcGSEC4rqZI6emLzIrRSneW+wch+7AkWPoyzW7HnPESVtk4Km53\nDi0WWcOF7oVBQessYYgD30ne37CE5atei0AEPrX6TLO8Xhr3Yp1fT9o/q081\noN5YuMQ35eM4qRS/JHdnqt3x+0gpRM1alkvI1sOLz84AsqKcGniJ3vL0J27y\ngS76N2Q3siNhag27TLxhagvGCLtfCqKF60+J87pvh8jxSws29bNU4pibylry\ncYL72QOLNYuZgUxLU1pf0r0hJj3c/6D1atRw3AdWzEbm++AoMFi/PlTaMXSw\nNWXB9QScxAiw7ALshnrUEJcYw7DNd5INth9Ngq2WagVLqsOTu7W53kDC0CJc\nCEbvub3yiDv6rRnN14tygvNilY1EAAuu5A2Cvmi9+JUs0X8lRCTTFseqCU9v\nQuR02YZV4lprk7QnBTnZ1sUP5MoqPSiup25+45YcoqasAbwvXYl/x0WtbTge\n34xWjxpbaPhxaZbbJa3GRD9hlsnnC9is8HnkIKxF9BaZ0AkEVzLpzbo3dZLu\n+Xp3jRvQaJdqEneDrO3vqLeqXIpfgYokVaV6UiQSaQVufMe0qAWnoZt46LUr\nVgJA\r\n=ap6/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"19f0e8b63599d2d3b25534cb9fda24b0f1520788","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.60_1592865142437_0.12097090128939159","host":"s3://npm-registry-packages"}},"0.11.0-rc.61":{"name":"fundamental-styles","version":"0.11.0-rc.61","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.61","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9a45986ead0b30e1bcdcf9def07deac946b1d28f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.61.tgz","fileCount":77,"integrity":"sha512-JzfkcgcwtfVL1rW4GPfUb4kyzAFSRqmpwfq268uTwHcfP8F5uHLeMxrToVSV837OO3VwED23N2Msax0UPFEJzw==","signatures":[{"sig":"MEUCIDlYKpISVefI5+XUcy1/ZvbhfgWtvn6DqeN7Rp4ghT4NAiEA9CLdehrXMnVWLpWSOHjxtBPxYuhhUJrW6ADE0Ki6SKQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1691670,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe827GCRA9TVsSAnZWagAAiIcP/R0ouj1KL5LF8DaNMZxa\nRo3lNg2e2Om3qS4fk0n8yTjib/8Fxj6MNsYhxVY4RbiZc0JQE7pDE5A1DXc4\nC3ldHpltggT9/S8gBojBVztPcajlxAtr9rxlVe+Fr7t7omVnMi2BzKFSqyGJ\nfr8ILLKHZpHI1ry5NvbDCzF6gChO6UeOHBZnFcp+ccwrg6NP9uno0cdFtehP\ngrigka2TgO+SJiSrCLPDXtyoNlcn8Wx0J161FGNQKUPrEaxCcHlKJ5qdZZ59\nceLWw6KDXwDig5i2I2BGRcMV1tC1DL4O4SBr9J4MbPnY+FL3/F3GPq9Hw8/9\n5ZSP2SfElHpKUqDNsJiN5ZOt3NOUDiHeo1ohnBkKHCcuEDIHOW4XtXMdy1wY\nuLHSyNQLW1T/B74ZV2Vw5puMY+leCJv3bmofqL+ZhDd8ijqnxmuOxJvdEhY3\n7U0ewHh6OLwGyqkXi6UA+L+dJPfmLjKi54TKXEZVw3T7lZ5Oz3S90QpwLK5N\nhPXWpf7rlLVeQeuTji2yG1pkoOiNspzXlpmiB3u7AQrFnK0dQcqATJ/SnAxz\n9B9h2EMoO/WG4dnjQgs33D0iy6fkyIq1S3Z7+ufP0WE2gJ4+NZLBpclsRcjU\nGEFBEYbupFWxF+oqNk+xh/i4wSfF4mQ8TVUKm+CC35EQ6KVDxuaTnUsFwJQj\naIp3\r\n=aGWC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"285d88ec6bbfbf1926537a2d1706ed7c14526013","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.61_1593011909445_0.9110013315506942","host":"s3://npm-registry-packages"}},"0.11.0-rc.62":{"name":"fundamental-styles","version":"0.11.0-rc.62","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.62","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c4a62723b4e0abbf20f473fb2521f866b0cbc983","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.62.tgz","fileCount":77,"integrity":"sha512-LCPM99j9FOt+3sjoJLfXiA0yf7uTI8SxMpdsJnhFzS8dNMrDMFx8dN+t15VgVBlU93kiIgwp3CsoG5Iu91Nq+Q==","signatures":[{"sig":"MEUCIFI6qBPRbyYcO/FzEkJ2ityO3/rT0iYWgbXMT0eCg8jwAiEA6K7CwNd/DHLuqLYBTja4VxpUtDVrX6pNbq1z8LHnSeE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1691812,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe83cvCRA9TVsSAnZWagAABigQAKJ6nvdp54os7iyOj6wE\nWKuu+OshiNG5iWlHUu0YKNl5Ca4OgGR1+rFxrt0u/VuJ+jgmQAP19L3JVWif\njVaNALdDtl+uN+HryVVCgj+4/+E5gVbmqL9U48zSCTByKGP9rvEabR0tPRFa\noMHNV3mztNK2Fqdchvw5YTvPaML3n0jfbgcAw0cIq8vsHX8jSSl9fik5OG6A\nBbiMVbQrWeJsMjwMdCYs17/KCGMMsjioR432SIfVpr4dwsIem7/f3jWPAYxE\nG9H6taraW/g5aqcD8e9fXGIC9n3qJ9bcp+Jr5MOXkDVcUEHCDJ+I7ZvX1eM8\nvI72UORBPQoe3G28oBqNApfEEeB/hwhZ4ikN+0R74N4WRQT2qCVT3fb9unM9\nkML7fmNrRP4WrJTGsoMngsuHrI9zMYesXQ9O9yFy5LRJC9jBQC2F+//Y0V1N\nbAasautTq0HLOQoQ00qg7Te/R+L4StkhYcNUyzQt0nksa+gHAHQPETsT5ePb\nLolQeMMgA5ddcQttIx2ecgV4Ra9XcYdeAT8GoVQgEBLhYBvN1oxZHZyjvo9x\n55ZievvUTI8SPysZsCXCRnG7CjEwLz6nNOGuDrw1ebKYpbmR0d3p0eZ4+jhF\n46B3gSTNVSkzbqiMRZvhWSGy397IKWlKBOpbxdHJcMzQlapeeZwTaJ8bp+7f\nKVy8\r\n=v43L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b62e579a38d0d957ec55c44ea70dd336e2688dc2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.62_1593014063217_0.11190055155050427","host":"s3://npm-registry-packages"}},"0.11.0-rc.63":{"name":"fundamental-styles","version":"0.11.0-rc.63","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.63","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2ff0eb75c1d767f78983bbf28387d5e63d1fadc9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.63.tgz","fileCount":77,"integrity":"sha512-BhLuhYfJy5A0S+JeVPDo60aqzQLyz5CZnlkX9UJHK2DosZ+lpiRS0tMcQmVI5ISLXdGQRo12WkA7MV29PGsxiQ==","signatures":[{"sig":"MEQCIH+cVxav8MDTrYoEPKq/NiBIJAdHE0rWTHtN9H97B6NSAiBzRTsOeRIhJAkC/cfH1KB2gEX//uu1N48cbWyHgMVZhw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1691954,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe851jCRA9TVsSAnZWagAAYpUP/1V7Xt1A/6klwcupT4x3\n7domArJAuWYgJoPPpv06LUNgRawFMVye/8LS2bIZlLnwBdb7WTOrpFr7o14V\nFVOIiUUiHPud03D1J4jgB0QE3isl39brHWgGNHGJOOkl9zDvVfVFCvfreI1v\nTENa+C9+7A/OJkw5D/emEUj328+YRcFTvR/sHqZ+ZELgFyRVrglU0Jok6m3o\nKQYr3yH42M+ZQuy0KKNOxcxlwap96nExSZA7INp+rK1o3dCWWHpEuMRfOHw3\nzEXDoG1O+EVEsa0qjITZYld7dtuzZ1301c9ERm7ekLNPe6leuQNwUtVIzui9\nGEX2Xus4/6zw4MVWyxTGdE0xGxoPRtuamwHQNUzR6mRxKegC+ZDB+7KJEys7\nB2sK6z7dnGNOzbJL0TbGemxq0oTOfS74Ml1MM8HKhcEwYBDgFwVEn2Jh3y6c\nkwfSDkGuf54dZlqIItaNbMbSUJeaQiJ1lil6UQ/uulQMBaOzMH4VomyCwzoH\nEQUVckt6squ+UhNKR3MvVhTNn2UyphFZvECKF4rzIobQ8XlLaZik0I5N9vWu\niAZ8AxZhTbWC7vFPxlnX7SftxLa6Yiz9qePmj4SuEqnYz9Ox3H37NY/5U1Y5\nLWbgiiaGqvPhOzkWMEgJtFjXoq3URIoIxpiyejK7cFgU4W6TJLrFC60CBeQP\nZ0sc\r\n=PF+w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1b0754c79e73a026b8f89670b1e93151ff954140","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.63_1593023842518_0.9856448359532601","host":"s3://npm-registry-packages"}},"0.11.0-rc.64":{"name":"fundamental-styles","version":"0.11.0-rc.64","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.64","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"089fea25d898b6c2b6f00d81dd44677e95ddfff0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.64.tgz","fileCount":77,"integrity":"sha512-jtcmUYFW4EohNx9HaCrFOB0I+JecXrxD8XWgEv8IpC1Sn1J+tn1ZmkMmuYKgrK6QigeesPD84w8paki9Occ2dw==","signatures":[{"sig":"MEUCIEL7VjGO18lQeC/PT+vDXsme1RHMMWMHVf3h41q2ZcJGAiEAikslZvjsE1EDqmlFJVQWVAvilXvP66KEIkMpDr8cPfU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1692441,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe89ULCRA9TVsSAnZWagAAUmkP/3m5IgxbvT8wzOJ3yV0l\n/ZjP7r1DvJ/Hqb0LRR/GfnwI3nekx24ijN0O86R6YC2oFsNT8k9jSx3l3MfF\njZ88NGA5FWuQPnBhlfT5CXmj04AC/njn3ka0Gy6GaQ4ccac1IlP7RGm3aj0f\nrKYAra/5E+9C/q+JBg7X/5mvFaHumnJb9SrdfItmQdBgNspnSMB97cr/9Hyp\nlkIOACp67x8fw2qvi+bhmrtXdEZMDSsoU2GMQlKIQoL379FoiXulfE6DkNPo\nwOGtGelR8NznTwQz5JFtDKE5YOoUDpN7YqzkuT1XiSjc24ZEoVxYRfOauWBh\nYIDBgSoSzhULhiKNlCHCh775GB5NvD4ahco1qWLn1+FSU8I94sYaCCJqa2ZA\ndgniolnXcFhkpMZJ2EqWDntDZgHseZUqVlJ2g6iN5xnEs3GExUoKsaGxadwo\nrt3V41jEpjeYgqL5MxBxWgX+4fl08Sln0C7PD4Y3RP+vHCobXqJYvlZNeQRP\nPYSLFVTjZE5E594kBESHH3lVP/APvy/Da7mCwnTEFgKiq5bmeXyeVU0sPHTf\nTJjvhBZVZegXl0H/3wzKatTeIw0Puxb8zq8YGIHTYGVGH2/iGS3PT/jP9YsW\nWX3S13OUW7oA9BRT2A0wzZiuRJLU7tl1oFXnzkZ9cEOhgFAA7aAOVgD4Uhzj\nRZCt\r\n=HZRE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c0165537d9a2a26bc0604314802946cb9780434f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.64_1593038091084_0.5495010123490376","host":"s3://npm-registry-packages"}},"0.11.0-rc.65":{"name":"fundamental-styles","version":"0.11.0-rc.65","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.65","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"98daf065adde0a1ab7b1d8e78f8cce826f0f3aa6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.65.tgz","fileCount":78,"integrity":"sha512-6D2iQsAhGynl/O15xC+0V60ILnoQONiPLRMcT/74wi4hfFVQoTJXdEcghzG9rgoQ/7ToWsDgQpUNBZxL6iJ5PA==","signatures":[{"sig":"MEUCIG+49PQIE0LJh+sUl0U40D6Isfr7zgOwWQLBQ/nQSOZHAiEA/OokBThaKFOr4JfpfzE6HxsbG/7+EIC6YepemiT9vWQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1729402,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9jyJCRA9TVsSAnZWagAAD3sQAIUTiN4xu5hosCy/Nufp\nCL3pQpLWLEZuHC4MTXCArQp1IplmqOOdQ/bibxTyh6u05gLA3HDxVpTI9Fsi\nOPvbKpYkb+evmC4hmQtxG7hUQXWJGR8KI6PoD88ch9zEOSOuysFeU7LdEPnF\nCDgSyn8GhvL4UutPkYaXdQnMx0lW3Y4H4TFhTtuVFyKenoDi2PiBSGyyRolm\nDwxM5upDsydt0NJTe+PIo+gtdGDIW13zT/eh7Jp0kshZebGC1zVjhsW9viMl\nehobwkk6XaTJJX702NULLo8F2EeCUv1gv9jYAEh5CBppx1MIniC4V/vC/npt\nyfCLf0RM8dLE7zv+L0opdssauzA3w7Iy6cOfpk3MAIRVyT+cUFI2GoV3kHmz\nRtuhve98yBGbgnJtB78M5HXI1cm7tkXe5A7kQ3lu/wif0/mKI059ekbNWyk+\nhKGdaxVtwwCPcAKXz/+ityNZaGDlHlNwXLrzUzje0hRJMg4y9hvEl/dE36KA\n8E27VxUu8/9JvrQoAtEVNX3JLPridKTW+K3TWgPsfuQC52+qOYOXLwMcJ+yq\n0z/nO9sNQJ+suWeffn0twZP7E9SxZzyLFoNlSEktXCTQd1VmTbgrGEETKRLR\nKmwmRSxzclWGNq8yQFlOSfSFfZTb/f6Zq9GkiX9nwc9EQREwH6S1ISTiRQhk\ntu9w\r\n=ZtYK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9fa64505f94eb10e224de599131ba784ceb8f097","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.65_1593195657093_0.3622977817442383","host":"s3://npm-registry-packages"}},"0.11.0-rc.66":{"name":"fundamental-styles","version":"0.11.0-rc.66","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.66","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"20667d609bb41755dc88c57bafe27353d4e59aba","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.66.tgz","fileCount":78,"integrity":"sha512-59xtAtbMSXd3YZcj8ba+x2LQE/0zhGaBf7+S6ZHWvkDpgIRORgQYTzPSjBlIiN6gi6UzVmbSS7sNM6d05zgcjA==","signatures":[{"sig":"MEUCIQDQTKbPhd0lEs9yi3x/SAypsvfUTRyqkJR9Oayi8OtivAIgS7q+PriN7rMayVeOVKqSH8LIQj/fLuS7frAvGgaAGPM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1729544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9j5iCRA9TVsSAnZWagAAZq0P/i4yKgwsNlxf6ViKVJJj\nofFFI/xvk8OgfKROB6V+JiF/3OBRNsDKB1ASCK50UlLyMAw6nYUpl+okmO5M\nxxgtI0JbJWmemvmGmHMe9o0qDAZAzUD9jf4hQPZ07WLaCRwW9HKI3e9SU6gr\n61MmVHWNwAFgQKW6DhVyMGcbhdOBZPjL3yMy5KoWQIUjnmPmbQtRisjUAlPR\nNei6UZUHFlt3oBTuk7SSxZctYZ8H4exH+oPW4zXE4PJbFcDibx7XBZJOS3su\nFjb1v8gEdJ5/+8JNVKFp+Djh8tfWZ3qQMlriLcAv/gS8QLwEWucz8b/wQRK1\noxV+hp5pULXO9WUdT1eDscblwHt81JCVp1+nLlKGZHbPAjcnewHF1cRmXynl\nYifsZOTX/DxKppObdkoI3WtttXUEd4orJ3D/r+T+YkIOmI4PAOM/YyFkDVXY\n+yRL+pkLxxOsEjiN0U8hvwLo3NSC0w4nIiIMwN/v+2jTR+10XgrDIZGndu3E\n/aUbQ3QNop4qRyqZMnLWut5n4VnCiQtXo88dK5g362nKU0Y+aF0/jUNoq2by\n20l3owKQwtDoAJPB5cXiOR4YwQiVFmN/a7tiHwPpFavZhgQFOfhD7uNZlEMa\nQl1OtgckxMnve92UmN/HFPZ2xRAFi2DiTjxtNvyjvL02gKtMjwanpo7PY2OW\nr3GA\r\n=T/1p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c5e3b7dbff22ba9bae096d3a8e7f23a346a23ad4","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.66_1593196129561_0.6478122512322386","host":"s3://npm-registry-packages"}},"0.11.0-rc.67":{"name":"fundamental-styles","version":"0.11.0-rc.67","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.67","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3d3d949d3a97e0163563203cda206f7bca2c6eb3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.67.tgz","fileCount":78,"integrity":"sha512-801F3PeXBN/bkENoONXBAJQIk1SNjJFr4lCBdt14I3nGiJv7ddODXxoS43jdvKJ0AneJnJhBJeCSpRrA4uhUNg==","signatures":[{"sig":"MEYCIQDQ6IULFt9h2vehaDE/UGapkLlZ0n/Dxsch6XbABGvhTQIhANBTKEWEoasrDLyEafuwYHI4iM7y0kSV7wArvayB0s7s","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1729686,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9j/vCRA9TVsSAnZWagAAS4gP/ApH96nlEUBxuukoDQkj\nYeI/GtHypO+4YWDSQHKRfNzOY5yf1EPQ4xRWLgV1cl38stzrIWa0P072gudN\nMq5IuQZEAPlH6xLtCXbYTj8opRKRmKN4DYnS5iXeXD52ABh/534QHdVJczEg\nkZIWYNiJpQ+Y3ylNxHDsaHQon1irW2ZkjycQajKBdlkGP1T4mFoDXA9P6Php\njDivXfMgmFGNUPpxjhqGZRsBWRfE3hgD2qHs0LS8WHenJYXTCMEupcXWG2r3\nUH8FsxsXr66NVOIgZ5S4DjZ7MmvGIU7wE2QAhR8SXPvd86hmvZtJ0tPrifZn\nflvcR6zNRxwHvrheO9UKoab7T4+klg2ZlXPVInCZVI02RPT5bCSs76fXfu+T\n7KFwRaHWHLteMcfeuNtKgvSRntGeecWsKXsZ62JR54hJz+xlFDdA2vF+17LE\nN3K4COFQsO2eRk8Ms/NhbKVYEm5OpHz7iEj1QZb2uUe1bv/Uba26yg3Kmfqq\n6l9yicJEBb/1En/fW3Q0iVhq+FpGZsmM8VDSBnzgYmyh/WPeC59Rmd81v7DY\nRH1KlpSmKdsQZsAWbp4lULLLt98GbwkYzLrOPyJYHRtfKA0GUxldmvpmFX4p\nnO2ZeHsIodLizmf3QPknLArqcSWnyZ1sbt8vp99WKz595a3t9zRUbmyuOt5e\nAo3D\r\n=maIq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ed5aa569f4e437a190d9568abf88b4f4def07910","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.67_1593196527198_0.6688516036549723","host":"s3://npm-registry-packages"}},"0.11.0-rc.68":{"name":"fundamental-styles","version":"0.11.0-rc.68","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.68","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dc871c9f3ac2ab708cc538d8ec21c2bf23ab946f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.68.tgz","fileCount":78,"integrity":"sha512-ml/KVPHn/lYUswmTi7l4nNfuf+AzVXqvuhmPSERlPqIT/RqTvxYMtf3jyg6oYvHUdS0h+Reii8COzZk160ZDBw==","signatures":[{"sig":"MEUCIG6YqICjz69eT8ViOXSev7gFNJM3YDkI0LG6VkQUmviNAiEAkao85BzuIDQJk31+/emULT/tCu0OX4Oa/lxxEhfCGWs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1730446,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+XZmCRA9TVsSAnZWagAALYMP/2XDchY3mfuSiLhFI6y3\nC76yRRa4JXf2WgQoxTZawntvHuh5O8wHg+MOMQdvM6xCEN47SWfvLTKEKhWt\n9OTJBRfEQBFPz1Hg/0OkBf/G3ZxmtkMoU4qM2ndLfxuhzEr/qzyxjOGgXQ7+\n8AbRDWoos+4537TeVj06oFyx+urGVG1IfZAKlVe7X/YGUhS/zVBULs3hvI92\n+BFT3E01fgH6SxoAaQyDXJL2OdF6nLmI2Ol5+vpeRaM4BixPGqG20pQuqlTg\nq7Ce/zLznSBmL4wgnFw0GYstbneY4/Y/TQjZHAsdODZ+7k41ziMfIUfK5WID\nXYi+scedjx0SyIXLJ7NbKOSSmnOXZ2k3TEbxUeNE101iWhS7fakf6RBtxpI1\n7Q1fxSc9Cgaj2tGSIDCk4YCC8v7iPfC9vmKUZtDc8AxeBJfj6efngea3k7a3\nBF3BHxDf80cgMK012lDBVU3nTwDnopU0w7PG95lmn9MhCVlD1rEx3B1bGzLm\nKaI0Ko81H+dXAPXvxYIbC/7Z8atmg/LXR3NgV9b8/HN4ZBbP4U7g9cvKPAhY\nUoDZdBOMwQLrfpKrOUhSdQY7Q9KqckZd8sUtauBa4Elrra8HHwVhNyL/PKK/\nRmsbQylRAnTzkCf2W7zUVTIWG1oxdAdZEROGB9hyxTMusMnlzXrNFZsdOJS7\nZ0Cj\r\n=VnOY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5de52ddfd6b611f8aaf6d3469ae7572a9f530623","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.68_1593407077559_0.6825183855378034","host":"s3://npm-registry-packages"}},"0.11.0-rc.69":{"name":"fundamental-styles","version":"0.11.0-rc.69","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.69","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"946082fe205cb20c72081d2b08d6ef2f380b1191","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.69.tgz","fileCount":78,"integrity":"sha512-ghneZmZDnNoOaxTSxaKsQLQbxkyUXyV8YKqcPysea683f5fmkkIopiCbtdT5niz4iJEewH+CoDx1l18h/TxbtQ==","signatures":[{"sig":"MEYCIQCbX/nszViAP9RvVd6obBM/aEvbvdTyqmXKYoChAXk+FQIhAPv7E9KKQjbRe89wY0FnoZJ8YwW2cBbcFHhgaIcZ9o6G","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1732825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+e15CRA9TVsSAnZWagAA5eUP/3h0bFpxE+BFTwdl1deV\nCRA8kYue96Ez6DRjOHlNNxuWCskpe7SMrYcNkx+moLlZxaulzF6GkPmbqK0X\nVvUz8GasnUgZ0tGxS9FyQLrDRbLnB+DouvuTVVS8ErcRmKVr6qCgsZBK32k8\nmVwrUsCnbHoO5V6YULqZGC63koywBPErt0BSpIJMg3glSEoVS9TDPWrZPiea\nWLEo3YMQzpKDz4hJ5m8+DU84JugYFmtlgq26XsbJA/FulRggNAiD2TOg7tDd\nOPWCrZt2qivuHEIumMUaKB1js5gkOzcT3AtQSRIj2TrREJD4UuXx9nCWps7b\nt1eFhyv5VAFTRlTqj7tivXfuRlIUXJ1Eq/zQHXtsDbDEcPCI0mBIxPV5q+oo\nonS9woaApufwmexf46MBhFIwLaJlGxEbXITSYdXpe4ONEkQ5IWPp4oYM9wIQ\nJvzqRuJ46iyJc4XEhwx/4n8p5H71CANfvWSILAzPeAyIqEmuyhdBivlxQR5F\nCDBuJMy+t9B3PNIcSA+aS0LauXWEkB831CHAhT3x/q4a0hdkC/V0Q2ghnNST\nhVlgsHxbIz493rIJNZgk1cyIlfgJcH8gw30MwLA5xcaiP0YD4GovZTrTyDTH\n/FQ4PypcHdTbrgPqa50hBomuJNoal7btMBdauxfw70s7sBphQDExGnALX3QB\nHByT\r\n=u518\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1015dfdfb5e1758553c204077dc1e983742b91b1","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.1.0","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.5.3","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.2","@babel/node":"^7.10.1","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.21","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.21","@storybook/addon-docs":"6.0.0-beta.21","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.21","@storybook/addon-links":"6.0.0-beta.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.21","@storybook/addon-cssresources":"6.0.0-beta.21","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.69_1593437561264_0.6782538004231047","host":"s3://npm-registry-packages"}},"0.11.0-rc.70":{"name":"fundamental-styles","version":"0.11.0-rc.70","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.70","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3fd59094806a8964597b5200d83d8c65c94aa2a5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.70.tgz","fileCount":78,"integrity":"sha512-OFP75Zgk2oLyUPLFl3dJAPT8/MRIdQT5LnU/BJiH3+KAnsC+SnFZ8FWzocukgzlYJNxM7cW5GBllEtA/PZjltg==","signatures":[{"sig":"MEYCIQDPl37KqlLhViTVitqTV0rEIrdcHT1PC7hyWc28QlzzIwIhAIRqimzn2Qf+jaAwVu1I53NW39+1FG6Dqd4UrwjoiMME","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1732967,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+fywCRA9TVsSAnZWagAAfcgP+QGMhvWwKmGjKw26RpGg\nw+C0yHLYM5rXEuhAsZvmdJgC4j4zTdVGIesCPeVWf6voTKDMYA8ZfyEMSX1U\nwIOpAzwxaEeZQ+SATLm6Z9x/SoALgqmmcdvoNckyhFa4clkkySVRopMcfupb\nB8B44NEpdZm/4ibQ1blNTAbLg/ZgTb42NKYlLRHt97itc7nInqH4QUz0lBIJ\nTL1ZyCZxAUo8POReOnKKUPBjFG711YxhqtVpOkpLTaRRH4ltL6DnlzOos+bP\nLoB77MN3GVVumVf8cPhiZkpxLUeNjw9KRrK+XFoO/OoySnYpZ8HCwgcTiPEP\nk8edeZgIQUkuQF6LvumTsD6wMNoiBCaNGo4ECDWrT11Xx00TCoOgeUV2Z+on\nVL7RcHwTuRdbQf2VpGwWyBze6QLV+oDav9KUgOmzfIGt+HZNGAvKV+TF6QHI\nMdSP+c4BntjJusOwTliRTxwxI5PJm78oVtWHdJa3QiL9PkXGVb3HWWuEl5a4\n0XRfIeaLZwE0UMdnTHdFufpeIMde/c8kfj3x++AYu7vPm210zaAAYu5D99vp\nitQ6nJEP5bfNbh6QlF6Smxf9pxLFFNEIr9flkho9g1XzGO1j7YU6U34KEA97\nmafXJovFvtSI9PpPl3XMpluCWvseMUEY2cDimJhzEEqRbT8IPQN/Kn5BPG74\n6Utg\r\n=wAkw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b456871b320351fdcc22d4db2f59cbb8f5536c3f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.37","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.37","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.37","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.70_1593441456161_0.12447964876181827","host":"s3://npm-registry-packages"}},"0.11.0-rc.71":{"name":"fundamental-styles","version":"0.11.0-rc.71","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.71","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"607d685f535b50b577d0f3b903a49e044276aee5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.71.tgz","fileCount":77,"integrity":"sha512-QaQXxUtKSKB/aP6mnhx/hJbHawF66IOId49K/6x7TwtF4arwlwcVhjmXrM3WqTwyqrUl+u1yD7/odjuAt1VIwQ==","signatures":[{"sig":"MEUCIFX9eC1laVMnuQLfANjk0PGFIU9gZMtf6Zry3Z8SE8uWAiEA63ppOTgRXIrfIsNKyo64XA0j0PdjjBWnPrTLQYGk/5E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1730124,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+igxCRA9TVsSAnZWagAAawYQAIRHCtGyTx30HLudxX5g\nMuxDmZ9MT2cehwfDNabX1B/W8iJgu+MNaIPG0nWzn0JKVilaaz/7+zuERTD4\nymjrywhfle5BFk3RzcmlRUz9s39i73oSrr7ctVvxLHA31FNNoJAYL6LNjqxa\nUnpEV7iHOdquf3a2nLsko3O1DpG2F/HpDOpMdfYPEIi+lnR3WP4enL3Yf++G\nf9HwDwM+fEvnoF/4GN5IQWovA5n4+r8Ty2Ky7xbycNrr27ynYuEyp97dHFwV\nFN+sMrd2ZGeLbSTbaro9MvUVI6QzIMghBIPEDEsmuog7DyzcZh+G8LO60DgN\nCg6w+n99whDa1+63M8ta2wlb5336nwVYq5+sGd8mPrRdFnAm+6az0X6Jawof\njbXccw4JdXFYQI4XowuzX6W7HZs3K8sqQ+gMvi/svDbR8ZZ3dXKKK6tv5Sy8\nnD8/oo/U8iTAAhQoCBkV4yyuKqLiQzF+iqlOUIw5hrv2uGEqrTrp+/PO4wnW\n9/c2YMrfF8/bAlgF9xYzyYiJWDL7k4LtCfVnQAGmR/8u4Uw9eR7nNuMBaB5I\n0CT7D2iRp0UEFiztB1t0hS07iwlVrPsRYj3gXY7ZqZdABi6ecTQGfTE9FJuC\nGWLEyVlkWCAO4GYaM2SE/dl0+z8uXuTXS6+85SiTHwgo/O92B2moLBdxZB33\nVKBV\r\n=e3oC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"111785b48e478fa6ea67b79f0411a6db9401a709","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.37","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.37","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.37","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.71_1593452593130_0.7866698474355427","host":"s3://npm-registry-packages"}},"0.11.0-rc.72":{"name":"fundamental-styles","version":"0.11.0-rc.72","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.72","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e4e9c5c5fba0f7a0eca62f759cb9108387f1e9f3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.72.tgz","fileCount":77,"integrity":"sha512-ecsjvyB2TGBl0yrwluBvvhnP2PVqjSvbWO/KNkZNpA1JUFhS7djKPGiR1F2A4Sxi10rwLRn5XauYstreZxwcbw==","signatures":[{"sig":"MEUCIQDTovdTuwGDka2i2cKNVo6UUjXMltabpvO0arV1ecG4zAIgRM7ypxi0jdFgPsnqCZD//4g268r8YahiJ5qwiqrSKew=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1730366,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+i22CRA9TVsSAnZWagAAOskP/1BKpoG62AsM6WVtX0AJ\n+1/eAC6yNO8vpdi0cdHuZnzb4+fJigDD0uV6AB8JalxtjRx7HKQ/gOoE5y/S\ndBqnMdNHKnBJ3FRkgIjdUPdpwXbp/Hlovxf9Jfljyscx8VxFsqCrDpqWOJi5\nyMSOXf8R8ujX7i41ynBHbguvHC+sLGcwX1LWeeW4X1gAGXzkADdNvYkRF2ES\neGYnshJz5jH81mVjAupVwzO/GyyFji8NYWW1+q3S1/NzUc7DQVeLvAG+lB1z\nQjKYm/Y4Tbhm7/E4jHopr4yO0z9t1oXufy0FMfUsus8j/zgwcJ5UyiwHK7KC\n0zx0JY1NTwNzBeMYdXY4v4YJ/U6a8mDOyQJ4e2RLotMDLGgB1FrVfSIyhn2u\nJaIfKD1DL0bSOY9snXcmzwWQNMrLc8gZ8+bK8U1vPXiZPOvApHLjLE1k660I\n+L00gnBarJfCY5IuIY2dCEieWfVmHkc2l0Zj0RQsA43TZ8ODqJknTfnwuZGi\nyTow5ffPCAYOqNCCvtdeoPQhBB6i//ruRMGJwVlRgoND1u0e1Cgx5wk1A4Cd\nUDwg9mnDKAKqGc7heGeg2SMRW4r4XUO+fPB+5MDgtHEoDvr4jo9v64Gp6KPf\nFuZZ19iXUXuDXht2dS9X9V5cFKLDk1BXxqIX6lxCeY+hR9G2g41NyNhoskLI\n49sI\r\n=tOBW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"73e33fcd22f468cb5c641cf05774f4ca5aadebf3","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.37","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.37","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.37","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.72_1593454006571_0.8584291456932536","host":"s3://npm-registry-packages"}},"0.11.0-rc.73":{"name":"fundamental-styles","version":"0.11.0-rc.73","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.73","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"af1bfd3e6012be590fac90333c39e7ecc6d9f57a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.73.tgz","fileCount":77,"integrity":"sha512-Fy3TC9X7hubqnFyOBAky92134JeWcStgWx1QxAM+yxBEaK/KEmeHzTTohrx/g17Y+j8cCWWDEIM29iQUB+sm7A==","signatures":[{"sig":"MEYCIQCmOpp6MkvqBKtdGn/n8Pu7ybQO1tD9LRw76Y1iSqSqPgIhAKnXZg2jtE5MoOptbFQS27Gq/FoGugkonDf8AQA7SwXy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1730703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+jjTCRA9TVsSAnZWagAAuaAP/08M6mmzaj4HwsULTTHC\nVWJ67jPsjuBYGlNpjoeb+4AnM6JD8OV4XSWMLWS/4n0P51qv9wR4efCgkGYT\nTXQYu2tLi4dqbzA1Nt1M7BB58dNcN064KPuS4iKxoQY0H4fOgn6py0tfiTC4\nhlwuXFsaNkZrHn0CbAnA8akugwdyf2nQACoCA3WFahlvRfqH6lgw8B/tH54A\nPSmm+PqUtsgxb6T6PCZfx1JdLl8e0WPSlENqMwx7PxRhQnT2ekOrhC+YGta0\n+1jOK43bhafSU98YbPX5HgSBFoju3T96kAlvsP9CQuEHZvCEyS4rE6HRfJqq\n2MbeU/JLg5jjCNhk1dEbW1IhgkLQ5Mz+yFgLDKqNNZnPeqaJKLYsT53GGB+6\nTyuIQUAkyvXZh0ZZS2tlaKdRGOgTfB6ePlFtF+qm3fSFS3a9asl8Wdz4f0/n\nKtiLp5+WR9MA4kcV/7Xa++GDIs0QzerrUFd+yTuRYaTTQ3LSkpAjNVu1EJYv\nO8ru8BJfhhsRgKCF7nz/wLuUMjkfYq+6on9tPErk3myrDkJPXVsCWA+xVE0H\nRGF5ex0zjizC1cFkHpfDBbACxI4dGNB0bJWRJrW9XT6almylFxy6L1Q4D+vY\ncYO/+eTBWmgSMZmRFtX4kgmv5PsngbdTy0GX2uF4rxKF4kOCfJLxufAWXgq/\neZiK\r\n=Xv9J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2fe790d33f8da42048feab050b87f4870002a7bb","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.37","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.37","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.37","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.73_1593456850678_0.5385075865305493","host":"s3://npm-registry-packages"}},"0.11.0-rc.74":{"name":"fundamental-styles","version":"0.11.0-rc.74","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.74","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cd443a20955f561623254aa0ecdde71bd21b6d5c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.74.tgz","fileCount":76,"integrity":"sha512-k0spmQmXvSXc0ACo3d2nIeMKGaRV2y3HGXUCrPow4EMossa7Qwnog6TkLkuAFamGbT0NoCu733y0W4oFO5c2lg==","signatures":[{"sig":"MEYCIQDqbqhthJOFL8FhVoxfbem4jmSYiGFLNfNWObRMRxNnigIhANdNA4Chn8dYmZie4hYNaUfIl/Y/11ogzJAjwoFmKwpy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1717732,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+kFECRA9TVsSAnZWagAA2asQAKILYATJt/Y4s31PPHSL\nKvd6j8EeQQ2MfHv3q48HfkD0osUTVZ1NFCT97QHKN7qzssde/mItxx/b0VKr\ngoPj3tITzcO1Vj2ScWTmK3bNVrMLEZH7BKjvcQnfIhBdQoZqai75F46cOh58\niIvCNwjiqKsVOdRiWQE6Wgcj7FB693RCvgYY/TDmb5B7ugY1jDc5yQs4Aj+a\n1JqLb+SX/uOySlfZRnDe+tWFeJMG8cqSnTYdk4SG3koz9pTRAClhxf5pe/ZG\nKNfbI7znQycrlo4olCTLIegJkvKbxuYlNNQWcTKk3tDuaSaqmSkSWghPpS8J\nR+JIngLnJz9vgOgqdeT1yjqa/H8kU+j5oF1xHo5uIQuIvsH1VRiKwZKfjnBQ\noQGlXCHFXgcrH2GNAEgn+zh6jhAcCFS4X6hbf0THg6hCcGjAF5psj2gwWGGd\nMkd2hNOoOrK+pzXPKvN/kx9cIFAFKCjJN1pZY3zPsBmi2jAqkBBSTU0/HlgQ\nuQhDfZ99zCtOJZRxtq3R2Taomhw9VlaR7fgln3hRsQY6hREx93XOFFMff1il\neqVSyXi6jTBB5zL31DzfFK6/kvYC42HCCEcRkoBGUu7qmK4jQUSj+yDnSmig\nr+0y9jdXpZtnPre3zjc0aq2ApMpCenEW64544ux6Fh+Izx2rREAtfKckoupm\nEgvv\r\n=tpmK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b42e09840a01eb00bdbf251a7d56f85973977e29","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.37","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.37","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.37","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.74_1593459012139_0.7360178155287067","host":"s3://npm-registry-packages"}},"0.11.0-rc.75":{"name":"fundamental-styles","version":"0.11.0-rc.75","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.75","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"32c61861f922ccf3f0ca607330e4557b444e43ab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.75.tgz","fileCount":76,"integrity":"sha512-WAyUGM691OzttLGXRJi8YlRwkVXctmjLvyoHrIrDjLmgmNvBgaYmFxtGAh/mWoR53GjaheJy17SlQIaeJFdsgg==","signatures":[{"sig":"MEUCIFWrSatxC90TzXZxeSOajtin+12VtUkK6oWokA+zRkm1AiEA/qSYGpW9U9WdT6V/2hQBonQm+zj2jgm2t4Z75Uw73eE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1720514,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+kMGCRA9TVsSAnZWagAAbTcP/AgP7myqeESBvIdozycW\nyGmeD3Dtn0QPL9bWkxBO23uYF8KUW6Ru5bdowm1ExCsTKpPr2+kWNAwRnmUc\nM6djM1A1iHseEgqhwd6ExA47IFbkZGoAZPi2jxs/3xmFKJWznrp2u6qXjx+w\nS45UgtHG0jCaeULbN3Rj4BrgkDG4z45YAnvxVy0nNqNsm0VPJCNJv+iIDBCh\nEqnjGfy8W7kA3mP8ckhD/R+jaoi12qqKcJ3QLuJFHIDx/Ce88IYqu6LsMSla\n0XGpGdRUA+zE0nBrVfZ9AKIlQ8WrbIOH9YHVN+++vv1Js67qdw91+Af+TKJ2\n+OkQq4e9uFutjroQ9sOC1QPAAA9smtk6nFPEpMzXg/9mktc00LKXoDUas6NZ\nmU9b0HK8i6L8idQo59HwFfOAQbV3e7ugyM7qiCqQO+mkbb1IDdUxC7laaSn9\noq9ocqJA7Gs6RGw2j+OFvwiDO3TfE1iY4XtFLu63QCG7r+rzRhX+QfNpuov+\n3BEntgoyRMsIC32+mc396pw7+GAEasJlzqFBGavTD1y3++3CCuf6JdgGvnOY\nBm4fwxRxPgkqNjMYtYF/BFIo9Aq+HVHj6RGlU2ity5MVtIRNvgXKLC7PxM05\nxyiprOjeaQ0knbrxzY8LhUJgCq160VvWgCLdlYA9tHseUFdcPpDaM8X3Omwl\nDdHa\r\n=SF/S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d109c67216498a6b7845055ce80fcee0376e80f1","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.37","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.37","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.37","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.75_1593459461791_0.9513743820964764","host":"s3://npm-registry-packages"}},"0.11.0-rc.76":{"name":"fundamental-styles","version":"0.11.0-rc.76","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.76","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"08f555ff754c67527d42ee62de36d0a230e09dcc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.76.tgz","fileCount":76,"integrity":"sha512-Vf2VxJyHa+BjavRmKF/aW8Hr/6hqH3IjN5/iARhiBvuDr2/1O/VoGUaayBrJWHh+DIwtzKdMYwBhCdCvRPk6tQ==","signatures":[{"sig":"MEQCIBKlO/FBF9kBUR3CvtYmL7l3jIURXLIThrGn3Shv4TtYAiAK+JyU9Pz6iTTXdkn4J8UEkttxJXR1jlXFfaT71+0ppw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1718233,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+2m5CRA9TVsSAnZWagAA0BsP/j//pRm/H0jeX+nMXpiB\n6W0komAO3LL3Mi0kdAtiL5tn7YB25OvnxmdzTvgDjk+VvhBL/OcdC0pJK5Sy\nKlHiijlfX5K2JKqjlxQKCeIUJXlXroUHZPUj7x9pmu6MjqfvjOlyrbS38MOC\nCr5mdvr9XfLl/asRjqMcDmj96FxMZwDbx+rY5FQPqztoHe3byFE4CN6lEVUz\nl2coH1zCSxKcowms0cqbbtnTd5KbzI9v0v5fs/wS+FwpZtwNdLFsaheEaRjI\nClPIykAuUv5goTzirC3JqDaEd/3P2yFZl/QVcZpHruwAmXFZm1eDCB0x4+YV\nh7m5iaItgw3b50tREZdFuKO6ZVKq3e5nOPfczcRXxF2PPsvoRy6OJYCigtcj\nBrq+6qlGQ9XFJhVxHfhcoMcRdMWFgGWf5RZ8q5jcFBIyFiX0CCXKLd5A8SPv\neL85ooz25gBtccvEC+rbBVnJT81hNB1q3izOk1vTT+vVgLmcpU/TIdqs9IKg\nNhKIyw6zqzGvkH2h10T1mk7ohU9BthJYSZVetIhNvPG2qg49cBgCJJFFx45r\nnHvetAXW3TrP8OhTIyul/gsPcgW86d2xrckOsdUa7jFaYs7XxGJkv+7oXaWJ\nxKd4f4h0gJkjlj00jnu8i0VwE8NDiyA6yEE2fb1F9nhMKeC+McV6Ze4l0Eh7\nLtFa\r\n=axJT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4d61e6fe7bef8709eb2e11350c9080f644e4d6c8","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.37","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.37","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.37","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.76_1593534904512_0.03444457410846535","host":"s3://npm-registry-packages"}},"0.11.0-rc.77":{"name":"fundamental-styles","version":"0.11.0-rc.77","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.77","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c8341742c2d4a9c01fdc0656ae049744860d410d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.77.tgz","fileCount":76,"integrity":"sha512-cQKSDp2us0cvnoohL/c7e+ij2q65+qdLB7K2Dk/swVgFk1dWtffz3z5Yu7nvBKuH2YYL1dHDoswG7BZzhAqYsA==","signatures":[{"sig":"MEUCIH1L/YhSALfdHi6smC3ll7hnfcKMNxl34fwtQA/awrRjAiEAqRqtDDqAmcByWmgimi3nVA7IX4B5jVtqGKFvozE9q8E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1721083,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+3jeCRA9TVsSAnZWagAAnW4P/3B+9KcH2GlNr8GeUR8N\n8KeXp8Kqmk9EGpnTd78zOX3TAJo4gOzMWNsclMeLvwi7BPy/yvtJs0T+74Pt\nKUrZ7zHJ/1UaHls5MoL19n7TXo7YQ22zTMuquuii2SepCZEuT0WcXt1EIeOF\nlb/q+9crcopQWUu8DHn25kZGtZ5I1/Mf+fv1ZKRYqxycaAfksV9FBeFlBaod\nZ3PJWrzJriTfqbE0cqowvnwGtgySihUOsuskKcbUBm5rhEe1n8vSOIRBRXuK\nbY2NMjexzmvpANa558PjZZ2073E28fzfxqGtvnyQQzRqiuKc878NN18xY0vQ\nUmuYCo2flVENLyxc3ufmVw6LQs3RO1IHwgqlR2XlWSIixBq8WPX06kS7RIHT\njlCwpPbPapOeGmGstL6bRWD6Ea4Gv75r1XQP7cFJKMBF4oK6wFBKCOuDAT3+\nVaPnyVikrWEHuO3pAb8Q/CKbS9X7MOyq2kWB+6fcdSXfHimxmXrUNYgpgWFd\nLNeoG+EM/WEx+R5L0Y5kk4E5A7GlnrFMn+5vjcQbG6xxcMl0DKRSjQWw4sAQ\nOGmPc+NFL7OGcERdTZ9/QOCkw/7hEryWVnQ8eWgHBXv5naQfitt4UnlAiKpI\nmyPAjOcp+zYNNdt/Ckw7Iw1n5eNVknIbty8QGvj6GwV2G06dTJOz7+ihJNER\n1fQ/\r\n=czMV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"773640134888cad7a372aa2da9ce14b2c65b52fd","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.37","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.37","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.37","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.77_1593538782076_0.8746579713136744","host":"s3://npm-registry-packages"}},"0.11.0-rc.78":{"name":"fundamental-styles","version":"0.11.0-rc.78","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.78","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d91cf8ff12f379067aae217f05b0a8c395c3e96b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.78.tgz","fileCount":76,"integrity":"sha512-9WkawHxGnV6Sa6hj7S/C4W33ro5XpRYZGh4UjdCMf7Yw+yKC4RZ2KJsqsc4XoZyqL+vfR7OabP7GlscNKy3bzw==","signatures":[{"sig":"MEYCIQDCNouVZkqd/pI3Mj062s7/5HPE1/P8E/MNGP8qxzPo6QIhAJAH+YZKJkKLCqwJvKVQUdCWo9S51Lm8eNdMR+jVamNf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1721225,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+31qCRA9TVsSAnZWagAAv6YP/Rw7byF2RVmey0QEX57o\npnuDEgiDMPehCFwiMghWZNk3B1IJfxg/AZH4YUaEvZ/Goqst95kd50xA5CF9\nsH85qfjzPLgdXmMzdQvnAW5x8pfonamoyGNrBBAHe0YeFA1Simd34ZhADMM8\nbATpFMqddv+k4zRT1qt8boWcdR/iETxkWIcfS2+SeW03yDfnUd+KRdiqd5hc\niYjGNpFjtvFAlyHbJp7wU22g64W6PujahovygpsN3ddKoiGedSkJB6h2h9ah\nsitBbfoSxamzqt7HRr9fqGmZD9mhGMajWEQuRvRlO/D/n61loGMsX0rXXroI\nVswlNdyMhbWw4lbs7b7MfKfrNmaXKXoQYJaHx5r46yRtQO93htEmURFzH339\n2EB2BL7ARxfHeWDByI9vFvIUONQ0sy9aObDPTL7F61Dr2mzz4bDN8tBzQXnl\nZlclJ1GR+mewA4LvxILWl5vdkKwyWzArJ3r01zfVNx0R1vwza6sEL/hQfjbw\nUCtw1mZR77YvY29fDO2Ee8eoNbcc5Tj9UvWGg0XuoEI9k7/PG3a1QjjrpVVa\naeR3QXnYseiAZSlbcDQb9bktQO1Vxmlg2ydukeaJk8lGSTg4GNUqWznqiqe6\nfD4hR3C8QqKuA+fWKZvSgoSqg0vrHzIWaPf+LlKZSZLkrkak9b6C72GUJhrp\nEGR3\r\n=WIVN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ac035639ea0ae4171a7001add17ae7e985d7e65b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:visual","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run build && babel-node scripts/storybook-prep.js && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","test:visual":"backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","test:ci-config":"./ci-scripts/generateBackstopConfig.js","test:linux-fix":"cp -rf scripts/runDocker.js node_modules/backstopjs/core/util/","test:reference":"backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","start:playground":"node test/app.js","storybook:visual":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","test:update-linux":"npm run test:linux-fix && server-test start:playground http-get://localhost:3030 test:reference && sudo chown -R ${USER}:${USER} . && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js","start:browser-sync":"browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","storybook:visual:docker":"cross-env DOCKER=true && npm run storybook:visual","storybook:visual:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:visual:docker:update":"cross-env DOCKER=true npm run storybook:visual:update"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","test":"test"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ip":"^1.1.5","jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","express":"^4.17.1","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","nunjucks":"^3.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","backstopjs":"3.9.2","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","browser-sync":"^2.26.7","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.37","@babel/preset-react":"^7.10.1","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.37","jest-puppeteer-docker":"^1.3.2","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.37","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.78_1593539946438_0.6154636458463865","host":"s3://npm-registry-packages"}},"0.11.0-rc.79":{"name":"fundamental-styles","version":"0.11.0-rc.79","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.79","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7f3a5001a1560f2415ad260a22a22c6cf0e99fae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.79.tgz","fileCount":76,"integrity":"sha512-UromlO2dhrDlJ9goy79c6yPQhE32Oj9w5G0+vPZiqvWnfIRGqWNKasRAatPr8ghaxVf2YgiUp0eI2ntKd+VLeA==","signatures":[{"sig":"MEUCIGEm6CdZOpnfWSFp6w1xXDmUT8ty5bJMfM/JLo+hy7nfAiEA++cYqv9WEqgjsDOElZfx9uFNt3hqzZSBDz8xxXHv/I4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1720103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+5ejCRA9TVsSAnZWagAA0oEP/iWTqiuwV2dSDkLmHH7B\nMY+dYXucTXKqWwpy72J/iYxmSQXOl3Ikbln8MuHkjJ6TaLrlRrLFS/ECk3qS\n/sPxKLbIzjs9BLLjUMlDMtArdZo+pGPRrFpjD49jysFnw6pvm+hnGhe0n8Qk\n2drxm0oY5HIztr2A2seIO/7mu/lB3+N3+UXH+R+A+T9xAl+5v6iRWaC75Gra\nc8njyjP5O+nteuKh5ZOoeL92GacEwH7lxEivour2xM0VlNJL9eLoqAKd5ruF\ngke8Fo/AAwbUJS60mJ7Ow6sz+GmkX03yWdvF22y6tGSkhQ2Mru24Ectpl57+\nwM2iskzovqrS1avFkuyyqLn/d92DHMsBTYOTuCTGWmoSramTdC7vqZ4M3N2l\nRBzgsg8+iuVqn5AwTkirsv9yWOIgCPnBIA5kAV3jxaP0aZyypIA3JMlnEKmd\nwwfn5ogNbZQMWauAz1R7FY7gJ40AgU5GWuY3mDTxxkJN4wx3Qo4oA5mMxJaq\nC+/yjVpTMyzXigyuFrIBvirrt0hBg3G1HYoJa3CSSeglr0hB8HrqXqxA3SX6\nFvbvfPPUXsKE59373IeHBohsdfWIte5FvmEcihmNZPeJnJFUNL8acgM4uHUS\nvlXiPqOnOqnB1oN7YwO1nUD5jieHpmiz6+yejus9y02MXHXwLm34kBhWpxf3\ny3Pw\r\n=2kKm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3933c0ff2deebfae6a8ea19b558475688a88d953","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.37","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.37","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.37","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.79_1593546658257_0.1326334987478064","host":"s3://npm-registry-packages"}},"0.11.0-rc.80":{"name":"fundamental-styles","version":"0.11.0-rc.80","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.80","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"46aaddef716a7091eff71f51b65d0b0cd0cfbe9b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.80.tgz","fileCount":76,"integrity":"sha512-6YwinluM8HizWNoEa6o5oKPsGXlk8QDAzG10VHH6lzCCwAi1YDbnhdGRno6zL3zGatvr8dVxEJvqR5D6DHPJ/A==","signatures":[{"sig":"MEYCIQDlM+JyLiG0LBoHgXTeUqVFiR5TLxzSscvAHupMrA7sXwIhAJ/0hUwAjYZdFp+RquHX14GBPwRpXwFJprGteKeOjkWU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1719168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+6vZCRA9TVsSAnZWagAA03cQAIOVfcHy5aqQILtAPe7P\nbGBs6NNANh2bl20KRMrNFqxRYzlP1I+m82wAkzqa62sl2Hwt3uozYdwoujEP\nvqybcPPVHAgCaU1uwYWfvy8mPZ5KJ7TGtjNL8tRqwxLXN0YfuZ9oxSVI4xm3\n1M3sIClLqhZ9sXzu25k/RqzvEYXMwO3CE8xL7kPZrzbmQaHAZS7tz5KU99Um\nGNFJu/Y4iok4AySQSgC5JFcsVulBY2f8elr1m02BqGSZOcJx/HEC2yrQJoj9\nZGfQG8Ac9FS0esqpJgwZ/CJY67ocuapxcSjc3hXtDDmZ5xOpN/MMKHf8PGMw\nE4lYC7VQAo8QEfFK9GUozHRdR+Wtx7g7V1jVU1L2ZYCnPrV9qcX3BK40uHMa\njATdWSPqPImPjBO+qOujejWoSqZOsafnMyvinGFis70W0tcU6JTf3MpO3p9F\nGVb9bgxOrPNmuITD2fDf7rLgNKi7wPz0ZEEDzkhBCAyPKGSGqefPZMqTgiMo\n6m5b1NL4vylqT5GLB1/rW7uOjRuTlLq0BMMSax9VlThWuRqvxXvmYu2gwAG4\nsmjQHXdFmNtB3WbnI0J0qfb7mA+GpkRs+oXY2xk5jnGfwzUbmPBALy0sioCA\n8DqalaherITatqZkl3hdd5XlX+Ve2LCmgTAIS9+Pli0HwocFMB91FDWaxJTv\nIPf5\r\n=b1KR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"051a93f1a8b7ddb08735033383e08d6290ef3bd2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.37","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.37","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.37","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.80_1593551833107_0.8819857939102635","host":"s3://npm-registry-packages"}},"0.11.0-rc.81":{"name":"fundamental-styles","version":"0.11.0-rc.81","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.81","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"446ef18c308d3477b1eac6a981ef96879ec8c781","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.81.tgz","fileCount":76,"integrity":"sha512-ZfNF9QJMiMVQ9tnwwl1+OoifbUaNRFIjRyNH4RW+7XgDCgIOFMlzKE6xEm2g38mfsrx5hTGroKkAfghHOd8dog==","signatures":[{"sig":"MEQCIElYpPYHw1dnU/gXuCzmjZOJGAjnqRdHBFyYJCCTfG6EAiBlC0E09ZnGChm72c/UCshudJE70YM6RuqOY34Pf8aafQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1721733,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+9EbCRA9TVsSAnZWagAAgFMQAIt9CAWimVmhpXiypE0/\ndh9mbTMlVuAYvhMKxH/ctHv9eJETCT03ckm1jX7/H4NAgshkA3xQjihBFYxp\nSDbf8T9ao3KyzCO+VmA36483H1DE4qpqNIgJddFlfBwTWCzFdoAp8U7Rv4n2\nsC5xkrIS/LFmMT2bcUIiiD+zZR56MVr11AqwpgI6h3dJlYRWp4gu0hrJXWC2\nDSWN3bU6/CMgIlJiagfd/emRJsHvdB6gtpPvPHsD6A7MU8Y5FWj22AQbf5+t\nj34TjPAPqhzDT7AHBoO4l3O1kcPirba4LOYr17vfO7htD5ch01CNeG8ssUP3\nMr3fRWW2sJRg7xRmK8oehxGdNC33hwGEP6Q++GAqZpkiNHCT+VgFvH7oMAFC\nRMcd0H8JlRCJZSJ51A6o2ODnLanxibYoF19NTX00LPK1TCum367bLlda9Diz\n7Ayy+pcqMVs1P1FqSV7IYSYAaoR+m2I8v2asdgVHaRLX6vD9vqc9VtqzRMbA\nzQUo6+5pTQKCa3Q6KvTjkPhAV3+Ms00DPTCX2snpfyyxG7L6rzTgSEqaZBxf\nDxe9NaA/9yeJto9PkfcrAM1FuEpqkO/n+eEYJmIdwIkrIVCnqk4Ajah1KuQH\n+6XEW34rPvhOh+nrN/KlSmAucctLQSdiMp9RayXT2aPPhY6Ykh0rzuZimG+w\nOedO\r\n=ClLZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c1f6ac95f18b17697b5174371b74ffed5d51ff80","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.37","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.37","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.37","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.81_1593561371207_0.03349452016369692","host":"s3://npm-registry-packages"}},"0.11.0-rc.82":{"name":"fundamental-styles","version":"0.11.0-rc.82","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.82","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"618ae44abae8670a7afc5034ae4a48f4648fb216","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.82.tgz","fileCount":76,"integrity":"sha512-TmEbZe/QfkXuWL0zDruGcPX19+kDhVTdLjz6VqcUwJ3PT0i9SazkwImjlcQk3rh4L+D2224WtXbeBDx4ID721w==","signatures":[{"sig":"MEUCIBSlUz0RenLSmxroQg7YEnszGxnoPEuFVr5ahZe9mKx8AiEA6Pj+4os6OJ1uPjcChO8MQ/i/man6jsChB+dWdQA0KAM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1721875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/IXQCRA9TVsSAnZWagAAE/4QAJH3Kw7qn0P3uEk5dNXH\n8bvVzOmf2w1ioKPXs+jctrCwWO9Lu9cc2QcN9/DqaT1qoYUvuV0igdy4kHYs\nabYCODRoMbf+EHkb1Zr3DTxqiEkNaKtBkUmI1PW+V82G8p0QmPxXtcGfb9mD\nOO24HUa6NJEK1xVLOhB4QiUt9w0AzwnPBHNvOAl5DbMbr1FugbVmXvdkN42n\nvBXiP4zWXTl0oKHEunkF2k00UAwVs2orfIZuiLt6V3e+wd5NzQmFD9LO3sA3\nPBLk+2948u1zQ4qixkyvlpopoOSK4CEhjk/J24+w75sE2jX5uh1gGt7n4sCM\nUoghTnUJy8lZ7tcaF9sSuI1UreolwoRO8FzyKdjRyK6RuF3nzOYoRNW/OOId\nx0E6qHLcaqYozNXHcMiRCUsBymS04EJRhRMxPvdRSnAyOFoYtBPOs9ySNDXm\nNcDIbPKhlE8h93DUnCWTL5in7HKTJbpWszCyq+fA9EojxYXx+qN6KnLD9y4h\n1j9vsOoCPTibFB2fB34Ar9+szVqj7ni00eGpC52B9eoyjziI4lNoM4wueNQw\nFN1q8vTRn2aQXd95AJs5SK8iy6/ClpXBpsO0KxK1Xlsro+3sJeIXJjrw5XZp\ntoKnbRdDGCvxXkbOvbXP7Y5vkLhw4qBsWoRJbAeXPvAHv3a8aC6V+1cY4B74\nL43N\r\n=8S7Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"271e9b6e4cb0b1aeed80cb1133c892546b46e20d","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.37","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.38","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.37","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.82_1593607632000_0.5496802042921236","host":"s3://npm-registry-packages"}},"0.11.0-rc.83":{"name":"fundamental-styles","version":"0.11.0-rc.83","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.83","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"66bb4b108f4ecffdb586b8fc71a1375ec3465463","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.83.tgz","fileCount":76,"integrity":"sha512-S+IkUssD36Xs+cYtOljyZrw72hgPRlFkf6PrI3FasEBoai5eNzFcifsTAJtGLNWARObwrIeDNXMf6MWkIMhakA==","signatures":[{"sig":"MEUCIQD3G4NkQyKp+TtmdQmT/HmmeSlzhS2hDC+mMhjYQe3yfwIgRUTZuYW++R6UJNPBnd43yQI7h1PpAUrNHg46I/FDUAA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1719594,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/Iw4CRA9TVsSAnZWagAAcEkP/2btZf7jZc0SMBSCBUN6\nBlSTAvtZKmbZSt2mTuKHx+KTK/xEPzQpwukWlFTxvVBinIU+VCffb0KL60rc\niLWzpNBNGGeGB6FNK0X+EfyTbImfOJ+kKFM4M0uwMo/YRzlNGoxMGkNwzx/j\n+dEa66XUaDDrsllD8PWskc9b/gzJ2sCzcNpOAOvL/FvMZG7bZrxfHaVyIYSF\noUCcQrUmSEWzLT6xoejGATiTFFEgbD5NnDOHqg9hDyqX49fX69pHT1rg0OYc\np1vLPGXm0icIXKLRf36qrzi+QSHn4GxMakYN/+XhIKJuR8Ardd/JjgeSf9ut\nyRgzZiQOQsoc9+hsUMnrwKDsEVxoUJ8L2okKKjIf/tJtMrMrl8A0WbHYXz3B\nRjMgnx6Mk6R1ihhWorOUTfPbNOlXHYq2aFXOVAbaauFmNetis8MwdpwxcCeh\ncBzu6+D9zzkqS5F3vxK5HBoqKNH9/z8dvBTAm3v6r2tTtOTLYi88DM8NQ2BE\n7pLiENSgJe6AW4wALYH8S7JT8iKvL6NUc/CqcuGEsnbRrdh+2ohgk2oU+OS/\nz+9snLl5KHTVTpQzwZ0bFpvhem5EYQ6Qps1NbORSVYQYKkgw2rUc5Tj/snwV\nNiqnOufsRwSvzLR0DmKLRui8Z9jRNmQWs0quAwKHz5XG0Mq1v5OM1a7zm6hT\n6+KF\r\n=5Aga\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c52224d375996377fc5a918bd50b541e08f7366b","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.37","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.38","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.38","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.83_1593609272242_0.7933935632565896","host":"s3://npm-registry-packages"}},"0.11.0-rc.84":{"name":"fundamental-styles","version":"0.11.0-rc.84","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.84","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7e0f4919ee67981d468ff0eaac2927e283f8986f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.84.tgz","fileCount":76,"integrity":"sha512-Fs/GfLoA/7wribY+FK6sFfp22PrENPz0gMZfgV+6+i/7KMfEcVS5O9iunzfPIJGNbAY4soukU323sv/ki28T/A==","signatures":[{"sig":"MEUCIE13I6LbJM6bricNtBD6orYX1CpjD1eqNUQNE1OEPlIvAiEA2wgLLryrlaxdmZNMDS8JHOvt0t8dIqvZc/ejNvtG9hc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1722159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/I/iCRA9TVsSAnZWagAA3AwP+wQxd60kuVbA0EAC+uw+\nqTc/U7jNthsDq+L9o8aiXJzLKnTHPGWKw/uaN9BaVtZyknsoEs3x6oKEAZW5\n1CVfdF2rfkH2UgrCEqESmepCm0sFXi2P1bMpSMSlC0wtWhfcdzKOzNKc2a/U\ni9yx8Qx6g34cCZXhEDErZ+vvXfD3OT/EbvNPXq1uZar4qWCmrCI986FuuYi5\nC2aL+CtCEQSuqq9CaNmNGhxeEUbqUfjDczQs/z+8MTmRQwTn7z6oL9E3ex4T\nGreSntTHCrf+OYkxEU4gUOsa78NMZBaFUWhUgihUxW/N5VGyFehMi6DCqvNz\nnJ7ELh1MKpi8Kg2OzYuT95fKToTLgq/T/aKqnacfZIYLtLm8ougbXHdRpSre\ndghltnrUtHWdjFkHmFnT2YZGYJ3uIeBJFwuazJkFJo4AEJlDeAHTzZi3S+he\nUfVguVKy+f6/uNiADOJ2WquuDYkmPUuqOnB1TdfHRSEV6Zmfp9MtroUtb3Nz\n1Z57jFjnWGeT93lloOKit8bs9w45QFIFYBdEBU1r1YzskEzrIvmBFTe6I/or\n0vFoZjf1Z58sqsJjVO3c472Eo8KGKr2YhLS5MFZlfuVTX3ds3DSdok7bi8C6\nGuXAkfT4rEq06C0uTg3VR/uV+G/4MsONqv2ErMoWpngJqwWmfDTERyB65imR\nVPT0\r\n=00Xv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"26df4fbcb70b73e8877c897be6f11fd31f3807a7","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.37","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.38","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.38","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.38","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.84_1593610208085_0.48203416374924224","host":"s3://npm-registry-packages"}},"0.11.0-rc.85":{"name":"fundamental-styles","version":"0.11.0-rc.85","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.85","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b4154861e21212296f8d049ea6f200aeb41a9843","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.85.tgz","fileCount":76,"integrity":"sha512-r9sJ0Czg3Vm/jyhjrr5iSqSIRioqlqCaiRENwrdyBQRAGxlDq6EWg38yz0O/Zf9hQ7eMN/CVaSvH28KYWH3S7A==","signatures":[{"sig":"MEUCIAD+FvapBIo9DxZIYs5ItLsIJUN6KwHMrAwCLKWvzDIcAiEA8I5QJjE1kHCmrZLt69f4RSK1Wn8yYRRK+KpaMzcffA8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1719878,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/JKACRA9TVsSAnZWagAACnYP/2R3qJUddDAkk8RFc80X\nKXt8wNMdfNhhyM6xj1dX5HAJ0SHG+w1Qagktq1a/om6E+u97ZC3kebApHlEv\nMcFZ2DIcKu3kxQ3LrmIR+Jcg1tVuDS7aDL7/ZOPnqAkSugJL69mLbd96//T5\njSBDCGaArT45fI8m+ga7SjDaiDD8qv2IcdeENxm0CCID7ezmGP/fSNUNsEVD\n5aeLf0+U3059SBqnpwlFl2JA4ibV4E9NfSkblL4+YEcGOAaTunoy88bMa1Fn\nIOZp8avVC86skPYsefvuTTYt7qStX+mRhUx5Z9MI0vqieM2ht/IdZeya6urU\nq/oxl8RQNDAjxhHXYJgTq/5khlUEFDiK2M4IeqTEIGuNQHrofltpzI6cKpDZ\no2m9nwOL/FF2yCIHejTFi+CYl9cO1WNjUrVF+RcF+dO7ZCVkxasLY5q9r/wU\nK7wOfcpY0qFTSiLxvyH1NmYwMtrbgG6G5GyH35xZib19Kx8U6dPrkJicuTur\nn9bNYHtYDd7T2xvYfwJi5QWqGe//4ASie6WFZbJaccOCPuPtSnTWhFi7jPVv\nRZHGGB1ruNfjS7RTmnl9/3yfs7Y33G8gCFO/f7Fayjafu+SXrxAHWbTc9Zgd\nGpTMBWazvvY8xqDl1wOVq41BH0yqTHC5h76gEG1KCRRypykbNyGjZ5pQBdlC\npHzO\r\n=rTNX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d586f96f44c56e48905723134ef83145497ad1ee","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.38","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.38","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.38","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.38","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.85_1593610880291_0.9834705022554056","host":"s3://npm-registry-packages"}},"0.11.0-rc.86":{"name":"fundamental-styles","version":"0.11.0-rc.86","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.86","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ccc3efe14ee2e921d96d6d96de9d8d5088ef4e72","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.86.tgz","fileCount":76,"integrity":"sha512-wTpSuwOqzE2qyZvc+MW7tNZ9tjaRMkvqHCjBkBqwSjJdxU0Wh1rrqqXxj8FHuzzZyl8kx3WBMWLKJFyxSH7lVg==","signatures":[{"sig":"MEYCIQCTYgY7vzfMM26gxjiR2z0Oh27WSZOtcB1GBWF7tb4U3wIhANguFoBfuOI28WUeRmc7wogY7I7MJDoRGLChhT2KDY0/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1722863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/nmUCRA9TVsSAnZWagAAz+gQAJ0n/mh09bVM2thItvm0\nK/Mtj9S7pHbipD0Zw/LWRo5Unb1Kn3ltqw38E4CdVYJtHW4OwYbwN0D4CRMn\n4EX+BsOCXPqlXhfdRHodwpIkL49+qO84AI/i27ZvkjILIJw+ThxpDgbbzdr1\n5DCroNYTWKvMzLpU5GlTHrFBNftrVcW2Oo4XXsr9s8rH9uFcRdxZ7g0mtAfw\nhSlIn54Z+PZ3kVfE12hnLP8uoo2nOsQJs4IQ6vA8cCLBBYSwsuUm8SQ+U+N0\nLmHzxRljJ0E21oHqgfJS6iGJoknfvU73j/dr07JLPEMrZcEQSyJ/hR9vldUz\nXd04BaL+Vvf4QAyio/gfkMUVr/6ScakFYznpTdwewT+Zf11M476i3ZfecDyq\nvp+Ei/pkFJNSSKiAOPrm5yOPxHia/agkRGf9t1/RxE0ABnVa+JQp2Qzbdb1g\ny4KcGagY3tuU+2OyjEugA7OiAWrAkGd9jskszXDQYZoveqWxOnDD3NKhBaKb\nypIdvkrLRnhf57xV8urefqowhTtOrIaWs6mPr40p4mklnm6xGsyQUvRzaZ02\nEAMLO+7MOxUCwx+4JvlP6qAckXGOCtaMLdxKgB6UbuA7o5E4wIDPkHLBWD/c\n/Qu+SeoNNWYjM4jt0nUuDVgEqVE2hA9R9emutanQIhyoKMNFzKCBFAS5IKMd\n4rtr\r\n=04kH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d808ad10336d25b3f7983af6b66aa0d583ecc699","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.38","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.38","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.38","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.38","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.86_1593735571393_0.43493405900827464","host":"s3://npm-registry-packages"}},"0.11.0-rc.87":{"name":"fundamental-styles","version":"0.11.0-rc.87","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.87","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e6818ab676e3c77f618fcf5c1e1bac077c532757","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.87.tgz","fileCount":76,"integrity":"sha512-UB4m3COhaLkk6L3VVVSVl9Ckzo2Sm/tueRdA4wIRLU/QzXWFPCS5lU8EsbzUcB+CJLKe6A3x8Fz9yl411imQGA==","signatures":[{"sig":"MEUCIBwjcMo6S928+qJra2j/RFWLpN5BxAVddWv4Fqd/5e2aAiEA/0gR6fMCgP+SZFOq2mAlsUgSXMsD1GRY2xlr2bzAiYU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1723380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBHVcCRA9TVsSAnZWagAAqcoP/00Fd+wJuk9YRXh4WGoQ\nk1pOefexjAo7u1qGXKy453RHRaxlAC1sFbKpshVlbuRuMiA4izBFIy16Plep\n7Ke2CwlE6+eXKUdObhVSdTdtcOsWPDijjnTiMZZbjZKGcFMTYLjzWnDTiQT6\n5hYYoHNuxKDyUu5ga6OqIUir0nuTI1BCSweWB6E1jclhdwmw0QVH/gAuCUtp\nvXBCmr4YefHDT8Ufha4kyRCFIdK3MgKnhLDJh+WkYLG10ckeoRpLybJVP07B\nvqHnYcVPCaNBDVXiYDvGMJa7q5wuvh4cERRSwQL5m/XqMqBEe+Goa9WqeQWE\nVHSz+Cbqt5X8V6SFfyDsBMolVkmc08AsJGkzrJCzTDuJetjVqN9GvK4NyJgu\nCemvO4oZr63pqQpyLjcyW9VuTYTrqpWWAGkS2GSumchdxPQ+fWsqpwly6jgQ\nFugwQlo1nEl9dKG/NtN1kyLqtYomGGGg6if0laGADSglcVvYl20u47JZXLFR\nZHKRTwaoWG9/0cvNSsA9jSIgXDHJ0INLtiQKyuopfDaYttJPvtHumrFFaG88\nciXg7ajFBfaS0SlwkF2j0jZvoidQJMcsMxB91yM/1l0m1KcIkAAGyoibpRjJ\nvu/6jzbXjEDY6ODJm+e3rJ1wlCqF7jxTLEhLq+xaXBBMOYWsZnOIa96BEkZC\nqS6a\r\n=jNg+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2fc9f840ab0f2d8d4e44b87cab4270c6ee1d1c3e","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.38","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.38","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.38","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.38","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.87_1594127708088_0.8293034446793259","host":"s3://npm-registry-packages"}},"0.11.0-rc.88":{"name":"fundamental-styles","version":"0.11.0-rc.88","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.88","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e7c5ee7730792bf3956323db14ac6664e293c1d9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.88.tgz","fileCount":76,"integrity":"sha512-isRta1pYxVC//s3bEr9xJoUptP8staem8sIza3C2NqMqox46QtenfICvEsPa0n+1Esnso0pUj4rUAlLq+vcGyw==","signatures":[{"sig":"MEUCIQCCEDuOWtTCWKScG8tx4Gvhe2M9O/zNKjPZ3l3P8G5n/gIgRrOhX+WEjVjXMUIGfwqMPSmZ7pCTFE14Gss+RpCJ1b4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1689145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBJc7CRA9TVsSAnZWagAAXKQP+wRGuAMVRITqP0dmvrqS\nxN+vSQkRtpMuV+dwfOJZ+VQseDk9clY+1+OZpqtGhhSKtu9hLDeLUl+cVCI+\nzXVBxc9n0seZm1xFXvmkGkUj6YbKgScpc4+xObOpPj7r1npccRg7/otLdoDG\nmIL2Gdl+J7zAK/BUytJV/9/gJJcqseXBl0C9VKfFoWJlUR3Ma1+kAZ6yEQYt\nCZSIVmBv8dc/Ikbd+4ZzRwQuFuihi9NIL1u5qPz8cOQ/+rwOx6TqmDfP+jql\nn1w1Wgm7pRimOoP+pBO2RJZx6lkHTwyhxNm4pG1X3YgPDT7MYK9BK79P5/xi\nP5BW0eMPTjFmVJ2zT2XCKuo5ZURxKGPj3sC7mSn+79q/2R4vQepl7w3K/zIM\nmdqkePXJjdfxOtlEVnO11NDoAYKWvrN4AA7QtqK30vej8sRpZqGjQeHgF9TA\nutlr8zjhqJFm82PPBiVPgeDy524fFMrhNwQD0uq4ap18LjlQFMDZrs+9CkwB\nC5X46WlQccsPdMasa3ueFVcaemNJi2U7idkLG5n2cpLJIvfrKNZn64N/l5gw\nnAFkNDtwDeZHWiH23iaaLLGpd7pVXgSQ07TBq/T+3hMrgf2LXdDvNHv8jDcZ\nblUGPUFXlAHoFGDdfU9rCr5CMd6dqUsS9iheD6vGr8a9BK1Uw82qFfkZzfCl\nDyCp\r\n=2gbp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"daf6d1404c320b81b4314dd99978de79b584f29c","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.38","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.38","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.38","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.38","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.88_1594136379019_0.1593920691793742","host":"s3://npm-registry-packages"}},"0.11.0-rc.89":{"name":"fundamental-styles","version":"0.11.0-rc.89","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.89","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b636cffb5d1c152c25efc3d22c28c3dad3f5a059","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.89.tgz","fileCount":73,"integrity":"sha512-Wvker+CLzv19S/LuyQmvbnuRUi18i+kiurPE1KmoUq2WAPdOgbg7uNFxmvWdMgg6B8CWCOm5hMD4JAK7reyD+w==","signatures":[{"sig":"MEUCIHHIrlToNICtr7ZFP7yn/4ursnk99np4Oj5fsuShs4jqAiEApFDxpjYeRQ0DIzH6IPx1sIJ12CcEFRt2Mu11G94/8yQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1603767,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBM3cCRA9TVsSAnZWagAArMQP/RAJLhRMSJxTepjIEFa1\n0C84/52C9cYY9OAVoPNqAmOMTCJYX+cjaiRXs7DiGorF1vodzB4mCSUC3obt\n/Gz5Xx08wZN028nYZW4OMMgb2b9x3Y8ujqG+oItEl6/9U5sw1Ky2FNUvTRoA\n++sQnIKBE0ASvSk0tVI6uTEm6t7XtysU6++pval+lQ350cUnDlN3/eSgaAcz\nvn7CuKiOQFItJoj/yUfEMe29qaiNNf1CThlie0EBtCD5zVMioqjJYNDE9NGc\niwm5P10tzXzranL6IaUYPWweWUiQ59SxIMNwVrWY6bl9skXQa10r4ouQBaPt\n+XJL3lvPKDeZWgv8KGZQ+AZTrYyWVRbd1cnjAvJawOcH3GE+iGzMRKMxAc0y\noUZviNu5TJ0TY1iJaP9aaTFGYll2KVnM20N9SaTQOjEKPoEBHXvE63QQZK01\ngz3y7RJZECR9euqySzASeuQCgT9v0t05tyYcfrj/8W73vlPR8Gtn595GsJ6k\nOXDdttrRwogvPL5lUdlPR/v0nCsBhMJSYM1ohKRcPiUmBpe+w7+R+9yYDwIX\nklZrXmayyLoIGPUjo1x7+3MMQONqtEiMXx2fzfExNuNj5cv2qFIa63VQPV2P\n4+i91bnrMlM94V2ldsaYKii4Gv96WpnUyIQ/kT/GLzTTXRo6BdJKsn4cT/tN\nODHA\r\n=Rs9w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2ad0c411150a0a978acf4f743ea133c47855dc9f","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.38","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.38","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-beta.37","@storybook/addon-docs":"6.0.0-beta.38","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.37","@storybook/addon-links":"6.0.0-beta.37","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.37","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.38","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.37","@storybook/addon-cssresources":"6.0.0-beta.37","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.89_1594150364122_0.9160067326032082","host":"s3://npm-registry-packages"}},"0.11.0-rc.90":{"name":"fundamental-styles","version":"0.11.0-rc.90","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.90","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c439db810e2e5db7eb989ae123cf43ed5a3bd5e9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.90.tgz","fileCount":73,"integrity":"sha512-3rltEJtDPB5o/TZYIHcTUmStbL3ZjM5t70y9W9IjrUkx4hetrOP9bKD+rK0Jf7PmJsDfjWxXu1kY2IrLHEdBhw==","signatures":[{"sig":"MEUCIFeoC7vxzEsP+U8Wd1QjCmFHNYrJ3PMi9lb3bc/0es5gAiEArxRB9QGgrf6wlvzanfycs90CQFmttLzCJSQKcgRo/20=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1603909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBQn0CRA9TVsSAnZWagAAxsAP/1bKjolRV+YIfH0Uf1HG\nXLUDqcSQ3oQDIvc42tEAilSlaZ7c7KbrnJH/yEq3SbmBp94GnenVS9Jxy40w\nRnxAT0oCa8Xcbr8t71Jp66n0cXnDLIEJySEC57/0tQT+uRP+7+agc1zsnAGk\nfRLmC6+f8XdmQptwi9SgoB8FUFMw497Rne3QPMdiAZjmtm+Gnr1EgonBkEHv\nE6XSsFBfAfo3kgXvfTGOWRS0tTtcgRayr8qcpo3wKrsnqb/aCQssLSSE/ymh\nbMT01swFfk4VSthyhoCkIYgXLqup2Q977BPl+NMRWADDxVXhLbw1VbnwHbeT\nDRkPa/yxNMGvk+y5DdYlP/8MqN+aZ4ClbEJ2+CXN25hSrNvEbo3ssNXy+o20\n5EP8Q6/gYE7gBD3Q8zSQkr8ucRJI+52buA7zeLpEqisl12x6lLPF9tgCJ8Mv\n6P0/gMp77u3HQBBpGn7CkOrvX85T6vIiGr+yzaVGIW5L+TbmP75Cm7LwcxMf\novqm+rNelbB7J0cZOMxpqxY805OGn69lhSj7G0p0Y3eXBogJ529XKVTX3kLK\neiN4mhQctgx0iZt6FbrDU7/SsjM5Garbr7r0Bnm/V9FJB1U8JMWRdfI70rwG\n8qbzqjIfCTOAAe297mxuIv3uwltT072vRLnphHxP94bcz4XDs10fIlgbGaEs\nkROm\r\n=qgTh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7922a6079a76e28859a054eeffd9a9501519b208","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.45","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.45","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-beta.45","@storybook/addon-docs":"6.0.0-beta.45","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.45","@storybook/addon-links":"6.0.0-beta.45","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.45","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.45","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.45","@storybook/addon-cssresources":"6.0.0-beta.45","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.45"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.90_1594165747795_0.08000779306112471","host":"s3://npm-registry-packages"}},"0.11.0-rc.91":{"name":"fundamental-styles","version":"0.11.0-rc.91","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.91","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"818ff67e95f08c116a7e63e9fd63bc6b19a0883b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.91.tgz","fileCount":73,"integrity":"sha512-pyYUB4fV1CIaxe0iKNfFt69ULoN3I6jgILhvKMeiT85Yo/UBd+kmR+2xVv7YpZleksVijUtqj9o3sq4qolhtcQ==","signatures":[{"sig":"MEUCIQDuU5GRE0rjVtN6p4+1fA65o8iZKEz/IPGZ4aUW99QHVwIgUNks2Wx7c005TNq3vF1B7PxnfmvEWHCwuc9f9Xa8vIU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1604659,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBduTCRA9TVsSAnZWagAA4IcP/2pvbAZNue3kurHyaPnp\n0bvkwSPxrbwrUx97JlxGjBbahq1bkOXrjLTQGZ63GnTAnAsFg8LX0HXNRxIf\nOeblArUQR0T0yh2ik5UHois6tWUUuq/gicnRU73hauzp3RVWRA1IW4JpxK81\n1juddiMUPRDaCvgZjhO7q/dPhjtNYhaALGN5d/0trpnsB11OIgfVcoeOOCAH\ng5EKkR2zmWIoPwcN/npt4qGs5z0hVj/zj89t6XnYaRKx+zQMwH6B6FQnwKJD\nlKWUxGrrQ/1Xm9xqAZFoST7Jf/qLjanplJnMlVmF5aIxIjagCG1Z2as3VIyi\nc6d9mh9wp3/22lK/yZpetQbHfr2XnpeRt+piClphtSgRdXKGfhd+giAykd+U\nAq6uHPG03lSzo//ZV+JisHC84c277r4/5BVnItAAgpwlMKNN+ChBuG6MTruW\nhyrnR9tPZNfnQNl1uzyIekZfOMSDN7r5II3cPhjnufPcmTJO9HA912EB8rlB\nBTJYp3Poz0ubjScngD3Qu6z7TZf2dfCOWsqYBph8uTxUG8R9M+/vaaYO5Y6U\nmRL0dVWzPTq2O7mH4doxNpZjUMyekadutsERYe/QcgYH1s31UZO++ECTJx2t\ngOtrDgSDIGfZJwCOflazl6+yb+VpWgTGRstmBpfkFr2nyk7ovW5mNtB5RdBz\nfKqj\r\n=GKAo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"aca461579e6cea8b5b65d398e42a951cdf025bcc","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-beta.45","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-beta.45","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-beta.45","@storybook/addon-docs":"6.0.0-beta.45","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-beta.45","@storybook/addon-links":"6.0.0-beta.45","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-beta.45","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-beta.45","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-beta.45","@storybook/addon-cssresources":"6.0.0-beta.45","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-beta.45"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.91_1594219410649_0.8346960574511018","host":"s3://npm-registry-packages"}},"0.11.0-rc.92":{"name":"fundamental-styles","version":"0.11.0-rc.92","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.92","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6998ad2868581c039d88cca516f66bd06905238b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.92.tgz","fileCount":73,"integrity":"sha512-K/O6FlW5q4O5eBQKbxzcqirf9Mfwz3zl62M8wwtdXXCWeIf6+gOWNlY5fKNA/fXQLOh/64igrjLo85f74RC4dQ==","signatures":[{"sig":"MEUCIQDksiJkVwwjA5YIQtLJI+E/1z1lMZ5OQJqgyjyG1CNZlwIgKij0ENJDvYg8Zgjp37kC5/u8K5YkQ1/+oZPkwEdZj2s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1604768,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBfJKCRA9TVsSAnZWagAA6noP/0r1WN0mUfV9WcGKrqL9\nb8k0Ce9gvtZNrfYjHC59e15NVN46f28Fcy+UieOY03YfLRWq5ErfGCW4DgxB\nrI/QrZgAsR/OeFdvjQczTtCnUu8jMHqbe+sWXS2WXKLhbyWiYwsUxbuhWFRp\nTP5zUCnd8upxkauyzp4jycGOqiz1znUYwM1im3DBjyG4LnR7hjQcaKsIdXeU\nF5ELLmC0EXK5mf/PTWGlzTM/lvkWyL/Ta8guKt97nRtQea0E9lovtTSNApEI\nbfdXD6bqXojmKcFAu0aTT51CMPx7yHgSZIVzYmQIYzvW2gpkEB2rzN5ZS51n\nft9pdTaXofmgFzX6ymjEuPAwyStxPfs7LVlhulTbpW4gibeyFGXPtMw6WDsy\n9fzqjFBXYaE8gjwtPQ392r7ZsvzbVJmjtvsV/pWxBhLUCAMukQ94GujK4Jbq\n650jZqgSKyBa3L/sGlEGc57PqBg2Ee1T8UOEaMHsuKe6JC60f1cQILqfsd+f\nsFMWzRGbPK0JlTM8wxYYvltIFEwbLr3WL7CBI7AGbJsV6xS+j2hONgJoLdzQ\noGocPcf/klEh67DaCdhIUqHdShVsYHgIfwyNfTN2ysyb+gCD2Oqp9ygem36P\nhqAUAkxqeyliQowPUc0fUCevMtbcmAltSh7v98etZ4UeF5XRIqgthLo+Vmkj\nZXQZ\r\n=Shlv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b6febe394cfda43d0c6cb756e467cbf8913cdb88","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-rc.0","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.0","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.0","@storybook/addon-docs":"6.0.0-rc.0","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.0","@storybook/addon-links":"6.0.0-rc.0","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.0","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.0","@storybook/addon-cssresources":"6.0.0-rc.0","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.92_1594225226389_0.45866852038056294","host":"s3://npm-registry-packages"}},"0.11.0-rc.93":{"name":"fundamental-styles","version":"0.11.0-rc.93","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.93","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d5302e73e060641e8b6fcbbd2ddbfe6c5c3b46e1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.93.tgz","fileCount":73,"integrity":"sha512-YN44OTC95sUkRyfmsxiwDyKOJMAajkGa5N34cPpzmgf9yk0qzBGQYVcmEb5KsAGisCAJbceETPvtmWlO99pIZg==","signatures":[{"sig":"MEQCIAEXPxmuiE8Gm7prbHux7ZUBgXoiqIfKBVa1hgI7fVCGAiAxiQzFAnsQfB2moP/J8oyYaZfqVtiTGCpQMdW4eHXoeA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1606009,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBf7qCRA9TVsSAnZWagAAC2oP/AnQk3L4DDjKvulkL9xq\nyJ2t3yjC1Wqo6nQdfK8/JFhaMy7iLGthpY9gt4Ipqft2hCXlmUfP27aJDPrY\nJeqPBs3IdPP5XmgKjr8UzOksCyEpd40bwwTQIfYf5JWX2oWquQ3zsSdHKlEw\n/4F6tz8h2y3Ba18aRDon0KbS9PYLzLZensBMBXi4YaV6PgTC8aTZfkSwGYFp\nsGmQDLDFyHFi9SXl/d8IwFlUA7O0tUHvIVDEwvJHYs76Ox7t5qryiLj2mbbU\nAum3bhUrTqOu8Z/188Jy9rFYnjlWFDJJMLTkQb1vbXbKXteT/8EssqND8scy\nSH+7JM1CsRcyUbhWT5hxG5t911vmZNeIO2oodhwh+TLZyumWguTXUPd2lTYK\nEGF4V7ejljcsaLVay0afDEee0pkjoaheSUObuOFMtwWPUh7bshI3UwGRgygD\nyhftaJv+rZLWn5VGlwMruPtwwaKJNaK+qlrsRutAjidCWRDTDrirYcUzpmZN\nvP1yRhQ1JfIdJxLVYj+xBJWEGm2JC5ScPbPGWlV6nMk6rDOQTcLAQFpqkTNJ\nLvBVqqL+vkNQDOdcZvlO201uZ17MJJ27jnWE2/UKY9R/pIrB9zvqPaG9cPtx\nYqC7aR57NeLQYmjpClR5JUYcdSGuqCJqfBvqKi4HpLC7Yr5EvOk08ofNIrZ0\npeuC\r\n=rjnf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c12529f6fbd38dfcd024cb1ea8cc5b7dfe76f741","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-rc.0","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.0","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.0","@storybook/addon-docs":"6.0.0-rc.0","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.0","@storybook/addon-links":"6.0.0-rc.0","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.0","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.0","@storybook/addon-cssresources":"6.0.0-rc.0","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.93_1594228457927_0.38164499630800175","host":"s3://npm-registry-packages"}},"0.11.0-rc.94":{"name":"fundamental-styles","version":"0.11.0-rc.94","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.94","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"13df46479a518ec7fb2fe67e61349c397edb0256","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.94.tgz","fileCount":73,"integrity":"sha512-wpBwjHei1oasGRrUEazXJ/gLtHEnAdX30NQngwuYoqcySck3PPkjzVqz0HlXYbJuSvImcUyg6UjSekJYVWIblg==","signatures":[{"sig":"MEYCIQDpqJe3uWw/vy9cdlaTDfpuk71LBXaIMWzhgh160bUDLAIhAO5mO62oHFeKlZGS4yLXXhTx16+HGAO2QIKSVLF/ndKb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1606744,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBtpYCRA9TVsSAnZWagAA1aQP/3USTvseZntGBeFFRs4A\ngoiS8f2dDJCkmwqETGMo3yfhSOCgHixu5sHILAye95go126lKvGt38x6W4xG\nW2/K9zuvZwraCEVgmR9iZ7Bsgsd2/r8pqfxBHes9XxqtbISnWsepwwJwDfny\n27s6C6hrpw2qlODFBZqiAPkU94Wy81EIV1OOX1SacUkzAZa8PzJPhcXlLQnt\n4GUCPmlX3672NnIu/NrhSCuI92LdUvT0YC8J/ox0h6Ku5RfgxL9otGksWbCI\nYVHZKPj/ykTMdpBGhLZhvIJ4rZuyhZ89B1Pvae1bjTGGvnwSF0a/vUy0/xHY\nsqK8I5QE7BLJdoLvHLFqmB40+uEb31rPCG892GdNG3/Kg8PTwP9PTw4MEAke\nMlhMpns2iMBz5UKUluAlo3sF1GGUnYrQ28TbWcq2M9G7etjj4XV/npqv4918\nJuy+jiV5u0qgaBPG3AtSPwaM9YuMRJNeBlOzGe9hp1kKb2LZDhQJ2U3Zx3nr\n0q8M6JkL3afAeyJnpgZD2i31B3/9nbeJMhlXOy9WhyyMJXnfMi74VYl5ay0a\ne15cJW7fy2ALX1ZRyhg3Mo8pK3ZiLodz96/kAsz6GWvFEWzE/10ITJsx4/h3\n4p7CkuDAQaD3nJDqumLDSTarQVPfMuVDWkeqFiHI1k9S3DijCcW38oGD+FH8\nECfl\r\n=s0NI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2407acbd6bd5fbfd1a813706f334f51957539065","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-rc.0","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.0","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.0","@storybook/addon-docs":"6.0.0-rc.0","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.0","@storybook/addon-links":"6.0.0-rc.0","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.0","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.0","@storybook/addon-cssresources":"6.0.0-rc.0","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.94_1594284631774_0.7518182237801163","host":"s3://npm-registry-packages"}},"0.11.0-rc.95":{"name":"fundamental-styles","version":"0.11.0-rc.95","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.95","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"de312dce4377c689228563cdf2d6ab7112c49b7e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.95.tgz","fileCount":73,"integrity":"sha512-NrHA3rbp8VpRx3j8NFs0b57Srii5DAuI6OknH1jkKD3DX20aIbrHtJMjgeKCB48OE4EiIiFW2GlqHYdFYQ884A==","signatures":[{"sig":"MEQCIBKjgpwsKHOgZX0LV2g0woMWtxTVhUAfTeTAu+SoFGfEAiAYgth5rAHr6WRF5eXsryupHFqWOn+X8wWz4KtLhWj2Iw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1607226,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBvbsCRA9TVsSAnZWagAA60EP/1stYWBi7EvNQN5VaIL+\nB+YKmLJQt+bbuxswfIkbj2mo8ALoPlhlaUSKHs2MB9bWIouJrjOcU5Exq732\nIpPHczSzO0HNMAsvbviKgfBUPpDbu2A49FGm+MbTn6LYoAdtzc6haaz8zaWm\n9uc1VCS9OH8Z56wdBm7QstBOHy6PImQjfLSN5WRn+wMvXif1sB8EMHAESgor\nXgrMPhTAqmVhjs+oQRV9ja8uCUt1FwUZ4Zyqre2rce+sr4HffUov9EidciLf\nz+n/rom5W6QZU+46+E9QibBNzAE5SX5r19XB1i517w3hL4ijCyp8omd3HTts\ns2FHmEm15h6MjHbQ8xQ/YNxXd0rtRZIi6NzfgmmCl5A4kRqBVoTOigV2Gmtt\nnWdIg1QWuBHMgV3efeFcpMnVMbxRWu5riwqo9fXe7BpbHbSICC1QOfBCsxQT\nKqJFDTEqx4TCbT0KQ2GR/BzVj9drXenpnHj13QKnzqjAfk0L33SOUn+xXWVW\nCtJCACHGNYpKSnmLiNyO20yADfTW0eyRM3XfA0e67Sj0JwydqOBQXIUYuNlA\n1ImhbkPLipMOv1eNp0On5c7evG5bimI7NeLSYwe8hhTdYClAz+zyOChDCUUX\nfXUzwpZfwuiCLIazc55eVphtbmbRm8lEH0upppJeiWzMtE0poMZ/Zjqb1m/f\nfUfA\r\n=ftOL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f93a327db2d320ac8b563c4b8e62f0e50b24cac9","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-rc.0","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.0","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.0","@storybook/addon-docs":"6.0.0-rc.0","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.0","@storybook/addon-links":"6.0.0-rc.0","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.0","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.0","@storybook/addon-cssresources":"6.0.0-rc.0","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.95_1594291948287_0.5287240540013989","host":"s3://npm-registry-packages"}},"0.11.0-rc.96":{"name":"fundamental-styles","version":"0.11.0-rc.96","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.96","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"495640d0c78c3e7644c4aa03218338f58d3ae240","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.96.tgz","fileCount":73,"integrity":"sha512-blVUs4g3lBO7rhHIWugr1rYNCYVT3yKYoysQzD9fDTMbhB+lu5zLTGBmBD/0oQdZ64/TIDqy1mML79AC3igLrw==","signatures":[{"sig":"MEUCIEUccBltZkwQWNo2svDrV4GcAig5KtgLog8EX6MyMgm2AiEAr+LJF+f0O8inDuud2mbXzA8OCfGRpgO2ooH9E8mDBgc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1607368,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfByyKCRA9TVsSAnZWagAAph8P/3+pdHhvT0jiogBT/D2t\n9SVTmGD8rSxp5sm72hYGXzVq2qdk4uG7RCj4+X7+onpDWWtmLidvCaDfEPnP\nEAJvd7ZoAuQxFr4gHzuKQXumgjj9VWjPXeDUIAsVRcY8ipHAtm+4feFdgvY2\nifH/lDWCsiS53N9Ss347swcC8SlPGKejrB6EZFWKtMm9OW0pL1gMRdC66Z1b\n/QGrkcQD5HUtjmJZnl+prFU4resPXzuRivH6v3Hhd1UrfZ/PIYv8O9rI82US\nR3vDAcO0aeyMjYmqwgKoouVTeDjr/ffSlbqnJhziYH+2WLmrtmVzJjOdKefO\n2la8GD2AaW60vh5uaEZVBmy0sRXR7TwIHEmw7sFJs/UD8NEj90w0l/vlvkyS\ntqm7wVjJpjaHMmUxLc+lZ67xRTj7cyyRD0Vrnymmqqt+XUKA+/83H/Do3/np\nVFevNOC1qkpc505iuOaEePaNGhf09lwzrm3BaZR5dVcqzLrFvLRidOkjG75p\nN4Y7dBKIcVN+P6V5yKkDAK3MKyUoBpAjf8OKyhNW1SN7NQSjv8y8cUoACdyW\n2ditdRHD3Xz+8uahoCJMevRrug0t/kW8azGGjAITB/65RJvSzYBSUSjg264c\nm/kOzsTTR9AD1yTUZ1O8++Hh1yTDtl/zZiLqNlITFtQ9wyhyJSE1zysO1UY6\ndVng\r\n=VPGh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"13a016e802651f3cb5bcde021a39e7918f32bf66","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-rc.0","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.0","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.0","@storybook/addon-docs":"6.0.0-rc.0","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.0","@storybook/addon-links":"6.0.0-rc.0","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.0","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.0","@storybook/addon-cssresources":"6.0.0-rc.0","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.96_1594305674036_0.2169512653937451","host":"s3://npm-registry-packages"}},"0.11.0-rc.97":{"name":"fundamental-styles","version":"0.11.0-rc.97","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.97","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"62ac1f39d0f5c01595382f7fd83c4ca0f8db12b2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.97.tgz","fileCount":73,"integrity":"sha512-YXZVDFsIAilWfJhotuKdTxVnB4Dw1o8nVojFHK/kC54Tv7oY1t8S+9VB/GtgnyHqCwaTQBkVDrEEqrPwm2XQZQ==","signatures":[{"sig":"MEUCIQD6iJcWAcVLBrmi1rEKgzCv0p6asK19tD8Gf2ZE4tUSbwIgUxCc4l+Sr3LBgXN0q2hSVUCGnT0a83lrPzsBCbCPss4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1608101,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBzVVCRA9TVsSAnZWagAADjsP/2l+jaoF4YGpiVvh82Q1\n8u5npG8krB95G5RvN48Qu+pPHetHbC4Vn+VNq/NGtMU0V3RytfOGaBYscjtw\nxAxuKJ1+bWVY/YgrYyW7n4mUKzLEZIQft6Pd71DtV0A9SE+7tuB11NC4XgcS\n+ihOGdu2d7c+KSbkke7xrBbbuiEbE8J85fWoaeiWvSnuD7cAFA+AskuC1wH7\nb/Zxp4Io6Dl1QS4u1FRhe05Pe1EPmfKBKIc+0I/0wWg+2g5DDzUz9P8IlQmw\nEvBNy+f7BKbcarArSiJrY15HY0dsfOLNur+Va7h/jBE1wbL20Dh/Az92EpeC\nnU/HcMzyReRLoUBTK4yUt+i9On06hFMs1LidPyOO9oBrtuI/+GWO1kRhSUQh\n4m1buj4ptxMWSsvNc0LaFKWwsNk6Ng7uVQTRGtgSfw3jPJGxS0ryqsCakfAM\n+NXqzGQh7fddtZNUQxGWegP5UohPr9j3tV8wxs0pluGvIkgTNUQ/7RI2lonV\nwggjlhIlid4hA4x4MLxfHHGtwRBnTVjlpAuv2WheRzOTEoDCIK4h5WZF4nv0\nVDUA7be3jl/5ogQMdz4ehjGzkYvTcLb4ai3wx7+pXfZT6604GxNVibuRux0v\nKlK1et/1MuXtsi9o+Amvy4u2ZAOh/STrymTB/x0dfsnrxEedEW2tyOn436pH\nJEYJ\r\n=NE+K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bd60bb7fb8e03dde92df56435967ab69fa7222d2","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-rc.0","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.0","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.0","@storybook/addon-docs":"6.0.0-rc.0","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.0","@storybook/addon-links":"6.0.0-rc.0","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.0","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.0","@storybook/addon-cssresources":"6.0.0-rc.0","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.97_1594307925364_0.7013234030148712","host":"s3://npm-registry-packages"}},"0.11.0-rc.98":{"name":"fundamental-styles","version":"0.11.0-rc.98","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.98","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e4eec275323775924636ae51b2447a238b8b48d4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.98.tgz","fileCount":73,"integrity":"sha512-kpLzpvQn2AS401AFhgBoAakUyJ8l4TVEvDmDTGBMjOdtoyPQ//d2pcjmTuv22HuE0cce/VAk1aHvxaglubDquQ==","signatures":[{"sig":"MEUCIQCsSS3zQDKHvhkddhmilgFdrCkes6My9r6rHAxWgY+RRgIgdqWP6aUYk33NmyzHxfjOVoiSvJ5obRZhP1qaM2e9xZ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1608243,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfB0J5CRA9TVsSAnZWagAATIYP/AkPIFjpx08qXERR2U4y\nke5M8AueD+OD6lX1Vur3fpKxrxVsF+YfugIUxeb07/YTi34voDgI5yo0C9ws\ndxTn3IHIchHwCOpPnIN5sBh0YEnuHGhuVFCFkXwLXrcI0BmsLJWeKfPU+Xbe\nAcS6gLOPhacNypXw8buLrxtZ17ierTtHjW6wqtOSkhWDX8g/sIeVN4tBVhG0\nMg+/wQvDNk3C1GoPve67ZPygH2HXpNUff083eg5UW8JdZ3PDJHX6/mZGBXHS\n/EzYWrLAuSSH8szXzdcxrQCVrmr6z5SkOaG/WSXsHyIip1boW046OazyNaP4\nF/3kmCxoScfWLhczGeOe3zsaAxlWEpYlF8igw0Lxyir3GjvYVDa2IPOJyhlL\nQ6s2KRnT4lupEHy0XMGEt6OhnKFFbLF9v7ywWiurncU0hOQ7NjLKq0r6ELvZ\n7t9q01/DRixWOv4UFBQdqtZ7Yor/CvOjgL+9cQvhhMoFBv0HdxGvByIAEHqw\nLAdF9KlDIxkSKn6ZzN3ZpsWSTB2U7TlZqsLCoPkoSdshloaA/RuEIWoT10LT\nzqPiVW1gzowBu1Mki7rq4HVvwyEm5D7jS5BlBvRqfW+i8Hv2j9f+s5Epg2nd\n8NYZxYZsGz0zTAhHBaYgzMLAidoW0jg6kpVMWAiJWhTWIDUMKuggNzAERbaP\nBffx\r\n=y/TQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"85cdfacf58b3fe417764e73b239dd30aadd88496","scripts":{"docs":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..","lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml","deploy":"gh-pages -d docs/_site","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","docs:prod":"npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,docs,.storybook}/**/*.(sa|sc|c)ss'","docs:config":"./scripts/create-library-config.js","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","docs:compile":"npm run build && npm run docs:config; cp dist/fundamental-styles.css docs/css","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"doc":"docs","storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","signale":"^1.4.0","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","write-yaml":"^1.0.0","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","load-json-file":"^6.2.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-rc.0","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.0","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.0","@storybook/addon-docs":"6.0.0-rc.0","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.0","@storybook/addon-links":"6.0.0-rc.0","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.0","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.0","@storybook/addon-cssresources":"6.0.0-rc.0","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.98_1594311289478_0.6703095578090683","host":"s3://npm-registry-packages"}},"0.11.0-rc.99":{"name":"fundamental-styles","version":"0.11.0-rc.99","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.99","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0880be6e64f1309787ef602aaaf504d2724e0930","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.99.tgz","fileCount":73,"integrity":"sha512-73fcZrGZpptaqpEJ7axpSKDsg7bydDwtvqUoPd7MiLpkWuMhz38dv/klO4RanWsVtzkUS3gPHI3ts9mnhiDq2g==","signatures":[{"sig":"MEUCIQDRM1yQWNTLLc3wLcEEsNORdGAUgJRoGffPvj5IHFntBwIgRO9qiZ1Qabt66lR9melRuj8t4CefdpJ1MwOWrFqSBck=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1607444,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfB0jVCRA9TVsSAnZWagAAs5UP/3CQgdHwrB95Z/ywA+OR\nfUmPJEl76I91A8NDi9ZXGuw8TpB2H3y+TCLjjRFXPvG5UIzSvY4Wdqg3fjVq\nuw2/IuqfaLFC3ncl60xGNVHGVESbi3brBrQWq0uH3DWIBldUf34VVJo9dmbv\n+r0gbDzpnOYdH7L9GW1RpLA5UH/GEL2QXwLfwQAJXjcffDUev2FbniFItXHB\nRjQvzELmVQpcEJ9xnw35/CBPC1/c+gO8uXn1VgmOhaEnOyT13jIjXWLvngu5\nOMQVT/lqqe9jwVSpCn7t/XCWE9HeSHkdI8stu3sQZpuZeqzbWFP+r9dercW1\neA+7BzLCpqXLHB3aKszlJuepUHJn4xGs2XFzvIF0oVfLr34T02Q6eOheP998\nJXepG4s6aqKau0w3NSTCAejOPk2xY0UI8UItDUK7Vf647U7vVyj3YUopJ8Cc\n5y9BGKoIcBt+4CKS0eBAVoioqCVplUdZR/12qCxpyatjmOWdfG/CpwbMb6ga\nXVQKCcdlsr+3T18xFWQ6ixnDuRQ0tj3u38Se3y6j2s/VckxCPcJKCbckqC5M\nXemyoypLjQUAg8jKOQ8usjt5LAzCV01AAVr/KxCwIfanUrMHIccbtYubJDRM\n1xLnG7kT86U0e11X4z2TnVMGgyyUmuaDDP/NzDSCfHdUKrOg+gjqwf+VbrWS\nMlT+\r\n=ifvJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0bb5771ad3679bdf3c48726ba775bc306ddaa609","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-rc.0","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.0","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.0","@storybook/addon-docs":"6.0.0-rc.0","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.0","@storybook/addon-links":"6.0.0-rc.0","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.0","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.0","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.0","@storybook/addon-cssresources":"6.0.0-rc.0","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.99_1594312916884_0.5406553880649612","host":"s3://npm-registry-packages"}},"0.11.0-rc.100":{"name":"fundamental-styles","version":"0.11.0-rc.100","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.100","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"201d8a6cc5cf4afd95120da8c27f31e6c7197bd6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.100.tgz","fileCount":73,"integrity":"sha512-6zazOf02e4UBmcOyFnfd0NKX/zqbs+oVl20D/ZXsKGwc3HipX+BL5V+ZAYoCEtxNonrH159PGZp4iHfhAZoqGw==","signatures":[{"sig":"MEYCIQCnRVdrCuubaMduRBDpuO8Oh6qHRc8IHRELE3ooNjUx2gIhAO6LVqnKYtFjfmYfsDvlAw7Ir83WBJXxyOxVron0hlj6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1607653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfB20RCRA9TVsSAnZWagAAIQUQAJj/foG8eOa29WeBwIDW\nDSqmpeFi5slDQUkdfxUrVKonr0ux4of/nN2MLtWqkOyDOAIaC+OFebTJmhRv\n/j1gfmupsiSyWI0d8grBPrc9wiyRMe6ILrkswi2kFOoxq3otf6BsGGQ+wOX2\nYSCzzMmNZ3i/whuoszu8TECP4mKlUFlQYv5doieqch66F5dxoHe1x30SQESr\nNLCFH6yblsA6MapcmDvBSYA/3c78w9sv+UgjO0MgO8nf4W1/pHvlSTaNke/R\nwqt+TiZxraqKlcDhMByEUScRv52+Cpj7sFBs+AC8/cvaqhbOzb+4E3PzrBy3\ngnto4XQV1acRM7cTlGABbHJYwTftyptqEdNCo5KdJp5TTNPstwROHR9u73d+\nYLmqZPBlyTLGUnFagpaca/iVPpUqgZzLmJCk12fh3QXibXFwXKtKvFzW9ePQ\nZu12WfLYMaAs97MttsLdmcneX9cHX1eBk2XqgXsNAaL8mmPIqi747Oi4GEEA\n8bH6exvsrr1Kw+WbJi985O0Jk8K9Pip6fk92vyQ1LlQxssYBijq5gOh4HHd7\nIO1tSZB2eOyXSKzkF7NIBUH1IhyPK/b0hJYhBd4Dpe38asBIgRvzi695yx5C\njYmoN/jzcLd/+R1nxRlexXaOmrjp9s9QhZEKFQgh5uYdI2TB8lCfzDUbH8Wl\nJUQW\r\n=/aYq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b4b661031c3ba57b76768ce41f84cbdadf769e57","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-rc.1","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.1","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.1","@storybook/addon-docs":"6.0.0-rc.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.1","@storybook/addon-links":"6.0.0-rc.1","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.1","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.1","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.1","@storybook/addon-cssresources":"6.0.0-rc.1","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.100_1594322193006_0.7321999964652481","host":"s3://npm-registry-packages"}},"0.11.0-rc.101":{"name":"fundamental-styles","version":"0.11.0-rc.101","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.101","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2d2bf2d1afa0e4c2721dc5b3d4023d725b392920","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.101.tgz","fileCount":73,"integrity":"sha512-m/D9tFKHVIdJm4G4p5PcH2qqoh2NSHkg7PmeyF0YN1z1WVeVoXGOpmFyyLqhufbOUsH4HrHeb/podks3TYynag==","signatures":[{"sig":"MEUCID++M6K58kIoISLPIqQTc0xFaULHxOCyfYZmjE7SDf/jAiEAlxUHd2UC39VFJDq8NVamPQg3UAZOEfn7n5z3phGm+RE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1607994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCCm6CRA9TVsSAnZWagAAjP8QAIUcApS4s01/zdOBqK83\n3CrN2O8p0iYBHQq9Zu0/+QfRK3b+o1aBoD7cVR+mGMUov+oB0igsodnwo6bQ\nSVCMOWxV0lkNuUfc+OUGxDHlXfU1BNMixOp/9aaJnB/fAeM/DH9Da/sYbsXV\n/FvK2D0oScSGSWChFMG0z/3gE55OSXR6cXM8s6oiOJHjrK91RqV2WJKr5Prz\nd3hOOwF/t1FnnczKtxIHUfSPnzq95OC5V2jzkp7/NemIurqDqFlmJULsRoSx\nAY9z76aeiIRwNcerZZZsk8DgCpi/xrRTitcLiEzjIncXWFVXb0Ryghfw7XRz\nXqaGx+CUWjk2HOZPhcy1AKfBc6z84Y8LV50/pvi3SrNs5ZTDY3r0orHp0hqM\npDUYut0jtaxNbTxp8LWTnBjTUzAy8ybIUcCUq4HpsmgS1bYvnZqJ67ZhczUX\nEHzNdtIg+aemv9kU5s/PVpqEDnjjGZQwXMKBAC7r3neG+BBLBJi8/tu9LwQ5\neDACgl2iYaXX3Yh52Rn4KvGwtR0th4YZVFf1Jjs2seCIQPGF4mlXqYb8+DOz\nSkuQorSriokFWsyWE3HUZtRNPKxYcj6Ryexg1rDIAP/+sdXbewA0szIcO0MB\nY9NkC7g+42IrW14r9FaY4UdWXnd6Jcl5yhKXEuXN4rYx3ARCXbuBNkxqVizo\n0yKO\r\n=VSdF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4fc4d7c6753a173381f493df1ed1a69cba310a08","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-rc.1","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.1","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.1","@storybook/addon-docs":"6.0.0-rc.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.1","@storybook/addon-links":"6.0.0-rc.1","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.1","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.1","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.1","@storybook/addon-cssresources":"6.0.0-rc.1","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.101_1594370489971_0.6578594902533748","host":"s3://npm-registry-packages"}},"0.11.0-rc.102":{"name":"fundamental-styles","version":"0.11.0-rc.102","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.102","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4f3e810d19fb387c08a094983ac07a4c32857aa9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.102.tgz","fileCount":73,"integrity":"sha512-0WCRtTbGjXl8mlH/AINIqEIILJj9Esw2I044KI8k6hjJvxBJuFBQZPtCF9UPcXSy5lnL2YwDUHXWn9nFDHVA0w==","signatures":[{"sig":"MEUCIFrhd3hZrIvFhHahr0APIfotb8cedLeeEHzkY161Yo4gAiEAqpzsdgjUgY6/a0s1GlyG1GAC+kIzqUcrcdaCzBZKHZ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1600906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCOHGCRA9TVsSAnZWagAAixkP/3oZEPVMOWe1d7iwa603\n5pl+ELJwJGKvJ19R98n0sd95dyKHiO46Q5oYW0CY3tBi8gU605cWRY9CrVKM\n3a1gDJTdAsAz53pDuQF8rtWo6GrQCEHe2L/v2644DOEFOBT+OU/h7OwZnHVk\npGuFhdMMp1rpPguH8pRDL2PKhsls75d45KHp7bkWLjYuyi6g/YMHPf7s2ei9\nFy0Brm5+iDe/9Ok9CgNthGkZ6+RxXdmMyLp4fPX1DB3fBBG2HVEwgV8wUKVW\nfaKM8TWV6PfZOjzcYsZg7990FUtU94AV/nJi2EIEdliLvRmnM6apbADuBOuL\nM6PfByXtOMy9UsjNRw2HCSfiGxhrO4LDTCUy7/zzt4IGD7ZMgCJcIQECQlXc\neR8lJZPsjgIrdjFT9S74kWyzTlebHGD4IWpns6hKOFM6hE/bF61hdRFmhjVU\nbdcUXqLyFFvoczK236grg6Q1Mh4BcHCBushmjU0dGYc9iQmoYm5d+o2Vt8vG\nsNVgl+nsduv7ANibHHU6GYINcDufQ7vr/RK9IdLfv70HghR9KYrG9TokLlnj\nUACOf89xNITh0M7GpWkNxNhavNauYErUtfBdCxk9Wduf93U6GAYVFJGXVkTJ\nUoqRCiQh/xrhJ6HHr+XV5wvqERzdW1GRnreYlbXiLS1AFpHt824xKk5AyTOn\nj9ju\r\n=QQZD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a12ee3fe3dc0b472fbb6f0bb208577d95eac6000","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-rc.1","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.1","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.1","@storybook/addon-docs":"6.0.0-rc.1","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.1","@storybook/addon-links":"6.0.0-rc.1","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.1","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.1","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.1","@storybook/addon-cssresources":"6.0.0-rc.1","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.102_1594417605743_0.9561028262716076","host":"s3://npm-registry-packages"}},"0.11.0-rc.103":{"name":"fundamental-styles","version":"0.11.0-rc.103","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.103","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"79098404b14e3213cd324cfe90d99978a1c499df","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.103.tgz","fileCount":73,"integrity":"sha512-nMgphvHg5ybd1RlPKSSNcL2scyV+a/RYGB6mBvvsjmGiNZbloBqaqc18A4WqQiupQ0ak/EuUJf0nN9BVNKd6YA==","signatures":[{"sig":"MEUCIQCf614pJ59cOxisYhp4kYmC6u7iAa+R48y166//esApNQIgAcBy09QyrPp1/ujy/KPCpbHO1ubdjM1A0NaFq7+WazQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1601052,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCzreCRA9TVsSAnZWagAAxbgP/iDU4SGzte0OfJAjTR3g\nYuzI8hIZ3hLQWyJ0lXHagxwhJTKPKCMJM5uQ3Vsy+PwWNC6Om9yFIWeqghac\nVaUt1oUe0I4hfPSV44WW8LeOKhZojeHc+oqIEkrLrPJEfGlDVcV2dNbFidNl\nB0Ik8lDn5khliRonWKmjBwBMNKzi4jncmmJ2pIpW0Sh6vLyrkPeVN4WKZeGX\n7RyC3SQXEUKAL6QbrkRfBK5k0NIo+w9IcesHGLWb+Jb1aceyIyV5oVK1YAzW\nQSkPhwqf3mbdQK+yvsBr0IGJqoJ2mEtdHbU2fSRGRxZGSi8Jr0chb3yr3kc+\nqlR/nq70uq51+ZD45WkD1rrZu3YSA1cLirsms8EBV1/C4Q/bkoC/7YJoNRxB\nk1blJVnNRqSaYZLlP/nkmpIU0X4IB4XojgjJgBtLbdVVWsXWJpbrPWvD3c01\nt7rZdPJciZWIP+gu3Xj8jOo8y2Gtrs9I60r+2/skffHsLo69sNc7dnJD9JZa\nuguZ1E/v6ulTzw6rnUX4wSwa2rBUyc1DEIO+vTvhaBfIKnogiL3j17M41KLE\naeG6Epi5RP7Tl5FvLL9YZVSSG6qFm+ze3GhRrmB8rqyuh45D5XhJuNESlb+c\nDAFE71u0WuWqJovmysthaHqTzU6/KyShLkrjxUxKWkQS6QenbTnZk2Ygqt8e\nO7Bn\r\n=HEFw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7c0d59680b29556cf00bb663dd5afbd53ff74a57","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.4.0","react":"^16.13.1","eslint":"^7.3.1","tocbot":"^4.11.1","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.5.0","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.3","@babel/node":"^7.10.3","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.17.2","@storybook/html":"6.0.0-rc.3","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.3","@babel/preset-react":"^7.10.1","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.3","@storybook/addon-docs":"6.0.0-rc.3","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.3","@storybook/addon-links":"6.0.0-rc.3","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.3","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.3","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.3","@storybook/addon-cssresources":"6.0.0-rc.3","@babel/plugin-transform-runtime":"^7.10.1","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.3"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.103_1594571485485_0.004531706588054574","host":"s3://npm-registry-packages"}},"0.11.0-rc.104":{"name":"fundamental-styles","version":"0.11.0-rc.104","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.104","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"083e7b8185f24965483eba52dd85a1e61ec19ea7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.104.tgz","fileCount":73,"integrity":"sha512-kTYrrFzsdgbAUtGw7rZWSWaUw9v5UQReg4NjGGoxr+ccG7EEF+J/RrB0g5+69Kbnugq1ZjHgIGKBdejlVUhEig==","signatures":[{"sig":"MEUCIACsALsi4AiXx7uYvDWs53BnDpI9zsMnPuFnJF88HjpoAiEAtRFOGSsGzcghHT+Cd+2A0YAu5bNKDl7xh+40xyYDSMY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1601198,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfC29KCRA9TVsSAnZWagAAJnAP+wWRDRhSwvJMYXalzCfn\njQE0HkARjPW+ImrPB+cIsGkLUh3qVZLwJ25RR3lEyZcx8yr8VBdWbDzaP5OC\nwjtc8YQ9p4NLylK8dT6W1SRuP+YNEOTrLwXhpCCgAwN/8WUOIVVcp2AaC/9Y\ngCLBXFNIeZj+bz0xul/LUFs5Th6Tw5i6G74iOjqI01Jc//mu64655e8ftPvE\n8CXbpuI/p44+haCziA9T39Xj33oprozAznFBT1g9jwQDtLnqMlVfrP2jUXDV\nKuWn25UiuQIvH4/vkXD5PALnG3BuMGwxyTda+mVOGYrNdSZwbSijW+8nkZNF\nXvjOEQCOPbVPXdOb/+Lhi1VQbfkEbLZuu1WaBZBKCXUGzIUx0no+b3GrOBSd\nQQImZhPv8OGRhI+gXQeyCHbR9CjsOt9S7jHNgzXD2emtff/mc2pTV63pT39j\nxFVsK2oeV7uXqPPZFRNVuyrZOwW4HEVBdXG+67sbqdPYRJswVN4ytaNjWjFt\n7wEUVDU0XhPbqoNXqq4445svvEdJgXg1bvbZr5GYNZxoZuzkCKA35KnDRc8F\n/nx2cXRXygnhHr80G1+Nhv1yHLEYMRtEmEPVus7hF8vcH2gt2dqIVVw2JMP+\nNQhrtuH5Yf282+kMycB45qBOm0ibw0/rIbfAPOuS1AyqyUzVlwNSqr6ECvNO\nctCa\r\n=0c/t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d47c2180a3bd80e763583598e9d52ddc894ea8e5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.3","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.3","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.3","@storybook/addon-docs":"6.0.0-rc.3","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.3","@storybook/addon-links":"6.0.0-rc.3","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.3","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.3","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.3","@storybook/addon-cssresources":"6.0.0-rc.3","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.3"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.104_1594584906142_0.6331189164789957","host":"s3://npm-registry-packages"}},"0.11.0-rc.105":{"name":"fundamental-styles","version":"0.11.0-rc.105","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.105","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3a77ddb11b053b919a7adee3e433b70aad7b324c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.105.tgz","fileCount":73,"integrity":"sha512-QWPmM9u1xJg+/kiuaEOoMyfp/5zXyu6gSNXoPlqYwT25EMM8T21OphAXiMcFMnwpLYH2WMwVeK3PymljGdzttQ==","signatures":[{"sig":"MEUCIQCz7XfXDyIQGza8yomUblMM2AzMBqTxWtyRVp4hycKvmQIgK6iKnzg5NFa7t7KecWiF/oO4/3QK1ja8bJNFBmXyP8A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1601344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDCWhCRA9TVsSAnZWagAAfMEP/33oqn3OuiBkEiI5mB2f\nWBzzhJzH/4hF6YRHfu8x4QVKSAz55k8wOdnx6gDS2PupeHnpE9CxyClNnilY\n82vV+sr7aCfJg5afEl6XEySUn4t5JKw6BS+nc8MV3NMU0ROp0fylTzWptx6A\nOsXkeDvoQkVUet0dwkzr0aN8pNgBxnCe9YnFOzhkuTFkECysnbRQHOM9JDSX\nlKueVp8gA5C1DLQTegB3nRee9W1FcHHy4GdAy+rpeWcCA1RTncUxFfreCR08\nAlzstQv+Q529C6CjSypC8ycX9JBhBy2VNWJInH4Iy9T/9XQmWs/QqARa0gNW\nVw7SXCwHK4u6Cg2Pj/ywGo2uo0yKCyIsJmq64yYvpMdWKc5i3JATh/3P2AQ0\n4oBXTe1lFyS6JwLGJgEI/WlqZf4N3h9LvXnScq5iWTm43d+TFRz3N5E7yIeT\nh5SuSvy34SVbFUjZzOuTjCSHXFY7hcOyKLfab4Eop7bWUp1UQ4JnQg2mN12Y\nsX1PA3A/BGtYKNWMPxL2s61Et3cXaoEd2voV1sLJ+rxo5ju18BvUKkiZywuR\n7cWCZJQ/uKgQ1dzBet1ODZ6hxkoTvz3j3yq7FeGiohMN1fjYYHwpU302Btj7\nmhtosRK2z2olRuhvFeMpmJ6n4LwuuTY0oExbPzeJZFyNElOAetEWRtsP8Rt/\nfaJt\r\n=lCCb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4ce1eb0f46f825e8ad0153aca62ed57ac689f6a3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.3","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.3","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.3","@storybook/addon-docs":"6.0.0-rc.3","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.3","@storybook/addon-links":"6.0.0-rc.3","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.3","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.3","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.3","@storybook/addon-cssresources":"6.0.0-rc.3","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.3"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.105_1594631584885_0.768382114021303","host":"s3://npm-registry-packages"}},"0.11.0-rc.106":{"name":"fundamental-styles","version":"0.11.0-rc.106","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.106","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"759a4fb7c219db3a5995a1733ed92b5a35b0fe4d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.106.tgz","fileCount":73,"integrity":"sha512-1e471jH9B5znJosOx0rj/FAUnDcTIFi33aW4G+97+8Lbb59tZKYTYrd/DUlp2dqGuPmqs5mDkNXRfd4Ek63NwA==","signatures":[{"sig":"MEQCIGAtNjRGptNoCI0za+gmASPW/hmq/RdoF3YzizkBdVmhAiA1ZwHEr89ZOcEFFbhcKWU4Lcta6AFkX2Grg94vlXxKWw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1601490,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDH1+CRA9TVsSAnZWagAAuHcP/iL1eWQlIzxhsnG1Msn3\nT7FvL9liA0CCwQ+5UQb/j0nyq+wvFNnmJQ6epXuxum3TpC1IWRqrng7qPvfc\niW/IhenH9oDU6RNRknZZkPQ0FiCEo9WSmJW8DI6Du48Sf6SFUlo8o25XyqSe\n98HIoKnMPsvIBSf5+XDcPxn8Fd6r4HFKwH47ONojD9mpqLt3XalnfIVGy7Sy\nnO/YlHgdhkcM3CM/gubK+GJUtM75bew6DKUZxhqWBhQJJImQwePunVVaS5pH\nm7nIpTl760M9Tr+zje4XMQQxUIkjlaDQZJOibB5UQCLfpenwUVeYhQ2FUP1o\nD5Hfz7qVbgnJ80mCYpOSicbdz3SVTF8HhyP+1pD8F/4ge3p9WsBODA7t7Y4s\nOTOg505nd/MJHPfZ5ZUC0kSBg9r64HvLD2VGxMjvFSZFvKYVVF2Q74zy/GSU\nSEulaVf2Jaqnp11XhVtABb2vyTk/NDLTysAN53KHMF1sSfA7deRFIZo6FKPc\nST9bLWY6VW5nh6Msi+d/J20aBDbR2/rnBDV3tUJtSdce6MB2E4/ytKUwyLy5\nOEr+vleIeHA3ehuEIgIsfu4M62qvbo5PUSNaleeyjyKHl3MabuGVoMDs1TU6\n1/kLO3VA/+KxLXf9dJJ0QzpvbF41wZkP1RvS+jAzyftoQpAIhrMFU0yOKEe8\nC5V7\r\n=k3Rb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"eb0653d91a7e6a2db7903cc5e0b8300ec280949f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.3","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.3","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.3","@storybook/addon-docs":"6.0.0-rc.3","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.3","@storybook/addon-links":"6.0.0-rc.3","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.3","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.3","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.3","@storybook/addon-cssresources":"6.0.0-rc.3","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.3"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.106_1594654077913_0.6609445107472611","host":"s3://npm-registry-packages"}},"0.11.0-rc.107":{"name":"fundamental-styles","version":"0.11.0-rc.107","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.107","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"544353fabcb2540de2fae840eaab45bc548a5877","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.107.tgz","fileCount":73,"integrity":"sha512-HsdzZ9240Go2w37mVuBF+Qa8VabAxjN7TokfZ2jiByH4Jj9ti9KbKjMQnI8Y5ldYJeSe9ofuyOWqIFl0+HhjCg==","signatures":[{"sig":"MEUCIE3qhUOkiwhJdzHtdUkHmFnROOljWahZN3BDEA3/h+QrAiEAjfbydctiiYuJ3WZn8W/84NcG9v5emu4ZMj4N4Syz/mI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1602401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDH9ECRA9TVsSAnZWagAAJJ8QAJQLkRicM7USi1JCIeIz\nYTUxjnZ0veioVyVpnZwtfxMB4TruTITYe7ymS0DMBGtOSpyk8rVItIN1xtDg\n9JBTbXzSUbnJb2NQdTjTgsMyERFgBqJhQ14t6wb1OxYjDNAtr/G07mBb3NqL\nPEzxA7bhMfUySZ78DSygknUhP6+N0NrEjrQIVDf0THxW4wmz1digdlpSKLpE\n+DbhfuCffN+YfEGjMwLAaxWqRa6nwgRZeqQABfM81hFO7gyMerEBMXTCxz3c\nFt+tM0RCpX3uKui4xXhWFsPDVG+D0igNnns+px7Oic2x2eT6vC8Q/6y8g4yQ\nsibIZlTQoJlKr8tXIIw5tlUUS2Cq0FpBl4S/TQV8V5BPQCLvrnmKzpofBJ6G\nKD0E4Ke6D8FGW6tKk4PJo2SZRBTM37MrbCIUtrJn/X+zExuq690W81RLgTqm\noF33Ccgg04CA0j3oYzH5bKImYJHkrgKdXru3jAoWHxXqezMnz0SxSFxETx4w\nmB20rsDRomCKHho1b0GnwsmGxf1oLzKVksov6dRBEYCFCJCzDicBJkBPoiod\nJR900p/Jd60UMt3BGIuz7edIpHNtRzCX4YTZwNo1AUHQ0P39DZfjGfE38I8q\n3Zpp1PR8vAOCPd9+YPqa31Fl+ZKE7lOwFnChS3UA6kUB2eb652cIUBT1VH8s\n6vT3\r\n=+ZG9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"871e92687433c47eca08c8ce9cb4a9a4812682d6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.3","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.3","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.3","@storybook/addon-docs":"6.0.0-rc.3","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.3","@storybook/addon-links":"6.0.0-rc.3","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.3","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.3","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.3","@storybook/addon-cssresources":"6.0.0-rc.3","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.3"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.107_1594654532314_0.7774597941640256","host":"s3://npm-registry-packages"}},"0.11.0-rc.108":{"name":"fundamental-styles","version":"0.11.0-rc.108","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.108","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c332865cef9ba502ab33dbbceedf653e38ddf078","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.108.tgz","fileCount":73,"integrity":"sha512-/mYDv+WdsAKVX/ftNH0MjwuKHV9VdateTUPTLP4YwuYK2xvTM2IQPc4GT0kL5ZlDpuZIYX36jf5iyJ/qbYMvRA==","signatures":[{"sig":"MEYCIQC7mDHe+1exI3bu9pTIBFfg7nDzSFX7GFqKUni0vwQqRQIhALsvFafssR6qj0IuVZGoESzc+GC5KT06O/fPU3FlT8nN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1602547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDKT8CRA9TVsSAnZWagAAY3YQAKGPbn2HMcZpaGmw5nIG\nD9l57J6lXQ/WIAkJ8Y6MuvG0Kk0JskZte5UX4PZRHKz1cyemdNxkuHrPn4xw\nOoNpsTj1LZBuvrnj1ikGjIG3zvaUv3Uw0Ekb0IT8Qy3tyq00/KGsGbutd/wt\nOaxUb4oU6LrG4xmcHIc8u3zb/KosVbULs0HFDK2HkRxXsawdztANvE39GWq3\n78HqXlOqjS8HmlvsXS+FuURcPutirTW3WnsGJae8hwPK6gAZCtBor9L9oxHL\nlqeZ0XN4keY3tSb3lYQVHnNtNZFDrRrGPKkHvOJ0B96jWAqAmlo/MrYCC84R\nD/y4TXCEUkd+Qg75dDGnBrAdH8lQauoU+bvxjAwYsrlzHJvR9QpUFUR7/mDG\nZONK1kdeSFaFZqMk4ZeRBgDoE5dLp2UJdqsfIF0KA1z9Pp2KtF1U4/MJIxKY\nVOaUhjKK/h/fb6bLVshBfap3qDBzDhq5sfCFy2F6sB4Ya+j7F5VgzZL5aRiv\nrSln3kTLTQnutlhsASlONBWatGXpXW8098PlAXK21CkSu+ee/k1+GbdChjpY\nplv5zBXlfrhnIOy0HOzOSzDagAkEnEqtQWAXnGgNeDzMwMWhl78U9dAuNNgv\nO1chTpPiBlW1GY5uLGL6pXurAeM8gpANxSyBKSf1xTxG9maHfhk5sDSGOMQB\nCJ7P\r\n=wGNj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7e5bc34e36c61b1aeae37c9fa744154436253bc2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.3","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.3","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.3","@storybook/addon-docs":"6.0.0-rc.3","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.3","@storybook/addon-links":"6.0.0-rc.3","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.3","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.3","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.3","@storybook/addon-cssresources":"6.0.0-rc.3","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.3"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.108_1594664188188_0.418290371242656","host":"s3://npm-registry-packages"}},"0.11.0-rc.109":{"name":"fundamental-styles","version":"0.11.0-rc.109","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.109","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"20322c059149698d4e6407ebba048185ed6d8b7c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.109.tgz","fileCount":73,"integrity":"sha512-5Ck4zhzb+uE8mKnIEwOvOutCD58y5v1rF+LGir6b7pBKtHcOxI1qJBGgF4e3GuERMvm0oZH2nAenGDDFEnYQdg==","signatures":[{"sig":"MEYCIQDgm+sXLpvWPIEMXwn4959aJXVni3NPZHXHn27J4SagIgIhANRYwgtHS3d2wKREbw/DiRJSEPcnEdhxFk+isRrnGCB3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1605557,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDxBvCRA9TVsSAnZWagAAsswP/i7uSIeYxC9af9EdLcjr\nJjDyA2RRScvJSa108gso0APp6gtgHnGnjOKKsfskaNx716d3/Sh4Cm0JUzHr\nhuIkReHDu78A/n6mBe/ha9WzVzSNTS+Q/MhB4kDTLOQhQ0Me/KVCqmlKm6Aj\nc47BcO/VyHktMXupPdebHzC9MW/00nXLF0tgU7MX2L21CoqeNc7rwz6bTSc+\ntZbh7vmRDrc2Rkqx/uvYpth87/XyoUQaUnHgt2UHMoiqr5gQYdQO6WPGsIuq\n39VcI+TpBIff8mqA7SwN7LQp6D3IyJ9M0Hza+QUY/oWBu6A4Jtd4kH1NC3Bg\nZQq3E3MXVTwSEwfHNmOzauaUSZx4BFzqHVkyx/EPQTOa5+HgjzugAEfHQ54J\nW12rXpphcUl5L96ai2J4Ot6gmHdCd+zjQ0++RMQ7Y0g580lSmLkMPJgXvqPF\nE0GjE2KSi8a/E1nTBA+HytV6PQd7pTkYBB4TKgPgQPoeG7MPoUlntV5+oQ3w\nnP1E9mdp4Fdl5FmXMbdhWb8+1l3akhlC9WcNuTKSRTH9AegAB6QAetRn0JIA\nNAj9iB1rLE0wYmNojC5pwv+vzYGFDqgcP7FOcIoxNYkdYYDwkCE/lSHnJz37\nh/yrZQPhAHT0UH9wnaVZsjYSzGyYXxsNZTOl7oYkCAV/DoIEdufXFgNLPadm\n37P7\r\n=B4nC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8dd4d00293f3eb0108b723933eddc8b792ad5cd7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.3","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.3","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.3","@storybook/addon-docs":"6.0.0-rc.3","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.3","@storybook/addon-links":"6.0.0-rc.3","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.3","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.3","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.3","@storybook/addon-cssresources":"6.0.0-rc.3","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.3"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.109_1594822766688_0.5437596100090123","host":"s3://npm-registry-packages"}},"0.11.0-rc.110":{"name":"fundamental-styles","version":"0.11.0-rc.110","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.110","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"07180fcc1ed2a575c236a04031978a42b8e1dd43","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.110.tgz","fileCount":73,"integrity":"sha512-gTpyJS/cZXhSxKwUexyMZ8k3pOAEvsRwhU2VnVvJ1dEgBGx5qdOGkFqeKYfn3LehNg2J/co9xXbQWVdd8cWdbA==","signatures":[{"sig":"MEUCIQCNGMlzXoOyCMex/Z+c5ZeYx2J8oBkrgLenn5wOVm1vxQIgfFaK11DaoTQrhZDMkyvz5WnVYNsnKX0FIflShvDD2H8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1605703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfD0hTCRA9TVsSAnZWagAAdTkP/0MeCTNjjs2uU+HWcesQ\nbOUvMEnocFerFMppOzHktJcNW50PTMpK5AyfqvKlSiqNwGmhD+WRls7WGFhg\niJZ8L9W2hJQFNpXMejcE8ObUCe7cM9De1maD5kIUs0tn1TCG4LVFZW82wRz9\n/oCUwln6PNy+Rhlzfw9oAnfjo1W0MKMB2EU1/OUFsGw8pextOfpe7A84UvhO\nqKslwbXKHtvMH5ifnpP1xN+OfsGRSnn4aAcqTASWie/8HN4UkWIsrvg+tJFQ\ntW2av3T+CG+LdhPBDxsks39i3BjlsTg7ZLjoNg6U/8q6D8C8/34gXXcxcOJe\n28BAvSAiy8w/C0YhZ7mIRIuOm1hLupH+DUXGlOXHd9wvvqwBV/VtHnTL92CX\nTciH7oeUfPV67Ky0UetqqOIkuqF0iMunQsRP54/hPLDNqGJZ3ojS0RsLcEMP\nmTXHlhyVRaHvAuOdTR170y7G3cFtMO2FWzPLlkeFzkW/knGehbpzDgWTiXpE\nd1D4f92/qKPbDdWONRoiascPT5YMhj09zNaloqMteKJCmGY8FKx1yTMrd8xh\npuPFs7jlMBCr57zGRbnjtMPlLt1/strUJR228+kiLqXaNiswI9GKEHcnW0yU\nyNfJhh+gVotiApBjABG5GCEcx/bPYHR6xxRf+0HDfQyeOzGQMqdSTDcGmIXg\nMaGf\r\n=UC8E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1a3fe37c8b3bbb68b6bcfb814517a9d3ac5b3c53","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.3","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.3","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.3","@storybook/addon-docs":"6.0.0-rc.3","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.3","@storybook/addon-links":"6.0.0-rc.3","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.3","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.3","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.3","@storybook/addon-cssresources":"6.0.0-rc.3","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.20","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.3"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.110_1594837074984_0.5749599477392386","host":"s3://npm-registry-packages"}},"0.11.0-rc.111":{"name":"fundamental-styles","version":"0.11.0-rc.111","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.111","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6ed9d60b717874e69bbc79606fd13896be190be0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.111.tgz","fileCount":73,"integrity":"sha512-REjmtLCaISKw2hVbBSfXqcOjUuL+zfH6WnTX+eTl8orjqk78D3g5ZqUERAotbWcCztyZGtjdER//A1sFlglA/w==","signatures":[{"sig":"MEUCIHEmsJgebuDDxoMvYGZg3LGiThYa10fn0B5ZLhy25YaZAiEA0s7OKAw/0juIY42lrINPRckdp9RMD8Z5mc+4/auo3aE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1605849,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfD1FmCRA9TVsSAnZWagAAqTQP/3WvWtGl1FYa+N0gFubb\n+kQp/Leq/QbKgkoH5VVK9OKM+mWKABfJ+nCwLxof8+gjKMuHcRcqQuDBQ3sp\ng/foR8L0K/8PEnQtbFuUx2NXygRBjOBjWjW/5bn5i1OkGsv5tjW2e+HG4ePu\n5ORGxjBOIY5KSnCZdlogxgTCoKCj+IoYyLGzID+NOJ3plsSVwWfKc8pLlehB\n8CdMa9YQI/Omb8+UF+dPlmNlQQL34+dlKbIXkmyuvX56LU02pkl8Q3v5Ievf\ntnxQhqN3CFSL98fIrstz/bGFBUi4qevsnQdUtWWBX0Mw2tIDmPYm7+QPlqtW\n4dqiGb0NfW8H08AqqGV0FiKuhjQKTYWHYdIB3/TNQWKOQZvYalBGWxLbKmZh\nHXw2biG/NlqKR7dzuWyeln+D3K4Z6Bp/fnphULfRJdo7QdhXRMrlzl+LyXBn\nHZZEv44c8OJsfW0zgOlHtfWxTM+hMMlrRIAJ1ErjefQcu4Kj+JSJx9QmWOGY\nZEp25j8TxSXxrBvWhY+WOPU0Nh04qwHTg0CWFjwGMmfe6YLXfjWTRXRcDkTZ\nY21djmauAAxCNaJ2sRd6Hu1HwwNxxdfo/8vgUfGFFl97N8tp/tPBIHG/8rDY\n93oG+5vgUQGBPT1+vO2lMSmq2k9AheuwSsBcFrvttYDJUSlOThOWbT7uXuM+\nPScV\r\n=4j5E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5aba00d6d17067a3eb12fe7d822c810a6592637c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.5","@storybook/addon-docs":"6.0.0-rc.5","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.5","@storybook/addon-links":"6.0.0-rc.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.5","@storybook/addon-cssresources":"6.0.0-rc.5","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.111_1594839397702_0.015547811129603462","host":"s3://npm-registry-packages"}},"0.11.0-rc.112":{"name":"fundamental-styles","version":"0.11.0-rc.112","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.112","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e90a9bfb93591f4cd033b8b67955923317ad4e07","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.112.tgz","fileCount":73,"integrity":"sha512-iijeIjjpyFFPvgUivbL1XMVyNKQPNrRwzyB37xwDVAdQnFRJLJMwWDa4RA8Fpljmrm+y1TKZqOwgQr6pS+dF7A==","signatures":[{"sig":"MEYCIQCaRayvYijtmhQwzo39brFNvgnl8FOIBQig4+9/9G16NQIhAPYYB1e/aQO9a/n6yMgMe5wrOtciol/MUsgw7/fqwJjZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1605995,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfD1W6CRA9TVsSAnZWagAASP8P/3XMhtSsQ+CSlCECEiBZ\nzfvA49DVox4RZEy7JreEd2vA+YexsA5UIwdyUaobDjvrGP6fanm3PysQ6fVj\nmBMSYRCrF2Nta81jjfqhoslLRxnm6wawkQ6AGXF1F39EK8L2yL5ohvFw/uhJ\nrn5HUn+yLEXu4wMaTHfQGXbXvk8gP8/Jyu+GsUeIFaXY9MHqhc3c1gTI54m7\ntIBg/deEb9/JcgLUdv8++InWnmxp8xIX/8HJoiLrT7fUC0L5nbuVERXbrbwK\nBrX3EJasN5gAovwXA9SYDjBoow4OUTGCwYLTePv/ekG/y4aC9LUjYdABzF74\nWJ7bG4mIKuG7NwDQStM1d7nS9TZXWLEm6myuusuqEbw79CVdxdqNCVf1gg+W\nLnBM2rT85u8rvLhfR8+byqWKC5lY79pzh9nnIXPhJZl/jYguYGNI1Ml1Ao89\nkRLW7AXgSL7CGtOQPI/+NrIrTNuh+rC1+KkWE0KrVi75Ay/TEqgWcljkgd3o\npNAM6zzvK3ZbPB2yyJ7R7tcnHPdWvVKxCV/Gjhy0tVBpX2/MPpPnBSpbT2SZ\neGZ6VPvo28qeiGvvQDz2Yd4CuCcNCBYDCUj52/1/w52ACWYCErwBedF0kBQY\nK1Z2ZlYAAdDNcLp+jifx0RZwip56EP8h1bMjXClwTzypRsAazsIOeov/lkmH\nZ4ur\r\n=AAxS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f5ae22b6209617dd04531ec1d656e010aa4c433b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.5","@storybook/addon-docs":"6.0.0-rc.5","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.5","@storybook/addon-links":"6.0.0-rc.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.5","@storybook/addon-cssresources":"6.0.0-rc.5","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.112_1594840505388_0.8521853285096084","host":"s3://npm-registry-packages"}},"0.11.0-rc.113":{"name":"fundamental-styles","version":"0.11.0-rc.113","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.113","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d619d22a8080733f12d83102cc5b3b2327249006","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.113.tgz","fileCount":73,"integrity":"sha512-X0n0i8DPSXrearJ84nB9AO0LVYx//UCG7troM6IV2dn6TnSsy1s4p5ucHB13RJQO1GShixBZQpzrrKt/FqPi1w==","signatures":[{"sig":"MEYCIQC4VmSxMie/pUmpVqsEBnE8eNbhIrE1WPP3D1TQGQ5CvAIhAL/SzpsMwzm9ApbMoTnCRjMTYCqJ2erSgTI0jRUO3Yf0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1632257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfD1nGCRA9TVsSAnZWagAA79cP/22GUUTyoEX13MvJEJ7c\nxeIqdFIVBSKc9C4JghTvF7481ssS2h/B8GDcuoN4e9eyOy3rY91snrPyyAEU\nhaDVqI5ixdHVSj3oP04faJKrYhPGESFexo8NLv6JEsjAcYX3hM2gbI1ofeZB\ndqGiAXR6/AUjOb45imGFvfA8beDxoJ4CkAAtOushRLjauc+ko9hZAbwR5GcX\nK2RgGyEjcIVhlixwS6/z5XDHk/EX53EMdDeZAy/7ImnGAwlpPkdTPn5dM+Bo\nW7p4x3dpbkHV16pCqFwfa0YeMfrBh6G7DvhDF7VjyHyrKJJkjRCm9kB2RDJX\nDyDvvl6KcSJxI2Xz84GPGMNYz2k0j4+gieic4aX9a93DZSSU5+n0dZbsf8dZ\nctX8kJE/X9qL7pdWHcCW7uehcviz7DWMVj4WeawxDcbyXuTX72/tOUNGlfGG\n5ntQUbPWGS/9jRsCUh2W8U1MvssImyj9UForYdYmljfY+8/37buOMzZdyiJE\nG4IMMWh7TupbNLk4J6fU/3LUxbP3p7unruTHjcps7dgBpytJWx37E/LIS0VX\nRryPlI4w99pj9TxdUSNErBic3zinvxyPvof+ol/h/JcBpdk9fq/+sj2izX41\nN6lG/R629zUHCie98Nl7Dp618NXkD31ULYrSr37Ak4CrTgj7zoT8XqBUUVd0\nXN7s\r\n=5AuW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0db4c4ae570e5a4a066164b5a447a4aca6c5ca31","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.5","@storybook/addon-docs":"6.0.0-rc.5","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.5","@storybook/addon-links":"6.0.0-rc.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.5","@storybook/addon-cssresources":"6.0.0-rc.5","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.113_1594841540995_0.2108465472502068","host":"s3://npm-registry-packages"}},"0.11.0-rc.114":{"name":"fundamental-styles","version":"0.11.0-rc.114","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.114","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"91ed3ba40e74c1f7c7201016d6403687105d792d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.114.tgz","fileCount":73,"integrity":"sha512-BOb5hFHKuhZR9PSJE4uerFTJQlNu6Tq/ulmzW8X/WMRGQZrxXNdcQUwz9MloWa6GYLfXOh0mODQklTt1s9JNkg==","signatures":[{"sig":"MEUCIQDIvhVhaje2G4ivYA3Euxe80SoKFPQ1YzrG9T+g4FaxCQIgZGKciwHBE3d0j3F2ti7D/f7O7OUfBhjaykxtWqYrgBI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1632403,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfD19ZCRA9TVsSAnZWagAAhsIP/26QZmmv2qcqTddj98aJ\nAM+pkmtOMCqr9IAiapJEArAGzqKWxG7vC/1OOp+SUKlhV9PWp1SrRI+dKcvQ\nYrAf97HBASdNkvGmfA/W93L+FDFso+nVDr2TYMceOUI8y4bmV1bvhUAIFFUA\nHYkOcQjZqgQI8IhjPKr4i1xqk4w49FnCmN0inwDSbPW2zwZpTrvO0rR8cVrf\nSsj/egEZxQaofAB4fyiDKJgReEKt105oyUacDyGVeeWmCPlK2xlC0wm16KDx\n+X0qbYZIaEtcHujkgBXyO62s7ueDjdk+xPjJT+vX8Mrj0NM/oldcVIFzVkrt\nCE7rZlI4Hz/1BBGSJhABiwnUsu2097zrmIcVJYbQfSGJeMWXLRG9RlhFZYYq\nJBbQb/MmhILw1aIDpeT+9oAL6BtRsPJEZW71f/sC9F83VIVdknKaBkPWtYig\nFNqIpbdHudhmo1NJBxyitLptuzFGdXgHleX20zi3juWDWMAlmex0wpzYMx/7\ncmuZsmh7gl7WB78T57MybXL+5V9/PjkAKpARuGtowAoM5w5heAzCsBjlb+yy\naGMAHu7nKZv3vfjaAbj7Oq5wkUl/O7CthuNZpUNqGq0Zzm4XalUmtpr5YHNP\nkCWILcIGX/0WvMl58oqpgsEan4alt1fAA/8j2yKXeMn3RATS2Xw9RgX4fgAE\nXqlA\r\n=fm9T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d0467f2eff7e6701c93cf84cf3d8036efcdb55bf","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.5","@storybook/addon-docs":"6.0.0-rc.5","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.5","@storybook/addon-links":"6.0.0-rc.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.5","@storybook/addon-cssresources":"6.0.0-rc.5","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.114_1594842968522_0.8848595533164378","host":"s3://npm-registry-packages"}},"0.11.0-rc.115":{"name":"fundamental-styles","version":"0.11.0-rc.115","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.115","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1d4e1cac68d3f9a27d5d7c748f0e0cd239f2ef89","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.115.tgz","fileCount":73,"integrity":"sha512-suySAD4IQHrcltFXs2LTw839nAw/0LCXfuNFhEXfC2gJqpBWOIalEnSPGRCWtAQxuP3//d66g9HVw/PNKtz9gA==","signatures":[{"sig":"MEUCIQDsBzz7VOuaPABIlv4v/iBbQ//JRt71rBx3CZbD8QR3eQIgOseOWMIz+KNzLjNrRAKM4AINzshwiMbqbO2SwhcZc7Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1636308,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfD2FHCRA9TVsSAnZWagAAqt4P/2ZW+BPf55LwulDXA/mX\nRaAvkCQtvFGitOeuVKhIOJ4GA8dYzyp9c0E++DCYGSuTaAkiTxtgfmlEVdvC\nkT3TacsccwCHs1e8mk9YjplLisuiwz5gdB3n/D3xK1usrnbMCmT9VtwqwLcB\nTDGHoab4b1pL+ZOvvQMAJ5pLCfzXvV4tYdKCKcoHe2TpvM9BmvL1RXkDtG//\nU4bBx6hX/SEpbhvNpu2kkkhFiAEKjAy/uxuuSqhmEVPWido14oB3sJWOED/V\nZBbFtvLMZSl3gUkTZ2xYUefvN8ZTdrBDHMoVjTXqLx+P7e772R+7r5HQCcZc\nCq7Eu05z/OJKFyqPtvVWpcwkYfdZdtTKP69/SXeaiTJefAs+AK9o/s57OQqz\nev5WPb3j+71TOpoXWkkp9dLzT7iXNOAqKefAb05YaX0OsEVrWWSfe2IyqHJj\nbIVL/CcDTbWxqRrZlJ7mHxWuSqA808k01gn7DsLkOY3PdahNsqYXAQYzA7wx\n01cCFYnFLlh3RL2P80WMl4tx4tl9IYnN0lZDF4ph2MWdIBPHoie6G6dbfrYU\na0NbYOXGpNFFW6ttAgiJsbd+MZLHp225x5mdKAeQBijDGZ3D2p7khjgRt8vR\nze4KPmroRCQiHLbWpq20+/2NcDy+w+E4da/5weq3YaRydnPnfq28w064KM6s\nK7w6\r\n=IRG/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"073b560e2ab372ac2050d0bfd801ec032efd2269","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.5","@storybook/addon-docs":"6.0.0-rc.5","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.5","@storybook/addon-links":"6.0.0-rc.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.5","@storybook/addon-cssresources":"6.0.0-rc.5","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.115_1594843463402_0.24062941302175522","host":"s3://npm-registry-packages"}},"0.11.0-rc.116":{"name":"fundamental-styles","version":"0.11.0-rc.116","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.116","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bb71b240c3e6ca2740651abfc1da82f1479a4fec","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.116.tgz","fileCount":73,"integrity":"sha512-ZihRMIJCp2mWJITNaAfNF6OG/S5IY4e97XYV+oItAjV2GF/px8crODDSL4IqUjS79agDqYUR8FHkve6Jp8STHA==","signatures":[{"sig":"MEUCIQCvIY1OI99Zt7aomLrdSEdpZrg94TCWs4ZDG/wOJUviBgIgFYJ32x/ycWaNvGlRcZ0/yNfWpE11tQ/Uo+oBBOahIjU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1636693,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfD5KiCRA9TVsSAnZWagAAE7QP/iSvbJofatVHl5s6pPMA\nEdMY7H5Iys+nx4h0F7CH3sV9LBf2xu5UeF3YTMF9TZDmv54eA9lmJphDrDqA\nAVEvpyCxpGQK/kTLrq/F0QNvoAirlD12Vz4tOmftGlUFEIEffynDfZ6ARuGB\nleojduY6TNwFfDNvaX36HjYqJQZoaQ5hxQIbS880snU+hVbfWX2LMeIiok/H\nP2tjY6dCdrozy8qOusWc9GNL8WHKCs8dy+5tvOMuib5OlGlT8XO/XY0ElDOs\ngvYMTKwWXoxYMP5pD03HSRZtm0D+pfjXhygZ9Ia+mfl329MKY6EmJomPPoVf\n0xUcyj4varYEpHIHvkRFNnPCCbFweGRyd1MPPlw5RX6WMta8JlydIrXhvoXK\n19xNcPSGQkzH7ctiJSeldqlxSkU2VT8tUufMUEpyVM+AtS6XWxaK8WQkA+K1\neEb0a5o6nyBtytuzgl2hnvTjat9Cv7WpmCFkM6jUzb2WcHceT2QuwaBjiZVS\n2uQ/53O3KKlg6rT7LRxcbXUmS4zuIgBOMjXfXadu6r8SET0tudv/0qqhph2P\nynbKvXbxXkdMZ5X94/FbmZpiy/ciwe9s+QvDl40JZA+eQ3BLzkolDD6goKH+\nnePpWdFNcIz7mESaXKc+7ZEtt9Z/me6cz40wAtpeaKKl8jHHk5LegfXSVEnX\nym/V\r\n=xKWt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f8615946a85e3ae606475bf68b3cb753084449ac","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.5","@storybook/addon-docs":"6.0.0-rc.5","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.5","@storybook/addon-links":"6.0.0-rc.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.5","@storybook/addon-cssresources":"6.0.0-rc.5","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.116_1594856098165_0.46501173040512267","host":"s3://npm-registry-packages"}},"0.11.0-rc.117":{"name":"fundamental-styles","version":"0.11.0-rc.117","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.117","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3860c0093bbed131464ea3157693dfb86f1206b8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.117.tgz","fileCount":73,"integrity":"sha512-DvhLGKBUXsquNyRM9ROcOU9eUfl7R9cbJ3W5agd6GjQKCQb5ko/coGIfTkKEhJfdsPhMmneSBjN0g9jBU9hXtw==","signatures":[{"sig":"MEYCIQDFRC8mpdQ/wNJ+Ulu2kaOd4SVfuBSrkryrOt0gDJtH8AIhALLx1/mbCKmBOPWzajN28JAegGDymtbYJ0LyMLJaVYjd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1637341,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfD5R6CRA9TVsSAnZWagAAHscQAI6N6q5sLoBxXG/7a2Ar\njziREqKukT5Q3ZwN5VczTAY36cmRO7ArIy4gFHaDOhsm33z76UW+E+phlj7A\n0lcKMt2Y58EOdMphOXkyL5nJua8EzvC+Js7ME+SFdt9b1AomTYlrk2H/4BgK\nI2NCaZzlE4C8WuWeNT1yw/1OjUHq/gTShBzrItY7RrW05sZbZBXdiYXWJIHj\n9oxuZVb8pkeY70lurBFnybKEGmcgF0mT1n9Sn9d2KCPbH6kFS6S09rYZnHOI\n+eOaTDx7OAqMmLlEthY/TdzoSYelClxycH+ZXlx4zHdCpdrPy2cm19KrWKLX\n8k0oc4Uuskh1Bs0xvtWyliQwls/VvGNSjcd4Z5yFNgo3zJ8YZOccpT7A9r0c\njFjHRMTi6h8YCq27s8Zmjp30dY6dQOseww5xOiDYxv5WpceusbLRC9H/VsWJ\nWBo+wUniLac7v5p/mvDNOs4Cus9ntWDreb6+aMAptPP5mVZVaVNXAZ/4JWNW\nlhrjg9kZ3Kww+JKpo3A9a/s4DpGaH1lEEZmM+jVN6oP/xKj7yfobXSis8yre\nd4XxVh9Fmv/Dru/wAh2wh6OGc9cRyv9Z0wY8zWR/OvbkuxThVuwMUUVkOrlU\nb7Fofa1jJboF8g0VbmcgihUF3TAFLDY+/7p7lPh2kzFffzDybshnrSuqEWkg\n3Jj7\r\n=zCro\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"693370505271ba32bc98552ec39fe4a7b19bdc22","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.5","@storybook/addon-docs":"6.0.0-rc.5","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.5","@storybook/addon-links":"6.0.0-rc.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.5","@storybook/addon-cssresources":"6.0.0-rc.5","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.117_1594856570305_0.4816433700199152","host":"s3://npm-registry-packages"}},"0.11.0-rc.118":{"name":"fundamental-styles","version":"0.11.0-rc.118","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.118","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9053d5ab8e56b52a3554a1df0a918493119a8439","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.118.tgz","fileCount":73,"integrity":"sha512-r9SMEBr523Za/AVvuxustyOieJngdTtSnDeL+q+AbKm7g9F4maWMF5/0ILURvHh2rv6isUBoGiinvOgfD94ERw==","signatures":[{"sig":"MEUCIQCSXKWkwgyE4Q0hMRwkxntdX5bRAAscNrFebEb3FTaorQIgSf93dkAGsIttfxHPTKqYHPcZ13AXztimWwFOkQYtVWg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1638958,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEK4ICRA9TVsSAnZWagAApdgP/2v5+SbLwn7CQ2Sf9qSx\nUuP98+UzFymGsSX6Tgc1uzdjA0dEgxu6r+NSwqr2X6MZUmJCDu39WBDDymHL\nwLFioNKM6SkJOjLrTQwab+I1kDRxDWMgqqdOdjxlzyBw3UIbSLDH+YeSsXO+\nQzmPGxsHLiQdh4KWA1VUHpnwZXJpj05KtfeoPvEbaUOOraQd63N22WHO+rxx\nzMlZ5cvjoRmiueTzqohEFINUU5AtySYywO2T72ASjwr22KD8fc99LCLENnpP\nnd+y8CRexnTOIsPIv3CcmNQwowRr/99f4tmy7ikQ2qV77FRPt/w5Izhvc02X\n9vOVzBcO7wqFPPVjB3ihxFmdaHAsYKNYV6vQFYx1CC+8/4t0uakKs7qk1vao\n8Ht7OC2tlJxxLqW4gpvnGMtMNBzTACXFSIEUfpX00uQDHTdgX/+iTGTu7sVT\npspWFugMUMp+qzwFoAZr5vXbaBL8ZCfF6P1jjbUz80BqzFDoVgUb190OxOi+\nRXt8akm8dwiGo5BRXwd1UaVsNgRpwL6AsU0wbiGTO/YUQ5BcLipZAKXXmbDx\nHhMG/T336xakIExwuSKqxcJFN9IiAke1NghAA+KcGP2ube/WjWAEQQzseGMi\nzksIrkJaSBZCQ4KdCI5aQTXGDrl9QK6d3hMph6ghYa5luqSzDDvJzukVrvIe\n0F9k\r\n=OTI/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"18c7cf5ad30db1a074e11e105e8caf2dbfaf49ab","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.5","@storybook/addon-docs":"6.0.0-rc.5","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.5","@storybook/addon-links":"6.0.0-rc.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.5","@storybook/addon-cssresources":"6.0.0-rc.5","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.118_1594928648222_0.13024703367032964","host":"s3://npm-registry-packages"}},"0.11.0-rc.119":{"name":"fundamental-styles","version":"0.11.0-rc.119","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.119","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a675d25b2045956488d9e2c577f4ae60bd09cf6e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.119.tgz","fileCount":73,"integrity":"sha512-KXIt6gjAlA9voEnevBiMs1iPTDxh91NswY5vxGB0hT797nbr5HWjzXJQ2fTwRLIlyVNRpZSPoe+PiVOul+DfGg==","signatures":[{"sig":"MEQCIFuWUJX6/gYwg9vnorio7eAb3V+ouIyZqZ0xfCpL4XvTAiBUXlVCGZbPh4in8qw1Qr12vFth6D0pfdM15dXEIuhBJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1639104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEX2RCRA9TVsSAnZWagAA094QAIQDdCX6DgtSFdq7JbYo\nUVei3F7hlUafUtMDPJJiJpwnfQlBDA7iTjmlwxjlMTbyIXLp7tZ7t8opA1uz\n7SD0V9fUHQEgKtQxoBNE6K0bK5hgs/5i1OVXpx2WDWoz7sXKFQVuclLRQlJB\nBeBSiY/YxWCpCp5QvSR8dpsE3fPwpoYRalsjUiTDwNURbViRjZnBc0J3T9gk\n/5otgNyqJTd+e/AKF++RSkle/YCN3201EfCGSkD1nqITJP14xQGiYoQmAB0x\nAdqnQ+Ti/2RxT8EHsM9lOkhQ+5/+Q6qTl7G/uNqmbUgYJ+b7V9qrX9oTZ69t\nYfphcwFGcUBwGFdOIHokf/dHf+WcDFE7uMHJZzFFYKL6GZT4i1BEYTl2eXe9\nnr8YU+Juz7yOOkGsP4ILnaSkaEkkF6fW84RgRvNW67ycWL2uFgyjwpEuaoo5\nsFefnODmzOhAHHHYKShIN83KdB176jG/rfNsKxU9/FZDE3fxuEaGEf8fXbCk\ncOxuHyilvhzzvxgPa4cvtdFJTm0obctTgOuT3IhrgbjXbpkI/9MIRwvMbgbK\nTtTePucRCoyqHEg9Q+tbdQseMUtpY9OoBm94oBCD5lPrTvbmThJqiOhQAD6V\nEG4wd38ewOgb58Aurr56dLQkthhcEeynxIiqQEnz2gjmBNwbT0T7kC9b0SEs\n3VK/\r\n=VGbd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f403f0201bb9ad33c35ba6f14b8beb1bd143e109","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.5","@storybook/addon-docs":"6.0.0-rc.5","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.5","@storybook/addon-links":"6.0.0-rc.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.5","@storybook/addon-cssresources":"6.0.0-rc.5","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.119_1594981777041_0.1996532438812042","host":"s3://npm-registry-packages"}},"0.11.0-rc.120":{"name":"fundamental-styles","version":"0.11.0-rc.120","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.120","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0f02b8e13bfb2ef2b6768fbd22efea02465d78d3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.120.tgz","fileCount":73,"integrity":"sha512-8Vi4JABsMeDNPjgWuubexsj0SL+3lyqL7oBmLgGajZWeDcOJgVy7fLfVWmqimzkiLrh93SFoWc26mibtgoboeA==","signatures":[{"sig":"MEQCICHmDnjy03EBxtmGmQhtbsAZIm/fNSZm2iR5TcRHxnj9AiA9Pij6cRPjiqfVxLL8JJ3YySpREGYrQ6ay3ugUZ5YXIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1639250,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEYNiCRA9TVsSAnZWagAAlWUQAJgVAE2AJnIrgP44kOxL\naeRH2URc5y7/Gdb5cHrjCQrD/U4a+3FCpvJqJtGcWRsFJutdHwhmoAnyFirN\nZ6L2fEvyGp4sFZnt4HeN5tbCg0h3aGilO4FbEpeP1fFrA27fvRVkXnHEZBg1\nCVRTZkrQod/Wq8DVo7jLdmKAyHkZoNAWo3tNMc4W1hm2KuDg1CTRRqyfIe/j\nCRIRK+YzFNVEjJhUa28cTs21gelb2ZutvlpNpB7nLwpm37h/oFLpVa04KCOo\nfdnukML0CoDYAzbGaKXH0T2NPFLliAzik0DFL4aRjve5cp1kgoCivIo2/XvI\ncMAEDgDnu3oMpbHxfSY9LWDSjapmH/M9URE6yR/ACvcyg/Bt983D4vf4/0To\ncsjr0OpRGDRzt4M2D+1Av7Mb0IZkGtXv+FqZQ9NGFZNmFanCHWFLsGqPdpnL\nzMJTL5ARNnjzv3iGd2Mjb+E82jLkUG3T0Q0v20c2K06ACSWpGjJYHcY9CIV6\nG79YXjGdBqW0GDOUM48gfuxYlkuHUvOuojdhBzYlnK/jxfrzLKLGE4n2j553\no2uHYIKNLIEHArl6GJk6qCqLVpMH21qY4Rvh8YAnGoZN65pAuFgDEJ7NUbwa\nIqpLxLfxlrG/m0twisnCLU4VALZS0OgrfZqLKUDf5SJdOvHXDI0UahOInPPz\nwIak\r\n=czHT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7571bc92bec5582044277806d762c64307d204f1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.5","@storybook/addon-docs":"6.0.0-rc.5","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.5","@storybook/addon-links":"6.0.0-rc.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.5","@storybook/addon-cssresources":"6.0.0-rc.5","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.120_1594983265629_0.9783042683996366","host":"s3://npm-registry-packages"}},"0.11.0-rc.121":{"name":"fundamental-styles","version":"0.11.0-rc.121","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.121","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"22b4f34a9c97497b26a27f729a8ed3b9e70c2c49","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.121.tgz","fileCount":73,"integrity":"sha512-5J8UM/IYbAvOgMAqgYPSc/Y6QbkK3sAteF+r3IGpGV8SfYJm9g9bT45tee9EA5kepL8sCxiJhCbGi+eWmvJVVA==","signatures":[{"sig":"MEUCIQDYs6wbufxuTnXMiyXT6Hzc0nbh0Rbq4H5pHn6P4QVXgAIgP7oDbv4wHd/vCbK6+rO384/sk9mtl6BtJXsdc2sVMQs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1635786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEco8CRA9TVsSAnZWagAA9xoP/iRnIXYYVD11NDy/jyj9\np9ZkPnuGoZXB/RbJc7dRvZmu09CmjuOMCiEPCwMKgajesOLq2w3Pk9ywhs1Z\nz9CWop3fHyNuhzi88XSR29HhHsXGqERicGkLVKUk+vnGnhKWutWkp9gxy/5O\nneBLcbU8BYXenQRpg0aTOoNy17m5H8J8kvwo/9+de8zf0Q90tSJDolK1cUki\nhc4Y+AD/pTDFHGrJxCNCRvkP9Y04U+3leEItOow3n95tCyuj8AeKPKXivhkR\nRuH8qChDZf01NWy6A51+3Ipef8w4p6F3M9B3HTUnwkLgRqNaEcVcPqavoz8+\nt4/gyLuIG4a3g/M3CFOocBk1zKYp+kUWphoF05AEesM6pIdXN0oH9FXYJfKE\nYcYfMcYKMy0Mu2KkksOTUlLJr4jNClwt/0yEpbpH8BjTDfRYeI97tOYbcYVw\nnGZGhFHATie6Y9iHng1SiaGxCEcNrPRVzlA04HtcgBsdnn5ay3cL0Z7v+n/5\nd06Vvfg6NQPQT+hYKGBF0HLbCwBdis/2k8G4O66fzwgtg6FMt51wogrUQ8wm\nCSWwybnLUHF7+eX/F7jkqBJYauyW63be0pI0wYGr1+ICzVI6tXJciq41waoO\nh5/ucKz+1yYJR5FjcMeGKmm8EMO7B2dXCVBgI6d2spGHXpN6Blx7p27o1F7P\n25Ia\r\n=ko1D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"44cd720b30db4872fbdc7955dba00bc1c394a8df","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"3.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.4","@babel/node":"^7.10.4","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.5","@storybook/addon-docs":"6.0.0-rc.5","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.5","@storybook/addon-links":"6.0.0-rc.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.5","@storybook/addon-cssresources":"6.0.0-rc.5","@babel/plugin-transform-runtime":"^7.10.4","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.121_1595001403665_0.7278992466475973","host":"s3://npm-registry-packages"}},"0.11.0-rc.122":{"name":"fundamental-styles","version":"0.11.0-rc.122","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0-rc.122","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6d71175c4c2f46b0866a8caf7d1ccd7c92932245","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0-rc.122.tgz","fileCount":73,"integrity":"sha512-UtebXqZqIURBoPmwwSnlbsWSvd/UzSerF5ggYAmgppT4uONvp9jbfz67xVjoRjLcum3Lka3pD1ylyyuPad4r2g==","signatures":[{"sig":"MEYCIQCHo/ecBHlKHwkhOeyR0Omv/exLnIQ3K2kRkNSlWpB9QAIhAPOrllZFjdQ1cZyeBFG+vXiDWVMVD7vsE6ZRXGIfafSC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1636232,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEdH9CRA9TVsSAnZWagAA+xIP/i4SyZF8fv2Z1yZ4CY76\n18AiqulwWFDQLLV5n04piMued4P5fyvUopY5HrnG7pLNuZgpG6Vx/arYpw2j\n7LVD9QCyAecSiMqKRmtPhZSzM6YsGWaUIGIgd1fvA1E4M8TNP5nCZfhj66G8\nKsDDcprmAAEdNw5KK0SZ5LHiv64kJq6xR7ll9CI1zNq65wgkHIzmP4dX2BN/\ndNs1CiyY2fSaeRMcaFj+J1sDyU3lABGSlOScMGfgM7YS25qImhfkbVHYHfu/\n61QkxHyvMm82x2qa0kgpw+rI9EGhJn/ovygt2ZXX9wDAWAEi5AWqRRdZ+kE1\nGeAlyIRAKu50AJ8aKU3rqPC/BM40FmdIUc3Ks1aRyDOzC7H8nK1v/Dt58woI\nwMip7vq9WQ0jOBiuWGrqd5h51uc3NnY7V6p5EHOhkasd1y7twHATyAI0YWyX\n9h+IWfl1k/DMUsYyOOYYYPA1mfsuC8P/YxwItqkyiSyuZr+Rq9V3bL8Dp9W/\nr0JW9Au0taEYGOHxtAVZv523yccsyelNfnh2vyosdhBn1rz+X9rNIVUtPj71\nmggud14okVDa8C4YN5pBuVd9FDxLNG4Zdaj/2iM0ZFqmCsM8/coKCYd+Qdje\nrxcpEt0eELM4i454eIwzGnHGvP0AahrC2Ml6JZeMCJiiLJiWC8yg8yN8Wb+5\na6YJ\r\n=DHiA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a40ea6c42aaf9c3c24c8818c4fb44b6e9bc43458","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.9","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.9","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.9","@storybook/addon-docs":"6.0.0-rc.9","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.9","@storybook/addon-links":"6.0.0-rc.9","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.9","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.9","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.9","@storybook/addon-cssresources":"6.0.0-rc.9","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.9"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0-rc.122_1595003388806_0.7087351220514639","host":"s3://npm-registry-packages"}},"0.11.0":{"name":"fundamental-styles","version":"0.11.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8515cb8fa80c7609747e92c87d608aa218596726","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.0.tgz","fileCount":73,"integrity":"sha512-CspyvrCQoZ7+47LRtMwvRiLPF/24OJ4kauqdqmObE7WeFtU1g2OxRRabqjox+xIsZqp1a72xE6fCqgKzayzpxg==","signatures":[{"sig":"MEUCIHeg8V3wRP0/pbVYYtEY8cFBku4VvN6wl9Lu0QB7Ug3NAiEArMTILWFsGjat9eCBkcfOi6XaTMls9/snRnEcXrnrD2c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1635909,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEdvECRA9TVsSAnZWagAAzTwP/14ned8ZW+Dn3NL0ZA6e\n/u5+BOhRekzcxv5bnWUTQspt/U8Aiy8fjNVu394IAbHCDEJVCX3YGiqkD6oE\ny6T/zOEWzEV5AYI1wNpe7ZHp0BVmKB1W2txbRW4SMey4UoLqvv4xIk7QKb7Q\nXkyNc5Q00uILZ1edlgA4JvXYmQz2TVSxacA7rXoPvDeTEbv5WcHxnSGLHJU+\nw3KMyTuYFXfqeenVHuuAdpftzO9XTKVydoviexBxa7l4V4RbclYyNrNAC36y\nzpsQB1hEnaUABnvGYRlHbCLoUtDdvlbJgJJenvL73ELYHQx04A9u0IfQrSY0\n03Mkp2wh1xuinzokaDaOBtitEzEG8TW8PEThbUZsF69GjWL83g4kfh69FJX3\nBTvIfoP5UhqUuyRAISC+5kSa1YOR+VXqwJwxvbincnHh+wTAPqAjB+4Ls6s8\nCH6YCmOgP9WyrA9uCo9aCQqNL2gGv0S0ZeR4L8341C/h9m3Ch2QjV6lu4EVw\ntGfNoTHO3tH7enMkPTGzY5nz7v2bf7zs1rJjxJmhHBQHkmdGevEnBTd2ngOA\nB5NZtq6Y4MlFqXKoHbz0vxJ28O3th0dB5YrcxN0w3QUQ35WCokekvlrr8noJ\nn1Zras21WqIlukPrqu5D3VgUxHwfKvR6x482Z/S85RLcZnKAI7wsDTvAx5O1\niCSY\r\n=EZ9N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6914d2eac30366ab1ebdba0c5efd14ec1b642792","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.9","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.9","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.9","@storybook/addon-docs":"6.0.0-rc.9","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.9","@storybook/addon-links":"6.0.0-rc.9","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.9","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.9","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.9","@storybook/addon-cssresources":"6.0.0-rc.9","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.9"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.0_1595005891942_0.6672352785789715","host":"s3://npm-registry-packages"}},"0.11.1":{"name":"fundamental-styles","version":"0.11.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1705ebb9b7a34c9da9647d6f0909850154f3b151","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.1.tgz","fileCount":73,"integrity":"sha512-K5UNGTPxJ515Bl/JfexegniZWIlPJZ8b6paIeD/XZpbBROh6lVQ5OkbMci47PBv1jS0MkZmsovUSL2zM/VIBSg==","signatures":[{"sig":"MEUCIBHjBfFzy1cSLXfD28Xfjo0ijP4IeSpKdULoKObtgLokAiEAxGUp/2j922LU5o6TZkLIP6rSqpmiwNVQ0lTBh62Odqg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1636167,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEg0nCRA9TVsSAnZWagAAjMIP/i1G7HqtiVDSZklCw4eD\n5CyTvCs1q3/FYcP2OCIYXUYcSysYdpWLlbzVPegqbKrRNyZYDWbpK3XHwHzN\n8mv6JKMzrvodQYYDf0MSCOBmAdwYsQT9m9r5dLQqBlXyapPEzeSKA0HJqLBh\nhryDxLLScKIqnu2DNw8r+aaBUm3YTnIt9jjvQ3aukv8HiD/Q5adCQDwJZYj0\nvkqN2oPg45wqbI3NsaijfPYwh+5VjB6kLSdfa1YiVj79FANhgvKaJhLTME15\nhI7+SJapd8mWAE5Wg23fnrvr48fpBa5UaCJSOl5utQm9Bo8TauPWaPTZHFZA\nVg7hYv+yaPIfm0OZP0TNQvLEGGLimYIHPOLlAaKy6wDslZ1ot9l3qpSX+pyQ\nXPEttXN2tRxqgXRU1vAiccShEAUz5aODJc/fgo8xEkSHDFHErpsBjeyrJf2b\n4f6NJAfVErhuLhT/ukvhOA7OnqpAO6IYm87Z1/bHMKCscHd2jmVFAJXwyj6s\n9H23jyrfGG7WT3aptTYKhS3IYRC62OWHwRAp3r3QWIigda/F4MceeBjw3F+c\n78909RLIpDaomnQDbxY4PQLLYWLIBHbqF+KeIxoRaXnW9SgB+c7plQstqzxT\nToa7TN0ftiC/1JifkIn1ehswK3ZH5ZqLPK98sguhCffGDWZK7DgEq9DdMnBi\nKRa+\r\n=OGk4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4ca58ba33c846a0f4355f805b48515922a94fa8f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.9","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.9","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.9","@storybook/addon-docs":"6.0.0-rc.9","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.9","@storybook/addon-links":"6.0.0-rc.9","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.9","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.9","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.9","@storybook/addon-cssresources":"6.0.0-rc.9","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.9"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.1_1595018535133_0.7877647810219128","host":"s3://npm-registry-packages"}},"0.11.2-rc.0":{"name":"fundamental-styles","version":"0.11.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0ee7577b45b183a71822617b57ef0ddf6de4582d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.2-rc.0.tgz","fileCount":73,"integrity":"sha512-0acYGn0CRoQY474bUEwZ07Of7XovQ2kh8yA9YTMHLqvNWHWFI+Cw57fwEz8g1HYeHlmvcPG11YOOncXaa4OC8A==","signatures":[{"sig":"MEYCIQDXwY3iMB5PMyn2UT19p0ncyjcd+LY5Kw1Yw7BYSCdZLwIhAMsi/8iDjDDlDiR46H15VS0tEGsjrYaY8vSLw8BuHCQm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1824161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEhAzCRA9TVsSAnZWagAAvRsP/08m5keLKeEOUPBhS3sa\nYfYicHzFD2W5bvq7+hlBt7vV7Nsuiwjwcvv5/wmHOOVnXciU/8j9fUBcA3R5\nL4/SIpy5qJvGF3UUhJ/ox1oIXDiO4njc+Us2K5MfWrUPkWDOKcnf/L4qo4k9\n3++G9EjAuklUfq/B5Poiu2ySF5XPFQAMmlpFhCUU+8WblblVjp+QV5IIteTt\n3/9iaMVFM7eZ+eRCK4L8bDXvqJm+PLvOHQmCrnr3VjP3J22fUiCpkn2IAnSr\nOTnsHSS2K2j+AN280JIHkR1VIOMvN3fiDfA8usi+IKyYUUqww56XzwnaR7WG\ntT7hDuasScSnLbual1dcYq5i36TRNhILilhc6S5IaoAgQsFertsFF+4KiGGh\niZo1CHypx1nd7IiSNezG7TeOd1dFWx7kDOLvoZRY9F82W+5mfIlu+IFGpseB\ntm8Wsze3LXtwet6YIjQz/3f1kTXT0myaLzx9uofQCmgpZlTbZXTMiqMNs++M\nz+Kal3HLcKbVNa6dnBWCSmlp245xXX/bOQlwwTUQUdNxBFIMvvxJmciJAdud\nhfBXTEO71XJb1cnWRtnxf0g4l020x7v/bfAAn028MW5w4TIsicuXreP9vAUl\nVMlAJvdEEJXPz/jYdAXax84+0aIdqU2p2D+6mCs4+Tgd6YWVry1RWOhQeN9U\nLW4/\r\n=zYMv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c1a867e878dd323a0913f572199cd1e1a4dcc560","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.9","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.9","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.9","@storybook/addon-docs":"6.0.0-rc.9","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.9","@storybook/addon-links":"6.0.0-rc.9","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.9","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.9","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.9","@storybook/addon-cssresources":"6.0.0-rc.9","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.9"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.2-rc.0_1595019314709_0.307192367530299","host":"s3://npm-registry-packages"}},"0.11.2":{"name":"fundamental-styles","version":"0.11.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"971463e98eefb123816aa6d411d566c337c34b9f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.2.tgz","fileCount":73,"integrity":"sha512-b2PVIJpHs3ss3inz3epg2Ma/3ANtLbEe91lvG/O/WcoXrQetWWWxCXncce3XRpC2vqcCP9oOe7cRFRL2KXKwRw==","signatures":[{"sig":"MEYCIQDKT4Xh83Siqn2ZGHYMo9yBrV2PvLG4pCtWFtZaSpSm4AIhAPAPoFPMBVUXb9FGY+fMhfwXjbEoMDL8YbonbpxowJ7t","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1636425,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEhLqCRA9TVsSAnZWagAAr10P/3bmiQ8/L8OEGspQPR5/\nFTBM/0UNWX3WVauv9eoibdRRCPtk1q3nmLM4krdFoSFcsgGupL7c1hll7Y5Y\n+tOHXwSnoS6rqywqGJe4qAqIaIXYiGft0yb+R/RTmiyUmiy64RwHPOz+blV+\nKuQXUCKtdE+ZjR3rD9qs10dNegYeMszt0ULRvqidLTI3MU0uMWInuO8H459x\n1SOyr/EiMCbxaCCcWWDs18+IOiLrtFxW9mrheX+eEAy+WWlL5rWr7TSl6q89\nvet/pw6J5yAH2bnewZPJEIi6j4hQPXGDfAyrQ5hO7cqd0GDzuN4nXmDYWJEL\nRj2YdYWHQ3IpjlTgi/HOkU2LubweoIRucrABJDDf+WUGT9++C9qjwWHxLVvb\nNkXsOfj41yss0Nrj2/3LYYCg3NTb2V/6YYxYHFC72vm0FL3zTqvIdPoPupdZ\n5V6ddZStb/c6rbS34j+m0+HJocLkKA925wzUv27raG3moUqlAP51GQDVs5pI\nefKCsylVumJF05krKYiQ4WrlPsvZWPSKKhxBYiRICTaCe/PVteA4DhFh+b5M\nMEplP8+MJA98fNp732CRXHlgecsSWZORrXBDcfAdHASqGCEU4p1kNwe3G1Aw\nZwSaIGHQDpKaGSfw0cMrvF3pRCHyQTs/rt79e2nlz409exuxaCuTrF8rQHpo\np0Sw\r\n=paE5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"fada97b5a912903e324d0fc56233d24ba5086cba","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.9","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.9","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.9","@storybook/addon-docs":"6.0.0-rc.9","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.9","@storybook/addon-links":"6.0.0-rc.9","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.9","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.9","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.9","@storybook/addon-cssresources":"6.0.0-rc.9","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.9"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.2_1595020010062_0.9752752777817275","host":"s3://npm-registry-packages"}},"0.11.3-rc.0":{"name":"fundamental-styles","version":"0.11.3-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"945f316e7dd3545fd654164d78896e9a6e1c7392","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.0.tgz","fileCount":73,"integrity":"sha512-4h3WxAUA4jiUusuOZB9V1vy1guR7dNZq+YZpNfz91wjrYpC4X0gE2djr+UCsUstepz6QeJpjtcyt4xMF70v1+Q==","signatures":[{"sig":"MEUCIQDt7XYEOXa5tcFO/ROYO7MWLQR6EXKZqt0BcOAplpLbXQIgIXCQD3irkKPz2djWU8dG/3Dx3SEANEybNJK9anM1u9g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1857275,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFv/zCRA9TVsSAnZWagAACysP/1puEe9S4A9HJZXIKMCN\n+Z5vU322LoG/tIVUhjPDLYK5npGb1j8Um7WWwFKTxinXMRt44oDVQ/3aPVt8\n3ldXp0VjBZvwTCnaqZFzmvHVmC12SRdYghQIP9mlUx7shzbdSM2waybg/heS\n+AMItw1BL4TyBDYbhq9fmMqM88pjMuKlMzMDVfIUZHir480YaFPqOVKiPjmj\nnwGDWeUTVIHNymR7eFJLymKVes0wMIuV8EZ1BZTDRAxcWpVmtdkYrTpYYzWm\nf2dI4jVBvkXaEP0Zg6mGQi/S8say8jZ0ODuHM8l2ZTP+X6nMqGI8DZ3cS2Sx\nOL3Qi4ptFO36JqGKCDLRzXmV7vtsQpgRgnEkBSqiHoxZi9DwuhYv3mae4tX5\noOrAgwa8ko69qJQlvw5gOpSMD6KWzOGCL7eLyE9gm4v9Y0TlKabqdnygsahw\nmMM8Egud6q2uSFqHyem1SoFe6F/LZtNTMf1wvhP+hJB5VXk4YD2zBn0eDdsw\nKnbm77cQD4m9Penv7IEPmuGJunC+QuncEBt7XyAfJ6Qw313FN+oCUvAHuYOw\nEH/STeec2aY4LRBtaJEE52CcIHcUs5z99QKANy4wPGazsSoYmrezYZU8yHpR\nCUcoFtUNpVXizPhYfPbXAOhK6IZeSj5okJyLeGU1Z1Tau0YhsF5XcxPlIsK9\n9bWv\r\n=uABi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f38d7364ae278b8b22994193ff5991ed259885f0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.9","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.9","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.9","@storybook/addon-docs":"6.0.0-rc.9","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.9","@storybook/addon-links":"6.0.0-rc.9","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.9","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.9","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.9","@storybook/addon-cssresources":"6.0.0-rc.9","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.9"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.0_1595342834607_0.49316859449039385","host":"s3://npm-registry-packages"}},"0.11.3-rc.1":{"name":"fundamental-styles","version":"0.11.3-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e5ae9c23443ae48dcb52214758f983e63b88ede2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.1.tgz","fileCount":73,"integrity":"sha512-pZ6AXWH82IdqxUAH/8yXO4YU9KiujDWSxNThoeC2GPRH7k2mENNqz7+bZUEhtJLfQT42MsEvxYcSQHhPNjsyWA==","signatures":[{"sig":"MEQCIF9VH++eZWu9M7e8sBcSNLdFTLsUuZ+1yvY66AmWNnchAiBBNx1Xp6fqz47Uby2tQh/nf033TqwE9BKTRyx4JveeQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1856115,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGbXfCRA9TVsSAnZWagAATNsQAIhsVsobz7o6m//Td8+7\nQ5k1XnNsXumi7Kw2OFzVFSmsEC0b2ojEA1Q5FkbLdu6PhcJ9Rj1BlVw2TV79\nrKYC1cS/RLNDjEKv+WqwmTi3Psy6iKDWxua6c2V3kofQlBvQJbW3GI/IABCW\n3ouIv4QgVu/MgCxJ/AbudOmnRIPddL9NwgSZNxC/NnRYumrPk6SR0NN5Cdbd\nM4eUpMFUdBx9nBhNJOqVAvf3oLh8luqUSRmxpSgvBl8xcB7gSB6ovSC+ayX1\nT/caYP6rxvzzT4VWQmOQNZeH0U37uOrnLKdMx+YM+zKF5fM3P4g9eB+BeIuX\nfR7P3x5BRQvlsO+jY4cIYOEnf/Fpvelx7B1wA8NCZxCe1Y7fSrdC73bKFwrN\nRle/2x6h6pHnUdHbolKfRuukYRWirfrvXSAKDny/Y3M9rom4pETzKC+HPsZJ\nB1/26qc3LkmCrcOTzMG6HQIrr/mz+KjXOs5n+YfAbB6z6A837MdVuODNor5r\nlG8hS4Xd7oggBoEOa7mcuDdxBJb0h/0vc+MPdpVhtT5F10C5vc3nlmfUaYFh\n7ROPCP3AgLViMeSe9ILEZV3V4iW7tTv43kbc2b2aVCJSO/xkNedteyKN6oWj\nf42l4BBcqvXtVyBRh+UKSoQCYjcLyoaMBjUvy8HYUNQDZ+gGB4h8HlSsOrxm\nX65C\r\n=6Oxh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bedd505e82cfb0e375bd113424ac73b5a4285a2f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.4.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^2.2.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.9","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.9","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.9","@storybook/addon-docs":"6.0.0-rc.9","start-server-and-test":"^1.11.0","@storybook/addon-knobs":"6.0.0-rc.9","@storybook/addon-links":"6.0.0-rc.9","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.9","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.9","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.9","@storybook/addon-cssresources":"6.0.0-rc.9","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.9"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.1_1595520478385_0.639061195341069","host":"s3://npm-registry-packages"}},"0.11.3-rc.2":{"name":"fundamental-styles","version":"0.11.3-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f35f0c82b45f51f761f83fa3edd49cb7f8ee8ec6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.2.tgz","fileCount":73,"integrity":"sha512-P5dMqtJQXD+E9Fmfe0C5w/fbrCgFsxQMlEslLDeE4qsbS6/coxBk0T16Tf3plIsIs8XrNT86wrN25kcfD9wqpA==","signatures":[{"sig":"MEYCIQDWzhX+M8H8RhN1rVpWwrd/2fgs5N1vD8ZkAGuXNsgBwQIhANkZfJ/3gTzL/+jrPfVvg/MSygBhbzOLZtYehy3RdE+X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1856289,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfGueBCRA9TVsSAnZWagAAGvMP/1MkX7tN92XD06GUiPaP\nSfjbh56+iZh+7YjXE1Kq6X0aPXzAcLMTNcK3oLhY2CuFONyFmWNv5razEHpn\nmhS8A5xrNgLkrlYEcv0uHW372MImU61xhha/TcFaacfKT8DteBlrQUVSve6R\nCR3SZ7Iaxkg13X6OCKBEFxI+YBtJ0vR6y1R2zR5SOoVdg6DsHwP1npiv34G0\naV452FnMbMrl8vpWGWYPW6lfNBD1YaTKYYc3FYHP62UItb1pE95ySEk9UZL3\nBGmTGPvKxaLaHD+kn6NboiLpHb9Rk2Smy9QP0l15/sqiRtWMofg+/y5LdRQb\nfpTccr2PJvTroBRROYbQlfqGpjnUBat9j8eY5PvnNfPuKuXSWnVsSH89xKfD\nMfoun9ltlB+aR/dTD62OTIy2YnoMrNpG4/eCI+Gucis/+uH6YyLlTNHlB44P\nzZBIcpi9nyHxOJEzT3jTbD6sJWUMnMpFSDu8tfCHGlJ48D9Mg6kPZ7ZgeOrQ\nmJjJf7nii6+EuPeX+FJGG76dYdvYVNb5A8uRRXbkEh+i1faYSC55pauveCMB\nce0UlFRyvdg+L4xxUPwJgLrC1sjyp3IpFOKL6W86d+wwxnaEKUs9qKpDekhL\nxXMB+twwAWn2A21WgSD/nvWckZ9cex1uypoYzJczFtBmESoXeNkLTy2Dvwus\nkNNt\r\n=ZSf9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6c012da8a0c9e58bccfb78c28b3c5e2f79fea4a7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.14","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.14","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.14","@storybook/addon-docs":"6.0.0-rc.14","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.14","@storybook/addon-links":"6.0.0-rc.14","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.14","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.14","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.14","@storybook/addon-cssresources":"6.0.0-rc.14","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.14"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.2_1595598720811_0.6318362024358892","host":"s3://npm-registry-packages"}},"0.11.3-rc.3":{"name":"fundamental-styles","version":"0.11.3-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e76b0924ab312ded9ab5435ddadc598f452e81e8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.3.tgz","fileCount":73,"integrity":"sha512-0mDjfh47UWAa/485VXaS9ZSpbUdNTgZmeGAatJvf7EPP7G2aNoh2Wg17GAyNNvSFm20FKpqXrvY/b/T+7ZSusA==","signatures":[{"sig":"MEUCICpOKHpueupQEPBB3Ztd7KPBkIlD0LZ1o+7QyPdtFoUAAiEA/CtYlVkgx7zrTrBqvkoyHhUKnGav/ZUTvuoYFag0D2w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1856428,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfG4k1CRA9TVsSAnZWagAAylAP/RS0RDZQPtrIPnJRYvNb\n9MRZ7+lE7Ol33IanBkfxNPG5sadNNP1nnP0s3OanvbpurHMv91p7ksYlSDGK\ny8DBDYLEmbaQRFvAVK4/L3K8fk6/FpHE/o6QpsRSSCUU5ADXsX0a8XOqlzPs\n+ApuahQXMm5bGHUi2G+a/jImHoN8gd85GMGLomPljCX1pAsRGruUg6i2cdEl\nejwIcF0dS4/UQ5z0EnRg7toYsHrkJr62hCkJ86IMMzGK71/SWG7UyWvTfhyg\nKwV7fMrkvd6XjEnHu9QHc//1gBrj1C93R4EVqIYy7y+AaHE/3Qx5YWgJXyUw\no37QUQBasAttPc6/nPJL0S8Nb6uhsso8IWO3++nAJjVp3ICYq+FvW6JNqDtc\nZsUp/v+N9iaVrPmt38uUEoHJwPk5oYevXa7HGHyTmlMWdAfIRTnse+PiSOuD\nU5L3H1rAJhCgiA1QW1hLPHBbbGUjapD6zDCIQutfDsJ8hq4JO6lj9Vx5TsIK\ndhbrwqfHi47D4i368r471HtsccEwtckrYHlfcnw14U0IW20Uh+9jTXctEwdY\ngx1jfB4nd6B9Er1IEUDOotyhsEyax+yRXZg/wQp+40dNQo60edEIDWo6Wun9\nQEB5nHvPGZMLFysVVlJPt/XdaywFgYGy6FbpiG3oYdcLQEF240RNQgVQrCR9\ngOLL\r\n=8AjV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"fb635b4c86321483063232758275d3556ad7ac18","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.14","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"4.2.0","@storybook/addons":"6.0.0-rc.14","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.14","@storybook/addon-docs":"6.0.0-rc.14","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.14","@storybook/addon-links":"6.0.0-rc.14","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.14","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.14","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.14","@storybook/addon-cssresources":"6.0.0-rc.14","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.14"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.3_1595640117263_0.13105610559979475","host":"s3://npm-registry-packages"}},"0.11.3-rc.4":{"name":"fundamental-styles","version":"0.11.3-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a2a5c4f0318bf02855e745b1507e9ac122d087db","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.4.tgz","fileCount":73,"integrity":"sha512-yRH4jeEaA2s/b4o63QmGN0yP/NAjn6a0sp0eOBRgF+IyzljHqWo6HHvB5Xhgy+jAd+IN/xOFai3KgScZWbcDIw==","signatures":[{"sig":"MEUCIQDs1Y7dqG0F+GFSpAaMbazfX32xcHkofeJiNsDNqVIr6gIgSjd/u4ENv/YWfqAyXZZsobNxJcqF+SMwQAcq0rc+ZZ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1856538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHwN8CRA9TVsSAnZWagAAOagQAJgrLaO/WiH4A738vmEF\nlRsu2+XRTvCuxqqIx6wzeYKkot/wcZS+4+87yUehphaBQCxw5t+341Cri/p3\n71Qp/C21CoAn6k8tEG9/DHTRE1zlpcZ6F7CvcItetjq5N6cuhUlUezab3Kut\n8yUS3uuUT4vZrnqcW3yK/eHQqXW9M+i+tAzMY9qvum6bQFsp/GPNUvncr02o\ngt5P7mmAWdov/HqQbvd3qdVKeoKEZbFozJkBN3oizyaCSNLnZdPK+3KJAkhD\n4S8yZZuwufJlKP2XWPzjbrob4Zi90UXdFreKUHPC7Bg1oHDPDiIj/Majrsc7\nagYId3/HMO3F/vj+GRgYyNYCqYqjObnKML+Bk/tNcGgBMbsjJ1RFt0zJg3wv\n5CmMqoM6upm9x0N5NMAKfd1AAEtlvQWSKvIHX+C4dmBTvazz1s9vkRCJjvao\nRb+ZtlovT0lW1RPJBZlMJxIQmK63zI5UTcxpBw+Uzol6glPZhJfKWClHt4nA\nl8GZfQ/zNp03F9/+1dM6CwTllCqjWNPhIpALiMlG/qRqBuW/i+3ASp0r5Euz\ncw3c+2zRn0QBiMaEWLEqX02nRdlPZeEFcdlklzM0HlejTbQrCBvpT6sjaHOn\nxyHAStn4wuxSDYoZNrdwQTKRguiyox7u2qx/GGPsezWuSM284+Ss82TuU0jL\neYRp\r\n=KRLc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b47d196bbe3b2b2ace99069f2f780cff63795260","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.14","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.14","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.14","@storybook/addon-docs":"6.0.0-rc.14","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.14","@storybook/addon-links":"6.0.0-rc.14","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.14","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.14","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.14","@storybook/addon-cssresources":"6.0.0-rc.14","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.14"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.4_1595868027746_0.4233370707673727","host":"s3://npm-registry-packages"}},"0.11.3-rc.5":{"name":"fundamental-styles","version":"0.11.3-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a3fb8e0eeaa1fffab409748654ba58d1856fc055","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.5.tgz","fileCount":73,"integrity":"sha512-YwYkD3mS1Tr9Q6DBOTTIsoe3WqhV9syk5aMHietbkxXxm/7Sep7ULdwLpgyOG5z7MuCp8kM0YiIWLnMHfumMhQ==","signatures":[{"sig":"MEUCICpDP+UHiKfVEvqqB4xx6bsuhYH07LFaj9dxtY31WMoPAiEAsghpK5bNXxiatxid7e/LINT11HRLF5COsCGBaniqhcQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1856649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIEc4CRA9TVsSAnZWagAAbeUP/R69sIHsVhxf7XSjiftR\nO7hiKNC3ehzHuaGYrg0d+9KDqEZEFvsoQDNBzSIzWDBo2X4pgt6XD2WB0wpX\nrbaACTtazEN4FroENunuLuW2u27nHVH+RfT3qzkhtpCTXmtWaP1YtX7/vbPy\nCIba7dsgBOmiec79x1k2gM/Z0kgeUpt2eiD9mRih7MLg8N7yUcO0zoZ7FzR5\nKf/1q0MMrZl2bKMAphpiaS2r+ldBR36MhkossXNWN94KxRFFiusM8mUpnOLx\nr53m5rRO4tFPIKpHbq+Ug+ckdFxm/L7RN8dfXzLmWLG0q0YLcOiBBS1Qcq3+\nTgCOPX4MNam0BvyjZtWZ1lNfiKzUsvxGvzaKaoOag6efaRTTbF7pVzIyQdag\nFbgdckFH7b52Qgu3iwQFed7KhIO+BT5DTnSLrpBVQJu2GegnWg5bvFNrrFtM\ntA9fV0DachghSgOVHuvonuRNTu/8afPVZ78A178EZDhbPQKAt0gkFmdCpwJ+\nZC/amOIod3ZoQHCldi7qI3G9vItDCF/td1PQ9G7c4ysebvlMi3v8FlyAn6s7\naIIYvQE0y7Nw6u1Ik4wAz+9zALg8N9BmdqgcjhEIbrDsC8J5lC/1fc038UxQ\n2HD9mjQGRZyh0hdH3A/BGlW4eaBYYx3Q7U2n1ii+2X9qe8a2ECD4gvUQHmFt\nNBXw\r\n=HlR2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3e4909d181701e1ee165aa032b25c021f5e170f1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.14","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.14","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.14","@storybook/addon-docs":"6.0.0-rc.14","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.14","@storybook/addon-links":"6.0.0-rc.14","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.14","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.14","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.14","@storybook/addon-cssresources":"6.0.0-rc.14","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.14"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.5_1595950904087_0.5536967357684748","host":"s3://npm-registry-packages"}},"0.11.3-rc.6":{"name":"fundamental-styles","version":"0.11.3-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"20cbc471be0d13f106cc436bf4106b6f7c4b2911","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.6.tgz","fileCount":73,"integrity":"sha512-1jqGWnYwlWJaXL9SxtALkuAOqJsinfXLLKPnB44ABSdR2TLutYH7NuXNO+1eIxYwqnMQ550BTPHV5I7E+LCHPw==","signatures":[{"sig":"MEYCIQCnTWw+eDootaDCL+Y274IX40z20nNaab76P4cFfal/SwIhALnltYY28JzijWA2dyig6Bedw++ZbzG2S0HfW+Z8bxa2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1860134,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIZ1kCRA9TVsSAnZWagAAIIwP/RaxHR1Gya2C1Q9rObxM\n1EHabWrIddnra6+r+g8bybaZJgdBfkoxpJR5UhmtCXFhoP/lxLH0hCb7Scxh\nKWkEcipS/57fnwHEc04IhKiszTBhPylF9xLQgurXf++FYOMpVT9d9lodRQE8\nmbI1BdlW6+3UgWHXpoJYL4EALazeIX4WvWFPC57/kIKfv3JxK6I/TbxYzVgL\ndEdGN5pY/f+LJR9s/HBK+oHMuowkQynZKtusSdLODw7PoWn+LV38LdWyMq/b\nSjGqmh0bbHevTZPq/XBqv+8+mjU4R/Tw/c2k3z2Fvrxg4/nt4CSRWRqVZx3c\n1UtA2zwg4ji1Cx0TpZyDj3HDwGnOmLkGPNcxa8rL4RL4SdlObs2SDDgWNhv+\na3IsOmseDwy1JZM8gIgjRXva1CyRHnJBR5CyaeWdUcXHQVgeRvNZUglFEVa1\nIhn7IbuUP87kQdgS76ZaSAgssQ38zy8ZReXqAZHNcYx0w268+2jN3J/odmel\n5HIXRuHrVVmXN7GJI1xEKvD3vAIXojas/eBTVRs/r8nQgPTHVo70DALzpKT7\ndaEwloaKH99gLHLFWIyp0Nv38v9aox2vI3kTY5pZtjENCt7Oq6yHGEOmSdWG\ncss7zKkiIn9TBax497PiM8DzXXE+gTvpjCK55rBrD6ctV184mfcIc8pLjEc5\n81hu\r\n=Qh9v\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"41dd26836725fd685b7975dcd80021071c06d946","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.14","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.14","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.14","@storybook/addon-docs":"6.0.0-rc.14","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.14","@storybook/addon-links":"6.0.0-rc.14","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.14","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.14","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.14","@storybook/addon-cssresources":"6.0.0-rc.14","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.14"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.6_1596038500079_0.023951526954976154","host":"s3://npm-registry-packages"}},"0.11.3-rc.7":{"name":"fundamental-styles","version":"0.11.3-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5db993047cb33eca2c7274d099c44e29184e0b0e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.7.tgz","fileCount":73,"integrity":"sha512-Bk381/dl9omRdEW7fLcb+Ose29R+fpzFmhM/XllM+uKUXo866k5iIj28UApcLdPUnmW/AdEVSPjIzzRucPXRJA==","signatures":[{"sig":"MEUCIB12ar32OZG54yC69/MG2G39n1Z9FiuOlSUqGUL/gOHGAiEA4+lKIf/syuD6MTYjaXOr615Q9N9CoVloK6aw4Jem3DY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1860885,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIySbCRA9TVsSAnZWagAAyK4QAJgguzDxqbtYUz+KXokP\nvmKg6VwaoI+yR7qSfTITtzKoiF6OqAGcYg1XSPEzeOxnfvtDszydkatrTHG1\ngjLUBLwEPcU5dmrnKrxelRr01wQgJhnmptivTKgspE7HtmM8/fPkiVaYCRwi\nWWwu8lza9odSP3rOAHxrzvUiH25/Fvn91N2jG644mBdP2lshZfPIhm7acx0W\nTn0BHN5qEsmSpsGmJ3NJRaqCe7MRKONv/9ygqbLs+4dgjKBvsoSxdjABKrzq\nqw0RpVvFBRc5zIYZOCWCssQibPhKJnmqMaVBf80Cxbe5jcJB+hJEpodKv9zV\nJGcykcwDRtjQT4lq2HNiql1bRr8juHkC2+giqpoJV2GgscBzSj0gripFu4Cw\nlFes6mzAtPMRbE4ZkUvP8rLXfDXhFszbtaIYcZNBUEGwZJ1vqEY4ISbTVnlm\n0FcNhjoc7u21P+2bDukpvNhvCnFhGlskTF2XbBSMrXLM3L0DR6CSZDpf8NYg\nXnNnSK46VRKl6u3BnskfUigp+Hihx91ZQegugxMkg/vNsSvTXYqQXEs6Cuok\nM0aeVGcb4VxGt30/jiCMFzYxl4pb4halEAHht7IgqFQaz+1ypdPpRfs8l4bb\nJgcYg6ZeDwZf8+BHWt6AO1t7yCzEYxCHykAHZgb1nhVzWdZxzWdISUxpqDJx\nsH7u\r\n=D7oJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f00fd1a29cff49e2f559434659c4a6d7797ba2b0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.1.0","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.14","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.14","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.14","@storybook/addon-docs":"6.0.0-rc.14","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.14","@storybook/addon-links":"6.0.0-rc.14","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.14","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.14","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.14","@storybook/addon-cssresources":"6.0.0-rc.14","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.14"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.7_1596138650887_0.7580459943285369","host":"s3://npm-registry-packages"}},"0.11.3-rc.8":{"name":"fundamental-styles","version":"0.11.3-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a004af027dc4a58af38e714335e895db6112d7e0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.8.tgz","fileCount":73,"integrity":"sha512-ZeeNo/lBMdjSH0/i94wpTOf1IhDT/D6k1WBJH7pjNxTxfVX9VwsUjEdOuh0E79cId1x+mgy4+UKVeJT4VQZKig==","signatures":[{"sig":"MEUCIGSMEV9p5CLFPfOsKq219c08RqqvlHcC734UEArHIPprAiEAx944CldTvYifmD5mbMBA9pWmkqWj4piyUoiJpbkynY0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1861035,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJBdSCRA9TVsSAnZWagAAfW0P/iy9uSI7dEorNW68T2W/\nLWvjkETtBIbTNkKGkRXZT9C2bXqqE64HLf/BQqk0E3RH7tGVE42cZmH4nDA1\n5H8biOG+cTbKyFT79/RiS9GMH3vCNg5lMfxRAk8KmU3CVEuHN1Nall+gLhMJ\nssxhVVCXutXIFeU1uEfS9/9NgYNKcaduztjKvQ4edAbXH4bZKjkVpvPPcPgW\n4h+TZdkWDSKavOPic/Z8QeoljilF6GbuzGJINwrakNX+tdg3Qhy/aeR+dT2K\nFLShO2nmtYvB9FQ3cdNQSzb22KbHNLQxO+kBOH7H1cqqiY5y+/o54YtlhxAF\nTpJ7fz/KwbYVOyTRTCdLZqMUrCr/GbVIodFjuFKRaTlzCwD9sSyOinhMyh1L\nxwTQmBOR0h+q7/vhIwUKpsbCnXjOEe2fpCXyNNFzAmc6B4MXqwHVSKcSx9DY\nj+b64xgY5Q0aqY3HMc0EHsA9yzye61QS5dTNwlyjHNR0EdwU+Hk8vzA6oPkl\n8Wk1h8kwzmA+FhJ2WC0166kbJIMgPODSpiHqxJoR/mGWXI3DTsMw818WJXkh\nP3yeVoJxfoduB0FB6MLP0vLSJXyjVbCxnn2mYvI3zq6w1AMJu87qPGFXJU0U\nP34VUyI/z8e4+G0kYmj5Qv6UomU7RzfHBwgxK32E7nSDg8ALCqlfXZuTZQRF\n/9OM\r\n=eM9Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f6396061f9ec3d49dde11de82491d2b3d4e879f7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.8_1596200785875_0.700693739947736","host":"s3://npm-registry-packages"}},"0.11.3-rc.9":{"name":"fundamental-styles","version":"0.11.3-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c6843a49541b00ae2dc6512428a15b290d4f2020","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.9.tgz","fileCount":73,"integrity":"sha512-/CNXcyERr2nUYVWEo8g8o/MtUlIgBk0aP9yZUNwxgUesIzdTe1/9r0Pj4koWKUHnHi45Egpth/6e1IEedhrvUQ==","signatures":[{"sig":"MEUCIQC4K42kRrWxsKotooOelrnLtsIqLef5BhyEZBwczyrhLgIgITP5cPhABNXyIsPLEoFPmfB7JohlaK2N3YgrHRRf7pU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1861146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJWf9CRA9TVsSAnZWagAAxD4P/RVVn5xxfLODALEcHLMx\nWjX9N8KjYLITM9/dFeceT5h9twTUWO3ffk7jtlfPcNTiNXW5xCpjYpr4pBE9\nvUPGLVzH0KWWcukNXH4fazkmFtsK8410lSnYFPqhJlBT/OxFp//vh8fRqQws\nX5z8hu+al8lGe2LvCSUW9sIDaNnKgZgf+vkOtHA1zEAmetudZOP9JAYwlqbl\nySAQYbY7xPiIafhRJjCwA8PvOtSfW4S0S7vmPMq8NAXP9ekQGdg/nLH2OraO\n1GoWg7jB58qo1HS4PPfdms3Zyu5SXWJqL1mF8uPTgUq6eEGB4trXRWNg3qC8\nBUqjUfMvtfHtKvtPbhd/7h/hGhgW7p/pHf18MPlOT7Mj27RCz9yCcvvw/oTj\nxElc7GT+4BBBchF2EKpJHOIy9+/SSKfwgptQF2jpn57HSUCKO2OcajFHeNBw\nDmPoMnp0XBIWAQ9ojbPTlZYBRUor0TwMDFlW2Zq2BHYjxrvYgmDKucvMGl6b\nxcZDn4Gfsm2U3FwhsiaeXzUvkOd3jHGNBkwKKYSa0Ixj1mPUj81L5TAIo5E1\nReIfm+LRYjFLtYGSmoPR0w2Mluw02/veUgZVZ0bl0i9/RnRuci/diaf8DtZk\n7v0mv2bYzWJ0JbWgCU7AKk8n2dXUZaMfAXNQ/Dlm1NfSpQLQxJwAJBdhZ0sc\nhKEE\r\n=lD5Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"73218a6f120c9287a8b2c360f6a6e162f6960a08","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^8.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.9_1596286972410_0.4685556334036236","host":"s3://npm-registry-packages"}},"0.11.3-rc.10":{"name":"fundamental-styles","version":"0.11.3-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9374264830582d1368d16a333330e1ebd1e01506","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.10.tgz","fileCount":73,"integrity":"sha512-+B71meYq1NV2QP932dgXZYH2tqm+CHxoINqBvYaIUa2Vhq9peuWsb9i4g1TRQrdN65fSSVgslfsLHt2wQWOoug==","signatures":[{"sig":"MEYCIQCGVmMvMmhax7B9KfytyaIwl92biI9w8s0NbuA6YraW/gIhAKTo4Et+lxsttyDb6NHIrUMeVa9oN/esVaak+TLb9bdy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1861323,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJz/fCRA9TVsSAnZWagAASw4QAIy/Kdpkx9r2DsI1Z3j0\nnCaVDk/8Shw/SnoKIoOtSsxJK/1DKjhC8KyFsaKf8U5NiVZNQgY+tWzWGTIY\nUBA5RMAPjsgkV+z7uH+UjTawMn3hZmv3sXU3vW2OhGCusFfBsr6q2IH6lnaj\nmNiFhixs24WC371h3nVO2x3yKroUgMoA4bqaLCPot1P6ygeSVXYJaHZQJPWm\nPeRsR77+4gXPGNK+L/pgY/rPyuRfBO8Jyg54g1hn7DSvxTUoduH/uL9c3wv+\ngcfNHEvG0M0uAc9jiZPowSCB4oUHucX5mNfz6jCOH32v9vMXXjoPtK9ruQLf\n+pkmcA08zrAbOgm1Bel/0AY3nTHJk60pMXOsbx9e2CvAuXCFtnU/6+GDv7Fq\nfTU2tUwzrWAPWLOb1Ksy81Z/0DV3JLHhpeMN6Q38fGwM3uh6ACWwCSS/+3Tg\nTLtx4FgF/pgfwestpA04Ts69ha6pvpXNNbU0lSq/7YPfx9IRpXJF1qG0ukYa\nE97++RGlYF5w7J97LjpP4Y99s2wc4nH4oRTxlNl5eDUlc5A1Xf4PSqnPnywZ\nXv2AXrIOiAuq6RElaKGaPDAGrPCMIEExrNEgAonCygLaTWxvsi+E40JZFuou\nfOrZw8pO7esdz0iO19Jkpqi2IpsG5R20V0K0R0ySEHnmcDH4l/ub8phtdCD6\nvX1o\r\n=wgPK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0e6f59a57517917714f91c83560268732fce09f4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.10_1596407774843_0.5246080176458205","host":"s3://npm-registry-packages"}},"0.11.3-rc.11":{"name":"fundamental-styles","version":"0.11.3-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aac9ac16da4a1db81e7868b354bfcff9f9cc5475","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.11.tgz","fileCount":73,"integrity":"sha512-cgcfKdJFTk5Ce81XydVeAumzFqqWFRGjLxFJyZMU2ryXe4Zj9MYgY5npFSPMSVQmCn4EPe4T9ySNAeVIbDnhTQ==","signatures":[{"sig":"MEYCIQC5AAzLGabY6Mc7RhptFUJ8lfHdQvtKIU7CIbtvmBrfygIhAIU8pBIJrmNfS9/IJp6gVMmPrN9TH7pM7UD2aAspBa9r","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1861437,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJ0KDCRA9TVsSAnZWagAA7YYP/jKRIa26JKdGWVTHxYsc\n1ubqQ0IhLINp5gLGi2YBaYr4nUUZ+PUgQnWu1etk0mbtf7k1RQxeSM9nI0Jt\nkExbbBGW0JEPMIw+TzbyUaz0WgvDrvmxMnu9WNK0WGmiDot1+bK0imE3Ygmw\nHZeAew4TRjYeImFX3RAKQ+ciYLW4eRbeRI8djXdgIKQ4JWWqdY5k2VDQh3Sf\nsmXHZO1JeDQpmSoLIxy84fabNKgVqMJBUYgJGyQmWjqLNxsIB3N2b3oVcqNQ\n/ObmdEBWIfRu9NBcDJezoDj+sShkpgDDmHVCcte849RwG7dimoFdWtq5N8I6\n+RWVWIN5K9RSOxa0dmxPDQRH2z6yLAYTkLrkK4aupKNOL0+2Blzadr5jr2SQ\n90UgpJ52fG/DQCTEEAIgAk84gsnMFajgfTaBmSqo6s091EE6XVK9JLUxgZz2\nEqXuidaxu1Z/IrMKrm1xBBpAU3jxdyScwCRZ+wJo2IoWyE5pov3FbITPe17b\ne47idxBG3xT9OlQ5C0+EOFCcmBus0P2t7t9jIXT4K/ZfYgmMMPDmgVU9/8xq\nMSQwc98bhtsAFomxbKHF5IXV2+s1gAuA9+eAu7rpQSp08TDPmeOqOMp7r3Ig\nIoioOR4W8GB/WoJmQlbXFoM7CtFRwP4ag8l1e2YWPQZoFLsZ9XfS75Ue8Pi0\nODtV\r\n=TWWH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e2abfe85af212cbf827fc35f37f4dcd74b2c1c83","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^3.6.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.11_1596408451190_0.44469839878372563","host":"s3://npm-registry-packages"}},"0.11.3-rc.12":{"name":"fundamental-styles","version":"0.11.3-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8eca26010a71654fe113cbec2a7f9bbea119740a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.12.tgz","fileCount":73,"integrity":"sha512-WBqzqMTCqWQLNdzuYQuX/Pg0K0jOO563VXc+XwtuYCHGdQWfYV90qHX2Fatzh8TdnFp4qNOm7Z/ujuERecMABg==","signatures":[{"sig":"MEUCIQDiqeOmQ36vl/bwIZhbmGV0nuNoP0FPuhFMinmIKznTdQIgEWFrEx3mprLpIntSoDsZIPnxM1S6JHY+3MJToI4NUyo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1861551,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfJ0UFCRA9TVsSAnZWagAAugIP/RNegfcmYsGBT3bxSGh1\nGhpn9E+iLbDfRyA+ZQf2tuf7ioM3xLaP4Y6os6vy2EHRfDSbE3cHtHQCktQl\nLmBKuQZmqF87TjGshjtgwWXdsPOxiCmbNMR2r6BrehdAAtGUXEpr5wj5gwRF\npVYB27P6YGUYKtv2d3NEyAPeWzByNpV+R14rJYulgOylPiE1qGuPnww3ocbC\njssxGTrebDTppFjqdxj9b4AF8C/DiLFLNdBwfL9xqP31s9zn1g8/dC2Nbigw\ndjsAZhDOvcQCb84pp8VjTWqGLeCHliI3SC0WHF4ZL6xcUYwXSbtR7829qbUk\nouWkEFSpQ2gi7++wJSZFOEC5QGKLlUCz68KOXIkhJORfSe+shMPWx26pJHg2\nhT9WsEyuczH32C3a9gHI0t1/IXc8czQoNcRJpH/874HhPjWTMRWBHWT3PJuN\nh56NOFuS0DIu9nZgSeGyWArUyVxdm0ZHOl9THCVlJsbQrC2l0qaLkCwxRGYE\nAF3qxDapyR/zPOO3C31Rt4Fd8sidUDNb6YZXRwOwy0/12pUHmqLMArFzjTm1\nkJa/5+TW6Wyqtjm1MyQrWp4cfGlj2B1O7o8GxWtSFWrzuDHKql4hudi0IwKk\ntS4jCHhLTmm5P4gNPzpmhiGVrmYON1+ByqO2+u2vnqizYW83FRW0DvBJv051\nJsyy\r\n=6qEi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6842ef548baf4353932bc4a378609ecfabc7a92d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.12_1596409092759_0.028780111741941727","host":"s3://npm-registry-packages"}},"0.11.3-rc.13":{"name":"fundamental-styles","version":"0.11.3-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bc51f8cb7a2d334200e81182cde9771be70ed495","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.13.tgz","fileCount":73,"integrity":"sha512-Ab3BFlMHkm6XbYI3J5WDI6UNfxoZD7+kUadjlbd/4cbcLZnHgEBDmoAbHJl8f1ZWRSxYbFFs+nqgkcC84vWkuA==","signatures":[{"sig":"MEUCIQDkdBz37IDswlVh8QpwmI5ZyVLJ7rDMQbBrg2lqOGdDEAIgVPoOPJf58TGk8VlAtUHWaX9GWANrCS+ka+SWUsu6Y3I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1861665,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKAiXCRA9TVsSAnZWagAA2vUP/0ONypf5VPjyLmhiiUs8\ng1x1wmSmpt5epFyeQcZ27+G0ZNuTdtOfjHV88NUEkGJKjsG/oSPgrSUC6YWI\nmtBiE3xnDkiZUVkW25Bc0gh52+mema2UAmzhes6nP8Opto6X3EXTDwxvDjQ4\n7Gj/ebENoOr3fYn197AU4vPCSEMw2J751O583LKJDOc6VKo4Filh5HVHvshn\ns9cGjloA3vjPu2J6ot/Co4UFUmVa9FF0j8nsbNCYXcmYyvOyh38/wGido6Lg\nWw3Nui0BRsolpH0J+rlaCjynNUu67KEeGHjs0sxlx6Btv/JmxmIBgzbaMj4I\n0UMRB5wy5+B2oEwwI8FYbIdYl98MAiwV+bYwsuDsM6cnl+JXIespUUUgmtPi\nKZLWVSfPmtlQSqJaUq8RHE50z6jjQb///U/+bx9X8+TGgt1XMNE6+Dj8RKyH\n39ZeA9bgJDu1gFZJIeonTyuiVZn1sT3IXZRiAs03GI2h7QP1b1OEtNLlFHxa\nANtzaSvII45/XBdKPvuB0EDYzgtu+vpaT84f2CMzJ9MsB2VmqvoPQzV642h/\n9VfHPDXRmx8GpmVLayI/EcZxFq1Mdytql1FFDPa5vDOefbu+jZwzAQ535z3r\nksYc9mk2j/SYuedfSXM5rWAWBe5j4+pqiEWSaZAL0Ed42KjsWROya1ryDnms\nuDnQ\r\n=mIXA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a332df3af8166da4de800bac24efdf12ff274cd0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.13_1596459158362_0.183544658581964","host":"s3://npm-registry-packages"}},"0.11.3-rc.14":{"name":"fundamental-styles","version":"0.11.3-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cfb6b9258fcbcff7cda9c6fe7dc89afb8a1c8eea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.14.tgz","fileCount":73,"integrity":"sha512-dd1QWWbi1wn1fDKlcpGrkziNDMhfWwwGZAwTH6LU+6ztMT0UU5Fh2NSL9MXv4ljlqJxJyNuULQ5DibI9LrrKIQ==","signatures":[{"sig":"MEUCIDKgIX8ZcTHUKr6KQfxdfdfg2TbwYmUJQ0ETg81khSmvAiEAt9wowLm97pmvh8hO4LiyW49Lwew6lT3vXCouEDlqNyo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1862100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKJ4yCRA9TVsSAnZWagAAyGYQAIM1G/BeO6XUs/BQy1Km\nfN6HaKCBH3AFv4JCqXFnUp5km3r9J5/bd1OYyJe7adqaQfZNPn1/J4Y/N54Y\nJ3sEMoguJ5sNLAgSb3TrcPsroUI24xN/JdoDrhGoY7saVk6B+0VcJyMxVf38\ncJILEvTU4LyXtPQwzU70NurhhO3OklyZZKW18+dMuVqcqqxBgIk4wQkAWVe3\nHCgHUSef7EJP4at/0SpgvY4TqwNLqKVk8pvnCImfliubn7Swb4MZ6C2xejw7\ncC5VwPKBmv++J1Qm9clFwvQTXeFLUtDOtsQSmbCZjSljmXiX2j/tuRRWcYd8\nvosoS3byGxVcXtNnjloEwm6gBfsrqQZ9PLm77v/nSWtoJcT3iUN/qY6T32UB\nelB66MN0lheP5Zpt0Jbd4onuPwLTVIMioD+7PULxSaFUO47FSEdZ0Z9d6ksi\nKFMN7Ur+Lj20nEqWGZz3rcDPyVoeAIOaWkmGnhV3BHA6wbCt93fB1ViACXqd\nIxsymh9lsIZwOF2O6gF+fapqdzUcr3Isc9oRr2G/KJxuFaESUdfS+OAoxkfJ\nkHzc3mV3eBinfdjy70B6eec9YTyKlrEz1U6j07nk/N7gg4Ar74L5T35cLP0e\n3hEBH1/ef9UD7KlEPR0Q5uKpH8fi+sPu8nayeDpTtZMxOul6BIgWhY4so3Oa\nSug5\r\n=3eW0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"391f448e06abbdcfda8e9110f2107056dd24028d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.14_1596497457795_0.7629404643901312","host":"s3://npm-registry-packages"}},"0.11.3-rc.15":{"name":"fundamental-styles","version":"0.11.3-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9d57f8f61c64e065498a85a4c8b5ea9a899e7ceb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.15.tgz","fileCount":73,"integrity":"sha512-EskzqQH3dkXsL8HkdilZrzVgfzkX+YSP3+D9MCJkesFNkstRtrjVQi0zUaFh4AHDJLBzrjfA4x2d0KwbcPIYkg==","signatures":[{"sig":"MEYCIQCuuKNXwrhT/vaV7HcX5WV8HzA7lgT6PO9+k4XGA/0RrQIhAKhJAtvSvGDFShxoa8xvl2obJklkPlTrh4xG04RXYVnk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1862214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKW5PCRA9TVsSAnZWagAATNsP/RFGbwAwoZoEGRYP/igM\nFkqcXVE94Zht8oiSjn4YjjWiTETFboDNTJHF+lYM+vgxfucVH351EBaIceK6\ntEucP9KJGeCkdkhh7bNgddSyye7e1nfivXcKheaL5hv4S7m9XxRb01a64oP0\nswZ4VO/jUPlGT/PYztSUfIrOM8/eysjxRS6xXR5tom6ZNU+LujH8xy52rYSD\n04oKgJl07vZPfl6gqGW8IHBLHGT/gWEjipy9Ddm/0VycdLt8u3j7iUN76xEJ\nCMlg0l7gg5r6D7iE4T6m9qh0v+yU4je9qqgoshUnxRoPxEniVuxTW9A3NydR\nmxE51k6fWQFFKMB5DaNo0tuyBhkV53mGdXP9b3gsITpGY9BULhbKg26yyDLg\nSaFYpews+8ccaREUMLVe9n6DAFvT/Qm8CBP8Yof3WZbMp9GUp2rJQTTKXKjk\n+i8ZcssI9/MVNGUVULTHTAUKE/k9l7VDpluSUQjk0TWVwEo7D3tKecUhJCQH\nWB0KvWNca9DQLJDWIBfu77nu5aEjyz0vE7S5R9kZ9z0eaYnLqPVB9DE85+cG\nPqngTUIYdE07jB4nvk+PcF829AQ67v0LJCB82Efezv0Yj2RXmoti5SOm4KYK\nSmMG9hrGAeL3KXhBh5PolIM/3/8LuXQgCNRFtUJbLV4BK826uF3okSMbfemN\nADvb\r\n=AgQF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"37b5ceda52d72b3f58dbe3ad47a0b79143bace7c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d .storybook/static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/ --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.15_1596550734854_0.7116038264023217","host":"s3://npm-registry-packages"}},"0.11.3-rc.16":{"name":"fundamental-styles","version":"0.11.3-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c3d55a0989f047a24e315494644a1075c77cbd04","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.16.tgz","fileCount":73,"integrity":"sha512-wW6tHE9SSNHlaz3R2THu1f7qDsXbyXrAKMV1Wef5l3GUhmaKR9k4MKTQkwPqVgKTUpW6pPQxldY2aji4slzEMg==","signatures":[{"sig":"MEUCIG+DSt28uIJYDzvWb6gStdubeOiUp4yxJwPIASsHC0GkAiEAl8Ndn5EU9P1TgwUujs7DKMk+dtRFbRd45V+taXlz8Ic=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1862410,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKcs2CRA9TVsSAnZWagAA/kAQAIje4Ijg1c09iMchDRUP\n5BQJd9RshGaPF65EKfDCb1MUFaqmXSPO1jROXW1eOxR13jr6d35vOZJFuzRU\nMEhWcEmlkrl2XVV6OpjXenAu8/eA8cobCvi/S89poCLsCmSsEVY1zVWwR+wo\n3lM9xnuKADddvuqqZz3ThM4c8U62cs4oHv+FWVqFSbbMlXsWUtLvpdrTjwnR\nou5YY4pIg1309TTR22M8v67yNV7GI723YKLXR79nwtB7BauzizjBGzoU9eze\neI/ez01fs7ibtCrlsLPkdjH0ORNqa40BKrV/sssiz+/Xk1wIF1pbxPPwUr8C\nS3ZNrBiAC2M6sIEM2hqrJgVYLFiFQD1074aNXO8HslfT3rRqJWivbEyRoUaR\nlzrD9tP5a+cy3yVa8JWmdJOtQ5290lrFn3GtYB5CPMUdtGiL6gIHB1p5BoQI\nNCUVSQPhBYYoPTUm6H5Pxaw1t1cXs3oT5wkID5ljt62r9DUryWaWQFK5/D73\nJ8zZ9Ir/LQlSfmSTNB85qSncbpnuBJas4J4cuE94vsu0pfo1PoYchBSPHZ/r\nGPEzKX3z5+CNbTgiCr3cKsuL7mGVQ6mTiXPAYxtaQ9TOFjFTRPywoWISD0DL\nOpps74DODody44nsU2taLJ1ve0C47JQkBlvy6acq56QAsCu2f/KYGbzavfvO\nKF2V\r\n=pPif\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"951cb08cbed73ce25038576f20a86b5ea6908350","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.16_1596574517639_0.19612768095145094","host":"s3://npm-registry-packages"}},"0.11.3-rc.17":{"name":"fundamental-styles","version":"0.11.3-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"68792aa060a7831a9805df8b5a125faebb34e505","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.17.tgz","fileCount":73,"integrity":"sha512-V8kh7cR2t3sKo7diBoJnT9VdkgzQnSP5vOBua7QjvhJhz9WBC4wfwWBETURsbAXXqmmXAurdpgCAVoJ3B8G7UQ==","signatures":[{"sig":"MEUCIQCc9tsPXPPGolmfyFY7ym20egAq7yReug0r2u+XTjWgFAIgEVHHuXjZ4Qs4QGDXvW1KLhzakEWgtDuf3ML7/c606Yc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1862543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKytNCRA9TVsSAnZWagAAKpAP/iVtJqqV6jgrZNm+0eiY\n+tmePCk34jsFZfwGKstIwPgqWBygHWy4lNpdMSRXkE7h5iVeisCNhuFXkF41\npoeMkOQgBUzt5Lz3Yu/iCn/j2h3Cev6j5nhkq7Chb66YV9gT2vLYKfAqljxn\nwuq4wR+51HUSbO8sshBOSQvSpHBEYFYS8I7RDTvpsH3eeSXJvcOQALXFP3WI\nFODKz/Guhqbfn1c5EAiXfKmA/5SKlgY4g7WyQ3s3KISqXI0ULXXqfOFdH07x\nWHEoZ8kMto2R7xMcnMwCZHmfsSc5yinX5R6NmgAdjWfsaHUkxZT6hHdYAFj0\n/yvn51vp/AShtTQO9HDW0pNB8QpvY4pQzTdvUfkhWBRiqAY6JeUWP/1/kiZh\nswuhGQEhYcFzoFN/6ANmTfvaG8YcMfIOpVHK7Zm2yuRIyF6d5j+zBY1isaSy\nphpL+ZO3gpWNLPUzVXBV+ZdYUIUE69Ipn6czTXV9PUnDS9CKF94bV6ElKTqb\nfdjkREfmZPvDeFpeQAlKBawfRGf+x2hGly/wwkj1FAbXnQGfLg1Q4Yha2snz\na784ocry/dCT/TTHkTrL8cg3u5PN+e9GGCpzTjWqeUMNVG6Zw6KMSYdScNyS\nrbrePKSBeBQu5l2N7rfVRJMgIG5wm0W3iwj9wG1w1nPJEM/N8xqjI6Sr1D+B\n3dBs\r\n=Z6Fz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"62c50d53d5684a7e6b8aa3269fe425dde9389fb8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.17_1596664653499_0.052920004585374825","host":"s3://npm-registry-packages"}},"0.11.3-rc.18":{"name":"fundamental-styles","version":"0.11.3-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eea95cb1fe8339bbdc09cef27c130d2f95f5ca3f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.18.tgz","fileCount":73,"integrity":"sha512-pXFtKLWR3BFgDsp7XbTvvXRIhN6zm2kZccKoSdiYtw2u74fhpbxDtknLgsBOiWFkQEdr44k41HCJ3V05Pu11FQ==","signatures":[{"sig":"MEQCICxxiY+7f4thkh727T4dWiqfmpYxkS/IduJr1/7CedA/AiANvUYMDo5kEFEAGBxtu7oSvPr1aXR7foK/2OSmnC/s5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1863041,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLUKZCRA9TVsSAnZWagAAp/gP/RYQBTqgNuk4WEan+LCI\noQ3C/sN4t8jqyk50iUHrZDeN6RYtwKTi15nxdnV6dJ1gNgg1hv92jD3efsTb\nKy43oNiIratouB+t7V/7VkfNfDuh83KLUpAoFsmDInaIM885YJuD3PfbtAeg\nVrnH8Ae+64yFoSVnz9fn9VQMDKkNpKre1JYIvGNCGJhYsAZu0hIjJ6r7HI0a\nbo8wHnglOk1n1oASj5nz49lKLNsqwH8ppISct+NFb1WEd3MRKm4yPOPy1vc4\nfXeE9rm2yC9T62I1S9ULo2gqAUI49PLVDxEQmE8BLbSKL+WmIEqlnXFTIBl2\nShRB6ZjwsXQSFhahTkHtbzLJqSZOt7Y2GNsunq2SFlzgzl2y06iCX/h2FETN\n1AAM7ikqNjQqc+GRAl7ESYEWG/XWfMxqt3i0lyO7/W/zn97MUCVTVLgE+HlM\nJ3sAQDKY1wWAHfc02JlZw2Grp2XGBFkxcOFcwsLI6+7KRnUwj0XjNShc9ojC\n2eav8PKFL3hudUnL3jCLriCvye53J8dzbrZCGcEegzpd/UMeusV3kJyORp6Y\nBuIdQ3W1ZGR8fQFg7eD0NESpv7T4yqfLNhucBFhqUBfU4Hf0swzJlhFK40ms\n2/rXt5+zXXOFqKVnpVnl477/Cd42ZoZ0iKeGu/zjRsZSqbbqnsc5MNflNsKX\nT5Rl\r\n=fWeY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4339d425eeedc9f92f6a4b64a60513a428daff50","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.18_1596801689412_0.4391320081108663","host":"s3://npm-registry-packages"}},"0.11.3-rc.19":{"name":"fundamental-styles","version":"0.11.3-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e1bb32b63e5ec3a5b892475d8d60fe29e592c862","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.19.tgz","fileCount":73,"integrity":"sha512-uVverkBJKgaT0eoHOTLFxDfvBAM8Vy7QtxGH+ZlcXropqeY+zS/66OW73Sr5YvXdlZmQuiQjjHPXJDMMI4W+nw==","signatures":[{"sig":"MEQCIGavJS/g83Xsg5tzbhDZKUHZFiDY5wwnuADAHehGGxo0AiBG0tbTTiJ/bOqnxR0vkBhiU8nzfNOWgzBqAksMM02GJg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1863155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLUUGCRA9TVsSAnZWagAASboP/jVxKq/kV5AOPddyR8fS\nNb0+S3k9XZPz2K1hHuyZDsMdqFSHAIiycgsoA4qHvrifJLA/OGQ3Dmk0rVgG\nD+kTwQA5BGocU7+RwDEILoE8cHjB7DSDXz10fXc4xrDJVd4K6/XC+iLp8ASs\nnui4904uymDepasHUrFAXZVa5eiEjKqIRhhcsxlJUn20eRlG5p06+owr45xs\nQyi2SaEB16gf+yXSw7poTnqBNBIr3X6Cwq4VMRX3GG2sPWNt0HOqf4XmX68q\n3FgLnI9iUuP9ZnYcIqi3ZJCxnDM5xvfr0Jx6vvnJuvt/FQ+QV8CtjPFx4+PC\nnLYi60uC8AY3xAjadeBJYenQR4j21Si4e/hG2wPMmyC++Oa9MWdWc6HfRahR\nih4CL5Wv7u+W7T1o0zGGEz5m9kqCICLu7uKsJShID4Ly0cdi0NCTHPJPc3eG\nwoJiFtXXtzUn4aFlb+9Ts4nxdhA8vNu6RFmFgtpHFGWYnAwNTXhd/l/Edfxp\niJ2jBauDBUQdArM9ZZc7HR9PBENQxXXd8xablfJ2QohQmsIccBl3kStbgxau\nTQ1Ek16JSpWkn6J9luiCBDzzE75kI7x/H8is/xjt04hCobf+6MA7jHm6G3P4\nhL0YNQkAfx3MOIpjHfjmclPdBUcY1IeEqiSPcyKRLkVXpS04ShK1fdUGOBc2\nD2jP\r\n=BNKs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7d894d1d4e6a5c9c46ada53429175c5ef3caa901","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.19_1596802309994_0.9139367568331334","host":"s3://npm-registry-packages"}},"0.11.3-rc.20":{"name":"fundamental-styles","version":"0.11.3-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1eb7ab22eb647edfe1a0c401a2ea8ab5b1564d71","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.20.tgz","fileCount":73,"integrity":"sha512-P29ViTEx9PR6KXHUOM+oOY5JMUK21rRsVpjU38RbGI0XOT73bShH8pQ3wNrzdPrY2v3QsS3vJnFYM/eIoIOjlw==","signatures":[{"sig":"MEUCIQCRniAqAJlz80o/G+up5si/a232gWBLPbcBHspCl4vOTwIgQAjBKV2zmjOFR2T//kTy0KQIi2imdvvjlDNKKurQW7k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1863662,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMaw2CRA9TVsSAnZWagAA2t4P/AmQNIsu0Cy1KVZyORV2\nJCO0JPAz0IhiaU5x6bnEJKG2CJPJ9eAnL9mACuwEmTuR7fF8H8uzxQcLYGdc\ns7epdZ8X16nP5fL4vPT/Q8jYPwuoTElMW2Tl0baI8DczhL2dpHGBwlXWCHBI\nszX47kAN6q7MEjpsi06NQyBdFVnho4tJWaqK7ndd+URe7yC6ZhzNlvzzEJKZ\nk1uMuDrLKcDbgBF4fTyTT/1XyEVaW94W5zTowkcIUOnjGfg/BlKlAXgBBX+A\nbVUKL5EmW/77MRUfSnPLiYpzvdil2DErVJOmss5YGqIMyBpZz6MXsnGZbn/5\nGQeiINQsupkv4aQOjrtbAlLQ2aLmF7wzlqN+OQjQUezwaG7A586eEm4t0dIW\n1CZ5yCnSf3I3L62HCdTEr5qBtwdMZmUxS7+U/HirOArEOKPBY65vwG/b1wG7\nnbKfUcGTi2vP7gJmdQjj7MgltA3FMCdkcouQYmt4gHFTcWvnWo4gt6bmwYHz\ndVAUAvjyptjBPd4Pd0PCp9u1l59+uoDQLGyjMwrP9XwcEau6h+6qe91SY8OH\n2xodlCbSw7LFXeTJ0+WPTUYKKUZcAYywiMmzJQ1XpCCxPLN1WZDTvSic6gaI\nmeBP0EiBCYkwOHXvo7tf+D5TJwi1Lgj/umVGP7ok+ZgZmu8CV/ku5nwKEpt0\nORsX\r\n=vFyW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"91076cbe90773a3e0276f8398d626a0e1e8d29b5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build && start-server-and-test storybook:ci http-get://localhost:6006 storybook:visual:setup","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.20_1597090870299_0.9716273193112055","host":"s3://npm-registry-packages"}},"0.11.3-rc.21":{"name":"fundamental-styles","version":"0.11.3-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.11.3-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b830680e6a0b68181b40d2322a9321547b48eb8e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.11.3-rc.21.tgz","fileCount":73,"integrity":"sha512-PNfnRkzh07qkYhksiVFYGBh3T1sEbFHZIX43LSuYZtZLpc42TWsFbtMlZ6/dzMt2GG5dqkpkQA08/dX8ILR4vw==","signatures":[{"sig":"MEQCIHNysBTIalm/j85qBoQfp+hHm6LQkETalVeTaGGs2OR1AiAd1/ztu5AiqjYqcG+xpspc4aSOwXJA7jSQMB+DX/Weow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1863689,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMr3ACRA9TVsSAnZWagAATLMP/0eDSRK4tBiUH5RJ6J50\nZJl7PW20Dzn/kIJqxsVBm8I9V7C7HKMIZG6b0WFawK78Yv6p+BmFRB/sxXcb\nK4vSEe9vYk3ZRvZelFG8nPhIjE6dMd4CpT2PYm5X4fVw2M7Vr38BkTBVFkVZ\nQPCeg+bloH2yZDo0N49A8x5w5b/vQpxaFcnkJ/Zcwpsqf5/Vx+p7aaASdxdu\nqdNUx83roqogkIr4pO1jsFE8k1UjpeNP5HMc85AD8Xm0a38/KIbc8g6pY/Mm\n5asI6V8a8DrCZKzfUi81jc9KDYQrk3CbvUylk//F0JzPgiv6ftXy5jdEcQIh\nqxMWsJij8OeRQdaRBvBVhEZJKnGtuIoty8ganKqWhDJIoMvN4KNA3JpwI7Bc\n4Sq2jT9/uO1NTAlDtTVpcUEDFRE3ZtvekaKw6m829xxZUjrBvOuTDPmudVQD\nndFz5jOSGXSy47iodOs//Dtlkceo4svVJw4OMDdZKn9sf0O/Bn6PRdPDOyAX\nnirxFCNjyv2n8fooRAMgosDk2Ar5bPZqDlp5fOpyM0dDaNa0UkG9/fw/0Rwt\nS2g/6tqULhbl0nDdHvv14ypgjDsDMF1XE46Bzt9H/vafi+nngxZOwJrnNBlA\nNKQiTbrKo1/mYigOnF3TmMMmqF5sWdBVYI9uoNOs05/JsXzVnuFNi5sEvltQ\nVXEK\r\n=wIas\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c857bb77b5cafbc569f35bc92e1a8636f31aca19","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.11.3-rc.21_1597160895509_0.6235944817630574","host":"s3://npm-registry-packages"}},"0.12.0-rc.0":{"name":"fundamental-styles","version":"0.12.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"daffcbc3154070ecfaaefaf33fe42e11bb55ba04","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.0.tgz","fileCount":74,"integrity":"sha512-mTeO38YVEmSNCjWa/hBEV+Lg5aXqJerLxvV6blKOLhUADuZAVgoMwj34+jvrWQimotAq5B8zDvjMnGeC4dMy4w==","signatures":[{"sig":"MEUCIQD+BvVRpxfYQ7Tv1LlO2AOO2VJYzdt+7Cygyq/jWJhJIAIgTdyY0IbtBj+hoUGP7AOdh8kBmlQQ1j/9iLDLl2IEkCc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2013831,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMvdTCRA9TVsSAnZWagAAjH0P/3tZGatZsjr/RANBdkGm\ngpfWvQ+4IvqzdcmrJhTCVVjUTsm+exihSZca4b9A2/xb9q1+w2nAmjkJJdKX\ng70hIIMP1FjdGHAh/ymRYKGtRHxFZkNFhfUcRr+BUtSbigeyF+5iIltc1Lb5\nPCHOAtF1npK69IF00wUzixtogTF2lkGmuKiZq+NYpxefQ6l3Hhu8sIxP43DN\n2SbTim5G6VzR/gHQxHfazzeu0tBqNsi6PPBRpR0yHPEDP+8UGgMZlF6DzrC+\nMUBfbdsdx41VWkOXwoS6NcFnG9Apo7a4k2KIHNZmHTYbz4yd3HWwhxwAKXNk\nL6oS4FpWnfmatv2weM3vz3yfm4N4WB0W/EZkkkBVxB20YZLYolrXzNQCeTnO\nc/rhQ6Yp1xIv0NeqgSIH6RENm5H6eCrJy/rfp/j7lef6OABrtxdEjWHdzbgX\na4p3IfmiHY1XqL89Ur7McDn143XjHDr0mMlVn6qd2xOzVr8CAnEC08QKDEKS\nBdAOLySQCzZEkHsOMWv/QyARD4ogovYGi9rejaj2z28blOIk3mN194ZXmFBe\nKjc/PJccwjSOIjClwa+K2k9earK+f6P6Ebvd5c57fGLKXmTD2Zb9obFMV7RT\nrwLz2NbdBPN+H7A7ENDTadtBmXX4QfaLl39QRIb3XzJKUdjPG24EHNWOviSc\n4zpj\r\n=M1Zt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0f8edd1f57e266b4964284c60bb9de9a3926393c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.0_1597175634479_0.6871233694181069","host":"s3://npm-registry-packages"}},"0.12.0-rc.1":{"name":"fundamental-styles","version":"0.12.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f514aa41762f9557efb29e1e6c16a8b3ef74ef1b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.1.tgz","fileCount":74,"integrity":"sha512-ZRPQ6hSq0S/lrw33WOOxAjmaZdfNp1jkagCeunHLtej/xySTFPax06eO4m1O+jzOyHbzwbizhrvCOJCWVGAa0A==","signatures":[{"sig":"MEQCIH7mKZ52IqsaF35TZl7ns7rxgLlWXEXi92TspHhCX3UIAiB5rsY3ZPexNN9H/z+0EUcKhu0pYO8ybRO5+AelJmtkzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2013941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNEz/CRA9TVsSAnZWagAAEyYP/i1trgn9qgdIfoqWVKFG\nZ+/WGHgG1ikOwkAmHPCrtJ1WffquYDoiV85DrqBWsJ3Mjl4XIKIcODAtn5p3\n7xnWDxcHmRVNQuDSB6ExKntpB6kCI7xvB2s3WpMpPEK+gqN98X3+O28tMnmP\nRTKqkGNefJpPy1bRMYdGoJ87Lr67Mim4s3zwilEBnCgEATgGzOx0JM875G71\nlRnOBgvgMgUfeznJHVqAE5Onq0A9TTh+03aC101YqSZBI65jURZChTu49EJu\nYzjDC2sRJLD++w95WmiWO4c7Nlvi4VCyNJiC2jlrY1CqBB1qk4fXXQbs6mns\n0an+zco2O/oXCvPmTUTUX1qse1yTcHCbT6yfInCujzd8YQpev5Af75E8DZuz\n6Zz5Slkzgn3MhZ4Ls+TAbzWZthOLoWboVpvLxJnJroIjsIaZL2TiD9tkl21H\nv8rHSeELWEHp3i4MLQG7MTmVNUuS3s+Kgk2pZM+aWKaFVKLWn4FjWgXpEFSM\nJdJaO6rWI7kBUpq2o9GErNDE977Qa0kCNRqksdH1xIUO1q+VeSLGLmIIvnzR\nQE+vHuJp5o6ANu2zItyqOFR0IpmelFDJ7kgzpSqh/XAY0kzP84238XUOCBBc\nicVQUIxu/cZ/7gnoLT+tB4xn3ID6/NyvqEYSkYtPsld1T2o+kvINgiZTWPjl\n+fee\r\n=N+Ah\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1afc5aa441fcd90cbe1f095a1bf8c106c5d77eb5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.1_1597263102547_0.8121650582747288","host":"s3://npm-registry-packages"}},"0.12.0-rc.2":{"name":"fundamental-styles","version":"0.12.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b0e8f31b8e23014859f7d41d09deda03177d171f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.2.tgz","fileCount":75,"integrity":"sha512-09mejVJr8aQcNNIbnRK3Py2NLw2pxiku9UgQ+BeeXhkMzCjo96kKKNOq6xWYrdV8DD5RIuNN7uSEKba9iU7wXQ==","signatures":[{"sig":"MEUCIEai6cldeZiK1gFAvnvUzKbvvy1piUS5/1aixXG7/xmBAiEA4MWz85Oh6CfECeeJT+nSBvMXF/+E4FwvftHVhX5qgAI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2019527,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNFXgCRA9TVsSAnZWagAAlpEP/15QNvI8pAP8zT6X34HI\nW6xEEtb1evlTTho3A64NfkUtcf7cBQajj7Ktwf1byW9/0ez/zFCTGxQjndLI\nuKii2hziq4/864Wp+tCN1dOxwDcJS1IGaAc4o80tYP/M5u2U94VwVpaoLF4E\nhgPZjMgpfMd/MGoxMj/yKNvc2h9oTNskH8DU7x4mKPq8g3EjwmOgvL5pfXqk\nVkn7UnVFBLqDHMw5MhTqVdWf4QS66hS890YuAintEDghtpeuFH4Hgbm2Ndvd\nIa6Yoi8ul7L4uyPquuq4obbm/HOxQJ3dxU5rpnifF7exDDnf590bFdde1LEK\nZ01fflreGvvxAcVfy7GI6BQkMCf8rarX/qsJy6gmq9w929x/boivWeay/3XR\nLCuQCa7VNtn90UVlovRfl/yC/pBKk72iWTD0gE3N+8Sf2o+tcH+fhBuzYrpQ\nMF5gjBgwL/D8/xXZAZUsgEeU53jiOXsUqjhV/DDeY1GAGa8STBe3y6R1kOJF\n/Fsn4Cr32l3T7eqe44n7ZPvML94K3NZqvxLyaKvnNjQuRefd71Ik+Eil3eNE\nKPhRRpfcYsDwKLHQlSgl4glzcLDtt++nnAcoRsPCYiqgmVWjLYyKYTjDmhs9\nqmOypyhymDd0hp+tmj0yge3GVyL2+Q5OvTwaBJUU6vzDWCX87Qkc6PgDtT8o\nib0i\r\n=9e3r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1f0c1cfe9a1ac2c14a253ed55b74d1bcf1e09520","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.2_1597265376195_0.422738573947379","host":"s3://npm-registry-packages"}},"0.12.0-rc.3":{"name":"fundamental-styles","version":"0.12.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e31038e1f7211b8595d9568aee9e6a945cf12260","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.3.tgz","fileCount":76,"integrity":"sha512-bE5olD4tc9jpzuER9ErgsgMaEJ/T7vEqqGuS5kyo2nAXYsyKjYPACRnehDsqV4TU5Q0feJ9fHE0zXyCT6cDH4Q==","signatures":[{"sig":"MEQCIBF0zSqdlTkHF+pKFgXeZCKag+OCEfj3D0tyTx/y8Ud/AiB1PBjhcv1NZNWDJIXsacyR4LA1IHan8JXvFlpqC8Uy1A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2019631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNFk/CRA9TVsSAnZWagAA+0QP+wVbogfyxIXStLuRXCBk\nEryUsWm5LXuO24U5E8/GyjEkVRNI8bFwCElf2Z81/0tB+bvNP5hGTIyD1Ot9\nYykG/lJ6kI5ymvKrjw66mOtPLXSw8lq7L/MfSRkcovR5niWu+2jkw+DrzPfv\n1pMhbj1BpVXkOHm52hUoiwm5WJR4TFKV/DTvYpJF+UQAT2KnbVlH/6kJNm95\nFezGObKNZ2Wkd63xdiMxNO3iL5xhxUVuqt5sbH5S9Kxd2NjD+8B2N2c4ID4s\no7HnVQ8X59bhvgKrbZl3Qe8lZ+QXUP0VRowyuIaRWTxm1Vw1RuGq0eZvGoMY\ncQ9cZSLeQ9jQyBRg3v/t/pPl2WK1PbRN/Z+PdQ4TY4c4cAArK6cZm2VL1fWt\n+yxrxSua56chcCu6jLq6GiqIFhgsxl8YuDxrrpYoiV3V9BWeIHPiCZiB4Xih\nrMKPE9ZgovYJs4IY23PpFR2SeaNEQ/ug+IOtG+ECbUR5St7P/DU4LMTHO+0/\nfogwC/GP9J5cevzpSShI5KaXXRQAR9Nwx2C52eTfLlN690uYhyQXtofu04/J\nr/y6KZuve9yMATpPTRx4NgMLn0/esZLKnYaI99Qzs0g7debPZoXZ15Py9zTI\n0pG/zTV2CFfa4tponHTjonAHD8YRQILQqkVy0TJ5HbqFvraDcjeuo3CYldbD\nFcr+\r\n=sqnp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3f7359dcbcc7f9f504bd8054111342a98b15a1a0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.3_1597266238533_0.9632911112324989","host":"s3://npm-registry-packages"}},"0.12.0-rc.4":{"name":"fundamental-styles","version":"0.12.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"293e49d2ab8922a9bcd2532e9758fd9f6699e9e4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.4.tgz","fileCount":76,"integrity":"sha512-KBtnQD4rhR2XV6t3VDaQR8TXn1kdzMgoLYe8ia0F3G+XlRskQoLrzDrnBlDJUPz9yR5f8hCO+Q9VotZSv1OytQ==","signatures":[{"sig":"MEUCIEYhXl0VNeXKAzOFQ6iQq0d/YW9Etd2FU/IzMxbi+xnYAiEA5kRgXfGztSediND5dlKKMS3/IVKoJZGPjXlfHzoF5bc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2020193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNFvjCRA9TVsSAnZWagAA5PkP/Ai9APVMvXkXqSLroJYz\n/aRHE9s7wvS5anRi7dZ918ooDvkTCRgs55619VRvaWeHycWraw8WPeInRB19\nXozjhbxWBdjNHYyWoMUdHrc+40c8/F/nWJxnu59u1a9jnlT9rBSFMZYCKW2d\np9msuH2SMw+gnIGl4CPhglYh+t16/kb8dZYtEAO2e+q0ziniFQvkTzdHCnwG\nI16uW0x82eI2p2z/IQ40uf31aRxBo23P7CuLN5kbC6HCNqtb0umC3ya9cPmV\nxrkkLQdNK+Ue2aSWCPLfSIAP7nRyxPoGp6m0/OMrhy8sxieh4+E0/k7+fgR9\nnxsNXtf7BrT/qRlmEDC2ub4DzAEZnxQ/i0DdinjQZOiuv9nbMlZtvEa7A51X\nsaGbZo+G4LbmFiEvOvwbzxQrt7FGah5Km/V1wgcrEmYRUqzzVOSul5oiHgov\nLVPtbuP64SoS03qdIbWkVPC9T2m1hIXyvJp9QKgrd1JTjXllKN/5SchCOk5Q\nLTtrxdhs93NFObRI+i+z+qFTq/n3YwSYax0OMu3JyIfkHhLrPtEVX61ZX5CC\n035k9zkx9TLDpgGdimxZqty4cdOR00A0TXoL+nlh3XEPnk/K1ylxSFeOBFji\ndxLOccRI+MtafHCQHVVRrAXguan8KVmczCXdZquowJJ9E/a40SFNFhVuqKg2\nKxdn\r\n=ba2y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"883a8697b030ea87b7302f22ef2c369a0e9ae003","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.0-rc.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.0-rc.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.0-rc.20","@storybook/addon-docs":"6.0.0-rc.20","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.0-rc.20","@storybook/addon-links":"6.0.0-rc.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.0-rc.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.0-rc.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.0-rc.20","@storybook/addon-cssresources":"6.0.0-rc.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.0-rc.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.4_1597266914857_0.617716537915983","host":"s3://npm-registry-packages"}},"0.12.0-rc.5":{"name":"fundamental-styles","version":"0.12.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"23e1b6b3e02bd9b14c9f18c982042cf353b866e2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.5.tgz","fileCount":76,"integrity":"sha512-XGYqsUGFKNQ0p9Qgxv70JvNyFiN1Yr/reTJuGkwR9U4/DwvKDwvXUDGEASlCCHY1EHhYV4ONInZgZn7jdSC1uQ==","signatures":[{"sig":"MEUCIHfExTAhkHElWAt8zsj/xqjtjSVVADAkaaKkyjpP94P7AiEA/8iD2jRIWqLL15TrLG1e7wS/k1uCfj8k1FAlcyqz9bE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2020237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNGF9CRA9TVsSAnZWagAA62oP/jXMXjsHncROlbkrlubN\nYhq0lN0hR9edYYoV4BHESjQHcuQcdHn4hMUOXOW8SRBsng0luuLfUflqAt82\nX4CmrQpo2FBfJxX+TJpSIch7UZzevFKkVsh+QElcUE4Djl6TD2I/BHZL06Up\nAiiS/Ui0rlwbFehC3VRsGtKylBXeyIIq6nH1ntZrj8fnbZKB7hUdlozW5T8l\nTrz+h/44Ftb4CmfyIsjAF1mLzInrdgLXsVMSyW8NToiK3iIG5W4j7kixlblZ\nsX1WqpRgIg1wQisMf3NteoafwLtC/k0DlehFoku7dFmMOU5Kfiv2+00V04iG\nhDyrDGlHl2H+QkWns90oMPuuJgdEIOuckPbFQuIgtQW7WXAc+AeUC6Cw+g5E\n4WsmgcfMtWvcAL3r8xyFhmuP8y4rt7CdZXAu+r7ZOX79HBjTc3OVBKv2bPG9\nd7jP0+IJO3yVjJ4wezoG/PotVb8ek5jHKLnHJ20dhn86Zn5JbVyo6DUCZ92E\nAqWGscXD11SogC7utDF1aLOduTPS83xNA7tdrlFU12ZSHslTQxSH3KTcCqwg\n3EfYIp4aR/LZv82/QMbLYrzEbiVSrgHRYFKNTae6r5uFUn7RvpGiDktXIffa\nQDFXY/NMntaBrXgLxQcJ7L6Wnwxkkqk1gKxabWeWw3/odDRw4v0KHsdfEjTs\nqVL7\r\n=edQp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6e7645d513fd8c9dfb207fbc8b164611930b8319","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.5_1597268348558_0.8350780407936791","host":"s3://npm-registry-packages"}},"0.12.0-rc.6":{"name":"fundamental-styles","version":"0.12.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"73b19a9ec7640e3f15eab6418d925a456a0748c2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.6.tgz","fileCount":76,"integrity":"sha512-pG4kgh9skU7nljwKbQc2IYUTicqlCsleJK00Gt78tRzkBR1qXMs5Y8uarQRTK4L17/iThC9ThH1HztWvxr1eeg==","signatures":[{"sig":"MEUCIFYTKMiG/rFF9KMNofc1XxNx48LLZ+7WdH27z+Sxof8XAiEAmXPjdpmT226E/kQWyzgiXbG+3KANQOWryqOQVqMTrGg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2020347,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNGfzCRA9TVsSAnZWagAAeZAP/R9SCrdAdJ/Uy+DMTjyK\nS1e+Yl3+Urnir3WYpRd+34CmTxHd+awZEPcmZJKaWmLT+JSxeTNwKpirZW/7\nqmecuBTQTu/6PyWnUze2X/balgHh5nvi1Hgk15b1E1vNnbUVaZG9Sl/TYOr2\nYxICxGBNrYtG3wWD4sHOmKpP5AjDQcDgcwiwNj+Pt0uiWCqKS14csjrhK+dp\nkkH8+3s2kUFtTuun+IpKbhxJwz2sHPGuXGhbMqeNDwpRFmKiRz2h969LCXwJ\nvZAvYrMOTs9JEO3/tIvjlxdGBja/4h1JPvH1JcLX7nbf8Z3XP+x8avW5BXJH\n39MJ/XP6D8FpED0i/pqqHcV4K5d7uVQa/9tbkj176jVVZCfr2Gg+osj4wVHu\nZvAgPFlH8E/lW0eUQSapqrxLbtJRwNOpkz85nFuiHeGqAXOaljc3UiYYltUj\nKz+i+PCffTc/IFRqx0JpwPpFJmQVoKLLG8dTcNqFNCFVP3uzMl8T3NQeXdXv\nGy7/RLHqXFyJ01+rpgVbS6hRAMuL+tZ+67iMpRlwUzKYxnJqWkRsuaJKMc24\nSRE1kcC3V1RvM1V3m7IgzcSuQSnLxj9uTKmVkf5dbAjW+5Snks9mOvzXhhdl\n1ErFzsZ7WoEQ2a/CJ3LownHbAsts19Wnat5iDlpAiOzQ78Zc00DVvHkPR8KL\ncB6L\r\n=RqTo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b1371604b03f4187357e40951791c77e865ffbf1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.6_1597270002586_0.41429293874558204","host":"s3://npm-registry-packages"}},"0.12.0-rc.7":{"name":"fundamental-styles","version":"0.12.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9aee8e4e8dcb885720531b5b969597e78b370ae1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.7.tgz","fileCount":76,"integrity":"sha512-HTKpa8B+0laGxiFccvdhkoOih/7dgWTH0dvTKfBUz7mzgKMkV0bj9jXx/6h7i7lezjeFB97p+eWNxtVsZhZlAA==","signatures":[{"sig":"MEUCIQCW5LL0IXl7/QpfoSzfOog4492f5dmIfXSbLmRtqHUXFQIgIyIlurWxigm4ZS7qggNY0TdcuZJ78b+4JUC3Xm6uVwE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2020495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNHYOCRA9TVsSAnZWagAAb8YP/AxyTMtaFkhrX86rVUlf\nN+egEnYkLBqQHAMxWBwwFjDscD8mGSFWAN1q0QIq5MiAsD0FP9iMcfNnOj5Z\n3/fsIkm0dsq3AUjeJpDE16e+RpTF+3c06OFr9Ji2Kv/0K7qzISw8Z7dgY05Q\n2GLEJmdijzwHYeWMJAWT+UF6BpxcfnXvWOKkUdg58ipT7kAQzkWBm0mho6DZ\npKN/aIqwegS127ANR9cgTsAi8aUP2+knIkkQr15P++6dsKyU3cXQBAWQpJwM\n+etGyBDFzILxXG163CEARtCNjVSjceX5PBOm1Zw5WZlSMs+RMgfqdb+gpALW\nH1E4xHlIMBzoYwUENvlz7w0c6tezXHRmiMQcNyRJ+ghCBOf5izptFcZfF3UC\natFbc0+PwQCqoyWvHYq4s9lmpXJWBZm/WS9tqbOrnXCp29EAdetvY6VI+ELe\neZk24Oq+yAlP4MUU5Rw5NFn2/zZ7BO/gohWTPwYPdiweFTqkuYLiFjP19kdF\njC+q2eWL6nyQ1ASAIfdqnpoD5XKhGFzYpSE8l/MnSBne8SMxHT9Dn29/DNoz\n9luq9Aup5wUU8Qsg0J0bJQYMFGhO6Ucy9CqF6GBPj/+7tj8NvN19b9SjqJkW\nDijV9xi/c4GLgEuw9wyW85rGGNowxOf3Zg8pNW+EMaFNnnrqGOOdCF6XoQsX\nTHBB\r\n=VuQh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a9f69ca00caaf6b6b30fd126a33a73e779615449","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.7_1597273613942_0.5629173665010365","host":"s3://npm-registry-packages"}},"0.12.0-rc.8":{"name":"fundamental-styles","version":"0.12.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5ff365b04e9e7eb6fbad9402a22f7d32d1d73ea2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.8.tgz","fileCount":76,"integrity":"sha512-J6Uqm5ZmxN7G9nMgPP2yrcgoYhDHW3Iv+5sXc9bEtRhBjh+WEPlWcM5zjJCsn6yHXmsb8PM4xX2tToV7R3ce2Q==","signatures":[{"sig":"MEYCIQC3PVZoCYeTAVVKhBpKhIsPfYBm0L+LIl/RTIfe6RDcSAIhAJBqAs5LGjtERA5QQW9ilxF5uY1LGV0MtuSoAJNgAU2n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2020605,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNWVPCRA9TVsSAnZWagAAR/wP/3URqpQpaskKJ9Ifx6vh\nnNjYl38AY7sPpcwx9tX2OT3A7GNz8GizdYniRtsmhi2Zl2a0RXKhU3uzjIKP\nJKjGss4+XfjiHi1+NCVmd/iOcwhJpVXfL9VdfZaCA42Ttr9fbJ7zMaRFwwZh\nR0GxMdsNPMlfcUCN82RCBF+HpOI6UIl7LIs9s3NE6Sytow6Ssa00Brdxf6qf\nIGATMccOOYEDRuDwGD0fT2ruXWVqUcrtrZcxaOiyg8B5r9llVlVm+5OUn75R\npDN2nwZHcW8l/SgQTWPEe2KlTvqCNoDNHUm4qujRoLysn/mzuc4OYsBwpTo9\nNF9orGZpaxyr8Z6UJ2nOAGyFJP01UhV/zWpbXwe4fYh9hWNz0LJRKDcJ/p3G\nMgfR9e8g+idDgO4JB2c0PcJLCO8O+c9wEgIiFz+iIzTyJGObCs1VzBQUP/oz\nrFYrB0ABFg9SbOMO0Z5ONJ91krmwu5Jsn1IDd2iZHTvCjUx5ifhQfRoRf2Vk\nz3oyV6LLOSJGx5n2eEdffaNoDXbfr158nMQbn6AjYWm70mzcN+rirZSVFA3t\nAXo5OtIB/Ufcq8vaBsOi4maT8uN6rvqR6NJH0BTBo1Xfje7+d3VtBzeMlyFe\nIwsmUjjey1BLpWL+yROQQ9LBlLWvFhPxrIa4jnJY1J6/dlebA1pYUlCL0k+N\nZW5x\r\n=J9h7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9a5fce863f7b76f45960de22d0b203a81a3014b2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.8_1597334862541_0.8534344869383463","host":"s3://npm-registry-packages"}},"0.12.0-rc.9":{"name":"fundamental-styles","version":"0.12.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"da633a4bd93cab98f703df48dbbe9641b5f5c977","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.9.tgz","fileCount":76,"integrity":"sha512-S3n3K0AKU8+zTL1xKq/YWMQdF6X/7Zfj1dGoIDQ4lVSd50dtQgCzQF2tdclz8qzindIyCz9VmFEKmo+OBtDmrQ==","signatures":[{"sig":"MEQCIB1fH4fuYub0NEVhf9FvJuvKwxJ3A8bED2rHnAy+qOFUAiBIj+zM6pDz99pg1gZnO0ps/dMUUzzHY3KxbR9sIaSLSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2219785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNZCNCRA9TVsSAnZWagAAWF0P/j/SKIPmimSoHPLrmr+t\nWxxCSzBtlkyEfNdpXc95l5wBv0vxh9wTyRqOqXx4drb+rs/xS1Dzpx7gqbUW\nZuv8sTc1SiPq2ZIRgV6cCAXixyiZkdA0vasScGGTqxzA6FFjzM0+WpPM91Vi\nm0/zN++SsavQIgbcqvLtb4idkunReNX3O7mIEyGsXoO0ItBFzzwAcGR85+f3\n6CIFxmN2ywIbY5pl/ZH9Y4r1uWqVHGZHHvEEsBOpEEXgTsEZNSfhex/5L2p8\nQ5Y+nPCAb1ukytRzRwzJ+ZoLl31om5NC1XcvlnjhHeKKdk1dytt6ODCN805S\nmOsB2CuMq929urzr7686vmMIZv9XfW9Mi7zk+0ur0RrjO1psRMHecqbIVyGV\nXFy2DaoKK3HY6IAMKCoRQzrrHaAPirznY+LR7z1u7452VBCmyL9NKK6kHCMX\nscz7uclr6mgYV1EfWQ8DSCUZa3lsgeHu0DQAL2zQWzNb0FZiLEa5dXKb+TPx\nBAvRFf6WW/nYXeZ2kujaNySR9DEIkTImdqCDzXbfZn3LPaaPgFAku5QzN+gr\nYvwIy4ficqVNYhg2YFXtKGQ58imsj8TlEVUrth+vc9566x1Mf8ovHIglXQqF\nPw4nBxAeHh8haOcLoT16xmQ7ZQxFOMy5O8XQ1J9kiIwYCdU0F+yxLhsnXa2u\ncYTg\r\n=dIAJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"abcf5f23b4d710f9293a5c3c4c68b5bcf00625ea","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.9_1597345932552_0.65796211625828","host":"s3://npm-registry-packages"}},"0.12.0-rc.10":{"name":"fundamental-styles","version":"0.12.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"61ed4040290591b7886f40df3fda3bf4d27a8892","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.10.tgz","fileCount":77,"integrity":"sha512-yOq8FuDMdffZejixDNMKS19LqT3goN/EwMcVu5syLiaZCMOSmS3330BvXMWqNe1iLFjLyQQuDIhHbP0Q1TjUOA==","signatures":[{"sig":"MEQCICrpwHImwDjJXMORLkJAGxGoycz89BPyooUXvQ2tglQkAiAQBHTk9I5e/l1XE5cUlITTcBVc8uwZ1lnU3o8E8+KPvg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2264779,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNsR2CRA9TVsSAnZWagAAbj0P+wbSysBjHO4KT7ID9w5B\nWKDJIxUzdMaaq1gd3bXze1y9Nz0Ty2Kl1Mppy80u3VHhmWfQ2Z/FaARr88bG\n1dnYsDPNeIrXQAAHDtJXZWSmjhXqI84v200f2f7V2n+KIRDaId5H5Vh4c0H/\naMUYbvV2AIzMXR+05Mskp85aX8+zwC5MXCw4I/nfoXWtT2TN6yh9+vbBOtxY\ngiHiofQHIa2MSXmb7wj0KNDpUY0np+FED0zYlQov4U8RakA6ZU4JjpiAWvtU\ns/fjXkpWrd2NMUUpfchdUsaPJd+TFMefh+j82/tTihG8rgqTCemJDaXEqfz8\nDSRfyEU1oea+UHIJiwuLBm1PrFm1k7wCCIQgqQZ8HagGNojFopXryHuIbAJU\nMp7weR/4qfbjd309cidS1CGPYkdhqcTTk0NdjlKGui3XZrUDxUiTBYbM4DBt\nlNHJYtwZwIykkLVCWBWetEiI+RXWgGCEYkLjhp1XNvJz0O6J1GDj6zqny1Xz\nvlCrPz6502lNjgSBTbPWN2BC83NhtCYYZLm7iZYFjfUaqyDmeIjrZE7Adyp/\nQicnYnU9HBBLkYjHr8DvfwMOAoVv1F/B92fSG9E8Zn8sWGiySp1A5MSo/6iF\n5l8qGhNXB65KGc/TqnMvPHvlgJhHznxIIUdSdYqXaJ9lQwRI+3Iap4cWj5NE\nyZZm\r\n=TkTr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d4bd175d1a0e74c68536c7f3d5751cb755097800","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.10_1597424757830_0.08489088188607807","host":"s3://npm-registry-packages"}},"0.12.0-rc.11":{"name":"fundamental-styles","version":"0.12.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1a868686c2dc6c234e5043df66acd4d5f00abba1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.11.tgz","fileCount":77,"integrity":"sha512-OK5av1xbl4Qy2LvXsm4e2saEfVV3dT/cvJjEOEtM8P/woJdKe6ebx+e4SEzXjDnSj8egHrOO76f/9IIn7hiRpg==","signatures":[{"sig":"MEQCICl914aIsGvY6J7Sdxj2+9glBvDdu/QvOk3ZiYvKBLD9AiBMqgflBRdwjgJkfhUs+mqU/a4268UIJ7YFiZIl5tGpjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2264892,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNvBkCRA9TVsSAnZWagAAPVYP/0ZhhFyaLyoVtujailRe\nAMAN1RB915h+7wupVtEnZ6AbBjULEcy8olu3N6jHIfFTzQC8cudn9Oq9UWgZ\nowVjsENe9eypz0YW5iwm5icCB5YKxR2MDDteDC4vfwuidMVhNfTvnBiM86Wa\n6wt+xnmgB6M6zHDGgHx8amdQdurzzagFCz9/REaCto+/kek/8TWiOvssACjp\nor7p1l6hcrjdzzGH2OKtiNDqcdqICdD6ooTrPHSIFr64RZG5X5AfJyIQkUvP\nlSzkdpxgrweJi0jc0Aw+qbD/KUEJG/KB03f77RLWpMInqjrIM+0ftZWWiwrb\nTUz/Ed5KkIBHV796/te2cCimlJaIP3cN09DDYtrvIKD3e2i32dy8vMtA7QOM\n2d1/SIcXL4S32bp20XalyFFZuw3Aurx4R+bE0/cK0FlsgM7pkfvTKGmm9aQz\nI1I5qxjT6eRgyYyI6Zvlx8t6jjnoAZ25y4GZV86MO5MQz3Sel9cxqdOaA/UP\n4LuS1gr/GV2R/FjQDhOrBMuGMyh4/KGa19WgI2W7HvVm9FNk6kv1+Q0/3bbB\nn19ciYPUOq7CkGqJLS/UIUBUV6YpiDcY9dorIGbM0SRO8oB5XSFSFQWf4Mky\nUBWfAZGzeM1kmype+wQiP2a3yhYS0k58iwVda/fQgmJ9N2/JuIdO3nz6Sn+f\n91Zn\r\n=427F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2ee95b050bd7c7bad735e6a7c6d1b5f2c7e1b964","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.11_1597436003627_0.17623781123300608","host":"s3://npm-registry-packages"}},"0.12.0-rc.12":{"name":"fundamental-styles","version":"0.12.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e0284ea61568ea8251d35b19e17686456382b919","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.12.tgz","fileCount":78,"integrity":"sha512-kfnho9R5yP+aTSc24bEJTbjabYhgh79cuHhiR98x6zbzVRYRPfVfuVvz5vINjB9hpgvje9YCy0EAJBmoyD0Kag==","signatures":[{"sig":"MEYCIQCzouNp/ayYFHmp8yGzZlvbl/rXV3RUogc8Pq1TiQIvUAIhALmy7ItdC1gct2Z3b8UyqWO093czlQVTibfiUauSZyQ1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2271427,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOsIBCRA9TVsSAnZWagAAg78QAJL8JiZpNDWVGLXLHdc/\nhsuqXSdVopmdwn17cjSIfh/cxjdGzBvxAaOGShyIH5hFwU/GUSTnu58uVehU\nN5JuKMY6o4M2ypYw23ANPV0QnIpxgqJn9NXKUpEEzcE18DPhTTpEI/Gmn5it\nIc1xQHh7o5mXw+zGe0T55Qw6+z9HY0sKH+0A1UsSZSsIPwSoD4uRvUS1s7Zy\ng8BeN19ROjTPVOzKCgWXqtqIukMceDmb0Xpjph27+oZraVp7y5n1l9Y+2JhG\nl0bCT6uHx5k8Ph9nCOvGaCYxe6bKdNoOA4yN1XDRnpHxh/1YQ9ufJtm1FWQl\ni6CwkBVOgxvH/lojLZi4aHKOt3iVQKoobIXHpcmVgeYIWNZwz6DycKOx6/lB\nTrnHGxVjOkfGNId6xFMdmk7YM9Dj7fyUnX05+Hvmj+k6GgaBIvd+cjTtrKXt\nbnMgwRY2Gyr0saBzLJ1WcYQfeCgsn3VjEs+ln9BuJydryIqksGjVbjbi5tMK\nfsuNkE0qUbyVVuTgU0pGFM296WU9kesYK2PWciJt7Jc42u5B/AhET1gXA20B\ndXRhuulyEQsg/flTLekxloSHrCQ/F2YNXHQ0j1UemWWwuZC2odQ3PuOmAPZi\nj7x9zxdGzXMHZ3Tgp4CSmagIWq12akXDGlympXE5gO6eLIHfppmOqHWuFtT3\n1fIK\r\n=6bXa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6c73e038064f69f40de27e1ee0fd5f549af626dd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.12_1597686272641_0.2505217829409707","host":"s3://npm-registry-packages"}},"0.12.0-rc.13":{"name":"fundamental-styles","version":"0.12.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0168f4ae2ed8d05912da9879d69cc13cf61c5628","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.13.tgz","fileCount":78,"integrity":"sha512-cHAV5upkTZgNV8eU/kzrNy2IAOtCjMVfeYnb1dZEg4a363EqF1zPWwtkPLO+E5XwpWaJ08cws+eLzlQcmgLbUw==","signatures":[{"sig":"MEQCIDk3lMTj1bhPiSBoHPwGJIodYjVTlKM5xboA+oW2b9KwAiB+ZkrhuMm97ZggBd72rLwXfMuwJ4v6TyFxPzOwe6Xt8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2271907,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOyRKCRA9TVsSAnZWagAAuoYP/164/Uz1ogOZ2Gy+1LOF\n7dET98E/EJHWZItJNCn1x8fqpgdNMRlUsfFQv5br+Dp4UdcnbcugztbAT57O\n7NX/S1pqABFzmC4j22R8A5GNmzTHsq7+hiOWusmzm9oDvM/h+aUHod5Idme6\ntmJs/nRTCW823BK2E2Nn1CjKSxEEUAJbSmTgV27Leodus//ywZDMaNJ3jmsp\na4OXVCisJt1Tvg5s4BMb4i9R1kG5LhWm4WfR/JhQU2CXiwj20b/0qXHiW/R/\n5w0dg/HFmBE1eXVnVnWTf+E4NcBRlg4TkgUrnWoQLz6JprjWuRdxXcq0+oCL\nMkj85iTc+f8CBNSznrMyl0aWipLgCFQqifgkg+cgeDs7BY1g/MuWdloAD9tR\nORhe2kN+0pPd/PNPjOFFyNZ82M103jHk9feHwOLC6vakdoc2PvbmhvsaSd4B\nADHSZuiYLETuHUy/+zleNwdA5Uzz780CNMk99X8AxqsBhRmuIXpTEY9JMaf9\np8TEEaqDCSuNml0uf2bjW+64XySujEl5ePoApjIOn/90axmG2bBLiU9BNcSv\ndLmyZaXOPZqCdSa3Frc7ydqwBJ+1VbzOtcmxQBWL9vBmwuU7xeJnUZCODhq6\nxIri8/YldSxk3gXnKpodw9gex6WPeexJ+nBIRqSe5YmAUqkyec1QEecqfRUh\nxH+x\r\n=V956\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"33ed16e5bf5e5263290988a0016e7270d468c788","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.13_1597711433936_0.1456178002354951","host":"s3://npm-registry-packages"}},"0.12.0-rc.14":{"name":"fundamental-styles","version":"0.12.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"239ba18b0893520406126fb621d7b9b67b7507c6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.14.tgz","fileCount":78,"integrity":"sha512-nV0E+rWTWaYn/TWST0dfGtreSxC+wWbjR9zwN9mHqdVTuSxZXNsemRFPvVz3HEnprwgwzJaIzYfQXhBpS74sVg==","signatures":[{"sig":"MEUCIHFpzdfwUvNEBxnLrf0udYoadnHpxEOLtAYUeV2ztgdlAiEA7KBuqoRufze1gCMxNoDT/8nlecThpFpeYtsHu1FrXO0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2272794,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPXocCRA9TVsSAnZWagAAdaEP/3NO1+LReCqZUQfs7Cck\nLehSk2+RL08q79Aj+fp2hKnGRaCLLzlWBOBnXUxyMZBBZb+sVrn7PlkR8wjQ\ndqanc6KECOUfrbezw+PnMERBGjux7Byv9wToy9eEzn7UQh0B9T8Whh5u7AsD\nO0wRYbUDDauUJ5XTE/srXa+d/BRlT+9icM6Bi9wQtEqv0UrXHDlmTDQoTylF\n1EAfLT5xAaA4auz8MLbZIZclNIF2FXBncCSANxx+oNit8qHSurm5oRwsQOQg\nwvVtzH4TBf21zzysQaDC6/x6jiyTZ/Ml3qcYYAbnvEzV1Tfg8ARx8nTCcwae\ny0kwrfpI/3QxMYDZ5paxGuX/2v6HXdLAzzubkWV8HO5JXlkG8FAj/zVbaQyy\nPMXMrApBuSr47aJLk2OQZubx2iRhJTnUGmYEkBQrQyiKHbLIKR1luvsBRgUW\npXypB8gDcyF+Qg8lz37VG9RfW71oOvO40uqTJlqbpnXFru4e1hpfevMwQXN5\nuVVU/0n/Qm9mBr5eTJMnkgqhcj6gLd/dKXUO0ivuK6d2Kkz9959cq/uCXxE8\n6/utSmB1B1iMlco2HqaRAIHSRrrcEbejT1FKszbLwbJlVlhjL7q3Ec/biNoa\n8UvOPwqksTyvvVGg9FAttm8BGDHKOY4GhcU8ab+JUPhtVw1RIgZKtjVSonOK\nHhtW\r\n=NwLi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8410c16684dcfa8451692083bccf2e49d3093d42","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.14_1597864474321_0.35947568867996305","host":"s3://npm-registry-packages"}},"0.12.0-rc.15":{"name":"fundamental-styles","version":"0.12.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"17bf7c3c8967c847ef671a09c56138c5e0ab02bd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.15.tgz","fileCount":78,"integrity":"sha512-XakxZWmIaaZ4A1NE516sAW8xCyDVE+vu6C/Twk9l7/4tUMlKYWN0yH+jQ10ciBHQ81lMdx9wqdoJr2LmabbFMw==","signatures":[{"sig":"MEQCIFnmL6yfBfcrggLbY4OcxmEyBgCK1oyleYDLkB44ftzXAiAeV4cv2QmSoFvwQAROr8XzwI16QZbqT9eqxd9qJmV9xA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2266032,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPZWXCRA9TVsSAnZWagAA1PoP/3Q/0+TXGDEjPUKyhZ+A\nCmBWib2D1XtZ5UM5X+vM06LBLARmxC6XeduND+5nIJolVmbzbgUZrEu13QDx\njXNHDRkyMuXqo+lXZKIqS4jrmNAIdtP84L5X8eOZr0VUdJM+WH2vdNr01FdJ\n0CBG7oGhIxsml5OhsuCVMksi8F+A/HXzeVugcDhlq2e4LOpJNsiiKb1SH/Ly\n5ZAa2p9tXi9AXvozsQe081NG1hLcHa6VgUJMPg2l46hf3ZUsGVytM/x5Spwp\nr+cU0nS2iimVHG+sP/fUdnCQEXNTnrVPT/AK7O8Zm7hBbSSFOhFRcIHkXW6M\neu7r/it84t9G39UgN7p4cB4+oOMUGvESK3Dv1WMHSCj34iHc3qCZee/D0hqO\nJ+VyGkgvKUso4StZR/ViOyLM4kU7GMhWzCy/8khik88m1xReD6yBxCCWavlZ\nR5VqbjEPBa9ImgjgjR00fRST1xYv/W7SxPntmcjMPpLRGMtWbwZahDiNWfAB\nTO9kd+gfCsKUJqKLFUEXp035QEgaXLePUj7aVfziY21UXN5MuIb04eEhNJHa\nPbqgnYsRNP+waxnts8gL/lE9wUNHlmv20HXbkxZ/hQtxd4NasFp29uYx7v6y\nS/XpWU5Za/vapya7+ilDAq7RqbqAS589DySXkTRabeQC5RnoucgU6A0Ys++v\nUWr5\r\n=n7Hz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"18ec1fb75e4152281796959381e1701e39167a06","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.15_1597871510968_0.9856347881840013","host":"s3://npm-registry-packages"}},"0.12.0-rc.16":{"name":"fundamental-styles","version":"0.12.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c61e6a6141b30f2a3572b96e2822c9f2bdb29d12","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.16.tgz","fileCount":78,"integrity":"sha512-XNsPqiLzuLA/joOogMcUxz/EpjlCjW2M/v12tUOGm7yxfwGaV5EuxlYI/8JaGwp5mF47o8kixtArZWWEpldWXA==","signatures":[{"sig":"MEQCIEpSgwCduvMZDmQPWdsgtqnxkSmLn0rCQAXX36wz7hOmAiBOm2xCvsb2yzbSgO70rH94X1YX2gx4X2XjoBYnT6BuLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2266145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPqTuCRA9TVsSAnZWagAAseEP/i9oqejJtWmSdWvdndxL\nvrbmKvfpDE01qLdQvZyL8vUZa3AkvdGYHE7zV+9Tt0ya2xXTHRfOmnPnbYr0\nNS6NdDI3YRP6r89bE/IAOeb18q749iN5imGKA2ik8NbNFWSL3wSXngR0sa+2\ncbiC53KiIEbrGJvTF3Wym4wsiz+pq2XNzrQKXTp+becJsdOrECNM6ctZwiJg\n+bnhex9Mw/Rp5HiaidxBDseD7h8yivXFitWS+X19eKHIAvzNeD0c5inGyEeL\nFP+MyqYbzuJoCdVpFCt4KVBuWtXaZCucL/Kdr/w8d/vLbSps/MtxgNJcXmy8\nYMQCCRE0Xpnjgjx+JZfq3yHAliU0dYq/Lg0IwtTG4Ninuuk3FzaoWoIlMARP\nmJt5Uz1e8DYMOTSbSxLmTUDKKf4NfC4cscP6wfMfijE35vP1ojeKJHQQtGHw\ndO51i5/jUnTP43X47THicaSNVVG2ZNdy7pWbMu1ZzNTC1Q6Sn/n6otoBNEj/\nHCa6nhI6xFLyNBs37VTDLvnCw8kEHoljurXlJNqnUO9dbeOxe/OnCsd8l2iu\nLJUZ6jabaBTyMOQtt+HMEIDMUn8oyGRMwFkw1p1VEOdsNQ/GLV0LIxW6GZuZ\np7azZiCpnoH7ppyJPtBRgShX7JJFBfzJ43456V7tIVJBuOa/cdo1zvS1iVly\nzlud\r\n=sIxD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e989311eeb62b41ba250174578d593fe14288e1c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.16_1597940973901_0.5236535122232078","host":"s3://npm-registry-packages"}},"0.12.0-rc.17":{"name":"fundamental-styles","version":"0.12.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dbe961e3607832d2d180cce3576613bfaa0a3ce9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.17.tgz","fileCount":78,"integrity":"sha512-i+jkNJGyegzrSiR6rwFpES+BvrryxdflXlURpE4OIIpyC2GcseO7fNgrmij0YOZ7R2n4TZ+nvE0eD6ie+exB6w==","signatures":[{"sig":"MEYCIQCmoxEGsNfuMV0GDq0U70diTy0wDS5icgk/2yUkFzIYcgIhALcTYegcztKT9C1taTtiVkB5M1NkOgmgsuNDbAA65iHz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2266901,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPtBCCRA9TVsSAnZWagAAgzAP/1gW4xhDcIcD7yl2c0KW\nPrjEHOJUEmFqgvoUOr9C6kLjOivsXVA2iIfQbaz/ZoOfXH09CijEaznpvaa/\nCpSjzwaomHDNZklhkA4z7Go0y9g+im2MgMlNMFGrKGXOnVZEanhJIdD10hht\nQ3y4VgnJzXso1WIGm37z4ARjmGkMzju7jSfWACYn1h0sRFTUCsozIGpYNDqO\nPTvHcoFuNBG72fSo+MSdMyiEDQXv0r/q2jdLQxmfw/+B5wlzeHaWWq22rlvs\n/kMF8cruQ8L+Pzzq+R2OCTFHpiT9MFcgZxYtle24oViWgK9wysjXrxmOpA2s\nlg2b+pTmJ3wAl/w9rPXNIZ24nSuUOcEfZGMWgR946GDyTpXFhgMaAavGODaP\nMyq9/gX0iy9/Wce6Zj2X8b1ny7y2WPJ9hvMqeYhEUEDuN/OEVchp0iIzUBSg\nuCJuQe+gNQ0npM9poFud5dSXU1cFCJpwWUl4EgmE115el9dvbxb9pjoRyzuG\npwMRzdYSufiIJATunE775dH3iTBGjfCpIRlq01GION21Ro5Y2qV0nu9/W35B\nacdJ0dLHD5BFeITKseg+9xcL7cL5zktDlwO77pn6sbO7z1aJqN9WTQGtf8L9\nD6VhCWfQjrKttP0vJWXzGormnMNZeAYoM/VYXvEdOHn7mTATSgoGK2Vwz04t\n7PJ9\r\n=bQCQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"47e2bae37dfeed87951596faa5bb705883dcee93","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.17_1597952066187_0.9206852439104047","host":"s3://npm-registry-packages"}},"0.12.0-rc.18":{"name":"fundamental-styles","version":"0.12.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7011c6df0788dcca84753f961d3c949db6c26f07","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.18.tgz","fileCount":78,"integrity":"sha512-I+1AsgKrNhtWI/LIegPtiiSI4j+zy+N+XUQOrURdtIs3oDHV5PNV93qGgMKxdem/V+eDlTLB5gb/id2d2u80cQ==","signatures":[{"sig":"MEQCIEw/tsnxKSbVWXKJQQaOdD6XzA3ZyVkwNlzHDbUdt31VAiBo3aLtoQq+gUMYp+IhntTJnMacvZeKrHSQij2sD/otZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2267014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfP4FRCRA9TVsSAnZWagAAeLAP/1UT37/FRiWfBI2LbQyE\n06DvwTtjDljphK3VSU6I1wDhKrFKGNNMqlE0901LyLTB+neXrES6v5jV7Ab7\nfx/1BDbRctouE/QX9w1kPqXITw4hr7jq205Hw/t506+VHeqW2OIv58lxnXgo\nICWTpANUrpJIeyNGV4ZFBIc5XyOR/FICzGPAxmkVm0hhh+R1R3IGUugJ1GFi\ny8yR4Dh0h1xhQ1xzHhdwCENN4liWJG7V3WkibWhN3HzrRFhj+Xr2ZxwdubFX\nBCjtyb22qEYp1GLmu3KYr2VJScL4EN/UDIPh3a7tRlz1tTaZ3o7etvdAW99r\n6Zoblmh9pY8XE2ymkWvilKmBc6Nj+USJKm9cTQIk1CwzZCcFs7XC4OrIQzz3\nwMRQgL1DpX23FLcqchIlsKs4UVVg59Ov7c7/DDKyfGSTjmxwFOH8rmHU/G7F\nDTKr5RiNLQPB1U1N1NUZr16d1PllByGjR5J7WymDZQVpOeRNjTRnS+YlQQUj\nA6TfnDIcNbzWsUlMgfbYNezV1k0k8RdazAo83OAc97vHfDh5YOD6qRsqzlAn\nEqn0FoSx/Nc/OiCplv1aEw5v0zDKeWxHmbM8P6LVtXZGX3qQaM04EcVKycJQ\n+7hxL1u/jw8+KrJMi5uRHmKnxwJKEuR9T+m2NyozyxqSb9hAGyXeGmtKfhsI\n8x71\r\n=9644\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f540a279bbed2425921794635be9b022300405b3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.18_1597997393286_0.9755069603869122","host":"s3://npm-registry-packages"}},"0.12.0-rc.19":{"name":"fundamental-styles","version":"0.12.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3db04b2e38e59634c3a7d474603fc2480a961404","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.19.tgz","fileCount":78,"integrity":"sha512-UPUuYs8LH/LaHWR/vmd7Cvwa08RP7ywQN2/m+tMfGxIoRzOMsA0WPRxeuhHdWJ7fRtjsk2XPXSIy72NeCShHmQ==","signatures":[{"sig":"MEQCICEmQKSk3Wh32NmuAIWvSNYoFVNxUS0hly3RmK5Ky9M7AiBeTl9p4kL0gxwjdgq9aIUbD5OlXygkD6sabyUDEaqnzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2301146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQ7rKCRA9TVsSAnZWagAA/csQAJIW/Zwzq84Gt31g1c1f\n5qaAyRl8Gthq4go5ifXy5COWlr2TnMerlpQF/f+p8eEb2IBTRQysHale6Nf0\nBtfG1jzHM2UKrY+k0+8fWIC2t40zc7noPHX2PGmzRGUa+X2vZRN0fvQOyxiZ\nxk7FazihNzhduodgeoudZT0552F8TMAz+k1ykabAklIfhJKjwqid/clBzedp\nbhYNbwtXwKFJoM2e2tOTvGPhrtlbg8Dqek00DvQXe+Xo5vnJVdMzzLEXtX83\nFKPyWjy59RRw7JEUl9BTCBGQhBqtmwC5afQSPqU532HMI/d6NvLYNiQ1Wd7X\n80ygHCT1kXx/8q7Nx9OZ+mI5PcIpTQOrcUueoLLN95n74/CR20K+zJUDQDdK\nQ0Xms3TZlrqvnzLHNlnz66HfWTzOZ7V/mXAF1ZHVvcb9hkzPwJSD/ZNkJA+q\nN1hQsH1v9U4Kz7P4EdItcBGDwxhLDMU/g4Z3Zp1YPFHlPX5IRoHzDZBGRjjc\nYwuK/SsCESZ6t148GzVLNZ/sVere0DdBZCJdx0WT5Q6N+QXXiagDkaMmbHNj\na8u8+wU0sJngZuOmLbRIRK4syR889/ZmLWSWxrnPcHm/IRpYfml4qLrGd04a\nGXj2v9yiEoFUcHzyY9qt+c30ZWKAoeWcqpwuZyWxV4tHz+jm3N2RZ1Avrpmj\nH5mN\r\n=aPqN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"18db54e9167af4e7c3c952ae74929ed84063ae48","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.19_1598274249718_0.48751183188278757","host":"s3://npm-registry-packages"}},"0.12.0-rc.20":{"name":"fundamental-styles","version":"0.12.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6e962635aebaccaebf67fc279f6cee605f318664","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.20.tgz","fileCount":79,"integrity":"sha512-7degtn7HWniG8zqDgngcnQmufSgJ20psJr4lpc0U3SyPBimYRJAD3U9CwQ2PLXBjBOkBuUCt4yDGP5iaAy0/2w==","signatures":[{"sig":"MEQCIAH7Mv+2RM1wVTydCOfPZbv62n5hMawkxoHNVcDmcwl3AiB/wAgRCvwV24gRv6v3TTEX4UitBJ7kKQGuvVv0ovg6Yg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2311544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQ9yHCRA9TVsSAnZWagAAA5kP/2KR3vA3uNX6axnwIqx1\nX709hUuLF/7vS/TsYZNxS8UISFqnjnyBGA4Mm+65AxEzS0iFsczTd5v5pIeA\np+Uvv96KPB6wiZL+duZOXQdUtiC/GrRn4aj5/DQbaRYb5UK9Bt3Mp1xGQSIq\nGVqRgjwFtWg3IeN88M6VVOKIf/wWQo71cH6RHYwl5ygQnOMfaA1WzCiwZQ3h\nUYxfhXDKMDe99WlgOcFcNh/rlwI7cIV7rPBjVARL/xdPquVsQ85i9ZlbFy//\nkiUZBOaVhK2M+1Igju+PZ+tTu7HFhKC2nbOujH8JkP4/Cu8dbluZR2AJUfBc\nmvnSWQfQ7uTZ4pBC0IGooFcqMSNPhJ1eLwUj3imKRY6zFa4nuhA8WFvZESEI\nJkJMe33pQ3tfcZO4Qzy80eQIcHbAP+chNa8d1s+fqYu7EwLL4MTYjfpY6zdJ\nrDFB3KaQY+b7+JEfGLDSd3DhzZ+R26Ntk/Q5IxwLdg80jUSpztLBd3yyu2xl\nWc0mt399fLqdhnIqwcNJ4CKYzxLydTxTAlv6nldZ/gRfsBUbi7xDJhhYZGWF\n8SWvtd6nCi+Olqdh6H7yEVPWf8SxacXAJKI0wSD2bj1JkrUHR+6DsD4QvzZo\n28GjLI4GrrzUTuE+72fLT8/NowYrvqR0K2/6g02192SnaNhhC3YfyxLDmCL3\nYbCu\r\n=Z7ls\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3a9e761b2ab2feb35a80c5ce0baa0ffbdd2fdcde","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.20_1598282887307_0.07256226699211643","host":"s3://npm-registry-packages"}},"0.12.0-rc.21":{"name":"fundamental-styles","version":"0.12.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5286f595ac9d51bb16ceee376f1b39b8bfd105a7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.21.tgz","fileCount":79,"integrity":"sha512-sVQlcOTf5b8skSkzOuTqOrQd95qekwqERoQ1fRRKtkrFpS++YzzhlhFaCpZutj+wg8lQYPqgnhPEoh+xijfLqg==","signatures":[{"sig":"MEQCIAWhGrm+96H4d1TUwUCTFLwgxkUxdXN0WSXcIwpC41SSAiASKLoB7BAY7ib8EqTIJqhyzFf7mD9QuhXtxAfBvp6K0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2276315,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRZdaCRA9TVsSAnZWagAAZ0kP/0f1l5jM68Ke0Ij8dkTK\nclipzf4PgLwqHlS51uzAth8EdEkNWLoUAfBIVaXV6kho2TtqGD6WD3n4HV/T\n3X4m6YWrHILhTOGyLggXyhVNaoIxhvavmbCQUzeNvLwLd5BEEnAug/nalakA\nwUGOMQHIroioqGhe6cmj1ubxUmvkuHYsIz2s1j9JDL+Hq+jRFxlupxF8UqMU\nvPh0SFGw5/ipYtmioD13Il7EibtdVaZglJ4e0ReFcYqexTM9UL4+5oPfgD7/\n2kwBldET/mEQz4qjpl6HbhDnQOxDB4/ut4EplxLra26HYToESHRMiCUpWqPG\nAKgPpL0LacL8YAFm0Yz8sCneKt0uPi446K0o0dhaN/b2loNMW6GZ6Uiswqwk\n+deiywbq2aI3DDral1/+yJOY3FjI0g8t/RaCI1AcA0FcjwjhLp/9w0JAYgzq\ndt+NsUv6kn+0TS8GsZEWkyGJJOyIBkZpOOIguuaSxGTP2eefnmAnj9XDQ99n\nUhMMcmsiqT9tt4EVxJIxJqU6ygm9b9nFRghK+b7i4KJ2uAO6v8IkSSYNhO6K\nvJPJIGuOSty5zVGD7y2M5ORdFIbqT0nHcjKQ2LgZw+hL58X0DRzs+Gw6M0o4\nqO4z7FAA8+YX6N//zDBLzreaMnboxYctJ+PuySqWNcTSh7SZWwG1fAnGiSs5\n4Fi8\r\n=Vs1S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"739909b286c5c32a5345829eb55e0b209d09e488","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.21_1598396250293_0.22212478803823776","host":"s3://npm-registry-packages"}},"0.12.0-rc.22":{"name":"fundamental-styles","version":"0.12.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1b1003ff3fd0689120323d8a9445958bd575feea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.22.tgz","fileCount":79,"integrity":"sha512-ovmTbD3tZ/7PKkwP9J3J7mPSJkrkYR3JSl1ZL6UQzuIc7/vm7P6YV7u2K6tg18jGgHA8AVHTf7x0ip8qfEUWhg==","signatures":[{"sig":"MEUCIFLpp6yBgXCRf6w3/Dezg+Y1s2bDqylwv8HHXuZ5FU6xAiEA55S21R+LifH/FsPGbjUTizArfjfvLePF+kUz5qCJtqI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2276428,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSA1XCRA9TVsSAnZWagAAHhAP/3n8i5aCjP9s0nDCFuS+\nTSZEQbjjj+Pnp+/Td2s+XqIBpf9O1KhVRyDOVlLxQQ0Q7DHkpxg0ZYwILcCt\nR1GLuAtXWW5/WgU+X715+mUFgqqayZSu2fr/OmlE+SN2wvpHX8bBj5ea9oIq\n/0feT0I2eC8o/NG0FdjyhraQOejkVnhF4kNYHQC2CDyHy6Q+GDuDpMu2z1UF\nLBiN9PWhFHRNYljMyLRBIRXpRdOOs4wXHW6O24ls0U4bdLYQb3E5ZGGa7yEE\nMVGhc6dAWm5vzcdF0+DSVHrXYVqJJ794NSeFneAWMk/vb+Xe4+ULFOSPTkbc\npJaCyRXpJ/3Ica4Ku45EmccYbMN9ww1EgxoM35BZWzWryMVVD8/wPaKq28X5\nXlg8fsdPxb+AXGutZhPYeNjUIs5J+eKis4QxruqxKTWlSAW3s0++AEHcvOZ2\niF49kbuIlnaZPIHjohSJYNJYTjOaqof2VnvBrsdKfePJyqv06KAZvX2MZqVJ\niy60b3WRyX6iYIPcQPE3SBqsCQUADCf0au1aqL+HkrJbJVYTg30MO6J/ozFN\nJGMNsTMB5RdzKspCg/cASZY4o7JrFULJvq//255URpnCCEUH5is+ba3PmGhF\nXx81M2JbY1x71YLO+5sXVF4cNrHGy4Nh4dDGfDGSrs0DSqUGus9c5+3BzggU\nTDCQ\r\n=IZ3m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"02f04de6a39d6b62b2e84cfd264bb189184b7ee1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.22_1598557527117_0.47309510827746903","host":"s3://npm-registry-packages"}},"0.12.0-rc.23":{"name":"fundamental-styles","version":"0.12.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"08c96c649c6f6cd1a3efe75ee82a01792bff940c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.23.tgz","fileCount":79,"integrity":"sha512-hz+Q64SqE5Xl1wNi8apMpEuc4HsppNytypAoEd1kh1+Oexcp1h2zNlYBdfqwJ/y3SzAMk82om0h6gM0CfPbIIw==","signatures":[{"sig":"MEQCIFVnit5qK4In5tdUOJA5rWRNyVUZGXvLsMLRy6tLFRwHAiBe0vh6ozvPIUQenTh9okkPc6YpabRAAD51NkHFLOntkg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2275617,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSPV1CRA9TVsSAnZWagAAr2UP/jgK9lOPctf9bdbltETM\ni0vxS8gaiPyvgbLs1YeSFyR2zq7NGVDHTsW15WMluuJ4yPU5l0keyT0d76sw\nI65poJd2LB7a4Hmwnmt/ou7doqgkRHaZvgJW9AjYVDB7Rr3+bshxpU6iFgUt\nQ0K6Lo0Tqh2+o7wzkYyrF5MZFYwGrdbDlKiM88a8W/7wxcAOhrApoKbpawrP\nRKH2eXKQqYaZTMLxf6lQqHsW4IwgGsMgBQoKqX3RBT+euqHaEEaZKgCHJAfO\nxuhE8FOI13mpsmTmC7ncOuAJgU14XV/X68Ky8bWN1t2NkGMaP/ood6Nc+3K/\nufFvyMViHiwL3FjKW/aQVmG0a44tDiSyvU7MoIZrQoCAp5aiDGP/9IDmDXRD\nFJ/NhQFU/H2dQckiKcO/weC6BKyg7UjWZdYDrYEs/MeNZPJWXnfZab4K0dYL\nmpV217PMK75bOK7ZJ8epjIdacrhDL5xTMHB2BMItuDVuEojCOQi1zSFkLuyA\n+ZnlJcD2yDYVdkRbxEiekln4F1Fee0n20egfRJE+W7kFndhONGdKdPfoC2Oy\nt35CficyyvEP6TNv8ifYNOLxwnLRniNYKtpgQOwNTWm2lDCxHNbkKsdvfHj7\nth4UGpLLAdXAt1t4MwopzBpba60IxWTDAJnTYmzsq2IPF1T4OnY4D5YA5oC8\natWb\r\n=03Ir\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"53227f453397adff41c267924e2ea36fdb39dcaa","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.23_1598616949357_0.9350376132768443","host":"s3://npm-registry-packages"}},"0.12.0-rc.24":{"name":"fundamental-styles","version":"0.12.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"baaf99c442d31e6adca8d82ba05d3266884f188f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.24.tgz","fileCount":80,"integrity":"sha512-cxRUj8DZlO0GdnHu/z/L6f1jo7xPZG7E+a+VBFW9GZAMXHwtMvXqlahrbHeKKwssWvWfcJG/cfRZLPsF1uQApw==","signatures":[{"sig":"MEYCIQD1zvXB5DtzBmWy5eUuFCecJJhXVs8YfySNmnNmCmjfsgIhAOF6SmovWckbzfbbvzxbm0yodJT84xkqco7A6NzJGbHH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2294395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSWHvCRA9TVsSAnZWagAAu4oP/R+r1vzecFc13UobD90D\nC1QyXK9Yc8SUUe42qqaL5xOeXEXHH54J4BPckx8TDcl4zQ7ocjVzx17PKpOA\nBv3sALXi6svoL89Ldks5XOH27waGcHP9OQQN9rdMgmZHmBtQK2qGTKZL5ENd\n7NjtAZ0P2gMH6/cG1sxu90rxSt3u2ciCIzLflXb4+dT6/lyff2VKnola/DmQ\nOTQWmFBtojajBJMksQLZ9CKRMHB7leGPalTU+a8B5ULPWi5WeiSQ7WPJV0Pv\nA3ylnAYAgisNGsvjQEX70vYBL2wKxfavnqzg4OXS7MhNWMZ1sOZ45ZGv3gC8\nEDbErIZ9afwMT77YT/abYVea4I4rhQiuhoim6+U0CMySjVj1RoXb+HwS3s84\noHKAm8Ar4d2r0w6nMef5evjVvAOo5i0805XRttNt9v0l7nhk1254M08gt9iC\nargZ0L8eG6H3/8WcHUPh9y0Vchud4kewKLWGKkj5LKFsGFvqRMMwO6XRocis\nwDwHqrWtvUzJXzQf/XFkgJ9Ls29d4vVPxG3Se4dQEsHdFp7HRR6mtbfIuZcp\nT9Gul6IG/hWYtVdlLrALWowhLmJzH5mekCEaYQwNh1mqn37aut3wm7Yvkzmu\nYIA32RiyjMKofohqmFdIqo5NEuRJhZrpPIugd9mbsT7dNzo3JEXP4H7vLQ3P\n5JvG\r\n=oYCD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9da63f4664188d658a2f7eefda9eb0fbdd0eec44","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.24_1598644718362_0.5572236465399278","host":"s3://npm-registry-packages"}},"0.12.0-rc.25":{"name":"fundamental-styles","version":"0.12.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a9386c5b5a60eb11f0a677e7d86757a1226696f3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.25.tgz","fileCount":85,"integrity":"sha512-CNOPxSgjZSThvYO5mL/6kTDg6S2ADGGfqlJhHljyWHn2UMPKj+rS2otmu3n1Ru7veEHU0M9pq6HuEAMPf9XmGw==","signatures":[{"sig":"MEUCIHI1YpZ/vBZTcbIEQFH7mBV9LKCHC5R2EgZ720IBRbsNAiEAsD/hXzaMLiejJKLzkt6GBLuy9O4NbYAZ9xUN+1YzUY8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2297360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfScBRCRA9TVsSAnZWagAA968P/3Cc7de5iRuNQ6iUS//t\nF1f3i0gi5UYfinEGEfAsUVbt9+qNo0NnPX78EyhZ5UsS+diiq81MdNA0V0dE\nRFt/zyx/zLbMJVia+IyiaSYBysKDfaHE/dkVbRtgcQtcPY55T2Vrof8NbS+w\nQOuDZ5NoM3MtrJgytstFfrEnKrciZ5TlO+i/Ydgb9NIGPx8+OvgmZq941oeo\n8WufSg0nRummhgK9UV6IAIGfsZ3GspKM+cTNG7VP96WY9eB9jv6nwPM/r/v/\nLX2616nadjhO6JRiBxkjSNHeLMct3SsYP4EZAwq5jhzLafdhYft2sbF7TifH\nsjxkDd0Av5xbrCOpXxgFZkqO83bAEuIYK6NN7BUoRbK0KK2xYejjF3KzniuV\nIpvi0ExfT4uqAYQOrSwzaEnP9MY4diBsLHKW1LaNlr+jeJe1f6D8a0wRoeV4\nngQhgcn63khqyOctwNlvugDf4DpqHJBeFuCO+l2oiEyvnQrJNu5NZQOlED81\nY8Xr6Qp8Dp1klePvI83opmz+t6m0bz/c5DhcDCdhbutn2lBDSDw76tn+wtsK\nPX3fnQrGaTCMigQ1f6VUxgYwtO8/OqyHOQwDByH5ZRmaTMAZfOGmAJaTh2eZ\n8kOEB6TOrSVVmGzeUNBxG4+9/BzDozA888vf4buYuI9/9EjPThf+WxTJmz5b\nLWzj\r\n=HY9C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"66a08f109a89d41ec21410d01b7ec8d863010a38","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.5.0","tocbot":"^4.11.2","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.0","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^9.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.1","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.5","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"8.0.2","@storybook/addons":"6.0.5","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.5","@storybook/addon-docs":"6.0.5","jest-puppeteer-docker":"^1.4.0","start-server-and-test":"^1.11.2","@storybook/addon-knobs":"6.0.5","@storybook/addon-links":"6.0.5","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.5","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.5","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.5","@storybook/addon-cssresources":"6.0.5","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.5"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.25_1598668881212_0.15901632543643185","host":"s3://npm-registry-packages"}},"0.12.0-rc.26":{"name":"fundamental-styles","version":"0.12.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1aae99b4bed2db9b48bec2d8190962e8c80bd0a2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.26.tgz","fileCount":85,"integrity":"sha512-qZbOiJZCpf84IA3otm2yKXzDV+8qRax9phhVMqTjCXibU1AvdSu/+78yfd1XlJMP03Ij5lo20FI9DynTo0CFdA==","signatures":[{"sig":"MEQCIFlT+r9jXEumOqkSXYdi2FRtHDRAvWF/rvnGwSFjQ4nOAiBo/Wb4ff7r5817VV8b8GsJ0Of76JrLuyjiC758ofdvnA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2297485,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTRScCRA9TVsSAnZWagAA0SgP/0AVVnRnkwzSCTIeP/hf\nkSy1jWxG4h/PKkCRha+vVXURaotlEmcrvMAsJeEIGCkuTSq/ZjRBBycbF5zL\n5+o+iWXDbT0kaPc7fAZe9xiJqEuDSFW8yO8TKyh+/jJRYVf+cScjfeIBtB1c\nUcoDo31LTvvFAuV6XSruiZOW/fHmcuIXnh445FypiT1zCgfefdL/EqIGgJH4\noz3YoDSq6X3KVNv5YCHPGFSNsiA8aXOzs/U7AZNTALN+QNFVO/y5d7hwM4re\n6yWmmc6QsKovs9VUWIx+880S7GEngm9LKMXvbcsQ/zXleQbaPzvjUywoKe/A\n6zycfYc67rNHFEd8HUNFVbJgqw0J9xrzt4RbkA5lbNuG/cbh+SNZ6Sxekxub\n0zNS2JrPydtu4pCnZumpQFRYH2XbCMX8OS5TJjSLMwl9+wABgafSrEGFXCX9\nv38Ax0+ECgvyEHkS1YhX96BYjFEgcsxxgPN6kNmkbDaVMEJBt0mYwv1UETOR\n+Z0rsZO4+yjaZhWOp7vpLJcdOPFQrtw9rWwH6g2PTGw9KvRocTFZyYYVtTlf\nAMifFrh9gRpQfsjGAvqa5tVAi5MWA0fNqcqIsKTNIehZd/1b0WQDaw9aE8ak\nu3i4c4iBFkXwDfRlxr5xEtW6ybFiIiIwpMxfkAqbUGmNqGIpKDlnu8czDiSS\nXELm\r\n=ZUIs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"41b605964a3f590e4d00dbed620402c704406baf","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.20","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.20","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.26_1598887068203_0.13461102907675837","host":"s3://npm-registry-packages"}},"0.12.0-rc.27":{"name":"fundamental-styles","version":"0.12.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8daf646b9f758f40bbed2ce21b6f9319ef50e10b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.27.tgz","fileCount":85,"integrity":"sha512-FLAB9Mk53/VmvJruX9KDe0goWWacUgZBBxKlbhiYzKEtQCizo6rc0Nm/ILwG72Kk2C8OCytbOyBi0DlK9chEnA==","signatures":[{"sig":"MEUCIQCjYo3MSLcXqidxLZQyzG3+Vqg7/Og9/k+jHxXLI+jjfwIgEy6hTfP9PYaT/VSGwkCQ+qKONbO6bva5EgJaN0+KRI0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2297283,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTVi6CRA9TVsSAnZWagAAGmYQAJyFriswbiaWMycePfkI\nUsX2HRuhacNQ6tGSqz+bJnLdyWCua8u2iZ4/UJVDcClZ9HsvImdyKlxGlEcl\nf0Tg6Xaup3qMTnN/zKrozMNCnE+b9M982TFCiQ8elpiMjRS3DKGRpHXLmgDB\nzzJRqPqS3ZWO/Ctuy70IIvAWDkxKBQfh6iUIr3OO11Zo27Vd2yvNTtqDnOxK\n/or1LRAWbKxaotFm0I/nmz9y5GXdD19fgSply13hAL8HTkujtuTWgg3COkIU\nNMdONjssiBl6cT7Q0VIkZP0qrRz8sOXSMSPGOQZHdNF6euPDt5ZSL0e3ISFi\nNQn9aPE96bcpB4avI477fzSQtbGTNbZfAgzNav4E5QUg+rvkdhQGWNnSHH0J\nDOigmhUmNWbFD5IMsOPrTz9GR/z7ts8fhgQp3eOcfgusv7moaNwbSV6GY6lT\nqoU7+8jGWgl0FsSpk7E9i7jhzAMHa3xiqWOeL3262tOX+W8fI2JDKdpHmCG0\nC2p+DvCYPzL42Pq0BoAylQBohvqjmHUKXOy8EAmclFL0l4v5dkYXxUQtu42b\ndNUDRrcngYUeETw77whaI95532/c8jlaYQBd7I4pSnm5EZEGyN2w51QaIfF5\nPqpf4O72CuRg7L8O67pUllbHz3Yqs4NJmXzW5FrfXvYCBHROMU3YXtU08Ik1\n3Zet\r\n=qYVT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"85e8310734e38e76899c781ed5f52becbaead83e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.20","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.20","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.27_1598904505644_0.6591969783272087","host":"s3://npm-registry-packages"}},"0.12.0-rc.28":{"name":"fundamental-styles","version":"0.12.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b5745e60481f4448d6404c3da29792f0cfdc40ae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.28.tgz","fileCount":85,"integrity":"sha512-W6mzMpQbir2+hrVJ8aSCqy6Qo+QW6eiTXSHO/RI4l18Gx0gRWNmN+udmNCx8JtEwYvt/xWvFDdFgUaJoBclgTA==","signatures":[{"sig":"MEUCIERFTBxunpm0TYT1L6TPuP0bd5OjUBzuc6f0N6wJ+7MOAiEAvSJ7VRObY/Ty0YWNXrimXjMC4LltjQH92GygwyODn3Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2297639,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTVscCRA9TVsSAnZWagAAN24P/iHIf+n8RU1od0PVkCJM\nWVKeh/mBpgpSbfZrEsYid/NNfRiV4nGFVCt8cNN+NXXub53FtqbHXggTbfLC\nFBF01uHBk1uvfMK0MPju3jiISdE1JVT7rgcgShVV3NwgcIjvAJYiBKpXwO46\nVg7u7osXy/zWYDbIJ+ITXqQljKWb0jg93OVBVxg+0pB+YDuvHKJOKEOjb43I\nDCo0qrW1ZMqZaJk5W/izuVmKKAjmctwWAW9h2y4x2/KmjgX6TdtVe89gr8Pv\ndtUNNLdgdnN0GqE4Qb98vL3XuerWIdDV+gkG5jucWYAL9V/IAC5ayrpqCPSI\nMlN8/KJCGOIfxVSx6G8SBJV0aRJSdfUM+/eki4ep/5jadlNkLBjDYHxsLpS0\nDXbXirTYjdijlbUDZU9aGm4kKt9PvjHAA6Rss764bSAyr9pz6+gb78Cs4K9C\nkTmG1OFMRpkVmuI1P2qLcviip0l153jp6L530t/wqcxcaAijsMD0Ux11lson\nTMQ5UCz/I7RgGFM8uXQs4/y93jPffer+EH4bwu5Uvf2xPmoe971+CgJ6as84\nJmP30i+DkRWXiWY+thKligFLjAPYOrGzje+yUawLT1+m6/lpP3HKcP0OllWo\nJE2++6B7aSrq7HS5DoeUkT8aIwENJONjLIytqEGX9kc882XzXckGmI3ycmfh\noMub\r\n=j8Yi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"499d00039b684e758ca910d30033d493de4ffb14","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.20","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.20","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.28_1598905115491_0.5932405909070717","host":"s3://npm-registry-packages"}},"0.12.0-rc.29":{"name":"fundamental-styles","version":"0.12.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2fa3b1285e6db9513139ef33762b68978af38991","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.29.tgz","fileCount":85,"integrity":"sha512-EAB+mF1JihFPZ3Jgb/fHbP0Q/8x43CyyFWnkBLT7tTcU3MmBib14sE/GkdwbnwNtMQtxl2bcKRv8FY630z2GMw==","signatures":[{"sig":"MEUCIQCDv0tUW5jfcOJPYusNErDLvCn0QBbmW06fLjAbWveLKAIgD41rKzP0Di1egF4wWUutWVdJPERsFNsfiUHXfHcekDY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2298291,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTlorCRA9TVsSAnZWagAA7e8P/1yfX5oK2mXpu1yd88sV\n9UmB/VaYSCQ3Ch6gIFLddx0NaoSJekPzxrZJhnUwYVGoz4VfGeBqSEctwlNE\neI3cfT01fAkVB9MRVlHDGEcfnBsta4HTamz6klkpTMvK2S5SWEdvuEekDGU3\n2pGR7q/P86v7OERZ2+08Qe9UtRw+4JwY2i3lJMEoJuBADUeXC3+IiCrvChAK\n4dznmf27nTZQA4TSnmPgaNtR49yoK/QNIpjC3YeZ7QEaK1EPZQbbxvI2ChMu\nuP7h9DtzxJ1njUIIwC4DbOulpa4YkZ8zFYATEYAmnBtVxe0dODFHenjj1Dt0\n6y+GmxvgjmGvpfVZMZJ8WI6/34APLUcFthLJ/vN55MO0YZ+OI0mfuEexhEu7\nQrzMOH3tUU0resjx5Ad+8mb1jdEfxyY/MQHGxAHEd7XVU1Z6iQOJ+bW8nOmj\nGTKfC0pRbafGYpTMfGIMkiYIbBJZq/5EwEb00PwGUqTfQqcNreJ3U1wmP9qj\nm2CHGDSL52PIgHQIEI9F1aPi7smB+tzHf3rCc+M/iks4aPagM5w/w2fEjfSP\nKcOuOfrCqcHQsPqGBq3MTZTZNU2+rOBagFYAZvsWe0M5cOBzQbOqzkFRedYK\nGfFwf3pVddkTej16rBZn+Qwl/+LOfNKb5BIy7FcCsWV18flFArPWWN646zsa\nz/Zy\r\n=u491\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"80df5f7b6a2d5522cbbd8fa5d5d73b21699f39d2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.20","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.20","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.29_1598970410728_0.9566597502817114","host":"s3://npm-registry-packages"}},"0.12.0-rc.30":{"name":"fundamental-styles","version":"0.12.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6da55cdeff8b55aa29a51e23e426534d78965d76","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.30.tgz","fileCount":85,"integrity":"sha512-0nK1sxH8rh4G0bFRerWyT2ihKJohNbdp0bF9I3I7ridnrMgqFr+NfKuy8aNYEWT4JpaOZ3sKPb4Z54EueAcJww==","signatures":[{"sig":"MEQCIDTVu99BO2gZK3k7oVd51C3mfINITEdynkYmGmQ2h5DaAiBwWieu6S6XVdh5OO1u7vhBVFvO7afbpdJlDoUr7TobOQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2298404,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTrgICRA9TVsSAnZWagAA2tMP/R64g2m9VM06Y+bFeB28\nf0/fixvzTdCIBgsRAjkdT8D0XlQD6Mzg9O15pYSC2zinfizdqxBgh/wdU+gP\nWRLsi6W1FTucVvHMZuJ6J5EuNpNQh5FaS5ixWUvsLLZN3rKNs2qwXb5AjVZT\nfo71IV00+VXJ/IsMW3NwyQxFhPLtT2X4ACVNh+CDYuT0BL/8wCF9n11o+OzZ\nt3rlhbpf60OJZhwmFtCj5q/2tlQJZaHCLnAG1m29dIYlTWfNh3ccigP3qJ5f\n8Cv44aeP6zSAIJ9mXp1KFlvCmsKqDtWcZDZiBRYms0h6x6y6SNA1MBCZV/UQ\nkNuocxkzeLgmzyUf13qDMpHtRfHA2wYAmP+FEg52hhiKX3imO0V7uc6DGo0A\nvX0oMTLqoE4YC7td05oILRQfAd+mah/i0z4aRgqlVYwcFKVaWuvL/5KED3Zp\nieaaNnnzVusb6mFxOwP2dgLSr3HZWuZFjqwqXWrHv/lQmXCzK9+bmLJPmAAX\njTKw4z7XcB0I/1XVdcFZeawgCeu8yB9gBamWa1QVWtSstVD/7OGWbA3cBnpH\nQHDPpU+e8tkMEuTfw/nT9uIXvuNo7liWjn7WQ1AURwYnQmtsPydVwHE6lCwa\nfvhpSUusJ+085SPnFI025yBABBB7OOtT0nj4ID7rA3pfZE0ArvHIPRWqHbHc\nmpqM\r\n=5GB1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b163a35633a838660a8d1a25e39a9634fd8b3c94","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.20","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.20","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.30_1598994437205_0.2897832106320024","host":"s3://npm-registry-packages"}},"0.12.0-rc.31":{"name":"fundamental-styles","version":"0.12.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e1ace0524a084a7504503bab165d7bbbdd03251e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.31.tgz","fileCount":85,"integrity":"sha512-p+6v3+OuZdWRjDJTDy/zmBdEeFtOEtrDP65Kcl99kELiXi9GFeJqwJOtqicR6/juSN4EPiOA+jJio0R8cpvY8g==","signatures":[{"sig":"MEYCIQCupZ1P3nAj78zN8qY+wK1DzIjwSKOX540rbw5fMpAbAgIhAJKO2X8ad3O2og5/ZGBJgze8MORQkRyYczwQbmNcLkaX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2298289,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTtFZCRA9TVsSAnZWagAAr+UP/0MVZCJdNS9YcpLw+pfy\nR5IZxFxTpsL8KYB2XEXR2xGN8Ti87VEkhSzzFuLqsy8MrzaDxJTh6JKdD99Q\nemiPRj33EOx+EIXb2FwhGpUwoHypTvnH2/rpFAl5zlxgLnJumLfS3tODJELd\n996Y0+XC3CGiirObIJFR+GkUHiVCiSXVF9Jh4tG0X5+8yOAKEW4jo4NXcEIH\n3ARBoKUoRIBwmiBU8b5Pcn5/CJSrutNtQBhRBqCnC/vOyQncGMPyBC+PZHvE\n82hwb4pejm8xfmmLDnUg9es+DQtTHWBNR0g+ZItYZUMw/38JqarO91vxFIjZ\nDSWHvb5yAxNUEkKc03JejrkISmIf3wIVYnEWqbDMpOy0A20Q231Xj8V9yMoo\nO79Z+C1eQ1Bw3m7faVXZDA9Nh6T0IQGaSWV+zpeinWleX0oeKoJxFexYh06W\nDUc1bF/jp5vExORQczCZKEw0VRJwKJvmDsNJfd7cBwaxEaaO23kmIvhzxFGR\nIZKwqaESJ/rG7ZW3JyyrsADuTq1dWlvyI1fvL1ri1QSgHMgsdm4L6zolQNo9\nfX/t8KFCfudUrYK3g/O3/BWTdwn5S5wy+VbyCt820deP04aPsl17mgS7fTis\nW8SBCQI56IT4EjuAm1StzbNXLkNMHy1EBk7TeIO1v6rHdAh6ALDIuHl1qsrs\nSM60\r\n=Bj2z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"195738f40819edef55dcc54bbafc62f0383d4408","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.20","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.20","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.20","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.31_1599000921200_0.1775462871692688","host":"s3://npm-registry-packages"}},"0.12.0-rc.32":{"name":"fundamental-styles","version":"0.12.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6352658823a24ca440cb62ab5434312ca1e60019","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.32.tgz","fileCount":85,"integrity":"sha512-Ex+XMWHA4GDSBZT/He71UFH2prsl5384CSw7ymFVeVAK86q4IqPjm+cohbzgdgo3nARFYdy/6DsKXOhNZCfBZg==","signatures":[{"sig":"MEYCIQD8o9KFj+Z0LbRyAI2VvWN9VnxM+UtqeGWLdivmdGUOhgIhAMgFPM1yzF6GB2+jTboBHQgDCDkHbB/sgMQHOVWLD6X5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2298402,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTtLQCRA9TVsSAnZWagAA2OMP/2G0GsSrZBKAK/MJpWZh\ngoCC9idNpM+tq4VCn7fZGyEc5Qe78JpMZhjQYlKwp6/ueWivcIco65vgKjKl\nmjrKfRQcrxH89hzbo5Q/XbJ18+HPuJJbLeCA0rOZCMBzTF2X2r4jvaqtt7B0\nrf7NLorBcZsKpLLeUAbpyAfJl/eXuLlzyxfiNmfrcMeOAZXQjeLdC0CASVI7\nr20H/R4a7tVXTLLE5vMiqdMlgU4VIvjdIl7VGNO2jc+tOl7FxVEA5TSpmifs\n+zVEE0AmLIHIvpahbpqNJWKXlc4qwmvW6C53PhrsTpqmnSbFy3MDq08hZmqC\nc+2Fs4AG1lkqt0XPO0c8uhZYbrXBkAK0F9aoZl7jLi9LfUY8c6VGYGmdXPOd\na9hKAL6B2BMksxZatmdIhv4sWvTPxU2jtseZ/qCEQkQjtHUxrrm0GvffxdkA\n6MZ7X6MgSzmca2OqOcQ4V+6isVYWaT7I3Pc4gQgidHIhblcs7VDNp5WDgJkC\nFj794t6GlV8qFTChuEzxHXvd7VOTlaRDsorEKxHPMUGo3MG6pWLRI24GMVjI\nI8tfb2DYv7u5HQLzspDlTSSAzBtsNr9q8BgoRxMONKbyXSU8xO5QV802bJiF\nkV9xd4a4nM1zbpjo8gP47Q9u2tTYLMX8jUElj1wnw5C/XpkPU7tTo60E+Pfm\nxq1j\r\n=uQk5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e8652e60a9edc71e728f470af3f08fb422335473","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.20","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.20","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.32_1599001296378_0.2872892568481513","host":"s3://npm-registry-packages"}},"0.12.0-rc.33":{"name":"fundamental-styles","version":"0.12.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"339dfca6a443f1b3a07403fc008dc5ac35bfa920","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.33.tgz","fileCount":85,"integrity":"sha512-j/+LAVXLausXqAq3G7r2OkN4AZQ8keURsagAEqlEdU36yA3adn8a+ST21fyZMjtaQAkJTwwFKPIWo+Bi7M9bTw==","signatures":[{"sig":"MEQCIEUeDcITfB6ZfBEMqGktbGWuqeYdACwjeVVpNTcJwExoAiBXTUqPuAthVlCqylj1Xdk4wWxY+xg1C9NzL19m4Me+fQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2298515,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTtRcCRA9TVsSAnZWagAACcQQAJPPTYH3u9JAHjPO12m+\ndsobUzKymwbNN9ynmu7v0z2MM4be1WH1DLgkm1jZx/gfl805swaEQx8COPnm\nYDMr/C8VB46xZzEbt3YGIpCYQKSS0JaEU8dtJZWukoK8HMkRBc8GtA0/Iucj\nhU0QBIw9/kaOwd5aeYDdYVRVcrlx7mNS8zsNErOQLuCqLzdylYi1InN0UOJf\nfOW/8ssAftOosaSBaE2fT0KGEm5B8lbm72+ZqKa73tJHrkrW7vaEWbdYvuwo\n4PmuaIxzvdhksibGoGMVEgtPRalToGsEcMFsPTKPrHReGkoJ2V0b0LIsXSPs\nKV6CNt23mO2JYH4SW+Ixg1v8zMfsk/GcGABMfu3inZ2iCmXNjrPz9J5o8RPi\nrZyGVXOSHhgKXrOeC7DumAs2OIokDiAl32PPdCTL79A0HOFiNFHty7gMerqv\n1aUUbIrKEaX5LhBelw/GeQ/qIa1KRbqYa/n+9daffiiMWu303Uewf1sPzk4+\nnBe7wjDH0zTaJ7Bxo+uV3TUXASmQvwOvcsbbYDxLhUsrRZ/YWyXfsOBnRGP2\n5gvQbViIoP1dpcvV3bzvft3+WwfzMBbwFMQgK9cpm9H+02papvC51uCd9vq8\nZ9nFDU7BiIIjifoiu1ExYhiDCvaNQvb2WfLx3D+IuFzogQidPBKA+xrgChxr\nQp5Y\r\n=bNM2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a2e5fc1724f5a9de4acade4bdf2949a39bd95da2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.20","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.33_1599001691607_0.8055790235498985","host":"s3://npm-registry-packages"}},"0.12.0-rc.34":{"name":"fundamental-styles","version":"0.12.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"af470f886e1f01153edee33131c5d2b515b7ab81","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.34.tgz","fileCount":85,"integrity":"sha512-FK/edAoI/3h62ep94LQfYujcmKoLcENdufehXsVDAzyn1OpUg6sTEomJg8Zx/njF2WQ/CgLJ4ppljGfODL1HHQ==","signatures":[{"sig":"MEUCIQD//TgsYQUKjXpk7N2ErTF3+C7h/MQAILjtPEGEmBunsQIgHye02iHaLOxlfnqZRo99stGFE3x1Zl1jInIGtMUxObo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2298628,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTtgoCRA9TVsSAnZWagAAQhgP/1AkBYW/Mrh3EY3BmJFk\nv6uZk9KqolXsjkprb19KiJ1f8YKryUysT16e3bZZWaBr90EXS0Txce8m549e\nFvQHyQGnw0JR6mk/llXT2GBkHH2I/VQ6NY3puqPInNV/h07wPkwCpYXI7+bp\nGFyPw2PyaldvMoKjjxfQUls/zvMCMzB39cMkvHNOSuGLuomZ1YtBzWzwQiGM\nAZ6XP++1ifqYXkgOBDleJz9glOmqq9C/naZ6spapyDpVsbUSv8iYsnTFvQYI\nb+XSaS3a548qhBJGPFQOi+wTFltWZ6ngpod6+k8PVEr2xbrjAtFZUwQGBDQX\nv4Ks6C/3CD82/Igz2B3L88+W2v6u/QgwmrvD1Gxll5Q/p0T4mESacNsSHGro\nmN8RjAeEVt9I9B02XrFPCzCiLJ2yFu0Wm9T0w0uCiOrOVPpSUKqhnL5vp+2R\n7WWivoYyazdLPssh4ynqkwPxpn4LBflILMXSir1fn9g1TglCDIayuchvxXBS\nMO4ejM1qP+hVXqWEapbAF0O5/96V/rMKYOrmtEz1nizstLR7DYZ1tYPUww6L\n5HTruOqyOYO/AwUyzOoGMNbY0Yc47UW40i0OT3VratuVq4WdcVPCNrPz+hO+\njFmgVcp/YWe6Ft+ubanxCumsH2bsmibYq6nuTb/7eF4SLPvvaI9rmFcwdg4N\nhzkx\r\n=H3CE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5cce8187021c1b66da2e20dd84a0d89c01468029","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.34_1599002664225_0.2776870546491612","host":"s3://npm-registry-packages"}},"0.12.0-rc.35":{"name":"fundamental-styles","version":"0.12.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"177b2379e9f21a6b36b5fa95a7b76c2006bea289","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.35.tgz","fileCount":85,"integrity":"sha512-azZe+yYSsP/BzTnzNmCKtG3fjxV0HmaAmDWYSwkmY+SBTBghBoKRfxsVBIfpnsSarL+FBd6Sf4ZJ3Z0Zf6F0Ag==","signatures":[{"sig":"MEYCIQDC0HenxEGIATvq3GawDgrY3y+i3dwzwbf8or2fQswPhQIhAKEXejXp76/yIc8yTBzSFejPNgPuFC03MwS0AUKwKfU5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2298741,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTtlECRA9TVsSAnZWagAAKakP+we8Kxhty1ycHJGqi+07\nuY4U6S1kj5G3enDB4YZPSzuAvJgN4/O1qXB84iSep0HIEVFH9AI9csFEi0He\ntShmfdlFEX2l6QUu2RKghrcqzKF6IZQSTvN9v30n4UBVxyaD2tPpqng70pPc\nNIVhSrT9nFY1h/kgZY3uhfIdy9Asn6ygezKi7v3bT53rQhyEv5WdWQ1RUjgx\n/JGmYNLRjswmALZPYosgHWy4HZOphrSkNDDKg3s+4nmCpzi38/fjE87uSYry\nrLhP6K1CiYzy5ZwYaamW9j+z4c9LbEPr5W4Otlf81R3bQwgPgLGiSAo5Ikay\nHb0sQ3ENonRyg9bDWgBf/OufnPnTsJjNo7cJ0PkWaPQDBR6c8okDJvMh4FQY\nqcfIE8uKVKQ/yguogw6gcnOev3nzgoXFNW0NNVFoNKV8ur7iOTdV2OCVoZJ1\nTKBnkBjOHX6DdNTzoAou3Eyfx8tNx73GeObGLYVy8xjdeSf/gAKVZCZHfGJG\nKTDDCvkOhxgqgxoKoZwgvPhy63PVcTpS83xemphgZe1NR8W0F/IuvOKHlAsT\nwIiIxKesl/sAxvmCvD15Tw0Jbh2EBS6+wIuSzm+lD0tpDA/QAwLbRugxoyvO\ntd4VLOWxvDke0+UFiofrfHdpQNAl3htveQFUx8uRHTMxARpha/+l6s7GQiMZ\nTTRa\r\n=fZ3U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d7a412ffdc4c2ee411360c50288045618a5f3a26","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.35_1599002947869_0.9193649485978879","host":"s3://npm-registry-packages"}},"0.12.0-rc.36":{"name":"fundamental-styles","version":"0.12.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"86cb7ce54534ddb7b76e72790e99098bceb4402a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.36.tgz","fileCount":85,"integrity":"sha512-0HVrw5i55HY8nDpMu5qEaCP5atP71Bqbt37/lN2spIspc7SqgZBqP0F4F8fugdTE9cTyNxSgyu7sOQ65zV8ukA==","signatures":[{"sig":"MEUCIQCuELCHWL7bNv5VlBdBefVBVo7XuJ3AkhFZCaLaJ+Tn9QIgOxUrPAjCj4OZaewhZrOfujzIzdjY+SY1KLDas1GbVK0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2298854,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfT7tPCRA9TVsSAnZWagAACLwQAJnEjIhF5ofn6L8et9W4\n0hnF4r2fIKs4puk0ID8B1N6MGCVzcgvgo+1SiXV/QcjkwkJYnl2zyD278y62\nj9ldvXJO3pl2JPHU5f/j000wmd0UBj1+eW/zKHC8MK/Bg5htrjR5adA61cjg\nMEZDk7Fl3ndEYn471Nc6GjCclDAlf3iX3r9r2pQBK5iPPFmBsBup8ewlbfwc\nfl1d9tlTNABL1g4k5yCMyKwZgcVNBjQxQfgNoqAXWp+mySAW+DrX6I1T36oP\nwXaT15yzC5grMVfY3T2HykbqG6XYFl9ispRlsrfl+jFpYqmWyHkFP+h2Ubwl\nD08gMhMgQ+U1Iq1xhHYT6IsXUPIQBBtLUQjZW16H4jvCJyEI8n6IPuBYBnUo\nTKIpiGhuEgQAsGo0f769lT6QjEpvVHdME6L7wINA88D+51dMRKFrBEJD659q\nC4UPRr8abyYYXmQBpmT6Kpqw5b8thbwzaHJFDS7lK0NmQMoatLA8rH+SydhQ\n/I0Q2JblzscCb5nyEyaNhv4izLoQBhjVQPf7qDhvh9tvMSBpgckuJ08XM++i\nE5/sdqmzdBiL4aE1Sh3858EelhBwrOUNfJan46OQnad+WRunJWPf1QyyvyjA\nwcIkmLCR0KmM68Cf0s9BevVH2d3BXkKiZoOkuYLe2YYDdKopUhXgx8mxnhNI\n0Nwc\r\n=t6n0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"afb490d6af8b44de43fe579b95bb1e67a3847d3e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.36_1599060814334_0.815770027865925","host":"s3://npm-registry-packages"}},"0.12.0-rc.37":{"name":"fundamental-styles","version":"0.12.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a305835f8c3447324da75cf8e2f2b6b01ec43bb2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.37.tgz","fileCount":85,"integrity":"sha512-DMwYU2FFRgOk9x9fXx0zaAHXkVDX8EVPcfQYbcoo3C8PhIP/omFv9e9AiAjSzKlNZU0y6cHRXqOT1HpkCKJ+Ew==","signatures":[{"sig":"MEYCIQCgGvPdELbKaUgR0VKoHQPSFo/dFMlZgt+YSU21fhf9MAIhAJdJPjT2iI6cHCULL21JfzvwnYCDcXspqBxJvB713PWM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2300150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfT9gFCRA9TVsSAnZWagAA7zEQAKSa3KFrmNfoeuPm6Tqo\n4GbPIvrfOwUPIYfFgIlPWWCLCAvrW9fmjM1FETEvAAZ/0zwG7YVGxCUV3XH7\nGkuNmPSacFL3R4fv83RVdU68wBYo4C33TWmgfioBM/usecXtnkYxXxZpVgn3\nv+3dA3LUTGPj7A0UyF19SjL1eBk/Q9n9nQ2XKBfpzl6jQur43zExVvqFjMFN\nmTm8cYvmee/5QinWchFCa8L4hvxg/FDZWDWMHgUxPKgvYA7nFNf+GkhCDd+k\n06do2WkjAXqPvH830mkHUFd3NoOpkjDD8dLXC9xieUYnoJeFeJDL1+Dr4x/T\n/LeuebBNdpJJ9JgeTMxjcsxrVp2wbh040BcVk/SuKe/cq6lJChT8SakjAVRJ\nQYr1+atnw2xB9P/QPu84i9GIxXONzO3h7Vkncax+uC1uIptE3Auxy2auBfxl\nsQzHSj9117bPSH2fo7TeMthvsVxevQ/MvD/1gx5B/QeIPMfr6rWcERySRGpf\nkjXVqqAy2R5iXXrO+5gVGWCdanPxFMrto/Xum/beftsmCVaF8Pl7rnXDIWZ9\ncYtuZl9ChjRiHySjvX4NQn8mlueg9FLED3grzmt6XzVgPeS4Fmr4F2fyQkGX\nJ5P1zH5ygIxMJtBNHCfEAhYwXaDwiJFfpTzR6J/GxzHvtJK1BYGMXCJks6pb\nvdUD\r\n=kygW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6ce739eb0f0d22702fb0adb29c52f579fe6f0ce2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.37_1599068164559_0.21657999668460004","host":"s3://npm-registry-packages"}},"0.12.0-rc.38":{"name":"fundamental-styles","version":"0.12.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"313516eef372deb7dc6d4c75bde8b37cb41a5f9c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.38.tgz","fileCount":85,"integrity":"sha512-c75e9sUuPornwRQcwXc3cD1IiVQaqAc/OAJZuKw/9iMhqyUk4jTf8dpL7YZ1ztYedr2X0veyooaf36nQWrMY4Q==","signatures":[{"sig":"MEUCIGq40J8AgVBQQ9MwNftrMeX6tu0qFeixb6eNrH/YZCXkAiEAowZkODoxwUUCNeBaNBPcUYdSTjMCh64TeA1G1HfzzYg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2300263,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfT913CRA9TVsSAnZWagAAr/QP/A1EkpNjryor2p9tnNbF\neXLwhKPK46wCNBQYJuc73uqIE/vsXT98FraWdXuW/62839CaJRd3AkNrfSsW\nYDca82qfH3+0eX/axIfc8iM5pJsN2rSPHzjUdZ++8l1rwoQ3jmL5pXXASwKM\nA2+Fk7ukIQk/fdtZP0GRDwVjo5jt+Ck8Gb/H6WDCayACQYyGHdfi1XOzxfhK\nBazCf7JEzuN2MJi6uOyor6jewQSPgKhSAm4TfQr0fgSvw9sSjvrY/cOsz/Ph\n9MAK3Ht24Req+/lnJKqtYTkGAdOhrLj4yhXsDms4XUyFHEaKPub6wxVmtGNF\nUhJqm8kXPYoGO5FtTbY73PCbrlDK2EVt+z3igwbKQSsQUD08YiGUvHm5C7Bt\nsjYmRaJloNrjiUV3P3jJaSlu8m1kd43uS4a9iWksaSGu8Ngr4kpgAoMD4Q+M\nVHLnAJiJVTF++zFdaFtcB3CjezZBPPhNdwYH02+W7jtMhXkHGb+Qx9xufE4X\nya806EjzRA3VuocmaPyOCfWyHkcWganKzI3zgaHsPpdV8bdLZ7S9HFT2nZO0\nwElnXXKiGFQuFeO7m7i+xNf/DmJfBiXVSSSSmQ7otkDKwlPf8NdBwth9tMsu\n1aIWrwBvuk0ikU5Tgu2BV6qR4Q+fZ7N1K1O6Z4Nuu9qEYXXF//SsWDimrpp8\ncV2W\r\n=Jkb+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"013c0b73d63652726462569e222e290e3d9ea0c0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.38_1599069559172_0.33480326250536874","host":"s3://npm-registry-packages"}},"0.12.0-rc.39":{"name":"fundamental-styles","version":"0.12.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f99d7136bb40cd035494517869d3109782219962","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.39.tgz","fileCount":85,"integrity":"sha512-+TrBNMAqXOnYuA7bhJt2vsFrQ08T4pWUgj2jg5bzrF+zyVMDqEqO9EdvziFuGFT4icMWLijQirYfKWVWlwGOZA==","signatures":[{"sig":"MEQCIDZnZo3uY4NiEnh4qvzxQE3IIOjENIoDLYq1eEchvAlJAiA6lJ4qDG/Ave1+wldH8BWCxgXlENQsdFgoC9IN/2HQNg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2300376,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUAN+CRA9TVsSAnZWagAAEQIQAJwmAIJtIj7J4835cpVB\nSavvuBR+hsJqcd0HWavHQcHGXejdph6wyO7l3cC8tE/iz58j3LuSoiLCn5PJ\nNwuO2GCM7qG+Qme9ZSPZIcrXlM1zheBBRpKu9QVea4b4OqgxYO54+msvsppv\nGFztP3pjfKlDPEFOc/JVhTRY2MwQT6s4FBk5SmgQVFxj0ImnuP52a8y3PwP/\nl1bA/apEaKhXIrm0IkiiRlZLNWIuQWqqOaw5NIPkCHdFHNSWffBzsfIaMAzr\n5xOeIXFjg9yn3IIem70e/P375Lxo9wrhGq2yF2HWCZ8lMBVI0rx+24urwkGn\n6riQ23CkelF1OFl2Vi0rSKg9qVpG6xKXlYjUU9kdmL/nhnJcNK4kfhOQSA6a\nxuIkBeD+p5vZhGCjBl15E3dVxodrlr0SnIndeY68znLv9PfeRiAD2S6X2+1Z\nK70Lk2oZUQa9IRkzWjc1EajkGbGtQSrEl0mIA77WWKggx2BW4qHH6hRpSJwl\npxhqYMbUk11tW+mt+lSAwwWvNPrhuwQOVkDAy4G9SL+DqIK/hrRxkglUXSaH\n0OCRmoqRXl6IbVZFEerFATSaMW85hmS3ryX49YbHyjCJscDdlZX9hIh/KbhK\nDumSsBOnABNFnvNpUWxxsH/vetxfedG1GygZM2HRPU9hJscNz7s6GWR0Rb6d\nLJy1\r\n=16XB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"218499cb3dddb268dff52925c29ec0ae9b4d4eb6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.39_1599079294029_0.7675929270284338","host":"s3://npm-registry-packages"}},"0.12.0-rc.40":{"name":"fundamental-styles","version":"0.12.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a79c4548062e6846d5c12a64b08f0702b12a7c60","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.40.tgz","fileCount":85,"integrity":"sha512-zdaOt2NYKjGIX6q2ARN29THjGzIxH9CQUTIWjshdIWHdQjCUAVC5bN2R+GegulX6x+kCE0DG4sTkv8Y7E9Fs5w==","signatures":[{"sig":"MEQCIFM3WikOaXya8+aOjs5vLRJSGvE8h3jGpjQuwUh9CgRPAiBHoT48sVq67ECVo10sMnJYZKAJFcT9Zl1bKNTO4LSBFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2300489,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUQKrCRA9TVsSAnZWagAAbvgP/j252y7mC7ONLQov59yF\nXQeKfwocF+cxehLUQDwUPUpxIVFUxgjSzk/iJ4EwLssPP2sDPatBU2DG/hK1\nByIb8isCn91VFyN+2wyvsEU2Z7fN+m5MRyOSIszMLoRQ59jhVPqRlPoyBTr7\nnRXK90bwjbaPTANABrb4XQAIJfB7Nw9p0OXh0OFZUxJH9Wxyvu/jus8v7LrG\n2TML4j+u51xifJhxPCMlf0mFDiW1aqSAr4uPjkeAYey+noulJfchHtrGxD0c\nrHjri+hDnyLkHHK11vFznDpRU5ilfmH2hBL0ib3hhtKo2MRG43ztzPCFzFO4\n+FluTOb8J7/UKACR4mDfS1UqPauJz+2WPDjHp12OEpMSWLCSCwkjlW9KhVNU\nPpXDSytzNj0NAV06o2PCrbD4N7kd0koVJTXHA3COGm5yP9XR7wEWfqcLpb5q\nfNpnXitAx4bWzCxRazRXaTGq22G8nLcnDhxs4hAkxdHPO+ZrDMG9nDmJfLJM\nYo5gew/BBALTYPBWB50o7gRD1eqpZJI2Us4c1tL8HP5zgLHRoJF3D3hEPBYm\nclo03dsbs+rnID4KsJ8npyF08uxKm9c6dZuYm4U48vE2PnMSTNs3GPbnLGZ3\nKWgVywyOEd65eEDelaHbfgUiSr8ienaZnoqlZQuOxHF2zZ7fpKO7bUpeQfJ6\nAaqL\r\n=d7k1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"443d521eab6df12a1f286a579b8047557d61e4d9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.40_1599144618872_0.3215388355351223","host":"s3://npm-registry-packages"}},"0.12.0-rc.41":{"name":"fundamental-styles","version":"0.12.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"661c2780e688217aeacd03fba3dff371c938600d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.41.tgz","fileCount":85,"integrity":"sha512-fKEt/qGb4sf88ShogJ4auWGYAhDp8A8hfOUJVGLbppMMdCZSr3cVbLQu32p6/6LZ+pH+8OgKjbEc1/f3NEUZ2A==","signatures":[{"sig":"MEYCIQDrxMZKg/6ze7YoKxVkRb0CqQHPVkVl6eL8CI/NfUekWgIhAOxunikHZE5fWYGeXmXFIV941pNrXmUkHDPuP7L5DJPk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2300896,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUR/tCRA9TVsSAnZWagAAvkoP/jklid6VCAq5C+OAuQKI\nsTy6DnOsbeZen8lnG5LbWnTOneUXyKYYQAwlHVgok0GxobmuQIsvstoJC+TO\nioORCJ+2IBgX+lbutRR7HxpTb2vBzhNC9wc2O9Yn5elpWzZzloJYdMXCsN4j\nJgiRaBD/RxG6AuT8gpO0srqQShkwu2lxCj2rjaqy4Tthc/MnKYxtMQoQ28Nn\nu2lghcp9yj1sBA9+OaQqnlRLqV3gG/YY9JifQy6bG+nMR3ek75VKaQe7zCky\nrSdG1XgsTK3Coi7eg/oSuoTt5NesCvIK9nXrPV0GGGsR869kLm/9oiMoWRLm\nCaTbzrAuV3oTgcDD0ZjZDaMQIrjJMjphnXVXU890U309IU5KApiApBWFIPSV\nu0D1/y4ePtgf5P+vHbpOJv0KTMOBiNcyAjHm9tvNsX64ygK15cmM5m0jfKN9\n08f2FikOBLjLmMlASP0AtI2L7LdaF9xOBOoPy6bOttEHPBqwEmN8DdgzIsGS\n9ta6owmyN3UmjLDB6d/R4h/JAvtCY3zEgOUK4yGyyx5D3X0+6FGl45qW8Hsv\n+nDPIuLpPP0YuD9DaP/tGvqAEN9/ObQWmwK/q5YahYgrhHstcrU3wyEiDZhO\n3IcFBDAqub98GRlQYmaFjsse3wAMO7+VXuupLxjMMqhU87nMJNZOU5wB1DGq\nsRWS\r\n=UESc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b35ffe113c9e64e558db22f9593964afe48b8251","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.41_1599152109302_0.9202665430945745","host":"s3://npm-registry-packages"}},"0.12.0-rc.42":{"name":"fundamental-styles","version":"0.12.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4bab99826927898e72f8e40cc8d0e39d15a0773e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.42.tgz","fileCount":85,"integrity":"sha512-Jq+viqpGXWWKijbl83Bc/fziRPk/5OUXTw6NeJoj6OZ6uiTdO4ZVKvmd+FByqg4md6alOnZhFC98xOeTCtwLFg==","signatures":[{"sig":"MEYCIQCZhHWm4g/KnJ5mnJn1IJHq0KHvgVR7LsDBcvMxphKhrwIhAKpZ4698HMIRorVcv83sSq1xmZA1GXDkJLE9NHbXCSBn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2302821,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUUolCRA9TVsSAnZWagAAy8oP/iv0XkSYv/QBdPOnLeQ5\nIYBwwN3R+K5x+D76p2VcJNRWWm54RSmB8KWYbYo4ZV+a6hiLaGRijlL+SlLY\nEUVifkVDb5hVN/WF0IywoGoZWE3BoUrESzrgQs0os66L46TTKKuF+JjYxa1V\nKyInewylcDPkzhjVkbR4wwzu9/QMb+EPXx8Fy278nwxGBdBw5BOE6jQhCY7Q\nCj0Ap9mTh7F5oPsDML6nKZy1nD+edDDKybclsqDeGyeLZy0x6tdQDLFqwyG+\nOTRivTJuS1GqPUV6A5Le5UutpP4hN5FWlCbh96nM7eobjwETBE9NOy9OeKmU\nRIgf8L1BdSh9uXbrFGBEWiGxSccWp/rSx6C5k47jjSAwcXT2E6NSTTG5fsEr\numdnDANanhuPTauUlENG46exj+6OZUanj6PVLhT3nqaJUMVyye7AEjLiQw62\nt/CKybQAwdJ6Ayz1pQ6oURUjc3iwRssagXlzde7H/uSBicmHHeoFnt0ME7ay\nLIC5zvZWMSBCVmli4FcwaDizwHZnVnBG+P0PHkKL4Iz2ps6pHPYS2aKp996A\nbhJeqcRA6QJwxdzigcHyqXqPPF6L1rde8HZxFDLdRIzN7ziyRpIaicmHu10r\n3joBVoUkNyevsknGldks+ClL95RFshWR1EWPpcYa21qpaNg+gx2/cWxrOPRz\nJ+L8\r\n=/5CT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3a0ef22ac5aa74f36d2fef1ff04c6ae4376806c3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.42_1599162917056_0.9538995445976954","host":"s3://npm-registry-packages"}},"0.12.0-rc.43":{"name":"fundamental-styles","version":"0.12.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7b9404b10fcdad07d8008e7c348424f77f5c2f55","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.43.tgz","fileCount":86,"integrity":"sha512-p2O7p5nGAYrG5oBwYg5oNMOestfYqq9hRW/ldQ/i3HHlZ5Q7bLem7EA+QVEAtDLCRlmh90G25qjLxk32L9eCMw==","signatures":[{"sig":"MEQCIEbKk0gtHScQhyNYcQBlgMZ0yrwOLJDBXepqw2BXcj9SAiAjhPxtuqQ8s9ZivTwrzdvKDQmpKNSfiyWNkhQmrjdJqA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2306554,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUfUSCRA9TVsSAnZWagAA35kQAJoCTdxiL7EDDoO7m0Y/\nXl6pyfznZSK1tKNIkvfk9hUOoSWoHZgYoLKxJvSG/RAo0+Lur5v7mD28duvA\nWJ/pYX5FkyS1Jvi33MnhYx2QoQ3BHFouteLBdWxRsn9WgJ5LRWK3/j8Kt++5\nLh9D9rn6zgH9MaRfeyZPYCxTtEmT36PnQgPXiY/abo+kp7QYrgCzedHmEDW4\ne1uSbcoeMzhbM/QQPTwlzWSGOEl22JI1KNLLxlpE95s1TTl0+B45ucEGjb/X\nLsXpMG65lK2iOQvhs+VegJmNOwiiSDIOxlXXbiSDE5+kPqoFdq0FUfAHSHYX\n8qE+NSwy9PqRGDRYMCtjyo6vmZq6ZTxaQ45O7Od8i8ZcN7HtCMevVKyQAA40\nGqqKzvxaBaTRxV+Hcrpn5bw8+qSmXAeyQR/YaoMfg/U3P/AgeTqhO6w9JpFu\nYBPfp8sovwuxjFJBiyD1oYhjMkqHH+PzwI81IDx7ZTOGoIqqJkOxiICKMslx\nkiOGmYMpLRyc9+KAcQvgoJuQVtLfNscJL89iolHqNuVj8cOM9RN2mMIn8cXH\n4RU9Auve6ofc9Kah5sK0T5xE3CMVGb1vabsAZUTuIYfm94Zv81sG3EzEDR6s\n+OKfso1UBXY5S1ZRYuk5+1OHIo5uDP1G2UqFeaVfDUvqClW7u8IzZMV9/qAq\nVEC/\r\n=LPV2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"27896cbdffdb024c869c7ad03f1e411b5780a8cb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run build","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"npm run build && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.43_1599206673817_0.6849776099923788","host":"s3://npm-registry-packages"}},"0.12.0-rc.44":{"name":"fundamental-styles","version":"0.12.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d1a2526a12511c19f8efcac7f5ca3a5ddb6383e2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.44.tgz","fileCount":86,"integrity":"sha512-V+aDbmSX2Twk2HauuX7MLqjkjMNzp9Nh9YG7Pg8MIA8AEvBlT1NUVAoAtDcpMBwdTgQf7JPobbfI8i+IZy71mA==","signatures":[{"sig":"MEYCIQDOZcc3xu6KeOyw/OFm2T7kkD9tzmDOv1uc5hRyMqskaAIhAM3bLrFmjaMLUuftBnSpUxEPua3EcfZ8qCiEwR/TLQ0a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2306731,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUla/CRA9TVsSAnZWagAAdKQP/A7XNPXLbkywZ7t20Sv3\nQ+2NeBcB7AiezjdBezTflg8uRQ1l279/jMdbpdWg4Svv/lXnjFLzx91+M3Yh\nFqH/K57bbuBFg0KyMvSZI8x/KGIm/qPnAb/CqA11bTVK95Gnsoi1rT55pp+K\njcUozCq1SYVRAxE5BJIFFv4EsoLJr7MUjjtvL09+WMuUiWstsXjl1Y9xUReR\nykVBXd4/ALNxT+uA9Tm42YK2X9mBxDHWNUTFxgye8F9zvhb+0CDkFDSvsXPE\n9gWBGfFxLF6m/Iy7pMgKdlA8rKekehIOTg3TnbO5viE+RUJP6XHn6Fs52OIm\ngBgCj+i+wmUloULpkuXLZg0cYZ9e00CL6/lBlLSEsejjPOAl9gnGc5f6kC++\nmdDrbK+rNA1BzlvyjkLcLc4Wzd0RdfMX4QGDfWxtRMyNJnW5upZMzYlKz+w/\njzhaUbU04WOKUkZu/1bDV9ZObFEFrPBndzOJl21P4Q9JTXabonC/NuERfRBe\nTQm4oxNu+t4NkMud9cy9nDzSo/U54YX0d6kdsQpY1a7zAuCqVZWjJH3vmEkF\ngdNdEKTDqLUkASTxIzCzH0H4V0BVEkX+2/ooHaXVaXBFB8/XRfAshRtrr2LZ\n5IBPZ3VAHtXo12qDt7X8eX0lSkA+2RooTcamNu/mObpbT5Ve1pjtmVLns9J2\nw8HJ\r\n=N3tE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"48132ede81973ac4ac2f1735621eb2ac05aab0c7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.44_1599231679289_0.6840551646083812","host":"s3://npm-registry-packages"}},"0.12.0-rc.45":{"name":"fundamental-styles","version":"0.12.0-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"619bc320978d0ca8af467ce7be59d1e5e5e87f6e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.45.tgz","fileCount":85,"integrity":"sha512-kiTv/JCmy2WRbKv0BOEWNKUPm1LVmocMd4+FVdg76nCI7mFmTlZLTP7l27MVL9Eggb18wT8WOWOYikck45vSsw==","signatures":[{"sig":"MEUCIQDS7uR7tQG/O1BBwBKj3xFM7fr0aDNWUxLFgdbhjkDa0gIgE9orF0yKAvDySZxncCcEGp8Y7BlB5KDo50y+v9H8NiU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2305750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWP9LCRA9TVsSAnZWagAAKtkQAI8zZsUlvVd2yIKSW6Rq\nB4FVoac8fHBiHAmNRKQVnlQWDuPJ9ZmbEZcMsKO4rlfKWlJe/vBZt8F9c8IP\n6X9c7Qea7WsL86+Si+ErgMS1a18hZvH8H7qtB4lsqOc928iPoSqLgLX6GVqA\n7C/aBVpd3vTgWWuvcA+wJsBiaUjFWGpk4gpgtMwagOFMsoPQIJ+9cxxgGzl0\nS4Md3M0T3dkvOocxl3R+4NzyosP0nWSR5yG++gCYJUJ9lWUjYmjc59UykJd1\nzZC3lbpFFJfOxu6TV/9lQdRRg9Vhzp7L4sE0rAJMKW6BIBA1TqUyfk1Ef+dh\ngOyYaHcDe9LDCKsc4fe3HlSOK6nZqPUS/VhPGDg2mxBIM3u2l8Cxl8A8qHqg\nBtvypdKP4PIp5mza4zal1BLj+pvUWG7hKEFnaNrHcQ+PN4xW1jmvJ2d6UEyJ\nWQsaYOnEZhhKCsJ6i4kDwo3kgtufw5Q2LPA664YSBWX8f0Rs30MUEUNGoKPo\nepSheiws+/7U/XYVSw8a05zTR31lz0u7UvKSdP/nKYs2xOceGky0Mgab9bn1\nze4loZHsjGJueuughkax36b400EcDmMGJXfDzmMhd9UeCNcjb8ySKyPH3YNi\ndjVUhtNELBkukR+oft2+IrTGtDbkPJ4pX9rViTtsS6IHGTJNG4GbP/pEJB8S\nftph\r\n=fn2D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"50b3c21fac29433cb4550b71823aa7696614c0a6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.45_1599668043314_0.4657784580056654","host":"s3://npm-registry-packages"}},"0.12.0-rc.46":{"name":"fundamental-styles","version":"0.12.0-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ee00f4671c28afc815e0afcdf6db78a3c6848314","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.46.tgz","fileCount":85,"integrity":"sha512-jneHRemdDgmwfdVzG9Nr14oOcq6IyRqQnurOxqjAk6usUWBbgGSebYOHGNzxwrV5CrhYv7bcrgUKpbnqouzoIQ==","signatures":[{"sig":"MEQCIEL3NJ6Apy0nbnv3Mz8hAgHcMvTFoYUaGZPPXSq+7U9SAiAUiBJbCSV+lHuhjDcooMRoWRL6lvMgXj0R8l+R+TaoeQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2305863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWnfvCRA9TVsSAnZWagAAgDUP/31zY/5ROzMMuDsJSBMd\nuEN0UQv/JhPmxwrR0D0EhiJi97s6RgNeGVj1dyANNx5yASGryuUeODeYCWMQ\nWAk07K5GlK/3s+i9OVkTU8Q9g1k7zv6IZ9rqdkoPZpa1qauJAIq1D6k0ybaY\nMNYK5CkdepQ8+UwbAjPXxRZ/UGH9us+WaG2y3ddW9fhvkMVvtdufZdpMXaak\nGGWioMGWMSR9dvkfsclwYWqHp9w2IQTkVAVQ/G4oQwKyBnymt8twrioSxy+N\nLK/vrDyix4eGjZ3s1JKybQXiWVWtxgUkR1yeQQrLpT8kwoax09vHfq73gSrA\nVBRbRBR6GSZ+h1BisoIMbPUwdnOy8AQdOc+AEsQO3L/pTnIBk8ni4kD8b0aQ\nb+3I3gUEbFfy6Y99F6jLbfRNCkziXT0xdUX+DybxpOdYxdlSsRtoGql4fyFt\n8BwnRONNLm234bgvTopowD4NqLPiNj0QJmpenZu1aP7xlUG55G3QO6BfK2M0\n2ZMvZ0o2xAN2yETAaVIwYVL1nU3hro8wufHbXnhRKw4/Anb7xU4u5PCuyUE8\n7V1rTF5LvLgyyWzGa24Zs+zfubqfkqsD6Bj1mq4PnXfxtmGdHIdfKKVAvsYb\nEZ6q61IaQ6x0gJ8Wnt24EP3k4EIPI0QDZUhNgO0EtTnBUAcPawcYKRIuHAOM\nFAjK\r\n=clcz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c544270a0ae2e3ae9abf4a93d958b9bc6ad426cc","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.46_1599764462777_0.38974038901995556","host":"s3://npm-registry-packages"}},"0.12.0-rc.47":{"name":"fundamental-styles","version":"0.12.0-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3aa780401741f3dd07f6ef73ab8ff2bd0e4844b9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.47.tgz","fileCount":85,"integrity":"sha512-hCneR2Z1ZSAh+GdB9e74g4b/a5MyarSAVouvhZksAcBuF4wI5ozLv5lb0GpDn1kGVO2L02rhI6nl6PpHUrRhhA==","signatures":[{"sig":"MEQCIEaCLNg4DEQFkIUb354JgUTyvtuiahlg3UgD5UdkK35IAiApEnG8RjH9VjUjV2dVV+BYC2upKYzruTSj3YnT1fcv0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2304646,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfW0ozCRA9TVsSAnZWagAAxvoP/3lgUxA3e1yQ/V+0sXF4\nngoUY8SCwHpELOvATCxs3GTEDAuc76yV9iOElH4X6ZzEke5Z4SPdUX2wP5vf\nt8SwS5lnPnBswVoOr5fcnWSX9vkPxNEh5bc19arVeeOhspqWZ+0+wu1knWsR\nqGC057HMUxAsQqOw7vNAun8vG74BAZ4Bc41vePYbXY6qiLOSBgs4bosJ2d+i\nnH0HF8+RrvTOE08fC4xKgMvnH5gfvsJI/z9DN5BsEbu/5jM8q8GH7hY/pAmM\n/VXRf5oiLb84+FSGy2p1SaN4ji1Xq3J6lxvZ/kBKwHpbg4l8R4Jaq0GG2oCH\n6teEElk6QWdr5hqDoziahrGMJ9a7dNlvr6mb4eDRsQguw2GUFtdHGWCUnn9o\n+0pz8Ljeo2nWijxD8bXc3Ubp5NKSjGjsz8qj29ZN0h9CsuQ4MbyrWHsIYCT5\nvKWQaYA6MEKDubcqwJHfWRxK68IGfUv3+hT31/ER2L4jKZqQr0hmjZ0dBpWk\nYsxKk+Kyld67RVC4Dzqe+yHZ4V/JGNttG/XMuVd3djsoX5VMXhwTkM2XKGxp\n7Vdj2eADD7tTKx8N/4e68zEnsRxRQTfDmlbW41Mrftm+fXouoa46hjlsF3eb\nccbyKTaxy0DpuPqyP2ygYpk7h65HhKB6UWezRRV1aVinz9g66mgL6E/cTx3s\nzqR0\r\n=Hw+w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d9696ac5b9f7628eae0ebcbeb4d293fb813ad884","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.47_1599818290725_0.9746577403870147","host":"s3://npm-registry-packages"}},"0.12.0-rc.48":{"name":"fundamental-styles","version":"0.12.0-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"15cd29174895c560b3c3250bb46f99c098a8994b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.48.tgz","fileCount":85,"integrity":"sha512-NTqppqWnEXzk5mS08pmeV1BoOa6zemtqL4qCnzY3A3s0nSlw7rV9GcwVCpEa0dusXMYwFm/JZ7XVmwey4cCUEQ==","signatures":[{"sig":"MEUCIQC0bc2zQk6FdQJxQfbZ7VSC6YgjX71wk4Mvarm2NdC/XgIgH+0iuHjRZkQcuVT1jVJVC27Vm90wsBtngA/vNDKiUh8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2304982,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfW28mCRA9TVsSAnZWagAAmikQAIRWOyS+ivPZD5HJmdjZ\n0dQ8nn3QgUaAf6oWLdIsv09RYosQN6C+EHAuR4jvTnltn5SOPuqldGD3n3zo\nrcUdGxjKaF6MViMwvskAPn5Gy+BSMfGO1nK9UU0HwW7rBxb4UiBZvZY1/k2Y\nExwal8+AzMQkRwpRu1hPcvDQuuENBPE2YhJ/ejMOrcWc0hXwOlkMtrxvPKGH\nlzPdqhFgxL2f+hYXOuakUTtnZrSi11UFwhk0oJAC9fzwqbIlr6SSf2kR7RO5\nirZNgs/IX6mCr73PBM4LxdsJsm8OpExf+zVJTMMKOjwDCn7ycVOT8hrLTPBZ\nHMb4kW918hIED0KR+ohSWGyAF9YOq6nSEtzdGV9HyiqKjx+P1dJYEJVE4uGN\nUizEKyfmCKWCDHJgNLU/BmWXS3mpSwENve09dLNZMpXQUpQh4RL9Ma8kve2C\nZqFyl6+veh4hjiwz+nBSQONRY781Fhj9kP79XI7j4sYHcgRQAE3jbMVT0AR9\ndzED9htLmfzjY+L/mJnedTvk989V6fSUul5i8q3Ogjnp2SbXv65n5GWO6ngm\nmWXD+CJNADwGJYuKA9vQyUiqlIgHmibi+59AdM8iEXVmJ44JD+vAkKBjDcVT\nxsNg0WRgKpr42zOfoTEB8jY7nDbYmw6MnntX/lbm6hMYaGHU/Egejof2ACmZ\nxcft\r\n=FEQl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f1dd75523f64cfad57693c2b3e04071868fb6586","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.48_1599827749958_0.618460007667377","host":"s3://npm-registry-packages"}},"0.12.0-rc.49":{"name":"fundamental-styles","version":"0.12.0-rc.49","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.49","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"63c703e375f58540de441a5e2c3e02ba9e5729d3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.49.tgz","fileCount":86,"integrity":"sha512-ok3yp98xdMwzP29bFXBYsdTQq1Q6s1HTz/XQlwkBH4yMINGjEQzkym5AxiS88VdXwY93N2ohaSIgtSZvneI4hA==","signatures":[{"sig":"MEYCIQDktDQcgYRTOCIMkMJMuJtHXZMNoMrLWSLwL/sHxJ/3ugIhAKi92AVAsdSUVjVsZSCcbb4WaJW9nEI/tLtw+IcmLbf7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2312355,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfW4b/CRA9TVsSAnZWagAAZp0P/A/Eo3yIfU+HHMGUMlib\nXSTfF5+US7wdROBm8goVZJ6tfya2ma2bdUpujQabxJIZB0zHTyeagxubvBNU\nZlAhCbiA9AHJtQfAZtswZ41IBET9p4h8ZTFlCc1SxcPjGFkOaZ7e6qP5C+zh\nI2ux28I+XZ9R191nsIU2zjfNork+hUPa2tyTHGqSRFCXkyr+7Bx185z8P92v\n76+A6/A3nFRCZdZOm+EvmL+PCccEMHhF8ch1g3hE0b6HGZPVcYz5BdV3hgPK\n5Klj4665lCzkUsy7N/7Srcb6eDgrP4o5uQj1NhQuWFLaM71AWif9ePYOy2Hy\ncFDBBXvv34q50YlToMNnwq9pexRQkYnQUbIFuffVnHY09yDiAI4CTHiWOH9n\ne3HEf8klybcQPHYns/cPrMRNF/npskazWvmmODDlQvwiss5v0J3vaCVn1xIx\nElDiTC3RMR79AXxKHm7kTIrbmMRQYkWiZWAgu4COmQkM0DyVPtbs8yXwsnFQ\nIm84PF8+mYXH5XSPK1g2y9ng0TqYOkynPmjDsHSL3ptxYiA8IG64vcGAzHbw\nadoKEWkaNQlb71EIcOUcxUaFlk4kRJS0g8+Oxu6EjBSsERlrrfD0IppsX1cR\nOHDRAtzyl/wAVcS5olIl2kvkQJwKhLlIh+nEvX+HZ1fEn/f8G90pdELRzb9U\nzbTM\r\n=q6bU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"98872c3ac1204fba712667a0d23bfc06e341e2f8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.49_1599833855174_0.8433992404143242","host":"s3://npm-registry-packages"}},"0.12.0-rc.50":{"name":"fundamental-styles","version":"0.12.0-rc.50","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.50","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7ab7349e3dfdf20ca9860f0a2c34839748b9a516","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.50.tgz","fileCount":86,"integrity":"sha512-aGRTz+dEZ5RReq8TnRmQ+P2QC4U9hC6gMFSnb6xb06BJ5Ingnc1wNMTZsnGzGv2ZbVihIfejcuY91R5AKXpKwg==","signatures":[{"sig":"MEUCIB0mrQ8kdOc7gKEMukiiwm47+ky+LsuIZgQsYRljbeWRAiEAodXqqeCW93MPYUV54RTlLvd/ttLR9L23/ixdz4Fw9ao=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2312468,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfW45LCRA9TVsSAnZWagAA0CgP/ROPBBb2tuwHtDICwkFr\nw/4Byxcq9GRG3zRJZpYWckzcZrMNh0skxuS9FdT409bQax3gq9Yv0Au+LOpn\nqlaVC0EDQFssyL+tyV1NQUT86DZqjm565uPajfaEzxaZMadaJjhLa4QJQ7v/\niEeokVQ3NtmSaEvFnGQgJPk8OmS+5kiAtATRyTu02x/ld1axH/UHXF6x1814\nI7XoCKMwPEwMnGNkiU6PKIqP0z07prp2UDzy6wdUw+9SPKbnET9yztThkyIU\n3vlruv/gpc1b7732QjxRt0SlHUeKlPzpKfYcLvAlSrhWs8qRiLsvZmnC7RsH\ns+B0WGgVifJJMV1fcptoyQo0hx1ofnarArWUg0pI5y5Fvw2Hj977VWkG0tm6\nv43rXqUO8ubtrafR1lFeeuFLaeZ+/SWN5aOo77LMV0okg2XeljxNTTT2T5iz\nqChKi5EkLn0bjaemtSApOPA4CiZUs+a3lKoRdpZFQzFUaVPNNlhXiGivr9Qt\n57Jh4ojdSrJgoosKPK9x1V/dzUeyf4qb3+DBdpPA8eVYYmUj5/AgRMDJ7Vd9\nsKp4V2U7hmYU5qr1r+pwwtn8M1SX4PqEsvTQLvv8BJ6KnLPA178ux32o7hsk\nH5+l9w2UTwo/Anp4TkzcXGAf5MdlaDyOPbOx1KfL/g06Pw5aM6pj+d8BdMcP\nLQlE\r\n=H6Cu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7be1d71fff51eeda49b39bf4d7b51b7579d6fe1d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.50_1599835722375_0.522294688151353","host":"s3://npm-registry-packages"}},"0.12.0-rc.51":{"name":"fundamental-styles","version":"0.12.0-rc.51","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.51","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1289f914f9112ffa9b8479e8afac1671abdea6d3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.51.tgz","fileCount":86,"integrity":"sha512-ODlO8EiN5n8AWpWh+m0EO4ZjkqUfwI1HeB2ZyJsdil1K/EHWU2DmEAtFKGDE8C9xPsdcrzD1MSnouf+ogcqy+Q==","signatures":[{"sig":"MEUCIQC4xsOmL0YNCPGSIFqR0QONw32UjXX/J6JumqJjVs6K1AIgQyY/m6xuQ7tjWQ/lW1joV8zUtcQWYq1dkxoATCr5Jog=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2312581,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfW5aVCRA9TVsSAnZWagAAWZEQAI2EIvDH/oB3s2DZhjfV\nMgXzp4oUEeLPfUoiR8Cu53cH6iMmfu1f95xExbhDQ+1hi14KZvIVBpW2/IYD\nB6NLFV4UZa8PwgIy6X2yueaOOKQPm/Q8YKb0fjoRK2sgviXnZZif/B7hagfR\nCVu4hWFCLPodiR9Fpjrx1kzddIDWuvBNRgZL7nkJJKFSmd7NDxxuNnDfvoZ5\n1mksze9h+jKlVeBMZO78kFCek8mZJ0Msv+/dfxNd/2wde9w2pM7xdzyPF7er\nheBIhSpg9XtDrrjbQlXGTTQtU0XJoqTpZ3TBVWgyk2f+2y2+1+ejdFR0EDJu\nzrI8I5z8OgwEti62Cddu85e5lHI8PsPrJWEyzOLqq7aKU8kmi3QnvmZSgJx6\nfIR088KdBDqQk0rcli5zj8ni8h3wt3XcN+77IwMmwFzGm4YFeq2NgNo3H5DO\nS0dfJWESmsazSPthmgttEOm/pxvPuVxXqBjutqjX6Vm/O935xG6PpKTBPym/\n7CeokmBOjWqUeus04I9fxkxd+NkAhntF7dEOH9mos8rLjXKL0+oQeYEhKdkO\nnv8CZsZ+pp4D0yJthAhUMTrw1ak/ybozcVAswVC1JztkZkW02lRZlAZP1KyI\nIEpwYADVjFfm8L7xjb6U+tAdeOfymVE9/2FCHYMiBws04HH0L8kcWozfn0Nx\nelMi\r\n=yr0i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"302d1333c63757532fd7171470573bf9275d0cf5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.20","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.20","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.20","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.20","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.20","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.20","@storybook/addon-cssresources":"6.0.20","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.20"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.51_1599837844606_0.8912664545772297","host":"s3://npm-registry-packages"}},"0.12.0-rc.52":{"name":"fundamental-styles","version":"0.12.0-rc.52","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.52","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"63ba6a64df925a643657bd93a3db9215693095b3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.52.tgz","fileCount":86,"integrity":"sha512-vbMPVI7Jkyvn/IyCvRn6ZPhtnNFdWEs9QN6NTj5+BC9YteUIv/g7HvXGAjaViPCOd7rRCjpVtTVHIAU4lgnR+A==","signatures":[{"sig":"MEUCIAq4VkHm2+h1VfrLwQRNoWbaymD+qPIn8funMHHg1mtIAiEA7nLZwxbYdG8x25zAV8pBV9BmpWUufOnzszbuUYtQQpI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2312694,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfX245CRA9TVsSAnZWagAAHyAP/2C2MGty2sslZvcrpg8e\n+vrtQqg5SWmF50jSCjo5bQ3NswHs063koeb3JyOTOiLpxsAk+2p6FrOC9Gra\nzHaJnEIsL6s2B23kEMLnRtzip9Wg102EXIAo7B2op6nLQyP7r9uguzOcZBOm\nq38VMumQuflFZKkGombYWndGjjbsjTQG7zIrEj56+Qkua1ylzxrelQb4lb4K\n0UK5M3/wSZ8X6mlcfyRFkB9hMB9RDlZQgbZQVrO5sfR2NBFdapGJ4LwD+t4X\njSvdS7TKVxuKFordNz5G24KlF9bjNyFxJUAI2mURqkPdg4xYd3hp+/YDzHpk\norivIwzYRTc62312aEqO6XJndawl7G5Q50rfSnwlFXwyGJ4SeWGQjBahU0NB\nG7vsMZVV6CpgT0sJgNleBPbLFpEKYkc+Fqi+UUNtAvseut3II2FTNRMkxtJl\nApQm/cHDqzTXlqmgVOfMXTBpx10l+9ELE/1HG+5bJ1KKBzZhOsWRR/DbiG0M\nURL+Qf0vJC75vg3zjY4sAtQUGXskNUQrAhvwMgBbvuMlS3+7dBadv+slNAq1\nY8cFQS0R8FdFUzkRoGzshmvTNcgpMcklnJNacNPTX0d+8U+2UTJTWG6rx8fi\nbab5DGhj5hFIVCe9q7ZYn8z1o2pl9IGyOa2g7/jXgkBuNJkLohBX4ZZE1nbf\n0qOS\r\n=DgfO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"38ae1a27dffa99dd3c974e719845ec32a1cb11c8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.21","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.52_1600089656703_0.7588452081283545","host":"s3://npm-registry-packages"}},"0.12.0-rc.53":{"name":"fundamental-styles","version":"0.12.0-rc.53","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.53","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"07bae94cdd8f1191ca2c49f16d9d6cbde708a071","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.53.tgz","fileCount":86,"integrity":"sha512-1/a82n9xtSl3Yk3tIYjgs57Flq5WoROAVTc4tcrWcDd7W/AuUtUj1BS48wuN4xFxpoWAlOC+NRkCvJpcg1WrDw==","signatures":[{"sig":"MEQCIDZrwMH/gWqgFmjYmEe1s1PdSQoQknYpfJMGNisLaQjcAiB+cO9Zs6QadDpb9ce8rAu6169gpqrX9NwkoL5Nivu4cg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2313459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfX3DgCRA9TVsSAnZWagAAB8wP/32WgeuiChfVWP1/Idgz\npigvNSzH75yB4mGug2X7TMva8F8l4uc37BgSRbHfHWkF70zn8+OL9yJv2vYz\nx/f92CEP/t/GQ1/x30kmMTa9fN6DAijTYS3qmKLxgYdNvB17v9QjO8oDjLEM\nv2ia7HhxyMNae5w7luBQCo/nZKoLBofaopPTqLfEF60JEYgQEVZjH75Rd1Ea\n1mM72XcHWaA4r43wnyT3Gbz55PXP1huK96opGb7nSM1PnPJL9PP6kzbQVXbN\nJ7XSpp2PjMscrjpem3WcKuID/5lRYbZE4qF3YfOqbVev5vPk+Ugvf3OpezF+\nOZndwHUyDrzCM997IqfwxC6NzBgK/v2aquj2kMQVaDcOd2mpzlbN9y26IRTW\nK2Menydmbked6/ObAgRaSVFeSMv4SC71XL/Y/v8V4p1qo9dJ/9MohRM4bq/Y\nO3wnKzQZi8EbHxpB1xmtu3atOO18Dkr35o47bIFFviIxXXMF263P2oCD+fkg\nyGOu7j+MnYNOw5ik4lnB4N2THMyxcizdw39mvyk7QTdzjMjdjCSOz/yNU8Cm\nPZCzhOCdtr5SUi1b4jWHy0vuufAJgPYlFhiv3g/4n6HRQSsEr+Le61udDLX+\no+f6ALHcrMS5p2skX0loIL3Z5BFAsBa6w7kH0mTSzXC05TuyQLRKtdXThhQU\nSHSp\r\n=GP8f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"acedb91b0054874c1d73c629798d0747abd56262","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.1.0","react":"^16.13.1","eslint":"^7.7.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.2.1","stylelint":"^13.6.1","bundlesize":"^0.18.0","css-loader":"^4.2.2","pre-commit":"^1.2.2","@babel/core":"^7.10.5","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.1","sass-loader":"^10.0.1","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.3","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^6.11.4","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.0.2","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.10.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.53_1600090335595_0.63802566054733","host":"s3://npm-registry-packages"}},"0.12.0-rc.54":{"name":"fundamental-styles","version":"0.12.0-rc.54","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.54","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d83dcbb38e0e92311a8034764bdc266a34b5ff3a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.54.tgz","fileCount":86,"integrity":"sha512-tli8sYqkfSU+2clU0xCgQicBe9R/4iTbHsG919YDIT5gCg+1lif0labZQkrip2/p3ajEQtO6p4Tu7pRpXk/DFw==","signatures":[{"sig":"MEYCIQCP06n0BoUB37gv8KxgTYXq3k3CA03dKpW9kdFWCHMdCAIhANKbuMiOFSS2C0RFBrnKT1V5PXLqqZOygzxswB9xBox9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2313571,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfX8ShCRA9TVsSAnZWagAAaL0P/2yqiKmwx5moYqUmkdb3\nUDdjA2yINUynHokGapPKS2rboh9V4UWh9m4K9fj75xYkjR7Uj5AfsY6txW6G\nLjGm1UdyCkSuAhFSAE1OjGuBwpXsxyNAAEvqMNSS+0D8v5bcDSDuUzVWgyYF\nvPns3nkXzMAFXX2aGhB0LFBI56sQ21fNdz6e6F3tlSt2VZQog8t7G8CGxuVO\nha8imsk8iDsEnXpbIAD5j4DN3PdgIArtO9yOsyLr+rkN5k6e7wdxY/1mQBX9\nj3FYoXgj+UGNddL8w8ADJW9ms4KqUVZ4KTvcWiU963cspeoQ+WXvImcYsv8G\nYXlMNeFFKg/0aDImO1sj8X8jrjifCtrrog83MdWWgCeK6mLEgUdPmgNkvd/R\n7Zat0/aMQ9tk96nTTZsUcQHLSSBURo1pmu/RYhWdrOnXgwf0gWEkw1UxH1Fw\naK0E3+gwztR3HXEh32KI/AXFub3BL2FbD/CUJ1fXUemmMvcWgNzDC7Mq6DbN\nWkP8dd9FimOZyDr6RVqz7Y2aPTJAOVjME6GCblbr708wWur8+4RVzMhwc3wa\nvumiACF2L7LaBL1o+BLGT1kpdyPD7a8CPrt7XN1CC7sqolkDdr0qdfJv48hI\n0skX2zoRW8ONGxkr91lOdtxEMtJWsWBJH5g6xD8BPXJtQMp3CMOAukg1Bca0\nAriU\r\n=rfYC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"78eb2130cd417f49d8923f6921fa5e3193c9ca6b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.54_1600111777159_0.979078443564765","host":"s3://npm-registry-packages"}},"0.12.0-rc.55":{"name":"fundamental-styles","version":"0.12.0-rc.55","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.55","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"98c75b924e213c806adae2487bea296c701fd0a2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.55.tgz","fileCount":87,"integrity":"sha512-oHeRv4+8OOXrEz7Aib1YHNI6byaYo8QsJQpmafdCdBpmZYSPaymVetqpVHdr7Fw63CSZTy0Rp0JO2a7EAHdFAw==","signatures":[{"sig":"MEQCIHHxRHLrOMZR7Een6HYk8rSerXGyks4iNGY2fNI73XqeAiBwZGzJdaKGXYErG1MYU5GgXep6kxGY7NA1FGffuUIfLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2443005,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfX++mCRA9TVsSAnZWagAA6ZgP/RHNKBMxrI8glZ7EN2zO\nmJqbMlVSO7TByfApiwd8VYHA0Eta2QjBHKr2iiFRi+5jAwlCuuYDmCiDxmf7\nWt77Jr/GsMQ3qojMfMCJUhIf4ojS/W+mVI2Ns+jbGrbGv1CJWltaNwL7EBX/\nIAmT1nWTl5c2dgDnhzhBi50wTD8HWP8NgOOX0Lpt4kkKfsJs3ukEx6Blirxm\noINhd7AqWlGjDIfah3lxh0X5kHXaTZWS9RorAJHRTKIbQR2QnZzM8JK+Ziyv\nu6mduMBpd0ONWTUmRoPjYl2hgiXluZihCQkQ2gSKoChnQsIUhoBS1TifAv1R\nrk5lvq7CE3OARoUcKOTcqv7Ti/EG2oSf72zAvwr6a1DwPZh3DXzPk7DVmCpt\nKb0QTZquGinhoCXXbpH1Ao2aCKoJziBRxQLbS3xKHXiSs2GdGVsTnXQBwCiw\nylCgQeV9lKaHHc/8dkZ/Ql17ob5dT4gGppSUnEzHOY6I/YktQu9TlSoA5e4g\nZlv1z/AM6HJ/SDi+ES2u7CFgKxcrFzHA2rm9hztXGHML+q6Mhb2jC+yNyHva\ny27XRuI/LM45xuQxpeytglOJqFcb1K63Mm0aWhGS1eSWRVeH8ZXsGgaUGVU6\n92W0BdlXoRCe/hNZOjj66U8N12t8tVuew/uUrcsAx5F4PaheIs3qCGg9cn9V\ncutH\r\n=1xRj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"27c18a2ac640731d31ade68eed0c62643a0f1668","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.55_1600122790012_0.4383931377349717","host":"s3://npm-registry-packages"}},"0.12.0-rc.56":{"name":"fundamental-styles","version":"0.12.0-rc.56","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.56","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"74744aad50039602d390c277c8a71a96d592f289","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.56.tgz","fileCount":87,"integrity":"sha512-aCWloVEs9F/UUnxA1TM4LBfMdbgRu/WAo56b8BNKkaK/cOLq9Zim3ayIzWUXowlp7MCnVJpj8DhfsNay5pTo2Q==","signatures":[{"sig":"MEQCIH7dkUSM/z6TuwUfuy2kxv9VPDXe8y1lIRR0vEIRl1xIAiBQaXm3w+DDzMuCEf1nIBce7cZdzjYw8E9NGr0CqzIAnA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2440723,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYQjKCRA9TVsSAnZWagAAt/wP/1ljNGdOb2MO8x15kwQe\nYTnPOEKyg6PLWokMG/2oYbAbmS/TSEfY/3R9Jjw6uuLV9bMlPZv01t5u3uPr\nG+Bv4I5kXhrDK8xcIwpVhgkpg79kZ6y5M2Ume0wtalfTRov3p0dr4lPsETSa\nd9cAW6AbhbAMaXrQPv+F6uf5mQpdZzwku/cS54bzyC7R8daZZEudd3RZYq6n\n1Zpktpud6dbSkZdx9LZ4B2A3w1xWBtX1af0LjK3FA0/0XgMNBHaRA+nke1HN\nWkTU7AZuzNUvST1Ahujz6RlQhJEkDZSF+fItZRLXtvr1jkY0xs4tw+i62Mxu\neUGNyh+ezHjX8hslJxcN4PjzSEk3IOnbOnn505HNOBpA3a+mfY06j/pHMnFM\n55A4rztgdSwKwhMdHNIkQ+VmS1SVuyWpsLsMYkqG48i/nWfPpUwah6LEhCqC\nXYNfYld80xjQFMVmq1x8XL4JoJClgoqqB0TouRcQyX+bauPwdle4f0Q8SdTJ\nn97xx9TjFLzkxLGVusuS5IBDA+9zT7LKvl/zmUBHolAQdMkssPqTLK06ROO6\nS02iB+0dyJoPtk3zRFy8bf4Maa4vMEiPTym8MdSpsmwEtJWEuQp0iSOLPyq7\n1xM45597a6oPurdu99xyiE6MK89vmBuyoZV+GKJLDITc8uVnRuEL3/e4uhpx\nuXa2\r\n=8zSe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f367bd9fd564393794a176424ed224e05b6fb53d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.56_1600194761519_0.4515104916530437","host":"s3://npm-registry-packages"}},"0.12.0-rc.57":{"name":"fundamental-styles","version":"0.12.0-rc.57","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.57","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c7824de4a84a9f6472a68ead5aaf68745b641324","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.57.tgz","fileCount":87,"integrity":"sha512-Jtt3g+IUv3idIMwdSzKTzGIZMrT3YwHaYeMsiElPN3ggq3+HTBK0noV3RJDLuj1fA9Sg2++J7laMi8C3i7giaw==","signatures":[{"sig":"MEUCIQCZxz5pK2HZU5SAVlqiclutttM0ljA9EsNemdB5wOgicAIgGa31WPuYOmWtjMn/4dybh/OLnURjIKlKcuOOJ4daTPY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2440836,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYQ2pCRA9TVsSAnZWagAAW/sP/1Gaj5ZuEN/DCAYZB6uA\n4Dp4USde/A0LY9jBir0grlvkJZnlPV+QT2H+mBCENO6i7+D6j67w5yNm8Qou\n1qjX+WkKGa2clGqXXBHkidoI7vapA6d9q5tphJkIIOAvfIPDATc9y5XaZX+w\nIlptrbvK++TkU7goIsbmDvcq/bzUWNWugQKO0oL9GPcNdlnnCJoql8mlwVwT\nBOjrcnUchqaUOJOYmUd32W+9rVRCaiu+grW/9oc0hdTIKrJlbRscumoeKd5/\ndjO5aWgYq2yoKxc7usQ7J4mvORIaoDgXiBs7hXlReYtvn7ga5L6mERs5fpX/\ns2sF8aJxiUugjkitCzOYAXeYqU39ncG5yuoR7TpgycU2rNdXld4k9h8VPR1L\n8MIt2zjKeNOZArE1A36C+BvQUvn4BzLuAYp0p/XbKtIVNM2cB8HtNaJPe80N\nAhBxD9zoTvgTxQzzXq9LzlsgwTp2o6uU+UAydgAuBK6CkBPKS65IKTFtUKhF\nbvnH4TnD8uhhW0GrmvasB5MADS5f80QhVMWeRXL/XUkUsUdswnxxz7n9Rsbq\nQ1MZIlxAQ1Tc2Be1lWZ0d5+fQ72Y5wM5q1mcBqfL1/n9+hvny9MKH5v5z58b\nL5XJa6PtM+Hx5Fz3IGQ+rIIuTpnNOu45dUt32Z2JnLU/ujD9IogCwSg0wW1j\nHAOf\r\n=F+zh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0cdb89a25689387494d53cae0a3bf29941596f00","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.57_1600196009313_0.06924049567364832","host":"s3://npm-registry-packages"}},"0.12.0-rc.58":{"name":"fundamental-styles","version":"0.12.0-rc.58","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.58","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0f888f21bd2eecc5862119980cdf13c99c7a9a5e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.58.tgz","fileCount":88,"integrity":"sha512-JoaPzLYQimtI0boP4yXU95lUo49qe9GkID+y5yXtN19L29VM64DHnmJm0dDzF9qMeuGIoXyU5Rx1D30CP807Xw==","signatures":[{"sig":"MEUCIHTXLZiSg+aoqC+wo6MBBwnyxg0g1AxDqnMJ39/Ogt4XAiEA6tAkWqVTlQwC/tZCJgCVVop1TlMpORkewOAn7ns7JIE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2443840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYRq3CRA9TVsSAnZWagAAD9sP/0DHVYMkPOTkNvUQn6kP\nLB3s/4qLbfKJjQpbv/iz91zNuMwb5fXGOcQdTd6R2oFBMWKzCJm7EZR1juyV\ndeZHx/dpCFEVokWSruNL+hbiFQekUhnSIY0UcaA5PNnRL/sy3WWeN2weew0a\nukL/yor+eVLDyPX18NaFzpMMKPP6UxOCdhBbe116Iy4JFIqChkH7s/2VMbkO\nNeSMDFw/z4SsbVFKK/6i0uTMF3TMDdvlzei6mT7WbmjiMpaR3RNgel38/uz8\naPz2nKyjSDwxOEYNK5ElJmVpeXE/f7wzxrDz7EEiVz/nS0w7MEtycKefvEeE\nkD0Kg0AyIVBp6bRXRC+XeODOvXdOLYJQkt5ncnW+PrJ4956HaRoYkMDZErDy\nh+pVt8VK7QqLMnNCsePyJQYtFiMiRpznF4gcfyEAZoNjexBYUw2UFSr6UUPd\n8zquqZ9N7T9jviuP/RzsWMZLjLHpZmvj1tEvebIVrJ7RQbjCDs299Wt9OGiw\nA7A4EBlbt+GX1seXYsH9QygZZ7XzAUrVrS8lO2oHPxNNE9QX6qKBqz4KlTG+\ngQ8tFoHxmUAqXgi05frK0jLhfr4AzBjHEO4Eq7shskxuQmT+dtTsL1N7MNND\nO/umtnBSWtyCF9MJnTEdomulpQSrxjlWwZ/fCVPfjhg8ItY8oPKTPmy8p9fX\nHzkc\r\n=R/9Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"89986edfe74d021ac5d93c3302737c210458fd32","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.58_1600199350265_0.20133667742537464","host":"s3://npm-registry-packages"}},"0.12.0-rc.59":{"name":"fundamental-styles","version":"0.12.0-rc.59","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.59","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1c7d47e35004d6f5304ddf860185eb254d573a24","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.59.tgz","fileCount":88,"integrity":"sha512-5XWY4LZ90eQaDzIZ/Bo9FEpS/OBi+4/qa53j8gpaG+wFAF8EA5C13VqQ+4OZuF1C1tDnGUDxoxkwKV3nisDY+w==","signatures":[{"sig":"MEQCIC/vWp2asOj7qWxN9lp4YJNcF/FlbIqbvO01a96xwG1mAiAMo4eKVuNoN0VKQ6HeeN3lSusoIjHPI38WXKYr7AP28w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2443953,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfY0lWCRA9TVsSAnZWagAAb1kQAJ119DFdoy3e+VMr4dEW\nEmFb2tepLBRt/3ZBCvJDD/F3KoRlN9I05KNB3zaf/9WyL8s7zu3Y0dgYQe7q\n06L52JexudFLSOcIDjWzcC5eB4zn97JSuAQHNhjzqJJe23mFMa/x+8D2hkwm\nx24iGAmWR6dNyHM9oo/kWhISWJ14fdvBlcEPxaW51Ju3yMhajljO3dAQAL9N\nn2B8EaRC6HhjBBpW6EN3kisuFPdy8YsjjYDkdsmhURUXztSNaUi1U0WU8APP\nPG4sv0iiopra7diEnp6bmRIT+eEAqauKeWTRnnrK/w1jSbq4SUXqWxz/9UnW\nDT2QfcXfRGuvWNYenn02g6fzWfBzuzk0KXoZ9f4Frnlxy+N1dFDLQKcXbfp/\ntyKQKVG5qJzgyYTVWn8Bhlu78ECV4aoxRvh2RRLZez1n6V4EjXzI5EIRK7lO\n2xPivWv66/GB3t6maTc63KNT/BOg2p/mkZwWbTkPpSv1sRLyPhSQAM6kvXpa\nnu0482kbDvlccIISuq/EOh/SeYcC+W2BhqzRXzjcBkZ8bTtAYvaDh+BIODp0\noBbyogGRDPe3sgp4rJl8pul/ybo4/U2CwFfVf8nQ8EssLeTa4Rav4D8zEitW\nX9pB/FCmTFTTg2E9XdvVvAy6E9c7clFpRo+wh+4bqYBX2MBETJri6tPxAFAb\niebx\r\n=Gi+D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"105ef03aa8fb4b8abfa20e1050a2d3ed3ea33235","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.59_1600342358069_0.2886186096190402","host":"s3://npm-registry-packages"}},"0.12.0-rc.60":{"name":"fundamental-styles","version":"0.12.0-rc.60","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.60","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"393d748bf1a170f7a551181116bedaf3d1e6627c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.60.tgz","fileCount":88,"integrity":"sha512-BL2Ms01FsdF6TlVxc48akT0/57/cuODC7rIRwDJRyDXHHRs6f/miedf435xIh0W2wxN6t6rnxmCAsMpMNlWaFA==","signatures":[{"sig":"MEYCIQDkGCSp0GkW49e9H75rUP7LI1zb7fCqgc67BmuwSKNU4AIhAJjZbDxoU7GhbjVL2E1txrRiPXdFTSkfxW5tfkeglhMB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2444367,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfY1VfCRA9TVsSAnZWagAAMpEP/12621mGeafmkyNtsXk2\nTkVKnBrWR2Nmyb2LCBv5m49bIC4C42rCRqfWwRNttz3dDYipLN25hns/ousX\nKaJwK4s3zuiow+XxtOiuNR0Yodq/1B4k36Tup5eFhVc00CTJeB/+TVDb+6g8\n/3IIK56YQGcpkkhefror/IjVJvW7D+AZN4Yx/2zrWSwZd8Lp6p5CXv6SIymB\nxFKe7yS2ked0mvL6s6GzLvgaYU+3p0ieZJhKlsMA/uhelQANuKtDdOjcOV1h\nqpmuN70mZYjvEZdHxll+Tl9G38xP0hG76qqPpeHfrVFKiPvMJVFAAIRyCpYa\nuuHXdd/wF8X7jC0wsooY9k/3F77q+j8aqp1ceGglMR3qYRN/PxSSJGyXcqLn\ntEFd5ZhysLa7l2Gnq/n9gx7cKNY9Y437DNecVEN7kkLZ7xpCTT0PegWqD0Zx\nfgc2sEnOwo9qyh2E5saqZEB+rDTD4fuBDOWcmmnfHXEGJKyndSnncllYovU4\nUBbbTvcsNugaajezlxUTkpfhOX7dsmJkV1f+9tMyD/FYm7rzRBMP2t8giOVn\niW920xNaYshasYqg7yaB85pUUi7KlUouzXuqS7fps8kiIEqvsaA1eS6/vS73\nG0ZuFv+dx1Mv7QfJLzc36COpUaZpuvyMPxJA33khxyultQKAPQKz/AAF781A\n9u5O\r\n=uHbu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7ea6b6b6234767b5015d6dccfb0aee901a326eac","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.60_1600345438800_0.16303662940678842","host":"s3://npm-registry-packages"}},"0.12.0-rc.61":{"name":"fundamental-styles","version":"0.12.0-rc.61","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.61","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e5b2abcf1f33172f6105621da37e25db2439288f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.61.tgz","fileCount":88,"integrity":"sha512-UETDHQ/7RjpkcgR0tJZet4Bie/0quG/PjVZqNyxqNLEHjO+F7oC4CVIAw9OkZA567v81JuFMafYKdfqeGIpaqw==","signatures":[{"sig":"MEUCIQCcEbcBl689mUCv6Hqn3HmlcEgxvpc93AzQ4md2anMQbgIgM6XToP6h0sdMagj+HJLHlPECZNHzJeV++/fmSKXGPgY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2445072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfZS5vCRA9TVsSAnZWagAANlgP+gJyCgdjymbYEUo8ze9/\n1V4pQiA0jJPuO4LSPmz1dd59c/x49/2C6rwczgcsadasIxhA+PaQI3SeUt++\nO/wWOyNt8mHfPDeacfG8kPOslhzmJMctfUVj0vB5oi92Zamqy1PcaGKeMvGa\nAV+VrzmyJI82lOiFJJWY2qo1S7+117ZC/9M88kQArElJ/LwkSnHzyQ8xhnk5\nSnxVp+uo6xGeYw9iNodXvLXxlJB0h3stBKO9ejr1rmUWxrCYFLBPXHsV0BVH\noEtJsB2isdT64lFBOXtms0DX8suThAjc1J+vg7CBkvDlyHYK8o4j1aqZKsK3\nLvqwNxyn23OkZIpIgRvLnACszyka2zl5qYDuLyPpwjNywpyQ9mbJoSIy4Bwj\nqKgIK88pQlSrVxwoOTcrJkk45gi1ORKOL1QHkreWCKGti0AszQsY2v6JFfUV\nSBxcJUoupoWFbwF0AAxLjw3EFSOmEmt4/Hk9vHGnIq0Ax/9ftNEmkrplZVmL\ncCtoZrcqKv9jMoU1+LnzEs+7uOwD8KyaUzK2w/QASdh+5y2txYCs7mY94gwW\nSno2mv5yFZU1/JT2Q6H1TWi7KatIOF92mBedxGH1dh1R8tnx4b00gx/46RmR\nbJv0OdY4qfzlIMI8j4J7yQZcGtOIyXUIql560w7M++wqO0JW008+Tb1pTj4L\ncWXJ\r\n=6ZWR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"421a436ce64a1d0c78b4bea73610913ecdc0f453","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.61_1600466542588_0.17469484568544336","host":"s3://npm-registry-packages"}},"0.12.0-rc.62":{"name":"fundamental-styles","version":"0.12.0-rc.62","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.62","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ad3c20e6152097f1c50f8b592922461e50fbd4f2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.62.tgz","fileCount":88,"integrity":"sha512-OszNEWOAfedNs66xXMK7/XPad1WKl5sS0RrmKGnImr5vlDdnyeN9VecUFzAJPxEimWMMIzmVgAAFMT4tKN/GzQ==","signatures":[{"sig":"MEUCIQDxDuSwoW6zW4xk7vPnJ98KLfwK0Jjb7rRfUc+AtG8GewIgfOKd+epuKF1idPgclsBkRmM+UOasHzaMC/0q0EI7AKo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2446819,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfZUdDCRA9TVsSAnZWagAAC3wP/0J28Clyu5zNatzGiHNl\n3zFC84PmXLJigqhL8aBUF4LyIyTOxQ+Gu3ihgMdGe88o+9L0O27lKQ+bv64F\n+3EPenGfcnr55G2SLIXef+y8cwY4XG8g14DTA8pq9aZAzloEoYtkfWOrIlit\nlxYL7zjZVUN73zAY0+s/SqqbOckdMkcyvBSWQx1+49MpQ/3mQf/6rQgIn9WR\nyL5SaIC9+1DP3GZ1/zEhuSaIjY3PJZB6+7+dW608coNAGMUgaFN0E8t28ytC\nZzNAYjO5NOtwV0HxwxaU4c+pgVre4IxbN+jXSQZqKlHM8XPKD9V/OkQl1QTf\nDf06SrswmZjG7HgR9mPPctApHcaMN3Vm6YtZVXk81+0Py/ZHzG0LfvKT9hGH\nNPp9VTOHCA3I4YQ4rWgjEFG+1yJqy4jO1oxJYkLm1TDJo0mhfSboP3Yw1C6z\ntXIuqK8YNLQk1klEK9yml0XeTvs6Xg+miZ++QyJRp6J/MFEkm0Q9zhdC+whk\nM24qNWbuIQRjbtDwF3hlpajvM1qj1cILEgcM8gmJ0epzC5gUMI8HvqlPsylg\n8W4tK7qjsqyoHmbI4vcxqubFwPRAw42OWRnflrulVC7imJfgc4aOhJa52S7o\n/zwmm1SGNqXnlfe5OG5Xry3xGFiXTcdPFtzsPw//UAdhlCLYuXHwmodFhar7\n+aoy\r\n=+mz4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"936e38d0e5263e983ec3bd8032a73cde749469d6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.62_1600472899105_0.2492811565408457","host":"s3://npm-registry-packages"}},"0.12.0-rc.63":{"name":"fundamental-styles","version":"0.12.0-rc.63","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.63","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"832074a3707c18d17734a4f563ac38e9232abd64","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.63.tgz","fileCount":88,"integrity":"sha512-id+kX3zBoK8BVB8kuBjAM3GWNgosF1ezgQdQWvM9pumbYsRey51qoB/lCNDWZEdLoQWElDt05I1iqd+Vvyj9oA==","signatures":[{"sig":"MEYCIQDCD1R7FqX8J8USHjGpar2NSLBCUcjYgnXHa7Lcjo9LwwIhAK8EgAfFL6+isXBesFTwoAYLojz5/hindTXL2MsC4mC8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2447497,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaI1cCRA9TVsSAnZWagAAKKIP/AwzamZGq+UiCbhtnL8b\nM41iFwtlaxBuOXYhVUUHpIa6yyUPXDhKrQTDqz4A6yKlgi63CeR4VqOQOYbs\nfrwcngE/FJycEDLWNBzSSTrFXycF22THnbudXTcsLb/WqqVN3CNs7jKKdSOE\ntwC4SD5M3apUEH4hlEdmygABym9w8uxyFS8KYIp/Ozv+rJ4+ie/lJkID3rI2\nHZr+BQqGD37EyVpfemHdW0McME/FiT4gVadymdNOwms6lsKewAPG2nkq5WOC\nyH/HSELgauNOnmvL3p9lXS9C0KJI5OIJ3AFk2dQb02Pi/0qauLenfL7lndZL\nZDpZTFI9qPPie4/V5kvdjqq7AtKQvX1iAHD1PVnlOVsyC5ybmCwpDULt4AvJ\nqHirKFmnSS8omDNoRwn8tr6WvFsLvTPDCMaLkUp3Xdca8F6GKLdudfzbfCNv\nbF/BJq8w5807MNApffZRpD6qz+XkEXWIWNQKMZECtlcQMQmO0fONBF3f3XOT\nJJ+L2f703uQAeglOgiuIGsrGcbeq++d2cLsYLqKbZPq2SBueyR8/clpsS+Zj\naEBYRwECaSlzmUzCh5MoHgmYqYfCxH73g6zsTjkKEbkpl2rLXIR99G92q1bY\nrAXNAx1wNv0T851WvJlNT7WVO4ahMFwYpfRBtidRfGeOTBMB4gi8L0LwZSt5\n6jbA\r\n=vsnK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"156fd7cbfe57e0a0bdf1dcb4e14f192fdd1b1042","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.63_1600687451346_0.9591002376347433","host":"s3://npm-registry-packages"}},"0.12.0-rc.64":{"name":"fundamental-styles","version":"0.12.0-rc.64","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.64","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b2b741f40729b90f393bca59b14ec2aa1d4e199d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.64.tgz","fileCount":89,"integrity":"sha512-HtgBDrMVZwBzPvtK7B6yzFxkJfzdbl8BlJo3mhLutnHflBsVQceXMIii/pDn2wCuoVLF1QRhqbG05fKUrxciNQ==","signatures":[{"sig":"MEUCIAlHwg/dJzogFpTEgTMvkhLrTSvyaS7uSCUDLXrGnzGYAiEAqayKAWQ+EeUWQbsRUyM1Hnv1Evx1avux/a9H7SJiJGU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2491594,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaN1lCRA9TVsSAnZWagAAfAgP/RTKX/x8I1MaUcvZL4XP\nNI1Iq1QlM8DXNs0QmSIuoeDWiwzPrb29kDoXxGVztjmUvphGqUlZbmgF8oHc\nRe55XpRk5raOlqGRDisi5lDKYzACykAfgaVNGnyc2V2eCX3OwhDyzQztY5kR\n7MhET7Ghz/k5emQEsgDJzySkYhkut6ygWi+76t25Lkjmw2ogb9Ceg7PEQXgw\nBtqJLNfDSA7BfEOU3gTt9twuXa3e3q8sYgXtLeHzD5SZkvhqukRYK9SUYP+q\nt67EPvKvORRyCf3vhX1uzHyQeuxJrH3RKuCWRH8gIxosHmuBjDkKess/JlnS\nW59DP7T+U6Dl0rVnQlCseojbPC8ctU/orTvyTcO7dZnQx5rmVAWDsLbyF2iZ\nxB3bPafnGyUEG4PVkbajJkHsNVe/z5tUK6NPxjouNqlwJJMW4PSrOBdwBL2U\nIk7TxPpRHbPPHvH933b5G6IcYxaYSbfPGr4BWc//Q49mxcpR93Uzah0SQBfX\nnmqVTEbzpM94qsSNKTynEXFI6/U0ETxVmhJNXz3/oG7CMAaBjmPezMw2Op5c\npi+kgURyb2g7GxDbAXy1IrR4Mum8vELSVKZzIH1R6IQghBT1ELg6XD7UDkyt\noLAWEFuTshuCAureVLqUbm9Pe9oO+s81+2fMu3uYOMlXEIIV9497GLEP6NNA\naFvn\r\n=SIUj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d0139755c4231b78160d00343c45fdae6e9231c7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.64_1600707940907_0.5904922703973194","host":"s3://npm-registry-packages"}},"0.12.0-rc.65":{"name":"fundamental-styles","version":"0.12.0-rc.65","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.65","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d7c7e2b65d8b142c049cdb6c56a8bbca29dabc8f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.65.tgz","fileCount":89,"integrity":"sha512-j9Z+h4setQLGsc7qpkUeAGWYWdYIV13GLhWMpQeCHZx7jsouSzkB90RFXRftUCbY+JH73h6pAS1sdt10KAtDWQ==","signatures":[{"sig":"MEUCIQCcZzm7W6DqokLc5o2eTOww895K2ykmRzlIJ5iiAtLpAgIgXYF15HetrUriQg+xYUIb/vnJFImfqtQfKhukLBbXsko=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2491025,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfad/MCRA9TVsSAnZWagAAcKUP/1Q4QAqvY+rcZ1tdmnlG\nf4oCKgLnjkWwoqDqIBxMRdR9toV9vdlQMa7HzqL74RXllFR/RAp8OGet6Soc\nCpA9YfX1Xgotf8RujfXOJPy+aKxY1uKelxtKgdvy2fu1JpiCCQoqVRxLwTiL\nRrMB4cv84hJ9vT9gww2Yp/E3eXf6WF+5m98uvzN076dNmfdC6R4ndWtza9HD\n5bf5umP6575Drhuikm/SeKZCG369r+BTz/TidgDhiYcGYR3ROpmrtOTxoi7j\nA8dFxh/ihSndXUtqZtqhUdAjUSWUsDfT81PIR2XL+Adivx801J1NlAHMin93\nTIpHTaredeEF7K+m8gUEfo6MWb7/RShmmW1+IHkHHndKlabos0BBEvls0X41\nyBLNEpo5GwPKC/J+djNiF6uXPDDmz0T8JPqFupM43mE9NdQ4zQ204v0NlTOk\ncQqN5f7XO6kj83Uvzw2rW+CA5CrCQ5iG2OvnTPCfMSGmpEsvFdk8NgqVp18a\nktzsux4255b5yjZIKkG8HvoIFWmvqHRLCxymV8kiZEeq/t9z96c5AX8t4U3w\n/IvQ0Nl5ULBV7ln8WykaA19r+GBW8XLXuWraiw9Wuwm5jf1926Pk9/tN50pa\n/WQXmrn8l6VQWfbDC/BoG8V9qbYL3FIunzh4AZ64lVYTG3HLQb/YkdW8r0PF\n/SwN\r\n=6Cxj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f5781fb50bb2230c32ed9d074b4abf989996cf95","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.65_1600774091969_0.6301304154301346","host":"s3://npm-registry-packages"}},"0.12.0-rc.66":{"name":"fundamental-styles","version":"0.12.0-rc.66","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.66","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"559b819acf645c2c351b62df1f5f0560cd18c1ec","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.66.tgz","fileCount":89,"integrity":"sha512-ywU0mwsrO1t6jGH3xGY/SbRG5yHTjCpfhdsdG4keB4coTCz0I8FBMTdvB0aCrKmF4xOFzWAgDuTgH9030Z17Gw==","signatures":[{"sig":"MEUCID1KhhyWT90fp5YmSD8FHc1RLNjyjCY5/wEJ9+sywnxkAiEAgadPbl84TPbjGInqu8K4ak4fyixuLwDomVjdU1CyW5E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2491773,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfafO0CRA9TVsSAnZWagAAiCIP/1JYo1yxrMvC515JVngf\nzDk1w+FVZOT+6PKEPhpcQ73xLO7IzetoZZL327M19d3h9TiY3YfmWT7gCFGX\nIK7i5M1yH9Y1m6tUGwrrVtSOnCgNdBr82CHMOVP9FLD9rEkqbvV+L2RUs3Pc\nVrQNcvoTSB7h5OwYVhmFvUbsNBAvidPNymjaFzdRXO7zQYMBo5dwUcUcMW1g\nbmZ3WN72YtMRhHw4i1Riqiy8tGl+NocAxlSleuDOYg8ScTIE7bdM6OeEkkcL\nWjI0D9NQ4zlFVwYYy7XwDEPmRoleYvwwlPKa90d1ryXHTnjKY0ZU1Vuapa6I\nzJKDo7yuTFk1S9CJhiFhYmw7m0c0xzl33nIkolcuj2QW1Ip7CsTNgdKzW/Br\nSEDvdGKHgKw2l30hMq3q0Sw20Ppn+6bWKNlEy3XH986adD8Za03/nRAOLefE\nQdyN95xoMKu9LC4gyCSfstS52CyTvrRPUMXZS5K6fihYiQWJcQAKrt2L61PT\nuGqxix8ek0NpYyyKvNjzcIwcFqzCfmDKsd92LuRm9XMU6Gpu8ozOW5GN/QRW\nBGSE8KzMz8hVPSZUXeheZjmubjCdcPnCQ8BuDuoM6fJ4+l7iksBd+UNzV2JM\nhOjnAwdvWTpMNinRGRaehUocRQtQsgj2VeO55BVuuzSugPPvGxjC+h52pDSE\nZo9J\r\n=JBIu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"047d18c3806beecd3cf26dfe8739e644800ad4d9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.66_1600779188201_0.9797800452979291","host":"s3://npm-registry-packages"}},"0.12.0-rc.67":{"name":"fundamental-styles","version":"0.12.0-rc.67","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.67","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"28855d94b53ae8d01ec9884480312a30e91477b2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.67.tgz","fileCount":89,"integrity":"sha512-hxtoZzUjVH4kQX0+pYJHHwWjaO7P7EY2kvcSICOp+NgEgEqvAMnFpbYszWWfpNawntbGRerVh0AX727Q2Yk+tQ==","signatures":[{"sig":"MEUCIGQkSnD1NY6p1YXWwWblqa5Oz0QhPF+DgTL0D6NCBvbIAiEA1PQUPq6rZ4/EkfFrokPTbP/wT1FkmdVLmPvuIV5GuoQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2488111,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfagBLCRA9TVsSAnZWagAAGGoP/iknuxD4PIeAGm1QbzqA\nGl2+bHh/WevYC9jvJgGgwmoEu7SewkdLlZfiYkkV/MX1xqKHMypV0fAVmLxZ\nbdMttVFH+N56GIRQ31+n+jV8sf6FCBBNHp1FadaIKqE1I988GlNiGW1mRmla\ny26T2olixDIrmKRUFjiVr8uGxiz0tU4AqlNQRUT7f8mkah9ehdg3GvFnTyhJ\n9a6pHtXp/vbZ38zYKafpAhLxXjpmxbJbOpNCh5ZDHSDam9uTYSVgtQzrl9F7\nNpBPYSRcKFZv8jmXqCQ4oeVKnVz0Aqbk9mfcHSpFFhLPJ/fAwahf+xYyuu9Z\nrWl/MXw6RBr14YpmcAxGWt6xdYCEBrkrGo56hktQa+pfDx01wbxQ9eGXrJwe\nCwBIEFOtFswuPauI6yWouvTRvnf1T5QAd8phpyL/56WT6Z0e09hKxIve1y4c\n1Oinl2s+lwM1P7k5fdRFH3ahL5lR2ZInWU7S1mgJ1wXhG8HCEZKXR/WPRbLf\n6sbgToIAkkqOWv8ruMfyNPnssS9AkPp7k0fWgi6zdW4FSgQkQ0jvl2nWBnzs\neuz2wAGZ62emWdWSYU6C2P3iIiG38Vf1k62YMWkGGS6/PFCdnKeSRd22cFwK\nkWGbhW7LujPDR8YUUFTSQ72HFgmpS8w3od3gdhzb5TjubNxXDOCretAbcfuS\njsHs\r\n=F9Eu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6ae4082911dbc73925427d3505d92bf400c71144","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.67_1600782411008_0.6596077245000707","host":"s3://npm-registry-packages"}},"0.12.0-rc.68":{"name":"fundamental-styles","version":"0.12.0-rc.68","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.68","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"60c017823f8acef4ad810d96e6b975a86eb48bfd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.68.tgz","fileCount":89,"integrity":"sha512-0/ALivZ4V1XFQMQRU5XTMQLkQTbQzTuMHc8MjH49d+qnRVSEM4jOl0UfsSohXFKeylVFPuwWNHrzS896Ox4Nzg==","signatures":[{"sig":"MEQCICODTDhUscG2PJq8kCnXTkTnnmgaL1NdG80mKsfLZW5VAiAMbJubPGrmL9sQajRfYL9KSYVvtlFnQYKsFxG1ppLOcQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2488186,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfagXGCRA9TVsSAnZWagAAtQwP/A+KQbbX8SiO3H5LxKVe\n+pQ1gycRDO4wsaEISX4LzGSQvraNdpRb3kZv52wM4u8NXBA+kKEjmQQnvXHU\n2Gq2J5MOcgLPe8CDKSBFI1nq9bUDbl2ylPS5imtIRREmgERgURmWMKjZVgNY\nDUZrEh4yunSRvLef1STZfbBOXATUeAmaQfcyTpff0NHuFwUgufrvhc8PTzE4\nqvo0BByU18+HcPJbAf4fbv/IOcCX5A4onxcuNsMxv2JzU9n0A5RHhtiDlwiS\ns0b/c0c8XZED/tin9VVEk0N5B9MvTX8bb9hAouDZXCUyn5Z9CeunFh1Dz/RK\nz3Lgqo7fz58kJxik4er5EmWga7IrjN0971zx92lHcQOdp7W5EGHJmPTXBLiE\nTO3QtyTzmE08Bw2IHwK4ec4FIwPxxWPx+PapOrZdEvaIJ3JkcmoTUKv23vOV\nsqP/xjx0wQAfHEurc10BmY+UBb82wI2KkUAOK57afRKhXfwAuof/IeykiR4Z\nKbXFHk11kZQre7Wapo5C5U8lUQ5/Ru81QOt5fNxobqib72fZHVpozEOGpHOw\n0yOE91oSWm6POTdedUbeXiC6tiPfbzWzWHAGdd3FPp4k/OzUJyoTpa3iQDFg\nNYYVpR4pzTdI3EiONXlRAhiLcF/nlU0t6Vi8Z2yld8+OdZXM5r18ziKVOoiQ\nRBLd\r\n=ve49\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"919ae017dd1549eaa35d8eea1c6ecc7818b2770d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.68_1600783814006_0.7047788249458891","host":"s3://npm-registry-packages"}},"0.12.0-rc.69":{"name":"fundamental-styles","version":"0.12.0-rc.69","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.69","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"759f8c9016c7b6e5a0d396323984a3c7c3469145","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.69.tgz","fileCount":89,"integrity":"sha512-bfFhjaSKsrdP80gSFBX2kpIR7/ZYNA5R9apTpLPiYU0fe8EFl09JNMRMaMLsjpjicoZMTmXZX+wzl/jWLmjRbg==","signatures":[{"sig":"MEYCIQD+P6mpCgp8lCD8RhLleRxPKqmvfkX9dGCemO6Jvd6dCAIhANLFbvJ1JJY3lLmTIKNI3gTzPNhBFf9Sz1jRUDtKkJJ/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2488549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfagwSCRA9TVsSAnZWagAAS+cP/ivFERINAO0G2IbQf5GF\nYzcElZnATC95qTtwYkYzY13Jf2HJtkrNcUrqM+LifhLPrVOaRiIMecBinWit\nja1dlNjVcrxQYqY2UYSUh/emtgFegCUTjhYD42DC+58zUsgDc9Y2jupTBPJx\n6cHb2vkXVTHmfIAp25JMsdR+F9bx0+6YuGIcw/54UU1Af6K3+PMR4KCI/JD8\nrrpp4PyYeA16m0sk88oeZocTq8XnN/UiUMRlCieaVVKufjgUX1IvyJZ6gyfb\nUWT6rtv+c++t/rLj70ErqavLfc9dkVRt1IsajaV3f1zQndb6gl8Vm7R0nULl\ncNDGoWnwn/sIYFSK4R9NQOLAZdZmkXYQVwVrY6Xi3UGNehgh/TSjLqFKiyNW\nkxMmm+7rWM65JFx1vdMyhiIOHAinVkbgsmt5vTr92cDgaij//Ry2/piJSjxG\nS9gL9Pe6zDJgWRQVzsmuIGvEYcb0djGX/vvhSKWGyb0Z7Ks1uAYfeA/XLtWP\ntVrPLWeAs30gy8NrxqS3Nn2H6pCs/2CFZEeUM+FurMOjtbqc2ToCJULdqfOY\nsaPNqr+MTDWrv/+mvFoS460pwrMLjxFetQ07wPJg7cxG4FY8dbeAmNCZwAVB\n1zlD9itu+xNszbRVolDLVFQwLgObUKnsQCvRdvDfPUlv7TC7eR9nCyDZwqZE\nmoQH\r\n=3OCB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0ff9528af3efe8b07babbd1d2f228ed723838ffc","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.69_1600785425726_0.3733127205036113","host":"s3://npm-registry-packages"}},"0.12.0-rc.70":{"name":"fundamental-styles","version":"0.12.0-rc.70","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.70","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7e06eba4862455a6e47274aadaecbf8c165a15d6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.70.tgz","fileCount":89,"integrity":"sha512-liDiTd2DGM2T8g+E5sPnng5CJmyrVyqwg3P94qYIKVF/iJ1a+HIzl2dNriUUOJUic44OV1M1E0A0rKh7tl9mWg==","signatures":[{"sig":"MEYCIQDUB/pzBPkpBI1y4I56pWouvNCcFSGzG/R9bvSRvqU90gIhAI0PxkeFPmntpCeWrixqoWHQSoLNLjMliD3DIQjx7Zxp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2490853,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfag3wCRA9TVsSAnZWagAAnr8P/3Ra8CVt6f/dt5Cra0lX\nG3qZGN9m75vEZvFa+b42dvh1EFNhBtaJr+aEdib0czpbmy8Nd1PAt9j/mkAc\nLzsUebX+ht3q0Fmwi4XgSCFG/0l99YARF/7UvEz2RaLaFvrTu9wxSK/uAp29\nqo7jN/tVzpV/PqOFZE2e7wcGW+fzDX1f5bgFFv0T6ZQjMHuXJkDTxwypleVW\nXmoUtQkgk3D0hP/T5Bu0zPbNcj4l7ALzbfMYpwvsX5Pn33EooMAhpqEeO28y\n+sPn/cPTmnVjpW2HN3sRkDAgN16hFNyIQUphA7ncijzLWTYOZk/4yjfYpA1h\n/vhhUNDFhgdgavcAMNtyLUbR61oa5WBYLRJHijqfar6I4c+MtXdKuTZW57sy\nFSR8LWrh3sJpXYHbA1/EDhGe2OJeA4Wt6HTLAT/Yx3KUnqRzMiv0GfsNKrIJ\nPg2GiNaP65xvX2LPwbEpryTM9NaqSwlU4FR6mdggT8N2OE6bXPmT3MyuovIY\npmIa2Ni3ccL6n7EqFt/m3yiGBOHWa8fsJpIkzaKk2H6hWfXftSobSMGwRMAg\nybwktbWt065BmrYrqroCd8QlwwLk/WIXeOer1eqqV4ZEEGPBi5O87fkJsxiX\n/Ubk7lqgIvSaw6sB/w98DBbOiW8QZPG2zOkbDm5ZVQrYaIs27JScdHKV9kQl\nBX5T\r\n=TzwC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"da02878d54aa0a210d89b14e494a26e939ebab59","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.70_1600785904191_0.4933062788148095","host":"s3://npm-registry-packages"}},"0.12.0-rc.71":{"name":"fundamental-styles","version":"0.12.0-rc.71","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.71","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"057d1d823c64b26b729216eaab369b85e0bf7a97","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.71.tgz","fileCount":89,"integrity":"sha512-GzoYtJd3UyoEnipTxnI9tCx9HwRLwQMLFVeIv4wwR1UQJ8HH1Dw8ZU6RYAYPVxrHfqFF+7L3aatJSbYsSEejUw==","signatures":[{"sig":"MEUCIGzJBcfx4UI3rcvhyjgP3ER5lQmgMIqxDsCzKk3xyzeQAiEA6KIw7Gu+naMuceJi7zfyjWjLzUnPOJBVn4HKPj34AhI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2491487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfahHxCRA9TVsSAnZWagAAPtQP/3aQkbkBvalRCT7TfeSs\nMq9Krn/MPAyafLdMU/bVb+TyMrRVkOqekqv/O5UeyhmRG+TpRLenvErUu985\nlwLPE/tVQVUkCNRdREXFboFheVxOZXFnW7OeBwZkanY5O8weto5xMh/QRLDc\nR+mafj7phBfSrAZF7rTPwRVgfnSTcA1s1qxQiuYohGDrdiLswA+g2GCmsH78\ni9bJp7IB17u74NJWeLDR/PenGcxjAWTJAmMRqNxlepyCasney1ayNYQZpxmK\nzWxmZlHaZCjyB1zJljW5Syi/fN5enR8RzeKv3ksgGZVds800cuCTREa1vvoQ\nOyluP2JPUA9/s8hBmM2LAx0bgprc3gs6xLAFl9qRpFGEWqgGDL8yOhAhmdD2\nGEIihYlmak3287UKro/yUMmDTq9GhpU3NpfMJJoG8Ba80A2/xkMbxpMwvwHI\ngE4zW7baQBD7RY4yXFS+fvZ5ftM03DbAM4cTmwkwdipLD3ds+mERb9YYBuGP\nctaLA9Z9VIT748GPzXCu2fDpHUxXGBOoHKGo64kNk8pSWrwtmzqBxpLFEcaF\nCUkRQYxT95M3jr7xJn7MZGBHkncizbixir7BdiiLCmGqRcZcdm15oXiA1v+p\nuGYol0B4zu7fWY7fKODS0DiHxEMAnEtjldwM7+eCW8RHLUplmKjvutnJN/4M\nzB6h\r\n=Slx7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4f67439b79c6a9f9d6a9f176ad9835f6da53e7af","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.71_1600786928782_0.1237005770979509","host":"s3://npm-registry-packages"}},"0.12.0-rc.72":{"name":"fundamental-styles","version":"0.12.0-rc.72","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.72","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a6622275b6db0bc0c310bdd324988061f1c1f9dc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.72.tgz","fileCount":89,"integrity":"sha512-+1+8OoZ8lCaxCg0BWQrYaIsYyyqM4SjMudYORAkXm8lBCSY2MNH2EtHhk7jjEAiioqMltmve/J4veMitDEa4ZQ==","signatures":[{"sig":"MEUCIQCtr63uOF2SCH7LCWxO1eESuTrJNRwNqravyeCk/HbnfgIga6APjgw0pP8pRYReSdXTMVqXGvrAc3FtOxvZo+YMdB0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2494596,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfahPNCRA9TVsSAnZWagAAVCwP/RdgPtnGYbvYJgSS6pSW\nbi8lOyvq3Le63mnx9BXkFLvvAk6Xjzxk0VJTNRDbat+vyW6QSLSCGXbc1rOa\nzf0buegkxxCUSGZFa1Ep7lG9Qio6dmVyOPU0a8hqLhlEi60GuQFF5TTsKsKm\nybsSzWOPO47aVgvLvpn6a5vhE6Vu/pKjccjeUdpUItd6q5fKjzD5DFWLfJjr\nU2Vuhq69s04wOqn402yaX+bmScu8kFaTNRWFV3B9stZ/ael6FRrfYH6rmwlT\npUrH/YbcTpSv8YrARHOyvUo32MNMoqFIbo2QGwtmj8fHQMK2tW31kK7zJEUT\nztfMJTwETBiqh6l/g+GuviVDKbw35Mlpirc/ThZ6TFAoZzzjWKal1XugKFwY\nZisJ+ZC0XUnBJwgSWS3rhsDKv+94XuTScj/BKedRoFnaL+5S63pZ7GBulBI8\nGvzHMwCE0y8USPiPkcs2yyimkwJ9u//JrltyM1HSPVvvg+6ObXPTkRviQzon\nr1FbHhMsm+3POAu4iwO2oBi9Kxs9dw6dnEOF9JdvK7DSZJSvcBtgcMlkfpoT\n2Lp//XG1ZM8zsJi5D22JrDDyuYBnwP7I/uQiUMqCV4nV+3xRKckFmVrohYIl\nNRbhKwZ0X3i+l0VfjEs0BAXmIsV2tXYy8pWP1k+brY5M05HDmIDiXUMiat+L\n7cJc\r\n=7Dnl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"02bfc646842e906ab831ca578c49863a25c6c1a7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.72_1600787405180_0.904857609732133","host":"s3://npm-registry-packages"}},"0.12.0-rc.73":{"name":"fundamental-styles","version":"0.12.0-rc.73","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.73","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7c49798218702d4dfbb105cb6a88104e265d7aea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.73.tgz","fileCount":89,"integrity":"sha512-JGIULxLxEwU5EM7MoJFxkTmJ64F5DzhY8nwjCq/66YdRMDXk5yCAQe/nd8OPQ9z8r2eDJAPpjrD5JNfSpGnJ7A==","signatures":[{"sig":"MEUCIHpxpH8e3B8+9roq6b/qiKwXPIqHZ8OZMDZR7fuwVg+fAiEAq890i09knfc0tiP+pJb2SlYny23DGBZP95h/tppmIUg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2494709,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfahQ7CRA9TVsSAnZWagAAVjEQAJgqXPqOXtNThCcEpztF\nuzAxRos//ofnjv3+7Q3OVI/oSjbIZamIJNV2aSqtSBo8/11/9trjapcRmStn\nGWS5GI6uCwgPng0igRCZ6nKQlu0m4st9VkdnqKP6kygLv8FgHqKBXvl2Quex\na/au0y6e7d2MtruqCq5K5MmYubm+mPW46HKfiOF2Q7dtFfVQVvxFeLekSGu3\npibdl4ZuetD2bMB0nC44DL8zPDWJu3oUl1wtay51TODYdOisIZxV9kRN4RmH\nspyHJ468niSrqol8ZxgZYGQ0ULrVQIvIqUGnGrldZwLj8y9ulFVZPWlkt3Yn\nHtkDYodBjUSiHxQ2stroG/FE/dn5mq5FoHAIWkMXsmGG2c4LI3yWnic/TA6D\nf9Nxn5oHah4sB0kVbIt5sS18qnHoS7G4/DE7Beijec3pkn2pqUpYUnXQJXaR\nDQn3+JJFufKRDmAy9EG8YzvMKuEcNT4eD55Ow14qe8Bp38w0xktEtwU1uKQa\nwSZQsWWm0QBtwANwh57hBjNy6g9vo/w1cPH8FuB8nWfWCQ8EewtAJrAs7Smg\n2PPmTQtDQ5wN+qMdTee3LaoC8tf277w6Icgg9kB7lXJ6KXc0qYWMW/urK7xM\nklDV8NvNEerqsTx7xbki0MaAuXpmiNqSdde4VnxHBZJYY4PbIYnEMjbulIwO\n8Q6H\r\n=UAI1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9a7a8c18d25d9e305713d78b30d70357c77156b0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.73_1600787515269_0.9645073665796546","host":"s3://npm-registry-packages"}},"0.12.0-rc.74":{"name":"fundamental-styles","version":"0.12.0-rc.74","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.74","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8c98fe2a54a7c2060c2b796b9baa73d41baa560f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.74.tgz","fileCount":89,"integrity":"sha512-0awhlDaGmIhjL5GUExoiNFlofPLu1YLNn1qtttGjGliDfGWEji1u7rm8+z/c7Y+1ef1hBhSaohZnEaFrrT0Gnw==","signatures":[{"sig":"MEUCICnjBaIbbMDaHPPGSWgNEpeL95+yL7JmT/0RzokU2bcWAiEAn9Cm/s9ZSIjLx+h3sP8wuffP3P33m/e0v2iaZy4tYBo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2502747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfahZBCRA9TVsSAnZWagAAAK4P/0I6M5zvOXPEPo6upEoq\nyT+8DEr2E/Bau1XVNgxt2MFJPNP16D8zIIbDfB4w+z0a4bApxHhynN6bq1O1\nS7dGYMF0TuS231aBNcE0bqz7lO1RB7oUipIL5ez8KPky1tEdxaDH2k41l7IA\nv76TdTpqznynj4UOGN820IA8vfOpfdbQymIff3iU1SoQ3SCXZdR2wuK6nPO1\n65sl/SOzLi2/d97BMP9nAy301ohlw31d/+H2LXNdktM2P4Q6lDfzTWBG+deu\nn4ZaUzcK84SZAhUC/Hz9gwuMAe+mdWl5n/o2jqdYmuWH0fhfE9uNyWLt0skZ\njazO7E9YAZVouZ1fMqR3CaJUrREIeExvz+XmET+64+Eg6NQ4n879pzOt4Xmy\nTtXUHsuF8qAQzAlHfRVmHmh/S7S/yWaNoV7V5tqxfNpw5Fcm1n6UNDzvJOQa\nMX4m/njNZkm+7j3Wn2IdSQOBqKHKKm4qwKbSXwtfyeb6muskgyEb0PZencL7\nc7adkZkJ0SBqBKXxRLntoD7Omq/Hj5p8femFWJUbVtlqcvPFCyDqMZ1swCdx\ns16O4sDemUOIklzY6Nr4yS/ISj4YWblRcVxag9ZUzyBnmBG3MWVzuGVR4FdA\ni97wTRl3IbyNm8MpxOnnRbxvaetQhh6mKOAe+ni0Ubuw7/Q2X9KG3kQ0TUB0\neidC\r\n=O0vw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ee4fc0f8b361722349388c5dc1c49948adb6d866","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.74_1600788032770_0.3136361561881782","host":"s3://npm-registry-packages"}},"0.12.0-rc.75":{"name":"fundamental-styles","version":"0.12.0-rc.75","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.75","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"88301196f5281773cb90099a0df98af8633022b9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.75.tgz","fileCount":89,"integrity":"sha512-Ek9xZ8pn4pEUT640qtOevGJJHFeZbps6Lfzr07qLanXcouGiA6nhppU7C9UiXPlOaHEoYHJUhZLOgWVJCfUuyA==","signatures":[{"sig":"MEUCIEDyrgWNr9fSxl54RcmGrZxYlEwnjyTNOc59eBkNqwTaAiEAxRul+6B07FkMLwSDh5TVCGrLenc039Wj24gJLdOfgDU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2502860,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfahbACRA9TVsSAnZWagAAfVEQAIWEhq6A0CJ5TFadu+ig\n0R1SpAe9jE87kBnv1Bcm+xoMiVLxzKI0f2K6EAcoNgLRcQLx7ORM2riMZURS\nsOJPqkMkDrdIYOJaRJU9reZoP8cYIYwufWzWVM1Wv8xSHmRerJpHgUatcdOu\nwIpDl3ql4tH87jGinmt8Svf9zDHUQIH5N8Uz5N4JwhNN9i/iNNlIcjJVrZbM\nZ9rn0WgOMZMPkaL5GrB+OZ6QwVsec+Vvztl+GWNS3e0dVbBly8zB8cyPCO32\nHRsJqXgowTN2naTVTJZVeqvaSbNgYbeOaxQlSnBpHEwBDyRQcf8RjQ0j4GUz\nX582zJtdHEM30q4chiiZudyszIJCmR4SOiG/bIm7j0jPgUPKqRpnT1/iZ0sq\ngaeQ6vJHSaD4RHJi4QUrxZuXZd/UI4m3t1Xq65Hs587VTtX52EDWmbWYVsSL\n6VIrnl1Jd+91sQDjrB94VfI/2/x5ydhQFitSygV6VqCMoxqhMlflV1lo0sLj\nOO5eWoboKutsgY8Z0lFomzgNjO/DJeBzz7mqvLEi5mEkXNa5q5YvBmWtK7zm\n+/+R1QH39Zb23UOcLVbpI3XbjJtX4jTDYzZPxTA2WjS0O8AeC6OspD86GFfu\nBZeA68z8/8E4R5/TrkvSMPoAQT0se+O1ZrWX/DZ0MicKLLv5NH/14H2JNU20\nCYum\r\n=MmWZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9ef81bdb2d8deff7e06bd96d82cf8874d5c33a34","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.75_1600788159516_0.4128495291393315","host":"s3://npm-registry-packages"}},"0.12.0-rc.76":{"name":"fundamental-styles","version":"0.12.0-rc.76","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.76","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5ca27a36673c291d184367ffcc7fd5d810cbe831","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.76.tgz","fileCount":89,"integrity":"sha512-cDU2e1+oOMVLR1GzlwHDuy2UF8OBHUlGvimehvVCdAUvrRm7wtnKQAH0tZXUCnUrSpfoxLVHIPISoYYGYdQveg==","signatures":[{"sig":"MEUCIQCAgYXHUtv2W18XtMZ/3pd5nh7TULEbAUpURLfSqMGb6AIgel7QnGhW3FKdIc1J7sdnCI+ro2+An4/FfML6FwBDcWk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2502973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfahcnCRA9TVsSAnZWagAAZqAP/jojKlDpKtFbgbCePKun\ngY91NEwt6UfhhFV9XGIMo1pNPkcUyKDQsrv7WeR3tiMh1EuG2EtVD4tds8NS\nvQphxuvMYXle9dTc17JKPPIT6yiLAmuQEmDg4NKwQtS1CTxBU3cOOermlpcZ\nrSu+oxTKhKvHYxxJN9fvyY1wsFqY8qgN85QU18fyNFbE218g7rC1IkpWdpAL\npTS4d8ok4SJybPyNs39/c8TubWxPtdCvt8jjqwdKd6qC2lOnsSECMY5LqEY4\n16ujd5MeiNhmyxP7FCObgJ7ig4+sW8Wg7H8A/vRxuY7B9stgKnF6MR9iFvCw\nXOixql1O0efd4rzRwtGNUvTqgd//eu+fcI+rH2ckt6dZS4QKx3TrEdWI4YBI\n7OV7OzQQ4dmn7BjV3moDGUmN0haWOdtd+YorDvw6oB3i1lCXspGFRrF4npoZ\nDx9mR8s1gMB+NbUxSnTnRyTBiBZW7dxtk0c/rJIyQBCUENxv6w96RsOQEg+m\nmE1sPE0TNjf326u99gZjx9WtJwYxUa5v5uINoeTaWuSacRCsFo6CqmE9BdIQ\nNtKUFrP4jvbmiuOeoHOdW0JFFQKOvfWZ53pDVV/mgJQU68jpZKq3fp/HbbZv\nV+89zJ4cwhoSb56UuTLfn/EAAbnFWFFuna5Uke82SsJK5feGx3lUdti1kB5L\nqkyB\r\n=1prB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cd4f2608fb4d7193e39d59eea465f7c5b417d9d4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.76_1600788262854_0.6447239482409199","host":"s3://npm-registry-packages"}},"0.12.0-rc.77":{"name":"fundamental-styles","version":"0.12.0-rc.77","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.77","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3a2eae4e1ba43ac318e1badfc400d6b0df0cd10a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.77.tgz","fileCount":89,"integrity":"sha512-YQGWzZyhLhGiL4HKRVgGbNzmUTAKju/trKQx1q0swt9TSY58qofaWRbsuk3O6qOOh4xkDBzGkvLg13HTI6Qong==","signatures":[{"sig":"MEYCIQCxx6VFcSjPjCLoKJzPB0jmCEh8i/9RhAYm3Chn7jv/PQIhAMWyjkllSVpnFxXJgC/rbGliqWuWGsuMFXdr9ew473Mm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2509482,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaiedCRA9TVsSAnZWagAAedoP/iy+cYABMTdvESQ7qNH0\n2ODpOprzaAwadsWWAGPbwgof+OzIFIsrjVpX02fVqfXwzoXdy94vlcpJZWFe\nozcXu1jjxvJpo6C6/LtT/FnVQZRVS6//G1RWwWuyip0Ml3EP5QAp0X5kXqjS\nHYXJTuW5jwBDcs5eqsJAP26WOsDumsm4eiciAVuQ5e/0AydPSMfATF0ROxin\nPufQ3y7VXzc5sR83MevdVl8S3W19zED763kQK/DFL2suo0EDAxNqkxc83JuI\nVPJw5N9IncODdL+ij3F6ZDJxcekJ4pD/AMWASpu9vlnMnUsJ1SAYiCLXiBYb\niUR/aA/z8fdooVoib/157Likt67Pnd0/3IDI9aOMydUUxUFsQ/WIwb2SFuVa\nY9OAK0QeFgFDQGmgO+qWbElx/+jQl6UEQ8vjXTBEvLOpDZ+l5qAGaTd+Pq6/\nPYikQjea7N2Az8SKMQGw5ajqFzXv/0TkBJkpwTShW3VZ6ML6GrH7mo8Utsgr\n8+gTMc6Lvw78d2zDYNZGK6gAmVdixRowtvVa8yQ8sEirlcUaNqbXOw3a4dnr\nw/ITcuxCNMFpf4VZK5/qs60zKNn9p1Q+IqQDQMRJXkcPPZMAtOeXIKCJp3m+\ninF7lxMtAJSZsqdjlQy+7/bPuTfRTBfMS7kc71GtSdoiuObbA2Z7OD6W1VDJ\nVU+T\r\n=NLOv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"996b0dea146798fa272d0571d42608fbf923c2b1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.77_1600792476879_0.5063018589674808","host":"s3://npm-registry-packages"}},"0.12.0-rc.78":{"name":"fundamental-styles","version":"0.12.0-rc.78","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.78","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"da396c79192345af588c0189b8f2db0b08becf12","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.78.tgz","fileCount":89,"integrity":"sha512-m7wSrHYjisu9gR+8FTdboS/gQxrdVAaki4tKnqjBacBEYytMNxm8bVjHgUuVhwfiZXOnzdS+1xgvIKIMZD26RA==","signatures":[{"sig":"MEYCIQC4GuDC/GEpLNeXuvEHx+hV/HJ6zHteJsxWvw2qAZlfNQIhALw6gSwoIMso1FyiuafX5/3EBnKXFCdullCYy2AwypOM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2552558,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaisGCRA9TVsSAnZWagAAJu4P/2MzF46h7opcYBM/9w1z\nCrmDN1kc0H5NtsS+cogEuCAsn2GwhrNQbb7LlSvxZmO7Q7jCo8Sv+Brlhc2y\nY7OXHaOvNaJpUHoC9nVTUYgzotzg0j/syGtNX3NAaoYVHNDtI8s0aw1rOBoE\n0s9WsavOo6ddWjqe//u6mRoqFs27Sl1RGV2TCrB+qJhXNumKBTt8IhImizri\nOl0k4HuDKhiEfljlWtR7ryAPdAWkbEWwfepZ/0e7dnK8VB1Mjvez3J+gPYBB\nhNcBeS/mhz4soeJ1uBhtdhokX1eTZwkr/NOsQZeg1P+Ns/sDQVk+ymF97k5Y\nsPIlGBItX60jYvUKrpIo9SRCNTwFSPR4UxD3oG+nLXGDn21Tc1NjyiKWrQ40\nS8sbx4L0FmXIZV0Uhn3X3P0ArFwAzH/ac35ujO2P0qOflhyRnZR4+kvosiPE\nXoXOPAjTqyerJGsgoQPnmw5oHszdpH+krui6NFHZkIQLBcZxDsosBMdpBAcc\nnrzZMkWbdiXujb8tHD99T8MWeY8qoPDnhmrW29u7ZIFmHw6DD6RS9GftnbF2\nEhG5NHDVQU3epy6VEe5DCeh6UpIHZI8aqnAhSuwRruHDbW1iGceSjFJAJmwE\ntYwLZWPu2LYdiZIKclatY95DB6RniR1nzu9K0wkodprhcDPCu+B/qnCmr36K\nWSzB\r\n=3x0/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"795421d9d32396617b17e2eab97e49d1bf76fd96","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.78_1600793350428_0.06562812675284091","host":"s3://npm-registry-packages"}},"0.12.0-rc.79":{"name":"fundamental-styles","version":"0.12.0-rc.79","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.79","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"947566fb7d571d886945a1b0ed14885d454cc656","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.79.tgz","fileCount":89,"integrity":"sha512-v8ceCrLu28St2jb4R6lxln6wXpfbYG6rGwTavAqR/LSio3y4+3cu9HjPV+AFjLkSPLJuoLNLaTcHuBZpTkGpuw==","signatures":[{"sig":"MEQCIEgK0t2W0TC0fMBj5Mrf+KgjTz7R8iNKg3QuvJ18hF1sAiBoK2T9JvluKRO1SjxBPGdbM0Dm5+CwyUgK0M5MB159wA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2552893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfai6KCRA9TVsSAnZWagAAZQcP/iXut/akhUyHePUGUA7+\nfB5vO2xMde7uPLX1WZFKlRu6mQ41Evn8qVRqz/Gui62MxvX2xixvjtcu5DJ9\nRpkar9T7tHI1f6p3UK0dIhjyw+qWXYNSXxD+180Xk1zfISwrKl6KZYPXcKTy\ner4a2JXM0PxfCeBp5aOvhUfHjVBs0+wtrV7W3ZH8MiZTUGwjCYV1UCkCGeTU\nbu4XoMlXB9vciU3ZLfLhO6go1XJVDvo2sj6apkk6J2L9UbTVrLLdnWblkl4A\n1t/SGdEFnHG2P6P8bsR8qaPewLjoB1q4AM0l+w9B1vEX/hzVfxRKY9tsqp+z\na6ef62c9Tfd449SClTvD6leUZwUKFG3sXo3V6320CUFTEzaGdtg2NF34V/K0\nbAZEwwPH1wKLB3+vcaAG+1+JmWRgaJgCxNJUw0GjoEyBGfLLkHYJhFo9gZsW\nsBvg1il9uvi1e+gbUMAxKGEcjpiyV++St9Th+JY2vrg4IHrRwU6Jtvpw1mJB\n+Pr2KmOGFuz3Me2Q3oPDKtJMlNlxJSgIVJ4oK6BGKcbf2wh4Po1g62tiV3xG\nY6TpKztaE75nIW35cPqV57+9sT+G7AaldKd3Nsd3FjQfU2czLbPcGvcOO+eS\nasH9Suj1mGRO5rPuXNb6aH6/i7Hx5byN1VcFquU4UceDI9aYycd/cztqR8GD\nEL1d\r\n=wbEv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c83665aeb70d0f1d185661fd29e9ff24ccb508c9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.79_1600794250091_0.6397744534279359","host":"s3://npm-registry-packages"}},"0.12.0-rc.80":{"name":"fundamental-styles","version":"0.12.0-rc.80","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.80","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f929d68b8d2a55257609cdac9adb27a06c0a76bd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.80.tgz","fileCount":89,"integrity":"sha512-GXqRIWUhS5Y6UwGK/sCUl4/cbjUvlAj/zmyfu9q4YeE9jKLzmJOGzMMHDRnHoAiBRa6IJZEGzZOlmApdj2xgkQ==","signatures":[{"sig":"MEUCIG2FDHFtJzQAIbeP087lenPJccKo5LfdE5SaMv4fVNxWAiEA4Quf1shMgMrElZ9dFqUyB0iexkGMLyxTHHjZr00YX3Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2555846,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfa1dHCRA9TVsSAnZWagAAeg0P/0OXqD3hTboKGKfXPoo9\nfWQpBQuk5e+3+xPWWszSt2K8MDjSziG2u02R44fdeWk8L7Zf/YVG870igt4b\nZyctQnCKmvvhawcH2C5o1WfGWKfN7QBHxKtt+GhJIeHiwTc6kDuS8vxvCXpt\nPwIJiMsv2sifW+Fvgg9o7Y5TeQfqVkFn364TGo06KKGbDcHzZixGsX4mnjQ2\nB+k/D46SmyqCVFvRglaDIuZiF8/3chus7nKGyaZhAbro/P3zQVFxSCrQ0J2P\nZ1njEnGB9z0Xm2k1Gie2rQPlOJv0t4CPnv/GfJYzLu6WTKhzT42nFJadFCSH\nUZnrXwi/I8yXmgfk4PcG6oplot0J3k0xs6TnLigmjBaqQ29R9fYMQmLcEL64\nJjMpKdPBXxrOSh9ZsLrMPaK567I8CotvJ3aa12w3iocj+sNum6Ne6tJDudzN\ntzA49ixw2OOCwLwpgQ9nLeLcrAlWuqIp+7eBwsMyP+0h0REtCIRCZVdw1UT8\nCd0z32Ln7aDSyx0e4hJGDtgWef7ijRPowaHFBQV0hUfcLYnc77iQS/xXQVIq\n1A5ABTd9Ez1vOp4vSOchk461dr7pt4ojGt8Tb5c+zs48I+CyCgYFXmqOLllL\nifkwBxuUpHqylD+IKlmag5oDGR57d+UT3GjjkBZzHKAskcFLo8ErNyfzbB4f\nQTe9\r\n=Xuqt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"203789decb552e0c628635f5d42736bf94443424","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.80_1600870214362_0.43171131744801583","host":"s3://npm-registry-packages"}},"0.12.0-rc.81":{"name":"fundamental-styles","version":"0.12.0-rc.81","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.81","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0faaaaf84b62395eb3e46c1b7d1f8cc4d2a0b0c5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.81.tgz","fileCount":89,"integrity":"sha512-fDpg5QSCs2d3y50bQWw6ipM+3PBr3o97TYuynEGkXwtN8oSRJZclnA6uzHBy5D+Rz456FSO7pl7FNnE+AM5JZg==","signatures":[{"sig":"MEQCICim/0zrFR2Ql+wa/jfQWFh9k+gMQ2t9ozTdc9V6Euj4AiAgyROyA75pswHAUO/+vyDFHuY+SLtgYy2dmL/XWKi7yA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2555959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfa18YCRA9TVsSAnZWagAA9VAP/AiyjvfQucD7HnGLp7vn\ntV5jODnXvfc7mOLvJegWNYsDnnIOUlTCcGXZoxFx9Ya08REYcG+ROxhpGBdT\n/9zLt6btEJ8oXmGWAyHiWE2CD/uTOh+PjsYhEG9cyYoxYPUhenXLjSNEaz03\n3LjYNTdCm8xtlhCYNpWAPb5CCUxNeJ61+1IRlLrwP7eDA3Cebef6mXUFEWFG\nFR5hyHhS/31jZPdIKxoKw1dWeujA1Hxyh+EGCw2i05SoCU1hGccphtpDTLPf\nfUqKvgQd4pdstbbQq3xLKv/shgF2ekPSTcRoWlafAUYAfH56PWBkkXc4Qd4m\n5uYk2mlvHgU55Q3s3iAtrk7lqz7pCg80+jL+dN/q1XI19W7nC1gZ0KE1NbIk\n009X6+U74ZcoTjHFU7CD8Et7iXl8Sb/IXxiisaN3XlSkyM/qdgKhsGlhzBTI\n046bpZrRrfmdRHEq8wmmX8j+HUg+OqDTpOq5W3pL6uhTMT52qzhfsbMJPMol\nKHB+7oO4/xlvKkrVb4jnHrA689NVSSf8wFbBpVef0KhCiUGTL9a2XtSX98Wp\n7PKSXp+9LxRvPUoWiNtjKPOHeb2oomrbfJXMqqVvo1HYADNY81zHRyqQGYlk\n4bQYRIx+1x5nrzVfu9MHoaxAqMm3fWxOlcXXHWoMtIgVMQftAVCrRcRjdJ8W\nvcZU\r\n=x/g0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"14c2e0cdccd6588b659b8f1c9682d43edd929aaa","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.81_1600872215818_0.6036071177029734","host":"s3://npm-registry-packages"}},"0.12.0-rc.82":{"name":"fundamental-styles","version":"0.12.0-rc.82","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.82","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"28dbbf6ae4376854fa851b857a282dcade5e7f89","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.82.tgz","fileCount":89,"integrity":"sha512-XWeWOIdKCCsFQxjqjhGCX9g/YZtWFyIWD64VlSjCY+993JW9df9lZeLj2xelR/gXGDp70V6+kuB1uY7LAlx/9Q==","signatures":[{"sig":"MEUCIHic362NrGdigco0H/mS701e/oPXlNOEAiuqE6dydxpVAiEAvDgPulCHw0kyZz9n+OFzi6LT73BDY69iRa5Y9LpEcOQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2556072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfa2MnCRA9TVsSAnZWagAA6mUQAJ69XkYWeiU0QghvV+gU\nWF5CYFUCPRvBXga4ltQKbD+0In+Gjpizz9x8upKH/3NwbFWkP5NPqLypWmai\nQ7NzxCMzyqQPZhYuoCv1MA7pWmyWvRLCAT643Hyycr1MfHCcvUnVFc4UjVhx\nuQtYzOTDdeeXa1A6jR9bCKCbTzQtcQAVQTG5te3P7QHzp+Qv8dQT6X00S78l\nbu7HQeuskUDnV0AhoRPEnXIV1VpnHvHvWPZim+3DpIjEhuHDwUa/anT6xfiJ\nsfG0El3lWO/Ly25u6Tq5dLC2YZYrcMyk/Hm5cnGbRtQdG5DxCp7rVaVGjPNH\nrmlF+I8ei8TYNxRpoWOLq+qoKtzwMS2dS+PLu9zJxf7uStsUe/f55CAp4D92\nphtlLqIy/X0i+XxN4eJTwEEE6ry/3CrTWeBhZobuYjUuMXdPeb8KRIgy6nC4\nDYh/PGA417+dLh+1liWn0biFTxpe602UYXvzVcRHfbnIRukunyb8Vh+JTOiy\nXe5/BSNCpkGSY/YwEPuCBdvOfhS7JvUSHLq21B760FJwfdjwUl8j3yIdkRls\nFuWiZoBrYJ4fkBjhWEM2m6TWn4NeEeWAjxP6mY4qQgaeCeaPZGNTBXxfc0m9\ni10kp2cayHwPMyewr7PdJqbanW1MHMBCV8/qVKBmZhB9mTZFrYBxyf3UnLQH\n/E63\r\n=Vk/z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"091b7566d223cadde98078d833964a02c3f8d223","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.82_1600873255010_0.04105892573447867","host":"s3://npm-registry-packages"}},"0.12.0-rc.83":{"name":"fundamental-styles","version":"0.12.0-rc.83","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.83","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"89b06c556afc46a3c877b98f5718a8aab2baf027","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.83.tgz","fileCount":89,"integrity":"sha512-jJT/ruOx9W158twc0D/BJjV0yxWWEnvBFyLtCnJdXgug9ZfcILw932bv+DppS+EExnXusWYZXnNMhQBQLtXjCw==","signatures":[{"sig":"MEYCIQCBjkko7OdOI40WNWU2TZvFufIc2sWzibsOx36qUdfzOwIhAIZnK6j4C6/MjrNK4IaVdhdNfrxV+U4+n5eL6NInj5NT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2556399,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfa2ZKCRA9TVsSAnZWagAA1KQQAJygeCSljlCJsc1wQTn3\nzmJrnjn46adLrqGK098WWwA2T/mjHLZytSHuYJ9ZP8+NBhHMUB4VWcqsfTSd\nk1oM6Ob1/TpxQ+nf0Z7dfCeHFVe1mLRevlpBFi5dVN1K4l7NYS/Ke+4eMx2o\nElDy9RYkxSjgkIJN3PKLZIsMrDtjl4PT8+pKfqvsOu7OVZj0wFPkJBpvNo2w\nFkcuWNfFqtHwy0A42DqodOzbzojZ8zwJbTCpEixm6f38gbC/zhiFkGKsNHLt\nXwqDfk4VO8sXZtsreI6onGzGS8gpHwsU3z/n9+zBhYRPI53QHXd6ZTPgG10I\nY3852AfaMxHcVqNh6GswijzuURVYEvA3v2IwVU/LPHXOtLhDeaIGFEbzvIqA\ndZ0qDuwCWeAc9GVWITUxnojTivRhXu01hsrGAfSxblMwGVGXfELz//c7gQ87\niBUs5Va8WBN12SmatwIHnksdhkPQayD1XKytGWl++jIk4jl1d6z2ZukTt9k8\nM3mLGF95/r1aOeAcDXrv2QY36jH9zeeFvemNjCrmP9nuSG/ZdNOramFfMbuP\nkT1UMOP4l38YmQhnGaZeKC75Pdtu5cIwzDRz8cfoKARlSMYPXqaFjV4jqVa2\nyWdBGkCISdxcUgov94sMHVTa2S6Xn0v+iiPqhP6ej0CIJ52NaAVW3vPSnEuc\nYzy8\r\n=dJfV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6804e17c433246d6b0d09e86bae30372b706873f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.83_1600874057396_0.9430152608566269","host":"s3://npm-registry-packages"}},"0.12.0-rc.84":{"name":"fundamental-styles","version":"0.12.0-rc.84","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.84","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8a1cfcdbc691719aca3f93490d8c1e224fad3892","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.84.tgz","fileCount":89,"integrity":"sha512-hPSI3HdjVLjwcxDzijrH7w5iMQ3XdrN9m14hv+egmYJ9EzU1xkPbSuWe01bswAw4diYxVqteKpbWbRcuKnymdQ==","signatures":[{"sig":"MEQCIB0RkZZDxhxBCDwLd3sh7Lr4RlhgnTJAVbP4omw+xthsAiBo5OFJEbqJE9U6D9ZoCqH/E3aXBhZ5W7z3eif82+SZYg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2556512,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfa2czCRA9TVsSAnZWagAACYIP/1ybtKM2sTy5u4HZuq/N\nieN41R8lMJ+cxClcNOUKUxFVq5ofnlCKBmcUlQUAZrVd3vmf9B0S9dC+Y5ZR\n7v+M9kd9gJKqPhLDQiG+zizOFaWNN+Zvwd3AAlSwDw/8DRCMA4T+VNMKGeJp\nRUL4/VoZLZPE8QP76WdXc4mHEa6AYhHg8l4vWZNCCvgYF7QE84vNRzd/7ku8\nPCgef/cidtnyEnA4R/nz1Hyodzay2PUAWtlp7fNmoqvidea+iEI7/4Nte/B8\nGqvI6TVrJrFAIfo1xdtGKquP27sJLoTYpF/PZKtPkblxOG+GgTC9Fl61Mtfs\nITfpR/xhPCfPaB1z+FA1zWp+hJYuhDAI9LgtCtndIxMolPq6+4Cu9Fx1ngqT\nBRniUQo9cdeV9mLXKOtOSYe5BxC2/awnbn7+LLAjan9+smCk54gHJjfTdFr0\n3eusF9Em/NUq4bUq2Oh3B6XyTCDAP7vtuY7nUCT/YoxTmmBGZQeXbLFjNb6x\nbXnbAT4NKIdz0qKFs3KBi/+4aS/Yk3mWhU5O5Fd1K5P3EhuCKoc0oojyx2pc\nRKE/3EM6U1t+dqnvdwqHUOToRD7HCvwjAOfVyqmAQG2Umk7W2Z0z4BMrTMa8\nnWLNni0glXiZ6LBq8FwUXhNPd6LUNHW3mXoHxLQV7hXE0jE5zuJlDWqFltGl\nkKW0\r\n=YmRA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3ab9be6ef9942401b230c6ce2e5000c2457b1660","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.84_1600874290790_0.10929466086225781","host":"s3://npm-registry-packages"}},"0.12.0-rc.85":{"name":"fundamental-styles","version":"0.12.0-rc.85","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.85","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6c0a920f9fbfaae452dc98691b5bdf419f68c463","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.85.tgz","fileCount":89,"integrity":"sha512-0VScqAKujRvUIK7ZGD5MkfT9hXHTpMbo0aQTfA1pdd2EwnJ+SbZgRMh7wQO+aCo1Mk7LY/AHuxtfu1WYO5yqXQ==","signatures":[{"sig":"MEYCIQC1NfEU+y5TS88D934h9Bwiw7SM6gp9Ek/0HX0kWQr3EwIhAJuKY4Ml4Rn/BzQmykEsCplIyg4DpBOp0EUYpojf/Izp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2553710,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfa2tuCRA9TVsSAnZWagAAgCUQAJdqD8xh6FV4YFH5XLuU\nQ7OdXC9kclbWMkQvu+Gc+j+HNpdgAT0uE+jyKF8z41OfNmYBtRq42kEbLpwm\npF3kSD294JKf2LlCp0xR+VwenzYrAKfVLFiN3fBpvZYlaPmYXUNeuF2egUg2\nkyj11oABkq/fKxtUrYxB80KPk4TCEYt2++HUC4SWA0ODkM4UrsDjiyp1Bkbo\nDByaqah0GlcjcCXsvHJGDnow0j3KGksVvxp2QvWmYud60CdU4bSrNfBHHiVq\ne/0UVDbbaw4j2Zm66A2GXdlcW1z/SHerZoQ/SJwpMZDl0r8eJo3l5yg/5lSM\nCkK4lEcO2UqVhKf0Gore3CaNwTbo/Qg7m1DaGQ29aGXiGIpLpkb0iOeuhhnO\n6HGBrKLEvWE+WMpBHocVswsChyrUkYNV7oSv96U2DEzFpaJ6VXCz2Y38QfnC\n0Cpv+NGVQ7RIm3bjK96I+90EzCTpsD8odpZ4QA2QChZZAGhQtG2kTvswz4zI\nh9yYuHKp1XtA323XQvwPg9wtaSVEqCms7cBaFsYqa8W+79bK2t01tWI0SGzr\nESDGkrPIA7EwRJR54CorRZlpxxgEoq9NDflz6vqKR8X3V8eyAnBijzqNAknK\nEyc/TaBDN4YfAKGYgvh9FPwuYeXL+rhsddPgqeDY7LVXUsDxEJTdycDAxiVk\nOmNg\r\n=OoZ2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"91d6ecbe9275a06e3ff51acd0840e7cad25aaf37","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.85_1600875374223_0.00038616782506761815","host":"s3://npm-registry-packages"}},"0.12.0-rc.86":{"name":"fundamental-styles","version":"0.12.0-rc.86","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.86","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"70d48cde742e6b9d9c7000e8d51f249b1ec8fd18","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.86.tgz","fileCount":89,"integrity":"sha512-yklRkQX2pWfhBU7OUIAYGXysxHfGQMnq/KffJreFcpzsPMHpGqPi4dtDpR6Zfxer9mb6UoJhzKxtfneNF3M5Ww==","signatures":[{"sig":"MEQCIBpeHaJM44D19oKltLvLVKmodauNCK1b9xN2PwbmDPGDAiBoMQcwjyw/g243iMxbFOt5G4S2VjmHvxs6O9em8KXGbg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2554116,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfa3X/CRA9TVsSAnZWagAArvIQAInF9KrqzKLBoAoXQnxV\ngpfbacAanSV7tpkBQ6FMNbms6IO1Ht2g7fi8OgT697tw0+1+SKPeLTo3/TD5\n6T2r80DPc9qtZ+Y30C/QLFM/GhkC9rZ3U6juOGh3f7XqsSm1FdtsiNtBkdDO\n3N+/ysJMUs2NvEur9dk/mbNS+qIK2U3gbdL/9WMkfTr+V9cC1blcXK7lZW1E\n1q62T1iVbVFUU5gH8d28yGfUpHqDNTqxRisyIMYGiXIbJd8s4/Ao5zpknczJ\nJjnUTqm/5/KteWl8wc8fpR9poMGF31ve7fLE1qLBxhCdPHT2uj5rH0tQCQSn\nuMKAK0DSZSBWCg6Gl/DcDvXuDJqTbyFOyyZXqcvdrbV8Kw6pfJVGVQrTeJB3\nQXHbxbJQ0+fY7ChjUlBimH0t7ms6BDlJ7asZNZZE2H7cLQe8161o2oBDVKcW\nuh2c04bkr8kenAQClPO4QIfuy8ma6t2QUJPHfZO+7mxFMigqYDiNYaQAcOrV\nhS7hhjqI6Wvnk0O2e75as1zD/MPmqD3djedF7Wo8b3fm/qzYHItFz4xBJ2IW\n5UB3UlHntYLR0zJCrSvebVGN420ieqg2qoaxyBXwQj5D4dmI8XayulWF6Ii9\nV/5HTd6mhEUiMs/VInjSjOO/CXod+N6MmJgesm8rTBCmXvgZGrosTtPzZ5fx\nukgs\r\n=VwdI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"abcd5006bc26dcd1174919dcb986d033dad691d8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.86_1600878078697_0.3029064753709003","host":"s3://npm-registry-packages"}},"0.12.0-rc.87":{"name":"fundamental-styles","version":"0.12.0-rc.87","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.87","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aa08ccc741a6b28ea069df4e0f0c40807adc23de","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.87.tgz","fileCount":89,"integrity":"sha512-P93PsHmY5Ohy8erzmxFfTcrmdwypKyt5N7w0Hm7oDtQlU7XK6gAcmEoleHPEQQE2tmmG+R11pp+WMrJyOE7ANw==","signatures":[{"sig":"MEYCIQCOPHYiGfFXxXSFhjVOIqPwgrL8jEqREmGEkGY5BEO/fgIhAMe9+1MFK1bWqJur5JnrOO8cI9iPxLvNZPg83YxAuYQq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2554600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfa7PsCRA9TVsSAnZWagAAOREP/iwLSpCJw5PWMBmZsPvv\njYerY9i+vrat66rVlflyQ8ANEagGtJLwHYvtIP5TdZNBhsWnnwTm8daoqB4f\nl9OefRSsDm9WPXpgVPE218BGSB6UYUk4gplSxcUuR58gN5oXedoC3VxdJ1ju\n4ANUeFAwRS7BkIPk2MnhWOPTo/XN9iihVRtrR94V6sA/5A0SLX87rRFlIGY6\n3Q3YQeP5nFxk/R2+B6N8FFTKK5IBWSs0qduK88OHRblxSAQRKwlfP9qA4gn2\nv90YpozYCCqpY2ILwv7kaCMdoo7H2jze6GP6DL83JpgAUsXWSGy9DLr/PI9n\n0MlK7h/YfXMpjH5bGNWsHiozzLQYnzgCxFYwcWGGoGauCJrpHpe53WlKYFyY\neJq43QD9PWnbr0h7b873XJpEikatNMRfDhxhxUkpobI38pCNORZrhKrtRvmX\n/l6FGBRiC63poFv+NqrTa0fw1iWMzRv/S7W9lye8JcA4r+36xEzXfIT2PPFK\nzo8X5oQQs92iy3IV6M5rdiAFmlnYNeUJ3bH+Mt5F+YBu+Ur5wE/WplbrgC0T\neW5RIrbH6h/LOHeBZSPAUHZyvnw5RWFthPVrZLgfKyTq6MAJzavTFxY4hj3y\nD6ngE2OQGmRpBvoB48oxqT8E+iNzt2fRFqbRLP+LQp+viMq0eBs3lu9ulZgN\nr6ck\r\n=+NX0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d56e9a7c150a7043587cba430a09367c88eaec76","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.87_1600893932202_0.01923586422313006","host":"s3://npm-registry-packages"}},"0.12.0-rc.88":{"name":"fundamental-styles","version":"0.12.0-rc.88","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.88","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9fe08063e30e1c6ee90416069deb394b0dae28d5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.88.tgz","fileCount":89,"integrity":"sha512-q5rEgrlZgqm4gIIQ2XbVSoZBjYEE5pQAW/G8t+wLG1mPuYxuqrjGoxQY+lRfAwG+uejVOH0jYPeD4QbubPD6tA==","signatures":[{"sig":"MEQCIFRCNNfqqJqxWF3Hw85ePhXSiHEA8me3YDocTnAujIJqAiAoLVbBtf789v1Nn40qIhdzCcqVB47Hv8CeOVJa39Blqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2554713,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfa7eZCRA9TVsSAnZWagAAf2kP/1jUfFrE7jBr2nbnM8j5\noQkJ5hHhDPEeSOFXiIx02n1EouKs3sLPEbKoXONBBEVdRDe4KZEKC0viP1jo\nTt3c9YPm8pLZy0nRH2M2/WkZZSZlO0QEaN/tlAQCkQWv9SAJXuEOPdxCuuVE\nmlzcdrpqXEbmHfShQ31gCYUQVizuzsgAO2sG4OjoHKVCKcZUM/sAtrEWrdFc\n9IZHRIpy7MF74Q0gcj/Qsr60zi9OaFY07BnwQvo2m0xXBYmSlTYyTP4A9/cN\nkl9aGss1GojhfV1VPErTteFXjAJoxxtxdRBjtd6iITLuVDkTcjXwfk8+ExvQ\nHRjFySCz2L0KVFpP0gKBFVpAK2navsgr2FzU8WVidL7AUGiTFqol5l4u7Xux\n2QBexZw51OKw8GaBmYeagcn0FPjHrHs00AdiM5tsWT2tLd14txt5ADg2t8oT\nd23b+FNRZdyhP3hN8d3Q0NUDys0LmDmXa59U0cpskNAFp79SlYVw+trmAyyG\nhx7MEuCTfJSok1EaiEBYKmCfcR3O6d9jO34XWZkaJy6ySWqmLPDBs7lcBMIY\nPi54DpV72ZE9DZ6t1BNLjnnLYkEw3MNh6x2gvZLwo5xvoq+y20kzFxUo1XaJ\nIiWT3+vuLAjt8KALgvlNLxuQ9bEG+qBNUavsvjrjZMe3cC65xxIjwYia+wc6\nw0dw\r\n=wo0H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"440159451ac30b34f62772deca52a64f9223e12c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.88_1600894872854_0.267142857598035","host":"s3://npm-registry-packages"}},"0.12.0-rc.89":{"name":"fundamental-styles","version":"0.12.0-rc.89","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.89","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a45d16be0bf6a325a2bd85c701a95d1538ed95c3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.89.tgz","fileCount":89,"integrity":"sha512-LFwTnXioftyPRmnpnVubPzblxEKckyFxxj/h3i2vaR3EmG+lJ0HBsfezicpyjQ1XYE1x+extsTAtXbPiDZ+CZw==","signatures":[{"sig":"MEYCIQDMJYJhUXLsoeKKzzLod1jsEvfxD7LyPZrMkUxNFzEORgIhAOhd1Yy/HByGoqZu90UjSMwqdQAoQpEHW2VFtLuDpGyV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2554947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfa7nyCRA9TVsSAnZWagAAnocP/1pXATMpVDjS5Z56VD0Z\ndoq0HgbMWmc/pfSpah2el8Cbl0rv30emZsFv0/DB2i/GPVK6nfvSN4lo1hlC\nXLSGjSddnOs4gN4Pi4KzWDeKDc/M0ceszK/iOwkOsuDL3huaZ0AKB8dSXdrc\nSHm6Y0p0ucM9N3kb30L/6Zh3Fe5nSQ/a6yp/kgZVBwZTVGVHOFC4b0ro6GhI\nKK3o74gS33uTHfEuI7Df9PSwfLCdpE2SFFKva2Jw/XuCMkGUhjfkKf3P4Up9\n2aQsNm5Gn1Jhwlk74QX8xfpyUhaGg+A9q0Jeo3KesQ9/GTaCwYHXPi+Pr0Hd\nDdofhG7CXDRUCkR/gkcP5tiU3AvyIEpspBw5v4FaLMwSA7xZ+y3d/IKcRKaz\ntCXAap7q2l1CdGBojm9DFat64YIH2h6h+y8jn1mj6zyO2Nm0B0sJX/KNddCh\nSrBs1jzNmUR/E1mmSP6gY4A+rcTcdVWjOIrluqimtA4p21LXpq/QdRY0yXmh\n3kkgcHA2SUE11U7kF+AsiJ78tneiKLOlQ41dWX2en8WlXX4d3k8w8ezi+jeq\nuu4XWgA+C2C4X7HNGL7gCPal+YXGNBHzYTi5bb68UyPdsk34MojEjf3EpXII\nyvIeV1pvq9j5CF4mNw4LNe8tFcPfuj/qAqvv9mW5oKTgudRj2nSLq7i+0aCE\n0c6N\r\n=9xmW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"90a81c88e52575e9f30d90b979562994edea578a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.89_1600895474177_0.15073738180834662","host":"s3://npm-registry-packages"}},"0.12.0-rc.90":{"name":"fundamental-styles","version":"0.12.0-rc.90","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.90","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"316391d86c20ba3612085c06a7d8a5a56ef7c102","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.90.tgz","fileCount":89,"integrity":"sha512-6qRSZl8zjxU7PMtraHNQPWwtQ6DRecB6xkdmcEmlmoh9JjY4vMlu7uSOqSVJpVLkVc77J9AgdYTOx4LoFbvtFA==","signatures":[{"sig":"MEUCIQCfV6rA/gZ01p8hkTI1K+X5zH4OitLycSUwqYrPH3hcAQIgfgewqOvKRK4fE5IJLFgrOldLsYdqjDXVwJXgvoygXn8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2554884,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfa/tnCRA9TVsSAnZWagAAGrAP/1nSCfWi2MLbepMxY9JG\nohiKe5YMzQUTCc9s78JUWiiFqK8sxSVB7ZQlqcU8HF6QgVRn9/A0lIdsCfFK\nABmhbvTh9Ux0FYI0HFCAM79n9oXkpwU9PqJKrYtiHdNufGiJCF/+hYpQLUBt\n/AkHRG1lB4BIczKhSpJZfPu27coommtu7iqKEuciBFrIHPhfx/IcWRxylW6R\nr4MtgJ6sAJ3OaJ4WceOMZLyQgqqVaG6cKXl26tQMTrgZ4vwAYNP/57yt7E3a\nQKMYmrYtuxDUO6N1MCqC1J+kIcFEObxYwL9CkxRHhxbovu0/T/tdtNrRUf22\njMoMiJyJdvbexnSUIJI1ZFdiRxyN44eibpntneLIV+eZMe1vDwGgKnnamR5h\nkprOghUlBs+XthkHasPr5EpWZMJqaq9S4Wqq92YavwjIYfjHgs4w6ENP9YVX\nNiMIx4tYRQqPaBwSUh+tvd4TBA+ynusePQ1j6fnylwLxOgXm3eZzd9frVAlt\nj+3Llm9sieyT4H6g3G7b+fDtgSkND3ttkJc9e6E5T2HOajkiIZdJ33431NpD\nUhkdSyWkv2FcCct3/3Rlh6U0WTZ0k6lpRc0JO0oALIEmVd8WzglpxszcQc9w\nDdD+IVBHZETRwbQdnXczmnOR94sZICJFswCXoXfRnOBgtni8ZmcQJuLD3/CS\nfPaY\r\n=WMi1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4279a368715d52af10c109a5aa54dd2de7ed6fe5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.90_1600912230865_0.5908838615790435","host":"s3://npm-registry-packages"}},"0.12.0-rc.91":{"name":"fundamental-styles","version":"0.12.0-rc.91","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0-rc.91","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"86bcd665ac71710012ad6029ee9e4d8d0660d7b9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0-rc.91.tgz","fileCount":89,"integrity":"sha512-yoQ/9YMoUVXaj63lRNskWD42kVwmpQjP9JsZ9sAnjzmC9oNHAWQuozrogfhH+lCITjCVVhPdZdJTYLqpqEFTWw==","signatures":[{"sig":"MEQCIHuDoS4EC95ptAnEuJ2Ze8i3f4kbGXSSsJa+rWDul1SuAiBnbuUE29aySOAlwucsO+7BjWb8zw/al7k7nYzUxMMLXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2556141,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbId/CRA9TVsSAnZWagAAw/oP/3ZYRwc9YkHBy7PvFxWt\noRQQ5W9UJom3P4TdcQtJdkEGXKSf/QXnonf90sOo9jRodVlXmPH6HBemI5a+\nzfRtiODXVBnt00S3C3RhT2QGg5fV/+Swl9EPmu9/GdP6JQvTMhiKVnTOXGn5\n4AC20/GZpPCfCCS4BSJIRSiHHrSVJScxj1VKzRAJxxaQcNp9v1Tp1rG8OxSc\nklC33RMVb1eS4sRUFF11rqubV2rCioNYCAdTDnMetvU/gVMuuG3RZxLSuk4p\nn8RpKmoJ1og3sCr17tSejyN+Pn9vvwFG1xnRT87i76j6Dh3HcDPhY4aDR3PS\n09U4Eie02l7+Q1g5DGbrn2cZbtt62GGjbji3Yhe1/csZs9kKf+RjCXm+M1rm\nDLnD7h8Z+9MomEir1h2APl/zDR2+vaJkIv50+OTFynalf9UzPwulTt9d6pBO\nB9+ZD2UwzjWTD7Uc15UCsJD5tdhl3dJkiZh3tKGgLT/XLB0sMQzelXZb0G2q\nzNr3V+FDg6UqDTR3G/4CWozhRZs5B+2tTLK3CihHXfx5lli1rR+DqCWbDFkt\nU4jhjevweF9MYZwEH77i9Id28K/aaje/WfhnzoVREBfBTd174pXX3vPUbkXm\n5Jl/Q3wAfiqCDFyr9nWNKXAC9vGsCswnKbqfMVPpO5oylsR1EHkXrzmwTV/G\nskxw\r\n=2SX0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"06b533e557ee95f5696edd56cc11eb1f578c679e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0-rc.91_1600948094371_0.7366149524676602","host":"s3://npm-registry-packages"}},"0.12.0":{"name":"fundamental-styles","version":"0.12.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7baa0bed71ca3a57cead7bc1cbcf8c7c2bb28877","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.0.tgz","fileCount":89,"integrity":"sha512-ZuQlVdRJQjtlvhGrj80VvGtdydoCzzspOamgFSJH4wzYVIXDNcYuDHE6nRm0Ad01ttjp9NuyZDKcwIvi+rSVNw==","signatures":[{"sig":"MEUCIQD0cRPm77rMoAjl9wssGDURLOit7iDyHeuxLJA5PgMlfAIgJsrr/wPJF+xQGa804ZwL6zi0a3w9ec9l2+jY6OamUvk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2200083,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbInaCRA9TVsSAnZWagAArLEQAIdRkTCDBsg0Jxv+tA3o\nSW7WfREcyS7o7kGoE010vPh284IrX2LhHdKFq+hmHdpUGPCMLeqvmVis4qGT\nG9AR+I36zRPa1WP8tN+N2vOlNOfUgRPIv8pIP0+yyVaRmNBL2LVfBvZkVKVX\neVBw0ZjBqlgv1u7Tp6NT+eoeVrqunWwC9J4gGJ5v7Xd5yOYwiHPutmDX4dW3\nTxvG+XGJOzi6DRFfEo3Zlg3RxLAMhTjSA4STxeMmR92cPKueCf2+dFgXtsxO\nxY7DSmPO52pOdxdUgobQiaagrNNcUmtj1k4HUT5VbtquVxb0ag6mo0olinc3\nZ23izK2NBSEh3iG1LmUDxV/IUr07r4CieYxahYn6BMF2BAoM9UMtQVTeE3pM\neQxcT0KgyLbN95ZfNdPizDSyibfJ2M0NBCqYjn8kzdZqnGsZp10Jf7e/IuI/\nwV+UNgHJtMvcdkVbgMWc+LGO6G0nWzOcYUA6uaCxPAr4a0AGXFbv3AEGZjuF\nORHoUIJ02h56x1WsHmFMHZm6/NzASKetC+ue5l97XOt8J9949R3b9lsRTvp1\nNrb1eM98jtkT1SUbDTxFpHbx0r1nWARk1zKBoWHe5019u5oCs8L2iYYZ5fJE\n5VZ6z1Lfp/ptorj/U0Vu/CsLVqjldDUhexUGQQGtC0xtUlmH2y+56GAsWs/n\ntwzB\r\n=x9OD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f009828194e5f55090bc0c2200f5494c84e8eef3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.0_1600948698130_0.11981687049034195","host":"s3://npm-registry-packages"}},"0.12.1-rc.0":{"name":"fundamental-styles","version":"0.12.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b3059668c34c82ffb27d483d9f5f2ffe7817d724","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.0.tgz","fileCount":89,"integrity":"sha512-abFPP8RFS2WZ/qxTYiZY/kWOeYYmv0B5gbEi4xRotTz/boHq6sl9JvVwSpunF6VCfNAI45p9UooOmc8+Z2Bikg==","signatures":[{"sig":"MEYCIQCQaLMi/qqfrGXBxRIBwSwX0eL0VOiK3q4PA5eN1UHrhAIhAIlPspfZ4nrBhW2vd4CC1izHw2b6E7QPVsAkQPXbrAJi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2556267,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbhYwCRA9TVsSAnZWagAALrYP+wSSzXEI1SU5t6+a1ChY\nuhZvWi7s6SsQt9INddmgzMCm1V+evCQimAAgCjLOdSW0jUznHi03GWKMo2ow\nw8Wpi8qB/lku6HNMlBXTqrYwox1ePUfaeLM0yTorzc7GKpWmBIQJ7iPUQ0JJ\nJ72puHAj9dKFPOIvkqEODYVCP4E/N9GxQaXvSCSH/c4p67x7GAQkWCMu4xuI\nqxVS0BVkiArOv5lShWuLGf0sPx+cx4UwkP3eI6U2WOObSTY5bCy41tLdNQCi\nCyqpLJq4CXDPW982Dfkiz+yS41r5IvlZvf/TXus+HV8BssfsY45hJVFrQ2mo\nmucoGmPTc49TnHD8WWX7qP4zCF1JHFZSM4LR6aM3gcvCZmPHpVx7T3AMaPet\nY/gdo4e7N0WNqs1fEkAUkcDxfOMKr5ekCcNJi8HnGsIseZLmlfh5ciFCTjUE\nPxvSmqxOWRpSw/HVMp6v069V2lD2pAemsal7yO7sRvJjdNMT08azgkYLNEFQ\nyzbWwqdJWzjOrrhzS7O6zptiPGq3Mk9i7umi+GYPQoVN6d63zceQ8BM12tAi\noBmtNUzzmJXJEMsejxj6M5TecoirG4sbE+oHS6PuJA88yLWLmvzRlmr4hOmx\nxQFcszDgRzr0qIBRWoAhh8wdgBmagOuajlUcaiXMG7BmNBdy048jEFAplyb9\ndbgF\r\n=YYqT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3a48d69e7f9dc774b643de6b2b9dffad9ea1c865","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.0_1601050159739_0.4763040148256399","host":"s3://npm-registry-packages"}},"0.12.1-rc.1":{"name":"fundamental-styles","version":"0.12.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"011f3dd5b0e01d6b382790f3ef355b92e5f13175","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.1.tgz","fileCount":89,"integrity":"sha512-OQzakaBIHgdJDmynzV3E4SBdH7YGlFJq4alxmZA00JM/u8jQyzy7wOR2Uz4PvXFGb102qRnmhYZplpujR1nIFA==","signatures":[{"sig":"MEYCIQC4jVsGqQjLko7yjFX4XY9ZhPkhvITX7hyIXX9vgHXODgIhAJQvfecpCQfR3U9cCGltkP4qwz8q+aFumWqT9NNXUuaW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2556378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfcfUwCRA9TVsSAnZWagAAFksP/1Dl2qrfv+JH3GLYa+8G\nm7Os0W4hCiFdQnRQeugM01VPH8sPYB3z9txh+Nttuh5XBF/gpVo9FKeSfmsq\nU0O7rdwTkyn8IEBEF+HAxZc0QnVuKgYhG1tIKNzG189vdOYPw302E9bj8/WT\npAKPqbUyO5I/NjvSnCLsrESToWC34JCm4JNoDpDba3+avsS8ZvhLYLKlI+5m\nOJcfMIj2y3bS0bb6kFXt1h1LZGNyjrr/aUFx3iUG+Ha8W8wzdut52nUgefGn\nZ945Hydh6UXt0wmew4RsLcET+NmRgoP3doobdMK56ehZvuQN77gY1nIpL080\nayAXT61oInStV894LB3Ok8UibD3vbd7udpsctiujpR2XufK5VtC3ZIpbgnfQ\nDlgEQUiWJ08Q7TxsOn0lDgPp7Bum8nqQo8cpYI0oU/QTAslSEeFKizNho+MS\nQqptJiZ7L1S7X4wc37uu/bQk2IZGJjkOMmAArvWmPLve2bCoC3em6p2eDW/G\nHT9E80vhZIqklzBCEFN5CcDA8feVQr2spPWs2/poQemer085EvW9o4MP0Mxd\nnH41V4iJWTBFe8IZS9vxxsNuHm/dm0Uey6RMinLLvRuKouJDggiw0MK+tb8g\nV0JIoG+Uw4FmCLFSqrV7+NGTEVpjn47VgrPB2tTczI8kxVgQt34rlR2hlHrP\nyBcr\r\n=306f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0398c9e6570ee444d645c11664cb8fa1479d839c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.1_1601303855786_0.3764578770239817","host":"s3://npm-registry-packages"}},"0.12.1-rc.2":{"name":"fundamental-styles","version":"0.12.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"63120b8ea234542bc2e6e9bc0fb071e41e5571f6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.2.tgz","fileCount":89,"integrity":"sha512-O44HNe/jSKM8Z8GiOIiUfBcgQde2z8NR/reaDRVbI6ZtvAfTpMfqXpw8I+zNM3wi6QGkZtZfYkbnQMdFJZfOzw==","signatures":[{"sig":"MEYCIQCz5D0t4cCGuX1znPOTh35aI1UjYESZD0xJJiKb6801CwIhAJyU1hKJHBGUXmcqCdV6kmcEQh73AnTQ0VZao0glaHGC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2556489,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfcfd8CRA9TVsSAnZWagAAku0P+wdwHB/sOnDBELlJmy5G\nQjgTvX7H+n0yftj5yrFDYRAzGKsoJyVIg4U+hXsbXOFuMmifizMlx4/w0tQ8\naMAs4o408kiDW4L84i2yJh1T2MuqFnlGqT5G9Qcs0LhH+Bm3MGvwdK+ckHpp\nrCwjWWixlq9Vc9rvbhrsc4RnjZ//6DoPKVTV6oWzrRRvDGG1PZLDKoVPXIl6\noV19jMsriSqwkXTaeTUa+zGvRG5bsPjKVXxK4PDmUiYkhL47LRpeLsL6TDZN\nP7R9b0V3DErNgR2h44CE+9ee9UFylPBvQlk2acjOK+63JoVzSYG5tlgL8fx3\n7gQ9S/uuOtMBwxLcE1VXEyhp4v1aKjOYOF0d7/T6SzPR+Vhsyb9nHSIYBBwJ\ndAkVB/uob3i/gOruvae+M0sk6ROd5sVpfevgXvK/daVHmgo+ig4h9hL5w/pj\nxB6B64HyBDLStUdmQQKM+ucoTA0zWsZzofDh8SHug4Cm5R30pF5zAQjBKXnK\nNHjMqR17EvFGrNLJxGNxLyT3BZiGGB+bndGn/hseHPRVSu9kb51wJ+G7ZzdM\n3Wz69gtU15cIF1sSeJyOkIn0itMnsqDYghz9ojjKb5G0c5OF9Y19cB8hvJSH\nmSXwGNJCva6JPIgWjtXPXrvTFvDyoa1GHBGD6kDv7r7cQI3rHsXXRiCJvLfi\nr7a/\r\n=TTc2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4e923bf5849cf4b3f9903b0338ab1fe7779667da","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.2_1601304444035_0.06849005815376508","host":"s3://npm-registry-packages"}},"0.12.1-rc.3":{"name":"fundamental-styles","version":"0.12.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cfa0fe1283357e7b713a62f43655eb4e2c663f4a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.3.tgz","fileCount":89,"integrity":"sha512-fap00AP5jY4pvo4QclpBVv7AX1C65va3dyeriTuUKGwpOjO2yfM6pCYCrwexyo6TR3jxFYbwg+pMmUKgGJ4h5A==","signatures":[{"sig":"MEUCIHv83zwaumlhLa4154L02U12KKa/3k0a3Yyqf1dYthqPAiEAgkpEp7gqhDIC6sP7xNCgt7lgFSAeAAfA049LxsZbMyY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2556600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfcfsICRA9TVsSAnZWagAAuXYP/RjYWV1c7nFEhAAzUoAD\n46OHPOKJLuhCXrBUQz7564PSRpixadqZtSCAgIF4Eucc+7rQ8q9AIFC7httY\nM2HZ3sw2swrZyIxqJ78d1KH+CasXnUAA1Ki7DiABMo3sqO92sPiR+hd95/3N\nduZJ8uNu4J1i9H9gZ20kLA9BkbLek0wpI0sn9p/BVFTi2hRs0jcj3XlC+Xmk\nQRRe1y1ka5lR3Gitl3LKs0f4eM4QKNcMvo6WS3oB15qXy6MOYr1/GxJPTQB9\nAuaNuorFk69ttCbxqMd+x2qS82Vx5apnYGdGy3ccWDHeTr+JK3yAPluJVteD\nvdi/Y87Ks6dae4tPXuyov4+O7ZHvH7ExqPTSw0EuVnnAzeIDtzlFghsUIYbo\nF+VFN189L4qe5yaAA0p/d3+3crz5rMTWYSqyfMGwQVnIHYtMOokzshweO44e\nq74eZp2Luf/7uHMiJpfWovasSmvTfRaQ9hfDvi7qjvkVqBqK0JQRV3SyXMGm\nrPdivAZgmSvpfmTztck+RSfzK4IJhuvVXfIrhCUzOrU/EZfUtVJ4+15Xyb8G\n6f+rC/nwmTgaDQH9zTzIwr+iz7z8BAXIDSCd9Ub5qJ3gbh/8FM4oDL8jQHu6\nREudVKqmYOqBvQBOb45S4PVCnQyKECeGAlr5hWIvFBwHSMg7pKLvNgqYjDDa\nIEfU\r\n=GVdu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d046afde612ec2d7e1cfd75d305952c06a53764b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.3_1601305351750_0.08863808360499781","host":"s3://npm-registry-packages"}},"0.12.1-rc.4":{"name":"fundamental-styles","version":"0.12.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b38048947d5b0017a40633f595c791a9b5ce7707","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.4.tgz","fileCount":89,"integrity":"sha512-v+ZsHDlR/9zr3XFFRFckmk+lyEAqZqzw0se76LqGoxsGue6KZdP/oTu6i4ldwvHt7nVPdQVyEJaetwRJRSCtEg==","signatures":[{"sig":"MEUCIQCMsAFsxyES27ZinMKTAhydrDK1vnU27G2aCtq9LHqjXwIgb9cARnUasiYc64yP8qIizFiZy6aEfmWB7zerv9CV79I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2556711,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfcgKOCRA9TVsSAnZWagAA57AP/1pWiQs9MBFbqLJzeJCE\nPLgVx7bFabhS9fPE9bIv601CekGTPhGTHWV9+iEFwcxVRqUAIAP039WNbV1Q\nJ1RXeomSWVsfGAEE/JPv62TM61CSwc8lI2+pe++2lHv/rwLT6n9cDRhcKRkK\nz7jySC787zdYM9PNNV4j7wSGMeC3QMyHomAPjBdNFYfjmvWSAFfJPfgh0je/\n4vt3r5HLfgOSwxcfjfK1EY+j+wtiYKI7FSUZAYPGnqfUNxX88yGsYpN+Aclm\nEBoIO8R+M3+i4hZ+jLpz33HzlRcr+hPijcWsw1S/O6c8vgDoKPAx4pvhD+z/\nLGybEbKpTHD6/jcqLBgExPyWDBW23CiUbxg3JfOEmw6pjnPhyq9hLpKUyC+4\nm7CRmZH5bT4NTjR4Nl9+KXHPEV+N2Zq9eTS85ClF5aWDadF9AsunQ8BV2yCd\nLfU35XhNj20Ev91L3CjWJZCZxTSEXF2jAx1faKD0gbXJjrnX7/Rvp9uUVQhA\nFpWsdpkmJe0AI/p9YWXM7zd/lz42GQGzLRnF05x27dPv3Uz+cbJifSY7NlCQ\nyV1ja7iJVMhrqrEwFdb8wW8nTO0NUg3MFXdJUVbk3tSQswCBiR8qmTR74jy2\nGpjPLIZpeuBDtDAsSDHQWtDqE+gjD99X9d0nUBgoJiGE+V/UfVQ7JqWlRBV2\nqHAi\r\n=HLWj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"248c4961f0ecb10b885251d5acc4c5fc9d2a3e0a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.4_1601307277387_0.27544145972230183","host":"s3://npm-registry-packages"}},"0.12.1-rc.5":{"name":"fundamental-styles","version":"0.12.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"57c90c7d546c48080ec30410802ea3499a6ae4ec","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.5.tgz","fileCount":89,"integrity":"sha512-7sgO+sCojOQ4KcIO5lhmmBYHq0ooWVIp4iid+J71mIBfObcTC9DYFdieLlefrkHiIrVBCNNLJss0g8DXZyhuXQ==","signatures":[{"sig":"MEQCICrc79FUiXgCPQXKr+nTD9xa5n6K5D9r7LI8NuigKJUPAiA4RVxqDcNPpv/Lg8SNQKyRy1CObHGPcx7/Dc7OP8akwQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2554407,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfcgkOCRA9TVsSAnZWagAAvZIQAI26oVi35zhTF5VLg95J\ni8rU7t6UrRCgiWleWVLfUcjqAC/muhPyvO3gBnx+tb45w4RK34pFtwz84gwE\nFZnj/Ed640egbTTV6kial+xNJovGaUTXM0QnBn5JCEEIoWaoeFARTZgpkPoW\nHMcFEMapoOfpsIykx8Kmsy6OgB9nUEJYbq2IWuXuR/rin9H5DhGmrvlJJj3a\nKiYVrdv9PC4OKRQIahOMOFrcUlkI/0sV5uvUoL0gmjumVr3dyAWVVji5WrAJ\n+xtj2Gghdl9gRmEYJf8l0+LX2W0+9YCrXEVmDcU+w+zJP1n5wAPDY5S3Kska\nbQzvKbwugsFqlxCAtbyAKK4yGDgR9M7LY28YNDo2Fib1eUxpu4P34slSZ4OK\nG0XaidjJDmL7vpbZTBthOxJLcrljsoJ45RgGpc5V+CRl2SjDtbRdnQi9VipP\nx7TP5OdMTkhHMrEMDE94iBPQrV/ERA/LTyRdETxVRonHcdTPG2Pnrt7DiVBw\nkcHu7cjL/0V5AH2DN9DGGFSBCbJWG4HCLEHL375uhpA7vUk53nXjkYLcpLk/\nB4Z/2T0xoZr+hpZtX+yHbWL8NOR10nRyRanYG8HphleM2DdyhyE/+hrMaLym\nIgcTMfk7ZRQTZCMsXqEln7H9IXvuxr/l9FtHRRmOSMh/z3ntjV5MyeG5sS9X\ngUmD\r\n=NE6x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"358dff5c1910f869edeabb3403c25045b9b7179c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.5_1601308941662_0.795886500885048","host":"s3://npm-registry-packages"}},"0.12.1-rc.6":{"name":"fundamental-styles","version":"0.12.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"52cf4910bce23d35d8da1fcd6f416d5935435e07","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.6.tgz","fileCount":89,"integrity":"sha512-L5VU89xLbwLLx+vUKu8qUKhwQrnU8cGDlYhFTqUWKF7750E0GpDz80wYB9yR+Y34SaJQHGClRsi0PIQ0YVo/qA==","signatures":[{"sig":"MEQCIA/nIj8iBXXOUhQE6iABVkcmSYX++541EfG+G0lGhJJwAiACFl2N0KSo/claigNshphq0V84Wm0O3uvyL0iqOLSKzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2554518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfcpwSCRA9TVsSAnZWagAAO10P/28tmIzy//Ckty63Avhi\nkZwL3n3vRGsgZfLpQmqxppqcAyllVCXbFNaY2uIlHY/zHElZHMix3uDrg+y1\nn6JfSVR62T7xR8ODbrSu4BDjKtTR6vITcW04PVggVz4bd7g+rut4I6Ue/7Bw\ng2h9hE8QaIJx0vxBFu7aVWdQAFxLg5rlO/uycVr9uiblbqiXFPx17t9fb//F\nCmUFR5xbQOGueXdofrzKCArMTCKlRFoVWa/p/I6ALBuSfp4WNaO3DKz0PdWu\nC/Hv5udxfm6upv8wrnVhPphSAfNqPrLhJRfBuLngsybUMkxN65UTrXTX5/1D\nP9nR9DKNw0Cf42CaQomGl2LxNP1DY2JpM+jgOaP5r7szdz9/EelqlBthAw7N\nl3Opu7k4JZDlnhoSZJFRTkXV0ZOcNj0ZtZiMTH6RnuuzYYxsWC7U7mnPWFxT\nDc0gHFJhEgB7/3Rg9mAjiMPxcoFWXMm+5jEhLZ5R0+UqQux01xOhisFQN8xD\nDQsYg6faKVvV6vrpNTwsWKlX8fAix8XIP8jfJfmUQ2lULezlmkaUB/6pZeRj\nesJ4vVOinFYMghE+grWhdcjpiME21sp0pmo3S4ogAmnrWd+BSoXt8v79DvNJ\n1q3kkvwAahTsRwDwAV1JIzVLC/RiHsbJK+wTqo1HZdE2fdENnbTRzZHKZgDz\nW8iG\r\n=uhuo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bce0a78d75863c8896ad5d423ced94213be64dfe","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"10.21.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.6_1601346577595_0.0655169242864242","host":"s3://npm-registry-packages"}},"0.12.1-rc.7":{"name":"fundamental-styles","version":"0.12.1-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1753bd4bc3f0577acc6bba74f3694d5580a1d311","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.7.tgz","fileCount":89,"integrity":"sha512-DY5vKM6fSfCnjl9dFaXYHF6mRH2ABGujp9YrDtsdZ1HOnRwMrhnqOxUxvFjhVJZoiiVQ8Vn9Rqk0A5o5E/HpGg==","signatures":[{"sig":"MEUCIGJ/faMj68KMvxx+Nrr2LZFsrxVPDEux/vYYJ+QAXsMWAiEAjyqQA9MdabYtU7ikKUAeKJjBQfY614kXHjnJjbbp+aE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2554629,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdJMaCRA9TVsSAnZWagAAsngP/2og2abS3OjpDteT10zc\nWyDQEgcKrvRtvcg2gH3Hico44oeIYdk7Oc6Mn8xWtKqr1FgXXml9vxR3+gDC\nc/5M2LrvDdd3XGqW+vS1aJX+njhgaYPG3bySEPNV5I7/3YaaFn4ELOpkUrxW\nq4VgWTcGKpS2oXX2IorAjuklSzNy50fRm707EiHaKD5KWPBMBc53tNLhFGeY\nw7bSCpAnuZFx+Br7bwzS7lLroq4q7IvLa5cKDRtaOxSikcVorrbb2YQQrT4V\nWWgi8OS/CzXm/SaZoX8B2arB5Jr8UfoWfJwKZc46xeDKn8g96onnnjafHwep\njIyHzE0vFsDLT7tI83DhB/hlRDaJZ8Fz9yIDJlR3YkuhcxUUhjuMuc3pgNmn\nj7f1s6UDXvpoNJ4g+8qyFrb7v2FyjsKSiPloGz6h5r9d90HpZWc4JGZvfRrj\ngHTGNmRlIhq3xW1gxgtv7M/w9NTandXZ7+ASIkmVyuYGxk1GuJ+CbaRubOJD\nm1st5P9dvhpFpRGuanDdmnpGG0yI0riHlYoEM5Hw9di2ZILeYfaPiu8h9Qjx\n23au6aPz3mUQzEmDxGQ1ObogETRZBfGec3wcutNODaw8/YWRxPWFcudh/6S4\nrORcBPmPudW959AzcZGT+IQrYyi/ZO4u9NLc83r7zzbvIVBFpnCkO7/Cb1WD\nsYED\r\n=+ggF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"45c235dbaf82f6641e44f60c39819a55c1f74dd1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.7_1601475354256_0.8245593964581417","host":"s3://npm-registry-packages"}},"0.12.1-rc.8":{"name":"fundamental-styles","version":"0.12.1-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1bc97d4fa99249811a37592e66d535c849b6ae82","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.8.tgz","fileCount":89,"integrity":"sha512-M8rULUnC4Zdv7f8pSWCs//9kWuWTlPJ/7QBNfylozzD2N19tYWxNe8pmL+ONxJniRyhdNIn1PoPQqcEnQLacZw==","signatures":[{"sig":"MEUCIQC3GOIKXAv0F5QNuZMbVEbccpKYGSYibe5yhYrauRWoowIgQPEtrSBX8trP2VI2xPXi6ZeKQG/xckM7p91Wb0zt5iE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2555397,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdZYuCRA9TVsSAnZWagAAEXcP/jD/XC96fhZh+3wmUj/I\nqehqPLY0O6/vlsT61PT4c0pN/boV4vhhw6l3j0WcrXgUCFScjJriRTMCZ8Xf\n5SKkM0p79AuePVm9iVdw8rv+C1iuE2tGQrR7imHckNQPoBkxxXBooE3fmRN7\nTXsxprWp8tJs26+oqz/lMXPWjma0gi3PY8TlAtkDEqWUvSOU5zmgdyQf2HxD\nhBzuTo50nlWxkLth0APrpr00CaYQSRRE5aQ3PVvAOXjwdqqOg3tGAh9hx7CU\npQPo8mSayqy1WdwNZtUL5Oz7keMwpYY1PULqdYFes3fN/fTj3vB7axHlNuEx\ns5srCV8qUB8MWIiykaz1TKNsJtQJTEbGCKMWA5Hkz7CUD5tmth7cyl/zEkIL\n68YDOq+H1zqztPq1iDZlDgoCNztHdkMShUFlItufOPBUhV+KqwZzh7v2vyfW\nCz1WPPVXAmRse0oJ5GhcyK0NDJhqC4gYkwKrjdr5VcewUTFmkHxKHlV+2NBj\nwsW9VNU5tzDN1yS3NTfVyw8QYHBpDTWnB9us+NWIt/T6M5k/jSYI3V5WOTc4\no7v0Gq7bxrBKoEefTM9IGcZieeNEUQX6kaktsicN46NKP9RlX11drX2YbC6Q\nvkZmtN+HPwBFnB8LoeWfkv8rIOzGi/ZeNa8Qy/P9DFGYnpXxshwF+hbVo7a0\nvVoB\r\n=4fyz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"77266e11bf35d9ef0894931c677ce24cd7faf667","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.8_1601541677988_0.1668603326628122","host":"s3://npm-registry-packages"}},"0.12.1-rc.9":{"name":"fundamental-styles","version":"0.12.1-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e29def72ab8869af0bf0de5adcba0c1b9f778e33","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.9.tgz","fileCount":89,"integrity":"sha512-5soSbiVxW3V37UMwNJW64MQs9LIcX7Dmoe3dIVa39Ic8yofS7yOsYCJYZAmra1Ih1rK+tGeCoWX+cyjHaWahjA==","signatures":[{"sig":"MEYCIQD9oC5JbkdLwtAcv9ya0X0TJU1TsXDWmmJFLvZ+2AT8FQIhAIRtao/E5hIk9/ptF4RhcwGTXzfj5RvnMyhln0sjwbMN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2555508,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdm85CRA9TVsSAnZWagAAD2MP/2Pf4TI0/x3K7eoQCujq\nEieJ5KSPqumzV3Fk0nKxSC7DAPoDNEiQZfwGuG7Qt5R9/qELOLSskN+vfnYE\no2D48EW13PqdlN4YZkbh8YLraEUgh63UOHsBXcMSXjkTbeT7MIlEpsNnGP92\nor2ojemShs7la6T3hseO71gmz/KLp9XLC2e/7g5X1I6fpVphAJsBt35amACm\nkbKkOB4bFQByq+y/JoAL8yPaTwX9OBl6tdGLTBxx6EHPfzf2CAJwCf3F1zEu\ngKI82igePsYnrDuEbVnPVXTLswJ2qTVpRVDEahE+abz3U5E2R5jtIswXYYFV\n95g40MWD5TpxouTnNeBY3TeAp4md7fLGi4nY1+yDJ7d5cZC+yIJkcnTv1Jmi\nyLhvkgNUDi1UB6Di0pJ9c3jIn7gTZEm5VrTdnZyuRFy+f90FdFECTTK23A9T\no7UFzqBW/vrPh0lZXyFG/nwieY+nX7c6/XBETyMA8N4G0kUsaoWR3mkKdPKO\n/ZM5pppRJcZL66WpFFvEZ+sLdvm0vKQdeMUp8vPPPn0Es7a/JoKGur7oEytc\nr3LvcQkEBSx7GIRMCAhs6QhuwPOyRHa6UmTvD4oZ/u8XV0SQF1EL1iO3mPNw\ntbBHOY05gLRFXIBJb3pLnTSPxxoxM4HCjU2CvNCNeLmNUdb0oyffmJDpO5Ky\nk30i\r\n=Bnqv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0f4c481a13a3d2f1cb48d47f28abab3386a81b28","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.9_1601597241214_0.7430973063783697","host":"s3://npm-registry-packages"}},"0.12.1-rc.10":{"name":"fundamental-styles","version":"0.12.1-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b305006490e88dfd2285a2d07090beed8682dd2f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.10.tgz","fileCount":89,"integrity":"sha512-sXZS0byFcqRsMi9SoyS90Wnu4jKR5Bc5qhQO/INFiNYKQo00GSv+i2qW3gKtfU+CJxS3FURguGtaq/HNPKwxWg==","signatures":[{"sig":"MEUCIB/x5qX57Zu4+zFKsiptf1/JUkrbPXPbYZoe/2aNtj21AiEAqItHICowjA5jnOPc6noUO6V0EWWZRaCmz34A2EYri/M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2555702,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfd7rrCRA9TVsSAnZWagAAVvcP/jaiy7ok7l8H8BuxAz02\nMEUm3Gj3aajxmIYAg1PrWrQrT3clc/qkvB2ucr0XaqAQdzZQxLvPUdZC9NMP\nVguBUNUQsVO0hFmqOEshMUBAomWLMMq6c/EbVS9b8j7Kfw1McKHqUIMy+p/Z\nNANURfNUm+Xb4FXMzQghEK3TH6dkJlruwQWNusIpS6JE8cWjX/ZMwqs5vz5t\nS12rr/I/OO/FuWwd4G1luNAuOx8xjdhCGH9nKC3bYN71Qdk+pB3cXL3lrzT7\nlQ6knU7xOLHtqShfwsNSFEbiJAIzjPZSou7O9nN4uKUNldglPrAxEOw0+IFH\nK7l47NN5of+ZyeMIDag/QPXW1zHJB7xt4RUjVIXIl4jsGN9DLYENeqghVSyV\n5+7U+5UwPdpr6QHzBKMQcDizbqdI029MpHyNHVOgRWn3MWxSE0ohlxasGD6t\ndgcYLI2S4wimNX9x8M2YlOakg3GuGNcKN7vSR/Gb9w7/Q33tQ6AHHLOOeyAk\n5SDkbfovxkDhKjijvD6m5/vqVQZb8QydTHIUr0+rpiKSgzYjDoLE+JO6fnig\nr9RPUHZs5+kavPUiO6C8m8iOlfjqPpaWR++KBflM82H3r2YrdG0/YsoNpwCk\nAcng25ahpCLfWbcV3wHX+vOQZ2FAxO/6VbFeUU26mTjhcHrf4NMZF3KP7+FR\nCd7N\r\n=wjVh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7b0cfb62e673b69e1adb3dbad066b70394822c80","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.22","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.10_1601682154911_0.03408694168735282","host":"s3://npm-registry-packages"}},"0.12.1-rc.11":{"name":"fundamental-styles","version":"0.12.1-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"42130632eb5b4ffe7aec9d6b84cacce8c1bf0624","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.11.tgz","fileCount":89,"integrity":"sha512-2AnTtYTRRyiKBSgB2osYzmDgivxUBN1KllOtHw4LdavnFbq+gJp47FBt+Bgq6KFL2Pn8qATj2D0EhoZU4i2rDA==","signatures":[{"sig":"MEUCIF8cK0zEE/vH/qSWr/QQDQSnNq9iVGg/w1GOkdW29Ol4AiEAy6uXysIwgGcm2pVWnSlP8P+yWI8JZlOGZlwEbs6Y534=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2555816,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfd7+DCRA9TVsSAnZWagAARRQP/iyAKKF/xc09IXXrKy2U\n86tKzS2YgnP4l+sok0krG2bFSyYUVRfDPkvdX1rCP0O6CzBIzMt8eSSWh9yH\nHH9uliXv3KcX+7r0iI8V6BL6sJphOW9BDtQ2zOFSLDLMQoOxd8L8cvsniQ+G\nAovuZlO3yEoFcJVVmVXbsvBGZBsxDhc/rvIaJJzYMqPIUwojlAnLH8lvgOPl\n9+t8qsisAONKdGLr3Pmcr4u4t/hk6thjDQrxgtAfU9Y8coKh7dVYRny6VYMI\n+D/sa5UPNv6x/Ar/Kn4kl0sH+KDwlzsWLJxpZh/UHhWoH2Ra8JyYQaUVManx\nW6sWFrBGkB7BPq/rzj77zKqc++PTP30T0mV/yjJANwcxxnJyyiKeTBpbQTxz\nwMP7hKH62ihrufswZBcsVZn5b+UXhk3e1w5QA+PiPueEczKZ68M/vNCsqYbf\nr3W7m5lq/ImJEzapl/2IjWd7nF5TPTqnmFBfTVvGK2kV5QcwEcqS7+7qQ5nR\nW4RSbfOmr3F5tMDkOMIYK4h8MF4Bmh5SY59qfjRKRDCE1XE7bPUa9Z38D3mB\nHIAOIpwkGQmh8DAuSyS6lX8NoDv4s0B3VCw0NCt2P1TGNFZnOQ724We33jCx\nKuS/ICNjauD1SLzMJbIxybjpZGmkycbh1eY0FrHCGacceDZ0/8efGNKe98Xb\nEtwM\r\n=Qk40\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4b65e07de0376e1d4d06304dd252b58ab6b050dc","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.22","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.11_1601683331433_0.09822921978481913","host":"s3://npm-registry-packages"}},"0.12.1-rc.12":{"name":"fundamental-styles","version":"0.12.1-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"28fd57589dcffa334bcaa88bb87a79a27dc65836","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.12.tgz","fileCount":89,"integrity":"sha512-wNZPparZVPXqnLsdVh+vTU34G/euAys0/iLCrh95ce/ncuB9TMWkCSW9O2zsgVKVX457I/2P5NTz9c33nNpIxg==","signatures":[{"sig":"MEYCIQCxZmtQhT4AgIOKz69yYcWEoSgxug0Iin85duMDxTKptAIhAI8JWUDzWQA1trtIiPb5t0UNNSU85xNeD1ZX9Wf5fAfa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2555930,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfd8TMCRA9TVsSAnZWagAAmQkQAJepSY/m7FsP0AYvwsye\nBszVdnITuh3JVA9Z8s3izmgy97sX5lgkHvyVxijy1ABHVqp0d29RGcFKDpwB\nS/nBmD1SiGNiu8Gl11YL/E+Jc9m/iKO++DZmZQpeFAEEsmMGr/KFJcgGFgAr\nnBunsG5EZ6T5qu8NcFggGGceP1zsX2O0GAQGLWBAk5+yGupySCtqbMHAMbuO\nTCc3k1P5Ikb1CtVCt2YYcuDhqSpIOLpFnjuCwmzd0tjkmW++oiMKso8GWSAG\n2AHGXC2FnN8u4wWx8ff8Qg/NBNk+r2XlEpMaSVgSBeNDXtPQJuiMZ1ToKuFq\nTER+Ug1lwhq9RySDR+qW2E+vpNV/MLpTc0tjsOiutdQ8itJ5o1OwR7fz5Rv/\njG8fORJv6WjEyd83sYqS9sYBXwX6Vj/iaanxDcG0s/WVVkJtoXaUvlpK/Vz0\nJNYSZHYsZybuoSqzJMaZxCa0M8AesnvIq/13beKHrW6lMlRdHbnYNmfJiDZZ\nTnwFU1Y7BQv+G2E0T6+35YJw72BNHlFPP5EbGlc/z8WaG3MNAxxQc6kddP02\ncNJETr34emE9wDpvJl6j7c+BOZVYMX6NL1uE3gNDNqCwa9y1tLLc6xkhiy9z\nbeMwi21gb8WWBP97aniVXStHIlGz/6QNPdrjaZwl7hFEYhFlit8mKdL3b0y+\n7BZL\r\n=kWXe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"587da82312fcc08b1f37cb61ce5a12bc8b4b1879","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.22","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.22","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.12_1601684684193_0.9671410180537423","host":"s3://npm-registry-packages"}},"0.12.1-rc.13":{"name":"fundamental-styles","version":"0.12.1-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a1384a204ad72a3fcc7636a8d531dc5d15f3f7bb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.13.tgz","fileCount":89,"integrity":"sha512-8h2KsGUX73X4tOLhH0n7r5JOClkYDmQXY3tTRzoj/LtREN91ysKCXbUQssCJWCX1zpYI7vQl9p6gLbpnDqEQ8g==","signatures":[{"sig":"MEYCIQClXGeBHTCmMpNAjna1Y4+1Nb8bjCLQNqBMSiuQ5i8yMgIhAII2UxZOEwZJoWCywJqcCMChWfTa3m97pgUcqvNneUTa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2556044,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfd8c9CRA9TVsSAnZWagAA37wQAKPWC3SmuJbOk+P7cR1i\np/iQbarJsq3JY6/PAIC/RY1dRra5sEpulPacCE+4uadlwcUHa5XKfG9ElAsa\n0svTpz1f9q7pf0edVzUxA2aJukHjPudXWvAsOUYwzF/TBFwhGPUIm+uZhmtD\nASfAwGInE0HudV8tq46BAWo9zM3R/p9SJ+cjLqhACfNx+jjcTfP8AXKTY0EM\nygaN1iceJ+xGJn99hbYlMqmXvF8LzYjY3M4kwCLCehgsX46n0U8whUXOKWbn\ny5jXsUtfUX5RjNxV1EcK/lZJsWMwAWVHM3FwF8gLxBIlrLJNbQz7ffoqiAIl\n5FWd4e+IWtk+JZLgvHR2+P3yJudhuGUFRxdRB90MLMavQWyATnBGW0eXwQgY\nryM2pTt+WoeIYVc8FCt5NyZKFt0wJBnqMMY0VxaX4af26J2eLtBmxidIvBCW\nq/9wYZuaLAWeIlOSQTqz0nEYV2pZK/JrzQJmGYKTZw2aTBktSXNqq11wcTNb\nCWmaqfv+rKxeiUQhLUYoyeGrNc8euTpDfS+bb69+kKsJ7an4iCBAZlZ/67PY\nKeqtcsOFBA7jmWUVwQGDRxPkVs0tS736Y8iAiquiCXhqiDKtBVqihi7jKOQ/\nE/5dgiwWw1nxSMyeLbJ6hR2l5zdKol3mbM9YmKzEr/LSyqyi0/Gm86DS/yBj\njhS8\r\n=rxqD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a9119b5fa46f0a9ae4996f7855ee5dbea1de12db","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.22","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.22","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.22","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.13_1601685309244_0.7989435684275896","host":"s3://npm-registry-packages"}},"0.12.1-rc.14":{"name":"fundamental-styles","version":"0.12.1-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"85e8a916748a692972bcb89ec888f8c8cc9a2d6b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.14.tgz","fileCount":90,"integrity":"sha512-NzumMCOAtdehR3q5LZP1x0ZAxX4RzaOwwZVaKI1hSssgXexisctLD/HC6N6JTutd0pshoS9bAj4+2b7vR5O55Q==","signatures":[{"sig":"MEQCIC9qxdWZrYFDAyh64nj0Mp9kOSRuBfKvCqilqj1BYT5tAiAqTFP281mtDc6C83lZlvSqUSRxGi5kqzzanJpJKPz9EA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2624705,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfe1IyCRA9TVsSAnZWagAAYlsP/j1ECPfxiJOjWZMlMMGz\nHXhtppxbO3BHuh/H5ozpkDKDZ4Uf900qM/C+d+drXBkyqZ5lohAyfESmrhtc\nm8XvmkY1kfgJ8ssTKMGyV+qT4gbzKaVZZIuBhyfYaMgVe1SXIc9WYBW5LRoT\nnczsPDZ1gwrG5RIXjf+rKNH6EEH4Xf8Yk1G3xAAYr//XjrwwlFAMV1q/MnYo\nGsVzClXZJDDQt1erP1SJ+THjCEm/DduWCPfL/XReXpnOFNc5kJJPehUA7RON\nWNKzJvsyDibfqvYF8aqYVXhFogFgZmhnLsWt5i6BVi5CuE8aPHnkLD9hRSwk\nwBPFM5JgQ5vXMBq0FcHKOi0OK47GQ/Fpfeaztcv5VbXjGhumac3s4fpbepOY\nRv6f64smDs//WkCPTB6GMkYO8MlOnD4wN1+kDzdkcfwmQJbsZW+u7TkEQQNE\nJAnEr0aAh0c0VzJQ7c9UXnIa/+XH6V9w7pgMAsSc9THKomtQRQVORvPl8icj\nvnKx6SI6A2OfuEGDQSOQgVVpkdu7w7fnGhezSTkANooN6JBKGVNvtlscEquN\nGDgpgV7M5bS7lZ2YF+/k+2GjvntCkz55SbcovEOhaCKH0dzCKPpp1OUae7k8\nm4u0L6b5Z08twgRtTQxYpG35MW1GYq7pJbWYHMZjDOdnSizes/jod2Qnmf0F\nnxMo\r\n=FAXC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"479d5b8caa010fb95be673a83f99ccc43f8fcb79","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.22","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.22","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.22","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.14_1601917489419_0.9890160809038493","host":"s3://npm-registry-packages"}},"0.12.1-rc.15":{"name":"fundamental-styles","version":"0.12.1-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dde2e7594afe4be6ec3782fbbf7fd1c4a106ba35","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.15.tgz","fileCount":90,"integrity":"sha512-GOOy9yBlKJN2H4PWpwd1VbXDt6j5CBq3X27ICAD8GINXHYpOOTQ6SV5sEx+0I5v1L0dNhWP7lfI96+KEx9aurQ==","signatures":[{"sig":"MEUCIQCCx7uQSkE73uDK+vknd6pbJnCFaSsDuOEZTtyFS883iwIgbFmm/KrhKmW21qIr1fAtRJWHVkj3VNhp9PF6Pah3++4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2624819,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffHAVCRA9TVsSAnZWagAAIxsP/i+ySq8eaIYj7RO3EcQ0\nyO+77iWfHw7MYIWDh3X57Eg4oIy9/9SbvCZwpzPDeiZQ6K3i4LsbHCQzfB88\nTZ1zgw0ghzEnNJlAnD1v2ui18yCqJLpD/ir9t2wSmdsI/iR91x0gDlSIhVBS\npXarR9ICNB2YoHA4vfRtYihhUvwZLl6THv2cDzn03m3+a7kXQ8llqvCL3hew\nAY8jK/A2Z2iNWAO21DSqDusdQZLrc5MwTfseelVAokodQQVz8RgG0r954Dg5\nXsvSuuNTh15WabuejVjTmwuEvAILAhQhQ1nLGr1Se7Y1cZSWJYt60aaqyewo\nF8TML62DNvpQ2tnFWpcpctK1cf51SbHUUSx4XN9FjlNtIF42SJ//epERjr1W\nh6Zifz0sL+1CEJJH+a0JiDXSp6o1d566KyOeLlpH3rEjmfVul0Qx7wIxGTcb\nbl7yXOjIT/Gy+ntc7FQXA+eGWoiTF//OzGp/SSAqh8YVUMPzynM1BYJwwuro\nV0f8807CsKYJ2L4MSAYAqRM3HDzvlkfRruHIBniSUnb738KCz4C8YqFoKZ7E\n3N0P5whM3xv0k+ip9uaSNcAL7iXaeYJObEa3+Wbi0vz/Cqs8WzT0k03RR38z\nAJeh2gIUx6oJoFzaan5jdlvXywwQ4WVYaepPY+DNd1DhHm6lByIaxJ1JRXEq\nrQoi\r\n=anLd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"eafcc33d69835521d09317b133edbd3a7d6b111e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.22","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.22","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.22","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.15_1601990677172_0.29643770498922617","host":"s3://npm-registry-packages"}},"0.12.1-rc.16":{"name":"fundamental-styles","version":"0.12.1-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6796f7a1a7656c95a6b28eed251823f478acaa18","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.16.tgz","fileCount":90,"integrity":"sha512-502hMDq1D5j22YidEOTZ3Ywe0ZSmsb6MztLe/bU8Y17uhwtC+xTVzLC9Mmxf7ivg7wuF4n7Vz26FKSV3JXl5+Q==","signatures":[{"sig":"MEYCIQDr1ShrqxRDpPdmo9U9itGxn+KQ6Pyodqw8KQssIES1qAIhANVBRXIJcai51w3RGCTnI33LoqE6hXJY+i0+L9fAF1H6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2627039,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffIDJCRA9TVsSAnZWagAA89IP/jB9Aye2Dbzx7AJ13L7o\nhM1KBJ5MSVJOoZGugKUwFNcq9eQyKreSg0qlfAEOn59P4xgosb260/DPTRNQ\ncB7CDWMag8PRhaUH/QvcjWSX2MGkvGW1js6O8XzujBNunFLa49NzezJgNkxr\nnqB4MQcSqimS1YrK8SkauwiqbzVTUQV35EFDzZhGdr5qU7AhpeRS2dyIwddE\neAQn3NkF5DGuOxzYxM1kF8ESLfQRoBROGFItLDAHfRcDewncEiTwd00kIFos\nFsOEjqp4Wjsk1DhBRc0tWGT6sE+JBX3AlX8vrdsSBgVQxD5o3bv35YkMakw0\nbd0OlDRe/AVzsEge3R5UegSoP1bnrClJPxzyEiC7n9HgzH4+DgPp5PM3OcK7\n+1n5O1YtR2sU8dAHsHpjgDO1r2qSEEHU4Mz/q+KsK63bfQzoIsl0HdrjE6eZ\nZARrfoXQRArSBmIIy4vbF6AySK3tY04/tchstfsFlBr69T8V/PQAUUr9DW8d\nSY+4x8Deaoh93+NnnKPnx0J2V0v++tS6nYuHRjsRQAfC2WvkQR0ODlmngrSa\nbixlSZmLjtTaowBJovuiexjdLT3MnGoCWsIFfuno7CmAho3unD9U6sP1vV3d\ndQhhLV7sctr5fNPha/fFO6JxcQvFxeA/OYMfBl9g8covHYXD5tsIPu9xj0T6\nEcP0\r\n=8WIj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2177c5433e332036ac75667df83101dd03bdcd19","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.22","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.22","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.22","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.16_1601994953358_0.8757974616853426","host":"s3://npm-registry-packages"}},"0.12.1-rc.17":{"name":"fundamental-styles","version":"0.12.1-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b4edede686bfa8dfd18e3b0d3ad0d7a408885894","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.17.tgz","fileCount":90,"integrity":"sha512-z9UxCX2zxaF382LCMWa5ZZ2sIxiJO4tA+4gdINvNazfQagYAo5TS5oX6Xgt/gOm56mRZ0BdyPmbfIsTt6V/NMA==","signatures":[{"sig":"MEUCIEDp/4ToXlkRWPa5gfftJONlexAgudhJGyvY6iUxNDIaAiEAn3Pufvvu6K48VELz03+UnEl4xc+W7PX4OsOjZDH64c4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2627153,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffKjFCRA9TVsSAnZWagAABB4P/iqJC7RmPYbid+iYWppW\nCF0tyjAsSDTxZ4V6acClX0sBslr/sc21+VJbhiKVzu2pz7WM7TDPJlzn7jV9\nBa0sJBokZvhDCGhbXaa0j/X35eeuX3vF2xhWqpkn7g8nbb8zO55sLZGQJJnO\nObI3TweK/POcXbHQggWruYoj1MEwRiEBN8hTw3jJy0CVl1DeuYY70oszY1V7\nMWs3/ZjbRpTjBsXKG/+j6UJJCmb6CDKj9gP0iGRH/qCWup2IUgvqN47hU09D\nGSQCFas5+UaEa0MCqcuxW3ZSryc+NHkq7koAdwAvpbJyMOnm39Z8/EN3J5Gm\n3xHBbfVN9JaFonjILHiOxuybQ5agvfoz2olkOsYwtHuq6zYw7tD1TIFKWdZU\nV+BsDuOUhih4u1qKHOavs2jUWbw/Vt/Uyx0qMSGu+GjRHV/ttt2kIEFKQSNo\nrG+nD6lqYjRx+mAn9eAkLEJLUu+qWeSFdxbxD+XhvIoVHF0UYwTa3dZhlHpE\neHiyFX9VVKqu8jmw53dRdccUZAtT3kLRk3q8MK0J1Jmp3Zq+Ykew2MYdN/LI\n4g5zvqW8AgumuoOXDtic/7aG9bhavo4ZzasSapHAhZJJ+vA5ipKm+a8CDXZx\n+qEwt1igre8gAdmnEL/J078IvqJ1kJC7VQJPnNja5gHh+MinjHK3O1JcNjJE\nvNW0\r\n=bQz4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"faa4798bb21c9e54591ccb23b5ff0409328e6de3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.22","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.22","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.22","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.17_1602005188753_0.38225382470380587","host":"s3://npm-registry-packages"}},"0.12.1-rc.18":{"name":"fundamental-styles","version":"0.12.1-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3a9c59c567db8edae6e07768092e40e0286a4a84","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1-rc.18.tgz","fileCount":90,"integrity":"sha512-Azs9OEBHSUL2v1yF37SWYQmvusYedIGtH5IXRAAYWyWyoL5MUmheKbedi7UVjW+61QsBzCobX/UuZro5k6IzWg==","signatures":[{"sig":"MEQCIGzSl+SAG2YhXGduEkfS9logOyJn9FDTHPkNjoJIucJeAiAJlCV4eyi8useFnhvDOv/tHKapIuZZ+ybucVcETm1eaQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2627596,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffbjTCRA9TVsSAnZWagAAqvYQAJiQz0jHXT6LafMsAnL9\nSCdWgbJCSrehoZ26O4DJhe+OQ+ZESRRCcxzj2mTf5TzYPq/6rYmBeySGBqtW\n0bqPniQSVpRwbHgInyfUmP9afnK0TNjXN1IiK3hTi3Umi/KRaC3ADKB5ShrS\nIBAGNinYcoKwmvDsKGhZwtvGjGe3hTj2zWTibmgxOygMkwb2FxczB2KI5zx/\npGzeJxSNl4hBfVVMpLOalWgO6BBVGwdNYvWKqyrwZ08ScO1+UFoOSGxDCVCG\nwLe8LbZg5PksSrm08P030A9W9JSfNsYjovf5PWMTzOcVR78yJH69zs8aJPRk\nl9N39YkqjeRLlWrfVi2MdckYgfe5mCPACSd7v/7gc0IaNO9aBXcCQd0poSrt\nHwo/jpG+Mo8nyOXrEQi931W5RsKG4U4x9eXtKcqHisWubV3MMymp8qD/Jlkk\nWGwGfMujg/h5R90jNg6dJi4ZXTtcBRycZJQDThGAWxH8tisdnaUViJZGFIxj\nSY269L8RCbybD3SfjjS8vmIbGPgxJo6iZguqfPp4+TedXOzfdTzrGJqIkeO0\nfA3EpxUVhneiaJcp7lA8rCI+HXkf0nshMH2qrXNy5LA1tBxzBwdIkQMsKbIv\n0/JnJDVmYvnA1S4M3JYI2j5jdsgnFnH3EmCv7V223z3zEDJDBLJiBvp9Ofo9\nJs4U\r\n=QYy/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"25055cbccaade07a82d1c1746b98df9940da8a80","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.22","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.22","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.22","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1-rc.18_1602074834862_0.17855679708743288","host":"s3://npm-registry-packages"}},"0.13.0-rc.0":{"name":"fundamental-styles","version":"0.13.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c57afb787dffd1c7e6a96d1d1c295c8d87b4b2d4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.0.tgz","fileCount":89,"integrity":"sha512-1S6H14dQe/qjEOVFYLgvri0KZEOU3YrXrCWvTWHLK156ywMAQ+TuxfU74yIEPlT4Da2fDOSrElwq8C7HzR/HYg==","signatures":[{"sig":"MEQCIG6uaGODUscdQ+eMhUQktCjHSOZ02YxDMycPijGyDJ+nAiAp2bq5rfAsechOkn2wFxqioK72U9EJ3KY17PG9/f/gqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2626276,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfffCPCRA9TVsSAnZWagAAZJsP/2UQrk5mO00TWITocg2h\nvxTvqPLw4aS8QsSZO5auimNnYbqjRAyO9YiHPZkpMkDxXuccYA13uVAbotVB\nypV2UfZqtKMs2tFz6YAeGdIsOB2WmQwzL4QSX7Yf5OK0P5md8jCUYNs0+y8c\n4P8PZ3ojDepaL5orHpg0cGnrEn8I3MQ6oUr34NG6WYz7Pdx2+cP5kH/+1NDZ\nCokd2Jho4sGOAMzB6otn72OqoT7yVENQxtALqSWLC00CmmnqQ9EkFz6vq9qU\nZAWmF0B13wLbn4bZJju9thOQvCuEN+XwSbk651fY1NdE3tp0rt4lfW2Hj7qb\nYieplh1WfQRP5K053fwaTiCxhiVRiRr4zNbk3Ul0iOacjssv2pEnbGCKclvp\nFOlZtABsa74bJW6hcV79SWDlTGf4CD+0GSeadCAH1gsOb3Deymabceh+MZvX\nNq95NashzMP4yNKgNxksv2dTiQLJsICuvoqhzgM2l/94fLkq9mfknEZIkVog\nrDsHXwQFq4aJHlfv/nU4MuHnZKXTPdVc++lSIJ5PIE/hc8KDpLYb9Jv22VYh\nWysvzZ8YsULs9bW+YqtBujQ8fZ+ThtxzD7EwQx34Q165qA2XxmBjyhW962/m\np/o4m5pt0lCvI828dNJarMFYwrUGdRaqZO/LsbBT5SLNyv1jlhh/471mRP4Y\nOdmn\r\n=gajy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"826b1813d475ea0959cfd214b03999933dcbc96b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.22","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.22","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.22","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.0_1602089103098_0.8478667494364109","host":"s3://npm-registry-packages"}},"0.13.0-rc.1":{"name":"fundamental-styles","version":"0.13.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e76a8c8f2582077d7363b3e51b8c57529819d8d3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.1.tgz","fileCount":464,"integrity":"sha512-bcOY72M03rF0JwR0YRgM5ZjAOwCb8zRRXtHX1Ou0h9u+gsXIS+UBwbt8d0LOQoO22J576+mW5B9RhSDXkvgvIA==","signatures":[{"sig":"MEUCIQDXFFpg1UMzcHxTfJ8xT3YT9xnIXgc5zAO83rFNAy+o+gIgMyqj7LZpNBMpOMLsmH98cr64x/cbk6QuJLarmMbdCoI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14611357,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJff1ZSCRA9TVsSAnZWagAAxosP/ikksR6MHuHFe16HZ9q2\n6Hyrnsr6ofwg0uGNACh06dJ7flgWBEN71WLrd6pzAyv2G8Z5JtTwAHdMRwvg\n15C8GuAj8noqH6V9aVc4h82EuL42IuqqwYx5X85NOSgpSbz3J/C+S4/fz2yw\n2Tucil1/WiYA8GpCJTOsjvVVSXIqy5ktU4Xe1l+YVFt+4zeRgTB++Kq7EbNa\nSHGkmPbiSdGD8ErPF0YOtKXmv6zIG6siwKe9dbd3S7Dmh/aaVmCzAYsxdngk\nrmndn8SvcqoGTcjZ22VBBS2aRzG3Q266AR/1HZE1uCln4txjE4RM5KpeEVWk\n9YuCvRzFuaPCAA1nTkisoM2D/ivfrn/B7wTXcG8LcxL5XaaHY85VGMBNtIyh\nHrhptcDlCjp+vUl3Wl26BxTw1fM7bxrTqeJOTedWEYlD/G5aPJkfBYTc7pwl\nqPDk2QlTqKbBtv3V9YLvb+sZPWVJdbNBY05VArDNF2F2KM1HiqXPvWZ/C1D7\niWYlSjw6ZhUgRgfwH60cXx5hU1BM4RP2AWZKB5FzI7xZJRObZp/RkViKN77Y\n5n5lDZ8JOt84m0kKuSS5PxerL0WgBurUJFXdEnmEIAdTTpOyk02Y8AjbJnYB\nj3p657wUNkBoboovoKjDKqzRfEsXOGV99VZ29OZruY3cnCxQJ+vu1ehJuutu\nrgU9\r\n=qAdY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5422366de6b9575ea10f9c9304e89da803a8e14f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.22","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.22","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.22","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.1_1602180690024_0.48355872489021534","host":"s3://npm-registry-packages"}},"0.13.0-rc.2":{"name":"fundamental-styles","version":"0.13.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"408b30c8092b29671b1854745ef26be2f513d93a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.2.tgz","fileCount":464,"integrity":"sha512-sz81Gvg4zKG8gt7mURM+aVRVA7zt6BDAso8H5S0hfVuTcMVhP1Qor0W5GfUj3rfh8NXaZ2xY9OmZoGYN8+Ti8A==","signatures":[{"sig":"MEQCIFrN2WlcPyVDSbAJEmcJ06U7IoBODesVPj+yrGTentJhAiBc77vtGgODvaP8eJ8O0jHmeiep8Zh7ynP1MhALFh3y1Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14611467,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfgHspCRA9TVsSAnZWagAAPLwP+wbRZ6gOKfLlmAC82MfR\nqEf2Fk+jCXWiw03PAaVXOPLHTH4EViZ9ypyLqx3M9glFg4c1lMJi7XGe9e9l\nGvP1ZQPZ3bghsLb6PFIPkoBQiXJlG90JPuT7wTPC0AjaloORjq+sqdDquBnE\nTLQrWIfKZ0pZIub+3BblrReyN4ft4lVDjpxdxhYDwaZH5qxO9+Q5vASA0vpM\nKhh/w1L7YsX1f4QRNT9i3YCrK3aPrFW/wkayzdDUAkU++Eg/BNUk7tJH9QIS\nklDkqKpDS5SNUuKNRUc7V/vs74c4EYGRegtpVDii8THY4+RpJGUkcPzsY++T\nwn7mrRy0baSlr2Jf33p/XCTcfgGebEZ1gnvvgssoFRLIa5IuMbCSwAHqiAAF\nfNoRdzFi8sA4RV0nvJK6hDoP/1Wpss9z+zpcZPz81CxozWawKaNCSiLohBxC\n61zkjioSPo0p0DblHeIQytYeecGt44AyB/0qRVzrm6/1lVlbpX9IdxGPj57a\nv13b9QpvjABMwGw95evHvsdk+wp3YFG9FA2/lmyZBTgQwuKp1IHI7r4BlK4o\nIEtQ+Kl/HzNINzuMm0mX4v4EHdVwmtp4jDcghtqz7Rqunkw7ihXXyjbtae2a\nq6V83jadvM2kEPCjgQF05h2xtd9T0cAnQDt8i+dnQ8r0JDshnwUo+qhgvmmP\naHmS\r\n=loLY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7bbc74e8ee1a1f8897561896d2d25bff703062da","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.22","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.22","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.22","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.2_1602255656903_0.9954005957752277","host":"s3://npm-registry-packages"}},"0.13.0-rc.3":{"name":"fundamental-styles","version":"0.13.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"952b99550a3beddf41fb826f57acddd33d62c4d9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.3.tgz","fileCount":464,"integrity":"sha512-MqjQZmfonwhgTjy14D7QIkeVj8BndZy/53CS/feWCF2u/+u5uRFDF+lPr9B6eiIMzXfHp1+nCbJqgZNw9R67VQ==","signatures":[{"sig":"MEUCIQDy5/VSe6dMgq5xWTp6oNaPxsdx1rrMNbQWzV/kedMI8gIgXsfX3gx4gAeUxj5CT7M93oDEW82fbNy9Y1a6omMWLdM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14611804,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfgJvTCRA9TVsSAnZWagAAlHsP/RjF2yryaPdJTRscvO61\nSMzEPvT2axFk2xLaZ9ZW6+6G9MUFeueZP9TxZjduqiJGs6yxB2R6Gk8dipyO\nitMgXG2i8h/nVyzoiYHN7JlkiXIfLwsG8rESNrxX87Gw6+VkyqoYu+xjeGHR\nQ+aXidfRj9i1ET65DGPgrAx5giOPUoq4vwylg0IKD5NE22xtXytMOVrhnMt0\nZhj/z+Jgpmb0S4FJ1RkSUvbwWFdXaYQ0k4bayLiHd8HrPaw9PlYHDjb1nDnV\noX8R3eRqGuVSYF2Y4O7We6b83Yqa+YU3GJjLxrwr14zH5NfKInUtTkm9Cd3g\nrim7ig33vk+8nG3FnyuVCkLx+ysaym+aMmVK5D1nm+XFpRhNGrtYnl4YGgxQ\ndvjr+pxkxJfihoRZ7LtpuYnMcdzxvICiQtz+t2H5is2Eb53wxEs+LxSAsLMX\nZnPHkxDBpFjM0ZrgbK6cv/cfY5SgSaQ98fZnaDGASwP/WjIx8rbTPXsU/zGv\ngTiNXMF7mf6u1U0a1+xFhks7+sStyfKCuNtgCYZi0pFm6mT0BzII4Ep+mMRx\nDE9bz4iZBvqLEYUQHu9RPFAYg2yOmUOgwsir6fMJWR5PbyCmCh25BszsVEuf\nC5seHy5GF12qAsezBAzS1+5b5mgQlwNsQgwIpmOw8AODWoPGsRY91ksn4n89\ndsfj\r\n=4hgq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a43a4fba365cafb7b2f21c160bd9ac8478be6c82","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.22","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.22","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.22","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.3_1602264018414_0.8016719964705681","host":"s3://npm-registry-packages"}},"0.13.0-rc.4":{"name":"fundamental-styles","version":"0.13.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4b1f224650f1994306948e852e70630e9c3056ed","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.4.tgz","fileCount":464,"integrity":"sha512-xxp01pe9wVwVg/rhCJnJbrRhxNn4UEwHANLLNDi1wzVqE1WWjSV8sj7CmVAO2vpLMGPF0F5aZtrSrm9FcmPS/g==","signatures":[{"sig":"MEQCIDVJ9Y2RL8ZbDDtOG0xDa9hAis7fJ6hUUoWRyEoC+8sPAiBK6/C4dU+fHPrWQ6hmT0mInyeM7bckRwADP+tL7ePCRw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14611914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfgMsJCRA9TVsSAnZWagAATScQAJvcu54HMWQyTPLV38JI\n8Tr55RnJcOGB+K0n1u4EWYYSEzDmjtIFn4v0ObtER47H10iOofvvZq9QBT5y\nsoy9QX/mebZfXX0pT4UnkUTfl7OXme1LgIpOYCFqsPOv3yt7qQu4gJvSz4oi\nEqKU/Am7CzevOzdkS/GFrD7Uz244dYEg2CdC9+Jsy+/8Yvw9dOA0CzIxPISz\nrCb7WaQaURmIDioCF6lETtZ7KFoxpaglJGSzjtd1LAiVTpbi7o0w+cSF4F/P\nlp/Y13VEWGYkWu2Ycxbdd4DVTbGf3t0xKO0lI/w978S7Mg4XN7LVsNAX/vFH\nwTJ/08W1C1cPFROyPQqnW1etsVLkL7wOBagqaG5Cam0aEavjmKw/faS4Q/Tx\neKGO4F6kox8KSc+IhmNz7FtGLWIOCbVakLHhUXm0RxYAEQiUjdtI2vegYpE6\npNk+eOk6a5DhOf73fH0+sOTxA0Mh5424xsqNH8LSJIr77iurQLsMehWsceHA\n0KzT1dforSglSeqhgGJ5H9uGhsN7RC3O+oqaefc/W87HzRZ/bTx2oLvnzqy7\nB1QrSiNsDKkd5ddLPeAJyfYCgX8CmBw065vi+B4KBOQxTMMiJjt8TIEc9HJ/\nQL+Z+cBXJ6TwrR19jR8l4YtHxV2eMmVN72HZUtE33ialhHRxoZnXHg8hmanJ\nF697\r\n=O2Fo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"eba4d12da0ffdbffa15d27b7a0ee41b9a06223b1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.22","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.22","@storybook/addon-docs":"6.0.22","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.22","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.22","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.22","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.4_1602276104697_0.013109087782926743","host":"s3://npm-registry-packages"}},"0.13.0-rc.5":{"name":"fundamental-styles","version":"0.13.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b69061c7b446939fb86d4478a0fbc18d891068b8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.5.tgz","fileCount":464,"integrity":"sha512-LoJCHzWvwMIhAYWYStanYbs+02rQzTyNGKf+humjK/8aiHXFTt5G3+G8eM7XmU0jCgrPkcd16ecmUy+38Wh9cg==","signatures":[{"sig":"MEUCIQCP64UdEod9kS0bHWjsa7s1FdSs+m8wicl1NeUyyv+osAIgcBn8O6p/3z8nxXwp3Ijwo6RBCzJD2YRdNBU4ykkAw5A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14612365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfh0SjCRA9TVsSAnZWagAAVDMP/iGeaYUXT6f3RvY70E4I\nzoMAuC75u2hIC9fIZxBs6JI6GhXND84cmtAy0rGUpJM+I5Jmg/Pjge0M56ZS\nVSyCh3dxC2JIecFBin5vQSVBSbSqwM1wEkhvyhxFbhdZunK0CQjnTMTnpiHC\n5yMj49ia6xuqcGpS9Onh29OB6DW20o+tDG0iBUoIN1fQAaB7blXp/TqVKrHs\nwUr6mXDm/ZG6eNQk8v+Yzrccpx2zpJYXPa4XsaPbCqtrgDEzOm8UfC0pPEKt\nVlQg5VWw7tJtVYnpdPsvUOpi/u+uUZUsJD/YiHQAn9ayM7vvUqIFxEKrx1cf\nFAoyNyPIsp6T06RpDu4KJcVtMoTLcZvoS3a4hsun5Fvo5gT3aE6wLv0jV2a9\nNFazOInvZ8o1Rk1uX7c0dgp6cvIJY/Oagv0/yOTdcUKCuToZ7/Z67UYb4rcr\nt7+Run6WbTVmzrt5ooIZn4KH0VS6236uIZiyzu46x/E6BabicQH0uTWLa4X0\nP/BrzDAOi7UYL3ldU1vuyPXTD9RjUSChmB85nxtS5bTB+bG/XcuWbZvmufCK\nmwq03Get5H99UFHHoCfau5zBWwb7AkW85fVjXxwxruBFOl7m3C8HoVYmqK2z\nrknMGOC6z9pODq4DjajogNbC68TXf6/sCgjZtiht1WFD1tMc/oHDNXhnHvtO\nlrgR\r\n=AQco\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"025b22013fdd9c7dd05670100eb4bbda5f151d38","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","html-prettify":"^1.0.3","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.5_1602700450109_0.836662544873138","host":"s3://npm-registry-packages"}},"0.13.0-rc.6":{"name":"fundamental-styles","version":"0.13.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"905b54a7c4a4695a3bf855cdcba40c71d5cbb856","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.6.tgz","fileCount":464,"integrity":"sha512-Zj8N1iiivHXDC81BCbCDnVBhOsBqMLWkDArpNjSl5i9p6KdPKdZ2wtfN88jEhsyajXm7IvmpKckrPsM9p765Kw==","signatures":[{"sig":"MEYCIQCPp+JCh0+NGwA2s99gt1VqY05e15xw97YCl93EUkwXdgIhAJh97z0JAiLbO8J2OWrKDiQbCc7xs15XcYcHDIAmH0EQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14612647,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfh2SZCRA9TVsSAnZWagAAhqMP/2eU4V0KpWJEjQd88rHI\nhk2R5M0+0nYUYL5zLzQHzzU9n+TqvT7fRwyL0dRN3IKpEg06c7w37/iTaCTf\nFCyrRNLbYcSl1zbGsIUSWMSurcupslLJbQ+uFol2jFVcvr+8UReNKKiTgyD9\nRChxKyHk6WbrQgr9VikjyFXSXUwU3nw4hOniOWUHckp/lUEeHeHsErYnm31F\na2iM9BCguNZX8nmxC6qiyzy8P3OKNqKBhyoQkqclZ384+qKcGPJHl7JSqsGG\nvMQlofp+TtIEiRZxB/TW5Ti+yThtoM/HGDY21Y3lgogyZFs1cQlxG0g1S5NM\nYK1PlMjfuh9Apbkhm5vPEBvGAGkhktBpBgmTh9JnohgEYEvx15Bf71daXRME\n4kuFlQDGXubdo0uChcDKxt8pVyleyfBDkc1tR6FhHr+AvRGcRjxQJhtNC/4i\n0oOFkH8mSyNEqZX7XM7ZnEBb5mwm+IAWiRHi+BhBtK2wYB/vMwM8tMle+tp5\nZ7XB3Pe1H6rAoU1Iv9VRf3aLJ2qyNEFMWs1t9RRs6BdqL4H0WWlYjCPgj12P\n1LJDjWvIU36HNnR6091ykPiFEScB2Lr9xnj3Oa7/CKJj4WyGOQ9Gb4DFpxKp\ns0kokSaDnURQ0c0fmkUiq7wVMWxmiDydpzbKMHFf8am8kTQNz98YdOf7zPIR\nqAfd\r\n=lVKV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"fd19347ed496e257aed022941ea443c8c3b3871a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","html-prettify":"^1.0.3","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.6_1602708633366_0.33131828985999956","host":"s3://npm-registry-packages"}},"0.13.0-rc.7":{"name":"fundamental-styles","version":"0.13.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1bfb72f54aa253b72e9f7781c51686bb632003a5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.7.tgz","fileCount":464,"integrity":"sha512-7qng/Gqu2ytHjnrPGxoWL1z1kg47JpKaSs4LR7aPZtjzakgScshXCinepf7WoB+cGr+sMb4aYWtk/5XZsNIT6A==","signatures":[{"sig":"MEYCIQCJNBBwnR9YNe4fyQXWHnHMst8rFtb1LTeJKjcr3SZgpwIhAOs2Dh6AdTDBYnd1h/8hH6zGx6/sAL5iXbLKObWCRu55","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14612757,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiHC9CRA9TVsSAnZWagAAb9oP/iU6OBgqgAyJld1Tjlv9\nNtp82RF80hdE7eHlKwhT5jchMx2B9vSH3Rzm/3r13VxvxfyOJ9Ltox6TjKKC\ngcz2Lo74FTozsQ5yWwfLR7KNnVFM/6JU1m81jGzH+7eJm5FUsmTdVfReCfTn\nQc6mGQLWYS6ZHRYSJ14DLrIEqDE/VFSlCph4xpB9vuMX1bOsAv1yOW8RKm7e\nVeo1/JSMthJAFQxP/sB/HHel8fuZiZ4B2721ySan/BmWonqsjsFg0QjV/L6x\nKRpdotQWYuUnuiRvEGuC8aUs+q5B3JO3VYlW/VKfzkoF8A+wlSRgP8nRxxLS\nY0nK58pAYsUK914HZqfDpJE/4n9JiP28RBKnvudrrNOL/MhNi3BBmBpMiV27\nWLSiCNEV0aJUTRH/Ac1kP9xIbsfU9VnTW7urBJBsVc9Oh6xDSq9DcitK2ixP\nbqqj3WJj4EwiXUbbYoy5DOmQM+2zKfrLslN1HkjZGHtEo5rNIkCDGW/fdmSh\nd5OzpyOMSTzhLLPL0BcamTPynKa5XduORJdHx7d433jyAceVWQJMccEx1Z1A\nPebLBwtKgaBlwRIo63vKLPWNPK4ZtSFofeTZCugfI4r7wlfJkQIh0VOC558Y\ngebni+WvqDKqZ27s2rpjWJMrCXrGE7SpeK0MslGlcoTTUKpIZLxWE+SlWNm0\nlpX8\r\n=xFTf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6fbcd7946a7151d82bebd689ed5513e05f2df091","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","html-prettify":"^1.0.3","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.7_1602777276293_0.6045581653248331","host":"s3://npm-registry-packages"}},"0.13.0-rc.8":{"name":"fundamental-styles","version":"0.13.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8f9fe8bac35157d1a10f7b6191184cd085fe00d4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.8.tgz","fileCount":470,"integrity":"sha512-KyUYVFwjMl+GOPpqSV1jdDvnyrUMcDlBUAYOjU6C5QcLQKaad9/OQC3yl2QtVCH5uUtHWOTM4JrbkI5u1RsQrw==","signatures":[{"sig":"MEYCIQCTfCMOw4ZUxZwijDO2daJUzqAn6ZTWmNuE59tkPwAQ7wIhAPpTTJrE8CZ7GUAWX9O3j/ttVN5nMYR+5ebMZ/bqYkdq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14655234,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiHphCRA9TVsSAnZWagAATWgP+gIdsyYruM7xwpxJ2JKx\n3dBahBpFgpRclnb4vHcKxx5fASuGjZTo+S8QyxTE6t5N2x/mY5GEiOkZoD0S\n/GnCi3Y0uw2sIp2BTz31Pwr8NxWuYhm787S6cAnmgwwwJlfhmGIZ+fbAjJ/v\nB2Q7BAwoGCZ9tY9KdLh/ciDqFPuTmhGuEd1uAgrF78a/kUhci/h35IylDjzW\naI6TN6Euhbz9/TWtm6iugrpqe8O+hQimmydYf09jY2ZQYJUoZed3piehOr63\n4V+EvY9NdYfFC1N3farsjjKIFnljZP+SkQxbLlaXBuUl8egnYCLY2pYPtphL\nHT9ZhT4o4S3rtnsb3JMiJJkaWg3okQFpqOBo2DHCtH3faM8v8ummpam6deE8\nap/jXresIb4JRSBnqBx2/d42+HBRIo1YTTmUgKnSHOEumH4ZuizF6W0jBHcS\nkvN9k0pw0lbadCqQfesw/mYQrSSXgCGykvtaFgja11Jh2JJuPV35nixygJAP\n1LhX+XVfiVPhkVcy/hwyv44Ghtg4B9+Imm/nBbvkBII25VPPf0B34swTm5l3\n5P9+x57ZjFbAqInZIwyvxNuqWMjvNd/f9XkbjjqMYA45SH0LF9VUwd1X/MZB\nzkTZbb4RR94W/nAUHst7Z0AD0NYp/f+f9r7j3SKumej+OSyCUslkqL7wL/33\ncuvB\r\n=hrVj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1512600206ce288dfc733387da51b846314d3a32","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","html-prettify":"^1.0.3","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.8_1602779744551_0.8180487235442675","host":"s3://npm-registry-packages"}},"0.13.0-rc.9":{"name":"fundamental-styles","version":"0.13.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a29bfebd509115397839f4d85d33c8b0535e85e3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.9.tgz","fileCount":470,"integrity":"sha512-1DudZHQUbqwZD/RVHGWUBS21CVrnq1fitBmpwmqOJLfg97v4nbHosLPvtf7h4ty7RRYATL+9QgIExDoJY6GKrA==","signatures":[{"sig":"MEQCIE8ZBE/19boNMXwHcjzdy5vQZGAdY2spvXSm3au15DFsAiAgsCguN3YIYDCA0MHaODDkuf9qtTW8V+B7NiahUEU6Ug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14655337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiINJCRA9TVsSAnZWagAAQXQP/jDr/KiSK1gMWTP2UdX0\nKYZvSu4TVbAKksxy4Q/RwYLs8qlO31FeIavGe/kB1kyQghaOzhA3nMd7Qgt5\nfqAigG6tS2EZHeg292l1h856I/tZbJj9h31ekt7f84w9rPKmA/yhNlYTKEPA\nCScz/eDMtPphPhwsP5duOCpbqyeIByzFyPHpIYnm8Q5S8xRVKqPZaAA92d6M\nsBySHtIEHfvJbEo7xconKjqHjPXHdkoAwNyu2r6lk1xCi816Xp3w/rKbTlQc\nUYr9DV5zLfT+9B2ofQAvc/sV70d/rUfmzKu+Qw63Q7mXmdXXDsIL+gHr8OKw\ny945Drv+TIesFkrnAMZ78E1dqZJzBmTNl6TLmd38Jgy7dz7laDwg22hGjBEG\nUCzUQTXCpHy13UiurlbXqJKz7E1Beq304d6AJt/N0MCS7/533L6xB947gmYs\nJDXJ4QhKwE4s/EX3/gpvRhtumh8iPvC3F/Mkzb7UI8Wiua/i00pI5icIBHfq\n0ipdTfu7JWpqTVJSBZb0hYBIU3FfjD4GbKHQYOGHOMtIJTGdEE9i1VPx7GhX\naXUEj5CCh/8ZiAyhfpJ6KHbUJlGXqa+b9zLV/zL5EKNqoYqfeMrT9g2f+JYk\nRyw6usudEC1+4xXAFu6U3pboS6F2TLTDg7I17uYZEsD4BzMWszS78YGoIvFy\n9rMj\r\n=HJly\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"40e1ef31485694e484776e1a0f9fffedb0228c55","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.9_1602782024795_0.8484355133896886","host":"s3://npm-registry-packages"}},"0.13.0-rc.10":{"name":"fundamental-styles","version":"0.13.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"119a58e59f3c0e5646d9efd478c32cd5d610ebf4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.10.tgz","fileCount":476,"integrity":"sha512-9P1WUkzTEL/7Va03y1nALZmpZjztgdVW+VQHMBztU5gRkgCKNWj2OaRJf9QI6IltosTAQK5LBdiPfCWZQYnLvg==","signatures":[{"sig":"MEYCIQDtZFJQhtiRdh8GtLGC+jqUE3Ek8SF96QC/lcXEeaD9wgIhAI/CwSrzvj0dPC4RuWIdKH1siLNfDIwmzYOIITNQb8bp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15010131,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiuoYCRA9TVsSAnZWagAAhVwP/j3aT18KBEmSIFZfcr9o\n0xjUW2mEA6P9RDNBBMkyXOXhEtr3PCvLAUHD0MezrmfgfDBx0xpaH6cBIxsr\nWLF3hcRAQQ2U3M0pcf57CYuoewp9Z51Djq8YSR4bfKj16C4PFRF5Z86nuiRi\nb3yfaBX89j9t0YriQWYG0qrr7coTnhgfSfuSe6425HLoTWkPintSahHpXm1i\nR6Tf4ZtEMLyUwasWqYk63uD7xGk+8g8Isk66j8EXDHiCC/ep9kbvfBA3J8JE\nNbROVDrworIMbcKmQN0GJiL79Gl12CO2vK+76CKBIblvIpL+u96HQ+EUuM9K\nYVEgkz9WdhMuVcQb9PY76Q+kioucD+EwUFABY29tgE1Hu7DR4L2icckzoL0B\nxXxz+CwL4Zzbr6eUKBYGgY6oloJT/SvYu9h1ul57c7vbvh7x21Sqqu10tXYc\n3WVUxpl8ldXF+vSxClgnKjMHWCUkt+WpkRv7wjjLk36sgF9ukCjkrMD4PXZY\nyvXuOwUKeK8JQ4aOtvNVb+InHK3ppIvK4WgNSw5K/dOvgR1wdeFCiJBxPYD5\nTzlu+wFBNP5i7zkDzYer5tdQUCtlQMTO/bYbJgfnQY9DxUAUIVW79xG/R7E8\n3E6Sl6RYGPgE9BlWuitgSiHYR2oPCiMuZvIjYz+/fgMpTVuQzM9fQM10IcbM\nvbPF\r\n=GOPF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0823f7db7c5ef9d22e724ef561b3f50914b2b274","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.10_1602939415541_0.6661515779879319","host":"s3://npm-registry-packages"}},"0.13.0-rc.11":{"name":"fundamental-styles","version":"0.13.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8424900724786ab9eebaa882651bd2b5ed80c2cb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.11.tgz","fileCount":476,"integrity":"sha512-T2OrtuhMYguFCQxFn6y7zTaWuAfp8EmMWjDtbqOEJmEoGY2IgpIh5MNL+svN+AuhtQKNZXmaLFxa6g3MlMojbQ==","signatures":[{"sig":"MEYCIQDo/nP2w0/A+ZqDXol09azCm6TfXfzds5DSZ+/b9kKezQIhANm/GnaRmOvHXMMaD0xEcetXnWaxKDF7ONbiF1o/jfyt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15010244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiu1qCRA9TVsSAnZWagAAMHcQAJH85PwS3EsuLHUl9YBk\n5njeE1FH9nnMI73l74bZeoxPTTZAY8e44kpX6gDgrdBUANRP7s78WUQSGPkJ\nAQecCBMADdHHmpIBJrKBnKc/MMRyqmKMZ7Yq1TQIvo6/kYXlDEuqjd8fza9P\nneiEXfiaUhpL9bZbw3Uu0132F5DJvc3LA66H5kqgal+jMYDiYcdii1i/OflB\n7cPpX9+vAGgijnE2McJ+RgVVs2oL3RBfb1nB2KMJM0uOPcVuia1NskyW2FsK\nrba7ZIoPdirj1EyMvB4gmFan8vgP21fsJXCHzNTLJE5ym5h+IYhMHPYsyCXN\n953bJIW6mpSySOepzVmSRjXhAT8fOv6H1KwqZ8Y9HDSJ/KuUQOe271M6IlFF\nn4OoKT4qMqzGr5DDNd1SpdLIwqV32jmiz9deA19StNjttuR/NSxhO73Q9XD2\nxZDNqEy1hJDyKEUnfUSzMiSNcwV4x0gEXJS4WM1sJH2mI0F2uRHJIWG4dIwN\nWUa+eyZh5nt1pCkMLAFa0sOYuDkyvBn2wCjPHv1Drd2rxDAxnqV2cbAbFBvQ\n5rL4Ww+YGQ9rNnNT4O+6/QRMMm1IaAtyOQXnB9VtQWheiznW9cnAps/e5cOo\nde7pjqlM7i4Z4fswidTnX5SWR732JB990K/7BoNX58OpFdqgYVw84YtWMpZD\nNR9T\r\n=GPQB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"37cf3ffa2542b639304f454302b87769e2f5c9c1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.11_1602940265621_0.8229632280945851","host":"s3://npm-registry-packages"}},"0.13.0-rc.12":{"name":"fundamental-styles","version":"0.13.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"19afcc4b0702e07d7bf7043463c7a64744939d49","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.12.tgz","fileCount":476,"integrity":"sha512-l7hXQt2Vp7wtUz4ICmeezu8rpjIjsXCLbnQFVUQ9KcSRlRlU78GV0IG++Ps+GIgR95tI/aJL0zG5+0giSPC5vw==","signatures":[{"sig":"MEQCICQ8QxotRGmGuCy2mnZ4dJyx+j/xwwR2v7NeZXhgsBTMAiAuPhdEn7nJ4zcPvIXJlez1pf2CGw8v1MDGlo3mK67pfg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15010357,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfiu+5CRA9TVsSAnZWagAATqEP/32cCCXR1J3Ppd1Nx7vK\nBMXDaDL08NY2ZZnD3ArNtZcC/L9+iciYICbg5n/eWhLWkOjJJS0ctn/aiNHk\nhBzP/zSS3e+3NAMrVYr54pP61zFXNO2mTjxYIaI+Sc4Agxp0E+RI/+ayMvfH\ncUuzZOH6SfuzcHWR0kezmVxqePq1vLXhNN34rezmmH+dgNg9Or8IItLtOJa0\nYCSCTz6EGcN5LKfxNvs51WLwQ2FVCALy+95ChBsiU3tStZheE/oMAFRXHNTM\nqUw/5DBNOO76EE0QdBEIdRpurNLPulWaTOpt8pVNtoTs3z0hRT9nMHObrSvO\nvywnjgof/qyGmg7YLCtZYvyVuWDzYQIZLQIhr0O1MpN9YBKNC4nue+i5JX8f\nvxdYU1xtv7lDkG7tSfMOHcENXJ52FteQn2d/gWqD2xh8Qep/D7W9tsPe7i1V\nT3rmgqg/AkVPKHrG0RcIwjeQE6essG1TaWg2g8o8zwtJWeFCR1ynhLkcbQBY\nF80iGXV6kn+XG1jSQu+9tP7iQrTmVf0ib9uVewWxD40oc4VJ+kg2we2CXAwp\nHw0BZmxvtDLuiUVqxzmbv9vsyStbQk8wvH+CMPikIdhhoRgn7aym3ywsKMIx\nijQ6ChBkzVu9Qmrct/mL2+vixnCD8NZj8SYSOozmKTptFbN9uIQ/6eA3bNnl\nsXUd\r\n=vxIJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d01000c17074fae313dbf9e05a8971fe8a9a5c1a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.12_1602940857180_0.5770859764686274","host":"s3://npm-registry-packages"}},"0.13.0-rc.13":{"name":"fundamental-styles","version":"0.13.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3f4e4624547d4c776389155ddb54d6e4eeffd401","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.13.tgz","fileCount":476,"integrity":"sha512-IkohTjcz5qKBGiHwcczt199yEOFsABBS6p9JJsHbnnOQ2jvJWvTZxfs7jebJ8OcKUsvlNLEbeOnB05GSC8sMZA==","signatures":[{"sig":"MEQCIC6Jw9xowhvKFeAE6Jwxo++QMmr7JebpqJGqdEgZ10JnAiB7pqGG04j1u6HLiG5v30cTFNLDGDvDSJRi/yXJIvQ+Pw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15010831,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjNpYCRA9TVsSAnZWagAAu/UP/iuFpuplYICND2VY9WN0\nOfhfgUqBw8xOqzunxZmMNal5/mhtrpXkce6PEETmjP0d21oQUl0E2Dqakgky\n7bRDCL91lstIRHCGQQdhzkEpNqSlfBKhlFyEIEURqIdB3Xg+7xy6DB2uD2eB\nTvo+/FjmkFJRsF1Sqeev9EMK4aO4pNaG6Cy/OtoeehA1zy28bqifPrnfcIck\nOgrrQfXM0vCPlHzwd9eFi2kmzMesfuOKK28n6dic1ExZ+2wnQYmKM+ZD7B7x\naLYr+T8ajQtvb9OZE+Sed5b8nIKuPxZ9Mq7houcubRWSbodNDMUMtV1EjJyX\nVfHlJTm5CwkdjeLnkJIEeLqgFTVNK5+zDqdS8p6zCmR/IeHrcz4nMopDQTvS\n4HgA+QXjx+/GuErv/CjamTSBZQRYzCNifTWV5MUIlQQwgGp7En4mj5Nz2e/1\nRoLfD4AvxZkPZKD8K1A4RyA0hrAGxXY8ye+IOcqfGpyW1zwcYaLCEMm+zkOL\nh07IOteLcf4m98k/w8gMuBe1PTPKfGYK+kP8GFBY65ezVhA29FJn90Vgn0QS\n9HKbzGwuV8VQ8oh7SkqNi+tndEgKt36MXfCN1QIyZgC/5DE5MukUAusZUcfz\nwmisyMdvLLzoglm7zSo1kdhybrW6nOdynuoNrqaZ17XA6fhxujMHYKDkCSYW\nu+Br\r\n=qEO7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6e0891f638272d42872270d251f1506fb62cbe01","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.13_1603066455213_0.9889931327983572","host":"s3://npm-registry-packages"}},"0.13.0-rc.14":{"name":"fundamental-styles","version":"0.13.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3e76a2d7fc0d6d291f9344820e1e8612a6912cc5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.14.tgz","fileCount":476,"integrity":"sha512-BmKfRffa3KVWKiOx3FnDUBuqqSpo6B0DihgnlxCqcxLZ3G7q9Z3xxvlXQY4K1RZ1u/avBXdiNYfA7WYXdFz3Dw==","signatures":[{"sig":"MEQCIClPo1cnuLokM22oQJL1NTLhrRglIr8SqNqFSHkltQCHAiAhivvaNJiDoIOSxNOftDZtDyc0RDQTmD8jpET7Zys61Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15010944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfjgDPCRA9TVsSAnZWagAAkqQP/jw3Lon9NAZoTuBUE+8Y\n/f7gKcBRslefR/QodZ93ToFesw06sMYVlyBSAFQcxcoA8Pa9A+3l4hvNMwWQ\nX2ojHj5shJiqsJmyF+9+K/vhwYeImCPb+8qNhYlZmMONMNUkNspVrOLsdIpQ\nJmTYDJRMuzvQH+92cC7fV7PuvQhWQrr/8qj65qiC8Yy2nKiLH5dTSB9EQYRg\nvMWEYSzVF9NpH4O+hBWrPul3/gwRHQaoslHe4N3Y0KmAImyIdSSy8BHUmQ7U\n4y8Kwyqs2B3ZiIaAZOdwhK0xfr6SXN5hymCCrWQD55tpD3DBScF2m8kqTNTA\nBUbkQXy3Qehg32Ob9Z8Eb9/BS+Gnf2npGSnynGOW+szcqbWDxcIABpwtwGiY\n27uoE6+BkRyBLhZGLP8kRqetNyrckYgCet3FPXhR8s6I0yxq+byGOwnSkoOo\nfwKWzfIgi/7MQe/QNvJbBF/aaank8Nr47OLrTHqh1DAA/AG51HdZzvS0eb+8\nrCAllQGmizV/e3n9E2baEAs/j38r2OMDnMnWBYZca5IfH4t2vSd3NM+Ibeto\n7kpK7ggcTeqiLauYUEMiEULEKwzKJU77s8Cq9XrQIrh8mLPkHAAhH/6FWxvg\nNhQR9xFMBZ9KTWA2ixGtZ3VrzEnaLKI1+OrFS33kKsje3XwA2R32T/Uj3tYJ\nHhQW\r\n=aalY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0113a6be676865f9c25cbdb82eee206146a0c2a3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.14_1603141838980_0.33733495239724864","host":"s3://npm-registry-packages"}},"0.13.0-rc.15":{"name":"fundamental-styles","version":"0.13.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0004cf89286ffc6aab2ed593eb4b15564973be49","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.15.tgz","fileCount":476,"integrity":"sha512-7uHifgUvb3sRgWXKwyqVuobC8JlYTS0iZ+4091qFetRa5ZTSFEz9sCDaHUTfY7TA+1hNq0/W+HLbnLeVAKSWYQ==","signatures":[{"sig":"MEUCIDitjHlYrw1He9T7Ql5DjdYynPbymzcN0N3bKc9HvQ9kAiEAxQy5cODvSALEjhaGQ4KbQe6dOjRx8/dVDLhnJng/eEM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15034577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfj3NxCRA9TVsSAnZWagAAXssP+gO8NKHHC0oyayOlCOQS\nahtM0r/la2QP1v62Df9d6UWdc7iMI+P1UReJJfs5f8mjq5WvdtqGYPfo0jG2\n2+Ggyt5Rk+i3GtrbZi6FZBOHhUdaCVpS7pTxOs/cWBgjHNeitjlEhP1Pb3R5\nnoYHkytELGCV/zk8s5pYayhvR6rsyxXkQ9oM8zFD2HXLKJ8P8aBbuy2FDx0A\nmJm79FfagStJBu/MULRSLYSRDLdt0q2ionRvMU5lFP8Q4KWlwDHMzAgiwIQ2\nLv5biJ/EUlS2rGxQ2Qnb2FOA0v1JFXvzzwU2zEkN9f/o5AF1csRbds7782es\n9dEcRzdaWEj/KlY1yoKnV+ieU2HiycUXFB9LDaelNE8tg//mZn24AjQSuZsK\nSfMLks4bBnYUx0yp95rfaYJNTzGI/3fsc0E2rXfIZD9gfNGUDEEOQ5thwbmV\nbsJu3Dk+6hN8DppVLK+jGgKuxxpG5mmg4fSB7WvH0cYA1HKLKhcF35rJkRpS\n6AvbL3dhXEsGAtmnpFx8sg8oB8Jg4HW4kPGbAIKrnnAfofkckAwp8EYyxvCy\ntTdZniD5DH7ZSsDrTcjh5sj1Shga8eV90I4KK+bc/aiNR2HqpaJSaip9Xdbp\npey4o5uBHcIsYGOn7/Wvz9vo4lmyytY5a8tcQAPXURBVoPOYFna9oq1jIEEz\nnmMc\r\n=a2ze\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"395807ecb3d31430d7d0bb1c6a1007306fe502c1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.15_1603236721179_0.5835413301180543","host":"s3://npm-registry-packages"}},"0.13.0-rc.16":{"name":"fundamental-styles","version":"0.13.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"51b1aab5dfcb1263345fa03d9f44a506e40d14f5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.16.tgz","fileCount":476,"integrity":"sha512-008kVvptE2hrMkfVnoOuyEbdAGpa8irwuNY3fR9NAa4rkRC9cL+I2sq+U0d1ZcH/qeI6f6N8IFlCYHNr17gWJQ==","signatures":[{"sig":"MEYCIQDEuRf6Jwty03yabjLUSJ2KSoVHWl0VMTtucJeLXXVLBQIhANnsR67P0yni4vlAGfB3MeKpGbXJX0bCS6Dwj6E85nri","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15034690,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkFybCRA9TVsSAnZWagAA4dcP/ikYIl9PLpR9FLO5/20U\nHJBKlF1CpqFK9QMS/UUO43zm04zek85bgvOsaezHkf/iSEdfnLVOLANEEKG0\nYLLxihcOVz4NoCroyjsjaJgJZ7n6QnaP9Mnkgc/xgPmCi3rhXNBOIQ84ULqE\n3L0uEYB9e/Cv8dhYUC5t1M7UflDVAo951QltUCqmd0e/LJjLQvFqDVlzIG5X\nwwUpaNQt3ec9ArN6PLFXyluVG3UCvj9mBA4c1iQzFTM1pobYVQvQcGOb2Cb8\nUjebNgaqgP3xq9p0UvotT0L9LSEQJu0NNjtBl5QuBY1+VC1Tp3RtegAhk7cy\nJm3qxJ23QHo53NMNpzbfWYQb61hNBIfE2M1oTgdD0OxByR5cdM5kcZ/CpiuV\nTwG2fBKJSQcH21bAV6y59xk3BsUFocxqeAcXybzVCb6Ykc8vj7O60GJbgsBc\nGayh7+uf3MBTrkrpY3sg0/MZZpMbWtAypkW0xvGxdVZP4jywmFUfZjJY/Ojj\nrg9UIgqXEggcVyBgE2l0Mxxbt6zLzGbv41MD4mGTx/cCAHfnKFEOOaBGne9N\nTbLDGv+wqNr3nlNfAL4VM/bRxbE+32hp+DmHueEDwFjWisp11ulrza0ZGCpL\nboJ5OKgU/+uxMcmD/C9SVXZ48sS7WoWgM0yeb0wbMQkD0RSdlf+wWOrphhIN\n7yhP\r\n=MorA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"99391d17b0507d1577488c4d708a009af673b2ba","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.16_1603296411236_0.4087824609529711","host":"s3://npm-registry-packages"}},"0.13.0-rc.17":{"name":"fundamental-styles","version":"0.13.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2be2a392442268a9c3261d9ea0e55166eb4521af","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.17.tgz","fileCount":476,"integrity":"sha512-Oy46lkPNmzlGOVHuR5DkgujjPeTFLM+CBuqOZxIKoywCKHQq4vHZmU2jHgNkcZdpzxLsbMCQT0CKKeUzKYOuNg==","signatures":[{"sig":"MEUCIBihntPqo5ixYXhg9WRfpBmkvTmpXiNS7vVhuIflHpEGAiEAqQqlPbRU3NOQ1ydx+R4ohjXAeWHbbcq3WC3LdtlwL0s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15034803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkHFuCRA9TVsSAnZWagAAudYP/0QudS7JMMr8hBbATMKH\nq2imDXX46Oh7z+ZOMgd1/xPAw3NIJRicVm0RoNp+spJh2z+niSW4TYv95HHB\nCeltR/fUf5SuNfvchaQ3EHNSZbK9feM4iHptZSE6iUfWJMlJnBloNEE4Aoei\nscKqfkJk744HRhWCmbRc0RfXgYBKEu8T3ehqMfZGTTE5aEq83+AOhGOjmQX7\nrwB96N/SYWHrSUw4wwrhb6zr9ESi/xtZYOzFIM+quPy81pTt4x8m7BaVCkKq\nz65XP3Q2Azd9bzOPaeGR3JXXqg0hSBwhN/U0dOSytapMrDcVXB+FEvR4b8Px\nGgk7LFzVCgpMbdAktvhCVbY/Vm1kdarYx/Bdy/B76cdFI7+JU7yWTKAq/Ce7\nFgvfAYGt/PcAPPOFAetdsumlXsc/ZJoTEJsJRIlSQNZ9lRWnAvyQ4V2UupuA\n3xl7F00qEClUZFlaaAtvTheI2Gev4WAMqc5cxQ7lsCBfAN++A7AVsRk2k1p3\nW+Oa0XvG58Ey4Y4IHR+KPe4zgczVuI1B7r88f+9KZROjroVpFyrUX2bytzJK\nAQhf/eversqM0OB2Vg9/ouF+40RbHmWwR20rdkqAr/ao1Rz+F5lKxj1QXNkf\n0rs8U4O7yp3KC/OpB4iX5quUC93+19YQ31k5wwslz+mdoX15a4W9niV0aWfF\nEldI\r\n=4Zf+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"675103f0c1c51f41920845b783c681f67327af61","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.17_1603301742049_0.0053806351429417365","host":"s3://npm-registry-packages"}},"0.13.0-rc.18":{"name":"fundamental-styles","version":"0.13.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"52856cff7111552df702ff20a4e01f8e35e149ea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.18.tgz","fileCount":476,"integrity":"sha512-3KVtFW2qT0ECtrb9cWwBslRwXqpZC/R4DxJObBT1EFiKAdkg8cjXzrO6ATlLtdd95eTuzvKt6pJScMVjzggSQw==","signatures":[{"sig":"MEUCIQDE/jsfkKePkIPgEnoP0XZrJofx0rDBAqjSAZiZa/CuSwIgV4La62NyAyhsTxz4tgPGKnuWOMebXvUANycCfhfzpuU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15034916,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkKThCRA9TVsSAnZWagAAI5oQAIFhIs17qCVGkERJqj+8\nJeZRUT9mbuFTZFXgeoTCLLMM9EnJ1fXJa2OxmG7OpAuFOya5l+elV28uOz6h\nP5Wf8HagSJ5H8AnERkwdD1ufXDgCoTe2ijtE0V0usTLCjy4MAZU0uVKjee9d\nBksGOj3Mlh6K8RFBscRIXhdlfXZUQGHJt3uRICulKri9LjGl4PKoxI/YcWKL\nHOiB7rKLUXcGsrijF4Rqzqz9qP+70DkANUigXE/dExM23V/6EEmSH97Oxuzp\nM9XNTJlKOC7HsU8Ef5uxLBgFdnFCmJtVnPSMLoleGCSo9cJ5gVHoLt6J/Hf1\n3cJdw/8Fns4jJcrkLvXBiCVgdaW/HbfFM8+odlK9VECD+0vw1fsebkSgKksn\niQcu11vxIxswg0VdH0M3VPCr3wnT7kEBxD5In4jm2if8xLB3p5NxWBRVHh7L\n3IrFdbfmPAXLwfPRPwf/WCQAzNkNL/xAK0gbQXLBonET+TaRrlzsL7DE2X6T\nXei8Ckn2IB4cPRSLe57MEYCFlcRHhHYHYvAe9pHCToJ6Uo8ERHgwecj1vcfp\nnFQ4moSvDlmeicEV55I/N119T/x0M5snyvmUmLhSCRKbssXfg41AXl6vgaDz\n+RCS6mGMhLkh1ydXu5c0Kgqd8vabIxTyRZKvjtQObtGyxbyCVju3dquDfqXF\nG7rD\r\n=yoBm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bcab500bfe9039317c50d376f560f9a8703038c0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.18_1603314912450_0.663755706058808","host":"s3://npm-registry-packages"}},"0.13.0-rc.19":{"name":"fundamental-styles","version":"0.13.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0a0d8f63adf7798f0a3bd656cf1c192cf025e217","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.19.tgz","fileCount":476,"integrity":"sha512-4/upXGWM+Io+Q+TDeegAzLRmeD6k/Icm8B7yXK8lxk/GfkM5+bECROHrtKh6n1AXmbqZzGH6SNnvG2LDO0AwKw==","signatures":[{"sig":"MEUCIEg7I9BL7//u6bopTmsehr2CynrjSqBThw5nWxSOFYmfAiEAv4uwI7zBzjLu/juVKIo2r0UHOCXexNM5jWaa8k7QN7g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15035029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkKeqCRA9TVsSAnZWagAAzpMP/RbcWqvqOg50z3BPDjDx\nvMYBMCCpsmQQ8zGZrDAAC7jxnzSXf1MVrBQBbpGGp5HdzY4aDzlM5UYwjdJF\nIEbGYtOIZizDPXOVRCAd0/G7h70X/cS0Dapwm6ftKBAKsznz5C0Y2oRGQZVm\nqLoP8rhMUasQn2hEEPKkI+OWhkOhCiZgiR7NARzTnPOUxwXLz19Y4GR8il2U\nRwMPpMXnFhKmDfYolYca9/m/BU2S1pDoEoQc4GRnHLwpyD6gFQALLYpke4Vf\nXrgTa8TIx+b3OVaMATqvc5DZ6Uhfuus8xRXVTmhndIIY6q12xDqtayN9DVia\njRUtnKix0H+yNtb3K4JDj7WJ0Z/IN4c6czlPU9UM5vgjya0HuUBcCVvdKeGU\nCxKy6ydJ98XTqHapL1DKxSrUy2KypSSqWjg9hVjtzffBZxzY9aHyXrmO7Rah\nniq2DuYTbRkp8ccZ1oOgcGw29vrDUSAsJ4wmUh1g0fgsjTl0NyETLDdB3ImA\n8uTu89ogzAHqvy7T3cUspoIIBYjzY2Le5Q6+SzuXmSdBHlqtRX5HP9aQyLEt\nFdFsV+ixLBjK1aPw1fbuZo47FQ5Ekdb+v7fwuTUzjeQBl16DtbBjOv9SMsP8\n3wjyc+NYjp3cvXd5BLKPeQ3wflOrq95yLMr+gSZW6A+zR8O17t9HXnaIRwtP\n3IrZ\r\n=ex0f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4a74e4347e3b110c384a161f81e0e54fcdf017a1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.19_1603315625665_0.7588588358955599","host":"s3://npm-registry-packages"}},"0.13.0-rc.20":{"name":"fundamental-styles","version":"0.13.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fa9f75a6e3bb65e665c625402c21e3ac485cb48b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.20.tgz","fileCount":482,"integrity":"sha512-ICrjsFwq40s2bV5RcRJjGP5cxAnjHEnC+s9OQVdaOI9SO83H2uTTI3BG8l2Ug5kfAEcRcKh6jtWAq0Yi37Z5gQ==","signatures":[{"sig":"MEUCIQDlvto7JjHbnQ8AdLJRCVPsY6z3CS3YXuik1QwlPOBSaQIgdEtgqOE3bCjudoOdvyV3NmeXYxr2psYi/7A7/jGNStQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15047729,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkkMOCRA9TVsSAnZWagAAka0P/1tykmNRUbvQbbx5IcsO\nqaZ4uMpFXRru/xerIdLqPiv/wEx9k4B1j4Oa9pnAPSkQRkzCeBhX6PNkEW6k\ngZc5/Z92bsahU+NwuSpXnhOAaLIbu0Hy2BWzMDMTYkcIz9zvbFAk2N+DiiRb\nzdvIQyKeJ+JlQqXlKCx+SSNWIlzODzw+6ihPUdFjZu6OJ2JqNVhxKtcV+QgY\nCo/ffoc+Ie7VmMA/F6I0HfGsAHoMIUUe5ypneIe8JS2otaK6loV7j8Sjng3v\nl4/DVg2L88ItWeV5YZUmwdtg/WTu7M3BL+vfZkODiV1k1ViuFIiCRVWrOj6U\nt7prWdcdemBfCByIJJUUw3OlABiBt+LJJSOFl0vDBEqBXswR/As803kjnI1E\nNRLwKAEwL1B1NF2i7opWeCp3isEXtsyqbVWlPLzfihnZEbIr54dQGQkdAYra\ndRwboH/eNNbbRDas97WKQpxZAZ2wz3WacyL9HPtas+F+YZGU/oJB18EY4YvE\nr0Hy1SZtiaK1+13AkjzCsRPp6uk67kfVj1S+svhO6UIOGMjpQYMxpKzmVQU6\nxPSiu+obA6SozbcRZGvnF/ZwOsHtZT95T/I89sJ+k0qUptN7YvOkx7uIuxPG\noRVEYRk2ApMMz6VYR402cqW8zTVHh1wVNy8Eyf6Ib2JNoaWxj0AOOclCcNLk\n0qvP\r\n=gEnI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b492857e79b271197ee2bc370344496d42220f8f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.20_1603420942041_0.41072649710123676","host":"s3://npm-registry-packages"}},"0.13.0-rc.21":{"name":"fundamental-styles","version":"0.13.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3faafe9057fe195e315f5d934607ecc2f078e6b2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.21.tgz","fileCount":488,"integrity":"sha512-92zhuYedUPAgfOSj4pFyDulTITeoAHiU7NiGgfv8Vhh5QDo2EmX0O0vFKylnh3r40W3uEsJ2vSjzAnKHKeBO1A==","signatures":[{"sig":"MEUCIQCANc1+j2jRq/sbRagXQ/oflEKQLllbdeVFr3R97FZt5AIgdwEe3G2MQuCNdDZB2bBUKXnNovH2e0IIIGcLhUgBLBE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15110196,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkpvRCRA9TVsSAnZWagAALtYP/AmyEBFlLs8tB/mm5VCL\nOdapoTsq4OsmkHVaqgfrWduFnXap/izavqI61XIS3oZD4lFavqKJtGOul7W9\nCwZDI6BOZ6KF0/RuvjbIyxoBBmM+GaXJKdZT1ZulneQU7Q2yIHudfhc3+To6\nL+coM0vdMvbkIqmgvFpHXYhXEm1hb4M6Q91XDdt06Kpt9/tKCSMuff0hUf2R\nXLtXQ/4/nzQyeIl5973JBF3B+VkrpkCXm3gQJojbCI5aItmvlBsYpfEDkBq3\nfFk3vDEHemdBbVKoKv7KNjVATs+uVuR+1Nlqkb2Z4ckNByKpxbVkFiPStFTB\nHW9o4O8f2EYpphNw4WZb2NVwNT4xppiDRB9yk3AAjHS27ap0l3OgSnnYaPVn\nx6mLTwLk0bwHLRY3DgoVeCXZQ0Dmk64QJSq8cjlaRuhIiYqGJwXdyKsPzS1f\nEkZ0D1T4JtOoNNWZ28Gfzmny0OQ7XD9FTtri4fU2TpjgGms5HF+bj6md0zsU\n4kMPB7pGsLCN0Cz63aKRmpDka1WYodIxURpKKOnQ4pGLB7ln5PGAFqhLhtbc\nNzcR/2AB7Nn2xnkwz2ZVPuc8wbXywjdRJ1CVy0cJ3V/olJHi+cc6U5RSLBnn\nu13BnqGpFo7tQxBtOMpsmZ3RYHtYy63pia86PBYsuMBRuLqKnfq5spj87r5A\nv5Fu\r\n=3Xve\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"60d3aa8642fca1af8729f446063e72c5b16fdde9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.21_1603443664541_0.88563503935653","host":"s3://npm-registry-packages"}},"0.13.0-rc.22":{"name":"fundamental-styles","version":"0.13.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"15f76424b1c55386261e4eefa9af86af56bb9deb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.22.tgz","fileCount":488,"integrity":"sha512-4LzRcV7QLed1oAgNPyXjD5lIIQWnddN3fE1LanCsWa/aHkkuU+oZD/OkWi5XR6dvSkk/dlhhYNS1zyRYN4oSVg==","signatures":[{"sig":"MEUCIQCOmMacb+2v93DMb/8ZOuZ4U0s72Cb/xGugtGCvjJUgiAIgaIouSbV/SQniQtFKXaoE1D5i6D1y76DPWTD/XuaYwr4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15110535,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfkzpfCRA9TVsSAnZWagAAgaIQAIAjZ4LdmZK5G6uueCnR\n6pHqoAnkcMOtdlPr5hj4+dTcsZKlorCKI/XGVMhKRq++HQnvguKEQbJofjX4\nFd712077DlJb+gcAcnf4KdAbDa41+FhkG7NBL45RiY135tSJzOWS45GHdzyz\neWQQ/DncLND6zRQULMwOSnlE6/WHpBGUri/0LhpjSlUFm8FLQDAoigQHwHJA\nhFuhIVSYgVGfR6U3DleVEdFq4SMN622IsxTNcb7uLDmiOd9Ro0UHEqtnjE64\ndt6bOLtEBhW1KYILjtksenRmnFfPzuim6mBpwimBmokYlNNfTxbLEidFeqsf\n4s0sdHMzrZdAYIv5kzeDOu7wQ+VL08lZzcgQs6N0iVn/QGmkvHNRHymxpDfH\n5/OyXZmyO8NRQ6sJAcgKYMBFhnRRrK6BclnYUhxDVBipE5eOLwoTLGA9k+oN\ngSCr6br/Rt1cPCu4aH0eeKRvMrxM2QcPJdCVE8yhhU/y2mvvQNA9S0Ki5Gzf\nv3ck86zWv67LCRdFsp0XGwA0I0q8DdYMAK/tnalQB3HLgKdV68rOsSow8Y5M\nDajaA5s/6heTQz96GmEvj0UciW3LJ9bq4lyurjXt4O0I1TAqbnS6y4DM4aR5\n/cVp4kH4zTivsrUp197p8l5hSX1MwrPwNrSVHVH+5btfPiJfxWflXIZ4QRKh\ng/ww\r\n=KKNm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5badd0bf6cdc3195b292e2907ea93d01c49459e8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.22_1603484254292_0.42623891846424766","host":"s3://npm-registry-packages"}},"0.13.0-rc.23":{"name":"fundamental-styles","version":"0.13.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"237a0c2e094b87f5244112ce229919f12f3ad51e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.23.tgz","fileCount":488,"integrity":"sha512-KlYEtTHeBUlANt55DFHZ7FKpmaYKpETowfuUKzyrugciWKaJI/9pPCNEB5CFpfVgT5Yww9LGeFiDUcBjHuHpNQ==","signatures":[{"sig":"MEQCIDdfdFMvFPEs3Ul58dLqF0hSCbSzcgHU/lbfoHBmdaHbAiAkxoBQij83PWi7Rt4GlPhdigaSKV49pD8weL1LIDvvmg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15111254,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJflXekCRA9TVsSAnZWagAA7c4P/jja9uxLPQlxXXjN2tMU\nBMWW78HDZVUB7YLzxDVgqJKXLrw7XD+kvATPPz1iM3pzLv1Zc6DbDn+ELwuM\nBKwWGRR5wwRmdnoe9WsXqvy0UgVhFGjaccCLHqM2mAJn058x0QJzkQcovPkn\nFypKpT1DlfeGvQSate+xNlef3H6W08HjYTR9v7lCXKIbscq4s+dohjpJDIgE\n3mDJTky5HMqvIisSlp5xDFyXnoGj7LnjEeRJGV4LUuuuj7OQAAQgPUw1qMJx\nvAm2K1PNFpTW+qGotiEdrK39De1BbmUfOlLG9xTKbHFMCyoteJnaYVJ4t6LH\nVk6zlxechDNcqtvZg4g6CKVez8BzKP9MaSbKpzF8Nt827WE6CuOnXLSS3ktd\neqygalvu+6kokTaZvtpkqm2EEusSKaNapcK4QNQRkPnOvz5zAn6tB9aKOSja\nXXUA9DidgX7Ua9AZnx+dyB0QvjXHXbugNJCQcBAv2CYHPd9MCYL+trJPU4Xu\na9ckBvrH5Yq+fPrjZ34e3/ZUCYi2fA9jo8qOoWwADn4zrQWWYtC0D1PAzWP8\nnMYUMF9VqkVbVqhXFLqMoZD3Ur1qxV3SxM1MxqJvQAZR0ZfmDhhZ69KEOD8V\nbMM4ZiVSND9yzgJuMrP7w7wd68W5Qhzf1n5k8bGXTt5VTK+gpghS8zp03Akj\nzCaX\r\n=O7jG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5d56740eb9c88b8d856f4f9e4ad4d36f7e6dc3d1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.23_1603631012055_0.8282131621117952","host":"s3://npm-registry-packages"}},"0.13.0-rc.24":{"name":"fundamental-styles","version":"0.13.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b492d63deeee2e76ce20333809b5bc5b4903feb0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.24.tgz","fileCount":488,"integrity":"sha512-pn/ROnpvkNW8bMvrRjDw9uX3X8rF/S3hfXMuTo/fEmW6VF/g0A2lX1pwDRWiX79BE7DTWebzVIbBBhppmnWOaA==","signatures":[{"sig":"MEQCIER6RUYx0lPmk/EVd93jFdt1Hzwm3PoybtgJIx7oLyfUAiAsdkQ6qGPQGeVDpBrmFLoR3yC6rrlC3u0l6bXh4faBwg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15130791,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJflz0yCRA9TVsSAnZWagAABbIP/0L5kcNpZVMAtrlDndxJ\n6qsVnuaI/lK7xdu4ZNDaK830BudbaeCAWmMs5jZUKbyObQBsV07TG2Lepjcp\nGbRhTL1E1mHNigRPGdp8NN+LUTSrYXR8mOPh/6m/I4kLEo+XIr9X8xPp+G97\ntSYBd01xBwxslBaSnLh9/rM6ZP5qbrbaU9MrzOfWtEJMEG8HlrhPS1FxC4rK\n/7R4aKBccigVg066S5fhL2+4jW5Ac4eIlMFhnQt74KZlF7b3cVbrnUlwCB6t\nAWTstj24N4E8mhth42OQ/uloKkvHa47Ebj5u1LvLJ5+Rgz55KNI9WjLxttR8\nTZfxYjdF5EB48VTejPjx1ioUAa4BEM/Y5//Q8klawypA2IFbe/e1Z2UGQY9V\nb6SzCFo57LMRlKXllZhEzmxVYqwfM+PBEzWnzhXTWftsRSps312l+RKvRzeP\nHqtYofQTls0EiNMwoO4AeDD7Lq8hvJUqvCbUaP1T3wYov8wAMYa5RFsboPr4\ngCKyaU7/43nki4ujyCSC2Ha6JpkbGZfZ5WzFLsMqLnUUU65MLNPYK2+VF1y7\nTuycj8lFXdP2ctIMg8M16iGmzdzq+uqTmekrCD/uF8M3qs5j9UCqRfhNtHdR\n/VAjUM+XrFZgRP2RJnMAeAkiWWu4H20QALs6ORTpCoNFQY+4Yfx4TD5lNo9e\nhBpa\r\n=n6j8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"511f8f4b33ac17023ead7fd80c916d0c8e279196","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.24_1603747122044_0.806480462679712","host":"s3://npm-registry-packages"}},"0.13.0-rc.25":{"name":"fundamental-styles","version":"0.13.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"efd7205542464334d353b125f41baaddb3b9462b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.25.tgz","fileCount":488,"integrity":"sha512-zrDsOhyZCWpMOBpRGjQPGpuJ6exzhKD1LyDPnrA2x2n/muWy1OdkdDCy9OOJzZz5OUyH+HrlZtHxKu0/rHzd+w==","signatures":[{"sig":"MEUCIQDTGsRIXT8vF/pBqdp9Cgg7arqZaNFvlPnmcvBJoUu4BAIgDs/S61EzgAYECUCyo41XI2inxd19QMLxNZj7saPbDO4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15130904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmBfaCRA9TVsSAnZWagAA1pUQAJT4ooYCP1n/hvjI1YC+\nKV1zTIE+byseE/qD2X5nFi+sR+Byre3+VJRcA0CiIYAwEbZrNgnKUHelt2TT\nXWQ75O8JTj5LM8Kzx1S8ckWJTVRGpzrIdnaEokmIuV8EqnTmAhqKJaKSLo9b\nAcc6jHw8ewIdd0WZG3FrjnY9h+c4RNj1Idvjc6tDovWV5yZD8tf+kuaE7W2f\nDxDds+U8TJuMHFPCQTwmUuC7lp8uq7zLFl06g79rOD3/5yCVxA4tYD8Fs10j\nHlZ2CQXtAKyBIQeOBLHSC09jafuhIwpIPgYpzli39P6bXFmqmrdi+QLbQI4N\nhJBZ9iDmu8qFbI7qPau3tyK7rrSkgChEsDKfoYhCymZ0kweBArBWJh08aSeI\nSH1JYooxWmzrQA7b8O9yiLl0QL2zGexMb9Rf7etoT1xWaM4R49izS8naTLob\nJFhCcWMWKaho5fbB3fkOCLRB4Kg5XDa1SsY6VJaWcPDXaT/073hn2WT1Netj\nm54KOjzwtobIwEhA7a0qSNrRfK5nFQbpUzr5g3gWe9YKzKc0ZP5wwwVG5ONa\nedR8n8Gtg7UCYfXdlaoJysMXjup79kfPEmeSfYutDNK7Hf3H/5/8Z1/Cio0G\nORoqlkGivM4ueeTOemTxfUuFoA0Q3PtrfLdoWUfNjChTwL9ExyTz4oTBrzin\n/79i\r\n=tKnO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1b168b9aaa5bec2a850258a1c12bd3e2717573dd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.25_1603803098323_0.20796920987280587","host":"s3://npm-registry-packages"}},"0.13.0-rc.26":{"name":"fundamental-styles","version":"0.13.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"267fdf0b701ba6b9b9a8d3ac883f81d87d3f8487","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.26.tgz","fileCount":488,"integrity":"sha512-d9pnI72IDCbw4ecZEthxSEaFv51NSDa+A95tbPVHLANzYV+nFAU8FEmNZs04ksqbyNagMBzb5KJZXD9ffEl3oQ==","signatures":[{"sig":"MEUCIQCDHrDPEmNzV5grbFStRcpADJTO77VyyEvBCjL2f5FtCAIgbEuHsr7Sg/6f+gHXVb58W31KkpGMBhlPcp1EoCBQ4w4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15131017,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmBs7CRA9TVsSAnZWagAAU0kP/3WbfM774Tg0frMfRDUB\nwOhVKLtiB1IPmzB+WjD3O5Gf5XAg890BSr7k5NUs4j6fCxfcdw4WWWGh+I/v\n3kzboxLt25RZZbfadMBjykEEIhHrpJKV2kvnC4j6YBYAEIpZpxAI3G0mlZ+h\nkXPSGbt304Gy1Mjz4f8pz96pewhDijO/QbmjT2GD2vSPA8UigrUFTf+gZh2T\nt3SdWwMqrx3HCRzbwgxYEmDy1WMAIPHJqN0EBKlvY76uUajAiH+JYcDhHpnS\n7EgegotUCOvdRsjtivdf4dnVyL12R+SOjBkujPeAMtS+bQ6gtPnZqdWkvrLK\nFqWkweyJY0d9+0v3gY7Gsz6YdxuRYCwLHXG60mGoOtlAc5lNQO6AjlB8FkHC\n0DePJZtDOHr3NgFGqoS3t217KfTf+/yESdsfji5VUbUPEFcHGqd0NlPbSatx\nt3vQVqXc7+yt2S4G6disXyea9BSxs/iuo3pkj+nmfywsyuHqZ1grBykjD1xe\nEBp+eZ1/LScmb7kWAMRb32vmZpTRpjE2h9bVgYm7UmNbavQFKfotlmrb8C7s\nn50DDaCZCpEiS7bMeBfzMgMjydxQT877iZlT2URcgkqkmibAPp2X9b8LdFqW\nTTZTfUCMrLF6uKE6JIKcQcMQl6zjaBZztq27nomSOO7fiyzGH77QLfo+Bt7X\na1v9\r\n=ysXM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"969195b4b9f25cbe95d4ea382010ada4024feb5a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.26_1603803963042_0.12574910308376874","host":"s3://npm-registry-packages"}},"0.13.0-rc.27":{"name":"fundamental-styles","version":"0.13.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7e88cae387ee7be512cc31937398454d936cdcea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.27.tgz","fileCount":488,"integrity":"sha512-TT6btnMG/644AqTdu/4rI4ra6YuiBF9AevQjdr3JsJS3e+CFFX9C1JQ+2QMKoxJlZe3o6b5NRxjW3wMIvNl+nQ==","signatures":[{"sig":"MEUCIQD/2CLCjmfF1idfMzhlx7qKkcsz1hKVDlKT5ypcuv2HCQIgN8dKpsMM3Ul+aazoUrdm/+kVFDf/hIBK5deZtO6DAF0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15120708,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmCd1CRA9TVsSAnZWagAAY04P/0Q6Lz4PRrPuI08FJOpZ\n2VJaih1em0IW14sF/KtUm9+KW/T02HINdFulvU3qAhUyFoHaIg0TkZnC0MjD\nsSF0iwQyYIk9w1bdd1p8bfxGmmJtbSlgNTNoPaZKfrCjxIxlowWfhvTAsSKz\nutKxm3Vkwd2w3h/H9eYpMjEO0Lbgx/My/U/1D7+a2zfzMk/NoRwoOYMrCaS4\nia6eRfY40XlvGF70vclm6wdcAyRqkkiro1pBcOCHj0/JEV3U74Sw/XjA4i7h\nxb+u0gMF2IwJs5GoHeZZQRBfpgTBuVJFJgiI+Gl8yozOuwOy4lb7dqbYMN86\nX5+u3jVHm+JOZQYN81vxBxKpFEdPSxVOhA52xMHKsQ2Ky0ptNLOoWGeZ50UH\nYCLRki4WAqZWD+HSz2wo5t6LeZrQ3xdgDHgNSGKGLJ4VSk0PgDLpGjX1jWj+\npkoVLnwXjBQsczriVx7b22HhZCnMBZrO6VXioY/1PetXmV8CftE3MUjtSZyo\nd2VHxZaBLrYnnrIJ+O6l9ovuzX5O0ehaNCVWUk8hprTLksHHVM1QmfeSXL5i\n+mRgPpLBDPfzk03E2autvdzv0+KKgcldYWZzNy3ST8Qhcsty0Fg1eb89NIH5\ng53aS1bekBX7YrN7iGIdHcIo3/TLeG2rSiRlNJwK+BfnfW6aRibX7rpdJWEo\ndzXr\r\n=t4mJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6500d397d62658399ae7448eb74f252b4b2c72bf","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.27_1603807092742_0.11883486233092855","host":"s3://npm-registry-packages"}},"0.13.0-rc.28":{"name":"fundamental-styles","version":"0.13.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f72b5b8c330eb08137eaef19c7b78b946c89d144","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.28.tgz","fileCount":488,"integrity":"sha512-TkJf0x4km5ccXXNgBxG+Bx8q5mysOiNqlGsgJIVViCD+nByPmJW9z6aE3F/du3CC1TVx5iInOI1XWdng9p06eg==","signatures":[{"sig":"MEUCIQDSMyeKA7fS7E6GZGJNrEQXwnPwkQ9uZXtb+S/Y6u8h7wIgKf0VG7Vk+g6Sd/96XgUIsCMkmogskH0sTye8E3JItG8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15121086,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmUJHCRA9TVsSAnZWagAAL1YP/08gLKz0P8tkYw6OURp0\nryiebkaaJihh/y6IgHQtETCrRjheXIwyCrIygn/5vOluzNZ+DTrMS82SFcc2\n8lsi0nzHav9JVj66p4XTUFd4SQAwLi5PKmDpfgqUCpHvKG9bARhhkZKjtAYX\nXZ/APgNGzGwYLkXckUNIWp9C1PHsLwsFHp7PgdDKS3elrF9HB28Ql94gLKh/\nKwMjCWmtPjYRdOZNOFiyBc5AYvWJjPvFHMkuuYBLL5XhknssOp9A4xD+V31x\nIc+dzU0oruyDLgKGihp9pzIEzKYVhWqz5DgGlN+ZL5UfJM9umFRpJnL3Plp9\nhkhhOOh8TZgc6mhHaYpjKtaa1HU9iXf0jguWMLcr3AtvJMt46EmtmYnRPU0K\nk+iIMG9huuVX2Jw5hAzAnzQ/lpuvRDK6R2gCXdGfXhIMURgLr92rdo88NY0n\nkLLly5gPzui5uVMEw+U+7Papu+aWDEM+cDkJuf8kZAfRlSTzxYmUAfn76x5L\nGUPVplGJ6aK1dMuwBKcRHJB6pxZjL3kaoJ2WhDtPHKc0t+LmteQy6MJZk7y5\nEODJ+mBt4kaIwkmroC0M3hxcvgH5enlAIw/SjkTsx4KEFSwgbfJklDB2jtrT\ni+MvznldM2owGWqAy3ON9foR0U4i67t8LzuQfY1k3lUV0OoVSgeWEMbdLafh\n6XY0\r\n=Tzfv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"324193bd831e666d7d173abdbdbe1bc385649201","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.28_1603879480332_0.7090910643767463","host":"s3://npm-registry-packages"}},"0.13.0-rc.29":{"name":"fundamental-styles","version":"0.13.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"449b548402b9190d2640047f9bb45333351b9f9e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.29.tgz","fileCount":488,"integrity":"sha512-7QXf8cthOSv1/+dgAh56OZH1Jma+YzZwszAR0A8WNfVdI1iDMrZio/9bpZSlgI/uygNhdSxUSTFpW36BlA1Cmw==","signatures":[{"sig":"MEQCIAyaqonCkR52bB02Sr+2GWU2+1TQxDGRWEHT4GvCDc12AiAyVwW1xk5qOEwTBhJER1/EQWF+IjLLkrmqdYYHaTU3gw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15123251,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmavKCRA9TVsSAnZWagAA0l0P/22mntqMSFDVqBm4JXEk\ns36t7a4ovj6Xos/Zb/y9oSZOX2XLWK2I0efm79zjPRKD90uAKTlJLzPsS18R\npnY10DhoeAGnrkIUKFeWb8R00psMuibKdBB158xBhykO9GuoN0uEGnYdoxX3\n5IjkLoEcPR0sd/QZYDW5wh08It5WJhe643NtngKkWJ+NIfjvmzmPaqzD+W9Q\nymdWncO4nYM1AuZKO6nbPIUTlGei2K/6fbpVSqGuQmm+BiEQv+tTq09RcUuE\nTZaODUX7BBwlrgDXfpaEg6g8kq4xVaSZ4MKg9e0OBH1UX4utDgE1JXf20rgo\nQwRVnhJpZ+X8b2milMdWPnHd0BJpZVGGlYbWM5EcIPHkjtBXDLaPuCSEvx4P\nvDovryq0XYRJKtAB/1JqgW/CtmTHZQqY+KKNWpd+46q2ZSzVwWbTl/sTq4Lb\nDWFe+RsdWJxBBxI/3xUHYgp7sIwBMwjCB4VznYNFDXcdzYcOWIml4Ea6543B\nUgISH8ACBncHR7LeEzAIgorIyQrHK/v5gg3yePBip3iC1dy4m1G64fGLjwzb\nuu48NQ3koiopf6qKP/2ApTPVCrPjyhGMDX0DannqECat9TvH/xu9DEotsfOx\nJd4yLJZRYf15VZA0lzotAgAXrYQZUI6rz/C08VZ5wZtKxmL/yMcFlAT63dLL\nIXXD\r\n=ejNT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7fb15a7468ecf5217e13367a346c416659dd7cc0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.29_1603906505750_0.31017805500192486","host":"s3://npm-registry-packages"}},"0.13.0-rc.30":{"name":"fundamental-styles","version":"0.13.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"25e775b4989fd3b6b3ccb2067b9e0e237cabf8c7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.30.tgz","fileCount":488,"integrity":"sha512-VG2Y4MMxwwHhwy9SMKds8AVnRuD7ZGiXGumBr6LJRPkA59j5DsM4WmgPoWaCw6imQfFMZ7srPOCo2TCmfPutOA==","signatures":[{"sig":"MEQCIGjhVnGFRrY3ha62K/LDqvlQs2D1SBMPEoqvaEeDIkSvAiA8AJVrVStv4x9CyrCQp0Pvmfx/O6A3ibsRIH/ZEp1G3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14877263,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfnCpECRA9TVsSAnZWagAA42AP/38u1rIAGWk1ADiN2NZq\nb0NRkYyLUCxvVXJiQKh0Q7aS1W0RZaHmdBwR67XWQk/AatjiPwwQ9goYc0Fb\nFjbNfBLIdhRb0K/HeUtZrNERPxWfCpwq3Bq5yKpGHz87R9kkRSK/6IsPzcIm\n6LEx/JlJo9rTfYvid8Zh4GTU443ge+6foyIHKFc8LCIraPaZDR1DT7DfhNIG\nG1DCh571cl9fejDsOqFuWsSv+lQH2nCaTzqnlaI9Vcc9QeW9PrUx4Gqn/AoD\nJE5vFKweiR9Z6e+5TLGpgRrQI1GgpTnPFtx5P9GgAAr2UiFXstqZCOUsmUFm\ngcOiKd+/wK6LNwnh/ecG5lo2gWknZUD4LFAxKNgRmOe6+PbOsVPcmRkCaRwv\n6QCh3iM/GTgc6Jc5CCBlhd5fGhoPpiD31IsNFupTjcZxjv4CFMIiUgKP5NR+\nHPe543WCb5IbnPaFfTpcJsPS2yhq/VYtsL5AQvUZfsFcZNAz6mONVIlRPYoH\nKe1k7ZxsirupWbHLSB8xfxJ8BZvmBuHYETL48pRdl64JK54D2+VzE7zfYZ0y\nRbquzuWjeLU7NAcq7/XAczywLFtjb7Mhs5zO2UEf/6B2JTKz8iJt3jzoW8Ao\ngdxIa6hgaWwiuYtLaBWfzyV7SQT8lZxPNT9i/wavcG08YWybA3Ub4VfVICK3\nK4H7\r\n=H4xR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d9ea35ff5b4d67d24bc1555304c425fb8b0627b2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.30_1604069955621_0.6294516091525717","host":"s3://npm-registry-packages"}},"0.13.0-rc.31":{"name":"fundamental-styles","version":"0.13.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ec615bd1820561201b66071a5c36749c4177fa50","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.31.tgz","fileCount":488,"integrity":"sha512-4kPQITQ8lMD6wnHZKDQd+Z2PuivPGBXif+m2AnFE/ydSRU8LbR++X/7zeFvNG61JzZx1VfBsw+tMr2pHFF8KZg==","signatures":[{"sig":"MEUCIQDbZDGyjrWxq+Gm9QOQGfMKLuuYzBn9B8srw8GkgkoC5wIgJwtsWt/WGGmJFT5L87BGxZ6dgV17v2GshT9Yn3mlung=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14877626,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfnGjtCRA9TVsSAnZWagAARScP/0RE2yN8RuB25ChC8fSp\njI6Bj0GeMZMWsGgaqufgQ9DH0rJGffwIv4wmRMc18h+W/l/GQz09mfyhIRhF\nWZxo5PmkI4+XOAeUYF4KkhfnaLGn0B2ltW3pFvvZ66stDYuM4Py+aFs2uF+3\nn+pOALakTrId/jdl9X3XWkqr4yW5Hyf20B8rv71+KN12P2P2TYo47RM+g7Mv\noB65fqqb8xNJNDRuW/rNTzuKovBprlElPD/BFlEa85DbT9imNqJIWltL8m8N\n0vnFI1pDzMqswuQnWJoeU5W4YDVoNgvMJE1z1E1EWxJ4G7fiE7AcB+NCO2sz\nlAbEYCcClokZUkFzfnelBDE7sToZ9egClM9vCF7QTrD2w8gpbHZYHJPU5XI1\nN8K8Z3lXMk1TxWDbEbTdj/1tqP6684Ipxk3LX3/NrOp4hgWyxzJgSl70LCs4\nWN2rqPwKmwZZQWP/PZk6sQd7jHq3u8E9B7ZyxV/2tDntLAHX81U7pgqGZMT5\nkRBuUVgOxxzslZq527+z7Yy6E/gjb9iqTmLYTE7auvp1xwM7vbiysRHHvF5l\nNZfJbdSEqUOH809/sWIDUmoatk6Dgf+0eFzHQx0xBIZC0oJsU8yG9q90j+lT\nvXahfNWCVFYZQLa2P6Mp3hCeTnvgIPkVQJTyzoIz+PwScPi5lrNLuUJkNIED\n+UdJ\r\n=gj+8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"38721ad9952fb04c27df83d3058e1405559a2250","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.31_1604085996855_0.16961442649123315","host":"s3://npm-registry-packages"}},"0.13.0-rc.32":{"name":"fundamental-styles","version":"0.13.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b61207a887d5ce7f8078004b70f1e12a22244720","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.32.tgz","fileCount":488,"integrity":"sha512-dc5lUfiPOZm7ngax9poSlfN2wl7nQNwY3pOyiSrS46NYR/ohuAxJtQV+B7Qu41uVNvZOZkDe+xxdjJdPkkYTbw==","signatures":[{"sig":"MEUCIGmW8scCAhwQa/wlXqiBDSk3RgSb7omQEeOJF8HJhOLxAiEA62L/OlhG1Hw1Mpy/pGmc/3rQLbblu0Dk+SXTZyS9DzY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14877739,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfnG4jCRA9TVsSAnZWagAA6jcP/3JgnUTm3VFT32R1s7Qv\nL/T7/HInab/oSgd37DPx3qKbOOTEFk0wIexa7FmzsTYtdGDrzNUT0ybtObD2\nNyj/mam/Psv3y+kd/qa50yz8lQpJmgTJpTgUlsGCXheCc++uX7w9sRiXk6Lq\n/DcSBAHkv8NqTQhMWKzegyWOzhvK691yD42QZ9X4vNF3jWGM1YpIe2On5/xN\ncuCoAhFDlsTeyn6DEgN2uN8B9g0WdJobkPDdepTD8+aceHFbHyyC45v8dFKH\nZPrdfyPewHEn2+wzBwx6qN3OSPqozX/Qfd7IajkPrK0x+u6nUPgp+rV9Qi7c\n6CC9vshUup0od9QYpiiBO+K0I6EmmOAuDcIlfXFgKpV+PF4T8auntuB3f469\nNjSD7eV0C0JzSyoKGkljAbPijvB9vUoLvSby27+mhyvpoIRWUQhLTj/j5s/B\n49OtxaCnykH5FJcSkjrOpM6g9YXDtgp8DR+qjUw6Xm1aHcQNXAEmD+ZLxKms\n7xWFt4mRjDPqRAmu+3VWEP0VZzUD78Oh6ag4ZfmjRZ1fnHdCiwU7PfXYA9HY\nYDmtfs10pAKNJ7a5EkoNmExwj9EbJp9c1Os4AOI/QqKTMkYw5hF8TqkcjXh+\ntULbbGhfjvCnnwvbG2Ke5eUBl2gQZmY3Qys087o7BZltbJ0jfyoQeUVTiM0N\n0/J8\r\n=sqYO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2f2a73f825c5562bf7c95a2db3349cbd610a922b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.32_1604087330383_0.8086065272778509","host":"s3://npm-registry-packages"}},"0.13.0-rc.33":{"name":"fundamental-styles","version":"0.13.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"58cd6098da0804a54aa4682bc025396d76eaf131","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.33.tgz","fileCount":482,"integrity":"sha512-ECTrv68RoRwMF2fRqWtq3/8JrWVmcJPM3DUSj3qxZRaCDRnfwkGqoP+gSWjo4/xoOQNSNNkB0Pa4vBMnBS3r/A==","signatures":[{"sig":"MEUCIQD0aOxMU5SnY6TQT9UOGGjmYF42pjnMJEwrDEnG4q0+2QIgP8R3eSSLw2XmdfvCWgCzBbWz4QvNpEN7MM75VMxA4FA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14726540,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfn+/MCRA9TVsSAnZWagAAalQP/3m6DwHp23fUOfYRPvo5\nBMSnUat1kRS2do7BEQEV624cUtAf5hTROX0BISbhP6W8nr2xcvun1ptwY/cW\nVNpfMNkh3PqvRugygCtyHJPK4I4rxN5LojYIO5cEJ1w1FlHC44GOGSWWyEum\nGYpZrjs6qI4tu8SYknUXqnmcr/rV3T4ij99KaeOpptxoYt3PeYoc46pumW8O\nWAUtcMF2Kq5wHMSkmnrxk4F0Do0oOMLrxCBVT10z7XvmoYPOaLj1V+PyOP6y\ncpkzbXLwtgCU76kxGuO454i3+H9ol8hVM+hpOzNViwIjKrNZlL/SEdZ23CH/\n6MDkTxEOwSPuy3rEmHjWP3/5Ewi5dgQ+6ySNzS4wiCnQAk4gVtscATkoCFhz\nzyQQGgTPPym+rjM5+PjlP1SIGYs29duS7W2gWWgkSqRQtelj780F+fIduxNK\nv1D88ZfrxyjIfekdhOSyZ1WsFZWkVlL5B9vYbvf9YkmgYjJwc9VlxPz62AjT\npSQprblpXtOh79ZqfX6fRgBRrChFBr4NP0/gDdV+/85jJZR8tr7vkbym/zDP\nULZTqLdMYpqOSKIRptkMSzB32f8MrvMbzNYn6OkMFKvmXHXwoZ5at/EhDIWz\nXktMEW1W02WfNy9K2wkNq69NZLa0xO21GoK4OUhsKf1aAtHLuchR/Yd1kV2H\n+/DD\r\n=tFWK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9aad475adc27ddb81a54dd7f2729a25bc7f38f31","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.33_1604317132014_0.4032488419334559","host":"s3://npm-registry-packages"}},"0.13.0-rc.34":{"name":"fundamental-styles","version":"0.13.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3d5386d639a6cd20e29e7c338e3a5dbf10a55337","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.34.tgz","fileCount":482,"integrity":"sha512-rVgJbpncht5wCgGZ0hxr/bjK1ZshTtTiqXoJmwQc/iLOqhVzRPkT8TjZox3NDnx3ZGsSALG86BQUWUv7C6hcqQ==","signatures":[{"sig":"MEYCIQClDIRyzZj8c13mHuIWYquLvwCUknqV/UJ2jkBl6FGajAIhANlVPKfRD9GkDV18yPQEVR6jrFejFLZBER0vEWA/x5z5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14726653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoEIACRA9TVsSAnZWagAAbrsP/ifkNyTs3FxYJZ8q0x8B\n1gJd+bIww4f6+sCWButUD2h+8ucPCijAIc/JXjb2Owvc6WJgpGmd6jJdFrR8\ne98YxlnxOkgpM2jUTDivx3upxqUl4AOOyaFX/FcV1AeRTsbf6l7go8LOlZu0\nu+DnUSnax7rSsVbYevnxDoeZc+2QusLuMsDg0PzOVbb9dCp76snO2OyMzIlP\nNwgbxFbaSnmGQhcPVo+0+Zbce0Cn6uNDSMGl6mD/vyTq0QUaj0YiU+ljALNC\n10fsRyUcbZfvTinJR2YZjQn7EiiGw5Vn89uu3HePTAiLEdxqUlXBavOx3nhr\nij0+/NGmoZXT+/GXEfC5snJRjPAk3ezjNqUQe0guZGF/9FW0PM95+ZE69lB3\nERdaCjrZsKOfPtuXy85NMQ59WKP3R6HX2fk/036y4gJAyQayTnBKb1k5Ru2r\nBG6MLdhZJzxWeFnq/nxIqbtgdV79cb+qaRiVPXMLmaGsMRc+St7/N7ARH/WQ\nB1QZtfK0sOrzfBj5W+82ZOI+3ku0zKlHP8gSTXm/dmnHmk7v8U3IUPL2DBdw\ndL0zrFm+KrG+8O4Hl0lOJ8g1N6hyyEkolG6pGlb8oTOWBbh/a4N2MMdso27C\nxs/ythlTsKGDN0+LcxEECccwkYl3dFEKRmYPDuAfQL+IgiJIshcDO5Hyyz6P\nK2as\r\n=Zyjq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"278ea9c2636166ac6ff7ad10ad3991d54d1f52c3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.34_1604338176267_0.4681860608064583","host":"s3://npm-registry-packages"}},"0.13.0-rc.35":{"name":"fundamental-styles","version":"0.13.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"de3c953993b131c2c2fe64af0c0a810bf7cf28c4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.35.tgz","fileCount":482,"integrity":"sha512-9HCRh+2unrtknvE5QxUkdzH1glTDGanWHKIx2DEzqW0tHiCdhPkq3GvIA4pSX0vS8xdRxoKxVWqnFrO99myC2Q==","signatures":[{"sig":"MEUCIBiL1dGpRfg04AbTmMiaooU1MBDy24Df241MIaytaAyVAiEA4zK9Gxa7q/kadg5E+gTrqKGkXPS8WLMx5sAxjGqBQbU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14721834,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoWqHCRA9TVsSAnZWagAAxpQP/j7q/UreW2BazqnORqoc\nxvbHofbXlDSfgRDltNXHlaHj2YdW55V4w2tMNN81qXekRFsC9FjuxzVg83xU\nOS8jG4m0blmXPLw100cEo8m3yVFcexEEfaUT2MrKo7DTqJnYnEepvsW19gSQ\nvpUIpKiDT9OUl31MW1T57qvoXS5TGcFv/Y5aAg5JM+T+mgYNIWsNQkejl25i\n3/nB5JXaDkXOuQuBYIss9sszPoLeIJJROcM3Ka6Vkx+YFmyvXCKtuyWJ1kfg\n8ARaVflrqJ97XhLHpE2JeItgPyb1aSc9lrgZfbFG+8p72hRtwH9yqO0ah6ii\nMHNvhcBknnGqqn5YcUv/A41WR5sMXFXQayXlU4uXugbSVSxyOOiLX276p61G\nEGOhmqakemQd4FNpogZezt8Te9hraqFf9RD1XNMs1ZkwcBK0rEbpgs5vVDZB\no9vORJFWK2OmRinId5SDC9KQGbzXD+nG22Ujc67lr555sdRpkvR7K/Oh7BEB\nAhQ4Yr3k72vvST//o3UmH7bvsKLwyWY5A1I37Z0sNx5wDEwRxzYG9AYhFBed\ns+cq9BPL5b1e002VWSZhEoLaWMD+KAq0cvaWE8mSj/Q7bxh/FytHG3PpER3z\npBc5zH9QAJkq1aijSw4SoHyoaG/dudqSExvc+PKJMcxQkrX4sNgKLBsMVlHG\nKK+g\r\n=29La\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d2459e3f776083544a8a8751bc7a0a3926ba102a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.35_1604414086849_0.771943926394161","host":"s3://npm-registry-packages"}},"0.13.0-rc.36":{"name":"fundamental-styles","version":"0.13.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8a8073278b5e6d31f5dbafbd7b06975805c6af16","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.36.tgz","fileCount":482,"integrity":"sha512-E8iLgvoCvhVQ9bGQxjZrN0erufCx5UKGAvFEXR3IJaF37KMUdWXgjAdFTYF52CjEX0obrbpumRAtaH3mtIR97g==","signatures":[{"sig":"MEUCIQCkPCWBCshT78YdZx8zfl0zUqiPgZ2lphg0yELjYhL25gIgBBpNMp+W1ATtjSI0w6KgNteT/36rfJ1M8m0VH4EgDfA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14722172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoX0wCRA9TVsSAnZWagAAg9cP/jqm9sH95CzzqWZGn67R\nuTiYzWWBuAYmRIMakpspB0cn4aJpzTYYLiANXeOx6gy+UUxpqJ3QBP/aOtO8\nVwJo++QreeUHcRqaHYfqH23mluY9O0iqVvyqQ6A/1paaEet7HfUUcU+8Rsw7\nJieEi5WZdCUpn7a1tO3uVI4Z7cvtWBunxHwwM0pd+eXkkyueHRCuqsc4YxS0\nNI1C4NvoHQ+bFbstbe1ghQXq7Cf8m/wPgZrJLdIwZ0o0DDcEe/zQTvl9UwrC\nmsB7Tf/BrBMW8ncKSPKqbL9hzOzV8ucd+57EQ+bc5A2LQZKc+ufhhEVzySys\niaeY9uuQvp01eVZy7cmth8ZpgZmvrvOEXvMybx5a1JcGKFbynzB0RPOGZMJE\njAdrM7k6nQNOskhDlgQMNihLWhk4xtVOYNTh1kpU6XfHE0ZNydN+pp4MOnL0\n71lG4Y8GDV6GDlZUk1wc5jbeB8SfLJpQG7RjM++ttQjaw6JUimRlb8J810OE\n3Wt7aZnXye04MbC2Q7Y/bHPMlXU2B85Swk3Ym2ypAYGi6o7mR3hqgz2qxHjd\nRMj4QIoSP3CT7eGfCaJjJ44QnJTPxOZnMAdWjcwwz86egD7/KCqFnjh+hxSO\nr0BRGZ8Gaq8TgakD1g+y2pKAQjhhAuIEm1DIEmZmGwb6b8gb+P84tSGMDxo6\nyVGQ\r\n=vdzt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"721e690bbc5204a1a7e4c3a740bab1d2574161f2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.36_1604418863695_0.9361531046263087","host":"s3://npm-registry-packages"}},"0.13.0-rc.37":{"name":"fundamental-styles","version":"0.13.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e84d3039ce866d44046daa6ce65c08815a0a5ef3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.37.tgz","fileCount":488,"integrity":"sha512-mL5XzzttrJMHvEmmJbkd1M+xC24Dp9DVgkkiM/Ia0oZGNeMZEEf/v/AMx/1r9mlCzca8h6F5LeSjFlvg225hgw==","signatures":[{"sig":"MEYCIQDSctOf7osIPtdXl1TO0IsYCxZmmwrH2WVyXfj9bB6LpwIhAMjJAL2rbRZUaAjvGYx0dpo7+tbYy2Kp+rQ9GdUGWGgD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14776349,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfooG8CRA9TVsSAnZWagAAB9UP/2CQTuzg6IIkWWozDC1i\nhiEwOeR13fZs9E2RUTZhsmayxJGFY68H9VBbqV6p3cGB5yUWWUmjRbcUVFPi\nTnMM9MWsRr/K9XjP2X3hzQB4ZbXdUYv7vDxCh582IZE9GfGQzTDyaGRro1s8\n1f8UebRtVVvHzONrdM0KesNS11x9LgcN5nBzhJULePppC6GgGOFVUDlEW3lN\nchLg8+R/CoJwAr6gGug0/ShvIFgGVcvE9OkrtlGBwXHf6dxMOjSlgINjtxA6\nDlXK+7g+BgYpjMkZumOpfZIuqtu88s4G7SNvokjseysswcvdvd5GlSRNdXmb\nxVs5sbquu6lWyfgCj3S5kNf68HwH913sMc0Gxh0QQJy+8fIw9iRZ2Vj7SKFG\n++MhNHVIMG1r0BXkk54jubKab3DxshJn4GF8i8BXY0WFSngbCCZ7wKTvXxpl\nXpkTmj6cLxr71SxjKVZkpm3CF1kT7ubP67t3mp4XCiHDkK0Fs+MFNGuH4e+s\n2XyqKmeaghMM0WKdM6K1CJ6i0WGFaI+R8ADOOnD7rqGwJlmBJiitvZt1bTkX\n3MgVBYAoK7q5TbhzNvNL5MpadnKuCvWFspaZpdlrBV2gByzk3CXkGNthEkii\nXJ9/lhNvktpFPJDnJJgvK2gFcsrYJv2drtRpeudh60lcME/F4mBtGLcwYVBR\nOycZ\r\n=NNml\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"967b4cd7fb54bbea8193e53747490fa9cc280385","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.37_1604485563670_0.010911601969818552","host":"s3://npm-registry-packages"}},"0.13.0-rc.38":{"name":"fundamental-styles","version":"0.13.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b12942cf78549947c3d1ea1cd0103dc278ca4030","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.38.tgz","fileCount":488,"integrity":"sha512-Bj2Y5/p+88PRWqYNw4A+mbMlyk0Q3eNCz8CKWqYrnAYvnKib4B3VioBG7gLiYwQe4kEdovTAMMGduokqDr4hHw==","signatures":[{"sig":"MEQCIBsYOslInwf+ZMuVS/CGXTwdfkWjnnWaYIQoUs2Cc/j/AiBX2sDKv/ns/DI49zWROAUi5kYJIiqAtPuJnZoCpHl86g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14778969,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfor+cCRA9TVsSAnZWagAAmAwP/iORioSlOC+knWnKL6Gy\n6DkDojA0xJ83WrsaERfUJ1wM3LFfO4fwST0YhCSKLlQLV0b7R9Eg5Fc7LjIH\nfWRs6FaL7QA63rRdOj/tClRcdQuRtDUSuGtw+sy7JgcYjihAYFyjsIkU5MGS\nHooNtOO+m3hd0vPV4tih5FGE5GDXx6UfKNSB10Ik7GM1REKBTUIcX4CAkfil\nFw6VpQQ7h6XAG/0gjg52MA7DEg4s08Hfn5118U9p7zolpLLatbonDI5qc2lV\nQ9qyyhC7eSUCssBP7qZw7J46wT9Y5c7hVAkaf9KHWxmwPerFnjMIggtwj/d+\nl/nUkw1ChLaQqjO8mxWWzoHUzFIyViidgbzw5Xn4wTxSJLTSpj3weVgyRs/C\nLNXZokQAmcWThjNWt9qKz4y+f2Q5uvih9ZrPEKlQ0T3NZFz9UI9zhcsL8+b4\nGeQVsmZzI3iyf4mb3HemJLKYFkwHO35eHjRV8OpURiDcSPDNv8V08z8XU0R0\n67sQ/RARyOg2dqiRS+XvY2ILrP1SO2ao2j8hrv0+jKQ862VpfdUuER+CSXq6\nuvuhDuQI36YfcqySU3CNXEeJ0iVWGT5Y0xVIZLFqtz3W5kwIvN03vGZKhMJO\nwSwbr1Y7Qn/42TCTQZwH8yaryMVAGry8wiRjKblUQ+r3vrBXUbLYdSfZL5EM\nGFDG\r\n=aenr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2e4ca26f15ea51dee50fd27a5d9d1ea5439fc165","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.38_1604501403387_0.9050485044428309","host":"s3://npm-registry-packages"}},"0.13.0-rc.39":{"name":"fundamental-styles","version":"0.13.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c52328e310666c10f9d91657dbeb91326709a571","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.39.tgz","fileCount":488,"integrity":"sha512-AB//JqSD1wokWIpv4xfOAkVVGvrkMThZa2zHu8tX9JjzD/WIbQw6dGKkSag3C8pBQYzQI+GFI6DMvIbyDIytbg==","signatures":[{"sig":"MEUCIQC4jBuc7TZcZ8da/ilYDt42ueXXxsVeU7pASLT2gODOPAIgLQYugB3BpbPI0WLDLUaNzvqfNiVIutpSfYj9Plmu5UE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14779082,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoswXCRA9TVsSAnZWagAAvwAQAIyLyImviAJI+bg+nhrX\neVqGc5aJcaB+8ANOQOKjgv+8fpE+WAinHhxsYU6VYK1xWgsNEZVqpnMunOhY\nQr+ivCa0iHg+7IHeI6koszCzcBG/TTXCMcLeO/fsC/VdSyb5ykKNTCNDCcEb\n1uo3luJ+txrHjiiuujnoWz7rr5D9UG8MylzIAaNtUroT+sa+YCMfl+7ggQOP\nVAco9o8IH1TRu1vk/vpcL4xTAf7irkfGoAkEvMiqOpypfd4uBiIXee1Daydm\nzZ7tqmPLTRW4nXMPy1fcyFwkAKpS3fs55/QNb3PE7Ohtv7sDtDRnvSUPJ17K\nkbMIZNDRbc5O97VQpoDowpVzi9Di6Io4L3D08PXuQGWDIq4Fdcso7qo8No5V\ny52HMPNc7ZX6p/7y4/CdUHuMaSsjvi0CYTZotDq7VQOItzPGThpk6VG78lcg\nqKCBbNaiNUb8vWV9J00Aenyw9j0RSUm5JBYooBF+1ZgzJ+qiayEsHVyza92B\nxNL81Tso78kj7uIA7MbVTkO90t9kWaHsXOd33yKMYBh1r9ecvzCSIV/+IvJR\nbZSbolsW7YYsZY7nILBjmdL2T4zf2A4NcM1vZqbRrnZpkKaWaolYDQTC/31U\nnoN4JAB8ARvCX/3dzp9CjWlStutso1JYMlwb5CbTl7UZqWX6RGNt0cV0GpYg\nujN2\r\n=zBDU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ab6b1364152ac6893300789330aaa1eff851e238","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.39_1604504599123_0.8532860089031651","host":"s3://npm-registry-packages"}},"0.13.0-rc.40":{"name":"fundamental-styles","version":"0.13.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a2240792acdbf2bf48f93ec7a463b4339272b814","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.40.tgz","fileCount":488,"integrity":"sha512-K2uy85ebtsOxrLEh/srn9OGXCLcaj97OqXdCU0kMPzanFMQ5MTYQzXu9nDrr561dVGSmOYUGUtdbVCZWvsfRHA==","signatures":[{"sig":"MEYCIQCkKZoVXBWz1uyja4F0CLUvEQcsv1TaE2X9Vrjtvq9izAIhAMFNN/4I/HtCatd3HA48eoKrqrAVw9VO5SJS+OpZS39V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14782354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfovStCRA9TVsSAnZWagAAKRIP/0pxBHH7yxBhZclzWKas\nkA4x9TZasu/BZU77OgJO3eEsa4n1o8c32iXgtUkWFhZkq2nuLmikSC8QR9zW\nN0PUtHfKdACRLmcOwaydjgGw+uYPg0tNliJrK7LFYFf6rMq5mlNqD/NfjAkj\nRnD5jfqdBtERzjOaZYA5Ono5bRZvSKkXunCdrWjuPcrHzd80AeNLfGf0FMst\nU1Pz1WduzbuQp3cpJqJsv/1pV2Jze9STH2oiFe9vCrHaXrdxbsxCmfKpdtES\nRT4ueFRBVD94L8MpbaW/Y4hFAOWZEH3byxf0G+XA+9YZWeqLWBLXNDvtR3aG\n6bCX+gpK4vT4/hZCsI5zebEDMq1P7mr4QQL6s+rwaq5PaFzdNwaPH81bYcUG\nP85j00cL/BCCRvYi1dX1OmpH9s4jvsUm9EOcN3G7GgWOn7UvNVev+s9QfNtN\nOVUnoe+MxvpXUmMcZ5h6f0A/g36po4PbfEPmk3tFF3kezZGTmKkxGBL8Zbod\nwv8i8QnNmjGNJXdzj4gz1nuLcqbdha+6wLutAWwbNoXfiahvNIxO7UWTkeLr\nwJ+DXuqrxPhk27J8z1876vv8uD+Cc3i9bb/8/WxDDSo3/KX74vbeSXpgVp9B\n5VElU69nbrbKt0bxuapQWAq/+CCjOeHLlW4zV1B7n1tX0+U04eSq9LAWT25K\nggCz\r\n=7xCq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a8c05f056678c8cef236cfa461cfd9add08540b7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.40_1604514989249_0.4332442568078425","host":"s3://npm-registry-packages"}},"0.13.0-rc.41":{"name":"fundamental-styles","version":"0.13.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e1528cca60cd3dd0bc612e6cdb4bcd994c6868e3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.41.tgz","fileCount":494,"integrity":"sha512-NiUGlvl9DPRTJ/n15W0YCEWJOjBhbU8GzzUaChp3BhdI6COQVFOSvpAIm3JlIILd/JLzKO15gzu1qxTXlx5X7Q==","signatures":[{"sig":"MEQCIEweHPPSYhn0TBlPmfvBQnUsurmV0WgSWNQrB8NTiBsFAiB+uZ3WOWQvi8vrOck5Y93nsubrzzLGVO2iQvizgdk15w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14799602,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpAm9CRA9TVsSAnZWagAA9cQP/0r9dC3RUrXjvJCUWMpb\nAOfAfTNqeCSiPQIQyxkGtlof29bDNAmSX4Dvjgq3OUcQUmG2BA4VxYwcHuih\niLBGnfzl6j3BsX99o0UW+kpMAuMQnbigG0/BBviOo4mGCgUTqoBXqR446gGV\ncyv93tR8TfQ5fkbl8fN0WgEWWV0Bi/o0+AtXkl60BEyM4EhYzs4t7P7yuBrV\n9MnVTlI0ehXMTAPbxmDarBAuFh1wgZSkexDtepAwXEkXxHAmseG2PLTv1nAR\nPSIrrKNZpMTSj26bdNS/Jui4rVEXplknz6xmHF24HI7UknIxTDAzcKFd2N0X\nGZ8bYnJCpWB3w5DwjFtZaHbOz4LBi1LWy1J0TeOKuq3mV9kxXus0Ix1aSPh5\nq2gG/b2bWZi+MhVwC7bj20tjgfvW9qkK/2fRIdqVtTSu/z0Lt8xHu2+dmxdk\nyZ3Ul0skj/TovpXiB1+lM4p4QBOl+2F9RXD1oYz6Bxh58UnqktokKUKVRjYq\nbbLNHeO/zBaWnvSS5ffxn1Ij7gzfRp63ibTyTaXBA3KocAEp1Uw9Dov8C+e/\n459tGuiMyYsNkCVEoSy4osSwLICiOCf1xRFMOtt1qrRAzV/mikqbRm7Dv3Ne\nXY+zUdMkdIDHArjHx22G1QDKYavKGxsVs6fv68onJcvSnIMODvI/ObL/cyvs\nwPj8\r\n=DiVl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b451c36980eb3c72af87890004d89358f0dbfdb0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.41_1604585916601_0.998198977804275","host":"s3://npm-registry-packages"}},"0.13.0-rc.42":{"name":"fundamental-styles","version":"0.13.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6d87e03e34ce57f3db725ffe179964b15ca4a0c8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.42.tgz","fileCount":494,"integrity":"sha512-zhhTJK6xYgffq5L74VAqgT380dmdy7VlvJu0qpnYBKDpYVQEtogU1gU8On98yhHOgi8+wj6FxasvmT03h8Fyaw==","signatures":[{"sig":"MEUCIQCCrf84nUgzpbLbeRwc3tBmj0ToxaWGdspDZ0Vpv2veZAIgQuRyPiQ49nHwK+2rvJO/wBN1cNvhsPrt95Hg/BfPKa4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14799715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpXVNCRA9TVsSAnZWagAAXlYP/AlCm1zEPLT0gUHo1qjm\n45pROHXECEHT9dh4JaxAK2p4E+sqnG2oQGq15kvYPpgPp/wtJBysFA4Y9Mw/\ntAK+ds83FF49GHtAsgTj22oc5cj6E+UC2Gy7x1tmnvj/D4zOBp+M6C0pYre2\nxH8IJPlUx4E2lSRvS+vXA7yQT3DSl8XlpDor2dghEpi9s6fqiONJ3deTXJVS\nqaZRLjV4vJZYEgvTSPGNaNHgfhIGw2pvHZgiFHDKB48upgLwkn+A+dpT3Bwf\n+70x6MlLAtIlqxTgN+fzoI5apNY1S2rGZNzMGqpcJRNwMw/+b9ov3n2JfYXd\n9hHWJ0w1o0Lw64O2JMgCNwl3YzOWIrHYtN7Xdmms+HrY1L49zSMbTOphZGWP\n3L/VRjB5G4Oxr7JwvpBAZ7GMariv7umYv5Jbv6Vq1SbpzVlboi+23sjMPICV\nUwpJWHAjgFEMtjamIRC1xsTQfWtXMpe/IlcweRk+7XXRI+X1rF3Eczyw4uSd\naqBWvlPphZWUgdI8qs9OHovY58N7aCt9vGDPzR9SNqeuyoeGnOozasDjH60/\n/gOlMPDDyNbpEW1F1S44GvCgzWL6NGG+1Y69yeb4YyS7cswtlwOZr1D4J/7l\nTnXE8Hdkzoqxc1sh4b4hrITK7qBrqJ9cqg7AJPAjthbgxAImjhTWNGW+eJFk\n8wKF\r\n=KxFq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1932fc63d9eb2c15793a029c8176d17914e860ef","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.42_1604678988599_0.48070484243095946","host":"s3://npm-registry-packages"}},"0.13.0-rc.43":{"name":"fundamental-styles","version":"0.13.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b7ad4175e4e07523e3abb8bde98ad8b43ad3e22a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.43.tgz","fileCount":494,"integrity":"sha512-tJEAix7kSQB1/w0RM4ytZJl1Xx9NLpT4mtV3vhBcefK67P+jxNekV/AEmcgvaesrnMkBQAGpzkC6c2kB/7yNCg==","signatures":[{"sig":"MEYCIQCoIO7zkEKT1cVl+Z9FMwV5HBww1s9sEnDGRlwjtYR1lgIhANYwEmwa6UQx7ZC3RFkdl0rLKyjfBjPx2S0ba6nU1QF8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14787327,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfpea7CRA9TVsSAnZWagAAiq8QAICuJ6MZW9wvMFwt4YkW\n17/bjMD0Uq03zRLgOzGw4+vpFz0V0UU3dF+Vr6XjnPYPoQMMBeU3cO6seHoA\nI9yB+o8A5/7DjwQcH6M9nDD/SKTvkXZS5V4o+ac3BDGRmWvyW3AWDx0wMNyP\nlBKNlR4j7yKesGBTFwlCPtL7iyOZVASMAW3B/bOvN6g7eA8tn1gsMRl+y0sk\nSbxfHIz0P/HjV5qc88BWVLSDaKP3fPrlfWFlhKPGJP95+jba1TUNx4acOkET\nFSDLeZ5hl9M8zHpeE88Efdu94KAquY7khV6fTgjQxtDVnV0VAUn/rnDkApY7\nXn/N2ktqtC8N7qXTdsN3EzxCKW1b7vGKejmlhz5pJT9yUlNQtv+kulxpypNg\n2O4TENN+8PwdNlOvAZz2CzqmrHdloXAeUThDehIMIAYAOo6GrRfbuvwoWnbS\n8tD8vNIhOCTyUiCH3xAEVIM+87I1H27A0sI93KJdECmoWJBxLS5cJiKwr468\n4e84wnTbe7pMZG6JKIHilnowuPGbESMOIZF+DnvUfmF35bAbHrx+FyBr2iC4\n1ZcPKf08D2mDuJhnkYvDBVqGTKiRE+YOTN4LIrBOc5R56s3eQyZNwS2hqGg+\nXyVlEGn4Bkf0KMHg8wtQbuNTITkwclxbGue4jVdHF2sxhriyxfh98HQFlp9l\ngHGJ\r\n=GfDx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1b519c7612774ee517e298d638e2199134f68d08","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.43_1604708026417_0.21645546147330297","host":"s3://npm-registry-packages"}},"0.13.0-rc.44":{"name":"fundamental-styles","version":"0.13.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f18dd94d9f8cee9443ed1420af2fd3a3dc511427","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.44.tgz","fileCount":494,"integrity":"sha512-JCI/WfJ8xY75HMreCp8nyAFGvKSAC7RKCcrGu/t7PkbhK+INz09EiaeSUW/EEuwtDkMPSy+dg6a3fHl998meTQ==","signatures":[{"sig":"MEUCIH0BQ/u6Af4bsZ7drYiM/IwCnAOdBgHGHP0s1M2/pwi0AiEAtynXEuLoGhdLbydHkH2kWhnyddqiVSsHBFrOb//0O5s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14788880,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqXqrCRA9TVsSAnZWagAAcY8QAI7rfDQnh23KvyLvTnoa\nTYWM4XzzOpOUEDvfPqV6NADWzGgmlqJqnq2H+2ccb7Rff67ORTVLBnpt4lHo\n/ybpEibAarwsgCCVaB/YxdiMuZMsL7x3NkXOGhCqp5+O0Y8qsWt9+dDASxk3\nO9zYWa3lQvToLAyVcbE5ltm03xg96cjDrOwMokJpNPTJdgQ9E3zj1TLpI2mE\nw3y3BBRiL+grlUETdJN+b8EBmBDHywmI9x5zN7+rUQ1BXIDokel//bUYRmEJ\necaZUIcho7O3S1WWdCvOjRd0ptmc+bIeN65aYpFHP0A0QA7S1Hk72fJiErq3\ntjzS+avGV8fNGZgu9vv4cM5BhEMvAzeIplvq568GsOk4jU/4b7TblY6Ec1zf\n9OxXh/sKyeag1E65JZTmYzAzzPLiPW02XCSN+jq8PowhUtiOAKm96ciDwS3l\nO05Mxl/nK64B070LFFtXjBEznRHAar1cunhczfboIn6LgVJagmaztF4fzrHo\nxs5tjYJVhhz82sagO+75y59D/5CWmIywJQdLntZwD9sqTmtwht+P92VdzStw\nvqAtH5FrHo7g/cb3/CsRLAqbK8ZFRMHSxjPN48EMYEQ8bMkT9ZX7+RDN8gL3\nf4kRblToV9og+TUojv0q1YzWLZ9L8IMafjMfxWRWJnMD3Qeg5JA450S33xgF\nkdl8\r\n=aQ+R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f9cdafe791a86ed9b685431bebffa3934b9040a0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.26","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.44_1604942506497_0.13345987315116847","host":"s3://npm-registry-packages"}},"0.13.0-rc.45":{"name":"fundamental-styles","version":"0.13.0-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"16f4fdf9b3d22cc454b69cc41b0f4e16e6a10981","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.45.tgz","fileCount":494,"integrity":"sha512-lQXORu6r6S6m5ZrpFtJFq5zaGjA+hsYSjYxC21lcWIXGKdrU1O3Me5Ucj866O9bzupKxxz+Fir4MiSRbWT52bw==","signatures":[{"sig":"MEUCIEG1N28SJcEYgwbcRmt+urg2hQXgVshTxainfjGF3fbTAiEA4FWX7N4frJsAPyExzcfeajB3EjmipSqJ9Of3aNOBaBI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14788993,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqYPUCRA9TVsSAnZWagAASlEP/jGvJIOVoxGY9qf6vNZU\nowytxI9CMk+ITzi7JrB11vaLdPyzrVeCyrWuRgzH51y2mIRfeSkmDAuvOUaN\nWfuCTUrlSBBKKsgf3mESAbvg27lSqMF3IzAPTW5wLqS7e/TvaDsWTdUNsR7g\nru2MYubef/bj/Z07SVbEFgtWw0IDtjJsC3lJS4H7ju6V+cv9nhORI/f06n+1\n0pwF63Btu9qNeDbO6jjr6xOsUYxwQRjZJjyl6dVhLMyvSeqSdHuqobbk4/pM\nqEvN5mOel5qrv/WrGaV8iq87ZVPVKIqVzKWe7Ny6tn5Bwl602gywxg35Q2lG\ntNJDWLn1jdKWNr1Sh0HE8CgPa96+AIg9aKOA8WI6SDfCVN2zDQM5chWEK8jp\nyREN+jMwJtqhD6XhJLkuaxEFyFLxf6peHzNISZxJkY+EHhGgXvkPUi3m+bfQ\noMt1UHRwOs/JV539OhF50+UFaFeVARQjxOH/V6uzl7KoGgp6HpWw9Sm6uAot\nRYM19GxI2f5FbesXKg4ZPfWk3/iAdaep2GXKXnmEZ4rzgLmawq62lrd6UCl3\nVDmZ3mgVUmzSMTW5NNpPs4kBGr2N82Je+8VZ9IsPegpjUhBPZsHLjFOGYZvg\nQo8SIIY4S9ywKWD8giVAFuw1IVSnzilqN9vYyt2TWun/U6uW3JvyP8HA3dUv\nnB7G\r\n=cgBT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ae397f36a918cf6415b4c8258cfa6aea47e0810e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.26","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.45_1604944851559_0.8523955738065747","host":"s3://npm-registry-packages"}},"0.13.0-rc.46":{"name":"fundamental-styles","version":"0.13.0-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"775bdd924615caf94a7d90b461c8ef993a31c09a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.46.tgz","fileCount":494,"integrity":"sha512-ExNukdY2Vb+OApUxm7PzMpgNKA0WzYd6BINCLa8lRFf7AthcUp2+5R9JMDFzbvGPqbMVzVtnDumc23EPg4SLZA==","signatures":[{"sig":"MEUCIHWg7lDnv2diGqoV85LLx9oyMuaaB8Y/j6H+VTs6cvT/AiEA8UU3ORc3c0bglduglGjwrYG0eI1oXN89fgTDtSYOmEI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14789106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqZnQCRA9TVsSAnZWagAAqQkP/20bYdmAxYT73rw1RfYL\nX4+sYnGKDZRFgVnMwUbJ/HV8N1N5DwZgGh9b4e6s2YDRcLBp/szVU+MRckQV\nEqYQIQl5EZUF1JO/oygFFwhkQiyNNNiu6ZEXPzAuZkF0bGs0CCK8UI9066yi\nKpNnYPnTgL0fcPfd/cSFRRnLtxlcILXJsrBmvRtRXsJ4kplqZhM5dpJeC7JG\nM2OjKxwhFyJa6AM9fsbPAgapk4mT+iLTm952Z7NVkt1yri2xKUCdk8iurL/u\nsW462leauDdtTi3gHPYYGXwQ+94sQS2ijxoU3/vVNrNw92gMMwycNXKR1+pW\nOKFjKzxthtdAWUuRNPL6Hnkr31Qr9wXijnBvvF0cPK63BBIQt/ULx8iV1VI0\nPY+EYQ85tFZFNBAH83aqNSDZPCQiOKQnINsRlYL8/pqxLblQmDu29sHhHbfH\nkX7vE3fExyiNU+qjOPQ2DuId8fv+zGrtfDGagf9/1QQMoNCxm0S5/njT/THw\nN34aL3AMAl0OqnSMhXLoN/2hUascF36CKM0LLcWPROIQDdi1CRzekUPCyERK\nfT2rEAEVTzp9bGVmR7VAsazb9xqCIWAnRdyP4+FS5S4weuMM7RzQmhAXCeqc\nEOJmEFj2lxkN2ojCj4J3M7KituvlwISHgkI7uzkE4d0UT9+VqHcF2SDEROTM\nV5fl\r\n=Vbw7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c22015f7899a787240b5f2fe43fd7d8577337e84","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.46_1604950479469_0.7390448063128565","host":"s3://npm-registry-packages"}},"0.13.0-rc.47":{"name":"fundamental-styles","version":"0.13.0-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b713cbff381aaed028c822c62e7da454d550bfb4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.47.tgz","fileCount":494,"integrity":"sha512-Z96ER0/Z5TunkCt8stIAJXJ3yXiYCcToStRgngrQ8dd4TRHaUDJQW736lZv9I8Scl2C12ilVpUykGVA5CCRxcw==","signatures":[{"sig":"MEUCIFJeR3WzZk5x6BFXQva/9EON7bwVFPTjqCUmjrwjqM/8AiEA3ASsKoVV1px5G3YERpj/8ePuV2NJs8MwqAKXLv/NcgE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14789219,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqZz1CRA9TVsSAnZWagAAOKcQAJNBKr4NeR09+VyKBePO\nJgmtM0JCTYqdEgT+VvV3u4gLf/Ky97NDbXJa8q6I6uXJhqh7JEA6KQ0g67yO\novUCFCCtZ2ML7zeW+9QoRFsynYVkyJvv0Qsc6gg0nXD8kjrNGOHx5Y6Bmm+P\nE6mcikIuwBDIEu1tt2eKR71GHnTtroz2P65/4c4mBlPjgC4UKoC7oLc6/K8t\n/s4NVZw8akB0EKtTa7qJPYTq3iKXS6LQc4SSLRGH43ugYId/BOSoxIHe21z6\nFP84ft+Zh1/Hl/OII/Hn/KibMxbAb9crG6/Wr3ZtH0lHkVMa2i5JGJoPbeV7\n1V27jx3qHmuY1h7jtKjAHO3xZc2Yg/1lUOwPo1mE09Yg17T9cp3nmbN8EWXg\nrhrqAfkNgRM60WRVtmq3RZhZNXwZ2inWVgrxFU7nPAhwtWXMqSTOuQjsF0Lx\n5l8ZKIdqRZCUDXKIUJjF9Nqkk2fgH6TCwfm/VTz64F+ZSFvSFzIi0bESsLfR\nAQBKU3NMz7qmr3iYM1JZQGAgolPiPkwhOGrtGHd0QknAJTglPLN1r6pfOA+o\nZqL5a+RZNl5ctpFFUONXOu6snw832/ohMmQQsqP0ZKqfw+suxqzREEyJ4pWb\nFiIyJyULC0IbHnijONvTMm3dX87T61QDd5fDwkqev0XUef15cuEEcosf4604\nkgvg\r\n=xToi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1a8bb23c7fdf119527d0088c24b592f420a446d6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.47_1604951284769_0.11380640022761135","host":"s3://npm-registry-packages"}},"0.13.0-rc.48":{"name":"fundamental-styles","version":"0.13.0-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7cf410dc6543ad408f9d95629186d30ef617335e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.48.tgz","fileCount":494,"integrity":"sha512-F+tsS/vo7h4f+7D/VIe2dRhkbDlQxAbRA52JqWCA0SOs0aZprt603AeoetTj3JSW+NkZsJagFCLMunERNj17ng==","signatures":[{"sig":"MEYCIQDp+qJfvz2RKHM50ZBFCFWLV6B7EnaV/gRFpJ7Ugq/yXgIhAKkWn8l6vicU5KJnCiwoZG5LIaN6e4Vu9mmBGA6Gn8N0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14807000,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqfbNCRA9TVsSAnZWagAAQz4P/1pCk0R3RlxVUtNehErq\nHcCrTHxyeisN2a/SU0mTkisZTBVB/buNWG7oPacn7dYTF+Nycuc9JImP4sPR\nfGEuY97TGDlco1zF1JepnYQWlQNRwXPp9v6e9ZF5u1OT4Ygt17VvrlH2eel8\nFwgMcO6/AaxYtPFQes4CDtg68/s+PzQCKsU2GCjbUj9bzQpwR47Y3FGv4LuY\naAmANBbwTK4tjcun5IGutUOOmVIe0qwyE6aGWZy2kvZViUpVko+9ql/8+9tr\nNNtCeO5UQE8KEIwpzNAyohIES77yTqRh2Cz9QBSeCr+jZvA311Pk0Ih4grpu\nMYXz53c24bN0M0leuilkpRR27LxWvG4O3JuVxFfJyhyKQDSzsPXsgzCYs1no\nmfr++DVAW74tvXH5uYHOVuGwroOa8Kxit5Da9vVTwajrVXcvx/Hzr6+j1vJp\nKWZsU4a+LYncbRmmM3rFIldPTgb68nkNdGpTRyFBE5IRxes9jj7DK3dlIMZO\nb1JgbFFgpcdsekPlp1qArIzXNBER1Wfc7x/No2VnopAlnHvfytwKzoDrX7PE\nUkq/6AGZNUvfe2ao8IsjGRAnheQJ/FgedAkoyqJZ8F1vdSE1rqjchec5H1oi\nssmw9Fyc285Xl1/4g1rT8JqcwHc41rOaKemnV8UEekWoeym6BWVwIDvW73f2\nDA5I\r\n=wmaE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9060f040a72fafe8eb644aba504d8d10326361e2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.48_1604974285030_0.8983398142306116","host":"s3://npm-registry-packages"}},"0.13.0-rc.49":{"name":"fundamental-styles","version":"0.13.0-rc.49","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.49","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b75d97aeb557e685c1a10b9cbb6f2680b94d2f04","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.49.tgz","fileCount":494,"integrity":"sha512-uKNB9+u5s2mcsBiJ5GKtbO6i8v79QT+dCq4oQMbtSKR3LegOsa9nVW0d9Xytl9h2CW4eGDXm9SgYwWxjLsJa8w==","signatures":[{"sig":"MEQCIHN3dfBPu0xv/wVCcsbmB8fkEvtuR+0LyL+FS3TNBaHJAiAQHwGd7B8i7/ui51RbCWDQ/LHauuJFuV06hH06Rj/3Dg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14807931,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqliRCRA9TVsSAnZWagAADOgP/iJSsZEywmjnLylz1Al2\nUSKN7Iqu80W8PIrMOAoqARWjlvL6vU2tcLN0c2JzOLY+MexzjUpNgKHsqe/I\niWr9OjfwxhDQswBBUcEL4phMx999JyssNBqJ/Pxtxb0XKf4aWHWExBK+YlAT\nU+y9j1RPEjAkNpIE5DNM+NNxN5Hu5Z4j8PMDQkqBmZ0VK7r8V5CxFKKaJM+Q\nsS8feFinxn2ux9D78C3a7EhKwT1P9oIXm74j1OdocjeMhM9u5eH8glFry9IA\nq6E++JTjYYCUdsGv/bqHHgiyrWWBBnQk1tPXsygUVPEpsBqLeBAGa0e3dD9l\nh2fgc/eKDim2slN9PhhRYFOGSfRjiXsKUy2KO7v/KUAXgL5b4NzxJ9M6uFkI\nuxFRP60FQ9qP2sOLU9UNvAcAizLhHcyvSG7A4vz9YEeWRklEgB6tkIRG84mm\nXHxJHJwkV1msiFZJZVrBr01et8XgXNHcVDOijgBVtggvOxdPMp043GsIff7x\n8LgwTqddrWKhji57nqrmvYuQOI91Rw/he0h1zuVSCg/ODHlvhNJKkN+BH0g2\nJsaRtNy/sDXEBpCXj2N9U+ezDqQjuk+KYwzAqbO27YrK5xOQp0xyGsFmNpRL\nWwpZi0mMw2JdJZgAW/lFNRQi5dph26BDBO2OZAlpg4a9GvNqP0riCZg16PTj\n5YXs\r\n=78/4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a0ed37b0145ff3b20f44b50caeace7292b7787a8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.49_1604999312532_0.6775673592763711","host":"s3://npm-registry-packages"}},"0.13.0-rc.50":{"name":"fundamental-styles","version":"0.13.0-rc.50","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.50","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f75fed443fb3cb928fc4c5bafb71e899e4e4259e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.50.tgz","fileCount":494,"integrity":"sha512-Lvzj4IdmWjJx60iVdeddGkhCW3uO/H2D0jbKeGGng1ny/dATmqof/kvho5kFO5jIttQSSJ//h+OCIaTXtLcw2A==","signatures":[{"sig":"MEQCIGuV+BGxFeMBAaYFF9lrro412eE3a75wpsWBlX8GnivLAiAXMW9aAMVYnWgZlURcFzIljaGqAlEyn8jXPT4f2bFHxA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14805839,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqqLiCRA9TVsSAnZWagAAtvcP/i3Z3gMDCbbUrnVub9Cz\n5HSr0qG+zctfPYCMMquyujD4cVfTxCp2rbSkOHUAlFt/Akb4lzx/CXRimj2R\nlrPz89W1LssDHoJ7PRdc6R703gV6fiHjBT2C+w2NobQAFYYNV9MOLOHpiOty\ni2NvvGl+KpS2oonmI85es2Xa5M9bbT7PMn7urhFm/d32opGE0e1Lw9/5JybS\nyvBMZNPmkkSLY2rOvmQH+BIWJV7yCL9YamNVyp0ditwlTVfcURiLK9kVHBaT\nOlJtxX7nBw9C6DIXi6LyQZgOMD29nQDNrWgK9iYVY0eZ2vUAiIClxAKH7eys\nGX4x9OgpejcqpU2JVJs4ccb9pF0//S6k4XTpn7uDPFFQgj+GqdxWpIXYjtY1\n4jcCBoUAvkTLK6h71cfyVHNpyScxpfTyRkrZ73u4pAm0CeuMopLzX15x5Rxr\nhCNHub33Rv94Rg1YYR/JAUZ8Bvyq+MfXgBr6Jg8GwZwEHNA+rEUbxB3watv2\nVrl98Jy2Zxly1IEkakBF6/v7FYQPfYnMdzJ4vxrPLz8NzfgDHGRIPaE4wItu\nUcXROzJw9MDzhnlscqdMy7o5CcMfd9vK7WVi06jAGwMguq1pnCOcgzhtZmjA\n8deezAvjwtcTnzZstA1BBbKcjk4UjjdSCX2Wq6WxjXJ0YpS8l00/ePqZyzrI\njO8g\r\n=2u9P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9fd85932e54cd700c6799172a852b04cecda4d78","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.50_1605018338340_0.6306936601879121","host":"s3://npm-registry-packages"}},"0.13.0-rc.51":{"name":"fundamental-styles","version":"0.13.0-rc.51","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.51","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b6ca79abaf6b56e203d9d2666a6f403b27a9825f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.51.tgz","fileCount":488,"integrity":"sha512-bQHT9OAGfE1ZcX2EytJZd38lNdk7dEN6cTdLHpgbmZXYvNlE043tDszyru3k5oyCXL914+l8Or2cKrqTQ82shg==","signatures":[{"sig":"MEYCIQDHYqlYU8A1HLLeckhs9B//OazDnuzAgi7SvOzNvH8waAIhAJ5dAFSzG8mZropynpgTnpoiSZSEdG1xdRqxC2JiKwPK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14778543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqtdSCRA9TVsSAnZWagAAVeUP/A8jHfKnFBofLbluqlaW\nonKN5QxD9qhCIZ3T6zqeoDzzKbZzG8UpxHC6w4JeT/G70L9puRWeGoqc8y0c\npzRELQoaX9WS8y6k1oqWW6NV+PolC20ytjP1QzFf6KPQPgZQaf3gywVmIZu0\nM9ZmrIhnZvVPvkqgpqA6dKKIvBjxalrwmS6HJ0JcYIs8BAizhNzFMyGPcYUc\nJLPb2MCrCRcOyXUec38V1+EQi4/xOy1XJkb4L2NWYCmQpoKMythT8zai0t7f\nw7bAJLomqq2/GB2S7cboRNppKxEIOyOXyDZDQRmjGsJpYw2Vzhuo6YtoGXlm\nRNDRQAU9hyiw2PLJlpS6AhznZmPVIIRJStvCZV0DIV8mMbSKoQ0M7YqCb9+O\n07LvV38uRK0IC7aDiSZTMqGJ+x4DeJ15uE5bAFb4QsYStOY/EI/I+ilF28pM\ndVGZWQ9AT9dJeuzc7BkYx0UsB/8TGXJJJDHdBhCd17HWNE3+357jOD9jTYrP\nRV/b1emu8Js4YcqEDtI77Wb6OyqLeY/HpQTWN7jqY5EjK39MW1yAObzpjMCC\nqRnkCJHP+gLI+vgkfGUKmW83ZNn7rrzG88PZ62comaIjevvY5bY8BLDBabyn\nP4xvBH6v8P4XXdnmA91A/Na/+D/B8apl364hWLk2l1Jd6AtC7nwAv8lwqI4A\nznBj\r\n=F8Ty\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"92dfb3a96e4b6c965d7b010e5f5b478a785bf928","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.51_1605031762386_0.29332970256676205","host":"s3://npm-registry-packages"}},"0.13.0-rc.52":{"name":"fundamental-styles","version":"0.13.0-rc.52","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.52","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7c7468855ef8a72848a7dacade74e36c28208eae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.52.tgz","fileCount":488,"integrity":"sha512-BY2+Tufaj9TBv0raaq9M7L80Z+x4H/ClGO5N+vVRuEq62ePCcJ9D8UH535/Kd9WdJXEn9icWaoVjPLuDGY/EEQ==","signatures":[{"sig":"MEQCIH3nTUVJpp7zk1XLNAQd5tAL08EffdupVhmAbSeXxpDfAiApbjAWtmiw/AQ8p+u8AudS4E1jbLqluJsvzYEIdRDhVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14778656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqwIsCRA9TVsSAnZWagAAdRcP/jdCeb9dQuy9JKshbUqk\n1Vy0WINkZ9IxTeKDoHg9tT7dNBOprVNbTazPYmOopOmxbPN9zMwFmvu2wabP\nBwOFGiwlJcY3iHjsUHG+CT7qnfK7NlxjYS2KwlK16JG+whqBJmTjRF9MO69i\nkg/EBsuAt+EH8llMh+ZPR0q7etibC/imRTl+jul4BK2lacdJ+7pAZ7XeWYP2\nk6e6f2Tz4Fgjvl6vehv7zGPNNnaxb/kP00mmEiHwwDmuTpcGIRDHjx7aJ4ke\nF4GeGuTb6wg40eP6HjJwfg7n4Y+dhPTrdIfLILn6eCaszPLuG+ql+vc6VYCK\n/3tF0efgBrpN4ihqD4KXYnk1XnBWW2rke1t2FrtbNSF7JbaVNuvxM63Z0EmP\nhZ6Zjjnvo0dDOX2LfCJGOUEj1Bxx9MNfhSRfbtUNbpaWWp3aN+Qiq1xqJX4X\nibnFcwgMXJCTPxsTSNVRdvqzJ4Rm/ipxvm1ATJnVPrzDDOCcwUGtcIKFiZUD\neNY8vxqjUCMVqoF/OEFOfNvWhMeS9sDrlz8QEDJjpnWlEXFL63DZ7PtbZYNe\nYfH7+ZRB4GqxGV5fm35bQ4TmqZqahwT/aUQqhkIy7I3rHPISW3Sp3zolsFlS\nwdfAl+AKGhgWUkdE6wE1e2ep1R9s6ycCLhzpLQ4Qb9YI76uusWaWzPBhwWk8\nHxgO\r\n=IebZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3309ac8464d93073ac086ebe612eaa48778d43b0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.52_1605042731801_0.195035188685172","host":"s3://npm-registry-packages"}},"0.13.0-rc.53":{"name":"fundamental-styles","version":"0.13.0-rc.53","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.53","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"de99017f396886a297331e0877272a3b19cf2b6b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.53.tgz","fileCount":488,"integrity":"sha512-6sw6NzE5jMvxyS//MvaLR2spXGCpbGTy4ASAYwNGqi+PfGpXly2lh1rb1pMx7kFCg1AkDVV70DM8EeKontNv7g==","signatures":[{"sig":"MEUCIAy5ad+vjBb31N95eGX0cVPhinkc6tHQv9lD//IF1AfmAiEAu2X3c94hzKdl77M+GF1Qtbb8DZUnQmlA5karNk8mVFQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14779645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqwXICRA9TVsSAnZWagAAD/kQAJpRFYpZruiLt6IU8dMT\nctg2X69hliw7gFK1jk3S4+8jUfZ5OoCJyzM0iLLYA6H685PdKRzwdHkmKgYI\nG42OTo0OH88Oh5eV3UWJa6X7JNUy9OEf8ORhz3uuO9oRMSXNtY/ZmYM36RMS\nsoc2T7aIuIIVD8AN2bmwQtwAfnPL4JP3Dbn9BElc19XdOVXKnAUdjLK9vwNX\nBfihFjyKGJR14OPVQp7htg2AOx3npjGhjeifpS/uOAUrjrbmd6wx/8OdQpRB\njKnaenYgSiBEY/O5A1SXLPn6y3lPi4RPmF51r/UnQV3IABcOlIcDUJboxHdN\nLwbBnpTl2xDNbH8EnR4rH1CEYwGDlDo9+ccHup1aoYR+h+QrNCs3DR6m1M01\njiXX3RQdSi4igfq5cDEtF9TqFimMENNwUjsYzAsvIRq3FpEQaXlq3m6JMxxh\noTqc5S8gxSWOCzZu0ehdXNa2be3YmUjVvXEJFfCz5JILA8MH/HEj78EAhY1Y\nxz5OD4lQU9v0TTFW81TXQg3Q+0ndubaHf2ALo6gtnIORHP63n9RyvaamUDue\ncE5YHO+0W9ozLDVgSlw0W7c36e/1be/j2eqUk8lYY38Xjh5U95oipnDUzCi4\nqo7jeBDwFwuu3OMHIfz+liO7i7j54pfVa/QrhIEDm4SDTWbRoosSdSs/FHIO\nRQLH\r\n=JQZJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"991656edb1fcf1b68382e9abc723791301a20cbb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.53_1605043655447_0.9488734959321585","host":"s3://npm-registry-packages"}},"0.13.0-rc.54":{"name":"fundamental-styles","version":"0.13.0-rc.54","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.54","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8a77cb1a4be13c5f2d0f2c311d1e95b59de3f1a1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.54.tgz","fileCount":488,"integrity":"sha512-9/IznYGqR61/gFTAE8iCVRUy4AbUAhpO5zFQzNAia5cWIQzrn7CNq/pAYGRtsNeE8h5XyA38Iod3Mpkx1+cxiQ==","signatures":[{"sig":"MEQCIE/ChicdGtrVcUH37L2MpLOytoTz0qHG8apu0oWx6Dz8AiBkv4+NlUtRg4dthNRggVchceU9vPZescs5nHqJaY8Mzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14779758,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrF7ICRA9TVsSAnZWagAAeeEP/iEWazf4V3I7MEdzkbRS\npGOCf5LkM7xn6PlJSNOxwpl8XpE1hGLdHsED61KEadHk0Au7ncL+60S7njrC\nlN7WuMSb951brya2YHOd0IoQdDU4VoRtgCIdtuC3mRPchG9JpscazorukWCf\nwLpIT9P76hc/hqpgYo8osVTYmyusR9YI/gNXxL8EFYGMlkIkWttjlJbSpagu\nhijqr2iuxVYlZFiir8YWc4S1n9akJCPAXdhPDFv/LoZWqlv0F6tmvZPrVZ30\nG8xOlwS7y+zBepBImIJRCk4nWvpd3UFTJClsza7yhvctNcq1Dqy4nVKbG1PG\n7WTnhdueMUF3sgN+TVQU/gy0IYkhGNlQJ0RjInvZGEVAkQGRic66xAD6ZQS+\nC6IZcJK1hvtgeOIMGO5MlhhGmCtRSwDQsSFneiQ2iaVlgnrv80Qd3tR2ZMfO\nq6Y/Qu3hv3U97DDHSMsarqH0A9br/g39PvTt97FCb3YKxb0n2PJ1lI5+ymic\nG140PhmraUfjlX/aGLlWmE280oe6YEBCaRuPABqiMJ0h0qE4JR3y1UCUFR4S\nEAfWABr/Pg/xDSyBERSPrJsi6LfM1gULAUNZ5V2KpFCM4KfpPJCeY7+tUL7W\nQR0CkIrJs20hqP4OMOt1ny0TzmZ4DWYa6a7kCR3eO8gg36s0s0zpwypqlA7x\n0cLg\r\n=r9CD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2da5698f653266f90da455b75e71aaca3f2ed06c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.54_1605131976087_0.9166781501836445","host":"s3://npm-registry-packages"}},"0.13.0-rc.55":{"name":"fundamental-styles","version":"0.13.0-rc.55","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.55","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f060e69ce53f9d3ff8848e9ed03797fe37df29d6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.55.tgz","fileCount":488,"integrity":"sha512-eDK7UpOlWZT5BYAaVE/aSkTpPTpk23Mrz/qSkYLUMs3JACWww9vSKyrgu81FKdMqWoSIY//TzfZetyhGElyYSw==","signatures":[{"sig":"MEYCIQC3VyLmc8oInpjhsOKxiboym+JaM1fIZmYHv7xHO/QFkwIhANoZPmuo+vB2iFHBgxqkOFXnSLtYpzV9dGC1DYNiKxRP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14784218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrUsJCRA9TVsSAnZWagAAszYP/Ra7MI4e1EZI3q7u+T8s\nypcVSjHvqYFAPgs5VjDM5vmYenwWSxvxTZa58NXiSeLLQ/rbCNTpT0Bt8thX\nBo+nALfC3xocFW3zW8OaPN99Em/66AD7/8IcVvh1/vAAqtA9Bs/Rpprpxjvv\nhBc3JZpSXUVJS3fg7y7u98ksVOCnTzZdxv7LBhvbtcuYsJFFpFEM+Xd5P41l\nKCnCH7M4ABL83WvHiE6edkYGeQn6erW0/Mt7dfZ5dxAErDUoQXAMUShKnJML\nCbmfhMaaDWR4/R/H7hGue3TiPPLM8nLVncKRG7SaZOG2zFYMDXAFgJoYcUJf\nlkE8whocxjIhNZx1i+CyfqfLQ+dwyUgAWTcUR/YTD9k71Gd1+W5dBm6VlC4T\nCjWsb57p80gMXNbdvzyP5Ikm1tkuwLNjdD35uhbKDAITFfRbEq/MKv/D6kGV\n4e0tgVSsJ61CnXzJ+6Vl/LlMdogqgEPKqpEvf78MRNciI/EjV8q7ywMLcyr/\nQE7QlzeE2LAMiS5yzya70NFs8YR1dP1LD7lsh1JYxuZtfj1qe9XJBPrucEZN\nYfaBUGO9gSicBDE83e98WY/rLa6WMAlMwBTEKQ8JVV9eDsSIejLPpzHbWPcU\nGUbBEL7jZbERnGko4Xcf+qd/+Y13eRME8WqqX/CaAorM6OZ84Ueusuvxn+Ig\nLiKg\r\n=DxmY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d0f0ad4abec8177628a8e7ef3380894cbf334823","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.55_1605192456605_0.3878598209031392","host":"s3://npm-registry-packages"}},"0.13.0-rc.56":{"name":"fundamental-styles","version":"0.13.0-rc.56","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.56","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fc7730fc82c772161aae53a3719038b7ffc28f8b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.56.tgz","fileCount":488,"integrity":"sha512-ISahTK6oQ9zWjj64B9nUuhyBgOAYbcAwT1MdUsRv3/jt64KVAS4j0wndyZjWiOdBL7UlZyKtFJLpOV0+tupzmw==","signatures":[{"sig":"MEUCIHhAKYP/EBXanTFjj/ZrOmrtGaY4r+s/lfsRATMFiVrCAiEAxltO07YBf+uagtoDcHtM5aXnX4g4F8XeRHp8ofnlsP0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14786482,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrXWjCRA9TVsSAnZWagAAJ7EQAIRkfvi/vIVDX5n0tibQ\n3Jg/Br3nIuzJk+Ff8VVr6nbf6OAtEK0L0xZbeh3brg6x2Z6crB+Je5ICxZVy\n0xsCByPD/UluSa+JWay0ghdV30krHj5OJaeXC9zgG3SeEEP0nAGhqcJ2pFAP\nYYdYGXRvIKpdpthl1EJ20y5C+lfnFmk54eJZlOkfyC+vy3eDaBim0aKJw3LZ\nWfmWLviydEG0k0g//+w+azcxxUNz2IaqIg5gRvTNY3TXhGnN8yrRbegLVXeU\nQzlf1MNfU/1Ss49dMXq8G8lqTe7L8tEniTr71I8Ox2pWVqDtVEDadmgGeR7B\nzQEP+ILo1u4Qgip0ykQjgAcioMwE/x9WSSR75yEn6lr7uld+ss/hQhxmAt5s\n95XEbJBDjVmQWl94U/5V9M4IMh8z/n6hJZNHnxdxUzP+FWcORR60OzfnC18M\nqDVCEOitxDnBzLcKyxLXVF3jFyeKXqkT6oiIvzOv9hB9Cdz5IvvhTPY27NaZ\nJVz1/5LEMRQMBmv4v/usw5rVW3v6YT+FOep+daJwFJKmInnQytAIf3ebhtTL\nTziYzf/sBRvhDYsv1tJLa1uD9yohuKEssQqfNIJeNskOVHFcj03XxhstHwVz\nav+gmoDwhJnBu/55XIJ7ZaT5vIgJGWjiw6xh32C4aEVCJ9Rwee/h/5XZHKKL\n0V55\r\n=4ooR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"34708354bc8588f612d44a8141ad5f5404607fdc","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.56_1605203362857_0.262181388795532","host":"s3://npm-registry-packages"}},"0.13.0-rc.57":{"name":"fundamental-styles","version":"0.13.0-rc.57","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.57","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2b1a29870b48c6c35703e94dc28d0fdad8d6feae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.57.tgz","fileCount":488,"integrity":"sha512-fa4BKQqiohTSC+L3X0S6DwW1tA0U2nlOsflHpYvRMocVkyYyCq+cQPGL/LtTsdnWBplXziosCldM06QukqGabA==","signatures":[{"sig":"MEUCIG4Z1J3MsUxMQjQ31bFCsciPyGuyUwQNvi9TbbCRVW5ZAiEA+KdImrFjm/XR81lL+bpF6saMlXXzjjbiGdoo68xVo40=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14787906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrXjDCRA9TVsSAnZWagAAvkYQAIBlRYkC7yDc4btJRiZd\n9OIzxpIcsAwMo8yfdiWsJw5026JKnK7W+XIclQaB2b7OdK+izCrESVwtP+S7\nFJd7F7e1r6Q693VDZ6WYnQZv2/gCwojee4ZHeOvCSnF9AXa67RRf50qPlaE6\n+KkZKmrwGoY/KyIduHO7WTEhYtt2zC2HHP8dDEUpOXG89/vPGGTzZzEYjqRA\nYWNUXP6enSgjOOokn/UuxmQI7i8TluO9Hr9+XPtFerxXhWPikB1hmNar0onz\nL1KAk1qL2acY2Ba7BCLce5S1pW+s4bOCgyxtD/UMphTvfpJSrXWUB5ewxvmB\nQ19ZvKBoHFSy0S56y3YaYdXacVS5XhPgwbEGkW9rLw+roZMpnEclVyh9op+5\nHMiufIysTGakJrZeui7yqDuT2qfTg+vHPY+vjZ1YTcJB9QomBm33T10NQ88x\nR+Xpgb91psWz6ULP/3XgofOeh7v0LSviyhsfkmcyr25P7OlIXwYJW1GinAAA\njzCj9sje6WC9Btr7BihOEWeHjyi5kpilBTM6WIZ24qefU4PdMKiVGM+iOwwb\nC7yziAXkxUFQftoCBfJ0IAU77u4UmnqFk6NuJuQe6063lsHA/gXPdRWah4p2\n8aztp6EN+O0Fz/8EdHttkfAUh/8wN7Gi+XfRq8uqJ0da/HaIUAK51lx7mRsB\niA/0\r\n=RXpm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"252faba67af4fe3e5c36e029f3123ae6d3c23d5e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.57_1605204162731_0.2867481217953034","host":"s3://npm-registry-packages"}},"0.13.0-rc.58":{"name":"fundamental-styles","version":"0.13.0-rc.58","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.58","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"07d3036164cc5fb324f6db5dda48ade9ddf28d17","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.58.tgz","fileCount":488,"integrity":"sha512-/6pM0ZEtPT7uibOBQaIk8htQJY/Sy8f2YyclJafS/T84NfEMUkMMCzn/0T2Z1zX/xxJhhHzoJPiVG6gXAQ/waA==","signatures":[{"sig":"MEUCIGGObhmxwUWEvqyq8NHlDgc9PZTPfJfF2GyOHOQcOUjXAiEAret+nlWRTnyCnW2kMSW5FlEd2jEbSErJ8CVnbgUPfCQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14794758,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrYV4CRA9TVsSAnZWagAAIIgP/0znEfISfp0ZRHZW9gPB\nh7RShVVFrWA1VenlXR5wfPEFrx+kQ2pX9NCPXd1Z2hAjHDKKkhsmSc72DsW9\nTKtYMlFnGZQzpwfbPvUELaOtNtfy9sNQVqG34WPs0n/8UYHcVzLhJEv3dVGb\ney1VbStsSs/wbM3C26Nwl7CdKhW3P1HcZ/37PspWVY3GjcOoWTZl/gnfcC8F\nGO5vx6UxJ4ZIzV9QcoP3r0UstSdA3dUVXFC42YbRtciN6LmFDRnMAnL7QhSh\njdZuZTMXRod78LfO+hTx+2mPBmjrZk6Dk5rLj59XXFKvj56BLG5pCOL3KDcb\nVjQ6+oxCymCGHowYSeIEY5zXXBGnV/fXbMLXbDr46FkvT2thdO1maBsEW/Xw\nqx+gHQLEslxRvs3p+IDjZXZT0eI1eDtiCm5iH60BYIe4Kd+wBbR5y8cbmtH5\nuSmPgC56lz4euL80vLwvqh+VzwZ1oGDBK3ZTE0C9cqWqDXk+eGcW42HBUrUt\nygteFJ1DMAuCzMQ0yN+BGCc7AvAUHb+KnnQVdJEzIdAE/VCMD7whW5qETyOM\nHStxTbiwhbWOl5mxmbpPKpzVCb/f/YECQB+ucmIkWITH33an93bKytzb7shq\n5dnZQS0ozIyeBT0AzF2eGFgGoZVaMB9ddceAeyujGjhHOxse/jxZIRg9QJ01\nBby6\r\n=5PKe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ed2866bbc9026c75edad6391877208f841e69958","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","storybook:chromatic":"rm -rf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.58_1605207415388_0.9554977459471579","host":"s3://npm-registry-packages"}},"0.13.0-rc.59":{"name":"fundamental-styles","version":"0.13.0-rc.59","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.59","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eb2e38247e4d1fdd4394155f6e3a66d2368c020d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.59.tgz","fileCount":488,"integrity":"sha512-BIP9hLHR/Ndh79EWVEuXxOnwDZmU1AjtDCuGaJxKi1rMTl90elfrRoy2eWv6Bsi4LgkNxVrYGfQPqm13SVe5nw==","signatures":[{"sig":"MEYCIQDXQ1gpCphysmenEHYOIVCRpXN6AMcpdgTVn+UgfboXeAIhANvIYzE8pXyvPDEH0TbtHRdxwY2ZnODqZ5PN7rOgVAPn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14795646,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrYkWCRA9TVsSAnZWagAA/TkQAIoq0Mqqq3Nkyn9/39mc\nV8yZm8xIrOfhZPBUG4qIDdhmhncGN4ti6GIZHzinGpmDBNNhvfL3vubUJtTR\nS0KeFUDnQ+gNjYygv3TnguWBkkWcvJhC3G6CEfpchhb1RGsCJzkeVsQ+mwz+\nYCKFJgnzgnqP2o4rwy0NJsibKmhrjagsjy5D7jRY6SPJsK3JXlZnZztHabPD\ntf3uMBE8//1n3kYAp4Kqc7b9abkHfoP0GK1ZW3Y9nRM5gINeT1iFSzJggwtM\nPG8vHnHVO10SpD1BeX4JsdI0oeCENQbwXtjWG9H2jpIigZ3KxjXVSpoyZXRy\nuejKucxcmR089ahtcJWQCEQvDetU/5xGAenjWmtQtWDY+mRK1RqXIRIBL5LS\nAo9U3ysJQ1Le+tdKPrXCQ7PlV0F1JdBCBdlJlnUsEQQHdNerNcEJ3G2cYv6g\nMTdlp6soXaWbhX1wNfdREBhvrW5Wfw1jUFLs3WehnEUsSDBvQlMhWnqxwfnW\n6BItlYBd0xP5rWWaWaqO3dwvtCIgasH6rL6XK4u6BUV2yXlSQOEe19mn99oy\nwVTXIKeojG4w5pF/6q0Mxhd3x8ocqqT6hynXzVe66H+A5pQrPa6dy+QMQ/kM\nZIpYqdLZC2EEPGHg4vixkr7KFbyRGnwS9RVgSh81H0pBpdANReK/qyVDGAfl\nLyR9\r\n=VqFn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bd2dd831a45c48c058e59a81ba260841a9cbea07","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.59_1605208341322_0.9658044305987488","host":"s3://npm-registry-packages"}},"0.13.0-rc.60":{"name":"fundamental-styles","version":"0.13.0-rc.60","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0-rc.60","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cb7d6003e849de04afa307d19d0fcf176069800c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0-rc.60.tgz","fileCount":488,"integrity":"sha512-1cys7JdAXnpLLw8ZuUeuZl0y4CLd+uidYX6M3UnXRaAi1KFg3wVLWUjMX2eO/eUoaP82H9IGeQPHGSNnvoIEag==","signatures":[{"sig":"MEQCIAOC/fvOK9vib31YRpGpZldMm7/e9E7NztgGYz4VmaMaAiBAhnSRIAfW6wCwACsYSlOxcc2dtT+QaY/RxBtVlHP2MA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14796729,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrq82CRA9TVsSAnZWagAAB6AP/3HGR3B0vxFB9ieL1a5R\nk+yRr2U0i+gTnxYsL7gt+Q/S4G1eDzc5KIaQ744qxADN5QaGsUAKojYXt/fa\ntQsND1eBMyM+0p/sYBXM1EjMYkH7SpOa4d1aAIGOtNG1oNYUulUjr3siPvbZ\nuYUd7wYT0LF1dZJab+BKPrtD55qIpCg+eEV+I8qpRlyhneIR2kbaFNAW25Tm\nXQ/VwM73s+XoIk74dTq69Xoc0NTpoVhGhs/s+suyZrwARTZ/qvIUFX5DIF2t\nxFeOJQvNZt33MJQ1LXZ833oSuMy2xOBjvfB5q7CtfgVshAldOEoLFyDD8TsW\nJ0PYcG+vfDFkymIL5aSILmNHZE3WL7HzPDyiL1/6wYeVUDUHG2GmsBS5Ohxa\nmgyWdLJP0uzRA9y4cK8d2X0gt6MX7kzh64j38RXwpFlMnEE8LJbZF/dfshBb\nCHfs4ryHLlmzZfbtaWVSgUMSxvR9CqHlrrBpvAXnDqesg+3C02dutAWVFVgM\nsgP/nkgJTq4jBBPPB1mheUqcLcZeDdFPc+FA0QtctAFRhak38YgYL4DVSMBp\nfpTJ+BayA2M2rJ/x7FP9iTFRBCVh89FXDAQstkZjyZt0FrApY+ZmfCcWH5Th\nqaN91nQXtfRdrJYyCbAF+Bmmp6MS3zmyoBs2fSgO2ZYNJnQY83fHYQHamtj2\nc0ur\r\n=MTgX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7185dfb82fc406cebe7eff3491652c0c4df5a41f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0-rc.60_1605283638382_0.9059102612304653","host":"s3://npm-registry-packages"}},"0.13.0":{"name":"fundamental-styles","version":"0.13.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bcb139dbb7ef5782b035c052b50b114c67bbc199","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.0.tgz","fileCount":488,"integrity":"sha512-FjPwZFi7MEDTu/LqWXWRGTUUAiCGuc0a200hMhtWDABX7G5zAW/CACoinPvHvFpVLBQHHYWBCGNjkWBVEra9ZA==","signatures":[{"sig":"MEYCIQCbDAXYr0JXYtqRPoEPitSGjVmIfOk6DQH7qR1SBP4uswIhAKacEvRYOHq/wNC1H6X1BR+nv+rtgGbzP9wivv8Emsiy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12907106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfru2pCRA9TVsSAnZWagAAkLEP/3fuH+4u+vJwjHNi0F8+\nLo8bXtyVDCMPI1Q+RLSJPbflfGGrKmM6aac9FMy4YRixuSXdvEVKC8ZBF1qA\nv4nDdRJHULm1wUr001e45q6fsmshmiscMULKObl5XoCeJN2YanYiGBC6yw4N\nlW3C4K+k8P/Br1UEDoVpU8DMeM227C+4LlCGXe1s6KHE7OrbzquGjxXj48PG\nK+IgS1AciocmtkHH0re1Hz6yWkTsAGmWHoOdMkWHP2SCEj5NjiHXict4d4jf\n3aaGL+BOFr0ZqmRKJcGxubXZBFBIQByicCal6i2t2a6diYvNACU9d9uQZA++\nyRtQ/HBjr1wpD9dVlVIxiNGLw++jvHfAag6Ejs8dTob+3JI6ynjBi/r1AGtB\nqMPc+/SIJQ2dtGVXu2V0oqEpfKjVPmZL/6WQxTmtOrfAUZafjjCkrt4/mEy8\nttegjSO0NCtxxrCKYETg7Q+tSzbldWWu2vlwxhVG1NpejCuxfDXCylFfzimA\nKgKThH+JPtCYSaJOMwsYuUSbJ9KE830a8rEia0xajORdIczH/ery2yGosLaz\niy37kjEyfPrgqQCRQ55zg0jevFGNSxlzuYkJturjOeBkiAzyS4IMuze+Z/VP\nIzr2/mF09sSCnmnm61qd+/aPj/HRPnevYpKmdb1moy88+Df86bXbHLpMDPlU\n7P7z\r\n=kshr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c8a413543aad9ab1666b5a00208df00e623e44ba","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.0_1605299624510_0.39167950193115897","host":"s3://npm-registry-packages"}},"0.13.1-rc.0":{"name":"fundamental-styles","version":"0.13.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1690e1d6f63078694243abee0b5e0668a553c772","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.0.tgz","fileCount":488,"integrity":"sha512-UIHc/YYd6ves/IaPt29Je9BHyXwuUAukxzgor5qsnqORrA6vcVTTzpma3n6gMRFQFZF5YnFyDbj8cQ+WhCSKeQ==","signatures":[{"sig":"MEUCIHHeu0/45fBDivO2RzdVLTdwYvkAYSZb72qqDkEfMGPRAiEA/rbW02kl6DhvEZ1upTzDrDDPHbVxhkh+79ASeLIBVEs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14796461,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfrzq0CRA9TVsSAnZWagAAx78P/j7PA1QmooxgMZ4tsF6n\nWbwHdt6b4KKSXWbq7+KgEek7cvhw3h1tfI4G5ZUa2YipQJNaFHxLBLzr8sMb\nwaRJ+uuuoynbAc44U65+qnQxGfO4n4r+nbdG7E0ZWodXuYs5bEGl2ZlyUnG9\nDho7lkzbHLARjwEolPSTgB435tzVWfY8nZUEiqExX82j/z5jzh8qQSXgTg38\nDje/GsLgeAGhhCslhezIPFo6DloHed1Ew110fWZBd+XbM1nZJ7I9ZR/ShngF\nh5lZYiTWaPDC2DjuqY5r1dNCdwPSF5ngP45n3B3xbVT/fcRNsubOJzm6V2us\nYp8iAjzATQVntv5TGwPe80qCH3i29OBwa8hlLqQ4EJao6Nqx9fGd8gJJTmOi\ngXJ9DcIA2rehWLRfi5L9T7fXxDg/gtLfOyoXzclGFhONq1wd/uzliJd8zaqt\nLDjtBDZtFltPzyz4eXgboNPJxr+bKMfKNupay2Se7ibdvz5VKXnIaj7WuQIi\nEgC8/awGUMF0yhE0SscT8Kfu/vTLK3pnZkjcJpWq3tFb4K5aKVDKXx+F6ALt\nLYjp8zJav8XdmqATaeWoKxzjXIo8Uihp4k3J8TEAMCIJADtx5PcZ32PTMFry\niSYQe6dHtiBfGj2MfutM1s0NuegB9seHp9+VnSzDQoPkfztj3cqOL4ZjDHMP\nPfn+\r\n=b0mB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4ea24ebd2ee9020618b32961d1048dc7b80c4a47","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.0_1605319347653_0.07699750509085401","host":"s3://npm-registry-packages"}},"0.13.1-rc.1":{"name":"fundamental-styles","version":"0.13.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b74a1b607b690941e8500ba60afe13d0e6097d49","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.1.tgz","fileCount":488,"integrity":"sha512-7S5l/tFr474wYcjVeq/wrLFWQVk/jL4r4GTs7NhZZZuTt6Hx7sYmPo0vtzbxljr2pQjz6jXG+l3yrXX8IapF2A==","signatures":[{"sig":"MEYCIQD3SiFGXvvQyD/astW2U5NbGfj4K7nMRfgEt+WG5qxrPAIhAMUbuDnfw+cF4tJGPWP7xm3AeGYcnVlHMSqplYY4s3yi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14808456,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfssjhCRA9TVsSAnZWagAA4+UP/2SW7Mxhrft0sikQZ1ye\nkudeBhFHp3pACfahx0b0TZhmUHyyLoud4aKxMB2rBGO062lGJOXrFfUuvFhg\nPnhA74Sq42E0+bhp39BSjpRlf1IfQ6ZKSOZvhBElxoIkwtEvbiVVdOS2Hg0a\njNy+ZMsWNB71Bgjru8A0BdkC3+meViPDhT2W0h6q9QCI3Yr3/3nQe46UPzl4\nyZ5s5lDX0LqpnWnKcbe8zX33WLlsg85utREFEeDiwYgYb4eXVJ8sfens6ngM\n8aQklDk+3ch02NRvgqqsIl1LJNBxkjPDoPVQmAdZWKZZDWo1lk//2b6SZDra\nVbOq8mhwp3ZJF4+8UyTJd3Ug2hcCxK86UjnwGHiPBAw953K1hcdEnNA2vpBv\niHG8ggfHKM4ioB3WuTxQ3ZB7v+yhXtl8aFproEcy7XGVLELuoefds2S3K8nZ\nkm6g5oxXbgikQiDzi8s9Wu+Sw6sAnZzmEAAsTE4rP9MgO8u0066FkpFeXcNh\nPzMQwL1GHREt1cJKmakf3xAakEVCmLV6q57sY3jzkZcsTT/jBJXn166Ys7uF\nyE3uerYQs1Pj3mbDuU6QQzlXrw77V4O+tPHAobFi8z+ZqJWfh2AWUSMYcV40\nfI/i3Un5GiucCIKypfC9D4nurYvyXeZZPqfdZczErK5z9lIsvKXxEQxF0r3T\nh7VU\r\n=YOBD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a86a62028ea330fb3647829ac23260b53f8ab691","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.1_1605552353049_0.19502546342954985","host":"s3://npm-registry-packages"}},"0.13.1-rc.2":{"name":"fundamental-styles","version":"0.13.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"49e39e2fae63d4ed2dea38b09a093573c0acbcb7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.2.tgz","fileCount":488,"integrity":"sha512-tfrBfEQMBlzVpMNIqMkjdm16XyRm4GBiuk+aL+KbYBpWPhENLl5/s0CTOGctUVzWIIDgLl+qPRMyjeTLLbnfSg==","signatures":[{"sig":"MEUCIHIkKhhwuvoiYlb17RhkYut4EiI2QiAbfr5C5eU83I0qAiEAnltlaYt3hnFelvDNhWSlBtf4nyTX5Ay9IRx2zJUQ+kc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14808567,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfsvLtCRA9TVsSAnZWagAAxDsP/3mI3d1qlE9DPJhFRpYY\nG6pe0BsFuniNdyrqC8w1V79X5oxAYT3cb2o3crg3rQadaP+YoJVfBEneLhzY\n36IFWWvIXRKdpybrtnO09sn4eFE9GvtOo2aHzzx6Msh4nmRBprBH1s7ZDnjj\ngcPLx31QZwMEZ1iOD5zHfbZVaYhxaM9hWdr4ypkbZuLyLt8Ulpo2lNx2lYc+\n8nLjRbivJSZp/mCw2x2AiaZaZnTF0zBd9YmElx45yM+ZDRO1BNbhLaCZR8ac\nn5OupzyRb0L4tGHKmzehXNRixqQVVgRSy8c+vw8pMEXB+bLzIhXQdGHI+LWI\nBNtKKomiOCggRKtZOFP9ftEGaSlfJoeyVLpIG3/2VHALPLJANMec3Mu6u6yd\nSLEQd8kXBWKpQRyRbSQR6D+5u6eVzoqbv/9f4CqcyO2SpIJCkpIeirqJUNLJ\nN4XfD5Q56LBxrHBsTuWQ7OUKlsoD7n2KlzG9//r726JCw5/z1Yd9L8EjKP6c\ne+e8uOeml2yi6L/WkZVx4V83vCKF/aUIWYXwyTkHxDr/zx9HkXHEq4vAjKJu\n90vsr2bUAEvmqc+p+wLm/ocHESwbvGDDiD2xG2pvhbauTsGvNbt854V5cFzk\nTGBqd/g1s5UttzQ3jJ+kQeAcHJaXrJSLPnKNBgYsv5E9kW6zDmbYxN1fhLVQ\n0KpY\r\n=nxif\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2db8c1184ddf812d25eee938d40396dca3e460a8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.2_1605563116906_0.06649920349278271","host":"s3://npm-registry-packages"}},"0.13.1-rc.3":{"name":"fundamental-styles","version":"0.13.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0d2ad01c4248ecb2bac8d76f1c222ab3cd965d63","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.3.tgz","fileCount":488,"integrity":"sha512-TiyzBnSlFlguJWCp/GIsPDhjuid8JtryvtVnD/S7ing0vqnwb3bq7zTXbU1mKOGDpdIjUMAt89D0iatls4evKw==","signatures":[{"sig":"MEUCIAjke5JnUAGCCQsTP+7X+ojfmixwHV1Vmap0uyUnxPBEAiEA6VNMpUPd2GWM2/u0QCpqnw4iQ4vfyJRbzT8YGtGMH6s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14808678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfsxhrCRA9TVsSAnZWagAAx3IQAI40stMNzGBEC2jzFIZX\n6bYJSBPV3qXmaIQVfdyWHx/9rAVN4L8IEgvjEdooAblB5Tp+URNyBVurBjvN\nw9/i61VLZ3ZNdA4st8JPBnpp+HZRZEyWMv5VCU95CGuA79kUtYHWFIA2qqXr\n7iw5cUb0T3N4nn239OSCCA8+8R3H44SysqDwqiF52EyDLeasP/+is1Xb95wU\nUYKOIelwmPUkvyWx+KzuFjY9Dadnk3cZkv9r/bvF3HZq3cN9igNqok0cvN8V\n118blyppt5lr+alHykZ331HOHDSm1a4X/W5YAJgIjVB7n3En5oqXGFlLKkEV\nk5EQMCIaqpNYL/QYqMwVBUXR60xOcb1SlV5qRdWMPQj7Iof0QyUakrLXKLUM\nzsGElgCw3eFf+zTp+QcQ6aaZUi6DfOZH+EvKeTgf4wH41iapuN7lef1btFZE\nhtnypr5mRJRpPkIz/pEj1LVlIDUrTtne4dkt6e/oZmwyV3H7Wblwb4v/kluP\nP+1j1sK98I6KsddTEeFxdTV9fuGQEGw2tumbklKZUkY2N7pC71MkpYEEHuFd\nM+0AVL4ciuIEF2qwKcENyeIJ1AL/LjPWHGvRHdpwmj6sBtQqTtaCgym9Tggr\nvinrc8t6WV90cRZN1y+c6apj0RZhEzfC4sGgK+12ET4cbN43UJg+WEP+AvAo\nJ8g0\r\n=zCHB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0590c60282044db9813940f7eaf85434f7c159f4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.3_1605572714509_0.49836761589298995","host":"s3://npm-registry-packages"}},"0.13.1-rc.4":{"name":"fundamental-styles","version":"0.13.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d44329c123139dfed5d3aeab769a1b4b47e5e914","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.4.tgz","fileCount":488,"integrity":"sha512-CWMV40EBRi5pawxSV4epf6Ft0cRrxKox/0e5tf8zHzgQmdDKE0v4qvN/ZY/De+/r/HjcHySAErGdmsdNPy7GEw==","signatures":[{"sig":"MEQCIF4jZIe6t8z1onxYjHDhbmyve/v1GuDJ2GW6N/SMDpBEAiB2jYzXxDADh7ZzANymraWYV+pcm/QinrGwdlOpGe5SPw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14808789,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftGUHCRA9TVsSAnZWagAAlXgP/1z6YezpWa5DZ7rDJDwp\nwNqPMikgdWucwOT5Z0DnUvxW7rBd7RDEcdEuPdiCrKr2P+wzw7Kdu4bD9uZl\nf0x/a4gUMSe7TbjkFlcipzEIo/kFNLQ5BRaa6jKB7hwHiACEwDc4ST3kShex\neXgVG/OY5o8++00XD8iqIcccO9CtWLNp2dGxvp0qfCUu5litD5dd2UAMK+yd\n9yR0tq5gdj/rzSiZ55v6Uck1kSyIovAiMNpeFX00y4mZt/ppefr1pZTkh+6S\nFZc+Cg1oPeuQWh1zw7dwwBvZu/W42L0HrSCudsooeVkLIDhE8DJVs0taMwSV\n1n1W0JCcMhBwYpbv9ilL7H4K7hJL9q25X8c3ie+lFUvKH2tUMkKRIhafTpi9\nLFavgbkun+jrWXbvzY7c6HE5Iz87Y+J2Ir3jZ0K2aTROZy64wm7VMYrVVFLu\nwgt/GGk9aBgEgCNzLGt/FhC8AkPIOs7oWeds9+EX8qmNn0l5+Ozmh/z2yWbi\nDk/OXGHN8hDJK1vjlNcb/h3Uq5SsfIZF4OFttpZqo8pghmnnbbdH7GmcDCFR\n6b1mYAKwFWl5IQWvB5/OEfgrKsLRzbEdOtpko/Um2V8/CcH874An4EdCZkc+\nasPYAJqYlMEW2ebUuLV1FmGd/KdhU5x3QET7GyL1gpdv0DeV2IXJkF1KGBpG\nMUpu\r\n=TeP6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"025ebee845b7ae861e8de7a7d3d927b4ea8f2c83","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.4_1605657862706_0.9467761725544055","host":"s3://npm-registry-packages"}},"0.13.1-rc.5":{"name":"fundamental-styles","version":"0.13.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6de8b4f5be422f997da4cf6b24825602238323ab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.5.tgz","fileCount":494,"integrity":"sha512-DIk4BFv0wglad3SqueIn3AP3tZanTYMdAOLrOE/S1lO7gVCVo99HM5HJ+1cPNKbvSIvGXiye1GZU0fVx/7rc1A==","signatures":[{"sig":"MEYCIQDsIpChl5XpRtAC6xr7tgqROo80ddDiy7Rv8hm3WGzp4QIhAOCeEaiJWdGEWFwUe+o6C+qGXrf6G8odCwXcY5fDgZ5L","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14845588,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftVD9CRA9TVsSAnZWagAAbYsP/jMvf/att3aDP6Q42O2k\ndry+gzOY3+SAaZGlzCiVbMnCysRWcuO7QlCbC93HbvjSIFOYGFGp3fhmP6lc\nm1SXLUaQlLqCg2C0LEZu6V060XOHgQQuFswTuQD6sQ1cm7qM55IwJJoPNRgJ\ndh3Jtb9i/6Xg6g/2dCAQhGR3PrsDKO3LF5NCG2nxaDOPI/Gf5nKlp/c9ftUs\nosGtMXMAy+fksZyFIZh5f1w3D73KmMXGnjSRwC8VWX+Z2RJ4EoS4rBLmEwwc\n4pC6VXntQosyE4OP8P4EMuydVWp6JoW7TXIrhmguwc6RPqW/cEa6aosoiI0G\ner7mEz1D1z2Ym79iJu1U7aXCkiYLbooWlXuWtA79ejPd02yNOJwNYXV2tOEr\n/o6X8RBf7mXtKwlSbDnUzXy/mNWzOhYvVfebmfZ343XtqX6K/0UWUz9m/IcH\n9uI0a36pV63bbgk4OD700TgWEHGgRhsC7KZ1np3xDvoi/MVGCnMHCMee78/r\n3dHHOOW14s5zBohloI0WgIhpDMtn29vhXbs3rZPw4TpITt4xlT7ls5d5yjb1\nf0ioS3He9hInl658QDfi8dgIx04k6II6g/M3RFm5L+kAKE/ll2xy7ap0X+1q\nkCLUrYv7OmYRVr9kbHmWDnBljmSHIudqqybhfBRq7r73owHNQ2nOpE06Kt52\n9UHe\r\n=o0ae\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2acf2fdb8da31a6c614b2f60aa6235a017008321","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.5_1605718268435_0.4196020494581205","host":"s3://npm-registry-packages"}},"0.13.1-rc.6":{"name":"fundamental-styles","version":"0.13.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"472d41dd3db803c7f4126f7abe26f2086c0077bb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.6.tgz","fileCount":500,"integrity":"sha512-9QUFjIpF4MjS7TlaRWnEqEPstWTERMSdvOWLiZbWu4oWA9/w7EYPfceVpyIaVMNssBt7xJEUi+Zvfki//FQxYg==","signatures":[{"sig":"MEUCICqqUV5if3NP+Ba79V0A/MKxg8mvTUYZDIzvlX9QgDOXAiEA9ZbhWh71K1HtzsqQnuCdftkc++jAunbSTIOpBjQbvzc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14861624,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftcSnCRA9TVsSAnZWagAAjlgP/jQFr8omZFm601d2j0b4\nc8J4POP7izIQbsdNEVPWdEWN74tgkOxXd4TrXdNlNsIEskUw5ocvZ+GSBYvO\nQCvKMiBf+h/tBdha4+h3wxMQqow/6/P9aecDVNncypqu7JYDummTrOT6HfRH\ns4qdy4SaYJ74sHpLC3kebrx/SsK20y9cENcv0kAlfDnZbqPX0X4FbIUzAbg1\nM4qyYLLBBIhhNBspVZsGn8tdWzvhW7mvBFmVo6bYrgpwiw5yIeAoLPOaKecR\nPPdJVXJM3UpJMoeSm32yo4xi8TUAYJupEcjG/iKkqef9teX/fJEE/9H2b3zj\n50TdHhA8F5eQ0SGP7pua5hRafcd25paZUkK0dzw5iPOmpza5Ez6tgsMkw9Ul\nrNDsbBkRZjXw7JOZ92czDO4hZTZn7+jD8cwS5QxxGBY/Ld1RKoeKdQPgQLqZ\nDSJwPh3MzdF0cyfH10TVCyV3XAK+QXwUa2od6yFKhwCYza9Ct+0+gYracQEc\nTylbQbHQ5BtkT50Iww3oqhxMV+w1iGfHHHbwLzJ2ETz0iOFbrrsMOT/Yats8\nh0+EuMscQTzm01xkg4iLh+J16+t9iO4VQsEOhOVREMNC3aC5HQOdI3hPqWfs\nh1kwk40vPWQphFeQxeWklA5WrPchaVA5LqYa7hK8v9RoF/kTqKwYoT/Osx54\nH3Z3\r\n=JjFX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"392c1b4e1b3251e61008a248c155b036e04c683b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.6_1605747878657_0.4805085567308234","host":"s3://npm-registry-packages"}},"0.13.1-rc.7":{"name":"fundamental-styles","version":"0.13.1-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9c894a326d22f2d2e0b246331852d696d9f44f80","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.7.tgz","fileCount":500,"integrity":"sha512-IAjE1Ra+DoiSVdFUQkhVM1KBZ2s7O77iFArIgCktsXzxm0kQStYZvrqRhW508M91yLAqyTJMHHArjDDKGB42hg==","signatures":[{"sig":"MEYCIQCyxIZdewJgwIa7F+D8B/j8KP4P1bbxYkFvI0nesz8v5QIhANAy+1XsolN/201PeSeP1NgnKKPZyAnqIHPjGrxrFVgH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14870679,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftxjMCRA9TVsSAnZWagAAApsQAJi7U5FPxBWFcX0YMo3C\nTILg0tLJExAqmkmTr6doUpYnfxhqywWGTZtmfhGqat/W8lmhPtg25GLL8dNO\n7tvLY2BRwPceqgcnwzjnKNMDYULdSy3BrXyXxBNk9Awd0FR281/hREUpTfDi\nfN0IiSi+DoD++s5x+p6GPT+0af0+mTSUDhEkWTAl1wkrOMPiO1hcFOmUyE9J\nbbhxx9NTcr5VKY5DJ1nFLfDo/l3HofvFPU0Az1oGXZW05Bb4CDjcH7nQVpMR\nITdOA9ztClrDT1RUBq7WKA9nTFJFQtE2kq051RXxm+whlDcUsp+3F/9639EP\nDoQ5bWIJGRZ9yByaHwffgeDEbordrbH2t97OP5pnSh0htH3UOb4t8qf4IvF3\nK75yfTQt68xlCzwODcIDZp6UrIvDdzgJeCEbeDfllzFQeopMO1qh5BOTUZ/E\naWHyqOIziIgvwDw3MDqartuB0e2l0Y15GqdMiMBi5DWq9VM2liNVeyjsoRBV\ngHqRlFhbcx96ZXJfRR/YV1B0KOFkTxE4iA2qHmZR03F/LawXDx11bUExoDSC\nO+6yQqh6rTQPRkxQdqpTJU/h56dRrMgXU/eLzDTTIvwZMx1lYKqXnOdV0P1e\nvTQ6g1QLp3YBjOjv5jsTGv/05Jc5vaUDqZk4lbM4kkFEdaIPvu6szWuKgFfJ\nke1Z\r\n=rOVG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"dfac8e7fe8afb178f9952b746987ba9536ccbee2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.7_1605834955556_0.7096087167121579","host":"s3://npm-registry-packages"}},"0.13.1-rc.8":{"name":"fundamental-styles","version":"0.13.1-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"071f789b7ab21fd8b0600c6fd557b31986852fec","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.8.tgz","fileCount":500,"integrity":"sha512-qAYSg1eLCcCWmE8AuNaORDxk/GjQsTq8K3O0266sRAQBZOwJydDTQwTFweVevxY1Q43tdf1C5d9VYCXmXuQWNg==","signatures":[{"sig":"MEYCIQD2amRdTolWSlob1wPR+XoHOO35OD7s5Ld9TQFxlXbkdAIhAJiQuM+753EzohckbVUgJz9u4Q91trVE+Reu5lbXs0vW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14870932,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfuHx1CRA9TVsSAnZWagAAjYwQAJpg6CK7ygNFGf7ksOS8\ntzBwdsp9Gb2F11dGgUUuZytnaS3M0MzzxSIrm+w3QHJvCToViDf8bP0pCydB\nKmLyQdo6wtacaJ+guPKyx4fC9TpTDZqZzoCs2SmkzVO2GNoVDaxseShokEGi\nK8LnoJrNSnKreQpyR5tDOiRCowVPhYUFyshUOIaJjPVYwFaMxpO7d9dLAtxK\nAAa5os4HUMWiRF5i5sUl9tFveayma54GFX7igIePwiwq+KPalO4x7O+/087n\nbBaiFK6A0JeyUpFLOz+kc8dJ7eH9CrALezQm8iiCCRg9TyQInYIFtnlRRbai\n2ftK8YEWWTnCXXVrHuVEbfu5EwuuSGR+7bqFOHQgc26dTDDmdliis13mk7B8\naGLK+Vccha9/tVtnGObZWpCa2efgH57DkduBtrv3CkumBYPywmFKbWi8+1wI\nBWKeP9Gfxse5znM07J38yGnFWrCjftrFqVX4ynQyX4aFIdgLRabDCaLO5LzB\nwuybOhUkg9oDrWH3GzNBzUrTtrzIImdk+2WUkd8gSy8L1+rfmeKfRFE+xsGJ\nVSyYcmr64XwRcWI7J9gerozupV10XGc9MYml6yCyTpL8WM8rh3d3LnUnw2yV\n/KW14rN8/CYzmZ9T128P4RqhB/+5/doH34zxceMoxsSEUNVmpSA1d5nRCHsd\nZgbc\r\n=Wlm3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2afc4b9dc393c0677cc3e70f7e8af1dc58cae321","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.8_1605926005033_0.1412540773769746","host":"s3://npm-registry-packages"}},"0.13.1-rc.9":{"name":"fundamental-styles","version":"0.13.1-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d28721135e81e5241f115e23ffae85c2a9ba43f7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.9.tgz","fileCount":500,"integrity":"sha512-1hinVsVL7nPZ/SlZFsv40W2AaepDlwbxox5iRTwSfFqcaDcdMapLoN7oKgoD9sfI8fD2jClU3yHBUoIT1L2/UA==","signatures":[{"sig":"MEYCIQDByidQ1StLCA0hFKFZQPYt/P3+qqL1ABp/YYvhQ4HqcgIhAKe3N9SgPzYhGV76xceG5IBGQQU1dBhqcIEbL0m+JSa+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14871043,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfuIv+CRA9TVsSAnZWagAAJq4P/jz/D8N2f2AxpHnYYZi9\n4e2qwAzp1a8PikgddSKygLk5gEgZ3eC4LbawZ5odg37+dFOdDyfnAFUzx6oL\nvNkGLgio/ejvy0HCjX/OS9rsCtE+6WEP6nwaaxI4ExxRsZmTwDPZyYXN5FNR\nuKUs/Nybx19FVmGITLJFHEyIGDzWmGyIUhgU317wju6BsYLh98lqvk1jbDtV\nTocVSTPnFo23gcfGFlhqvVt6ee6/16/9WNaRiQmoslVhAgT+Jr25+JLovQqi\n4o1q0PPjrN1Ar2ewxQ2MlkhdhnS4Pk9hC7n49BvOPqA9NUgsKisaJY3vIFur\nbacL+UcONBLJQU/NHmVlhXn+Bih8t1GD8hulJgqbgrvLgOAp2YrAMfWlOWZb\nEGKE9s+pDqoTIn9qKoYnVY58F+OzkQlGylSOaKYAzK1d3D9T7Z62Up5Gj4qm\n2B0Ohm8EWSmoX/fVLVfEeEb317xlz80mG49uny6nCdRSWp1c5B5tZxuFPOvD\nyumsU6Qvc/7nn8JmUi/bYzFRSk3PtbL/dGFVGouPe7n15fTaRyjyVePJtD1h\nSQrXhiokjCA88YjVtsIqAh2mpgsRZt1AfRrGHgZoREsic3P/HRkeG0DbU7Mj\nA3QpQcii1EqpY2gZhCIMupB4z3nUWTACAo2fyK2s2za1V4SRhcGyu3XbZHdO\nZu1J\r\n=Yfxj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5cbd3f205c65b2b7dd820084bf777593c2f970a9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.9_1605929981910_0.5473757459298376","host":"s3://npm-registry-packages"}},"0.13.1-rc.10":{"name":"fundamental-styles","version":"0.13.1-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7c11592f95cd1cbb4ca8ba1517a3100c961a11fa","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.10.tgz","fileCount":500,"integrity":"sha512-M6rJqnB1GuKCYWbBHxmbYqvBiAyKti0EgP9aRjrlLdFXwcHMOvRzlmFDjxREnkelgIvzddd0GqAJeW+IIQqw2g==","signatures":[{"sig":"MEYCIQDCG0WKUXeQn3zQkCWXHXkbLKCte+E1Hk93Aclu0nhz+wIhAJKk41O2bje4Rj9UclWpkcFvR0FB4ZpXEP1hreVozxR1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14871630,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfuo/gCRA9TVsSAnZWagAANqEQAI0wN51RbVgC2rbVKAYS\n+43TgymrJ/zMEYQ87rUEaM5k7JTmAyMe1qnO0mQyfsAxJGmgRx7beEGRikk3\ntDcjVGhKIMC2Gcuix7DppWXLiTDdKxNz7xo+c5NQPzOoVvW+kZN1A/TBpYDT\nV45LvfuqZjcOkMaX9Qg32cWX+dSt0rFAbjZk5qPvbTA+F+djgwYR3uIb1lLE\njvZM1g5SYskKqpLJ1aQSq9ljTPUKVInIZeWFQ9T6AhgG8QmG4TEsDsevmVz9\nIyj0lxn6bVQ8YJB1QPyz18iQTGjSCeWlSAu/121QxCNmRl9FVZUNnjnDDOE7\npn0JBNz3ZNeR26AYUN/WFN4Ex56yP6x5QOi4hF0u3sY0dhza4xLlRqEbdZH/\nrDXsu6VC0eS/SGCF5oTqfTruGQmEq1BMODSoDgmavHk+yrtN38bl+cxUi0W/\n4cp26/mmmyfhl6eEm+BFQTzpZYVZQrUwzOYQNyjGpE3AKnwklFkhDFAvjC/7\ne1My6J3/Xo+ahmXzSO3muyRqz/S5OcDuZiwBss/M7i+/qnPKXzCc6TuwSzim\nQu+25kpf6ktq7fM8GPbBUCX/ozFcGtPePHoZ2SIEdWQLeVbc1mKhyvzK9twt\n0+BW5UNFxxhTI2Sy+c4qDyYrrtvrQmPCjl9XD6C4DXo1oQGv6C157y87o1Wf\n3SC8\r\n=6AbB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"28eb10d8f3fd59141b1629a9d79677afce81b5bc","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.6.3","react":"^17.0.1","eslint":"^7.14.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.4.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.5.0","stylelint":"^13.8.0","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.12.7","@babel/node":"^7.12.6","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.1.0","babel-eslint":"^10.1.0","babel-loader":"^8.2.1","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.1.2","markdown-to-jsx":"^7.1.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.2","@babel/preset-react":"^7.12.7","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.2","@storybook/addon-docs":"6.1.2","start-server-and-test":"^1.11.6","@storybook/addon-knobs":"6.1.2","@storybook/addon-links":"6.1.2","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.2","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.2","@storybook/addon-viewport":"6.1.2","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.2","@storybook/addon-cssresources":"6.1.2","@babel/plugin-transform-runtime":"^7.12.1","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.10_1606062047539_0.6180920679171338","host":"s3://npm-registry-packages"}},"0.13.1-rc.11":{"name":"fundamental-styles","version":"0.13.1-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7e1308f653dcdd154084ca50ae959a4e06811a34","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.11.tgz","fileCount":500,"integrity":"sha512-AKtxikNzrMU16sfw9jWef/yyzt2hiVrxeGvQbNPOO7TR1aFO/tKC3v2CCC3y7r5Xdy8H/DKaPHNi8ZQN1Gi5/Q==","signatures":[{"sig":"MEUCIQCnpwLINsUgWfFoj4OtiyN7vc4iIxuJTwRh7PDn4LvWwAIgdBTbVgZKmpksG04u6j7D6mQv6GfaYbltFacOYO9vTls=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14871757,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfu9iaCRA9TVsSAnZWagAATowQAIFBSYiB7z2ks56KR1ZQ\nRGI/IDdJk8OI7hppRZGW/4L2/DZM4WNgY36WEL+HS09Lu6JlcGPoGErLykGw\nB2ZXUqdppTk6PetBmjPkquaRNqAN5cFCljx6NXyeAKzsDH0SkF5DTyCz/E3D\nfIaOn8guVtbg27swDJMPKeJ8hXILLJnJ+k6H6Xlv1U2/nV5MPAY+IaKxHJG9\n7rv7efuQsgjZs0TYkPmjQZBINsIb58y7ok/cUSP3qQw6ymPrmslNeyaU+DuX\nexL2BKAQ9tDVugr/x6IGPS4DrBw55pCggFESoZrIE0/c9I5K96br4quaudi7\n4Cfdy5kKqedZAxguPZ2Y1k9vj5HFj+BtxF7jt2YOyYrjuqtdWglc/2opdkan\n9aPYCMMTwnRJd2T6IgZuQmTeV0+dEcsxUlhxsvyAnW/v3ydHRolu9/nFzZCp\nvT8eRF+IYTwO8vWW6FulKuieNhBxD8YF4dprOlL/VK0izidwH0vGZICSaAc5\njSIULcf5fUu7p/6actD4+Yu1NIH55gEEhOzed86ix1UCPJQ3lYeSQlU6Hqgg\nYBv79ttzjs0I4RYz7OHqpIz6LYsXKYg81cIb/a67PC3Y1sm+lgg9OwOz6lYB\nGbN6u7sB3MLy+DfEydyxObrZ4PqAmf6v1vjGdl7hI3UAOOzYLPryTxx4UXtx\n77qt\r\n=7ipV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f0bca425189d15b30f21288972e13ddfee19a03b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.11_1606146201794_0.4914885280887624","host":"s3://npm-registry-packages"}},"0.13.1-rc.12":{"name":"fundamental-styles","version":"0.13.1-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bbf84c86f9df25a7d8d17e30a6a4f171e8530cef","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.12.tgz","fileCount":500,"integrity":"sha512-klc8h+fd+DLMCcnSYSpBozvu5AIAm6j1Y/KHZPovMrNwFoTCz7ZQb9OClWmotE1ezcGO1zCImi1wYDNNEidEZQ==","signatures":[{"sig":"MEUCIEVWjvtx5bQAkNUwPDQsxp/7oD2n+p8YlW8ORzrj3F/PAiEAm2Nu5+By5qDjnYQHUP1oO7EufzJsInI2Vp3fcTUQLQY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14888724,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvBjpCRA9TVsSAnZWagAAIlwP/3XrTZn670PzzVhfdqUz\nV4BfwA6s7Wz9s+VZDya9U5Hi9NdNU5qOiQQbUMlKwj9BaLweQiyiyuQnW25n\nhA6c4YuEzNtTFJXsOujYinJizip8S9skxQN+MCTDOAEZONi+9EsyiCrUuw6d\nUrtu4fN/oFK1xRS1weDNAnqUsuiIK1smJRJUdEchtWfEcfZZckbM1kq/s7Y7\nTqPxH+j5CC28ercgXbIzryOhSPzdhRdE5ZMHRd9ampJJuPx4lH00+hxfopj/\nqKuc1NtZ+qd4wK+yrj+q6Z5gKHE6G3u99y/Ry7pGTXFrTOTbGD94USFynPew\n03XTu16uOCL+/XR+0hNND7yT0N1XGQH0qzyL80C1DHVlUQvNRayFAZ6ZrRcI\n3ok64GrOwfHSLuY5Rt8Aa/DaawqNf+iwI4durqi2ugUbHZ63Vs4t7lucUT+6\nRkpbMRsh7/OQSJhKlBj+QQpPpWWQ+lTvzKpODHD8MxA5xJU0qiBPqKIvxmVS\nB0XZBDDDrX3Aj9KbzZ16yxgfEPqshIlvza4lPa8GtdXLylcFFVeWD92PzLyJ\n3tlj6t4CBkIFJZuPPIDpLaMjEzqOWZW9hkIFwnbAJvynuRFJUKjPZDx+V/nV\ncJFRcgldOUkp6KW5W9PIx0LaOAMUf8m5BwBlUNm0sua0gRI9LqU0/cy9qsvc\nTho0\r\n=nQr/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c13409cbc8d6aae13291fa7a97b61b4466a9448c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.12_1606162665000_0.9986459380929795","host":"s3://npm-registry-packages"}},"0.13.1-rc.13":{"name":"fundamental-styles","version":"0.13.1-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d56ffc33fa364ebc594593fa193dd8f25588d46f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.13.tgz","fileCount":500,"integrity":"sha512-JHA4+TXwa3MBKwKNsuovU26hpTIne6hw0ymS6zVoZ40KNuuKHpka8zHX+Hnxz4dDJbkiFSLqrRrdoVjTvpJvRQ==","signatures":[{"sig":"MEQCIEvDATHqo8YIk47y/DXR2wG+Pj51ATrkhA/tKdrTIPqkAiArhRKHiorTiZGSZDTJV2pS5E8mgJjqQd5icamZ9StvAA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14893245,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvSMFCRA9TVsSAnZWagAAV6IP/02v72frvZANASy6rDqC\nFd3fiqe6UgSyhOJLIIij7Pus0VrMxkwS4UOt7aR1qRwG1eGnFfOYjIJwX6Ta\nw8n2Uwie8F9BgY2LOhK+A9vV+8qVq4T0toqGcN7UR6XVr9CAL2wNK1ThcoHH\nbI0ejAJUSycF2qsZ05WCvEvfi/TU3G31aHnHuOieflp3j7lz17ubl+/GvwZU\nBKmvvrmcBsnRqkoDsbuerkMj3zeR9Ah+j96tOTnEVSAm7tK+ifLYDeDnsu4Z\nNcEpvKM9M5760UbgBeEfiFcia88she86sasRUgz7oc48/F5+uKw7gGAjpCRH\nVru8OTl/xqnFs0ntIwDDWXhG2NnAu7lYucwPhg58ex5r7BwlRhIG2JFRyKOx\nQiMb9lt6y1s13HIYPELwOxvMZ+KVhIgQ0Qh8sV2nioQJHOT8FZh/W3/q1PCb\nQsPkdWY2LwZD12OHA7enfT3L2xH/wSOkH+naflHpMNeckh7eVqHaaAcW3x6T\niYUs6Tt1Owo9rVhHKVlyRMTSSD5mYcpdhlJsaYmtClR+gDFndTW34IsI6OkJ\nt7FH3LeMM8jBlALG6BmRegLGpWBiZl8kTeNOz81XQH2NyuH3wQwj/6cYn79s\nIW9sFDGeCAfBJYHBwL2Dm0jBaaU5423QZNM1M4GuUkYL19Vh6bDK0Kdw7+i+\nRQ9O\r\n=O3E/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9dd4106d98324087b9534d4c586ff7c85b2acf90","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.13_1606230788328_0.41861311680573676","host":"s3://npm-registry-packages"}},"0.13.1-rc.14":{"name":"fundamental-styles","version":"0.13.1-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bfe626ad7dd0edfae900ad414b632e15d21c4c65","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.14.tgz","fileCount":500,"integrity":"sha512-wTqScuOsYiX8aOWDk3tdhisVXpIgHGu977nVc88hW9irhRo7fm+SrTdg4OObJ0e2tPEG21I6bhgfg9bmmNdtYw==","signatures":[{"sig":"MEUCICSCNpdWdhWNMNR3S1FY4yBwR8eosokKIUMrxq8IKzE3AiEA1PXiksqxBcLUFKK5ZtlUNSJ0qBB/1jg5v9Rq7Ls6AiQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14893359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvbPsCRA9TVsSAnZWagAAbWEQAJ/vQ8WW2+zuDDe6qph7\nsRa5G0uptymoSmP7fpAwUxWVLWd6f+AbdORCn+aQBjDo6VAnOhWVZ6CzhZ8g\nbQxjoGldRSji990uBSD+R9HrtwEjBF5rr3240dovM9KZUIfjZecLYT6rBODX\nXa9RUq7WBK/zPLYCDCUuXwi38dyTCKA4H8DBY3NI5aQdL/3NeL5A5d3IwDkR\njz0l2hZWlefxkaY1wLR6yEyTGWQzYMb33uuY727n5QWJ/fqDs/+I009ET0NL\nnc1lBMxuB6Bv60CtzCqJantu/uNNYggxJ/OblmOttstWx9kzvSlwg/6VI+1c\nPaPMpT9kT9BLqXipQ0rnVitJs472310g9etqHHEcAGOEP7crgw28oZHqZI2I\npeQLDRUUUjwmmMcWG3aOJH1mhjnHGRHPRQpI33tVeJJddt/MriRpprhJC4oS\na39pjgSpGBse4K2nFsGspDz/oGyVkJuY0fnDF/ftCCOKNsL8Z04KaZqgMo9i\nBESpTVQL+MRq/N0zWIEfwwalo58sXznv5D+GIYOGrHtMI53w43ZwM6Ex52Hz\nMLU5eeqit1q91Nav4p1PtdWwHTvLgD8GBlTjc/iwqnOG9cMPn8valVH6/QaN\nogRUORRcTUcHTIbuo3comW5USHj3Q5JMgFVtvybqAyfUU9OMmIVws3q9bh8i\nU/jg\r\n=pw/P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3f4785b49674f4a1cc6c7f80e4929c9ff7ced98c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.14_1606267884260_0.844596253252655","host":"s3://npm-registry-packages"}},"0.13.1-rc.15":{"name":"fundamental-styles","version":"0.13.1-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"83b4a370f69723f342e6383cc14d817cd0858284","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.15.tgz","fileCount":500,"integrity":"sha512-i7nj87LlQ/ScLhrTodUXeE68F0lTeBGnT77QqILvQ0mo1SujGGbYJSAqc8iyZzbzZq0ky4wQc4L3EgdvrwZI4Q==","signatures":[{"sig":"MEYCIQCrI63FBc/s/7apZZ3hJB49/pqw1RNAvH3wn8d6dU0GzgIhAMkCUlbF3zQkCm/6WGFo/vShUb0lf2qCrHJImzs0R1Ex","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14893473,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvbeiCRA9TVsSAnZWagAAq18QAIjyqVnDObQOJVosmJwM\npb285NPJ8hoehV5aJz+WgjGK8RnOMHaVlA4RsqDRjF+mUT3SdQWzzaQ6Cy0b\nNjRnG8Fyy6FgAFSGDOlFYuSHv5LZ2usuBdDJH2zNSwlw+Ko3RTDZvoSTPpKa\no2sfGxyKVFPG3W0iLdfVX1LxZI6fzTlXjW0dai6s1Zxl+KsuDefpG/ulGpiY\nqySioqhG6abYqNh+3EfzRKpPorp/8s0Acx5qk/7M4MG0x9qFKZS/AQ2jxZlG\nu3caj1nvHEonB/7DujNfkkUZ8TzmEA+6usZ+DD2va9c3W+o4vKpsSTjgRtw0\nx3C9pok6a6dfqPIaOeWoUemRIW9b+FQsQwxusRxzobZ4jsDnLLe9kVQVkUhO\nGZRr8oq5y95zVF+dSLuRRQoDoyvgJLIvpQjbB32H4xFvhdJ5Cn7OWBXCB/sx\nDuA5nIJhcIwoAzT/aSMIdEA1aYyXNIiWbVAZZDIoLM62TvU2cQa+675rlnqh\nRo9fpBnMCvhISQ2+pJacKo58rBZC4KMxurytS6p2MGfXpdEc+ZRrkJTNJ7Zb\nXyDZUl6BbTnJIkSifvhDDErKffC+clBPVrKRo/BXP3ZQLKxim9Vww1KnVU6c\nlnecvItTsdJ35aewfs9ynngz/Bwm0uOhicoz/BjlB/j8nRfps/j0MMA6nAqJ\nJkxR\r\n=NOvv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f201d7e0a61e77856b3f5c7a7e8930aba89570ea","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.15_1606268833807_0.6459381293821533","host":"s3://npm-registry-packages"}},"0.13.1-rc.16":{"name":"fundamental-styles","version":"0.13.1-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"962dde93bebf883832eec930521a995b09711b5f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.16.tgz","fileCount":506,"integrity":"sha512-3hlI+H4B3M+5SFKj0ttByrdg9SvRRfbiUoR2DF0JSm6D0PxXCZ3Em/S+ba5j4fy/5+l7uWgtuGGIOx/1beNA5w==","signatures":[{"sig":"MEYCIQC7AomUECRuL8n2kBdCMPX0mpxahL4j7zfCEUDMmmtHtQIhAL9G1JCTD+d3YnhijVKLJBZ6bFKRCMqipY7tQrC2qnTT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15195098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvbo1CRA9TVsSAnZWagAAPJ8QAJ3BLHTPxte27eOwxeRv\n5j+2gPOrva71ynhBz+GIO9Y/N4yVf5S3oE/JpNAHOsEWgriBJCtUkQVGF+Z4\nPaQUoUMg2g7605KTk+63SFdlJuMQscusgcK0g93wjb+F8qXDCd/Ex7pXtmkQ\nQevjluvgncLplDZy9yMkvDcOjGGt3obl7PR+ZgVQB1u+4mppVAQQZjFiIPCT\nvROJs3YbJlI0k0y3yx+Z0aGGDPe3lfl0GcalLPdxd4xua9k9ymR05PHiPtJz\nZK9SsAqYSceaJHf/uZF2nE+0F4uA+Cc776GyJF0WS+kIKPp4P9rqJmHnNkg2\np/MBE9rdb0zApkO/SowRoWgjOjMPBWSdOPxd1ySv7uaikgEUl/7wyisaByPh\ne1M3/GWqmCeRDdLDmlcNeQi+iX9hsmx/iGgTMUBWAp2YIH1kkHNdv0KSX6ZX\nsxX/Myt3m3k1qS/f4JshkkBou84VEPOM6Wgl/KslgepCsUtFRwlh7yBwHjoY\n8kJwi/7X6IqvQaOXBuC4nushbfFjXeOVDFnb4asobgz76OIgWUWKtoKLRB7s\nZqtsPN2KDVDSWq5T5+FtboqgAmSUoGBPDSMRq7MHNueAqfB44mdzzeDkuq+p\nw9CmPkM7EgDPxNFsSBHSm4Llm+q8PnvId+b5IR5E07lySkm5/mrh5a8pNj6g\nNXhx\r\n=418+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"eb0b048e52ef4975314c9776dff8cdacfe0f9d70","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.16_1606269492513_0.6268585004435192","host":"s3://npm-registry-packages"}},"0.13.1-rc.17":{"name":"fundamental-styles","version":"0.13.1-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7ac9478daca20420e77c7b1018f42190d68c7be2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.17.tgz","fileCount":506,"integrity":"sha512-gOlhJsrToVY7P3w5c2xGaFrr2/zlwuIdXItSUHyq+1XT9VaI0zz4Uk9mYgKAnvJwok6LdW/MYA///mSuX24s9Q==","signatures":[{"sig":"MEYCIQDjFL2sRcIm5NsYoC3bc3xGgikMIo1xUxSNu15gvBq8WgIhANth1zUq2xXqnmvtG3qKLM3FTvtAFShSTsYyf2J2TBkE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15195212,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvby8CRA9TVsSAnZWagAA2owP/2tN5l4zbJN/Kw43ybP7\nuTvFozLcn0oc+vmFiv2KeXwHO0BqVC8FLC30gboFC8JfLW/gceGjINZgTvhb\nxiBd8gIgauq/P6C7lOxBkQVeX3qFZHtaXrQ8v6jUrc9HWQ2DmDbJ/nRrbBTN\nC188T4QHTA8bDKsjmqze+tQ+zxBpSuGnWmlrh7ewlckK0yVBxPcbJafaBZdZ\nFhVuw4blU1dexGFiGFsgm6VTVS2xNgiARCgtQYaYM0hhUUkPvfD4qP1Lwkwu\nRIEZI1pW6u0KAYEynJ1njfmncv2c42ecsflrMbs3gcxM0Q4TqIIB0FPOtwxE\nNCJPkQtcRU2ehd+6xdo3fsK/y+UBAbqTOsDac9LeJN7z9u33BtDPaSVgwQDi\n7OGGiIN0PPFxaOhcJcmXSNXZK3AOi637eL6gx6lUgjGpunkUPRJOYx9tWXH4\nhcSG49JRtcTtikCN11gfxxXDuhszaeEJKvr9ZJCI8utxYEXjCDTdwFPrQnmm\nY2TsNKbjbM65DxD2GtQyz0xOX/rP4FcSpKEXCg4ZJPNj2UIvezjk0gJEAQCF\neZx8RsIzHDGspg2Ydh9h5vUyxjo/xjZ0PYdiUDl0rwJSjKx+3C1sy2e6uGUh\nNsh9/Yl/gW5ROpswjkWt8ch/avkqDGx8JyXNOGut/EzdE7cExx9zJ+Jl2cDv\nPP61\r\n=zRTN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"71005db5875e1bbb9bd4697941ea7af7dc35421d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.17_1606270139886_0.3863757368806864","host":"s3://npm-registry-packages"}},"0.13.1-rc.18":{"name":"fundamental-styles","version":"0.13.1-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1832f3a23725ff07086dd04320cc196666898c11","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.18.tgz","fileCount":506,"integrity":"sha512-HTVDSJtu1eLAPH1EEpypJJqTgwi0E9OUpjtbQXFhNWqu+QsfBHcl849sEpIxdbCNrXx7QgoKEV60m/gIxMfNlQ==","signatures":[{"sig":"MEUCIQCE6t+5d1adUs1z+DBC/Qx+OwgMCkaIlxan28RonUVOkwIgFHts28eotzqWSNggilp3e08xYFM/oSTspvbgnheMNXE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15250770,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvoOFCRA9TVsSAnZWagAAWi4P/38SNxIbgY2lnvvDwdWA\n+XrrzbKavGrIdJR2Vwe79+PLjnhN8qWEiCE9P++HAnw/Ysdbth4lpImkgqUn\ngYKAdRk4SClV89UrpdxJSTOPnVgST/BMdDMuujmGq4VYR4qN9nqhCOGdDljS\nIl1x909yDcq0tobYyQeR0//DIK9kZxGVHaWbhBK2MRrGTgQu7LUovl2UnL8V\nJSbQGz2zkyQLzdpKHfxnPfMA/rHNLlo/aaGiANdvwy5ZiwwEfFnvTe8X+aJP\nfatTLuvvTxVPMPFMf4wWa5+XM9Shs5JAmMYf85hE78CySA7ZHESdETrV1EAs\nphA9hSIcmdI2i5D0nVlHfcHQSrwUKJGWdY/xNLDRNMknZsr/DpALxCpwaD7+\nG2W8XKOqAsB24wQuIcfOWN46wWcObTBjIT+PA5jLkqVPekVAiX+79OJO0W6T\nC8vcr+mxzlmNZDNfmcRzijEKke14fPgHrwtttXQIgKwh/sWEf3DF8gPctjIL\nLXhXqv9qC+lMyqXw/JaeL701WMVzkqiRFbF4mEuQFq3xLYCcNVtJmHEnz1QK\nyq4+87BUhtuYfDyOwo2KYfY+n168l0LHz2Qu/z1IjR+LljTzH73UtoRNIRrr\nHTOQy3GO8bqeSJ7CPGIp9LLWw5C+kZBD5nB+RdHbFmXqqWHTQ05CfSa4B49C\nHy+l\r\n=hWc7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b8dc0d7e5f2987de006cc0903ea15d04e659ba5e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.18_1606321028335_0.7147082848058379","host":"s3://npm-registry-packages"}},"0.13.1-rc.19":{"name":"fundamental-styles","version":"0.13.1-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a697645c1275a72f16d0b7f5821cae822f65272a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.19.tgz","fileCount":506,"integrity":"sha512-Yh2mMy10qFZi8PGoNwr3FiS+hzGSZiZlLdzpykmysv7KzSUhfd5ziW/mjv7eIhO8hFx5qf1qrcEiwEVuixgnRA==","signatures":[{"sig":"MEYCIQDABjSLBRFPW+4HA64qixNGc2XLc6W0sCNnfziLfexxfwIhAOl3MMu1B5i8KXBgIHsLbhEXSGN5tc0WXHscwEVzY6g0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15250884,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvt4qCRA9TVsSAnZWagAAqSMP/0ZxC5+mwD7RtVBbGnZr\nOiAjo8ETBuS92APsIyK9W2YdgCQo66JPsMtl85Ujdc3akGs5FTfrJGUQFTtW\nwIIzOXRyFo0EF/qZXgCyHDMwGiQGpdRfFW3rpZBkBwrKFXbXiVYNJQmX7zZu\nVEY4TOzZferHdQiFJ+7ZtRjJGgxxNDRGKn1KS0v4xDkziqrXYbHPihAHa41C\naxo0IHeoraFTjIzziN0/u1kbyr9q/PftendMkZrI7djWdmj9NdLYV/ZQx9oe\nUtcAPHFWBr3+aq4Md0FH/iS92M4glRVvbJXwZgHwYqsqxBeeU1ZU6dvivPkD\nm4BCf1i5cWPidN+C72O9G91+vBIpWmbnD3Qdy8hLKfFspiThNRLF7XMoCKzb\n31R6TGD/UCHpFm3FijyziQBL3XYcbv0MD5nGMXqjMmEVu7oCwo7YHmBy6hlu\nC3ZT32BwJFsudUqeQkRLdoWXj7Psq+t0nn4LPhNrgW9bku+jUFDFqOzqgT8s\nn3TsgRQ81+oRGAx5d2NOgKcZB7kxmw7PkKid4ecnn6sx2yD2fjt+rZ5XmuQF\nbT0FybYzhEGKiOIXtyJeoHzAzh+3LN+Dd/ztsvqARR5ZvfpAlitLC2UBVmDS\njn3wEFCKdVWGrMX0YSFVsFXAZXng/W+z1UothwJWPqkdVWrP5thOY3e6T/VY\nntcL\r\n=aVJg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c2d1b4d92ac3791d0228802c61a3d31c09b48eb5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.19_1606344232550_0.1451239493071168","host":"s3://npm-registry-packages"}},"0.13.1-rc.20":{"name":"fundamental-styles","version":"0.13.1-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a94761d78884e713e9e65674b96fb8aa22213146","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.20.tgz","fileCount":506,"integrity":"sha512-v/rmKqz1KCOpEhYGp2WVlBTT5PLgW0tqku1ZZz7svyVloUYmwXoZMaeQ9pMMXP5yF1HyHjO6x2rsOamKM/DNlA==","signatures":[{"sig":"MEQCIEDkFmqgUTHrbdl8xjNMTYAuPyJ6xUCquFjNXvlakhObAiB2/4+tqIHCzc35+pJ1R+aU7u0p2GNtJmoPp8AzEqzJ2g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15252208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfwQSNCRA9TVsSAnZWagAAMaoP/1kvjQlvcPxO/N66KM1x\n/lo0patETNSseKkVvJ/mlripwa3R/Lp1rgGjBDp3X8dkh8zpWOKKgLt1sA1T\nOqYPnSPWYuiyhsObIx+yEAElaGwTXnNV2GjRHqqOmyBT+wtY29jUfJmZiH9d\nloaJtGC9WRdO+aG0APNm47O8uGGM8F2dBIc22pBdHMZYrHdo1gk3i9ohaPw0\ncVHHg8UmurqWd+kM4KbtTIKwR79jd7GhJF5WSJj1hrsFgBAOYK0reZj5wBvm\nimjR0FzTDw/w0iV//jBX5s81fiU1sUhttzSGiopJfJOAXdn/9bY+fRWpLIcl\n2Au2tmQfWrIHNDLVlJMzpJZLrg4fyjUpdZwWAsF/MtJftCDRtZDE98NYH1Qr\nqtA09p78iqhMWGCUBcmj7FMwHzv4pl1FRSbP3T9V6WIElRhPhCe+mCC6aAV7\nEIKynG8jEFE3j3eWwL/vCzEpSeLbl87ay0Q59o++vGVX9R+QtovdScWD23xN\nbBbVQoWm39eHFbsI+TngZYNyKbqoM0EmGBWenFFh1rmijZp51oq8u/5jZ9KW\ndvus1kBrKEU5IGnuNzzhMEa4zl209dI3Isi1xOP4YolwIe27zy58G5RnFxv5\n+YP75khEExwslnj3uzw5rZlVkKMDPYGUvGKNUJXady+LsXSB6um6xjorkUg/\nlqxC\r\n=yDg+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e7ce0da6696c4920bbf2d22e3871c09473db8da1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.20_1606485133191_0.4372261256490757","host":"s3://npm-registry-packages"}},"0.13.1-rc.21":{"name":"fundamental-styles","version":"0.13.1-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d756b1d35b76d8885d82c48497041e9c19c999cd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.21.tgz","fileCount":506,"integrity":"sha512-3OUuHPzcjNkUe9iYeu7ITnsXR+E1vWvUSs3FRSNr4qpprNc5C2VaW5jiZz1YKuzbfrAXw+LvVr61shNEPfa+MQ==","signatures":[{"sig":"MEQCIFa9O7N/9tgMnDiufZQrsu21QyKxhHra84c4TPDkXO5uAiB921o+rNr550co0hFnCrR5VtucLGGpDUPoLx+7Mx+6QA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15253494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfx8oQCRA9TVsSAnZWagAAtFQP/08+U7nttsxftTTv9JK3\nYCQHjN/w+Y+EyCRtMPNMYXS9FuXNPGJURNEW6OxlXJYPxB5edswoa/1lTi9o\nRb0XiFR5ZpxMiWcA1bDf9Zp0H1vnIldcfW0ov6iF56CzHwwhLCrql1ek+vyx\nJKVwj8jZD0INDQ5/nn097u6jP0nXtycpCwCbK9CLFGerCynjanrt46L1qi1Z\nJu65nN7TaV1/jS8zEnBgI1kE9Vpf+WJmv07LpoaHdewPinnU1FxwoQQyl4xx\n7+LAIfnmnL9r1thnaq5q7Sm0Y2B25qMs0qSuB2XnWH5zK+zS2HbHQcYFgBW3\n0I4LjdA6STxEk3wkYDzkk0F6TjEy4/WxoOZwxrAn6YTVuJtIOweP3pfEx83A\niKkYC8EzS6lmCFK381Q6bRBq1MjFJF/kTVkxummAR6CG98L1aPfE0o/d8eT9\nupxGUDy/4l8ulX8TK7aVDpfHDqUaGTKZhDeGrpPB7c/cdrX/YPNt0gpdhCYn\nGZAPKKOxyjSUWzU8b17/rww+MxKchyV6LgIJOWLLC4ZI7NWuxgh/PI2NK2zq\nGCyuLGpIjDiYdzG4mrdSKOKHPr29/Ruv5g0FFLasB59Hq5kAwuUvX9bMuord\nq7LXmUeJf/rryaBDAlfN+pEeZ9LNLiuE8v7tZ3A+Hz9F3SWTahSCHd8YQlQd\nRtXT\r\n=oBRg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"48ad7c202a2c71b328fa4e1b7889c592669bb255","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.21_1606928911613_0.1506676740840709","host":"s3://npm-registry-packages"}},"0.13.1-rc.22":{"name":"fundamental-styles","version":"0.13.1-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1331ce1ec3df24ecbf58d8d49b2faa30a4e12c5d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.22.tgz","fileCount":506,"integrity":"sha512-O/kxqCDDPGyaNXqdsGQapi7wFtveaDK2SuS6ygLzFzquOrb/C5v+VMamBnYV+1T0zkeoprfs/TM0dtwlTVj7tA==","signatures":[{"sig":"MEUCIBzBuyj+1Ni4iehRhIs4X8JdE4BYlyEVN2kZUW4K+2s5AiEA51IRv7DnCoM2XDI2W3QS2QwSXEc0TVhf0Msws4g8/yI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15254223,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfx+B7CRA9TVsSAnZWagAAgvoQAIDhB9mXwKI7gmzulmE6\nZ7KXzGNHC05XRSUFVFGcijF/RsGztmwa8MX99CFiagAE62zSeNdl1aT/KhLd\ndz924LnkO1PyX+67Ht3eeay31+eoMhvlq7cEcXW5zTdTB2uAAbij3aPizVMR\nXhTcGhDugTHvuF18Wtk36lZWIGby/Qa6qjwibgN/xtaBP1nltSKu5pMcOTwJ\nxVjVu48q/1FQzJS7lT3zDr7/C3zNqS7sUajMEDyPgctJZ7H35vuVHXy7P5ji\nYx5gsevY5HOEI/ZAoCw1o/P/n73OASAd0s0f14NFjCWoXiZ3igqsy8IzF7M/\nl7zdn2BA9wVJJBS/VOV31reyCSHTRy1bkphF8OyT6RA1YIqaW3tlq7pGtEET\n/BpKNpQ0b+3Wu13DFgiSsWcZUt9BQ2sXseMhin/Hk0jHqUYAl96HBct+ptJA\n7x/z+MrtFcxlbNX4AHiO4qcg/MYuae9iJ984ozX79rTd5OAETq4sPdV2soJs\n7ZAzVzDADzVanyTiVnZQK3XqeKFSi5RkiTVYMEAZ3iWMItXLL6tXFIyj7BM+\n379urgImHZRYJO29ET4F3/uqm0GU2RQ5E+j7jFrY77cNbojQWAlRaI2yHMiY\nxuyMLupgjuNn4RBKaml/vja+lKxymbZ6a5EZhCa5yw24ZSAbSBo8SUkhgpff\n86tk\r\n=FMkb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8f5edd00a6534fc1a5160cbe3b26d92beb83412e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.22_1606934650733_0.3681857364484109","host":"s3://npm-registry-packages"}},"0.13.1-rc.23":{"name":"fundamental-styles","version":"0.13.1-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"49e8104638b49047cf139412cd3243a9a30f455c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.23.tgz","fileCount":506,"integrity":"sha512-JC04rcfA7+/2zEIkopbrHqFQgOt0xjxuuM44cB+bvYdpWAHLuH3a7EMpaCkKdjz/yryU4CGVZ3KbNqoEvgPs+g==","signatures":[{"sig":"MEUCIBpBxUXoGwSDzjwl6UW121JeMW2/3K98ZNcO61cBmxDOAiEAlcVN69/PuCPLQIkivO3a5ScsRO2E+JexNZRtIdkHl3g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15251109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfx+UOCRA9TVsSAnZWagAAz3IP+weQ43tIEJpnJz2zDX1P\nihoHiRZwGdLJ8LA/bY1cbjSQSDzVMY/TZCBSLAueVhMvJ1Oia5lM+EmLVZel\n5FPeMEjai4RFfz+i2wAlMN9wlKO5vfN/ehuc3HUV7GVhJNEWLl1wNJPiOJin\nKSzAbdo+Xh14MSXMmlnJCuk4nmsWVMOZuazbxaaiiOmIrcZWFJsS35d+lWeV\nR9s2hk7fqqCqrT+qgL8M7kOjk8L/2peSLfNZb3LMD+seWNWRUU9/nNdX99Hj\n8BiGUAkAVz9/BmXHRlEysJQbn1RyLOa6Fv7oJYTfl9jetY/R5SDaLiw7rrrZ\ntOtrASPyT/WcvtO1fb++BWhYU7Yyvs5FpkedC4F8xH6xuQzUuTM9mOOFODt2\nnuuFNwNrFbtHROOFtoCp69EWYK+uIL6BqdmkYMHhVY93+wDcVgplCnO+1vPj\nflKdFEBdH3S3e/cHakcbYF1ZYySzlC15CjFcwoC4EfVJMRS1Pq2sNE2RCVQ9\n/4UX42Uf2n7g8e+omQYsK0WPsjZLeM9Z99H4AJrt+WV9VD+IJ/da4/BmM4u7\nNr5WWfQG6lCz9XF6j803EFBfUU2ecvhIzPRYRtDvi+F4Tv+k3ck1tKyjVp/n\ndyJGRdkh3MrK6vV0idNPbRoFqJbw4xtEh65UNCrsC6+UvHz2uwhduumEg9Sm\nNebQ\r\n=FzaE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"be03aef07d2179e180ecc790cb9ef334ce3e568d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.23_1606935821428_0.5398140468728196","host":"s3://npm-registry-packages"}},"0.13.1-rc.24":{"name":"fundamental-styles","version":"0.13.1-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"19090f7252c8b064f30b17f79658d11a504f0e2a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.24.tgz","fileCount":506,"integrity":"sha512-NqM7SNX3Bsa1S/aYWpMBUMI8d+6dFHWJwxZYSq1bi6Jp+33Wf+r8R9jKZLKIIuaRoL3oxAoQSen5TEO0dwLZSA==","signatures":[{"sig":"MEUCIQCpAePG0za0Bt5mzZPbUk2PUd8p414rxqr2lmLScR1sQwIgdoo8InNiCdV4A768WLzCnwK9FAZUP6bMF4OP62GRSTk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15251466,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfx+jCCRA9TVsSAnZWagAAEy0QAIPO3hoYZOMFELuq7x99\nFA89/Bm+JyrIX5xAU3L+/4D5Teznagk4ykBAyftW+8Y8jqBzYS/RNHDN/n8L\nx4eYDpI96509XXPX0DU4mQJsdHXMHDR2jGhLlf0CfPcWnP5Mx9efYCeFfDTF\nZr/B78NketHk87zMhiJAATEj7uRnXFTqaigHP84lnTxFSsN/zjxotpdGeLen\ns5CAJfAdC++geRmEVBS1iYg+vOmI2ujbDsKlkh7KO7TJuuwQhbq1KWLBp6on\nxgzrwOhbH6A42o9u2b8VhgWKk63KuA2icGT8ykVlaYn3+cVfQkOwDBMfvboM\ntnldnQ9mW0xzJ1NINzidVKneqLhEngXK/6jSUPo6IYbHEqCBq7p+gK4590bI\naphqQrh1EnsUIjamX1UsamyuXm+n34so9wUFBc7GbHb+KZOhKm6lBE1+ULZi\nwHY80Yw1C2Fj4dvHBxe0hZxkbLOvp22tIhbY0BsyrfeokEbusJVwanvRMV45\nNe1YSZBk365DwsgsuGdQnqD+YjHUET7nxiFGa6cUDmfoL7g8VrpS/cCLxeRU\nBLWZS0yMyTt27c53+o77jVxsW2nH2MgE8JsWF05DSDADbvBmWE7RWf0Q9rbw\nUDVCxEt3nClC/YWgkOUAXX3f1WLCWEt643e4LNOSQ16tLz5cp7gLwOF4bA+D\nsBji\r\n=aVxK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"068b8d2ee84ae05a2e9f63f7dbdbfee68021f51b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.24_1606936768840_0.10896419910559896","host":"s3://npm-registry-packages"}},"0.13.1-rc.25":{"name":"fundamental-styles","version":"0.13.1-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0e5ca1ecb4e8b890ceecf255d3e36135979d6f58","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.25.tgz","fileCount":506,"integrity":"sha512-c8+lmaDDtvGWS0ONTRfFNdhA1b20i8Y448BHh+PyMmaQ+vaK+0r+D479QWSMLVqXFd0FvXVXIjCkDYdg6+EXUQ==","signatures":[{"sig":"MEQCICGrUCni+lV7BH5dvf9fzN53oDz6Q+/EyQ5Q/J2dYaMpAiAF026rjuzNGi0oT5BBKAqWIv8pPRZQlywsB+/MFRuJKw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15251580,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfx/udCRA9TVsSAnZWagAAl2EQAIn/fabXJWCj71xiyZ5X\ngE7f35Zxj9n9HXpSspWEA5oRcola3sCXFaIMJ3E5qfdPO9p3tF26iWkdZIi0\nSasKDBbm0bl6ZhuvFzT7dZ8AH0Z3Jft/qx3U4GXLc3c0+XVowHf0RoUobHDY\npG7JXX3FywAXVt9sJJshOn9fKeTtSkwP4iCFJZrtsK3AbaHP/1ObMYv2O5qF\neTFTC2/UzOHmstJwWmieothlMDLFXsLfbHytPE6Ck7D0I/Gl66otSP3JCEMa\n5/93Y6o353B9wiLvoLJPuq8XZnzQQEXfGYN9PurRP2pf4igNMyH7nXUF2xU9\njFA2tQJzZAQQm1m1E+8xIDsTl+nvXFYdGCjBtcU1r1cHP9ildCfVOl5qox6G\n9BiFlEVfOdilk3M/UQTdD7CbatYE7V5lR1tApKMrliL2WPLEpKYSAY/mf9Y1\nuDIh06uRL9+RHzstH/nKCHPk+UGztb39afGwH7YYM2sxelfmHZuFzndS8wvl\nb0WAAgw8K1QkEF2PM7v0KScUbnG7LB0d8pZ/HruDq/KKyF66h3IluGSkUOEQ\n3b5g2G0mCNZU66UWW5DzT6s4s5xBs2lN+eQwomG+iPybgDYs5lID5IXrbRAz\nmbTCfevqWIIkEf3LawOQFdocXHrPyWi7XBk19YujfuE/5o//4at9krPAMTFB\naSFN\r\n=bHX4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"88a7fcfe2e3e7e24b3da85598178594db3abfa5a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.25_1606941597336_0.5125486331587679","host":"s3://npm-registry-packages"}},"0.13.1-rc.26":{"name":"fundamental-styles","version":"0.13.1-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"46480cf02ea71154941e28e5cc8201e8f9a2bfe7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.26.tgz","fileCount":506,"integrity":"sha512-PaS5lal0m5HlLZas3beoSir9f8EeVAykk+otKtWy8PGmFrnxJHNzlBr9EGHfSY+1CZW5ZRtZGj6GenNnAAinig==","signatures":[{"sig":"MEQCIArT0/NkvMyw+zil20DbVFaxju1IZqTIC/y18XG2jFzdAiBkjjYEhMRP6Mkrhkllgk2qqVL+yUkdetzEd+HrBLBDxA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15251694,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyAMYCRA9TVsSAnZWagAAO0cP/18THQK4gVvkmB+GDejP\nszWNn094o0ieK56UAQ0DEeybFd14woY1LL4PBUkVpcyTeSsc0PFAcUV86Nzg\nf7/GyZfFpy6CT8SKj2d4Kq/Kt8QcKe2tXiXVnhtRXvapNqC+c/Ixfx/QdLZo\n2MUpxdtgllDes4L0WtBqNpEEjn/PQ9Q9WnDW7qXVkAYPJixeKMmfXuyT07kH\nY/gkSo7xGqG3byCvsnIABFuCMHHRArNa5Omk1Zq0IqV7K53dOw5QUSGVcIFp\n52oaypuoc3cLjplULLLI8Mtdiwv3sUVhVgHZu2PZC+0paBS1RCccHQeiBkcD\n9VqoXBGg3MTxwQb9IT8m/BngqoYUXC0elCBTSBd9f3dL2uWfesJGb9TplxXH\n2gbg0OnyQ/aTIm8Ltfz4mHzMxhnBiQ3U2Ib8G6Y5GNKCcis3dsED9WjQ//Mp\nCuLo2cbVdXkZ17AkwJlH4accRUTMXUuC8km+y0VdAtVyur9DboRTKfnHK9O7\n2lX8Uhd4vvbd42j5MeS4y6hXY5qxWXrszT+4OWsfDwgBQnyTTr7IXjLa/fth\ncdZNcvGICzZfzIi8O8B6lmDXUyG/XAZeud7XB/wXrQLtRRHyaSXX3TE16Qfo\nL5HYBa0O/xgopEZUuuZqebv8cKZ+RWjAI7fzWdDPcpcnfQi+VsRiEJGDD8Xs\n1WB4\r\n=UoTi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9849e3a4288a7b52fb9862f08f4702daaf88f7d8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.26_1606943511666_0.35778594805308184","host":"s3://npm-registry-packages"}},"0.13.1-rc.27":{"name":"fundamental-styles","version":"0.13.1-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"403fb82a7324a574288854ec78384caa16a24151","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.27.tgz","fileCount":506,"integrity":"sha512-PaWLGscP/NjZjz6rW9wKyKQJeNfR2CBaC5VOFpKbuccIJ4Ra+i35Vkx2nXCh/5BR3eX+UnBhzX6UYE5uDhnuAA==","signatures":[{"sig":"MEYCIQCYGHnl6OqQnbpIlwo2DtDSoGP0EIP/tjk3APS/4Z/XvAIhAPlpuSD4NUUO5d4aGybOoLqnhHXiI2bOWy3Kgjsv9Dg3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15251808,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyDYMCRA9TVsSAnZWagAAZcwP/jfs0Ayxah0olsXrBgTK\n0WaxYVf2wV+VqATUEeiOxN35ErK8t9HjOra/sWXmFxvDpzJQ6JzV6OZtXbhi\nB5UeHdrC6j8BPxoI4vw0tsR2rE/VCOlqDEX3mjXwMorurH/xLLHyZ7imVWsq\n0SfL6dNqzIYZy7BVXSZe6gad8eX3KQkWN6K+HIQXkGxBwemyzAX03j09fXKc\nH1kp+ZhKVy+fUKSKvI/mHwvbwzc4TCbgOUC7OA/uPr1IN1m5qG+E6lJxbwgK\nR3XcduFa3gWMhGdDQIZciH36yOr+aPa9GXM1M0QqlKved71EiYcGlTkzQ6Ry\nRQb6mw3ibkrrobwvxImi60nmGC4T33KFI6xxMRqvIh47OGJl4Hpi/o1fnlht\naNVOEytyLvaaIV7kZKArY1V024yTBH5yS9rJ9LhQbv41LjAukVLHP6qv4V9l\nwqJP01rLUmAz5s0jVnNg4dz+Bys+LBsQFdwieqM9sBU0/J1X9f5dNfmTIGJ0\nLum0xnUAb2WMNJWH8fJn59MMsiTQEABL+8d39i15Cyp05pu3QecdfR/fZ9OR\nQ/y/UHyMjP3KMyl/3YSZImPv5BxH1dHwO2UOJRcPI+cZJdmSCdKD3m944PXy\nTRqrgXbGmTwzuWDGPwHoyJNw2r5757Tzfwe7sc6zoxL2kHS4SC738oHInM/q\nExNs\r\n=taP2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ec19231ea52470fcaf654c6f5594a121b450e303","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.27_1606956555757_0.3382427115236879","host":"s3://npm-registry-packages"}},"0.13.1-rc.28":{"name":"fundamental-styles","version":"0.13.1-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9355a07a24f5904960ff515cbb41a5b266f8761f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.28.tgz","fileCount":506,"integrity":"sha512-LlVEqfN28NmeCDk+9IF2PJAocq68f1vR/fTfPYKUp0oNwJ4Tf8UErBW230y51PRLIovGPW7rd61fEX0fzs5Crg==","signatures":[{"sig":"MEQCIH7J1G+/M6oqWPak65UvXHGv//9sBgDQX9vU5C5w8XpKAiBwAA+HD4sEM6pTIhWvlYurcaVWKHyXAnQP0LkXbFQ6nA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15252246,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyQixCRA9TVsSAnZWagAAB8QQAKOyLZGNiHpQm3UHDwKb\nUiMX+Dkse2+/HquHJEpeNiOzU1mcBz+sNLEAtt94XmzC+6PJYaV80M6KGhaH\ndgOj2nZgtnk3P7npippTCZTRBjLG/0kjFF1HMKBrjHumDpmzq35otj7uE9Bm\nKxyk8M1TMTPDCBLtO1eGxLSBbQcUS7KYIOsMMi0drIpYpe1HcQANz/RbtdcI\nAG+grc9yS7WBtbkwl4c9CFaXVLbQuTZjnA4j0kNDEZ2yoAFN6r98vmspG8P9\nGtsxIvRMSrsEw+qxCVFPPIXXCXtK0fnngo6Fahew+wgVKAPvRUWIHC81P7UG\nvAW1XWcJKAR6e9cPJZ1iDcTmbAZjgmJ8ZOX8Uy75iFe14MnOPbdODo4Awnmj\nmESRehLePd2oCoYf7C/zZZL5pD6wyaXoftZ3ePlakRBW85pVU6eNevH6nkHR\ndIQDLpJwQYqKLPS2Sxqs028tVjri80FWB//AO8dkPkXFi8oekKlRyOys1TZ/\nHMlniZ+UsrYWXL4y/IgyN40u8t78D6lMFVp/P45jtezVmlMb1AdxUVzBftle\nRkmoj+w1JbHE7Dok1BLMsueY51AHIhfILeP9EQYs1xFo8PSare+6mt+MjFet\ngpmGzEn61DEzhJlWJW8SqjGIA1RWbjV/vcQ8X2hMAbf34EQKar9WNhToSeqh\nbZ0D\r\n=XU6b\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"95d4f6f89f6af19edbb6f6f6151971cc1f05147e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.28_1607010480977_0.043558592022796105","host":"s3://npm-registry-packages"}},"0.13.1-rc.29":{"name":"fundamental-styles","version":"0.13.1-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2537dde54b8bd1f1a2cc738e1527c23621e33bf9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.29.tgz","fileCount":506,"integrity":"sha512-+banxm4yMQqpLkyX/V8Ks/f40BZOAMQzrjTJkQz1+Ik79g/Vz+koL9n3+txmFQYTfHxIQ7WeqkWUKZhsdkqWjw==","signatures":[{"sig":"MEUCIHajsTXktEgDzc2PgikZnrnlPA/xPuFZz+hDncG2hK4vAiEAtiZ9ewmyzR/QleDIKP0d5LYVtUUl4cJAWn1JEbzUL9I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15252360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyRe0CRA9TVsSAnZWagAArlQP/R0sqEXnQ0B9glF5BN1x\nr6MTdLcFNM3XJ8S713oN3/MC+9hm1cBifqd8d0jxgQ0QR/zxtDXfp0OkcySF\nf5UQoDa4gLc8Fu40/CN2REtqj5jEFo04xzJXW/pQwMcxEfXjcqY+NoyebTWA\noI/LrI3ZdmqQEi1Tg8FChTQqxGCQcHXkXEXgHTecW9DSUCscOamK78xqsb23\nkRLdkPWfGoO96O6miurekEbFmvhfuxCrT8zY5N1J2yBHMSfOAiRFwH7JPt0N\n2KEDDpBGtX4O5OBMKO1Dis9vMMGA0gaLTjue3M6wV5uNCVffg1QdhMk4uuBW\nqZ8dHN8/TFxzZpvZspddIq5wn7WC7IbpcB0yLByO5/YMX9NWAjHQAOr5iS43\nqHjlqTkNYcJJ9G+Jr/C0wMNIoBZ48/yCL9Mq6EgRIQTIz36KaXyR0ZuVJIFY\n8UbgAMtC9VOQQIhz0UD4Z2Ppx7YwGlFxyDuB7PIjYfZr5aTEVT4FOsyTppaw\n0fjhzN/5tRrN2fAPcra325aXwmelfNPeb/CPrRUvjiFOJueAMIsalJZ2g0a0\nojN9d5hol6J8fVuoHbb+ulTsr7a3Fw/NIR4zOjbOZevw8etjYuM+UErW4Hdu\nGh1jtxV/NYiu2xZTazbEBab9PCBI3qjio7SUEENcOpcx/QD2FaP8tLC79aex\nHrXR\r\n=2MSE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0a1fcad9c43f151daeec0c7f40a640230c2268b0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.29_1607014323819_0.5937868199724796","host":"s3://npm-registry-packages"}},"0.13.1-rc.30":{"name":"fundamental-styles","version":"0.13.1-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"adddb679fd79492ec2a177e4a5ae1ae768a9c9bd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.30.tgz","fileCount":506,"integrity":"sha512-8fzLc4X5Q8wKLXHDpa5B7I4hYwyQfagkGGlUmh03HTzjA/6FcURkuy1vvxX2lJPQSnBAlQmZgSvOQvtkuNHm4w==","signatures":[{"sig":"MEUCICjKpGlR78grhU/ajXkB1cCwAYK2/dpz+tC4XxnRBoaYAiEAlfFRGu4TBj5NADzpxQ/Hj2B3FPe3m/MIrHJ/bt3p3DQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15252814,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyRqhCRA9TVsSAnZWagAAURUP/3EnB43WPP0D8iSMYS82\nAUDGwnlrxpXFsC05e1tuKKzqq2erK77mLDikOHxy75iNQ3L2T3vJNmzpyFOx\nMva0OXZw/0hEXiY3LAsTk1GfyN77GW/874JuCyvcWU6eJU3+InclYFST9Tkl\nfEE40hcFKjQUNGMMhUqT0qxAOSZ0mC85NTDyaJ3d/KlM/KBQkV+Mnglj8u2m\n+UfTRRPziO9sDEaxsHywS+HMw8hQ3r2SvBIbNdLfeoC67EnD6Qj82o8jifoS\nlnzr/f3U49m/TES0bCIWgPVJ24QwIbjyNuCQR2WaiDO9kD2ClStLjEh7PmhN\npoeVBo9WBqvDbnxfVRhQ01NiycA8CDsQBanLuLGnaUj4gMyt1ltm4HD9jMCN\npQ944+6p0Czcl0VuS4U64Sqr6h9n6wbjw72ZfUzOEL3IFyxLhSOpNmWfKRN3\nbNgv4/lWX+HkH68kf8nQa/jyocgrTCnYxW6rC1hSJPd6Bk4gnfeyYXBLoVxz\neKT3puVMrupOCVoOZ1/16+p5mETgDyrG3Loa5BgWnI67v63HgICFQ/3pyAjg\naVzGiNitTnh5YGRi7FdyGzOTeJV7+gdxItPa8oyosKFwZ9+qs33P/7YUyJF+\nsJqrKnJ5Xl4xAVZaOFH8SDOkjwd3hO7tt1fS92APQyw+oTMUMxR/tP9reosW\nYuta\r\n=mU6c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6f881d1070430e1a6d98dd1af7ada563eccdc8c6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.30_1607015073189_0.8071216720589711","host":"s3://npm-registry-packages"}},"0.13.1-rc.31":{"name":"fundamental-styles","version":"0.13.1-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"37f6974dacf867d2bbc741c6d56fbb9a64769aac","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.31.tgz","fileCount":506,"integrity":"sha512-LfBFJaBoTzC5Sb+fm+HEjnlcD75QA7DGzo3V+ovqX9HK7oMhuY7c4/rrKEqlIIDn+hXo1cdPb5ZU5nUGUgBgOQ==","signatures":[{"sig":"MEQCIEutOsAYEo9WqL3cEPlmOoqKMsE42iBkhg2rY2MkN4LPAiAUXEYmvUdXEP4VERIGtOv/9MpAj5EvRsVIe2gsf4Yszw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15254308,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfySgFCRA9TVsSAnZWagAADlsP/0Akqyk/h8+VB3gQR3yI\nQtGn77Rtk+wMRe6MA58zaN1mCBjO3QayBSyCyBrjrtbxwbUWo7HwzRvf5/2S\nJlxFsEFyhFANB02Ex+v+yym4rn7KwV1+rbWAOjYPEClUR7eI4UJOkKWKS/D9\nDCCmW+C1rNf0li6vjxSxKQXAv5WWchP/ch99HUU9JCEZ62fqYrR6m2S50ikB\nRyys3KhxdXVG5vaqf3tmDZu9rOs9lSug5Uxaz6cZfvqz5AJF/20TlC2M0ZkZ\nxmnI504mkl2IdY1H/5uRMeTTORqng4uZ6TVq+fzbMM2zWH9snpx8gz99QRqG\nk6xpwJuSfv1wjYJKAF0GEkyr1Yh2HBPLOnQ8Ym89jQpmeqQqynXZDaUDrNkO\nwiDBRlNmyxy6E0nSIPouyHX45119enrdvBZDdZ9ixm+mXgtBAvY3uv60+vxL\n2TxGJJhB+8HMfYYdj/y0Gp4FMpp0whHLBgfbD/oCQPhEuJ+sEbOtj+YA3uBW\nY1bKkMiDl0dvbYoVzhN220sRMXcMRTlRugR/Uj9BCV/jbJDVECMZ8pujlQh4\nBvBJZPy3RG0TqfJNF3lHgLk8gjmfLS66NHJmTisHMyF02YNlkO0OzvpI2/co\nqDy/SMYzgATMwVZ2ZF9IpInJwlcmbQ1qxPTlI//iW/eGu/RI4qaEwb2XP/F4\naQp9\r\n=o2om\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"23080de24db80ee9f2af6881cbedda7ab5b285fb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.31_1607018501222_0.627211025212741","host":"s3://npm-registry-packages"}},"0.13.1-rc.32":{"name":"fundamental-styles","version":"0.13.1-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fb9dde6899957f299be472ca182ab891f473edd3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.32.tgz","fileCount":506,"integrity":"sha512-MP4IEMTT5vxglgKGhVZuK/lU44P9S8UORyKY1nzaN3yaK0rx4u4WGmB3yunjTj2+TdjnkjCjgA940IPyD/Bw0Q==","signatures":[{"sig":"MEYCIQCClA7SPVy83W8GsgUzbd7FfK5hhhrwT1yFQ52SSPIsfgIhAJ6uydEokjH6lMeMfamuuPBKSaNf6KWzULeaSBoxs/sz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15254422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyT3QCRA9TVsSAnZWagAAVvUP/iF7WJr4fdy7lU8MFkza\n+w9gJRQ+ldhcFaVKsY44CiThYNH7PUUzjBJuHU7ZQIPjXCshLm8CmHXq92Vv\n5ZYhW+GEu0Nok08A8Rfejuyvz9H48bk3aYHeZEmmmHkW2gdiEzpVEr8/YypT\n43SYwARSEpBgf5HF8N1xfVbY3eFnW+tKzZLnjB59dA0rnblaVB4nkrJReAq0\nppff8z0fNdHFG8z8t49dKHQ6Sc4/8oMcHCA0r8GpBE8BiZs391qH649hh9w3\n4Lw3oYVdfTMQgLR1OOAPO3Q5tTkruhb6VYCvBp25NFXqQr7jdN+Wv/WbuxIR\nr2EbmFrKvaBZhV2auQ9BaUe6GHlSROApjdFs5sjzthFnbrnj31wMwlDRBXRj\nhavWo52YOBQnBdEjvIzaVbIxMyZuXDv5Yhdf9TP7231YP7t4wp08Pj/+WNX4\nNgLu3lG0u1mq4htZu7RldbASwTMF2EPaQ4pc4Ps/n2gK7t2oyzp3/h0sbZrN\n7W20MY+9+E8JIDtmDLeoxxGyfMlkyO46aBtWnk1yDeM5oA7SIskHduiCp59e\nLX2eYDVZyxtA0T/DwWdCrqLyX6DtDARnMy4pXmEKolAv3DPIOfkc58F0cP5T\nX62E1gu3Y9CtcGl3gJYYOxlYXvTFd9Qakam0cNm4CMZCsrkdpuzcW4uRgaDn\nPQTI\r\n=fAVC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ff5cc3579d587f83d8381ec43b144dc87d8dfcec","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.32_1607024079766_0.8759508037690265","host":"s3://npm-registry-packages"}},"0.13.1-rc.33":{"name":"fundamental-styles","version":"0.13.1-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2e112625f30da6bafa06bd3b84b3cfdb7fd562fe","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.33.tgz","fileCount":506,"integrity":"sha512-VGx5TE88tJDGV6lt+R3g7ojHgA9QQ+Doug7Tf7dzsNSaaCcx+OKJXvnyRPUVeBZcY2DhoRw+oyvJAMlNtIhi5g==","signatures":[{"sig":"MEYCIQC2GCEetuW/bZ2ItWLE/dWv7LPzpgfw/VOlE+l2pVwG7gIhAOqXUa0/pSioWH09iBApeBjjK5LdRBLbN7I3vdtuuXWd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15254536,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyZ0YCRA9TVsSAnZWagAA2k4P/34GpZjhvRCrlyereDmE\nLvZVBeoyOeYnQS9XCDQ15rFhiz5HrA6CUQOZpYg7uY2M0fnPKB7kqieQkhSV\n+rIk5uDAl00aoL1TGFF6k2pwR1NG1Vmh2rJvXdd/AfaRuVKWhRPoerHyMd8s\nAzcliWl6VwgZy54P/NeiRlHELYZdNOhbdUWZyF6luT4pCRoXyoP1iLulDEq+\nFrCqbTn3jDSluIKb1lolgWHTD8VuGYOBbiuunMkZr7FKhuzSEfx9vt5AMfYJ\n88rcsSq2mzsvbRYsbnMCkKTB+fWbQnPVLEkvEg8QRBPzZax37VEYBj/vIUKg\n8GhrxYdgBEqjksWyuC0SMHFEJqHlClAAOdjupbIFWihvV1DYI0WmJllQniHe\nI2hyoexjr8ZXvU99tGZnABQpnE4wCME579uv6dCFF+vpwOJ5OHFkXUpjewhj\nXwl0lpxQlmovxHXkyWH/rIdmneuRfzdNHBnF5teHKMU6iesidXrfs8QKHGc/\n5TD4mKTiFY8gUA4Kd15d+iOkPE7y7maVHssSATknRZxwMlUBeka0Uf4LaH1u\nebYpdOwJ6IxKIvnEG0lsFbdszb3ot1cdjD/vBUDHGmV98T1NQCWJFwc94aW/\ngFfkKRQ9tWaq1HpGtEWnNScIpeekWcwp7E5QVqc6jk8AEjywnFo7WfywqPDU\nVqQQ\r\n=4/lp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cf08ffd39f4570c48a4f8a62024ff91b79f6c07e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.28","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.33_1607048471645_0.9601716237365681","host":"s3://npm-registry-packages"}},"0.13.1-rc.34":{"name":"fundamental-styles","version":"0.13.1-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e255de91cd0822b8b7ecb480503c00c471da7a16","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.34.tgz","fileCount":506,"integrity":"sha512-u3K1pKQK6bkPIxQYOPrd/MWgbUDSwixm+Oz13/t7go9JzFUHjS9aXfx2nZB+G+5N2FfsToxODpfQc46ulTogzg==","signatures":[{"sig":"MEYCIQDfvljbMU/SArMDtz1R3XwVZaXyKSWu2DYe47KZ+HY8TAIhALkHMPc7PAsVrXksM4xiFaS1yE8pxBy+dIZrOfcIQVnD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15254649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyZ+cCRA9TVsSAnZWagAA8wwP+wamKwkm6Xx/eVWBbJy3\nBDN6UfvkeevCvp4oDy3idZKOKvC1B/B9o19LgXtLTWf3DBsn24F6Ghsr3LR9\n/7HsG+WQZwT6TLjQTKwHKlsyGh/ni8VsEtdPIxCfZTDtn+q+OCatIQ0UjLtU\nExmyaF5MLvkwZ2Ye167FbN03P699+Y/TNqyo+ULbkShklWfwiVhjyfvtke8O\nFogtBGGsm6bmOxqKf3PFFErgRZVSysdM8DWRDqpMUtskFdMfcip2zRG8ybNx\nP5cn0B/2DVWobSOsNF5a1rl14v4V5RqLOePfrh8xRHAUnQDI/a4PV5dcQDD6\n535OxxqEAdmS6WUAZnYIOdkRqTtRSMY2GC++10z9pP431PCUNa1GtzE9naqf\nqUn9mlc1kAxqZIRB07pvcK89WEusevhB1OQ63SHy6nDD2JLLYcwita0bziRd\nYqZ1uqPW5TbVT+yZCaK4uzdyJN1wXVN/wUvQOAbVzB5WM8M7GTZriFOPcIVT\nuYYRISUAfGCLXuBEtHSDer6fjPPhnW6vy/z3iv3xQ+624jZ8f/4r4ZRBUY9S\nGSpl3MCdH8edzpOB5xMCZ+ZwaGSjOjssA3whpHAiinKNtzV4Gr9u6iVfvo+G\n7E3byIWn/epeDjFnI1CsR3OpZUJ3H3CPLzkorYHkYnvEAqE+SAAPWZwTeIPF\neRIW\r\n=ju+G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"980c9fd08d0a9892e82007dcd27123de6bd2e4f6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.28","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.34_1607049116294_0.46087623952769485","host":"s3://npm-registry-packages"}},"0.13.1-rc.35":{"name":"fundamental-styles","version":"0.13.1-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7746ea917fec8b67457916578574f1457dc171c2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.35.tgz","fileCount":506,"integrity":"sha512-2eMtVNobXPyZv4NvxQWcFvHLtURDdzVJrJ+OpNhsgepWMi+wP1UVGPn+YfqHu3660lJpfKiBcc7bDZCRkt50VA==","signatures":[{"sig":"MEYCIQDc6S+F+MSpOJ4J6WGjHASGnzziHwmuIHfqfUNZMe/ZcwIhAPufpZb2Q47zLTLJeSdaiHlNpXT9bBsGDAl7c/121/11","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15254762,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyaHYCRA9TVsSAnZWagAAMZYQAJuuLZmJqjotsk+H9q6h\no8RSAfVw1f3GHMLiHiTHf21Tv3K70a1O6TzOBMIJgQsD+R2z460n742zIVyL\neSNkQFCs+hTTKviaOwQtZA4cIUzMqrKmdryVHfAD88dokrjA9Q/BaD3FOx6z\nTDz7YtBpSI47yaTH4mQygpMqkegds715pyScG8JiWpVT8aCrmelmOoNjKfPJ\nMtpLno/DnNGFslfE/iBHsErWdf5Zc596t3GWulWa5W/QvxxrwrMk6al6L57A\nZmi2OixEXUCp8twbKLi/IlC72+IeL7VHbWyyphWUS+W5XuBcJ3LslELMO7J0\nvSpQGU+vcHm5HeQORlc5KJdmlc1l0j13NdKDapqb8NUlZHUnNZY2eKpnCIWG\nR4ZxIkQoT72+uFeN+LnybL1DO2MuhNc6pK36kEOrNiPZA87lojqRja8pJVN7\nrCvS2jS95xWEbpVwhIg9GFzb0EXAF+v0MHURr4VsTCb+xuN0X2k8Vc3Mm/xq\nBN0bQ+cmlB5wo3q8Rlxev+dV8E4jLOUrXhE2MTIBQaivWU6HFleVd1zQQBBn\ne1Mg9RI0XXK1TFglFh72HW23bSU34CbZoOEd3ktNCrkAzLNdF0guOjgUgNTY\nEVoDkBLD5xN62CfVYvtqo4dxCEq4fjqabzW0EwCA4fegpKAVy5mll6PqJcj1\nkcGg\r\n=0bTs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"10bf0d2ebc377afa0ce454e0cd91da240c881591","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.35_1607049688249_0.5812488479392055","host":"s3://npm-registry-packages"}},"0.13.1-rc.36":{"name":"fundamental-styles","version":"0.13.1-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fe9133f37168c9e775fc224e6fce9dd60f903f2a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.36.tgz","fileCount":506,"integrity":"sha512-f6vUKzvKjTzx1YzX4LZfcRE3FZSe4/dDu88JnbiSN+XK4awY01wmwN/lryX1WOnyPjwSkTZFqIQZ9w0a0Z75cQ==","signatures":[{"sig":"MEUCIQDD5+hqKAdiTlVjuICsf7XJ7KfE9JWoiAUTrNR3e4EtPAIgP2Wyh4TqacljCLjUKjHH41K0q64QYVjciUGmoaDk5sM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15254876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyniZCRA9TVsSAnZWagAABvAP/3XJxFCb6iaTyAh69GGX\n7VuXJiY4DIl/jG2LbHskCMu+yFDMfpr/jwnfArMhYmHxYJZd6iiuTBaQwBtA\nScY/bss32MEQ4msaPCrH6tFjZHZyKoEfWvC587KMtCBzBai+9/8wTfoKyuJT\n+DjSz9WgH4k8x1wuxSMUqiK2+xQtH+sOQ7ApVUMsDuBXblSC9M/6EDLxJkWv\npTgn8Z37W2ra11znWU4hFB0CQeT1VzJFGkBbIngSU+VA5BjWo+3gxoPfKduJ\nbNIeiPKjFSLdb9fSC/Ea2plN47O/2sYkEsni3DI0j8jg6gSBNViasJ0KOeew\nVhrfKB0K7p3M6V8G8jMwLTAQRBTQkzcuW27An20zYQUHbD4lq3qVPbGaj+Li\nO8sdCfWzSYbyzWBDYikQTl8LJYdGSBUCagPuEgNc2yDrRgNafxEvTcWxhajK\nSs+chDhly6hvtJrKbEf64CVHzmriPsCxmhpM2ntkaYLYtH+e4aBkc1F4wK2H\nxiXevBvAPQEC+Zm2f9U2fEtj2Zh5E3tp7Iv10oZXuCD4DGTz2nQh5yiDVXLq\nXnWCOd4BJOaUlKgqSzGjF/2Kx1Brgl/FXGBZh5DrCcXwezy6ncgGP/57H3aW\nTYJCG8r7OV/8YCZXXW4UaM7Jv3opDR+82qkAPHFDSiyFdK0qjC9ItBQRntzE\nbd8s\r\n=/nw2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b49cd37e3ace908476ddf3f893be190f35c12db3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.36_1607104664707_0.895475166438839","host":"s3://npm-registry-packages"}},"0.13.1-rc.37":{"name":"fundamental-styles","version":"0.13.1-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c7757d44960f2e26108fe9f5be482ebc9eb3ccc8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.37.tgz","fileCount":506,"integrity":"sha512-VweZa8MXm6upeyeVru00QyghYAnhtqZT9bTjku/J4W+XSbR+DbTiraKu0bPCWBFqu8eDMrReuzzEFlEKUIwubw==","signatures":[{"sig":"MEQCIBoSLq5QAeYMKWm39DLnfGBp6QV+FW6q/A1SC6HudbOvAiBE7GGSD7z6QMxcLRqQS8/HtWHUp4Ry0m43UPpaLr8/9g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15254989,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzOdpCRA9TVsSAnZWagAAwLsQAIUsOt8yViCAH1GC9O97\nfVvz+N2GLu/p/aBtP5cyxnMzKBZnC5l/BkrEpfFyp5FOm9MpJrsr3DskrMF/\nW1E7BrmQpHShI3ZpdzEWnXHBsPKEgkXFEYtqfip04slxPuKGUxRoQ6iicezn\n4t1ZQVbWPl/vDGgweESj50zEvwbFSLQc5ovH3fYUqzDAyIqk7AlUCfWkZ/U+\nTs7GwxkTs5TGnovWXVBc4sH4668jDNKZn7kr1AJZl5v9xRAuUxRnZ70V7gyt\n/fAk+Ych/qRvKWmOpPZJtcsjBIp728KzKCKoz92sQ2y309Iu2mhGjGmYmisH\nITChJ0qOXSiE3M+3z0+YVfQunqvsLcGj/Dnch31oiKnJwds16MMzUuB2BuAK\nT/G1tGrqBbEbFE0eznGLtPXj19hWH0ZqwzNsW6JXyDBkMjrlh+VxajspFYK1\nyxmrx30TGq0nTcxhySAliTEoVzewMkdMJzqIg7/tc4wxEqJuhGWYoFMw6l6N\nrCiO7+XpQ4tZqjGxpthltNzwqyf6AHQHdImMmSWF58Il+kyLBqBofWKewQOp\nbO7RMXZtUr3cIfuWda4ls/fa/pkUMzrUfIYtI10er+z4iLG0wRsezbOQsTS/\nwuzqGRC7EcuN2h2ISbuBa0xNpAmaPKagRxkmw64X4qOR7xa4qodXn67em3K8\nAG/9\r\n=TxZa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d7c2ef2f1e942740961413e22bfd12a3c4ef266c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.37_1607264104753_0.7468625664180955","host":"s3://npm-registry-packages"}},"0.13.1-rc.38":{"name":"fundamental-styles","version":"0.13.1-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ea5050c059e153de53cb13d83507e5fdb477b36f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.38.tgz","fileCount":506,"integrity":"sha512-NUG/aMfmjaWBQQ0NerTkS319UpnpCvMnuH20x+MUnpAGBw9nmxiv31jErnqd0Y4QnmmlquKCIVtgnzFzNTKE4A==","signatures":[{"sig":"MEUCIQDnhS56S4I/uGBHiSZFJIJwEMZNdJtvGQ95i2lFHPC2cQIgG8d7lA6KBYGwWkJdU1ojBTR2iVMV1QpDO1Drbkhn3aA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15255215,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzkQ1CRA9TVsSAnZWagAADjoP+QHOJJtZoVSex1FqP0vR\niEbwI97lWSnf52Rx4LfFMqKgu0JdT1C5Uuzc6GK6WftqB6IREo6T3jRxAail\nCXX6fLacMeTxe1zNGyFJmrBw3N6SG4J4nIjur8fkBFDe+OXy+Vny79EYdN7Y\nZjXf+pH7dey5pYMIKZOY68sfzbsIPp+1UkWRO+mzAEYzt5nTr+Dk9fWcCw3z\nhdDMMEBsXJ8uAdFy3Y9WYbC36XKaEIK1JUn03vhmv4aKe0posx0tYX5uZhWP\nUphX3dpr5au+o5tlczBq4h+x0Jlc4XvNLznLcFvXODnRPIftwOw1bxX5/dIJ\nwcQPaMNalwPLE1mARWO4bvwnIrjuVWn8qH0jlkoUvTYU2Qhu5GKPcKsz+KNW\nB+w4XjTnb7zPkwRhewnmSpsbzhah9XkyURzYTKuY0GexaT/3zZ69w9XSt5oi\ncOJV+ONa4sh8znNhaUgPfzJquzpGHhBgdszweGaEKdqxonLslaPXw3HW7YbZ\npgYaGVko+Z20xYmmlnNs73zAk/Gg0bhNkZYgoNhrDMQ3Mv94v4e/eDyijpYJ\nW5rxBcP2j00K1fi5F/mFkCuEjoJOvC5dQKWD5Mugz6/m5ChBzwvO3WjLFLEZ\nOWsNj31SFAKFmxdgtlFNo5wgibyGVzpR6T3YTip1eULQnhBxJwG33eN1SwpE\nQq8k\r\n=gt2G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7337b3136b82779537cc3016e822dab096b70111","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.38_1607353389312_0.24822271102911664","host":"s3://npm-registry-packages"}},"0.13.1-rc.39":{"name":"fundamental-styles","version":"0.13.1-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bd7e7ddcf74bf44c75d09314355f76036d329d9f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.39.tgz","fileCount":506,"integrity":"sha512-a/IaEjfAep2kNMifPW5zG8IO9H5UTp5CEXyssT/siglodVAUSu2m9nm1WTpt28rTwaXMehNhZ2SVL2LrtKWAuA==","signatures":[{"sig":"MEUCIH3UMm4cn7Y157jgzkw4gkFsB/tJKTbr9TOFSGZP8mRyAiEA2/ucMibbdIrAP3ncorCe0Gpu3OhpAED0TNFwQ5Suknk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15284110,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfznhTCRA9TVsSAnZWagAAEDcP/3jFFXQ6KVDFdktA3TcN\nJGckVPqhI+cAPW6j43LTQk+GkDk9/grQ/tfdRDYQgfvxvvbNyKbWu70W1JBB\nn+U6pQSwRYwuSIxFLaGGMQTY8Id/d4p5aIkTOGlMKaIp1jN5iXoo33ywWZ83\n7ZlodB5cFUr/2rHY8XGqsjggVvlvfQIq+V89uVMmH8a/npZ2m/MWHUBJoyBA\neO9MRQBRkl05Rw3MQwB377u8MIEXcdnSMAYuRT0pJ2sFyZgNtQU6YJ1xoZO9\nh/698zl01UNFsj/WnixJDSZShs+q/7YCTp0gik3BOM1+XJ29vJqw1FTSqmgn\n48tT7ws4WSZFORoAK8Jg++OiGJW38DWJJ4x6OU1LjckjTyS1R5xJvKgZRx2S\n4+5ryyQGoIhEkDoJdRIdHM760Z/2EwizJumW/XjlENVhEhXC+lBr/dJW6cdW\nX3KJ4ox+Qj3OrP4KZqVWRnY/r4VAHdMcbtom+wwIOlNS2Yj/gD17r9E24TfQ\nRdB/HHoE7XqVSQWNEm744thiqyePyuaD+iEpl+iMoDcNit+4aFOErytDut0N\nqTDNRWFh+u2c3egkOsz6DJheeb9tH7otYfIQ6An8uJ/bj0n6FwhZSb+ej/Fc\nygGjFm6hbW5TMmCJubb3i708VcamTbWrz06ux47kAPTjtM04X2lDz8YgTWNB\nZ2X9\r\n=rojf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bee42bb4be8028dcb7e627cbca8b5df770e128d4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.39_1607366738522_0.9329167186109721","host":"s3://npm-registry-packages"}},"0.13.1-rc.40":{"name":"fundamental-styles","version":"0.13.1-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ef9244414cb27943e7f82503e91cb9267945161d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1-rc.40.tgz","fileCount":506,"integrity":"sha512-tmlmLaNKkehpGwwwGoL7ZjZv/kk2tvKtcZhkQwV3pZqD9S+1eyH2Khh0Cf9RvESvEZDHthtFLM0HKyWiL/eruw==","signatures":[{"sig":"MEUCIH/Rr+oWq7exe31jbpXQRMEauX9G+YKKZtP87LowDcNGAiEAzgs2fGTzDpDL6ez09LptFCM7BBEmNKBXhkYFwtgQE24=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15284938,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfz4XNCRA9TVsSAnZWagAAaGIP/0UWZ0A7Cr4ivan2x0k1\nWO8ydUuSJt9Ts0n0iRNM4ocOm2fazR8lXmrWJ/vcPYLqn6rrL1JErK9DL2A7\nl6c0PL4rACKkMIeUhRO3watTmSiMjYhN2V0RTUl1F2nYUnjEBLG1OecdwD7s\ntvUMUzk3jBpDw+hGACAawg33vjH+CVUFnHJBV8D84ZWwgvh2LfLov8vmrQKW\nyBmu5K+zUEFJ13L2rtL+omuFMClDmyRSNffXDT1pi9gVU+FTA7JOE7S4nDAO\n6AF4ZLpDNskU5HeKAvFsKRyMl/jJyCT+iR/pDZhHH8MlmRsQtudjzmjyg5Cx\n6eB4Bpq+iDUHi8zniVpjvzA2NMRaGSUNEX/9fSlC+JoYGpmskbCo1esz1VpP\nZD/BxX2/0aip3DzATK0wRMNu6jUvyg1+TI5uqWLZcgISLFx9sU7Kna1FSIFk\nJtYxSoUZ9kCiCsTCFcmR86LVDy1x5ORvJ+jX83KtS370OqdJE6ff5jIvExht\nD16NVCIJeQheSfRoUqVF1X7Ajv8aBRLBiHZTKtvYodvjoRtjOnjxX0J8byt+\nzwDIK1zgnsjOCOXIgYrsruoz4l9C3FrvJmEmVr8XoTkLBkR14XmNK2oBezGk\nIgnsaYlA+5k0j9GumkDEbTdFH0nw9B670hv4MeaKcqakta/N7yRqGeUegmO1\nrTp/\r\n=CfvI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a2e084d5324bec63804e8d3301b5f2c54cdef443","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1-rc.40_1607435724901_0.5577380360392752","host":"s3://npm-registry-packages"}},"0.14.0-rc.0":{"name":"fundamental-styles","version":"0.14.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aed2e0da5dc279191510c803001ba34ccdb72aaf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.0.tgz","fileCount":506,"integrity":"sha512-OtU06Om2vwqONrabeOVHQFA0jRv8jTbFkLfWpEkoLdUuXOCCTyMg/O3pCyRI7Q7QbnBOHkg3/9IZWWRHc4vMCw==","signatures":[{"sig":"MEUCIQCmbaQCw02LErML5DEW6uechxrHZ6c/yx+xRZ6Y3twfJgIgcNxzuQQKuXG+s2vE/RnJy2sVA8G1Q63kUbizN7jPCrE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15265118,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfz4ykCRA9TVsSAnZWagAAi4QQAJE53zJ7WOyT17KJCpsp\n58HAlY1AZHJAi/fmc4M4NVESfnWVSk2LprNtWtw4z2ScvjSapcNerTFk61Mv\nAGtOcEysz7oNXhDurJrAKTrE77cgX0bnq1T0RUUOi1ci5hHPo6MhHKsQDYUM\nnaB9EzlPntbxYcUocc1/OtAH1MlqZbqimACKgqi719wR/Mk8c2+9lde9Semt\nNPZUxgbeHdO29t44qVyoK+EP4BnWkg4Q85f9dQiEYbG3gI64txnrO6PzMeeQ\nf7UWUS3/KAUk9bNZ63unSZNr1Mjsya/o4rKGVqgP1FHE2hsefRcdcFyb25fc\nYt1HagNIqMNkYuTXnLjrOcnal8Fbo+NCQc83BZyg422Sct2oMALUXm9LPvMz\nN1OZDMFDWwZHU1o/nipzTF65omRah6g+z30qJwDqmQmsf76ZfLGXur2fvtHJ\n7g+6ZA8DJAosDAriMhnWse4pUVq98d8Mt21jbyo8dpp0azu247M8M+2eyrdh\nu2Rzr8ZxDS1gc1xevxKMGYQFbikuu5B+NMbOPxTRJDE9PyL+3RrNGKoX3usV\nL/qCdfHa8CYUclQjcNKZ+AHbkrhKG2aB7wBQcA0ZDZXvt6LvbjUEnVuw48oY\nMix2wjkbSHdYudUWO2cAB9bnRXv2Cz4OwcF6yqj+UwCCi1H3ecpW6LEfarRo\nTPSl\r\n=uJv7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3f990118e858f446178eb1a5e78a7eb871a3a685","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.0_1607437476281_0.22112070948308604","host":"s3://npm-registry-packages"}},"0.14.0-rc.1":{"name":"fundamental-styles","version":"0.14.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e4e4e69a2d9e11ca1dce04ab59d985942bc97540","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.1.tgz","fileCount":506,"integrity":"sha512-ULFR7QxYycMzvlXseKkNyosrSils3x2qr0nGEmdTUIHgipt6E5+Ove+n+3FXQEYOfqBtEiRecIYG47p7t+fZMA==","signatures":[{"sig":"MEUCIQCeFKMehfEBfvVG5SVHd4VLnTxxGSVftcu2c24L6OAx2wIgNrcGbjLCqlGknOcKq0r/8hCjpt2fNZYL1eqfJJJsNLg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15262812,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0RxjCRA9TVsSAnZWagAAnAkP/iz+e5l/Ooe+7lkfrGqq\nOyb/OWhS83/AwHE2EZ0qyXFF9PaCyXG/lCG/CcfjXyvLYpothyA47tovQdez\nkacJ6l5+0h0oTps8ZX2925ujxu6brXsTuSXrjmcnlM7S3GbQU4lApOlVvfa9\nu5LTT9oeX1VLsvCPN1dcdyTiiqxlSmFSHpZ51ChgqzIhjw1apArBgUnDRkfp\nmvrspwHWTniYAoZFyRtWcwGetWIiwtq5Lz7o6AJsfLdM3mAuNSZPgwknOuRt\nvvT4oAmowbYhPCO3A12Ev9xWcZJC3kEtlrKaLuUrCmKZurnYhBW1yR53xzoU\nob8wj8GOa1kyWYHUwVLVAoyfqNi6u2upuECKfK+R3CGuFY+ly5RW1WvcUKL1\nEDLkmfnxmPWWRhmUwN0EK4TMIM/DkyCTNIM81CJmYewAfiRGIV7fuVDIHUVR\n485Fkd5CcpeQQixCx9sZdgv/Tp8ov5PhISGqy5blKlIyJW4QhVKeQpQNzl1a\n5d7gp4EXOiJI3DXTpu0NKtviEie62uDb1Fba+uFtZ/ecHv9CCBZ/oToW/vg0\n7x90x17L9Qpftwfi0kw3GIWrN7tSaM4bX+Q0lrT6mpeCmxk8l+1Okjm3vCfd\nmhw479nGNnVlKqi+OC3SysqBpz1EJ27lER1BXFK/be/1NmY/cZCn6fqzjRFv\n8Qqu\r\n=3D3t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"84a590295f8ddaf90576b382117d1135c017f380","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.1_1607539811120_0.6916826351685423","host":"s3://npm-registry-packages"}},"0.14.0-rc.2":{"name":"fundamental-styles","version":"0.14.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c3d1f980c91f103720e2478ce00197f4221b13bb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.2.tgz","fileCount":506,"integrity":"sha512-2Q4SGdGpyEJoYV0S45keXZNn3ptgc2CEsj7buhUHhtzFRndJ+284hsWvCHrpUpMG6REXs38OGF1EnzwkZXfAQw==","signatures":[{"sig":"MEQCIGbw15ssoTHN0le1l+EORigFWuB6XQt4ZSDglVm31I/TAiAuvUTnRWF3SHlseYBYSwbK/H7seFNXVYWOB9QAoK5Ysw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15263696,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0R+9CRA9TVsSAnZWagAAKbMP/jJAAovBqKyjlDUCA3cm\nhe06pbUUnhDQPrHngJ4Ff6rsWC006OJHh2vTameMajNyUQZ3AmEnKlmjjBWA\n62kRCODOpni2mQV/tQyJHgvBXCFubgdv5/tAE7fRFVjOKUv/z6xxGrBxx91D\n/du4N1ZlsOPxT/GDOjOakD2kiIbX02iLucyzv9kkJuueL4HDkuHZWYBWUlps\nPTzgHdhlM9WO8ORhkajL5yPE400bE3BswjCx8ILsfoRtAZJO3hcUXEJOe+E3\n3MynkmgSqJcGO5rgVY8Y1H6r+GfS0o2dbqMG3xDJ2IciCVDdkIgaQDnTicyS\nwYFLnPvBHco+mNPLnWs9U7GyS1RHbT11VqANM6lZiL7ROpu4ig7D8BjtPlAk\nRbTnqza2FGSppIUBxlTv8RDQ2ifTJpsbRP9P7cTFvUdqNd5KHxTDPBygG4HY\n7SQFKVzrtJMPvaoRUVJ50HaL2DAbgDDV3ed/z1ZUzG9TAHwNXDBvI5lrHiiR\n7lPR24JSb8iABWUwLYoj6pUCMq/av726YeD9GR26Ki5ZMmu4tv3JGFtJ8rW2\n6WqONslJd/SXlMd9vaK9l4AkrrgtnifeLHNqufnjzfeNu8oCnLv4eVJ2ij7s\nZfthHwgzk2mXnQdbHbwMAgkef6Ep9ZdOJ9/fbZ0CPz4W2qnCF0Ol7WtfYBex\nm9B+\r\n=ELL8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a5ee9958ee13c2efabe3c543bc9c9d3e712609bd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.2_1607540669193_0.8081054061370381","host":"s3://npm-registry-packages"}},"0.14.0-rc.3":{"name":"fundamental-styles","version":"0.14.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"39148e5e0c71b5a48f16650beb691eda38eb19eb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.3.tgz","fileCount":506,"integrity":"sha512-xFEnpfR/erDUKgL9aG6cdEMMs88xA/IP3Nqr8vWtNp800UWZA8n7ca/3FELHM1oCNi1xp4NvU3cl1nvsrrpHJg==","signatures":[{"sig":"MEYCIQCSf0xA06AZZyRLGrMLhMTUpx8UyHXqI5OnoFFIMive4wIhAJejeXUS4BgjXeEKA88zxAfu8U3NcqZl0RstUmYNBA/q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15266835,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0TlGCRA9TVsSAnZWagAALPwP/034gHBgF+HgLN+YOqv/\nD+NneG+R6ROTimFTqdYmVwAl6kygYAO/xGBP5tV5lFc/xkpIJdQVVaB7KejD\noHmqAdZn/HJWDFVUhm5QaUW37SczGPtZ0qRyd8Yy0OJIBpTqHXkl9ZNhx262\npMMBAfnw+jp/y/nedoF7l8jHPwEDmynEW8qAIOx3sHs7hJxfflUGjNrritFn\nGV7q7IB/1sLnqTnFm4w+5voDic38QRA29ML26ssg3eg8YEa1jQTfM+Ah7kux\nAUmdPZQBpo5C2u8uTRmIOrLMGoKIfm3QPZGlXnVmXlgugh1XKgBaudG1tazd\nJ+KkYmuuWWc7c2UGifzlYtPCiR6Y1J/yq2Ptvzpxn+/45dEZKW/Tnjjk0vg3\nSsS6fc+MPuetCKQR/uiWP/+ZwAgYe/D4+ymPU/78a/DcjCNaWdkgk3SHIeW8\n+ImTYXKYpEEM/J6xxB6tHldP6hQ3+YNFE3xSeDEfUB9lotbfIuJOYGeaGJob\nWF8ns6iC0HniEjCAugiTODNmsXsF0Zj5+mSifhtgT50iXedHAVNzLw05niCI\nVIC1DZXiLt2CoKu8FOYGCYCjjXQadiEHAGSeImEQueGIqQKj/wiehtW+8268\naqPtJ5VcF5XpNPvOAgYeWKE5DeCRCJDV7EIXSygscRkDylXcxgyPf791QuF+\n+C1+\r\n=+gHs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c4f8c36c33712a44ab06724eb6719e038ec9f30d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.3_1607547206175_0.055440847019786244","host":"s3://npm-registry-packages"}},"0.14.0-rc.4":{"name":"fundamental-styles","version":"0.14.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"781d9bd45321d08d58fded7b4b15f51d244afbe3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.4.tgz","fileCount":506,"integrity":"sha512-TGP1xiGg4i7QTrl7k+s3RMkuP6jOrogwB0PWy8PkGDxCcIXDPuoy9jr9NKvtOTgekWRKk4V5skTeZqPqoleiOw==","signatures":[{"sig":"MEYCIQDTdrG0qH/Dw6nTadNwcn0qkDXLtEEp5/uIUMATCvJJkQIhAKw52wz/5zvqwuLUUa0V1BxHik+NzBlY+7b4f02OO/nN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15267101,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0itVCRA9TVsSAnZWagAAmS4P/jXgwAren87TjlwdrZD1\nTlRCifcrxdmfNevr18kQDAa+3M+O2uUIY8FRdPInrM5F8OCNNWb7y0c4KZw7\nhYp8vSUIZms/1UJ1G3XFHDrAcjMiaYBQ9VgY6GNMprz4OszFZTm82uKJ15xF\n9FuyklNupgF8cGX9U1hx9rsauZ6bdiLUkVlfAVy5sN19jyfse56AKwO2yrDa\nwxskUB2RGxMsEExb5UG6eMT93gT+iOyODEdfaGkD/vPPVBkAnZ8QSQ664rJ7\nnGDz640hqEiKbGPbdUkHIInCRFEh7XzcEIs6pvl/5SOzKmSO7qapPw+9zOgX\n5Rew2wnvD0v5b0SbMcvBno+8RjbdlOQT3v6uwlJrRZ5OXzII3YVpquGCUKa5\nT8BmcefWwPRukBZ3sugNq1EWxkLBt85+U4iEIiTt6Q6IXe6rfRe0N7EBkUGN\ntjlLz00N3lpP/U5a15n7FyWS48HeUh3xyCkhPXNQ1VdgxCRweEgG2dQ6Z1yx\nifDdB4py6EVYnDwrlnhUeDxF5AVEpwltNPyFRlMb+t069byihMT7VlKggANt\nF8wOSR59ec9QWh4zCO5/LiS32I8ctDdVXAXPzITGJKpPpQTJaMCIp/Mk5u4o\ns0hvxzCNXuK6ZmCUk0EhoiRxu2ZaYdtQr1zS40TPq5rbEHBpTbApGkf0CIej\nGQBQ\r\n=4CFd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5b6b1fe27eda6cae211c4f2d6ea1ebac44fc31b4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.4_1607609173107_0.5477608087296852","host":"s3://npm-registry-packages"}},"0.14.0-rc.5":{"name":"fundamental-styles","version":"0.14.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"03ca9f02a827fa74612b892555daed54b5861167","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.5.tgz","fileCount":506,"integrity":"sha512-w4BzACLsdyf+ZpcOqaYnprGUcAohJW/eKvXeswJe7Mw+T0f6Rtov2KcNPc4N+tqOhDKIlFH76DTYcwfzGSCWPw==","signatures":[{"sig":"MEQCIBpJ3VEsjOVvNmtpasCRsgqGmG/Ux+fVM5gPQRUv/veoAiBLV3xIWtn4qXsVRvb9pYjcX83b04PkzFg4n3x9RCngEQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15267739,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0jxaCRA9TVsSAnZWagAAy4kP/1YlsS05YFUPld8LNrcY\nBDeilgMGOQDRtbIDVjt5+SjQxvJ/HNRxOYVPn+zZpoAAr2oEzbEhfMgFXKC3\nIte2uruYF7RHs90xWbjATrWsnw/69sDLPS1roYBhCttFzM3XykLlPHYrc8vK\ncWuOIkOhmfvCcL0VkUMXLW9u0SHGGqKZsQH5dYeyriOi0lFhRSRtuyXWk2MJ\ntrvhwu9N75eW2jux5WH5nq5KAL6dyjNch6kYaXD+ZcSqybbGrHqnLJJduYj7\nLaTBX0KJMamTs9L+SmxIsyN4PZOOo0RYtgVPb7+vB51fRYj+7o0DRBn1EGYA\n5e/qyRKd0CyDkEW/OYLC5s5B2hB5fEzO+sXZJECcy7CEC0A6mJSAxphlSRcf\nOJOJ+dhyq3ejYqDUlFiQN8gkA26lRc4cyD/pTUbQxWnM8Yt0Pjf/grebO6ZJ\nLcwuimTbRbEcoSl9Ik/ZM1gT8onb48y/uNNMj/dzf9580JMdDB0Xf30GWtZp\nphvq0auTp7yditvYRP6h5/qOOE92/k3wRAUYzYSYPrbEYDbzGfAHSoiCyIyH\nto+Ehz8esX24/Y1F23YjOrm1JXt1Ls+UfFc8RTLxNFGFzSFbZy5nsaDnK0SS\nTYerZ2VnivPfqyC6ChyRw9PLwm4M/E/jLIZCkl92Un4NH3SrF+1ZaldlqiZT\ncEZN\r\n=wO+K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f22fbe3064e1463775a0f8c559cd15d7b2dcb6ce","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.5_1607613530262_0.5793012177576442","host":"s3://npm-registry-packages"}},"0.14.0-rc.6":{"name":"fundamental-styles","version":"0.14.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a10e3384224685f80a3ccfce642777094cc50fc7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.6.tgz","fileCount":506,"integrity":"sha512-gB8gjiKxJlxf0PL/hfw1rbKXXbFHY9odyTh89U2KqvHe5g0NWnWn/1EzzVpK7qO9ZU0qigAhCizoWhSB6OHawQ==","signatures":[{"sig":"MEYCIQDcQMwTUTBw4aByXL+ecyAwHj2P3nxT3oEembdi1Z8VFgIhAJkMcly+GzAjo17+VNbf7YANM7oPIARo2GUh8Z5CGeJ1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15268171,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0k3ZCRA9TVsSAnZWagAAxucP/R5cjX+M1z93Kp4yy2ak\n8Ad9jIZMOJtCv2zy1HTsweH8aCQufuZ9TxQGT8f4XrjT3ZAJ4M61wwfTN4D+\nchf5Ad70ioq+HORBMDIT027lhqXCwUoA6Xut+2TY9YaL7+vd6LUt5SRP67wi\nAkQ3wd4JQ05k4XSc5y2BVD2AYbDQXt9lvdINJM3ZfcESdri4m7gZbsBTbG5D\nCYaEhYE2oWk9LAjUEdNc1Ui7B4v6w0WM2rZRn4w7xkgZtvAz6vcEQsqVueJc\nramY+qNgkbQ9xnjyjnFp3UZlLrJJKzUzsQq789FB8QDXBgqzH1xu3R7l8xBS\n00DX32Xr3ljBURZSGrpMgJoveq6a+Z49oG5OEYAn6DfemJjzQtyMyBQ0nBzD\n1x2RbOW5llqpg6yrguqd34axcAozDOI/OeN/MnNKtbsIxSauT6cfgxJfJjLU\nxd7mpmT7yun4GPvH95Dr8HpIyL2ceod35hcrrGbUF6TA+xLVDneRek0HJPq4\n6FPQmrYKtuI1kVBRS9MpYjZrecmjjNcJKijkiR26bzfymtGMO0fKeY32TfR1\n7Tp9ECIH+tm+ifefiV6tp6/3NfqejzOqZQWqp1xEJDE4ab1iAxvAN6QwptVH\nPKzzjUILyHhc0ye6ABv5oUobkCTK/vxFUcYpvUjSSayRGyroPgnTF3vd5bqh\nCzTZ\r\n=wCMR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"624d2d457b6d679349ea934d22dec0729211b128","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.6_1607618009307_0.29833255304415607","host":"s3://npm-registry-packages"}},"0.14.0-rc.7":{"name":"fundamental-styles","version":"0.14.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ad40cd2293aec9e60b7e31f0fd4470dcb6942aa0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.7.tgz","fileCount":506,"integrity":"sha512-npplVDONldGYR0wDZhk69Rb9APz23w32LNil6B5sC8OzODemIMaBbu5qHKXohbXYNFvtjRTXk1T8d9sMCGmGaA==","signatures":[{"sig":"MEUCIBUj4fLzkrCRqWFf8SshH8chJiU1Y6PAZo/Xl7CV6yOpAiEAldQzsXDAkNHOPtjUlNemant+lGgWuUUyWOsjQMHqNAw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15268281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0rsWCRA9TVsSAnZWagAA8W8P/Rtxkm2CXTWQK4WESI2r\ntqD+W1HLl4e0KpEHouguFfxwP1R2dh7XpF5OLixMftW0rlmbB0+OD5Pae38y\nBMOw+AZ0INyJoDe9L8xUrcaAdPu31OG/QlZNZr3/hgtwdb4D4L0dqvLaQ7oy\n145TG6HG+6d5lg/+/5ldOS4bpEL6sHTOVBgKIkoRxtTGv2r84Riiow1j8TG9\nlLvO/km+h1las5PykJAoPeSHqkx/YnCD8hW/eGM5EVRkDW49UMqxehLAHRli\n1DWQoVj1ALGlCRE2/7br+s66lb8/uApyPjtLXbpOFQdYFopTmXnkHqMqp/je\nF2VYyCMEx++ljkcES+zJcAoAWRGq6w8549h6j8S/Mk8MVoPctkbnuKMnGJvU\n+XupDSiuVOeCzQhXRfHXRuIJudAsS1tCY3BiC7f3VInJtyKJPEmqU+wtjqmx\nRo8qIiodxt/chxZSbSgk3bdite4V0rzWDXX6zhJFSPyayZSmZ9vB66419jbj\nNTWqv3r8ZtTcS13EYUpxhoN94EUBO07m4ymorEYMauUzjLyvav8QcRGoWIy6\nI691psEqfbyXtPm5z0QOQBgeQmlN9cimtJvYW9oGqG9wBFLP/Co0bskoJSlB\nCSqMSIshF4H9jMTXTgp4qADXImHPk+vyZqGH4VwNbscOfggM97P27LyXQzmX\n1Oe7\r\n=E3Po\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"56229fbf7c56473c62b4a2c71ec3a1dab2bf7051","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.7_1607645973380_0.5600927673431364","host":"s3://npm-registry-packages"}},"0.14.0-rc.8":{"name":"fundamental-styles","version":"0.14.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e327312b0d7d8c3e174b43f898894ea9c8edbf79","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.8.tgz","fileCount":506,"integrity":"sha512-X/tgDM1orIC+0KPRdAT6mmvkjN183VHZGkLfApUIntffCbTWOB8KGHHWd7ysMh88kn2JdX3GCiTX9rI+jE0PIA==","signatures":[{"sig":"MEUCIFqEIzwipxDJCfc/8dpO1ZoukCHlhsl6D5BWvqdGk0PoAiEAlB8jdL3MlYwqIuLkxEPbrQFa+MA+T9tw9NqYPSkIJAE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15421086,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0sagCRA9TVsSAnZWagAAD3EP/RnFssm4XwcFt8n42G2X\nvmPfwBth1G8k3W/+ArNeGNd+U1vrtjh4oDwugRjGa32GFxcTc8vWtYtwO96x\nbzxaH44PuTgI/WwndVb6yqEKYcMwQ/rls0cpU1ENuZScBDyHfYVWT9OpXJxf\ntampdPDaqUf71CwzJAcwl9itAfcaEtMwmBHAklSugUMB8xyx5Z8VgLOLRbva\n65OMgHC0LP66/pEYUplqI6rlL9iyyHCKzxjROswAC3jLa//BM1oD4j5dzo2a\nOfdQ29LUIeb4yflYdz61JK0gEuDFoegYC/cLVdCy7wQa+WtccPGQPYTkSPI5\nsxewJQd4Ga40H5sfQptHHrFPYRL00CNYwximmXf9s+k0r5ITx9Her6R2SuFk\nKRBE5i7bO8+IrEdMzev+NBaN++HMsyJavQ+g95VXmSnQf9MEkM/QoZ3KMLPh\nHJDtUGoWbWylo6tmtfp0YhGXiDgKYPNm1Vu8tbc1bu2kYhQlY6RacRRPTIYj\nV0frBNutOQh3l1mhcQ7NQHnY03PgNBp/Nlm+be3aABKiIrvns4irw7Nvj3cH\nNW4l/ytQdEptB/L+22cANMkXHUVeDfVuv2GJYY9orT5yXvAiC1X6gRTQVJNE\nCUezAOlJf16v/Cu0DNZL14UEHZCElPjWiItk9g8LRL1oleBjpu17f7Lb59mp\nIYFv\r\n=NMiB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a9ccda1ee7caf8c256e5d3c50dd2171efcd7c4e2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.8_1607648927485_0.6521851866771851","host":"s3://npm-registry-packages"}},"0.14.0-rc.9":{"name":"fundamental-styles","version":"0.14.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8190bdafddfec0444c543c35f9e2eebcc8fd97ec","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.9.tgz","fileCount":506,"integrity":"sha512-cc9Ftu+fzQtxgk6i0zV02vjIDA+zPoh5JR7gBLhnXuAiBiro58bGgpMiUu/yNr48V0ma5Zxx3m+XK4ZOV9jE9g==","signatures":[{"sig":"MEUCIEfexUNn+Aw4itN/jY9u1Sd+1sxqybZAiYSPy+RfaAyMAiEA0GXYixG8xPZTuZym1jy8srecmA+oIowdwIDAFttrjyQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15421201,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf01RmCRA9TVsSAnZWagAADr8P/1vgEFSRTo4Dcn83TCGF\nw7025GAYEgVj5eCCAgDTvy5RNQdClJkxHWc+SiuAyw/Y/mQgIfG6A7SnA6Nn\nncMmC7Wts/G3y4d8s4ANe4mZFdtXbhDZMG2/9sVwonjk6Ba0kRWECLRjNqM6\nBOMoxFtnlXDKvksfTGaB0HJP/rU1fNnZYlc5XY2+aYqpR4rk6oW2MBCK6k0Q\nKGnoUe//wsOs/2hWfh7cby11YLeQP1+PYf8p/vlW4xVFa1fPFaS7COYytFVi\nVJSERS3iIt7h+3iaZumYU8ERTR819LhA6GNABQmUB3bgHLCFqtfk/VXJFb3n\nAb+w/OxSpyuteWeGx9XuxLMKYrUVGIz3GhnnP+/CzjqYZxnkidh9S9A6BFCv\nNntWJPqxMEt+VRElcotEVYGyS+eoVcQKAFh0uJfHH1kq/oTU8wgQwBxNj+Y8\nd5K2lHDg1+zaGqMR2/4zaBwCB8lF+93brF0/r4zt6G2sF1tqBGEl+rRaBggu\nC4ghhx3saj9vckS5fJzCAXaPjhiPpLlQSXMncdx3EenmAWXaAS7R3k/LSRP+\nV149e37fxlRatxbMqHSUh5ZebhAdA/kOw+Y9Mx3LjoJaf9XRzYgzuvwNU4/k\nXTwfn+bBToBC74AaE5I44CF1DnMCxF5/5dh4aj1t5f7hQ7160lc4/v+lxOKh\nR73Q\r\n=N/7V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4cd887016a124591ac3eb98c5fc07b246ed0ca23","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.9_1607685221464_0.5720970308953703","host":"s3://npm-registry-packages"}},"0.12.1":{"name":"fundamental-styles","version":"0.12.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.12.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"44d14acf30704560941b038c9d7b07aff6583893","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.12.1.tgz","fileCount":89,"integrity":"sha512-glPtYHXDTdc1rNtbetrDDplSz1HdOgBGiuMiW4CXQXYbm3PbsQsaM0gNT5jO9bqQxCRLQc6luF3R7hQXSUvHrA==","signatures":[{"sig":"MEYCIQDqoJP/RBoufN/OjALhhyXtIuILhaJsHlFGjF8wbMtpvgIhAJBkXBJ26RfaOzwzKpP/mL/SwFZ1fStOzZ6+Uu5/WtSN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2200395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf01uZCRA9TVsSAnZWagAAY3UP/0k53a4gRzTRbD/z0UAW\nLv+Flb+8gG9xOcWJgE09tSnBnyIV5Uw1mucslMFr8P2FpdgahqNaL2UjQjxH\nwyDOAADPC7kK8U5LMzCLKG2tH6dPkW+LkG4UG0MvPF05vThnZLEFWoKnHs4Z\nr3N/5j/OrNQYYKVLQbHyM+EeEFVn2UNhRVitJNwbQcmq/qCL3s14lvZTUnuI\n/UgWRoBfOlBfq1ejb04eAOIB01F3K7A6rOQVJt70kIZydKbIalAV5F1iEXSv\nLiYJNwRri0xrIVsCiNksFl480OgJaiOcRdEHQh9bIyf4GR7kPRzd11mk6k1S\n/LBtr8OHn8z3YWvmJ6ITb6osIlNUQhuV9nV83SNofdHKBRCMsLI2HESZ/G0B\n9htmx3BxyXrVaOGnKU0ybnSLDXtCBaqVL4EqYQlrdxzak7PVN6Be1k6e2us9\nw725GNy35OI46Ald/SFhY8IO71esRTwNvN6mVurKd7WQz0GLZJfq6Leqekkb\nJpefNbxReQk2bxWhvgMAk0luSHAv7cVCJgR3sPv8jePSNwMlZ5UZ8a8NrXVR\ng/HjUvkQEcJakwNrJCbHMWvh4Sl6q9Xa3+EY2PSUKPE4V76ghTbB0CdGwqqx\nyhQJU1dwq10/PcwPiXATVAMeKm/d+Mn506OumiSfruZV5SSejfojkWeY5i5z\nhuiR\r\n=nvyr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6ac6c83a1b199c3796f14a2db8465ab1318c7a0c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/theming -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"./scripts/copy-assets.sh","style:remove":"if [ -d dist/ ]; then rm -rf dist/; fi","build:default":"npm run style:compile && npm run style:theming:postCSS && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js  --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/storybook-prep.js","lint:pre-commit":"printf \"running pre-commit lint...\"  && npm run lint && printf \"done!\n\"","storybook:static":"rm -rf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming --docs","style:theming:postCSS":"postcss --config config/postcss.config.js  --replace dist/theming/*.css","storybook:visual:setup":"jest storyshots --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.8","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","react-is":"^16.13.1","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.0","stylelint":"^13.7.1","bundlesize":"^0.18.0","css-loader":"^4.3.0","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","jest-puppeteer":"^4.4.0","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.21","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.21","@babel/preset-react":"^7.10.4","jest-image-snapshot":"^4.2.0","@storybook/addon-a11y":"6.0.21","@storybook/addon-docs":"6.0.21","jest-puppeteer-docker":"^1.4.2","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.21","@storybook/addon-links":"6.0.21","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.21","story-description-loader":"^1.0.0","@storybook/addon-viewport":"6.0.21","postcss-custom-properties":"^9.1.1","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.21","@storybook/addon-cssresources":"6.0.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.22","@storybook/addon-storyshots-puppeteer":"6.0.21"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.12.1_1607687065050_0.5822489311051897","host":"s3://npm-registry-packages"}},"0.14.0-rc.10":{"name":"fundamental-styles","version":"0.14.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"25db06899b644aeea10220f409db0bb0adca9e91","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.10.tgz","fileCount":506,"integrity":"sha512-HgMJQi8wFbN26s2BHd0JyehwiL43jIWSGBPpaNTzhmUxh6+dGEpjvjM9z5FiSOKSlUJN3WZ5fgnGfVeySKUZiA==","signatures":[{"sig":"MEYCIQDpyzvdpLrb4Xcd3+Ux13sCC3Baj4lNMwl3U49KAbZn7wIhAKh7rCPhjjvLIiT9aBVl0GDYVnrzkS/XyxipjidkkdKf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15422058,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf03tGCRA9TVsSAnZWagAAfjIP/jCd6Yv/r1bNfU8jARDV\nqMqk6sAHJnGFAUrXXkHUaUnUJ5VB/CJnlwn3G2bXiU//I0XA3NfKgcNINEvn\nwA+wwbBTfZsS9wKOi7/JAaBUd+XkBljnNIjCqqSHF3B/nilVVP4huhNqN0PA\nv6CN7GXK7C2OqUxHSvrFnoBk11HOO961VfgXSJz9O5iS/Yw4JjeOzLpaA7YQ\nQGAljacs3sVVK9g39D1Unkap9NsxVFmM/NFyz30KDW2XVd0l1isYe4fsz/dy\nuJ9FYrrxT+IhyK+KBOY1kPbONno/arzwfglBy3m9ir6/ATgJhl79tA6Wv0xd\nCSRVpyAhsBaJH/dsqXEsPCCHRGc8QaOC54IVI3WRHhl86E/4MAbaP0PhTYQp\n+FWM2VsDAHGc4FZr9qR9w1kfnQRk3drWtQxpw+utTfgmsIJev1Z8d6CpBXwR\nXFK4PvgGUsKBOe9kKypGtCEPfQgI9PNoXDB7jtjox2ozV03ESkTVBZto//jv\nadr/4/lox6uySqTIpDa2PiMyW3HcWoIMQdchcL/5eqFMCwe2TiPTEPaHbLB/\nPO3wgoVcoJAxpPElCb1iIvQbkLEBx2OK2MpWJi2m3ReddxpRNrXude88sauM\n2fGp/QCUXLhC8TnLnED4NEBUtARok/NSzX/kdCgL5r1OHRYLbs1wtLZUJX8j\nrr2F\r\n=RVEy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"aa8b42b40b69907b6980002b987e7cbc95df50c4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.10_1607695174092_0.9737426499377224","host":"s3://npm-registry-packages"}},"0.14.0-rc.11":{"name":"fundamental-styles","version":"0.14.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b109ab2f9e5510725bdd7b0bedb74a4198699c1a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.11.tgz","fileCount":506,"integrity":"sha512-YT2yS5TXT+aP7WKHLKmgpEsTQ/3gC3MnsUHtcgaBpwznVR1VKYDdiRiT0KlOV3ruQu1FbuTRO3cvZ9Zph+O07w==","signatures":[{"sig":"MEUCIQDN5TQhnBQC9ErEn7PnhneF0TdZImbjppz8bdcs9EiawgIgSylbYak8gTNGuELDV9fOjJVaPGl8EMYFDEBqs8+Ghvo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15422681,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf036RCRA9TVsSAnZWagAAEHUP/i3re9kWqKKW5rT5yEoo\nLGsxNq53PwtmLFe0boIvqawBZIbTdp9TIqE3Kk292snZLauk4b3HlPq7KC5/\ngYa8j8mt7Xbr4g94r6m1tjb1iZpIv7ZU0BfKBODzkWQflleDICmaO5u6kd/w\nu5KuMlBTgTiBRZLnS+Ucgf91RXwfwDiJ8DYch53g96EostsCGasWws8nqMEm\nkkiAsQttuZljMaR42d0ZOK3tvwjlpPxh/4Lx3/W8fhPXl3JKst/CHUnFkfRS\n9JCPU9YmNoMGhKuxQedvt8MgOvi2577vUgt8e3yYCgJH0yckH6ph8znTXxYO\nEHQhLc7knMpjrI1jEuyf8nN+HRrBGTkTGf+5yqNexUjrgBUzBsK72FbP3wfv\nMgCHtRxFsGCpFgjKQ+6rsonWL+VGmZFSO68U38kA6O8bXkAkky1bdwtMQctW\nXaGlEhbwi+9tYLan6e1T7ghB0vzEhlWIjwi2/GxlcaKqloa6ixfflB9GkCdV\naStbjx+UWKOS9O8Dj4fZokonJCb+DxNJkJ0xZ97CBGWDx+MhqPgKN6Sg522E\ntpKadLcfjlTqjGZHK1m2eaf5KbSoKoIJ78H/ZtSLERF8g/csxvEi5zN0LlE7\nJwqUoLi1HOFapmjvOX9IqFxT8OR80RSuUO+iDuQi9S4nPFu4Kk1l85ruXH5y\nnfrw\r\n=x+lo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8ad62c72224b63ff11aea7db580b49286da13d18","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.11_1607696016840_0.7196799496476576","host":"s3://npm-registry-packages"}},"0.14.0-rc.12":{"name":"fundamental-styles","version":"0.14.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3c21e49c3fe46da137d5e3287288aee24dbc0001","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.12.tgz","fileCount":506,"integrity":"sha512-1ovOUul0a0W3NVak5NesRQ3aZZLDEnrzByxV+CwfzlGInrKtvfOTFagPcx3jYgGwZtfG/TyYBIDSwe8ex3Z3oQ==","signatures":[{"sig":"MEUCIQDTdsH7Aq+nBVf+df2nxO6Ez6xDMikekX8dHEGd+KyIqgIgPhW14FhSlLsNu5Gdz4nBkJqQSTP8CE0brgAOEgduEHY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15423630,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf1BZRCRA9TVsSAnZWagAA6M4QAIhuLYE3oFgC7xzSw46U\nv/uWfZbuo+TXnvb8MilDZeCb0r7TJgJH5F8O1bWVVoVDmcT7wGmuWpicBpzh\nS+E5aVG75FHJHUOPsUWhUQ4juL/03QGrH+pl0PHiTN+1SKvRrpzNhyWiAebg\nIHzigXEzaLVqn1F0LxCT/INqUvqIluShW/3TCiRNAQdwAXrbHgf0MdJVpky3\nie/84EYY7zkZv3HA1Rl/W9vOgB1xUg6Ka14dEiAuEqa1vigdLsA7LU+jmcse\nLb3mDq5QCH/Vocjo8xS1fm58QJuJjYEs4QpsEcJznpd+Xo7t2TRZuN2QAMid\nwUtQmfWGZC1t/BSR89cb5RoYqcwNkjwM6U9B2tJuj9NHK8VKjILZnvhVULnv\nr9K478h2doxbeYFxgzVpLkEqVsq51oM8mFNalS1AXx1dBxj2eKHLVbvgQWdB\nTR+PFQwQcCGhcRBqP9WaWBx6QeUjagoC1BHyudy1Za66SsE0rfm+ZMbPKBt3\nUY2S7vLtl7MtzzPVtTf0PLPaHjRUz4nWI3rnwI59dGHX14ltW8e4TY1mhv4p\nxgXJCNaOVySqBk2UCp4C83xXC5cD9LmNOeVZcnl0iM0mlKlOB97P4a6aL+Sc\necWaFs1NcpFtuKI18u7vnZAPSIq7A7uLV99Hk2TsQ6kd2T4k91wIJAgDuWyS\n5NfB\r\n=s4TV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e250e3d284914fcdad108e3de3958b9a856e94c4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.12_1607734864471_0.1665986410716127","host":"s3://npm-registry-packages"}},"0.13.1":{"name":"fundamental-styles","version":"0.13.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.13.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c85f131ebbdfa5e2e2926b2c588ee513571ed235","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.13.1.tgz","fileCount":488,"integrity":"sha512-HC/DEFqgwTlWRShMVj5hyCD/5RHtZMSFV3t8yIgAnFTPfp59H/N/gay1tDP3HwiZV3CHdRtbuwPr17zUXmxhNg==","signatures":[{"sig":"MEQCIEuo8UH5HSJpycm8nEJN4LCJJ6CZ/vg7baOML/BUUlu+AiBN/WoYdW+Z1JKlr9oktUPNPF8gg8EXv1LX0nnM1gwcgw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12907358,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf1yfgCRA9TVsSAnZWagAAcisP/3hT6pppdNFLKzPkbMkq\n4iSAmsDcmrlI6xf68I1/zny3wDvy5oDFEc1WwXPEDB8vB9/i0zpUjW65chTM\noME8l+1gVXY/JLPTakFkIhXRwsTUq9csvFzm7OOYDWZg02SX/o9s1GSSPhQs\nt+NwfjeEIfrN9g5a1OFEPQi1ocEYgBgop9fWvOU0IPxNOadaod6SBzJxmobx\nw9I71GMwNtK7YjOF9d9NM14uGSDFBnFx/CKV99Ir2MbwFJSLIaB6u1eRNa/W\nPYTk01+40vJOawQaCdJohwY2L/FoU5EsvgZ2lX0gK7FQ/nAOJGwiEy3VGwbz\nQnKWt13wiRWMJR815L03jdCo651YNom+R6ru3dM9kxCmooq6jNbONLctZXTh\nCJP6iV4fLfKxC/Ug8jy9QM8D7u1KPicz4zITHguVJEnGn7dVTmcYfHymWpmt\nqpoRJJl4SzPbwBY2x7T0O9BG9LzJdx/SxjGkYo2/KkyzhEKg6NsMx6Q5noO+\n9ucd9ndpKQyrX/aXUjno0FJUHLxwdbzT1pAh4aiGqlsmVxkvxJChc0LS0Cgk\nDdUjMyQmKzY+WvPtpJ9WJT8Y800O5xui6dKKUEdXzD6QBVUU2avo+8YDhekT\nw/23PaywPpbwOHsvdVqonLtS/4pYrR28DgIZcmfT1GvzmW7LJm5IUZGR0CFR\ndF66\r\n=XLrV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"02650754ee1bd3681edb169652390fa797991448","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.8","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.19.0","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.26","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.0.26","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.0.26","@storybook/addon-docs":"6.0.28","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.26","@storybook/addon-links":"6.0.26","@storybook/preset-scss":"^1.0.2","@storybook/addon-actions":"6.0.26","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.26","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.26","@storybook/addon-cssresources":"6.0.26","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.23"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.13.1_1607935967754_0.35312077426934385","host":"s3://npm-registry-packages"}},"0.14.0-rc.13":{"name":"fundamental-styles","version":"0.14.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b25e5c5fae32e89bd446f94b8fed754e92b96f79","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.13.tgz","fileCount":506,"integrity":"sha512-3J5Ui/LkH9mcClyC8KBdBnlu0PZ56uo5j3LU4fZdBT9sBrb4+9BA8FNa7TD/04BGyWvcoWP2A73ParMd9eTvjQ==","signatures":[{"sig":"MEQCIFuXwcQAJ2VDqyP9GCU/YFCAx67JrFoiVgfLjKZS5+9oAiA53KA+KoWBosIU+Lk9aLE+v7R9jn8Zk7RG74huSszhCg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15422952,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf13B1CRA9TVsSAnZWagAAjh4P/j1iI+4FKn5m21ZUWTVL\nFKu2EU29EvA37fJ3IY5tjbsyhm7d3y1dlNlO7vWpGv/TDQhi2pjhTUghkoDg\nTMk2orvZB5d3OEeUmX1qlXUIjWxp/95ZadDix0H9mWFvtWeY49HXd059/Y80\n1oNfwQKf4ybwxmSmSF1oOvL5itEubbhQHtJfyP/fgGvkNCeJcvJ0c9B8BXPG\nKmmCfJ6Vv9qDjqQHsRlzz47WXiZp0dWumYXShPPpYihm3m0kyQ3tX2KvXXzW\n5C9Gt+WLhRFwS6cVL0uKYiP6N16h+5r+cKKYDzjjB8ekPgk9MR9kjSQg4xsG\nkKRhMqgQ+kuzDwcWWkSmamK9w/+and68ZuhBrS8VIizBB0KtJThrEdjQS+KW\ndgTXZ0pdgc5PDYSlJ34wPch0qomscLM2XR3ptOj7dN2fiiyht+NbDZbkp0p3\nnFwRMGD5CNDDSja9s03GM1KVPj9ByiW+3WI3nvV23tHOMsMczaMNAMjEpSpy\nh0mlr72TIaUTZFiSeI5KlBoc++0jgUInMxJjwwmGXv8zquWby4EZTFHB/U8N\nxxGOAVi3xrk4o+e1uk7Mjhr8GKpLkdqFjqxFg3qwbu+DUakyq9acZe0yVMEI\ncdyvoGme9z51lX1YlsPZP2jRbHkDjnmopr2NTb9G7OUlkomsNuYwvBRfoikH\nNiho\r\n=gqny\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f9994020442440e344a75040010b1aac6696a511","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.13_1607954548497_0.15021734222929206","host":"s3://npm-registry-packages"}},"0.14.0-rc.14":{"name":"fundamental-styles","version":"0.14.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"243497c36647a1b3b7fdff0b10c4146d9434851b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0-rc.14.tgz","fileCount":506,"integrity":"sha512-1PrgDiD17ErjcWuY1Y1QwN7VsuSSB0rWicOkQsMEaNTN7ynZb0Ck1Z8FrUa3kkmYreYfBdk6KQxqWB8iJic2+Q==","signatures":[{"sig":"MEYCIQCuBLuITlHxzPj28mu4gf1VwPu2scUogFlkZMf3W25NPQIhAN+lQmy5ui5G7cEU6z7q3jCUjAyKbYP0GJBs4rtGnfra","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15424009,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2N0BCRA9TVsSAnZWagAAY4YP/j5WFZR+HpobvmH78FRw\nBpfXQaRm+5RCARyEvIP9Aj1NXDieyyY+tLlBkpwnqa9leicwq3iayl60ADhi\n0rz7wUFMRo9O5yeVsJYvIN8fOwFcqueeTf87mT0Qn86vF+ek8Nm0/Ry3Hhvf\n/abvS8zKqao0/xzh9rnjnkE5D5uUMuWqUcJ1bU1BbQVFmm1cTqZWzfMoX7BV\nXTrLo+K4wBAxrvbGgQir9oreZ6+IM7uyLd6Y10z0Hg6aXT1gGYKUihkPFzUq\nrMkJDxf6uMFkT0YXOEjYvJohQh18pF3qdxctzgyWATWKEJzo7EwN0GuiGnwx\n6wMDJWDw+fLyXet0ZHc0FkhZzsOcIbAeQR5EgQysgbKRn3zyZPlD4rnEJiPy\nVdpOeUGYE+mW6osDUHZg4hRmOHc9D6g6smppty8rk12Lbz0S1FGhQDHOX3i6\nWPd8a7YMKCj9WEw4Eaeghljej43LyC/G3xN8sufNusSMDOUhQbSR/VeVDkPg\n695BMJQ24y9akWPR+cDD/Le3XULun9WHD+U2b4+B/MRChCRQtYlJ2vC6E1NI\nJFh1dYqVR+WvD2iPRj6ufCLp+e1342wd8aCVjOiGL+ouE8JIO0N/izJPmlzm\n9vXaPf1+gfGV8b4eFXg72j5Q2Q4/43oyXRA535PXvVJR3XFw0BaTROU2iomc\nopqV\r\n=W4+w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c434503887c0563b9cd0820fd9dcee289c29bec8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0-rc.14_1608047873208_0.3494726618588435","host":"s3://npm-registry-packages"}},"0.14.0":{"name":"fundamental-styles","version":"0.14.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cf4712f479ce2af6383473f5087e691b567452fc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.0.tgz","fileCount":506,"integrity":"sha512-gPMmQmU6zuDxNbWFYimVlP9CNtFoD3brbAAfRreGeQl2sI+ApseuoDsNIUW3Ycdt+KXc+jXO9TiHP4ELGyvy8A==","signatures":[{"sig":"MEYCIQCyU2vHS3odSmisyPWGBXpN37J5Tl0SgzlNwNCsvvjrSgIhAKya2sRXvaVpJcTLdBbpIyhIhIlT/XarpgIFC/KYh8Pj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13428026,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2OUqCRA9TVsSAnZWagAAwSUP/1U2rG7zbq4174YxC25C\npD0a3oJbyWJVHn71me2XdFb0LCsxBIOT+jPkWT8TdLZDoJfiAiQzydxJzm0H\nP85wEZM3D0ag+RAdNCFDkeuvrzAA+d8dem2IeBsn4qHyQHH23f5W8tSz/IQF\nidZHN3ajhDsaZSjuL2gAz3euudrflJWEyl7WGr+Iy4eg3X39aqL5OLYGuFwa\nonkqWN0Vsm3EfJ+dbnYnUGeBoXGJmQO/OxhzUtaHq9cyWo1pTilnZDfK+Hi8\noYcFML2bCX4URMBg7956jgoYwfZBv+jdiRETfnmxGdJOCn03X6dr+VTSmWdz\nOJZNj9epV+YIVfFSGcbWo26ExllhdjKwRtZjeJnBCcVzkDzcC0Gx/+zoUzXO\nE6PBOHwaZcLteFepeZumccO8AXNDujIoafdf4vGHIH27W+++gJZ/TIOe3IFL\nVUBSrZP/C5eAoRnIit/B6RzXwZFBq+5mxMVLWwppkkiSC+WpdsjYFJz4lGqB\n0gfHNCB34r8ZgzsKDfOVhhMcBa3++aKppm71exsF3xCotNjvx1/KOj3kgA16\nTk2lgmtpHbMxjAu/QLgQzrB9ZvgIkqrd67PaFj7UJREAMjUqQ+dMFAlr89ZE\nLJ7p/JS0Y/VtckZHh8vw02+O5iROlLydSPdZ5e/XQGkLQ1G7nXzhTed1PMsH\n7aBv\r\n=0B48\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4c9e9f0425409e8fbc944a79def80c1796825458","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.0_1608049962291_0.28455219037653534","host":"s3://npm-registry-packages"}},"0.14.1-rc.0":{"name":"fundamental-styles","version":"0.14.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cdeed1a9c1ef2c05bdfad8b888862e3928aa08cd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.0.tgz","fileCount":506,"integrity":"sha512-aoisBdBGknZoBSLY+FikqIZEZ5NuAb9JFdpQ9ciA8VWzOzJtFjQeX4KIMBaeImhiAZ41fPnc4Ai4kGxkaj8W8g==","signatures":[{"sig":"MEQCIDweizXVV6lW5CKaqAQ5BOlzqwjZ9F8RncFN/l5M0278AiAIZgULgXGXGAYPCFVcYzlEs7DcbmQGSmXxT8M+XjLhIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15423723,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2P7ICRA9TVsSAnZWagAAaOYP/0c1bZ4XaDi/Kn0drCIf\n7AOw4n6z+MkXJZ2TfsB9t25b3eyeiR7dVbDsKuiSb1oz1A7XFUATdRPyqdHo\nWlIaQremyanPaD7M2U1FltTSeDQfLbmq1R0nRMbCn8UX35M0jywxPHMN/syz\nNcRayt8iSBzvbpTWGKpmtIP3NwvftCnTxu9SlQSQdAQY0psQ49jnqbYgI9eB\ny5ejzD0m45xXWOdr2tHiP7QAv/WMoYocQbbVjy4W3vIDMOKTNW3iqjGTtoFT\npJzR6IyDW841hZAjfkdlquqsDTGZ0kjoRma0k4ZV+l0m+1bKfmMAHqYMY5X8\n4gW2ub22aIL1NiX+QJ2Z00O2FIG17m9gjEYWylGhBo5Yum2g5qeBjzNveALQ\nz3jyadXD5Wq0yt3lE+qnbMjZWcs4GHE1vB+4YUBfl968Vu7NMrN1HnMzMwI/\n66pevTEZKmCL/9cXBnfbvqrTiMP5lcbWx+DVvkih+q/OIgf+esECVYEaDBOU\nCFitFLwJgsSsaxo4DwEe2mph72bOWhX0c743hZ8Me+Ttfwf3PkJJ1CTZVu/1\ndmGV9U/Ybd3LlvdJSK4f8ajS8alZVUdWOcdaEZpkNuRmSAZ/61lH3OexB5SK\npIklsJKss9+dMjqdEAOIFY4NOaIUjRVo+8aoWkgOSeUr4zWL+rK7wNbSR9im\nFnhM\r\n=MWbS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f9db8181660406ff3b0c774cc874cf5de6a0d21a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.0_1608056519711_0.5385028214723615","host":"s3://npm-registry-packages"}},"0.14.1-rc.1":{"name":"fundamental-styles","version":"0.14.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"667446308b75cb1a4831f9333e41dda22c327362","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.1.tgz","fileCount":506,"integrity":"sha512-Dp1Kp2qRLFTZcjjLlmG21eOT6wfS0y5igmGm0EfWD84+foVVvf/hA4FTsNBAD+SuteuUYEUlULyUXinRTDCxCg==","signatures":[{"sig":"MEUCIQDns3/W+K4gvgSLewFSLF3ZpRUZSsCvedGhITi1J4kgEwIgTkYATG8fWZl06k5pdyX6by/zJet+isM6LhA6mKjhpkM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15423834,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2S2lCRA9TVsSAnZWagAA5SIQAIB0mhRfq4bIyKK01frm\nrMv50e3aI9jmveOwYQWs5SaqCJB1/zCbT7z2Gxs3GIcscuz8pk0XnL38LdQI\nURiT6JrS4TpOEYkh6qrWVZMNi/DgEcagBFPjS2Wj5FDbBWQXmf/VEbf2qxwB\n7KBulXcBK5WlNIqUFICiOuBnkY95aVANKgeIJCF6piN4aUeg7+5PVC5fboWc\nWNiRi9s7dVi63dlfJCR2Hh4D4tBKOMnkZn5YxMnzCBM92uYyJ1XVZx1YB8KO\n4PjduGb5EKVA2gbtAkNTm1b4qIAdl9L+EVVo+IqNUQ6+x/1EZ7ZxRYLPWPLP\nuLV9ha5a9qqd29BKs2eLNPxUq4TpQYL7nOoUV1xK2kYXKc6PszIEA2IWGVP+\nMvG7Lpts511ipFBmskNQEuw604hcFz/UqPZK4E+goyFNJAv3UFE2fQMNPHhG\neEuY2qab6wDJPleJUY/tFOHFM/7gjCZlCro5bU9FYtjJ1toEUGDvSGIpRmY2\ndb5ST8tVzJBDP0AU5QFmlBkE/RcPnkalNskmrosjsT8UVw8+IumsQxgs9N/0\nRd/8STlBEf221XAFXy16JNvTrbC2UXkP2idtHAfVp6PFpOWSCR20204jLcoB\nvI538aQfQuPwfRU7VzZoMSJJa+e0rR2/Gm5WcJ2Mm7dfnBp8NJV1QjHdwUxv\nuQUU\r\n=FSwI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"95a55789683cd579a57fd2104d820864e46b9731","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.1_1608068516854_0.4722169066996289","host":"s3://npm-registry-packages"}},"0.14.1-rc.2":{"name":"fundamental-styles","version":"0.14.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2fcbbf10d073045d69b34c0dce7d07124f0ccdb2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.2.tgz","fileCount":506,"integrity":"sha512-wpfuYpdHd+f7wp7SXC5m5yEjjPWA4nNx2K5GkJiz0So/omnfyq2H+T1v/kQRG/2v30n0ToRV0ZFEJicvKo+IfQ==","signatures":[{"sig":"MEUCIQC7HraQhiCQfL0l4X2XnHfIvN3xnBKImHq5e66TjFfCwAIgUXd/+l3O6rEY9jbpdC54fN3QjEatmwTQI69C9WVss7g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15423945,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2THMCRA9TVsSAnZWagAAFlUQAKG0cMeo4sOXFqOHruaH\nGvSq4IW+vy1wO1t/iLaNPROUKaQpd+eG58I1gvPxHBbnfVbhAaLRDl+ED0la\nK+XS6LKUZfNthePN4gRTR1HJWMEsFR6+y6xsjaMVEHd/NJl2aHZNpku+kc7r\nSCbje9/UnkGQW31HyUSBce/U1gVtRt6ZewGor4OGAiIGkyhKhhd7r1Nx5hEr\nxhHvIuLTuElzlT/wM7UIps9a581hyJfD6M2cSis2vDIexhVhkLoC/TNBfxTX\nppZEKvQb8KGAk/sLcfUpWeSzUm8Y3eQEJahfSh198bhBV3kHbmEAcyw+Qckd\nEUM8OfFrGOcYYL1S8CKmIc5oXol5IoLb/4sTE3M6ujEjOTrcXbublnVKgcIY\nivthlOc6BIiLm87+fIbHQQQnEzrqOksTz0uOMRFo9kvDB6xFY6oKhfWakxw7\nQSTGzS/0BWjQeWDuBn4z9Ub8fGfohAmnm4T9/L3+Lv8zFlon1DY8+HBaNeSl\nSQ6OFSIwmbhOWVGHlm5dbYgJ7VKFvmmReeLigjI585VFuCOxYLEsqxZIiJNL\nnbdm43NZOu7aRHhB+BLRAu6QNePiZ6gtNyTOInc55DzWngs1qSfXiGBtTLOX\nzRFyGiqCJgQdRztEJ97j8S4KC0lyeO5kJOjsnh62IXqB7jlyiozwPJO1L1F3\nHLQq\r\n=ga/L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"81b392521f6b75beceaa853a01cfb2735920beed","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.2_1608069580190_0.6849472901421547","host":"s3://npm-registry-packages"}},"0.14.1-rc.3":{"name":"fundamental-styles","version":"0.14.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0baf63b66de6b3accc2ecb01bd2c3b0281b2360b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.3.tgz","fileCount":506,"integrity":"sha512-fh/DTo7QExkcV+VD8iPs5arfBN2NabmIKFwhWIplMMyWasEpqR/ElB/fu5RocJ71Ux0RWShBsheYCK7XpRg7Sw==","signatures":[{"sig":"MEYCIQDH7Y90MhVfaXZTT/6fpSPKeJPVtPO/Hj5luNqo+ZiVXwIhAOWWsJWOoUjfOT17jWzS2+XHUfc/G8L9OiUAT86pzBIx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15423062,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2zjdCRA9TVsSAnZWagAAV80P/3IrhK77zJaGIo8UOUwd\nyTToNEmrMNCVJ+G1GlFXlqbY+u5fhK4BxgHlGtnL2A2nEwLzM8+QapY1cu9E\n60Z5wHTkQQ33B7fSmjX0N/0xAEfGF4VIwxMewJVmJMXRolCMVCHyG3+8j9HX\n5/N634IwwC/NRrlOgk/g3vyhxrdFvDdvMerOiSc6lQYDrJD5agTVfuOdhFL9\njdNyeqUtqTkWrt6RyC5rdOo0ukEcP/z0bVm9BJc0yhjcP8hJQrZraWjt2vXJ\n8xBiQkA0hRka8MNr2B55RM7valQFhYMj2x76t61/bABDpUy8Dj13UxbD6+t5\nVna2tWgf0R/Q6ZNC1rXKItFfR3AutsdGHgMz+GDaW30JdDaaEBmQl0RETvSb\nmUOmpZNMhybSqVVV5sIusb1Jf+qhoppmSyJmEw9Pax1L+YMVpzwz9guE0cJ+\nhodaWzG7Uyzy6aQXj+gjobMSmpupVxvTXdcVZk/6o4Zpf1tEdzXDeVQvxaCz\nCmUt+Y0mgONQCVNf/7f7HZVNIbwJOOPZpVypVMuTd06It+SgmSjuNYThjfve\ndv5Jt8oDDzz7bdDDP69FrE3gWJBkR7WEdme0iboikcFMkvmhKx6cfujkZR1u\ncT548SvFQCXYwf8xmc+jU0Mk9OA55zvcanlL0+m69HZjvnFfT9veFoNLtlW3\n1nl5\r\n=mm8Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"09306d69d97f6d3526e6468b6e27026ac316e4c2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.3_1608202460390_0.3907789583988577","host":"s3://npm-registry-packages"}},"0.14.1-rc.4":{"name":"fundamental-styles","version":"0.14.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"279ee968e1488e18b07197db758ba79e05f99e4d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.4.tgz","fileCount":506,"integrity":"sha512-VZd6lJIFfOt/4f7gRjpH+nOD3V45gOseT+tbTDxW9abL0S7uYL2rzQ+Ka000xWsSZlIqd79HGYItoOXg3O1hZg==","signatures":[{"sig":"MEQCIEBiwvk2hf+ktcLJnNipN79Y2908ScTY265thvI93hUPAiBPcS9PZGcF2bNc0F5o0yWOSBi9MhJKGffP+Tzn1vp3Wg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15423173,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf220kCRA9TVsSAnZWagAAs28P/1y0cX5JiOoFfGjEAzbK\nX4g5VGpzCIwr7lpV7RM00/Gu9w9pjj0Iy3xPApg0pf2TFZFvi4frqzaC1/Qq\n6U8cSyrnx3tGbNeJeQJrD5WA9ULFy/wmIQu+bC05XY9assVI+ErljAtEvUDK\nvBRbvD5ChqHqzQiQ19ukQwtLkwzRCYeVv32rbPQ4GdnTprxTqdv+KN6y+K4M\n8gyy4JaB53w5trP3EGsX9+p+pYqU73xu0awyLxhd+NhTx5nx7wrsWXAxaLlv\n1mnw4NPg2umesw1s4VdmareAKI5vRxMmNneDjX0jUObpNGVPVwjKmE2G63fy\nt2RQuIW+E3RgAG6cACUUwHC5FOeCClKGhNlTqX7AL0c1Ca3ouZT/pD6wdznl\njgIbNDWJSNqM7TNr2EqAIgHd4TWUB6g2Jio2DwLxtX3pHwfh4wwYQto5lFlm\nrEkIavZ8atk87/RGy1XqGSFLDUYADmVZa54iS9ftdCmbLir7fzsFv6aHc5EE\nxnkxCkEsjnq1UBJNrY9oN3jp8/osTCCAAbxhwLjwI48Yji8BRBoyDNe9Z4e8\ntJ0TaKqegBAx87Rj6tmpHZpY21DB+PuUwBB81rnu5NxCZ+35JGuGGj153EvC\nYwHmeGrT8PBH24OthxtZnzvGBTgt3lFHXwR5zu9EA+FO8aQi5GMz6UwatDuu\nONi6\r\n=LczN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"09eefc887f4fd7d9ed605919254c913f0bb0d931","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.4_1608215843326_0.14914503926598854","host":"s3://npm-registry-packages"}},"0.14.1-rc.5":{"name":"fundamental-styles","version":"0.14.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1a3c2996aab55549ac62d5321a074536352fb4da","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.5.tgz","fileCount":506,"integrity":"sha512-pVn7sCKsXqzIk03JeXmLfyb42xJu95T/doBQsg0y3PXs0xyHUuNjiU4+jnymUxXm67gdJHmoBwQm2NqGLhOaQg==","signatures":[{"sig":"MEUCIBiwhLsjnSJuGTySHS7l+B9hm7Hc2aOaA4bHWAN99kFlAiEAznTztfEgIxaji1QsNV+sYZN3NQHOq5IY3v20FEMvBaE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15423284,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf27icCRA9TVsSAnZWagAAdY0P+QDDqUmEVHlP35QwbEui\nryUCSPgKIDMy9WUQrKhR9S+SMPMNIEZm/aFVxPFoZmGEgxWLdK6FWzenyV0b\nBWIGXGzruuXAiCpDtl0d61Get9uHY6/1pwDZLvReY/1lpH4hxGeSj/3tW651\no8+DinyBX16JlSGbcaz+xc07QI2oCI6zP7Wf7xKQKMzaNr9Kaorx5QtOpWI6\n3RHo/naXl8wfszNuQzWsqX3K95SIv8uf1mMi5ABbhZO8/jismEddybX7bYZd\neffjKozizq1n/GF2RSCcOzWQae1KmakD5k+WufYAG+mTEdyc1bnmw633jov1\nKW3RLhnGjnXVz0y8JEVfEwI7aLVB7606JptVIg3DqHWofRb/bO5VGOvOhLDz\nrU9OpxLa+nLvcpekRKuyx38UvRpnrxnSYyl+HZk2aWd9+/rfby0PHyugrAHR\ncCwmJuV2jzmZApj4KjPatp3oFGIThw0kwFEc7G8EclOOyqLl1ULLd9MObP3S\nAJrw/ivsXlGog7PLDNGwJHMDhOgKZb1mUXiZelDASCpSq6r/+46msrgMfzFQ\n2J5eCXxUPdSVrvk+3wvpml1g383BkKCabZYKX6ydy7HHImcZgF/5jweJyI6C\nRUhQ45DQe8dBuZHPd782lmxze2IdWSSr9OlkjsjHOnv6cvjnzQWNwWKRT3X+\nyGrx\r\n=2Xo2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"aa82466c45d23140b8f68b985c84b1d6b377c7b9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.5_1608235164337_0.7444520174533791","host":"s3://npm-registry-packages"}},"0.14.1-rc.6":{"name":"fundamental-styles","version":"0.14.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"598ddb78d364bf53e5861bb9ed04fb1e226d585f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.6.tgz","fileCount":506,"integrity":"sha512-JOX8D0yotfpk7dBmj+mV5PbDQVVLTxcmjZW+MCejxnz5x47w+rzVegV7d9aCjtwFkZqvLHunI705MM+qXmKvbg==","signatures":[{"sig":"MEUCIF6BlLzVFVrOHjITjki2briOh57OvEY83ZkU/b9Ny6KUAiEA9GnzWO19mrUfx/SwGbkHbrSOcxb5q1HXerNWyIlakUw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15423395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf27p6CRA9TVsSAnZWagAAXzQQAI4kLabiivQM0IAW/xJi\nFVh/o7/hAA/rAm8KHncP3QbmCliu84MKTCITViwXabHDICuvTpkiRbk/PHgl\nlnksLY8k9E6MwEA4aZO9Zk01bverrdxMEt2PICisXFPOj91FBxXL826N22D0\n1AeQSUwwj/c/o1qKFUmwyqUcA1Am7KKxRo294FhXuI753MUaUUkGwNtixZa6\nMrkzGfJZQaaIV2zX80HXBOQkkGc3zg1AMsoxmX8hL5KxgCPBbifPZ0cuxfa6\na20CNhGnygoZi8W0+ZPV2DP6Zn5j8vFcoIKR8U9g7jnam6rBNhsUSjNgOsFU\nxM0NeiN7LRV6dRmDVWGHOwFikhGU45AOxt8xCVOf9+CcfKKgZ+outsxej3OG\nGfyhUc8LH4OnZAHl53dXlSP89sYKHC4R3fAZap5/dCOeGucwJ+EhB1JLJDkW\n2JQBk+3Cdkh2SxOP6VNV77VuxZD7zFBjr3JkjzefGMaKy3Qw9N1wu83YjWb6\npFaCP+Y+TOexwQuehFIw+F2MI+Kh1u7fJI0+Oelh9NOGaD7aeKQG3FEjCshE\nruv9683RrbYTA/ZurNItgjwdW68Po/D10E2lcEXjM4ovCKjTUB/1dyg81CuT\nH7LjlNCZ+psujkwrto6Jsbu0wUdn+pjmR4afs8+10/x5TZr7uFVD1ELTqf9u\nqUu6\r\n=9Oxm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cc692c07526a1274870b28e6a6ee70ab60d23418","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.6_1608235641743_0.7507797776654952","host":"s3://npm-registry-packages"}},"0.14.1-rc.7":{"name":"fundamental-styles","version":"0.14.1-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5220bb7ff3adb1c7cd43dec414b73015e9ffe597","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.7.tgz","fileCount":506,"integrity":"sha512-jJYFV6qM3P+/MgWRwZQTuV3UPZTYXqwyr8UE4Qr0Tf4eQB2Dokyt4m5S5onJ9+jV7jQYsf3JNaVBnlZrB9gZBQ==","signatures":[{"sig":"MEQCIGDOhFQOgCnHsKu58mkOb1pt7z0xKnRFF1CBiYLfee2wAiBb0zv9K+yeNVq0uuYscojfgX6OisqIZXnbfWxbvcy2DA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15423506,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf28BPCRA9TVsSAnZWagAA8eIQAILWykrilwubZRdXJWj6\n/dx4UWU4PR3UbY4iN6OctrevnJbRymLy5LsVTAG2Oe9YTnHOvIP9AIQcsVzs\nbzybVZOzqW+sJH+SDqEzeYzOyBXUoen69WrMP+hE8/L1mrP/eeP6k0d5MZ/c\n2pwsywtOztuKlZYp/kxsB9aedwW4o3RYU32e0K+XTuiTaaeggXIZRJeCAmGZ\nwQJvyj1q23qBBnUIdHOU+bpmqwmoErk8t/akcCg/Od+vXP2s3FEYopCQaN9H\n7oyG2vSCS2o90NOAjd+SCej7V9OqBafOGKBOHs9lbxI3CaC7HGmHan8+8SsL\nFQFqN2+rrp2c11snIXMn0jXmN4zWyvSJevtnDxw/LSSgijm+e6DTWi3KN/ef\nBiL88T4DBfseYxsSzMVj0i+lOOtcHwUM3wp3DWFrNAPY2f3t7bAkeWzgHrdz\nQ0KjyEKaotkB+9YN0NIOdqYfOD88C03k0G4YsPR90lPhwn4t/Rzlz6MqxPz0\ntUpNn2DjnKsdVfw7VoXuTzbe55KuOiVM0M0mVvq+7P6ahZyRovxOiImtsp0Y\n3Tvp2iN6I0FsrnwTZLS+X5oGqjc5GXGP2s+2qFgGRLtbuW54UYuIMFiANgGd\nDIZrydVLjNnMshmLdlUlyxJHWKHu+XdVtSdBnYuY4F1TAKj+gktNN+tFOZTM\nq5T/\r\n=L7O5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4b5561a4f8236ef60af91bc0b4d7782e95ae09f6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.7_1608237135093_0.25066394208725473","host":"s3://npm-registry-packages"}},"0.14.1-rc.8":{"name":"fundamental-styles","version":"0.14.1-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"521295ef835057caebdc2680571ba5f13a2e9452","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.8.tgz","fileCount":506,"integrity":"sha512-QZKypfBgVJjzQxohDc74HOOamGAUhlZAuxUCSimJ/LLjhGjy88UNJK12tpQ/QZYw7gQEzx2xRa4QtaQwm8yKrw==","signatures":[{"sig":"MEYCIQDIJZCf7qNrvvxrUBdQymmwDR2i1NMhb0Z5KIMSaJqX5QIhAIKmHLVXYv3x4twgL+QV/WYWBlUVf7WYSeuY/LvLMoCg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15423617,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf28H/CRA9TVsSAnZWagAAFGMP/jSVzlElg/x/yPVfN9oh\nLh1FR7oCSvJqULXrFff34e2O9UNTjtMf9LtHsK6UxeIgiKAf4bGJjwPPZ8cr\nb/zVKasc88k0vjwc8Dx4am00nzGgMTXt9+T5OnGsKdcsLHP2bwVa+fzhFTKf\nTr5qMUX+zGSLmJVJn+KU0GC1UgzczLmPCmxEIgCIqRk1yO/xUuDaCZMa7sul\nhJw9P1HIsk5HqWa1P5zkGqTK/YfCV1iTE+bVlaBgfWru3f93r7QiQdi4WEKj\nTdj9jw5kyz/KxNrWN6XGr6HKni9gua2lFoTDA0RYdvqwTqmhP5tRGvlkvD3t\nx/M+aEAc9L6vmN2o4WwGlp4AE52qV09NPs+S/VavGidRLzVRqPVDZ9jrUqMu\n/D+RpWZkVNj7jma+G79lTT8EAGYte7ismksqoYEPTlngW5Ko19K1/+l4Z2qh\nIeJwoeCKjfqnlv/2TpYDmCyGFrR2ILd2uKc3fcSL818DGovMi5lMbPcn2pNF\n5EF+5vj/QBNJkCbyeOmNXEO2k9RZAmEhzdri+cPzvDUEsdZqGIsCyUQAprBD\nEoyH8NN3CXwhE1hSogYNqsDRieYTZEJDj5epHZNPZ6l51TvGlnMoDTsTuUEi\nNxAnK7vLXZ8ymd3ikIF1cUsE2vIAFg3BUA0KxiSF4Ea4zwMI5EALDs7UhioK\nEkKn\r\n=3vcG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0f7179b697ee1cbdeb4876a9f620cfbf90b21a77","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.8_1608237567093_0.06494259945852154","host":"s3://npm-registry-packages"}},"0.14.1-rc.9":{"name":"fundamental-styles","version":"0.14.1-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a333754a6ab7fbe2793801fb7afdab47332fb579","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.9.tgz","fileCount":506,"integrity":"sha512-ATcS8w0DzVlRK9HPlyG99CfWoQGFeRV7voezcZxOkBZ9bVNi9uL+C8YTtvGHmseNaG14qrTlBjPKxWUqj7f+6A==","signatures":[{"sig":"MEQCIGr482btcjEMXA0JadEit5d87aIxCHClOfWksegXNnmVAiA5HfqIJqbSHO+tz8XRtK3D2g1CZNRUuCejtFFiOlu6eQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15423728,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf3LpNCRA9TVsSAnZWagAAIDUP/j+LjhBBzszVZXy1OS+Z\n5F+SM6BiqIIMtrqT6dijXiLQd+18oPw+FtF6fg0zxKbIK/TJ2G5cVOl2/m/G\nEWFqZ/OaSMrCIeHmAnxAqRLcQ6LtMys2GUjsN6dt3ZdAU3fME9BKHHEFlzbd\ng0OJU7HYXVlFox3xHVMkEaLWUzPTbKpSxR9mIUJoLvp6s2cB024Xm4Z1nd6M\nSRbVTxpoQCjCmvxQLmMEH7hsuXa+e9FdOC6kekLUUy0IbYXL8tA1cUKXnUig\nYxw5x3aVb/9Ri/bjDSz+SwJrnRXk7gbjlR4FnF/3lWtiOeGMGV+Ug/fRX9Qa\n++u/qqH/M+wfyE9NqUt7t6823Y38wDUB+JbNdHeVe1w70SLcxoiDhO1x34fb\n28CCLsNTe0FEyefBC2Yr90i9KKqTJbahbJDXzOprxWM//vGlCKpPzW5zd/xO\nOBaPAin/lpZVrGZDlqjVloECWE5FTRp5Ayq+ezVPw5YNGzR+e5z8vfjEIg6+\nbX6PvQloeZJ2PeM5no32wtaDCZs2wRhd61hq3hyjThB9s6AJWugTc8TRunSy\n4Nfd+A7+hOYlpnop6vdmEF6I4SIZVvClV9JUZvgfjrhPY4+thLsb7Zbq/iHY\nUjF572/iY5G2rNVRRO0U90unWz8eXzNYShbtGd1sw/yDF+L0N4S/2Jvx7xwq\nM0ys\r\n=yvBN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2d6af165bc754528934ce66e4ebdb9d3b2298e46","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.9_1608301133420_0.9082377942075366","host":"s3://npm-registry-packages"}},"0.14.1-rc.10":{"name":"fundamental-styles","version":"0.14.1-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2b5896d987047353dd8ffc68ca02ec2cbc0676c7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.10.tgz","fileCount":506,"integrity":"sha512-a2ZlDc0NiqeMGmXHvoB9b2rcEwG6hja1Ykp8gctoOVjnlFQ58MxmlbBEfbUgten0DCY4w5MW/kzMTV9v+OR/Ww==","signatures":[{"sig":"MEYCIQCogmf4PPBxptvmm+CeMa3BVC/fzFDpiGwEBYHiO3zcmAIhAKbe/9H1OPdPNuKla3tDkXGMaRqimEbF9jg3IPA4uh5a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15445191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf3MExCRA9TVsSAnZWagAArvAP/idGkm1vCOYDG0otGjYn\nOQmvejC/zmdoI++TC800oPmV7GKNvciP18rkX1YIIOjvklhWVWh5AuwRLG7X\nTW7qU3Sgaypa18tBmQKcaIhLze9GhrRBfiQcUqVErvpNmWizAYauyqFAhOkY\n45ex7T15jtcAsT613cK20UJLNKJ7QuuV9DmiNPV9GTkZR3m3pa6jZfNzWfit\nvlmQT5zsynQTE8+aIsdEO/DmjoOJGY79S3Ezwh65knTCy7YAJAiF8y5ztnwV\n8zz6HHuG75ejM+b4DsbNi1XYLIghw3oAshz/e5jU8jc4g0Vka9/3Z4mNbd8z\nQenKJtauK/ngVVI84sjunn6Za/q+dc7ngNRrcWrYmBrmzZ1RZxGfkYvN8iUL\nJP0KSjRI066cPDxvlMbrIrKcNkXtQREfewNd6qAkj1HtoN3KX4hyVouga4Gb\nhC6OPgz/yLIZdclVbGKJ30uwzRgr0dMtugQ3uP1Rxg/PSMJW3Rsa8RMHReeU\nYModVusB8DNs1NwVV/ksA+XAZ6I9QiE/2PU16Gk3QmkFT7v0Rwj2ZVEuPEWF\na07jaVRDeIY0oLCwccCjr+qnQBDsiQ0udQWgaNrI67YGiEGOMGjFvWSxe5RA\n+l4K8q/aiDzSGSNa6/pyZba66LioPBnnKSOfQcplVqIU0EOqQRKbqnUfALJg\ntxD1\r\n=MUb0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"07fcfb1dbf7048872340de7e5eebafbd3c9e00ed","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.10_1608302896836_0.00679695782916534","host":"s3://npm-registry-packages"}},"0.14.1-rc.11":{"name":"fundamental-styles","version":"0.14.1-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2c294d2e2cab44c64a63c81d26b7a5d20be86c27","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.11.tgz","fileCount":506,"integrity":"sha512-9sx5HMWdkfmf/m2XQ4AOoAaYsCo2mQOlujyGTD3TAv/UCprWpnp2QleaaKmt6EwkjZn5Ywjsqm/Y7Muh3omR7g==","signatures":[{"sig":"MEUCIFL3mNpxxVRX6zNpcyH8tQf4zvV+iIrB3qdbFIUT93mbAiEArKX7FNK49NwLXQx0K+sIm4R3/H907mdSW/1dgboUHis=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15454461,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf3MgqCRA9TVsSAnZWagAAu98P/AuZSCP+7rhggypS+tRE\nfEe/TupNdSzqYTXyrapyadyWl8OcUzAYa1SeRn0w2eiijRm0k0MOAck5+6Fj\n5zrWqBg6/2sTSgmaop+bbq0SAoD7ObnFqleGqzdz4tIaLLE4f4P+7ywzAqbR\nCtqeGJSQ+tB8hwvmdyOqWphtOhYoxobnalXTfy+YPf3waTZzRaFkPNwGu3jo\nxa3q/UBzOYFKY6kLdS0Twley5LSFqa+x2+DfTlzJwY12Ou3+rwX0rl/3iRVm\nNHySZ7Q467s8luhUvaoIbjDwbN/rCajof6+o9LnUNsWo4VkMjQB8LuTqR8PR\nSWP1fHydfyTzSNKWj1emhluT3xo7WGdoCWZF8oqJatZ0LZWfS/WAH4/Rdq7D\nywo/RFeCMN+gIwQqhcqQVwfBw2QRw9GDK+0rZgBNIuO+Ej/hrzs2vpU8jFY2\nO2vDHy/cj5S6n4mwcrB8i8DOl9uLLsDsQdbr4q9z6Wk6t9ru2mZOWFPatca7\n6NCqoEKfXNW9Xp2N+26rQt2H3ttZXrd7O5Ut/JP++433YfLlcxeDbW6PvkRb\nZSiLsryNqgyonHXTxmngqq2URENpdDSlf2DgNcWoHIW+U1PY7cbTmPIEySfk\nHTOZf/D8DgG1iRsVDPKYuJnhQyLB/MmNO0Sk+oDstLqx5sGFd2c8IVx7uU52\njy0Y\r\n=bcVQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0ed5148f5521adf33807ba27d8070923c3a1ade3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.11_1608304681515_0.7891351528170294","host":"s3://npm-registry-packages"}},"0.14.1-rc.12":{"name":"fundamental-styles","version":"0.14.1-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"69a2f9a59eef89b0756ff20a86f4b44285796d01","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.12.tgz","fileCount":506,"integrity":"sha512-inlG436Eklx1A41aU/4agfWXkogTpfoCBcHnbcXLN0Zhy3mN2hlxUx7zUIQi18Wmp7BFjFrSY6Nio9444t5v5A==","signatures":[{"sig":"MEQCIF+KHJ3/Jb3mjypqFxFdhjwqboLeMTm8XbeSfWpzTdqLAiBVI3j3reSZDSn7NYCNy2kCMG3vlt5FiTweVAIO8djtGg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15454575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf4cL3CRA9TVsSAnZWagAAgnsP/RInyiiMvMypafbxtjxM\nEJ+kh994z1ZrKdpfgBN3oZsTsD1Joq8TbrOfkjcYYPe/f5+cm/nRdypuJF0M\n1gSSJyLHG/xhUYhsUYgvF5KnCdS2hhja6/CcAe+00QtdwLOWCT1d766onCQT\nPgMq1vNwg3CJf3+ZNUZnnwq7EmpmJ75JyGgVQII2Vt5xGr/v7wz5MA3G3WYP\nE+NuHVapmAv3f5+k0rEXpCMOjiRUCbSog1uxmsm2M7Y2ROHwnjyuCDypaUm0\naszKTAjg1uvw2Ilg6GsAteOpsF5X+vSNxuenUl6shBxGBeOmAp1WtUh6fY9X\nSTnfxwLrlvjr/uD3Kpsyh5wD72YV5Nu4a/24Ws2XZcjnZHJzXCz240tmWkm1\nbap+h7iy7LI2OYTURUfRb4iTCH80myDjkh6YW9k2kkrJVEj2NZG1JbVAG7B/\nQN22advc3HXvsccClITZ+DHr6MKcFzsaBHcpxl+lbWTVcjZ5viYKkvH7V5nX\nPP4NbAL8VBUABjh8/rPmrqTsFfgLav44Rp9xQ98GSCfSNcpAH66R1WTadXjG\nHS5ZpD1d9byKvBU9PnQxGZEJgJWY5bS1HpEQRKWJ5Nn7E1a63bihPkYaktJW\nv0oKPM6Xz7nwQfodFnnP1WiWeSVv5VoBHXCs2Jl9u18UusXl6TGCLHwhuKbu\nFktM\r\n=bK+W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8706e5264ed16a19b23031bc4fc5596ea64df599","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.12_1608631030400_0.9321888039182114","host":"s3://npm-registry-packages"}},"0.14.1-rc.13":{"name":"fundamental-styles","version":"0.14.1-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9eb07efadf7f66d053d842ba9262bdc8ebca00f5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.13.tgz","fileCount":512,"integrity":"sha512-UUChqaVp3DalmQU7C/0vIeEq2mu5Uz9Jzen9BBz8P+QKaWvciyhPMCnrB32WDKPqJFuf58GOk7XXUlmTTSoC6Q==","signatures":[{"sig":"MEUCIGKGpupY2wQ9YSMqIgvnr4bo7ASMUV5qKJI1WtyW+C9ZAiEA+ja4BSYULb9oAtyesGsdJPAewACFeTRYc+RJnXQBVkA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15497782,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf6zNxCRA9TVsSAnZWagAA56kQAJHvz3MlsgYXdQWXynzr\neEeK+vsyTnrZeiP6oJz+RLbSYg5MlozH/E5AeGcEul5EzCan86RmDigvIQxp\nuDFykFl6DHJJEoYbMeOiHKAjygtuOFK7ZN9ViMtSk9piyX/sA7TzPyi6kw0o\nsUA84kT42QJHW5p43sj8q1BQ8Cif6OvZE/hyWQ92gXfk2AZpWlHw8y2gIDTk\nmZFU8C73HDhewqufDqP4mzYKs2zU6g/UoSQY1xAqRfUvwn6M9ID0EhKacmpM\nHu4cfMCTcjxCbD2csNTUaKGL3D+71/YG0aRCtH8QrS2uvWXgfaaMMa0LFRRO\nmH29GlSHyE+vt4GMI1xGz/SO46Uz/zHlCIUhMJxYSPQPXYLZ9t8N5cD6shYL\nZWXf9F35Mkk85I0iYP2M5kEUmpvx5ClD7eGgqm5BplD06J27wYlWCu4m7lQZ\nns+pRa3VaT51O3x0fG47sbTMqQaWWtKWOQnAqxG3Sd046NEwzTfGvvqnxsKp\nx/zFTXAgcDR6C3W2azrrnfupki4w5RAjpQxwM4JknvP/zSmDIEu+3qUb7z8l\naQcvscQ3e3QB/8rWABuqIF0LTRzCzluPeJuZymwG4ieiTm48ig4JZTRgeiGf\n8t/M3pfv6yhjhMg9Oqfi/mg3lDsHU+ml4k+imrw9e5Q+w+3zkzr2qiah9zsn\np6Z8\r\n=UYpG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c8df8b5ae4c8223ba92af87f607437854a30a1ec","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.13_1609249649389_0.10483455402619746","host":"s3://npm-registry-packages"}},"0.14.1-rc.14":{"name":"fundamental-styles","version":"0.14.1-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e318231958562e659b63bcdca183e088781a6941","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.14.tgz","fileCount":512,"integrity":"sha512-FBWLtyuLPzH256pDIB+k/no1XTpb83B3wHF7X2LqEAsKOCXxAPAtx6ei9WhHL5dITPiQ209V+NRm5d10xOhE1w==","signatures":[{"sig":"MEUCIFFRPhOTSvw3gvNMNWvcPuM1OE8eZq42MF8vG4sCtPgeAiEAqci2jnl7RmZO8EVYVD7Qsh57qbDx4kSXWPfuR4FLTnU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15501774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf6z0nCRA9TVsSAnZWagAA+ecP/jg6q1PFWlbojm6FkHCV\nx++JF5NtbM/aYVy4wSiiQLQWXB+lBYm56cb2how/LDJdaStQx/JQF6e8z/4x\nPQMDxFLp26NUAsefyNb5bmje0Vd/YVzsBvx3XGqoadWdhM55GH0bEHRN5La3\npqogCwhj6y2sOC1pFbpjnt79cbHQ4jHfp+Lz2ltkZnoRy9sWYcBpYdkqFkuF\nC47hsZ3sesBhuLvUGKPxqKMtyMAkMzo809dCWOTphFteXEV3PMN7J2Qib5lM\nWbi3bJK83WdBncAwyxfQUm9JCdDu628sudVqLYWPHl5hCMfn4V5mQygHqUNV\nyTqO84fl3HjXo/e8pk85PgeT0AAXdH23qELWrHI4RNlqsWyW2tdPiO8Xp0+M\naGd9EVnDi8SJxzoqiO0Il3V80E+0uJsWk17SHnWMLryh8mmJF2nXTFO11M5z\nHDrxCH4Y0t1JyP2MrlzyQ3z/rncqamVHxMz07vMRIlHKVMTqgwVD6iCmCXa0\nTLiXUIeogNA8mgbAES4qeMsKTlQCK+NsyAxlAwfXzlTrAYnpMKJ5DZvXjYgE\nmFVYNBvp8Dcayrd4xKx25Rbv0FAd/PNBR/gJCl+NuO0jkhdGLYWSHLDYvFLF\nD/JeaKo6Zoj2StlsTQVpb5tE0EDTerYsuRks0JTbz0J4bLpY7Mcq6g0f62pD\nrpe+\r\n=4E8k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ea8b372cb2a566b09fa0bbbfaec14d77101a775f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.14_1609252135284_0.5218240996244425","host":"s3://npm-registry-packages"}},"0.14.1-rc.15":{"name":"fundamental-styles","version":"0.14.1-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"056fcccd49798809ac0a46964963efc4527d36ec","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.15.tgz","fileCount":512,"integrity":"sha512-Pn5dwhAKa95u3QBx2xezZ3ZhEDsayWpHrDxtmnVOHQd/4IW11k9pxJYn9P7KuR38a839v7jsRr7oyRa5eQhNbQ==","signatures":[{"sig":"MEUCIQCdv6BzMFv9wSzEXuIqKVpgKuBRlVEsRh/r6LiA5YBygAIgPVO9XG4bZO+hVb3OZ4JqQfqAZPZln+2IAceBbzflWI4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15501888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf6z2OCRA9TVsSAnZWagAAJMQQAIaQv/XbwTXpNdnsRjFO\nfZnHIrCC9Sn+4ehFgJZn9DGKTKkP5r7+QkFQcyVCUyAwqLWxMuSDOZzOpi82\n1q9k71jDkcj58bUK/KoXxuhGsMJMppzrjM1POGtQwrbMoJqXCmYI9oo3VMCS\nIPtllFgJ0QNBpdRyUdRvhaPNAlrtXMVYQ3DeXy1CaFq9gsmqAbVDwPSi9Hii\nS1zfA9v08OVG4CH+nFhI7fCBnd2UNqTXdkBe6Wp+Pb1svWsBUmpH7nPuUlB7\nSp4LF4mfAKlKg+mNoQrPdw02qm+XjDeNbkjZO2e+PRYsJYS0qLYQnnMS4Za3\nDZ7hshuj41OvLBWhjTs+cA8ZnYX/+6LyTmrKQFmPKhALVkFCrBl5MR9otJc6\n8XgpZ/ikpT7D7SjdOR1+zjuo3fjrn5NV22ERTsAgCc+Lo1eRqbNUT/bqYTaP\nlj8F2FMooTfjWTi0nvZ0giCFSljIfrDxOL1of91FpkVnsRth7jTjYQEt40xV\nntVTnZGZG2MxPdzWZkNOxWtmJA8XJsMBLTLqwvwWTjyCQr/uzrOkOVRkyRyG\nDOZd9oALRGhC0QjDqO3XTZz2C2/h6BCp/rqWh9zI2cF0ShNUlRPdMoWwp25h\n0DCTfe+tOPpeVN5Fhfadwz0YR7z15xxptJwsE6epBEsgGVPAazqfU+kosHH2\nBGhs\r\n=7YHF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c4255dc9866e0728de65b854db2f24ad0e40b006","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.15_1609252238134_0.2012415392825131","host":"s3://npm-registry-packages"}},"0.14.1-rc.16":{"name":"fundamental-styles","version":"0.14.1-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2a6bc0fb2646055f8d22a8fb2b3c0e62a26e8277","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.16.tgz","fileCount":512,"integrity":"sha512-9yVFeQYPWcs7+tMNl6f6pTLAorBsK9YgZls7a5PauyMa2kjiCChBljn1UlvjUO1yoftDajMydpmNw7rq0RAa5Q==","signatures":[{"sig":"MEYCIQC7kUb0T6rYbZQvddpDmAq1LjLSC5bGSzEj+XFf6wiYGwIhAIebW8LZRJ493yXWOvnzyujzaOErZcZBHhBxwH1sCnn8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15528977,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf7JFZCRA9TVsSAnZWagAAOHUQAJFyiQNS/epGgX9amtIa\n2tYpP3Z5XbTw17u3W2Gc4cJ2LrK+qW6C/kLCEFgj/sqSPKBp//RsvRLDJbsF\nKaz4gLyjAd/JFsjnbbcZyiKbFYwNG5DwoWbgAovh9RRngZZlVKrwbA3BvbJ/\n/toUaNwDJKLp5QwXqUrfKuHDMOito9qvH1AKeaGUQpNFIT/BdoidCv80eyA2\nL01j3S1M4NVz8E+IHI6gtGbU4KxzEfgCnBNVfDIqE/UhrQekYv41wr4zfNAr\nq46/4DKOWIMZz4JuRJO8rdIT78fESzpHWgv/76GhkWjljhcUT87FRL/+teqi\n9gla1HVwquqC38MvUZ1aprZQe2xVjg8IELY3DPDMgvyDiQSRo1C6iPDMDqkc\n2JQHxrYpEK50CV68H1jaDVep8Mm+67Bm7CLO0AWHu/5AGuJ1s2CQnCL44Kor\nAF0Rn/TIUqnnZx+gTg2jGXx3bMIdoHRH6CMOgzy8A8vHkdPNKAx/V6cYKf43\npuItvLRQUhDwmFr+wQwR0vv0Ox47phgw1gZc++w3pO1c/D60IUTz5UVp/Q7J\n54rFWLKQySrGf4C/PRrQGMChHNNfpEHc6V/0KO9fEPvuuRqlzUuj/Vcvp3VJ\n39hLODYuThRJHXtHjfd4xzCYVa0W2mvw4kMWusPgOpP+SBCFmPyZgJresjUZ\nG39Y\r\n=FaST\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0dd885f2fbc89da17e1e007a89ee81b4d57ffa47","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.16_1609339224881_0.2869503101717128","host":"s3://npm-registry-packages"}},"0.14.1-rc.17":{"name":"fundamental-styles","version":"0.14.1-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3b886a72f706f8364844489cdc5ea787c7251a27","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.17.tgz","fileCount":512,"integrity":"sha512-5cBF0ygz3kC1ACpr5oprZ/IjAMUeieJLRJwu2B/o20pM0zRq9cD55EEhKfzmgLc9vLeqKT0E/xwiIWTuz1lXkw==","signatures":[{"sig":"MEQCICHo2sAuxvnv8XkM3T3uKA2kXXeIHeuNaQIwCAVajpLPAiBbtR7IsT/lnH7vdG0xrZj8yNL2P3aakfA7pu423e9HkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15529091,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8H7/CRA9TVsSAnZWagAA9h4P/i73GJgJxCCMx7ti1uHx\nlG5MuMEU7dQoVWCK673RlG4g+/0sfU4Rgk7jDbdFVEYI8uEmGYcUY71uC3ka\nK9se5GJTd9BaLqfaM/B4IelCuJtuSDFcsXGSxy4qbCabINmMDdg9BkFPKX7y\n6OWfncZdiJrYjM0Pzg/2WQ+AXEFYrKmIC5Nj3hTd7G7bdSReLqh//fblNO9o\n+sEb94Zq556Jir5KRMzv8otejdrP2pvHgTQPvT5gP58wuZmg13wSEsd4TCBt\nu6znfLvh0wMQIGaAeHfoT989FWLDvdv1Zl+l8ff4XBcYDXa1fUDdEzyjKsue\nLxyBmsMIb/kQyvFMXgBkXoqswzzhy57OLRWHQh0qeWEKrOYNlwvyiuuuMNHi\n1lSrW1p6mwYG5RScq9zNM0R1h282rFGZ6n3WmRCUJPqa+XQLXq0aDA/z+Slk\nbOZKzH5AJsHfOwIp4TXiebsvsnhVHWx00j29CJNSrKljX0+8ff0hBHIyZuvR\n+m9HzLdbkd+JaG+h+uVuHQKTHvCvBNpbjgGP3E1PV8cNoKxLhGImt1lTFyh0\nZyPfJStOCXLViZmSRNv4KKAaI33bK3v9hAcqJCG5JKHehfwxwDLQFOF4f/I5\nyHeNpZJVeC8t0vy7utV9FCY5KL5la3JbyHH474S5nX3pfHJ/HKbHZICHL86n\nY73N\r\n=Dcq6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8720036a8bff26bd897413d260f385f16e8029c9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.9","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.17_1609596671065_0.63889883389458","host":"s3://npm-registry-packages"}},"0.14.1-rc.18":{"name":"fundamental-styles","version":"0.14.1-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b2e3f62927fd6a48f0d4a97e139fc945a7b587f4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.18.tgz","fileCount":512,"integrity":"sha512-VM/Ttx2cMlI/8S7kOATkZiMbizWzXztuxPUDlruQkR0athBmgE33tDl4z0sJyDlI0MSY2VlsAV5HKk1aEzKUtg==","signatures":[{"sig":"MEQCIDAmAqIHthxQ/dMjHg0CPYYlLWVomuITJ48TyrXpxWcpAiBF2XCjz2Sla9UbtBRELEmEeIMkQIa8rnxwNFgiGa+h7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15529206,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8IIfCRA9TVsSAnZWagAARtEQAIPy8juGSbmPGrK80Fv4\nTHmfW41xXnB6Zrf646/3IykMzFsAKjYxvuJV5nYi5hKQeSHX+YRFutEtD9YB\nk85Bf9OF4eIfisv9ELfTHD4u1ZWHAv72HoYC7VeUYL+l4ipJ7MV8zlE9rjIv\nURLAJWQr/X8zL9jzd9GSalKx/gR1GyrQAjr8WEk37uhW67Pzrh6BSc0cMkQJ\nYgtjaYErdCCiP4Gs5SIRYckHl/w11Rhh6gyjyhISWMVEol8fTrYyFwstYeEz\nz67J8RyWUihPTR6e2AGXzOXwAmWbgGwSOKZC2s9YI8qfF8qzBePutTubZxJ3\nQGrE5UwZ/O/2NiTH5aYl0Hmw4WxaJqTygazruTZ9U1V9CtJvrkXMTYuwKrTc\neAJoNwXI14I7y/S1jP+8pnzAxjhsRv94VaR/559duoejrCA3IVbH4KxOl2Ly\nyFRNQ6Jm1DBtr7kC19zbU+Nn4BDfSOcdnxJ1XSTuNLe9R+AdYMxMSXjFcDyf\n+lROf/2RgRi2hznJ0fK8T781SPO3iJf/twyZvTEN2jvPh36KtoAf18O9yO3D\nuC15xJbdsjG60KwXwvFi3j6hNE9rReNo/EdG5yJriSRM/MjajC8F1umbfw2k\nqFkH5BnEqwd1qSjYt/FCHWjRn+G7ghabJh4NVAGWu0X+/6ep8xaN9KbrpF8l\ndr4n\r\n=zGCL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3888ff04c4ac83280eda0cd5b170b322b1e85c5d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.18_1609597470747_0.9058301623125145","host":"s3://npm-registry-packages"}},"0.14.1-rc.19":{"name":"fundamental-styles","version":"0.14.1-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"47a1ed7ca1bdd4925c10dee7cb9d53bd082bcf60","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.19.tgz","fileCount":512,"integrity":"sha512-Ya1aP7OzJOODWyQGN8b0jKmO8//M85ormIsWguOsGeckkzsoD/1K/UFdUmlzj6J2AREcn/Y8ABQ7nNwoDkc5kw==","signatures":[{"sig":"MEYCIQCcE/5Jpf/Zje28uayWlDNqC9skaslAMvVXFzE7PsibWwIhAKjCLP7bRrcaQy/Ae+ylTg+q5+QOXH85LYC4pmdJO0rc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15529320,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8VlxCRA9TVsSAnZWagAADbAP/1/dCo8fijvqWxd/arCD\no9ipiUAy1aIhEIZKMldwdUSibObXhEJOa2Y9QR5LewM1AdXVzIz2DEAgZpit\nXFUGe4CXUrBQubihhiz4jusF8EftwR1HwL/2CHg2geIiqX5JLtkYt//bcyH0\nLWj4vq5Zzv8D6KRg2LU2mRKK3pczaGHTZxgKpvC2nh7bxKPDyNxd7oVf9OCz\n3ay0F4i7xfV/6hR0UJbv62jJen+0E1PeWwknDSdvWsR/zbjtb4lGV6TnAwq2\n3kb4SzUHCtToSRght40KXTf4xTI3SLAfR19ryPs9Lhm+8WFYFdd/9CrkLHTo\nwo4gyd0OmvLyGB/3H8RRVoGG/2v9y0cJ4vO+hc6UXbLevxbj3K7yYNHM9Pme\nBig+GRc46e11rX/h8WJposI6NH5A8Ug3RC9fYj/Y11vZeGueeUtdONp2Xdg1\nhAk9DLpyoFHN4mcAHM+gpPlC9UyzxJ/eYWpOM2npFUKA1KpnapQWwJZUaj2/\nGQMtJ8zg4Tg52B9dSs27aJE14YAVGClq2iz4vjLsCiBKfWl03TN1ymUx4J98\n4zDMg3rfrF9NYPtzGjILCiDt3xnk9Lw7yzB0E80+VZCX5eb+msrOD4exBc92\nczXrKcM9jiYrBNDEQhX8krj4UB6u51I0oOypVxCrA2WfvqhI4114kUaPjDfY\nYhog\r\n=JIhM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cdea7838ca5273b2ab964fe85ca64b5b62f5b9f5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.0.28","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.19_1609652593129_0.5913586071282546","host":"s3://npm-registry-packages"}},"0.14.1-rc.20":{"name":"fundamental-styles","version":"0.14.1-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5e5e4223d88ba87fa767cd13ab367b55f65ac26c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.20.tgz","fileCount":512,"integrity":"sha512-eje3d56Plbl1aIsTDfP1b3QfUiRgpzrk4qgIxlF97DHYVD/P5EBsBrTWzB61LuHJ/s2lad07dtt89m1lNZNUZg==","signatures":[{"sig":"MEUCIQDJV5umzeSyKW2EYmfWE9nxzIHMzh1DvCWzpOOnTqGjKwIgKIu8wTym5QsSxzEvLbbhkrPQAFngEdP9AXlbW679BGg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15529434,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8drGCRA9TVsSAnZWagAA0RUP/jJhO0Ce89gB7NcKWcyT\n/5X3bBc6AjoGcPGlggKp3DX4ZtCYV6Z2YgGBMUMLzzBzpvfOg7WNC6X0OcwH\nUcCFyjb7QWmIGfyGg4bhmc8x4TW/IsvZfW+DtrC0DZHyOUQKPJQ5HOiuMp63\nm/d17ZZo+K0LUebvfEOD2NRKiSa5V2OHKX69iGohfHr+S5k9yGV/dmaC5/V0\nhmuob96Z297rKp0TFvZVGJUbk6bvoJTitwZ8kuAeKGDEUcepEA+lswV0jJ4R\nmu/3u+6C2ZV49og8QtTR4p40CBb2yenCaCJnILQBU/p1IK78Kk7pkT30qLgt\neb+5dXbyO3eilVDe7HLVzLbtSrD6vXGdDoHYhY7iqCeq8Z5gsPK3ICbMI979\n3j2MZnFwcbbrCRmTx0jW21++iBcuvoJ8pNkj0X3ksoT5wj7ckAPNLP5++SFD\nkHe5LlS8f+fkjibAuGvEnuhBwHqlIwsc2WpzZmAs+SDZCmdydTeQ7C9lfQDz\nTR5hyijYunahLufAzaYPWK8e+DK/nHHF5+EAOG57BknOeyDLvozinq0/zDzE\nFwxavLncQpwDCI91fwznZaw6NW4faFX42BXfg2mI14H9lDnFtbmkaD70t1zO\ndIZXntwkCTc87/1siEgWpmMynZ21teCN0HlRAukZYIzxqL2buPMlHvL+Pw2P\n1wDP\r\n=yicN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"55fb51d88feaccb8af78ab42a20d8c8a20dbbf15","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^4.14.1","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.20_1609685701308_0.6432223472531504","host":"s3://npm-registry-packages"}},"0.14.1-rc.21":{"name":"fundamental-styles","version":"0.14.1-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"542ab1f49fc47765b6a614190781bdd899fa089a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.21.tgz","fileCount":512,"integrity":"sha512-UFB/NtB6/G7lHH8N1gH3YFhCcB+8RHep91eIlcIhlTLz0oNeUSwA3ouPIUNGTflv6KLEm1jIZ9mmBCTMpUBNHw==","signatures":[{"sig":"MEYCIQDnUl8B3LxftoxQPGzlTQ+cKGvZGBF2LCvECyhHaUyq6QIhAL2cNctE3zYto22oWwuWCJ1LcyZs22gyuHAXbimtQ4Hj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15529547,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8lsrCRA9TVsSAnZWagAAoCQP/3FzXB2xNYCzLqnz0ACf\nPVfk+y/RwxDheos/rYLfsvjWj3KyyNSu4FS/g/VWUs48XcOYKJUuXqKrxr6D\nc5Xr76CG3ax6u0eSL1U2DX9kSwG9BYEA5yX9qGogs8YVJyD3AHoG2wZyOlsY\nIZJ80WIWQSGbot1CSO/qNrpAR9b5+2KyW2HeILndDAD8unXd9I47jzqF1cxa\nFiohfEWHoUrZOGNliL94sgGRk52F/ibvMx+d1TqQKFlznPBaUW1qlRhSs7Y8\n8Vte6y1C1MS66DxcdrdLgzqJbwX9andASImHfxx5i0x9CAJGlUKygy9PE/xM\nLignBF0WUN/mHejhURtBTJ84Dc52ZiPtq6ERO0dT9QJOD8EDmbLXyXOx69Pg\n8/p9h1ZSUgdUl2hx+XCauOLXTkgZRiFg3Jm7LR43Vle3/wUOKl+YDCNUCKfI\nSA44vKwVBtFpg7nq3P90+e9H3ovOVwEJVOdkXaj66p+7Hlmsf6scPMkPZ9wu\nYeNm9DkO4uzL9LWYU+DrhjH70AwGOjdAHUbei+msBVunUIStcPWDGT+jJItX\niKskTC2BNUOuW70BPExqM8YEVJf296TAbckwFdVGr62uXhBdpRS3VSy/3Agt\nE1nKS+YzGk3zZMYAcL0FOuhIYopQutd9cMvss+R6XzYMLceF+QC1QzB3WXjI\n0kwl\r\n=na3Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4200d9e6302313201d85f2ab8a4bd45c70f3b2a7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.21_1609718570355_0.5645395694968196","host":"s3://npm-registry-packages"}},"0.14.1-rc.22":{"name":"fundamental-styles","version":"0.14.1-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"570d7de861bebe932b9e5b0abe871db80a5b835b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.22.tgz","fileCount":512,"integrity":"sha512-RSYYU83NwXHtEQ4y8dYgNHLBnHX/PsgJuLMkEifH2K1t3yjn5FW1/mzbc9Di0SuEML4EPW5AEpR7dHAysWAreQ==","signatures":[{"sig":"MEQCIQDBdNj6J+Q/JdbuQvxrK/7K7zXBrb+2Jp8zhvqOYV7dzwIfaRfZOgKGAaAHifFm7Kbnuk/qQ2nuUv5oS2wlMHCygA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15529661,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8m2BCRA9TVsSAnZWagAAF+0P/iROEKhxSdCiglwR9joa\nwPUGcT5cXxA+xuuWlCZ0ae2kEVoxRoal1PvPge33LuMtILjDiravLPAKhhrN\nP16GL5TMVxo9osRmu/kfjVGs6Xed/FuBlK4CXL6VeFWdE7yqJR4vrWLua2SI\nX7VaE7Mz8Vcm7zc5UpI3n8r7A5o4sg9XIjk4Ty202dGJ317+Y+lZ6wB7rXJT\ntPNaosxkq8QhDJREgfeZ5mdAomvNNZ2Ft8wH6+ESv+CpGV+jPOn6DH0pO2u4\nhL7zE+2vIEJjptCPXZKN2n0vIlMbgTtLFEA8eW7jeoNsepDpqEOcuNVuqyNf\nTYtqBJLRGyyPewPtqsOVMQHxNg5UGazlMoQ4hWiHKU5Sy/7AGhldCBHlekqq\nVf2MlNYIz1UL/ys4NLn2llE6fnq7iZX5iyCQ68PpBW3ityBViXT891OjsZuu\nbuZPqZxrqxWAzTbeJqtWmKYuf1PCSHiL5LkDHvMm5JGOEQuWTs2YxngaqMNK\nH3aLorrHi1WDkr9KJqKenWzovcZsb8gKo2FFrNHvjEGdfNU4xpiZykF/UmdC\nxlSE3k0Tj8KW2TGcNh/gqctzcS24W9bAbxwObNvgfUgNOv6uGV4hWNXPGwRx\naBaDeIGmzelXcvoKKIJVURKSgFPdnlflvPEqsRdFgr5RoQu/0GYJUDjTltMZ\nj2vu\r\n=wSdm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2fec7e2049ae31f7387adf0a3c5e4544f4c09db1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.22_1609723264366_0.19074324507077223","host":"s3://npm-registry-packages"}},"0.14.1-rc.23":{"name":"fundamental-styles","version":"0.14.1-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2767d523f02452f36ce14fb867f0ce2563e80ca9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.23.tgz","fileCount":512,"integrity":"sha512-eotNRL/xDFSgjaSyR2pIH2N42gGyUBk8WLP8htBgjhiQV1e2jdseAcsnULxFcaoC/pM6MHyRDCQvnlU5UlcTgQ==","signatures":[{"sig":"MEQCIEdrEGMkUFqV7PqmlBjEAcKyeZbRi8Y9gZQM3OKJlibWAiACL97temvOvlau0XKMj/d54o+jD4LDBozrJdUHy2RGYw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15529775,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8m88CRA9TVsSAnZWagAA1SAP/1nS4SXVI3uKYDBU5P53\nXU8fH9rhfbTO08o++bdUkbm+f99g5RngFWEcUDNowRyAb17RYlPK6w+6QhE7\nXBdjqVkFJkrIM3md0ny/B57jkmi3Pl3/bqyCUWQZgULY4JdsTK0aBO04LB6W\nIPv4WlBhQJ4kc/pWdVEyzJu9k/6tqiJ6hJ5xzJiN2eTHpCak56Jj6m2t2Q1Y\nOPk1KxjmX47gCixEu19BHj3B7OFOKErM8+lZV+nx4kXm3Ys2rJAO86Tqz0s9\nXV9j3O0MLXrSbQHuOgvMGcCefPkvcMmkpK+ewsb3xmOFTj0X0WWQ/y7gJtYn\nfNfuwbYq0oYFQgu7CI9V1lRur9EYla6UkoZBcIyBksOMR3hKotPSCNzAdphP\nNEAPg0Rm9D0SWzZDODrjQqesvRP6D0TgqUubJGOOKFN1c+DqywEBCrtwYuZQ\n2ObxKQbgisd8CntCyN7whmVKgXMHUT8+WAElmY1it1kQJjE6tUYs9NF0KoJ5\ngwO0gdJGOE991k6T0K+FMIPnujnJqdswvaG3638AZFyNiY2m9//0PiSlTCeY\n9SD5EXspJubOyffjPuDqxc7CnTyavXFU4wSH03UNT1vorYEwOSfzx4sDuXwQ\n3OZN/3t2of127mGZ0TyUe8/ez2Yn8vsLvuEmQSPzii9c5I/6PC8vyULimUSG\nWJbg\r\n=0SaP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"fbc6e2e9f2bc5aa73725fcc06bfa76150e5d3f57","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.23_1609723708274_0.251282627094211","host":"s3://npm-registry-packages"}},"0.14.1-rc.24":{"name":"fundamental-styles","version":"0.14.1-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d74bd8565771d59c78c9c0ad26ebe36da6ff2668","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.24.tgz","fileCount":512,"integrity":"sha512-2gduzGa837JcXorFN7D20SiX2JbPFfHobJZqwpKzpsiKmJl324huZxR/2MTP0VapWP44Fd4FZqUBJMunOxdGRQ==","signatures":[{"sig":"MEUCICGG8KABYhpNNayiRBwXUjbYkG6MRBHhZaxLmClABuifAiEAjg2+s5Jbak0x26sEdBVmMLCr7C3T2NdJyRsIdaU0w8A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15569429,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf80uYCRA9TVsSAnZWagAAigEP/32AMYE8CNRMvM/YQScs\nqAsIZnHegSGmj3Zg8Gb7hzHh8Frkw/6db22GTiKOVro5m5mBvlbRzg0I7F6r\nkXuqfMPFzXeLGRBtMLfzuPtHX0Qj+6r6DuAuy0nfmv0Tkde3J7B6cR7/Cf+Z\n/k34Srt/QyPxeIl1FQBtIkgWnfEarGf6Q53oHkkt7JXd6tlABtG6P+krBBh8\neKeIuthnoSfy3vRLM1P/H3iopvdNUaIXJozqPu7rAcCgf/J+CGEQ5LNNNSCs\nZ2B4TkrTnX7h4A7u1li0iJpzZTCxhCerLYre2bSlKrWQneX2ko3FTZbDQNAs\nRKfKlihLmvRDcTUzYu8FO7ArYW9kV0FUKj5oksxIjRqL2vBhF3U2A8ecK4Kb\nGAOLhS7Y9fjOV/BV6j9P2vq5/nfe42RNFnnXWoCJJ5usMAoj4VVZEn3+6Tin\nxt0f8vEJ13SdM2xC+yLjlzNvZh3fEFsvrL/HEK7SlCGPxMhKauMihp9K8fa9\nsIM5gwQ1FtSKAZVL99DoQ3gDs8qAa5e+dfD34ClJQI1myBSL7fOCJ6bxXZyt\nut+fNnSydc0SKNkcUN/gQRwEGASSg2Aok6jBcUkTjv4I7s3IvMGdOAXe3wp3\nM0yYF5ApgjpTq/Hcmi/lGnspxZyDcq9RGg0GLk+wsYoFyytAF21YD6YQT2J7\nJSg5\r\n=N8Az\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4356d4d8e548085a06943b72c8faaa4f9d594517","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.24_1609780119420_0.6175363354535541","host":"s3://npm-registry-packages"}},"0.14.1-rc.25":{"name":"fundamental-styles","version":"0.14.1-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0212be2c97aa6389df6d1ff22ca734d2902da960","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.25.tgz","fileCount":512,"integrity":"sha512-JfEOPIDrXs4rigwaFYYQkzhrWYdW/anY+k1PSt/zIghDOxSJ/+4zRpTuFqqbXTPYdtL0/BmJpcRR5a0/qUBnAw==","signatures":[{"sig":"MEUCIQD6RZpsJEgCL2+o9u8lwkXe3ErVo2TtaR9byaFX1NuJKAIgGzsi/UeDbxFVEya9/oSo1VqZ8NJqWBTVex4yCoO0+JY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15569543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf82zICRA9TVsSAnZWagAAp6wP/iTHOSyWm0GiGW5j8Ij3\nzn829wlbO85uvpjIjuQ772qMjjL8u+NJiXb2M0bjSXMFz5nn3fJsisitZMm1\n0EzTUBppfO/I2ijk0jd5aiF65mzmEdNyf7RiOp069US2c11RjIhR7WSnY9Jl\n1ngYxLPmNvIPHgZTCwRuNC7ZYkn8egRzHGhoQ33eJfvWjcPhwZsIb5VVX3sm\n8PvAa/8+VSBCMtEIPLKY+KMdfWV6PxDtOOs+Fs0bb14jRgaVUvmByfpXQE6m\nDQx7f8FGkNnsctGHjMJzksNRpERmyqBIcc8ropkK0JPPLaI/ZKGW6qH6Ejh9\nqjw+d7FKzRmGyaP/Lu8tQC5Gpuux7xDAI0PX26meYaK9HhIuikSGXij54Wma\nig/+KgZsGDUZC0I3lWZF033qX5XLFrfrpsPIAskpD+xdvtDWJr6AsynVKeL0\nqA178E2Agm4gtMCqBFvCi1w3y/F3p2ftYprBrkmNGk3gk9t9zNX5M0ahC1c/\n3p3UzzMzIbTfCPnZoiRxh186jAOIaB3dyWmzQmsY1zY+l0OJtW5TzFzcUabY\np8jETsUg4JbEeygRKfghvuDDScUJacNs2bb0EJPoEqbD/V5ZnChLhezimHLJ\nGtNux/oVZ0B51mhvoT9H3VTNOmB4ynm0IUkCZYrz34kk0iJ0CiDlPh20dCrp\nab0S\r\n=96/T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"85f243e606494dbac41356776e5161e4f9047091","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.25_1609788616401_0.3304371623087867","host":"s3://npm-registry-packages"}},"0.14.1-rc.26":{"name":"fundamental-styles","version":"0.14.1-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dda02672870a33337b1879e48f431a8c7d2ec0d0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.26.tgz","fileCount":512,"integrity":"sha512-l2L1pNfRjVwk+D/PvJ4ROfvuMCOSrMuUMtkQmxkXHUBbWCPFsd8tWrUB0VlWDZjEJ/SDGu7mS+ehP1l9xpK38Q==","signatures":[{"sig":"MEYCIQCxfOqi/UTw19nHKlAXf5qoyvyrvwZ94ZB3MICbmucK4QIhALcKKGIiFuU/qZ8RtfRD2jmcIVz5SZTs+wEc7m6266Lu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15570976,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf83NKCRA9TVsSAnZWagAAMr0QAIeK4qp3nMmyABPg8rUk\nuEV5N1ig2vQD6TV9sFmN/8od58IkRZKe2Vc1LVLlTDj4ZvSfEVvVgSR72U6u\nCZytHggE27N0veubM4NKdRpb+Z26ySve0mZICwtSI7IrntkE98Vh5/ibJhnb\nFGYlTgAoA4jNjxaUi0QD/ocfvR69LpuzOon1V/H35YRrC1fzkTblUdFdItOU\n06fUKxUakI9HK5t/TCzyaKGFdxlZ0kT5IkEIN4/VA4YVZ+w1Zn7lktD+7XVQ\nYn4YjhVgXxGbhQWctt3SiRQNlZLvZyjG2RNsnXTsmfuGYrKTDO9rNJbLjVrH\neGf98uvAZz2zX51NnEMAacqtyYjei3wSVa2/5g4RKyP72VZ/qsos9S8GVzFe\n2z/p0vmNbfdU5Xk1vzpTw6spclF47tVy1UL8eMJO1DPnjeAe7lnzv1eUrcFL\nMiz6xrGDGvrLmYTcba6sDVjwQYKpb2eMVAAz4K8ugZDVQcamUE/iqesAOOow\nYm1XqN77qH2mmKYNKcuUwE8lOdflur9ecrkq1bzVWCNAzAUyWxhxd3Ti850i\n5ODiV3Ufj0MILidJj3DEiS7aOl52vxSRyyAJS1YALXr8V2Tgh3ycpi5M1E0b\nQ8Nyw3B6GYan85tDdFmvjnIAf+4Gx4BxPCOEIkG+l+jgVZaktCVI6O+6VTqC\n9wOe\r\n=ClAM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b9dd7136c26a10e1394275eddeed781bbef49bf1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.26_1609790281765_0.7967952941585703","host":"s3://npm-registry-packages"}},"0.14.1-rc.27":{"name":"fundamental-styles","version":"0.14.1-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f6262c2a1b65f2492eb3df8aa929bbbef16a5fce","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.27.tgz","fileCount":512,"integrity":"sha512-3ciPh6nn/8wq5Rz+PplYnXY3UvkpdEvYbjjo+cl8rsw6353hr4tbWkNdfTj/7v8exWhMArn78oBsATj1JoMm0w==","signatures":[{"sig":"MEYCIQCFhchTfphsV6Av12Pa6pE1ZHXLtPH0KNf/zl1uMagAaAIhAO0Jljr7dxwUwJHRVVUzGhXX1X8jh6WKHR+gdGmVpXev","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15571090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf83z5CRA9TVsSAnZWagAArTIQAIpAuNfzw6a2yLiEBPG9\nO+dDRZJETYmz3gOjJxOkz3ZO8me0aKG6aYmjquhheOxW9pFuvpKhm0qmwWVh\nk1zlvxm9nqwZx+KjzriTFezhVuG2QkbmRhAytoFXefUBa+JGGuvPmUEuWIi2\nMInl4n0WuzGPVWw5c5bQ3LfLZ72b38YDsYd4SU+lDg95Tizj9pmWU7dEBwkB\n0Ed0sdnAxTAZD8n4D3p/u0f8saoSkgcLG1hibjzZyNHJzwG7R2Xi4gyQW67B\nvmYF1oA6J9VQc1W31uvmSG23h30GZuazfV4JSts6i6ctvD6IFNJYFZR4ZlBd\neo/WZ38iXRePErtlaMEDItgPiBQnsc0yvbB6jUC0qA62CQiV/YycXo7lktj9\n1n2HnxWqWdPUWPnLVIa8uJoax6sGVa6T6m7nzS/aufh5uMNtTpM/9mtC07hD\nV1G+irYS2hQeU+O+QFh5WvV9SsPXDmMan+iRubjI4MmQ7LxO40Od6dHV2FQ0\n0q6SHhDeccJwIUCee+D+v6+zhHyZUTt0X3dHEASZ959JGnCmBY5jkRFr7pb0\nBUG8b1j+eVExRjkZsJV7H1a7uY1loDV73DNV2K2rcv1rW1oVDzitwBCuwFFB\nvg7rZbxpAzpaQEDuFDvNGEwu/HM5Flye/Uw+yhBXZpeM2uerXHwWU4KGnl13\nzD5u\r\n=T2Yh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c650d25f9d34d1beee7596f062ddd40dc0b76458","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.27_1609792760699_0.1868218007705409","host":"s3://npm-registry-packages"}},"0.14.1-rc.28":{"name":"fundamental-styles","version":"0.14.1-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4c7beace16202d60f0e72020b1b3f567ad74277f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.28.tgz","fileCount":512,"integrity":"sha512-edMqg3xI9DWcRX227RSTfDhIiJX0u0N79iAt5VlCPOVnJ4NBh/1wooClzu2Y+Q5fGqVmU4kp/wbIfVKcvzYO+A==","signatures":[{"sig":"MEUCIDU22NEVGjX35X11v+xMCUgWudLNBLM4bRH9f1aAB96UAiEA62fp/FN7PQ7+NWme5qfjb8XbO+VOEXAcRS462H+xU1I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15575396,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9ClXCRA9TVsSAnZWagAAl7kP/3DUzxkKkqt87ZDkj6pn\n1Q+WHGHWc8IQPOLW8l3oDRbclP2m/FxVROp+0luGE3hOnMtpYY2xgXw7iKj7\nJWleIp7tdgiNgpwgmEifRuJRyOgyHWn4X4XYK/hsDiqH/yjBoXPQNrXKX53Z\n3FDNgHlp3vyWUPVI24tXgCn5lohjs2lw/E9XvYq7tN6XBCVtNUeAytPvnzY/\ndAJ1SHjT82nTOmsflO9OM683NbmGo6v3t0Zps2nVlmneGaH17Rth8sYEqnlH\nCyHTo8/736sxudpFH/F61Nz1T0IHiIY26WRRby4e/7hysFspJ1kumCNP5ddf\nJTIggsXd+SyTmnnbDDzX63dpoTq7b0RcxW/ecKClWFeoV33CTzfa21ihl+Yx\nY7grSVv0CmvPpPsc0YWvZuHLgQh3+4qwlnBR+bt4EKdpNdzEYuLVJn8rnxVD\n8D+aV8DgF9TUzDI67haQ5+PiPhSwmrpHhcwQx5EI/nhmvsCPwYUtTvQ967gi\nNFN9RjjRuWxbR70X/fr/mqbNwrqI+WsCfPdM20GSKYXwFef6IrgclSn8Yfrf\nWlRbc8sSaIlNsSy0bmj8AYmkUzEoFHKmwxL4/L4ZS000c/lj7Tac9Q7PBrHC\nbvnAzMehEguYxH8EYpmOwyVEh2adpEWn7KqTA5IbSeUKLkOLILmYkBetkDDh\nmoa1\r\n=rNFE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3c8ca4261885a6287b187f64434f4b2bc3703a10","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.28_1609836886604_0.5748027303068521","host":"s3://npm-registry-packages"}},"0.14.1-rc.29":{"name":"fundamental-styles","version":"0.14.1-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"23eb26e1dd3f0753b5a1335fdbdba78c3950e036","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.29.tgz","fileCount":512,"integrity":"sha512-ALvqUvCBpOCmedxLJRM4CmfMHjQE6ag8d0y46Yv6AJdupFJy75Gu+G8ONSskEYQOszaq0RFb+lPAnEpqfmeOLw==","signatures":[{"sig":"MEUCIC/1/4jmR6uNITqnO9ZQEZjp5Py9L08KpmCBkrxVZ7tIAiEApIdUpyxJZzCa0kPL4ReJrmJ4lxPMEcnx6eWPFimnIs0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15577097,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9HqqCRA9TVsSAnZWagAAlPkP/0YENwFc50Pm+nYnJAQe\nOq1wyEHCC5oeOaed1VsNq8fyxweConC1KtjgNWrSxq0QdwSJrzSMcrdTCpeq\nSjKu1P4Z79H+nzSS5jTX4uXTgrlLtSMWqgnV9jLJDteyEuJj1puUttfM8AFx\niN2eSvlv3Z26H/K5TJ+HR9HHRDQ5oGXa9oTzZ2k47tMpnyB+j5GluV/CKjeC\nKEL5Rv305dnctbbyfrQo0aCZ8b8d62WqK0cHAYnAtPdw93ndCurP4krEq4dQ\nJvO19baE1Fyjf0YfSWlN+e+oVr0PuyMCUK8FfQL048W1XBrgjpPUlIYeva3M\n4t/vEaT6Oi1ZVNsHxnS+fcnkUJcN22gloBV+nsimUl1jLQhLtjH9bn/58YFA\nPEJoKdTRSlGVd0JvzlfeH3OiUpNuVuWWsCSY0i7kuu4eoM4Ka7nEz44lD6Cp\ngZdyFIofDs3dWARSXM7I67+03BcVUut96Dn4BUYp+L+/TXyQ+J6coc81uwMY\ngx29mdb5jrr0Ev5tetvQxa0koNbpICOw5uaiSONnCl3WC28T4SsrZiLVyl4h\nOvUsRr+CM3xtI2T/sffUbqgtgul92qDSPPTdLpV8rOQXYkgV0aOC7oxGUZ4k\nyzcsVR2bALVaVqB+HGeenwDXbihk5k2hZP6H0R/9wblLsOzJ+SNlnH6Pn2yg\naD7k\r\n=6S/B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d3b96dc68955ecc6b6f8158a2495dcc3cbeccce7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.29_1609857705729_0.9275960803192529","host":"s3://npm-registry-packages"}},"0.14.1-rc.30":{"name":"fundamental-styles","version":"0.14.1-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"463c9132c18b288b6fc0d989a4c999574679b0d9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.30.tgz","fileCount":512,"integrity":"sha512-MDdOCtQuWnb/Au6Dr8X0FmwsSzlPVuojt4MAMCDaVdaKBFxE1zQLoYUxLQfC035WiO2xAqqD7Hd0VJ4cnZE0WQ==","signatures":[{"sig":"MEYCIQDLyCQZsd0Gh7N4ZX6u0KI7VX5lkT6yvzqcI/pahFlWdAIhAPpeEAtYfbVjvN6L7OlUrR/tgpjVHUmP7xWaU9uWoe/K","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15623954,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9w7fCRA9TVsSAnZWagAA2ugP/Ak/ixM/E0s4KgxgX55Z\nza4zuWkMkZceP8hBkwen8IxUuNpKiTZw3DBudH13UaqHw7edSbO1hWlKYjQg\nYC9frlH9ZFvlyjcWXwWiAdQMGqZIX3/roDndFzLEsoT7bJ4UmIFctwaqPNTp\nO80Uq32ji99cmOwc34DCdSmfckit0MO0bMWBtm47iKxuNX0oi9VxWTTfQI9y\nsv691eSY4x6B++oMbDh5c8I1kqGZs5fJgjK1vDIvw62vDe7N9f5mszX5x2Bf\nHctdw0RKIf4Zj/lLAPxFrHC26h9D83IyscyELMs59SgTVr7YohyRsnE6zl6H\nL4+h+0we7a0lIZbykinBaoXf2Udj558drWblUsmuXk53inVviMftL9678bAx\nYRKp3oQF1hTYYwksq2fAQ2A6QoPGj0D2l18aN8csglJUv6pXp25k31k928nz\nyRexl9ly5dMPUWkUKrB0jT90DasgRALOuQLEIocdzRLnccpz8cF3pZBTMp4+\nBy6ZIDr0DvTsWdiqaOujjndka0pGsL67Kgq8VLp1WCxObYD4I53GpkZ+xZWS\nR1j9oedA7fx5neFialEKBEQ49XUedjodw4I/j4Lyxvlk3Y57RZBlYHqPCHo/\nkKr3DTBelm0RHkcdFKYVNOzW6J64u/46M/NojjMj2IMgwyisuC4RF8IyEx0y\nDa9K\r\n=iaQZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"816409fa85c2ce59f624cc7d97a4940c944a97d3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.30_1610026718567_0.09360334191385644","host":"s3://npm-registry-packages"}},"0.14.1-rc.31":{"name":"fundamental-styles","version":"0.14.1-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f032ff56a1ea221dbb255a2c3d601989ffea2347","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.31.tgz","fileCount":512,"integrity":"sha512-BPUx+e2h22xvpVQVKEv0pB4Qhg/mgUkuayS2UUmBmaZghtK/JYD+ulApVmiIlgVmJ9TLMWBcP/qp+FE8Cx2dTA==","signatures":[{"sig":"MEUCIE2cBxuLk9fd5EFlPel8ucwAWSPpKFN0pLT17cjoAoKFAiEAy96zbIGlMZlL6USCotP1eEPMQxU6iD+J4Hb3BhQ3AXs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15640120,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9xmMCRA9TVsSAnZWagAA4y0QAKUMQwcN2riH5K4W/FW/\nPbPL8Wo4JleY08aKWCD3oD7U4v8jGQWEcpBl8Rn4k8S3Cb5TXkdxkxWlrY7q\nDxSn66qYlCJRUIcSv8WAnG4Ke2zS1xkSf9BlVMBCglRq+WyCggq3hYylOBzZ\nyINmS1+RsTuBSi3EYuGQT5hLe26Vc9Kz3uwazB8bUFMPndSq9yIY5SkXvt0I\nE7yKHDndAkkGzllZAAUjgfXZnvgfn2LMaKrCt8ka9EbODmsgjOOntx8WKuYr\n36QP9l/o+FOTfoFjmJ9xIsPtHBKkWmzA5oXen4VxXa2axzo7LU10BJqc+R5Z\nk9NIXF1NqeD9f84+UczMhkg+pEJMi+a1gVBd0omsnewSbbzFI5Go243/SwDT\n3JBTMPeIM8Y2VK+qkc/8C37C6plhnS8c0ZXp+a8NUx/JOzbh0ADEtMVtN+Eb\nVivM4m/XBP7UffrYY/B7yeegduuLVGMfbDsfpyyluyuPxREoP8iBnvtzdC0D\nTMoq48w1yqHHjbI+Whv6PKddE/gGOphz2WqgXLJV/NhbqcRWxVIxaJnWia0Y\ndee0WkLjJRRbUAVZGi/4NoaxFp3EqlZ0MLD8ZG75biGFrBa5pGHvgtGThQDD\nDDakpJY02LU8u7dmKEtn6o8UOCt+vp5p6aWbgzUfLtkG6UYoQ1k8LUBk0oQE\n/lCo\r\n=2ZiA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"189769f727c7ce3e6fd98024cb6eebefc8c2ffc2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.31_1610029452197_0.5140451701278013","host":"s3://npm-registry-packages"}},"0.14.1-rc.32":{"name":"fundamental-styles","version":"0.14.1-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"890fd4aa0143e6a9cd7598832002beeb4d935909","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.32.tgz","fileCount":512,"integrity":"sha512-NKRCjYmNkJlBbrO7YnOhwRYCVKU4A0rFdkI31Rf3kf3s6g0aPBHjgNyRsr3LfqnVMjQhmFg65CHMmXS3U5oISg==","signatures":[{"sig":"MEYCIQDyCP/HwpKuyZJ6uyYl3MUNILDG2JglXrUNxHqhEo9YPwIhAOudrLese0xMQ7VIH0jW6Ti7VDJchJ/c5eWSWtkzWE4W","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15655253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9yvTCRA9TVsSAnZWagAAMd8P/RrY18/S6SWY3R+t2ROw\nbhlzeEpd8yeC+Gjyn1d4QwtXWVqULunM2ubRGoMrAk7f+HO8HqpZSYd/dAmN\nVIEdRdGjYoo5tqCCNdheSxmAf+PH9/F6yFvfKiF+rnZm3mEKY/jhx90C7fws\nkRVm/mAZksQtlVCZQhbuNCQgbb4KL7px8k29M62JNAJUd1ExgkMBWp0WSjWX\n9sT4vltbjJByghnfOJIv7DhgM4bXztxRtmZs+2Sqg9X8MbkqrKmQ31YoqK+l\n0+fBn5Muvw7QCWYSSiV8XOHHtxZl0qBMpf25lYi3MDf1UUv65H91sgOHdD5T\nrT3k/Scv4hPKAnekNXGNBMjWZnJjX9nKndmvyyUmerh8el0lRwf+El+Gtnr2\nMI7U30JZh1BMfCYE17/wUwPPQ9MTo5BPIxdjunH8JXK6g+lv6qKMGCnYuz/H\novKN73W0fPcI7SadvORnvM9TPToEIt0oXped/x+sNLp2bA++qkvPCDYOaJmg\ns+NjejYXHqFT2K5N7/uTQD/Sj36kLcz791/IVNt9pFMiLyK68ON1o+vXou91\nvLghbpcvGKYevzAoTNIkRLm5emjGTTU6IbGo7loO5+UdiNkTcs8ptp8Y1RJ2\nZtJVKN1H54/goHGgu7aQqzrvgMrgH9hnYfMCjQFHskOtw91QDp4Q9clGipH6\n5LVi\r\n=T20m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e8268b3f8aa4b1ffa793e36496581c27e67414f7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.32_1610034130570_0.7308364630062334","host":"s3://npm-registry-packages"}},"0.14.1-rc.33":{"name":"fundamental-styles","version":"0.14.1-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1a4d149c19c77c64a7ac7e109f6afea1517ae60f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.33.tgz","fileCount":512,"integrity":"sha512-wNI6q5/Yc//0TrMQEB3U2T/gaHC+lcwfgcpg6wUHZN6pBu+TYpGP/NQmv1nscib6SRumP2vTCLDLIrzeVpJ9CA==","signatures":[{"sig":"MEUCIQD/opG92l3U6LZiW/jsqoMTau5NaUahlfNh6FZnfq0a1QIgH/7CzKx5Tg1PGk5udRQtISXgKc/yTun4PHJ+mGZdIYM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15738804,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9z+XCRA9TVsSAnZWagAAUtQP/R0TL12E3hsGKsBlc3uf\nLGArr3tTiipjcPwfmX3PDgnRzjEYw9nYgIkv7F3eOfQbf4ugPM78emVaaDAk\nQHdilz/adJqRzxf67QVPcNVdjecIMlbmAFeegXltCOk90QgYSWCEBYtmdmOW\n+wFghDEfQ4aUxzNQctrjJwa4BiqMcGHrunz2Pc/NxejoTLS9/Wl1GMRU6YIa\n7ujcBTuKiBUcDzLsPi8Pur/PMrpz0rIqBs6rsNoqm4+T+bd0g2mp1/HHrObe\nu5cQFG4gE5J+SoylnDeN7ESydd6lie2qz4upzIQNT++Lj/LKRFJDRhz0hGpx\n+MIHy7W1lsYztVZmD5HsdkqtXspySVbWjNvSTZ5gzxXx97sRkeFjS4ncKWob\nl4sbDNmdYWBnei6Ha7v14A07d1DdeFuU62D/kEVE1MF5yP7hLH5seJ4XDhIr\nOLY0HbCpUIT2FzrQq+UfWlHdVkGncr49aneRST7TEotTy/X8MMqRikMOX5FU\nTLN/nXXI2ERn7GnTDAklGW5a/F4MkUAIQPel3TxydXUzgX4LSTaSf5hs917r\n70cLwHJ4WYslYG0dr+kMNchbG15WAFrXP9w2TgaaC2qNCErSYC/9zq7+aUkH\n56vVXjXRBlj0jDUG66775sECy31N9GHEr6N0nmUWtwxUQljw6hxEc7RtNO0H\nx0lM\r\n=jMFv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"71ac31e7a4d1834dd84f7f6e15a0da674a8b7c85","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.33_1610039191222_0.609536789787982","host":"s3://npm-registry-packages"}},"0.14.1-rc.34":{"name":"fundamental-styles","version":"0.14.1-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b39afa1156afc0610e46f2ba0c307c8885a3ee03","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.34.tgz","fileCount":512,"integrity":"sha512-b/uIbPxAGYv4kCbsEVfEUdb2f1kY/GLgzREdHLLSPuSIH7h2KyWGJ3EDwA9mKYnNfiO8zHds1wCSl+l/AENQjw==","signatures":[{"sig":"MEQCIDVdsPm7DYtRno5kgm1zP6vzidRMu7XbsDS0KwHcVNrHAiBSU4K18yUIJtHsf2nBZ34p/Sgs9CAERhTV761I2v/gXw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15741750,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf90dRCRA9TVsSAnZWagAAGOkP+wSQPdPCfF/MQYLQU5F8\n4ADLpj7SqpROPtt2j4DX6cOVb7aGkiNyVr7AELceVcDp1p+twDPG1Toiwq/h\n5rpgt4cIZRGT9I12+XlkBqJwNEZaSRJMPlsGFgA3w4mwHLQ+Ts+JkqYHm0qX\nyesX9ss9cGgq5ijtvkZNIwlDnV+jAgWhmbTZ2cxherZ3H8WWJibsNwEVp112\nLIAGUdEwzGfX5yZDtLBljbXXp5CpdlvNleFfa9lSUlUGRvhya26Wr6pKEG4c\nlJ3xNYLR/lww5DyJLrkecqEa1ZySnAnVy1PY60JZJAEXPMAM4oHDeliA4Hbp\nG9M9ScE7Lr06BlvBueRVSbm5DqphVuBo2QLJ17G1aBoE1zaA5k0TV9GHXOE6\nTOp76gGu4MO1yAus1kPMz+nsH3jiZVUcZnX5o1amW5P631JhbK0BSE1sLZds\nkUj15weGw05ww6YmfxTPMWC55XDuXkFCK200agi8YHh57VZGTLsIEiXvbpit\nm06Kfsa2DpspJqCXW3aYAJN4yVCQDhDIn0q8Feh25P9yzldqlDKXLEEcWq0n\nYHSn9DosiUU+U1w4/fq7YJfgtTac9TMwKupDB54IWljQtWzFMDOx/XKyPqNl\nv4N1QTVBhsyPTWHqZwBilyPCnlQLld5fAy9CjM9OwpdAv9qBduZcsbx980Fh\nOSLk\r\n=nkE2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4cfc3a94349c744d3816da181067c0f37f99958c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.34_1610041169010_0.22818224804138398","host":"s3://npm-registry-packages"}},"0.14.1-rc.35":{"name":"fundamental-styles","version":"0.14.1-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"55e71364f3bd4a2c084d651743a706db08725fa4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.35.tgz","fileCount":512,"integrity":"sha512-WYvF1y6CJX9bJhzOWO0t0SCmXakViZoVvCeiv1VNsEWPPwX8QNXk0Pg5UMN6oqpMY2SeVfNPX86mndvEFo6YgA==","signatures":[{"sig":"MEYCIQDUB16pEnbVxBnwyp0/jDNiHny6moaWlKuWwH8LQep1oAIhAOieIwApV32rtC+8r4AYCKc5oOi/BUoOrkGCxHjh4pz1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15743193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf91fcCRA9TVsSAnZWagAA418P/1f3N/xEMa4jGFhQdRe8\nstigiedSr50pAi1ZCaRGgMUHgh/pOZYh28QpE8pEDuw6vV84iVy/8Jvt57qW\nNy8os5ml2zUloHeuNRgzi2Rb6woxzerjPLX/1H/t0O4zccw8K381KE4Oshk3\n+PNhdmFMtDBVB3lZoepi5Pbw9vdJ/J6Dc43qJd8Wyw7O+ykh+Nt93b0qbyT+\na8VkYuQiD2kON1GJLPPXo6GPk/IOjj5no87+a7qu4lfhQ0ws0/bZmWONx5rF\nn87QUn0eC2wADxT8bAOF7suSEXcrMC2CxPT1PWrSK5hQKX0yX++Z54aJkleL\nEP1cTu4aazYNR1bHCcLmtj6bEa/zvFjfUK4+aVVsGJcUoMBcv2cVEpcJeGZB\npvt5b3p0IEGFjp7M4JxILvxJpi5EbCQ3+zaOZ2OXfI71wKEhV4JBL/uovVxk\n3CQy6S05ye6f4h2/jyaP79Bb3bGKTGW1cRoJGUlsbSyXv102u9stvb9e1xhW\n4KagKTVYevx+fzOgydTyAfXw6QikHTSIVAh4duCJAwjdorIWVvMOJEdPx0rQ\ns4y+Duo5gIG+nbFqxVktyyDFhqyCGzs0mpMTnTTHmh281UNHQ4jof+YxTJaE\n+zIoSFRQm0A9GexryH5OSWL4g7+XRC66B2SGphkJcUbFaODbDeiAJHMDdzax\nnQpV\r\n=S0ty\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"90f0c54a6a8d4b3e32ed1e60a9694b1478e12895","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.35_1610045403547_0.9509157904742911","host":"s3://npm-registry-packages"}},"0.14.1-rc.36":{"name":"fundamental-styles","version":"0.14.1-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b407e3d4225c8c4d669fdd2db68187780e9941ea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.36.tgz","fileCount":512,"integrity":"sha512-izDrzlyE9tV66Ench068M4zYfIATmmXKRF0hxZkkGe34aSDDVCIN0dIbA0Fr5F85l93h1W/SzkSsZ13XGl7AwQ==","signatures":[{"sig":"MEQCIGsdbV7JLJ0cpePx5mVwd5rTyfWX1evdqCKAHnjis8WPAiB9yjuqre7gXXbsa2ts8HSBtR04Lsxy6ckDJMnVT5vw4w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15748011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf95O0CRA9TVsSAnZWagAA5OgP/1ui+HvGmfEn1OxaoK4k\n5G+0KOOZHyWJF/Cg2Z2pcMzAqQOdki+R5MgHTPX83/oYCZNsNNqiiHVQVCYs\nidDr4PTQ1eZ6b4NJCtRW/YYuOys5jzGGhth5yJY08I17bFgumhMbaquIjftV\nAoyh95xLLDfC3E57Hx4U3pzjXecwhh4b8FDkcyj69Ju2o5gw0NoxDfnzM9nz\na8g4098Lreth/O4H2HnUWEFliKl+xZKU2o4JNc3B8w0MRQSGKiaS2g/uVklZ\nIEPGZvunnKxuddeI4FsjN9WuHsokWs9AqNH5mpFEohZ7dVdNEgEunHvfWQSO\nhS6SxiBPRbNAkOydfwJbTY+zRBaB89VIMs3MmpQuPjOU5IYpNlS5M/3A3QUR\nCicv0d7R5b7lI2NJX4FIdakpDxdFPAYlO4VE3IUIOijFsITXU0v9DAD5xjlB\nRfgd8XHsyAaNREGzYsdoA7EdUFTiC0aTLmLf7F9AWjmOswEJQQgaY8y7EHPf\n90ys4VziBm5XqAM7d2AZq1pgIte2myee3IqfZefenuc5RinrR6J97Kv5EPhq\nE0EXu+8HYB3HN5IGUJLEdqfofbK3qU1cQ49K9DO8e5nbOTjt5SIKeP2qtT8e\nYmMNuhlZK4YHdd+b1OihKB26ewyI5MpQgKVHaGxG1vSYdTeR/XDkoNjjJixg\nXbfo\r\n=lVWT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"26076ebdfad8a33315136b0b819596a6e76f41f8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.36_1610060723958_0.4844372182692307","host":"s3://npm-registry-packages"}},"0.14.1-rc.37":{"name":"fundamental-styles","version":"0.14.1-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"01c88828193d5613b29514b3254733ad53bfb6fe","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.37.tgz","fileCount":512,"integrity":"sha512-+DGltrCQyB4N1Hjnzv/QN/F4m1f52NThJ4wl3xKCyufdufBRlBZ81m6ssRW0mrm/bkQxJroAt05r6SBpD9nTGQ==","signatures":[{"sig":"MEYCIQCqhojSEGNj9mNsCJSs43UtviUsbmq/ED8hGWBV4RRKSQIhAN9BUFTFNEqaDjiUvH7kyduH+CkSaJkOnXneBx/PDRry","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15760307,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+H5TCRA9TVsSAnZWagAAvIQP/iMKxfgKT2WdKlOswEUF\nWybeDjUqf4VKgEYMVr26j/X1Ed/ZlmNv7KcKyTtIWBzBUoIcwt/ia6Ilrb5U\nvetYdeUCJo/tZn9AQOKNpzANWY7llOMt2/jhMCQ5N6qvVD19HgyhdVe65OqH\nu6NL59Ykq4o3mxESr9kWnC8817G5BSQpKApNNmNngL4Ro5wx2UXbBWdPNXMU\nmWKuyxW5uOMM+0Lb/xApnzCEHmxsEhCZyX63jMKvl5RsoCu3Fm9XnEzcn4Bx\nfhMbVuXcPnbj4eqlNbzAXH0SUrMKNnZcNLpaC3csLybylQj+0mlEHucSuYso\n7yYQiN//59m8VcfXEHDF7LSAOqqBImc9QaGKiCNmNd5h3NSM7sjN5Zxnoi/q\nobqozqIyqWw10dUm0EdMVBUPTcToXzI2fGYsqQ8W6+ZQEdAlU+r9ChOdIpZO\nsJlwwiGzs6jaRk06GPEMjQ0V/vAjzI2h7LMuWuBu5cghyezydM/KEklFN6XK\nB8TuYIoxLq6MKuB9ngKYssT/QfK3+xOYXIJRalVO/UH+Km+HhXwatj34zj1R\nB7RRj15KvueI4563Z4Z1wtdHr6NgXjS9cmGlizWkrD3lxMBuJ0UadxvnZBc2\nPuGlVnEv6uprXQ+yXX6vHDatROr6D6bnF+G4ZcBFm+5hGlv71uwmiqo73155\nmlLV\r\n=kUgA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a4c56e4cd4332466b039a178d4a658957f45a740","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.37_1610120787081_0.8044780134813052","host":"s3://npm-registry-packages"}},"0.14.1-rc.38":{"name":"fundamental-styles","version":"0.14.1-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a0417c3acb8a8ccf33f13138570f6a4640a169b1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.38.tgz","fileCount":512,"integrity":"sha512-h5caYgJVTzQyUiJZvo6AfuMTX1KDFOpqbsyJai/zKcCCc2RnENKUo8wS+TCPy+M3LvblNQx2rGHtjk+V3z2l5Q==","signatures":[{"sig":"MEUCIQCRKSfedIz7Wn6cGF/ljewvFe5ujvaLedU/1PrSrrG3HgIgLCPNcr443BRmXP51rPErjUel1359r9zqnkd4tdpsXQM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15760421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+H8wCRA9TVsSAnZWagAATyQP/RxVb6knYdKfsAnap2D4\nuOmDJrM8kN2DyNIFxxtRLrPXZScKW3iCSKEAJN/jnnFKOHRUwp3h9zYTC1gZ\nmUADMzK9Oi2iAmWshEPz8ySfWlCtJGMcVLZ017Xx+wynTDtjWOEVmVNT4gVy\nf7b0SIC8xBZLQvary2mBIO+tscf/QCfnKyjegHXnZLICBFr0BKwtedHxUST/\n9PqV9sQyJpTThkqEyEH0h270lSh2Q5DromILa+7T9HaGRYbSw6lEjnx0RIhE\n5Mhyc96waIs1tfbrgZA8K2mU3f4/lVJFP84KKNfEmn+vEqRHWqNEfRDMn+Kw\n6QXfiRBLKfvCmhP+4umrUc+4991ck0EizSGjH8Xi65mw5wfZJVAkW+esCoJg\n61mbXWbCtrJBQhhZKkXqzCha2otuU0ZgzSbqJpV2U1ts8l/4vuqmRn6dBD4V\ngXGWNuvyfsZjYTxGtQ2yjQlvXv54evRHI2Z1+7S6nyDQ2r0QAfV554B+2FR5\nQZhFQXb6almn3inlcJ5XXlnw4VWzVf3Ila25oVxEkrkh3NQvGyJK8L9lg/le\n8k/X+q9Go10hFZnAw8doCciHHr5U9zL83wKqC/IZZjpVV6mcqzDr8Br0fOO6\n+kARZqAIaJr0edb3aIbfBMWTKj5MFKkxnsUXzxwm5jh9QXYh63fwn6jpwD+6\nLAdz\r\n=irwF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d7c6f74f7c305a22342b594ae41288fb926ca1c2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.38_1610121007931_0.17573804389039904","host":"s3://npm-registry-packages"}},"0.14.1-rc.39":{"name":"fundamental-styles","version":"0.14.1-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"697381b650e75c53d5096eface7556dfcd8c1f37","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.39.tgz","fileCount":512,"integrity":"sha512-LHcZ5HSFjoS9+wsmSzJPU5ngvuDQ4jA3SWuQCiwW/+l/cEzg+PzIwgicaNRucAsOo34e5ECuGKbqy96qZrV6cw==","signatures":[{"sig":"MEQCICH04+4k2nnR64v3YW7Kd4fjVQMUrj3QGGumoSyrBPxiAiBj+OVOsbYhOkwQi3BLijznFm2moMwVRKtN2M4kSlKMAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15778856,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+JmTCRA9TVsSAnZWagAAWNwQAIWPmb30sPGLE13Ep9An\n1gvudYPFzANCLWLrNtXa/V56fD8K6t/i238ETE1FSmpE3cK9e6yvzQJTgt2n\niikTirPmYedqZJ24d+ZxwidmpJXZIUg/+ynnqPDqr8ccquheO8ALhfwlVhPv\ny++qurUhymUddaYZSJYvc4Dy19Aqxye0ppIVv7Mw1eGgh2AHOhz6DG9YHfb+\nbLpdDgILGXZWumGuu7YWrPCh+F/r+piNraVdpoWJKo1GfPDohtticlthc1JQ\nR0V0Nflxs9xPWYeXXaogNB/Eorq6/gTTivnuD6TajcnbqHqANYcasVSmgRXk\nuC/VPjAg+TltMqms9Tyic2rKTPuCweZy5hYrg+vycCWl1M4KD8yKRxJzkmQj\nTsdZGlfH41WdQB0imW0T7i7n5QFHynwR4znbwWPsWIhDwQh8zs2li6s381CB\nB8CDnakGt1tPPuwoK9lIBuEf+33cEJUwLWQeSxlFaOvxv3oiKS4ufSKWOmNS\nMAskgc/w2uWpNNvcWeWxpw6KDy9EG5nsigAyLgDNir8znxm8H3XJHkTVpVGZ\nSDduXxPi2jKP+TuwRTK7mnAb8VIo+r0xfJUFIWY638LULhAlVwfxiCMdaJrk\nVbzDDytB3OfuWYVTrrm0sXAaaPFwSCyQrM6pQgEX+FIdV1lL11TyUCevi2Jw\nU5El\r\n=ys6C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"646c9f3b7352e552ebcfe80a71856da820c3d2fe","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.0","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.39_1610127763121_0.890145007705885","host":"s3://npm-registry-packages"}},"0.14.1-rc.40":{"name":"fundamental-styles","version":"0.14.1-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a9b7c5dc9d5f6bf70928424fa99b3842ca5dd6e0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.40.tgz","fileCount":512,"integrity":"sha512-9gS7h9p5Qj5xVV/6z9Dk0wd4ZnDvFX7SZcMugq+FSqeSHTB6u8kKs89ikGkoj3ZBYmg3kkd+UdN2q5fPjaPCrg==","signatures":[{"sig":"MEUCIFRjivwqi4TEo5V2UwrD8t/AzBBzcA6cnV6uIkEPgOzgAiEA7nQ4StD7u7ehhKWC1ThdilAkLybcBKwaEGn6eqXDmL8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15778970,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+wZZCRA9TVsSAnZWagAAUgIP/1MRaP0pujeO/WB+o95j\nimwriBZoyivhYfOYll/puHn5VlFFJdkyzGxisH0x/82Ewjj2kX0Rgt5yGo0U\n3BEhXGWh2p0W61EY8CQsohwigekc7hNZ1JRePGao9ePgmDzMT361LZ1agBeK\n9u+P8LyTg6znzoeBXo8C56PLkrbiHrkM9J0LGgEmna3Dhd8NNIp82U1i0s6w\nLq+SmOQfA75oOECGnmOXtupwxfAtlF1KpF7gw4jEvL9cMH2HT+198fFXZz7Y\nkP0KbMk66C8yyH1QBle/Y+dbDtcrbDuQ7J/3WsogUFyVl5Y70OJJk9EmR3wy\na3gfzPsl5TkINN9wA/sL1xRRTKr7EwMxsc0aLuu4BVBgZFybgDzJ1yaHaNfj\nVRYeJWOdTcJ0xtB3AOB8QPe3LdxiPaNQVEjs6kENjf22Uca0uDC4D5BiH1i/\naWO/WrH2Ot5E1VJgSC7GCZNxVsrQqZqSVmManSpH/thZ3yqsju08E1uBRf4q\nLB0wFUb3O+UCzryvdlOAokV0U8J6rpWatpP2v2PVsLOg3ghOABPB8oHNkb5J\nD+jg5atgfMpE+Ayy7Ot6h1wBP4WhvDnAu3egB7HqUfAIn04bKAOhVSS/rkYn\n1X8VI+lMO9nBas6+EAKNrwruj8xptwqj89e3WhBXYkSsBSGjA2xsCzENs7jo\nhCuE\r\n=KgON\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"42f56ff72fca781ba706106bdfecee16171127fb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.40_1610286681260_0.7064565435808596","host":"s3://npm-registry-packages"}},"0.14.1-rc.41":{"name":"fundamental-styles","version":"0.14.1-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4b0fc8793d2e7bf78643b6d8eb055e4b1610e3c6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.41.tgz","fileCount":512,"integrity":"sha512-j05U40sn3WMM7mZod3liJsVluBTCdm9RGmUJdh0B6h0xD1C2O3yjiFP8AnNpnX7LSzAsVarA2YcAoYPr/oN4gA==","signatures":[{"sig":"MEUCIQCD1IJHOqd1ZHdMtusvU2oohQwhoMoorI3xWEdqUULJmwIgOHVAYfbprV4bO/UNDP8DJyvM0iJeWT0yhoEfAdCP82E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15805189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/LwECRA9TVsSAnZWagAAcIEP/1t0YGWvQTv5SvyKBGZc\nu8K7Cf72RAiFmFtVMLGigBW66IGMuD4jbgrzKxgeIqqdBdbhh+FBcuqe5ary\nsRR68Uin+PLfASJX+1l8omEn20sua6/YD67/YipyQRSmvv+Gx21g2RLKxFK0\n3LCYMdEgDkJ0rWNlAe5qTaiTy1tqZp9pObjQOe8Xo/JWrBITyOPwDhys0ftC\nj6WfDBmNKxR/uaBvIsM/MXaEGVBbhR2yBW1ib7MExvFJG9mbHQxNLVLvjnhv\nhm244K5DoqUWGQ87NUplB8mehaVX3Q7vRaO/CzKn/WzaRBu8ngyT8mCvThxY\nFiZ3wmsnFYre8LXWfD6ZN/cIMo66mZYjhTgUTfaUg4vycd0Q+T2lKIEt/egc\nc8OwCRfc0Fc0SGAu3f1tao07nap2F3SXue6SsBYeS1mmhyh8CWnwdQ6ANSUh\nuLchx1/+5yfASTwHAFPrP1SZNqlzlZm/+oZoNyla50UX93oNYsE/0OAlsdnB\nYTcEAP6HaqfglfeovAUhTO6TwlU+cPVKClNsFzjRdihuE68YJZkTMwUkv6ZW\nzBH3M9MtAPUl5+78n6BhOZvBchvs8+enQ23ID7O8eiE4VlwTI0smns4ARoMA\n6t5Aee69wV2oU2SOv9+6B5YK2Sa0RUtaZG0OnHfNrtHMMiloTL14gBK06KdO\ntHfL\r\n=7HL2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f781b9f1c05003760a74238f3edafc425608b8f7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.41_1610398724274_0.5980519260634423","host":"s3://npm-registry-packages"}},"0.14.1-rc.42":{"name":"fundamental-styles","version":"0.14.1-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7cc1ff2b43ab6e1762cbba4c6e2b883a2b5a7bf4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.42.tgz","fileCount":512,"integrity":"sha512-zuz5wn6B4jNp48RPKXfPFG0rC7xTCQXX6VVJG9G7JVC9r6da7te5pM+V2k0I03//bbw/wAfRYZqaDC/kVvaiOg==","signatures":[{"sig":"MEYCIQD5FYX6KwcUmryj3UwKZg8cPffGIuYob4GMHJLSwNkdpgIhAPjNsKYW87p+hsBeIu2bJbW+a2agO9+43vWUVDutq1HO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15805517,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/hZfCRA9TVsSAnZWagAAwRMP+wUqKZ2aeR7wnzGdaH1d\nITGKL1eBcerAiSElZF2tySgAct7Y9yA91bc2obSZa/C5M5qM7kwj7rxpd7ml\nIOGNOr8ovsQUNm2kLCTtObXQcIWQsAubEXzsUZ5nt2J1f/tFIv8CDCTrO9Nm\npMWVq3GmsRHzA/yOHJ/c6XAEQbhL8MOIZLqiOeeer81Hd901VzyCU8Br7RCP\nCsugkpRZr8zusTlFB/d7Q9De2ehELlXEi10+HAdp/O1FWAzX1iMuxpIppE8a\nQeOTJCQlkGWUL+lO3FVXeqBXIaVx9v4iH/vt6lEf8/X4Rn7pQ0/5EI4y4hCN\nyEsz42nhMR33bWKcIk7samXBVjzpbWy6DN5QI5ZnRcLWVXhMhPpDUdgVnMB6\nsBLPNXz39e+sOjV1rLqfXtqSV1lrXGmimH4I+f14R1LkB00WmsAm637QyQ97\nS21wxZDMat49EBXmADfxUwQS+UfjReBwinlPCTZNPqvVVboMf6BeuW9gJjp6\nf3wcM642DmPk96jad2HjBm/gwLSOfutDA5GL1/xvEqNa9tfyx0n7mLDdQ16p\nhF/GK3vMyUcayKRYKGjujxuxejrf3kHtXc+BSQ7yRxtSQap7vmhsbARRzuIb\n+60MT/awuuCZdUhb7zI1N6yoqYJuX8PAJ1yPNWrHmG7pWWP51+Oh/YIEinKb\n4mBf\r\n=Sgov\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4e54fe7a779d66ddd9087d9853c2f2421346c74c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.42_1610487390755_0.7361432015309308","host":"s3://npm-registry-packages"}},"0.14.1-rc.43":{"name":"fundamental-styles","version":"0.14.1-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"58d5f6a9c409096f977a3a62018e063eb6271335","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.43.tgz","fileCount":512,"integrity":"sha512-U6gE5Z1Vp4VKOmpTGOy36oW9VeyKXBhSs7PKjjNJTelO6/4IQuPfp90EK3OSMy20nxhZVtpfNoio4gupldB/MQ==","signatures":[{"sig":"MEUCIQCoRlX7xcH5r5XlKltV6KSAkzq7oPXSAot3GC+oGnqt8wIgB8fRDV1q4IYKV+NONVOiVY3rzXJKmkrrWrE1Zdi0juY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15805631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAE3zCRA9TVsSAnZWagAAT4EP/1AtcBCMuXTalZHWJ25h\nergDzBl1qvL/BSkk+8eoUIuSKXc4GbqH+WW7SbWUnSexx2S+zJt1olW0xVnw\nwT7rgry6JEvFKfc1CPw3pQ07KqGbXI3BDExAhMFNIed7uJUOLoLhsQ9NQarl\nOdTaExZ7+1CncigX1hSOnAJfXff0cQFt07sbDpDCRzqutOsVJKIQXDm4j9zJ\nucVXm9C6MDze1gJk2MNdvw7y2U6tcVu5sZlm9ZQX3eWieU3iv0uNf5bWQDUe\nZKcND/F5+v1SwraZxqoDtpMbpIfLVc4d5uvmEwEGZzFEN7Apth0/AWkbEb3b\nlIzmwQnfpZ6pZ5QNwaq8wrLgESOkFUeFysjiww9FHgbkD7Uz5bcchkQLiWxd\n7nHGFPkB7aRqmytprG8wD803kfn9qyi0UFE/HQnyJOLrr4Y2TD1coGGmq7qA\nLFemG8Zc21H7dn8/HgwM8KyaAH/XxyvqQw0WqoQPwfk7NLpVaGuNrarcygQr\nHrIJalBbKSFPAfBMdXvCiMueMBmFKBcIkCYYzid8uNHFsUzUkRFCGfE+W0l6\n9LxyrIIbZp3sGMisRFe5/SH8vCeD/ZvDiZP0USJhxHeo2DlV2npiN3fLyCtd\npB9QCTqlYeOMM7h85hlTWAo2h6tz7wd1rtvwU+TMgEzygNE492qP+HLrZVfb\nCfvh\r\n=s8OY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"88e23a623718dbb3c5604eb1486e66320d6a5a7d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.43_1610632691270_0.8540168614660728","host":"s3://npm-registry-packages"}},"0.14.1-rc.44":{"name":"fundamental-styles","version":"0.14.1-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"10dbd202c608f10c5d41b3e8676e8aa971b33151","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.44.tgz","fileCount":512,"integrity":"sha512-sjTbvNf/s0O6RduQVQrIqHKfpkPXRkEF+m5AG/93T3eZqs3+46zXDcprizSycewKw9iBcGs8vI+BYOrVpfPkXg==","signatures":[{"sig":"MEUCIAnInwZwKCYsHO/Tqk0O7ATlwNrzgNpESwTmYODhdOO7AiEA8z0YZQp8o/BPs+u7qLb7r7QCP26iy0kNupfMUbpuKpw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15805745,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAFLSCRA9TVsSAnZWagAAZDYP/RRcuk+foaYf39METjJS\nS1psw8jq5Lgm6w0Kwks1sJ4AYkU7x5NIiRRZuc/pm+NaJjCKCRo19UeNsK4O\n1Sje5jfpHlODD/OMofhz+pF1yvUWv5PBSPWXEa3yJ0YLufTJlJ/FFG7IB1XL\nTi1ZvsBh4IGmf1s8XQpn14d+FrnMSgS9gcheyPs5P2iCz+OwEGTK/UofngsZ\nX9dvp/wO5+t7iEcV2K9Bwch8J4UXSIht906dqfo3IUsooMiKGpzO8ayqJhkz\nxUs3EaEYXhfyugR8Q9qxtW4c4cbsfwpSrIASnvFJ2aJ8Vk9718nBxuTAKZFM\nNuO/477uw/RTXifUDyntukBnGOKpPxojy4wuqzWVkK26XZEhp8sKcS5DeTLk\nnEfrT31JcAi0u0FUdChR6OX36G6YjY3Tg2gD80ywgnqE2UW7tbKpveduT0EC\nKdcfhLxV+EJve6cQDFzGFRcSrUELZ1RlLLG4lE/gQJ8+ST4zsb7UkOVn6wgB\n9wSFGKDERmTvKNIhfHVJ8Ckvw5E5Fk1iEhnChCB6vg9RIP9mLAi/6ihL+HpV\nl9FYOwac/Z8CLNuDv2FOLH+8CAOY0u8rXv1dg1rQ8+A9YX5F4jgkDPcYVxza\n54qyaxhvcpQ+UEexrM9k9Snxc4X4iaIvWltDFlAuaDQsxQ0WAacw3LTRtS63\ncnjs\r\n=rPMW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9db5fc386b87de30a1bde18c70d8eb55bc2fe6b6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.44_1610633937882_0.23659262154427552","host":"s3://npm-registry-packages"}},"0.14.1-rc.45":{"name":"fundamental-styles","version":"0.14.1-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6249b498e9a9ff46e372c6c4691e9cfaa660477e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.45.tgz","fileCount":512,"integrity":"sha512-FL0vpE1LAcWVjGUxHlau45jpqNjHUPOeRFr5pi76I7UxlO46oBzdvla7aQCzcd25ldFbXTj4WFkHtrDilvKqHw==","signatures":[{"sig":"MEUCIQCqJtH8GoeHoF8iKSmIrFWS7OldCP3QXFTH4715fKUWLAIgbhlhql7UmA5T7JuuKGAsK6A9jSuL74Nkqc0p1dIi++U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15805859,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAGOhCRA9TVsSAnZWagAAAmgP/3pSX2fxKiiQmUZieFsH\nV91O7ztX2oGSgDBvut4Q0J5c1iGtTQnhdiYCSz/uIqeRRPtjkejVi6HpWIal\nNHqtJ00wl7tLppLcYzNMLEVEUBK1MAWNQkD3eN+sa9eWo8jTEbH3Dpk6/QUT\nsyygmvO2b3Hzxt/U78yk+o1Y4dX7jkoXnNmylJIXdpb5wdTAbAwgemTRclS4\nFfA+h8/OkP/MaKpX+iCdQcoNWuyyNdQFjumcxdKNNwZTuFUuj3KBDChD2M5Y\nPIkxj3Nf2PT8dMU8b9o+xIg0l6A3+4fqqCFTDhCevTfZHnMoTJXc+qIp3eyp\nHkRrixDvNk05V4sHdrxYo6fMzOiQGHO1xaxP3woeNdEXlqdd27nH+G6mXDMs\nfSFJErd3dZhpHWbElkghrA84OucHADdANBxXyuaP9EnqYj7QMWdb5dou2okJ\nUixVirS4NOqd+qJzktxtAnX0RN4o+ZnINwUfK7rKgNmHbdc69RT1Fj+KLkh/\nZlfT+PgSLdRt1VfKX0BbQ797QVjvUVAS71mxP4N6Fj5VTun2QglDmhTxD6RJ\nLboFBVUfDsSFeG3YyGoWidhj/MU4swQoPEBy9vosT33dbrO+bqzb6SO/jXYA\nS7CrRhGRzpCf2jrCOV4u+u/6yE4aLdpu+NOIWLPUaC5BgR0pN7PXqzH0wCsJ\nAgcR\r\n=kze9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9d0c20b28c0107741859cee9b1438f6464154280","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.45_1610638241337_0.15513261526058608","host":"s3://npm-registry-packages"}},"0.14.1-rc.46":{"name":"fundamental-styles","version":"0.14.1-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2a5f7827645c5d5c3f500c4a8220bb1756ea116a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.46.tgz","fileCount":512,"integrity":"sha512-oex7PAr6kVDAL8W9mPeO2eewCrpCyMRqv6P3mha2MZLoVJbqxI26B7wV2P3eA31pGwvBcCPhz9LrHDtXpfWqjw==","signatures":[{"sig":"MEUCIQDySlMgdKdMPgeqbd9uUXx3+PCEE0JCQbRnWzHTYS5FggIgZttvm3QE8N81wAqFj+JKjV4NVS33/OQtxaRArKSBV1I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15805973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAHjjCRA9TVsSAnZWagAAq6MQAJF7eCtyHkub/SWOaXMT\nMq03PldbwhdbndjiYQ2jX66XzRGSLOxvFpP05lid/ulv9bndett7ScwkYMSd\nv4DLZllcBMxEwwq+WQ164aJEZd3kpu4P/mZDlXbxCsS7ds0jEgSXHLiBcOcn\nAkiqSC89njCeAY22YAav2jLhghAoNvVA+ptyEh4AAn6TFK8vb2/i9abBSeGr\nH+aMYsVwlqf8BBfkLwRxsPxDb6D9U8qiGl3nh8SoG8EBbbWCyoRm4DuZSeu3\nHKMa6rbA9yHiF/k/CgHSLiX3jQMMab/B6rI1g4KfukrKRJpldJfOaqfQZSHs\nMyZ9haky05psD0aUp8OHYW4ANf8rlgiR8KjHCZ/knHTq0efcLkJAxc4DtBBC\nKz5pwJQf9/d2MGbdW6HOsfWQ28LGsL+oh34lX5li4cKy2kcmZmRBjVr+WXND\np1oLSiF9yXzZ44el0JcBJ+IAFaJkVXPaDpcNRptGs2vMNSy3NHPcT94VLVwS\nfPqklx377/n4Mwd6bRRuXXxFNrjzxJ0OmafX4REKZp5om4XjoJkxcUhMm3lY\nWIx66XdybAt4mHP5Tq+wU+VrsNFNiDg1B6v6+pK4pYWa3ufbNNR0KMgYqkHV\nVuv+sE7U1lRK2SNfuXPvwXTFZIlzVwfgJBg3/W/Jru+VbBn7yLrpHxf4OwCa\nIwS2\r\n=vG6T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"42d1a423efea3089b48833b1a286422b8f1324a0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.46_1610643682510_0.6159059144731218","host":"s3://npm-registry-packages"}},"0.14.1-rc.47":{"name":"fundamental-styles","version":"0.14.1-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"74cacdc56237516e04293b46cfb59562e386419c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.47.tgz","fileCount":512,"integrity":"sha512-WpWObypVyxOeQCo1CbY7N6uXclmIieuZdVEWjycccMDc4GcwwXdCWXj+u5fsI3suoLIp/FpEkJTy+uK1/VDyFQ==","signatures":[{"sig":"MEUCICJH/uVwgjWb0rRvesTrMIqyIKfbZzqF3ZpD1I8eAIMoAiEA3K+yOG8ZSIajfLmBOlwk925ctG/tKeVMOSn8WGwiLug=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15806455,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAIVfCRA9TVsSAnZWagAAstYP/0JE3sjwHiw4lBFGwdqO\nja9v6/jYSL/UyULrddw9c+LsPY2JHUM4fgUrU+Txnt4ybO1y2pLp7j2h7NJN\nrM7BkB6Sy3grwmoMkePmOsb/L7lz/q0IxVGFsDLg/LUknpGnQ6TozREjS+5g\nbyDW+887WbW7chOQsvpHUBBlmSfEd9CLvojbHxMPXCVu+FVBurQKz8aBtGnR\nDKWjkvikmBm/YxwDXv8PA+K5mA6dB7zqOiRGAYx9hVTcuvm9yNcg73IoVI1q\nFgi4iiolr69VxGE9r44bkbVxb4tpIo5LVKeIaLRNwq/CYeuiq6rjXTcyGn5s\nMVmFRDaGpazSkilrCxA9mTnPMRs8rqvRWq23pFhtTZ5XYfh0Kah4Njuwxo42\ndkYNssLSa2ei/nebeWy9P3LDvA89iXcMW+5Chs3qDf50d5o5jRbcRPxeC8kr\nIIn4mJMzNYdXG8WvvziewzVmQCbdrG5rLyLjAV8owso0jyQXpXsMB0qG9oxp\n5FQFBTfGwShBYkm+8If5tDWoNkXGf9A8UBeFqr7GwoupnCmhwjAnUFn6Jja9\nYNilm6TGFgAjE1wZknBhETNXhy1QHTBzC+rYcm89JTNvcKOyNAFOGqJEfIuY\njSKvF/HYJR9rapqV2C3aNHWTGQRwHa5egApahfFfzB6L0bb54BJhCMk38V8w\nMSSn\r\n=H6gR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3dc473a0d6708dc61c126ee7e584fa7350be8e4d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.47_1610646879283_0.47037650963081945","host":"s3://npm-registry-packages"}},"0.14.1-rc.48":{"name":"fundamental-styles","version":"0.14.1-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a326361a42ed81918e763289fa841ff113b81048","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.48.tgz","fileCount":512,"integrity":"sha512-a4GJSrbrz+QOjC4MQwXxFTDPlubA6Zj4gYB6+AtkNglcd8+QfZ4XT31T/frakdrW8POw8Ys3n0pcbq1How0cfw==","signatures":[{"sig":"MEUCIQDxHGszG9nY3DI6IKXVQ/SsvWC9mhrIaC3vjtaFEyxQQAIgb1kTHXC1yRMw8ni2F92h+iaRZKBe/J7d342n9z7yqr4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15806569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAIkNCRA9TVsSAnZWagAAMukP/39OLgApZGch5FkG/WqG\nYqNqwwiOuwDlrTQq9U0guJTlVKZIfkRRMB+hgf+WffH/hJT8VqZgknaz499/\nvg7SBKgn00TF+mzuDNHFEJ4mXyyUuwOLEnGNkWZHpzNeghXptcqCglN38ZIV\nAJhA5TlCGZfeKBs/74xZcTj9oEir493vyYt8Zp4pk35YQj9znn/j3wShupbc\nXf5rTU5uanLnGBIi9unBCS1hyfOT1zk9YjBligHUv8/8aGW8f/dkLQ1TpYrp\nX4WVOt+j+GENuwStVfzm51gUICr9lH2yBk7adoAoGfH37jgV4vb/Y+Scc07b\nj2DRZZEzt3hvrC7KHeOaQXw8p7MWrVyZCLDiQ0nLtmUqBe6jZLlTPOJCxrh4\n+Syvaa3bykC7ZsRmwztyVVyByV7GcxEzXuLSglzXN41InoyAIpHbEBFft0yN\nGKZbljO9hQTwChZ1wF0h1xyx4zlfYox9hyf3E97mXytqCmweg7rbZSdMLpf1\nQRm5Vh6q0rG+xFL7+Qr4+WtODFb9QKOtsfwoJglEQEPRX/i+G1jgOjtiCZQZ\nvf4MjFZtJCKIuj2AALFb53H8KRAfppLtp4yFuL7vi+XYy0tHtv4euR42cg5o\ng3M/7gvwC+/IyRRd4mg2DFPkBsxFY7SiJGn5JEAOtnpjj5OMPew8VcuPKjZx\nDMCj\r\n=In6h\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"85dfaa2001b4f99eb73f81a2ff8c845cfe66b646","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.48_1610647821238_0.45447992809847904","host":"s3://npm-registry-packages"}},"0.14.1-rc.49":{"name":"fundamental-styles","version":"0.14.1-rc.49","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.49","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e03caaec65ac69b51597edcb035908e032587749","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.49.tgz","fileCount":512,"integrity":"sha512-YXDGBwf1kx2Y/f/WhLNsmIIwtwo5SXN7p6krzjvVyDiNs+33Ge4SCDR2s4mlyWlk6ohCe06q/J1J42vuRROWeg==","signatures":[{"sig":"MEQCIAOIiq30ZUwNqPIUF8eZ7AYyqXoeBjrRYBuEhfmSLN8GAiBDgX6ABcq8CSGyV4wrOo3h7/IC5xK751Y/JMMEtoAwGA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15805007,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAI0FCRA9TVsSAnZWagAAcBAP/3fymXgDOVpyXtnN+hA3\nkOxigS2qwfthxkfwlDUunh2iuOX0Yl/zfgH9pANvgEeT5ccz2mVxlr1Ef2jf\nqAj/B5nhzBmmDEWjt70LwxQ1MZnG5sfvoTx+6gb5AmjvM9XhcFnEeN48uuOo\n3oHf8/xHVf3tnpiBkHNK97Neh9TmhVmDYYQ4U5P+w4in+BAZUtt/jS7A8L2i\nfQYZTzxojjf7S7THXQZaJPJQYTOsfvlRA+JkJspZKmsOMQJ4lvnMnr3JsAlZ\nFIBWGCZaHOQ3J2JoJsaH4iXwk2KgBk5l0JoHkYsekWQTfZz5qY+/0znLwGcw\nuYVw1dcs2noYEIi2DFNTzvu2JYAQVshpCHUvOo+nw4Nr76cqR3FhA2EvjKpe\nldIYtf1ltn1Y4XQXt/amK1o2hYC18xQ4fpZERwQWS6mOFEV3FcI/NH6CQoUg\nitaKzW+/Pgo9/KZCQBaWRzibAY78zfJsBjg/7tmg9mjx3JwjtGU6CPaQq678\n4swNA1UScS6wkQMUSCylkQT28LqlP8imyOxfnXm2F9pbmUeb2axr6X3/Uiw4\nJzTrcYebS/p8HXRsMyIhHGk5CXKrLcDCDaRSgWyByfn6fVK6moRcao6Ysjjb\ndzK+mTD+D9Vna6CkzeJr9qdyi9qFCatSFAEjefZWjijbNjKd41sD2HXlLRWB\nUFq4\r\n=P7fD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"23aed7896deb097285b0134104d09056bf141af0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.49_1610648836407_0.8575521526362386","host":"s3://npm-registry-packages"}},"0.14.1-rc.50":{"name":"fundamental-styles","version":"0.14.1-rc.50","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.50","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bbe6f7af01e9e34c319df91768fcb54c4842b37c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.50.tgz","fileCount":512,"integrity":"sha512-UIpZOtJLq+37ThdgT9QB9O6NOxsnrexMCS8VQJQyR+o031VqU4Sg+5MEDrFUJkyhTbhJIsuVDI2AuxUtd/HhYg==","signatures":[{"sig":"MEQCIFWYt4zpvSq2zxC7L6EHyRjPLQNt8Yq9GtR80hiGrK0dAiBMSTimMyP89Cp3cq9AMxvzD3rQzmu2QCCvQCStfzhZVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15805121,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAJDQCRA9TVsSAnZWagAAs5sP/jXXnfy4l/1dYo9ZbsFs\nL5/ecqqoqZHbYVD020vAQySXwDVwWs933ahMiZQZLlPPSITGazrQD7iISxXR\nepPsdLoMjoGhpaqLB+knYKrZ2xv0P6M2XRh23UQbUL8jmOrYIWQtpGypdiHm\nqwR1I23qwbUgw9ajS82+7kCeYPvUyLNndobzggMLJcoF8a5oSctM+xAJOnIP\nUJZGYFvoGfU3Y/gdX1d2+zoJOTtokbhyQ2kfvPxMd+eZTUktUk/PcmV5MeJR\n0yUsUeEcB5n9BmlXUnZcJYpw92Z06bjNPmRgsXFqgdQgROLdnThSoaiFR0qO\nTQtQWfLmwNAtl7ZwxfyWj7MbTQq/Os3ZdeHHTkqU+S35wTQyvWPzqW8+ldGD\n5lfkUrnEEnoEiERzVnhyFdFVmHmK1npf8K6SNPRQnV2AI8B+Hbf+NGA9CaA1\nbx4cFIBN+8vqLtQy9vlyrVZceayfYY7SAdWcrvEhIdZzWrE82Hp7E9y1y8en\nzsOH0PW1iOBRkOrd8nY0VfmapTHxH5jr4kZP2CGXM4R4tc0nVZ9qZQ2RaeOM\njU+cjMCLOUilwbC9f/W5jhhKZyjb9QPHvn3Y6KmDedIHSrObJnbNSdkFxQZ2\n8iU3gx2/J9c+WEMRcZv9EhaCh76HG+Jz3E4TtfOLhdJ9wCjPphxZLAVkBbns\nyklb\r\n=COQR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"46216bc02d3c1cda9d11b4b4a0650ac7436fc61d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.50_1610649807624_0.21580817225193338","host":"s3://npm-registry-packages"}},"0.14.1-rc.51":{"name":"fundamental-styles","version":"0.14.1-rc.51","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.51","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8c141f21cf84a087d0e25405bda70dcf901aebf2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.51.tgz","fileCount":512,"integrity":"sha512-g7T//Np+XVaR+XeFCNPlkcFpV/krxnlOO6N5UNRHkP0JXT6hmIr5Oa1jWIK6PvXS6xFd0CgSsjws3q3HucOpew==","signatures":[{"sig":"MEUCIQCDBskK1a2A9kK3BF+yy/QQqESJg/NX3SmHpOh0EjuY4wIgQOAl0pCxBDgaylTbbWSRcXpelVHbvAwzr5/dCZ2/tF8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15805235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAJZVCRA9TVsSAnZWagAA96cP/0UbllKJ3JZS02pqrZ19\njTkbFDiNYp6IbY8CfRaYkP8XBCkLwz622t1+W425aI5/DD3vN4Nx2Rr7/Apl\nev532xsLd3G8Y8ILFci2HZ51kyAOWzmODmXy0QiVHZ6v0wCDfG1FbVZ9mrku\n6r3LWURAj1KLNxsAVarw6H0Nu5QGZuYLqSbviauTmD2gS9EKaC8cnV+3/M/W\njQya+I4YBWlPXVPoigGyolWydPfgx2VYahm4yPoaG9BkXNfjkePbQjnokfXt\ntzJCR70YpWHoDwhIaUNWWZnfjYj9mgkELXHyfcbrlLYhs1+0XI1gYRwwuDj2\nQEExkkQ7DzH1MACdC3W9R0sxkU9AanLv2NImAyyHhd+Z4LbGy6xGDQ6T9zld\n9KuPiv+rOGj50vEtELnhXV5Zd1ubB080hYGlOBXLKoSFq3Ecc+KgYO2sduO+\nBKG+GjpiKwQUxuOmu0mQbPEPCE4NZhBeUTkbs3lY9gGVcvXjunLJdO93Zdsb\ne7XtWTXVfNc3q96VIm8LJrdcxYqr9wqMxzS8TO9KWQtdQUlAg1D4JEmyu5cL\nBogtlRz+KziYdO43yjRXwJ8PUGk0aCbHv+8xfHWkKFTbN9Jb+DHNFIdihQqI\nx5u0PQDys1mGrl7GIPAcmMBogqFoiOwpIIut5/1+FA10tAyp3BL6F2NURQKR\nEp9L\r\n=bUAo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"816c4c25560f236f1827919f885a00a771a915ed","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.51_1610651220645_0.7766239317592738","host":"s3://npm-registry-packages"}},"0.14.1-rc.52":{"name":"fundamental-styles","version":"0.14.1-rc.52","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.52","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e285306be2d2c10bdda0fee49b17c971c8317e2e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.52.tgz","fileCount":512,"integrity":"sha512-S+HZ4mKjrn8V3J1TZgflTZr9ZtItosuv5aZTtUx1IJmukjyPTu5MfY8vR61rjbeKTq7R9R3V6/2lEuTVdj79TA==","signatures":[{"sig":"MEUCIH8knr4tuo/859aQBoiUVgQYy4hNGBSpNkevoEJcK4JTAiEA7IJRUJxPQ6nB7qlSQoROWhyii8xBnWy7hI+3ffXCO7E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15778085,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAJpPCRA9TVsSAnZWagAANQ8P+QDUwhexRNjAZ7lVIL3p\n2vd72b5H+siD3ZV66KcxpDCiBwOLYc5IzNxjaMHKc+PrgPwb9rM5zAs8DUJX\nhGBFkRW9sZAEYpsenhPE/87zxdMOqV4GmZyPaZKuvabUlCxNJNv+qX1JsGYF\nQx5fYzSuKRlu1qsvd7iHClSs2O6hCKgGkCeoYU+xpRgIVgMsrbyB6FdWGc4V\n3toZXTuGLAnEUwEbrTIpZNPZISBe2YkgF/zbUnuKGxCD/EGdZkPEyDnYZLfJ\n+d4Ek8BnpLTWBUB50mBGY1OHAPgPHVnHrYbOoR1RzfGrgQ06WD6iE9cc+ctt\nmnqinPl1M/v9PKjmNiy6Sst9xuYIYLPPGbzQlYIRXghOv8QJ/AX2ofR+lYGx\n6K3x0Z+H90TcFe3I7XwL6h1GBvM4RIeLhL3/4aFBgKW0HUWp3rIapzlzpYvr\ndr4huAx4s8zfJdoRt4e81Fw47Od+GEC7PeqQ2kyumHkICwtudVQKSpSPmrCo\n7jrTjXxZcCrBMrjb/5fUcYfImc2vF1IkNcxNhw+DiA1B2gr9Ur1s4Xju/bmF\n3mra0GzKUkajnR9DhO26gHwF/GhrVaJTIt7oCK56Vpl+EnFUjq+HAxWLp9Z4\nF822w2v/9L/NtxQDcZttDgMY7KVB/5tAe0O8+TR2OXmQDuXpubwcpdtO/IuW\ngPxG\r\n=3T/K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f5ecd37a8aad551aef7f0ed52945d5b4f92cb1b9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.52_1610652239430_0.6950084815438731","host":"s3://npm-registry-packages"}},"0.14.1-rc.53":{"name":"fundamental-styles","version":"0.14.1-rc.53","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.53","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d2c43a8837a2e0c1ea8c5356d76209ae364f8016","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.53.tgz","fileCount":512,"integrity":"sha512-Dg5xjpzNB4DY+PZilzgKOI6KWIuQ7cfJXM3MSY/e1YZX4Bu2KgTPTuNP5igOnpdU7Kg1wiBKkd5wYt8Hi43xlw==","signatures":[{"sig":"MEQCIHyo8fEoKvQhfhPK2fv3tBdz96DxcrlhEClYIE7Kpe5OAiA6FOlqNia3PvB/+uS6mrcE4aCAHTMKIyuQ+ydpyW8Arg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15799277,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAKssCRA9TVsSAnZWagAAkrIP/1jUsZsLGySJIZ8BwBLV\n+gJCc5IwwUrgdRIMCoXB28mbUuimRq0VNj3WFTv83hXJmPA4jP7KYVSSDbPY\n23Gx+Y3cSbPdt+TuevXf/Qj/1hpL87KeKFAlxJpJhrUp7PUJlD3zVSmeyfxx\nLQBtLuNWo4nAhKxzi1H8+NOV0qMJC2Y4ggXYOFouyTavY9nGbUnOgWQ+wjzn\nJLfJeQ0CpCMUvQyAEs2/74c5rnDELBl7nIVfxyuL1Wk41uv0Y/AJV7ZMgCEW\nnSp6OP7aIEGkNKXt2xn109JisoPyBztCjWerBsKBXpu8/u0msjsB9JnHSCmC\nIZ6A2ntbMnpIUr9gvwSy8ADOuTEf+rFktN6S7+veZ/Fc7Lusjk50w5nUSrY2\ngkAU39S/kUCFLw0FNe1TSIs3AHmznlByU9J1lB4F1bipP38h3vI5/qpMMN4q\nuVyO/0nuq8mpS1X0pbCzW3nDnJ9/szmWyAUkNL71rnch8DrqPGPK+KjrsM+D\ng4AQwoxKbLbUILjJSwEP3sEUBDWDhAuHSnZVrlUuPh9mqUEMPepXxEivTZ1r\nc1sPiPxTVB2Ws7jLVR6nZVutcRcIC973Y4kssS+9sjeP12BJSWZHrhLGmDzy\nsAqe9Ogf76k2DSG09LjJr3bnggPR86XYMc5HN7iE+Zh7btqrgVGK5XJdgZMy\nlET2\r\n=W2rg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"70afedf3e9cdb717818945669d0df4512890427e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.53_1610656556139_0.15319137735973043","host":"s3://npm-registry-packages"}},"0.14.1-rc.54":{"name":"fundamental-styles","version":"0.14.1-rc.54","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.14.1-rc.54","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"26e34c79bdcf23d903bb7015effc146a83ab1590","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.14.1-rc.54.tgz","fileCount":512,"integrity":"sha512-sU81qg4cC07sjLes4BnCUsgjIwULSZG1bMbFEuRlfRtrAQI25J37JZ94JjAkFyqZfqsYh7Zm7lCjMiQQivQQ7Q==","signatures":[{"sig":"MEQCIBKHnBil+BlqoYBFlhbYX0hva6o6yKUy0Ipcy8bcE9bGAiBMfBpM0MqTMlKJwqDR3WdJUMv/Ss8t+h0uRigynyRYTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15799391,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAMYKCRA9TVsSAnZWagAA9RYP/ifLaB36IMs0V467/blV\nmV+t1xPOVcb5bLptd81xAzkAAUESL4U/zjkyw4FdhdAxk6A3fbotn/9druwv\nuGtj0UYeKzoojYH+LJjQwBwzUOOEmyrMuYBgoPxn0+1HA0F89lNWIKkJrel0\n+7h0Nr2LOLHIhqe6ew/HXRVTKLPHClxiX4EmJavPB2/dOXqGGi/6/Q0Q0qjl\nbqb6PrYtFahiYfHBplmWqPp+vij8ZB9PqatdHujwEO2aa9CAobGMIwvUUgbc\n4fwcMdKLkjXYHX3iaCLlqO0LtbqOV6pFpqu7mCO95c4flJRWbi1TmCYeZ8e+\n7g4B7SSvCOMTA7ROV36i5s0ZU/d3C9fxOopQx36IpQtPwv1OPn5tJ8KceEGN\nnZF0rNteZttT8myJd9x5ZNAh1SiGyRzLwB4Y68/8uisWVbZ5HXHuK8Ir2DJY\nYormgkdGgrEEIUlLFCEKfy1XdhIb+dCQ0W1C/xeBgFELjO/H5ga08riIZLoJ\nzWH86VINoM/BbNB2yHUfqXMB2wRQeO1YN4tlivWReTcVwtmModa8xwxSEKUo\no4ctPY6pU6XSmCYh5JlMRuAMvKMzoHwZMuotRWMpkCYX+3HtHUyLUR7JqS2P\n0/wBM3/dZUsk3n+flppb0o256uRsw4axQF5ab5Q4dgCBT8oYTyrAIuwXH+mX\n4wVw\r\n=h9TC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"529f6f5538e22f2458b69a78c2881bb865e1e7f8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.14.1-rc.54_1610663433571_0.6998653744875243","host":"s3://npm-registry-packages"}},"0.15.0-rc.0":{"name":"fundamental-styles","version":"0.15.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4dd03a0e2eb28f6a69d81c0899a55e02540fd211","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.0-rc.0.tgz","fileCount":512,"integrity":"sha512-g07Y3iXC2UqyoLl/KYPojczv7G4zGbmvOiw36pIJbuaYrtp1hTbyqxkygN7zEmM8PAA/ThqsO9vrIXCpFistag==","signatures":[{"sig":"MEUCIQD6FeE5C5fQ4+xt8szpJn4C0BpMNrYwpVAEYEDmD5FREwIgU26ZXdAsDfHKrfD5MFH0hIEchMzMmHAafZK9kaGeXEA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15799376,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAd4iCRA9TVsSAnZWagAA5g8P/3hBUxSNXGYaog+6Xe8e\ngy9COwRGhUO4HWUUPG3SI0Sv1XdR8Rp6Vg3rFlJYEGs7KV+paxB/1osxXMH/\n4dr/oRb027yLxEBRBObyIVGMfqdJzPhNi8cD2NL792Z4vK1hk6S9k2JU7MX5\nwYbUhbXMbxy3vVqlm52MCbP35wl5g/o+lJIrsRjUq0j+W072r1Vk0ClNw/tn\n/iPOUBckmmJL68HrtSQZhGl2gYppz5nD2NE17uaD1/TO9Tz+U73L0xRtC25o\nDbiuqz0u2w18qqa4mc75j6s/xNvZ/xwBsyCgrcGSSpyqnLHOgii5Q31/nIh8\nWnRQGjcfOaHAxjsoEQ07yskfFIB8EW7aOM7S3neCkCk7/kgOgPd9to+5mOY1\nPe/gyCaTnAgRIJRcC9Vs3/Q/9SEHPVd3anhd3zKa62OV/MR4l/FkNB2GkmAA\n34Fuqopt5G6otrjce+hkmw7IfXX4v98KMO3IOWj+TE00hG//2F/bB1m3rk/Y\n7jc8hLY0ysjN1LTiTyuJ9bi4iFQGaej4QSOUHKmQwII6svwx945T+cfYbyvP\nToo4ezifrffpE8TuZ18DkxRWN2LhUMWJPEQnCxnbSwGo9rSTBcogG/7ftEJG\ntRAF+LnPyVa+q+SxGfYkAO9bpHdyeJGcEUlpAgC10PRIhSqvKHP5ginhywjH\nP1q0\r\n=rDdP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"28130e789cdeba5d0c7e0a185c3e3bb94c703fd6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.0-rc.0_1610735137383_0.5999614985708088","host":"s3://npm-registry-packages"}},"0.15.0-rc.1":{"name":"fundamental-styles","version":"0.15.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e24751b8674490d1ec33deb1d7c226539b785aee","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.0-rc.1.tgz","fileCount":512,"integrity":"sha512-Ngz7Wxh/j0pGXc1REaQprznwp/75GVHNWontvDpBhKFlARXfpwWDn/11xSPKP1RrevEkgWY0nrLuRrVkInhUSg==","signatures":[{"sig":"MEUCIEh8YAkPy0PBmMu3YIs7MldC5noGbiCgkxvievHKa4p3AiEA1TwLXVucx7G6XD3EWwcUaIlXUqhFxghaGEnc5T3TNQ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15799486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgCPoWCRA9TVsSAnZWagAAlrwP/0tg7GzsrHH7qUn8Z41p\nyjFg7eP3z9jbDfzzDxKOaXP8A+J4uUpcSGdC6nyZRe6q/HCeJCBTE8tmaGGy\nQZLuDONDtM6ek6znbU19y7HgZre7VHguWeY2zQCSfRdV26szDB6SQ5+walzL\ny/aH7SToogIj71n0B2kD+9b0Rio9OqZzgzPnkNEtCJpwGlKAlbsiPGs/ZOkH\npBj4eFbLgu9i8DU0y8Oc2y5/UBNRbLl+plcrCzVhJXb062OlX4IvGeA5P53A\nIip6m5FaaPEHz1fuVSN+/BSuJ7utOMweJhnfUakYjNUnv+9bp0mzbUyNotWM\nXXRgZe5rFkXDHE2HaHLvqELptL5egr1Jl9B4te/KAYLVgcv5VRSe8KF+fDYs\nvLYSdNOIJUW2iqg0XKK7aGofrZqR+qLoU9ypQpw66lnVoKzOgB4W+rPM95Wi\nklanjIQy31CRy1+1DHmC4r8x1I4FdJsOzZt402a7tAKYv24Y/m5Pn+dcKlAS\n0cDDx8pI8e5I2fdGetGbKSDH/VflATWZPF/yuhgIbGMWYFvE2WScCzIMGUHo\n0r0FuIXASdal46r91YX/s2Uy3IpsSrSxPU1EY3KEHsw1Qv7WFAtq0VhQFPUt\n0HyvEFZKKHD4jNpJpj8qnf/fe7PVlzzXzYzdmY6R87C1eIr9UFLV/YhNEBxs\nKky8\r\n=/lfi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"fc7224e427c0918cafc835426cd8f614cec84d48","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.0-rc.1_1611201045681_0.8396235114559083","host":"s3://npm-registry-packages"}},"0.15.0":{"name":"fundamental-styles","version":"0.15.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d63097fa8311c6dfb31c19a382ba49b278cbb5bb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.0.tgz","fileCount":512,"integrity":"sha512-DznqbN9FVbY2jUPm/tm3iDYWPt5aHKMeWbunYeten5yPD8tX9cPgLRWfmwpbFOF35qqlobRagX9+mw/iQang3Q==","signatures":[{"sig":"MEUCIQCkY1ADCTilzTcifbG2yypLa5LR/7vv1/EKqzyAxByKhgIgbGXduaynA8oa//8ayrEHStX2xbBgFB1HSlnUp/zXJ7Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":13756429,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgCPvGCRA9TVsSAnZWagAAp3gP/AspKPVyLzhYcXIHysiK\nt2VEpdLgUTwAog4K69Ck3kYQLdLV6bYJqpztE7nM6vjj8XD2YteHHxlPRimn\nIbs8lHRJ5QYbEMpCW0zbkrWgvu2V6FtVYXfJRd0xdpNArLI68oPriN50IUar\nEyKJmQpc3OEkiwGATNbGhoQu/iKieqD8BK/KadJK6FHdjFCiChZZQT5f/P0R\nMTp+dU2+Uuckzvu8KK9G9CNTK3vqfD+Hqwcr/jQUi0sQTIlDgLsLbbD56HXL\nltJp064l41j176hJoka2qMLJvrZS9Z/Gg88nx7uIY07EOoYwNRySzxFGyeZw\nI1KyG3hqHssWAmbcjKBNjpu9WfJYidtY120r/pOJceGjVwBvvjdl+3k/kzb6\nqYGQhaHRyzGY+OtrIQuM1OBz1/kCpLq0bXlBKzmfCfkxax8EK8o3htYlbVgs\noTe8ZM9emFIVtvSfgca/0bzuvb9/noa/JCdpEmOhFA1LJE9nEj6WVVfamDES\noBjfRgK1JLtgauPo7ZcOZ/5P6N2bLY996VyDfe8l6fYIulQTkQVqYJ+vGVm8\n5Ts54vBQ1xai6DZI63Ok3iZF0Z4M1dMUdE/7M6sxxLAovtLU3g6dzBqOnVXU\nGdTGNwCcB7jKTVeuiVWZ1UkZ80af8CC7HPX0883cjgzVscnwyAypFLvDvDBn\nljXa\r\n=iEw3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"be581aa0a7417d13d8b0ac48cda2cc5f14d2074b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.0_1611201477635_0.815335565280149","host":"s3://npm-registry-packages"}},"0.15.1-rc.0":{"name":"fundamental-styles","version":"0.15.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"958378b35fdbdaa845fa4869ba9bc57533debd8d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.0.tgz","fileCount":512,"integrity":"sha512-NkSWMH8XIKGttoBPu5jDR4S5Y2OfFGJqN6j1I+StUIHnS9sxyg7wOrpXhkNw0H8fA8A03kuBn8yMosgnJ4U90Q==","signatures":[{"sig":"MEUCIQCDBER7FvROb2WbN9/7n8x/fIuHbagjIrODJYhIQ0/9YAIgah+o4JiR/a0YvPRMWu+Zp3Bq8H8EKwDLxrbUKcXUbFw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15800549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgCZkfCRA9TVsSAnZWagAA59EP/2Ja+weOkewOHSFmXjWg\nZuNTWDr1ZVpTVBYmoPnmDNwVO7w6pNV8RkGfO0jywJ8bJ9PywbKZJE2jfFLa\nLs8v+HBdYqBVb7Yta4cSCq836eRdWdTyvX2Qe0LseMuA/UrGvg/L4iojy9bj\nYPek0fKcNbtTPeMqjI2OkHi6d3qSo5CppUALLEkXyA/TdIidhTXEXYHzT4cK\nvm12QUEjx9vZAHisfRkwfDYg2xuWvDY7kRPMDh5FEMftDgVXbPkyIJABE+ZA\n8XLfRxmwy9D6nDp+RWArsyzIl1Q9jJUcAn9bnlgzPnj5dzoru/QVdDgnlhzo\nq/byrg6SxM+f/YImBpM5KR5fXuW3rNvrYlk1sX9CASBv9diEK9iKSOabxqsR\nwMI7m9F5ds+k/N1JljcrPcF+bhDGbDvNamMvuf3APZ6sAudQZ6A/gbk4+yhX\nn4S93/8Rg6+xLNHkdDAbwfbyrKqFRYPSg2+9lrstvq2mqfa32e1hBBk+n6/t\nIvEr9Kn1qIGQWeTHz8oY0bV2hA7B9bTqLLf6w++u8R1lK5D6JzASSkf3W7oc\nMQzjh6QTPsioa06mzm8rpY2Y1lBFa+BeO2E78Amr5k9ADplby2tOlsca8Z/+\n4AVk3ypyXf/QuPJMPU0qkePPqvojQ+e1S1WaxZJ5KFrqBFwbcsheXrC7unQO\nwjiB\r\n=umQf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f576cbf937ce5eff6f938d1358d52ebeb7c5f148","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^7.1.2","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.0_1611241759119_0.3748463139629834","host":"s3://npm-registry-packages"}},"0.15.1-rc.1":{"name":"fundamental-styles","version":"0.15.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3e2a9210278cf0233692ed83488125152805a49a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.1.tgz","fileCount":512,"integrity":"sha512-PJ/Q3GZaO1Hdggb2cPV6vJIPoJztRamueW7BiABMm39aOG06MXj0M9JQW/wE6KZSm0xHd4LS+MUsDUe4Ll+U6A==","signatures":[{"sig":"MEUCIHKGZrWJM4hbT9vCQudL/8Zsevb77MHTePM5cjF3qy8uAiEAiDLlW824/GJ25gkeMBoZIsP2KXzz1DQaLhiUv9Cxo0I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15800685,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgCuFlCRA9TVsSAnZWagAAdVUP/AtASzjPlL20PrQJh6lM\n9TQl2tf04HaYxcBjz+htX4NLCrHoFWQOgIvdTZgdTAwZLvwszyJ54paSxhRU\nr08lFhG4Bev8pGo2kjN84pT6GWyrF4sOVao7AWvyXMWNxeVo6XUA8RDZsMSA\nfXVrccHl2c+EGLmL0GhHCZfsX72cRtUg6D0f+YrPwSZuP/Fk7KZu5aX37Kcw\nHmRlpDxiDQm4QFteVD8LEgntF+tX2+h0qNQ0S07G1ig3+vd7+GLgo+CHFmZE\nuWLt1JlwZX8/mIuaJbQm5tLoClgf5kaDve3BxigIt3T+3+6N3EmEtApLJ/Mw\nxufadGGZl8tkOnGN76Zl/J+jH2yS2K1gLD5bdzzXZbBxTq5Ce8c6H3icwc2C\nhu/xG5QQy9Lp1+Qu5nXW12YmO7BWWvI2uuo4EFeTzMzoPjxztT6u6ig6Ksj4\nT1gGDfNBhXTSonnBimInUDQMqX/dMzOhMdMxwqxzhrSmTDxYVoE8hTb8iH0J\n9JOFzVE4i4m+nV+omVOaCKVebfPGKdGbT8dm5AwUw4KBaiSWm5SorRfWO0r+\n/ISLl5cNUHCB9+pctt9LT1bdnE15mg+vQDyuitBk556XQHMFDjoZ4Ij1H2Yt\nd3ygfpPbQ9ZslCyEiYFqKGBHYNTr234TxViypithGFOWpmOMQXFe4DjvCEJp\nYdAi\r\n=GfLX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"582f8f0f3077d015d4e42386cf3edc0617b6b7f2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.1_1611325796464_0.4950290873455976","host":"s3://npm-registry-packages"}},"0.15.1-rc.2":{"name":"fundamental-styles","version":"0.15.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0681f5248b9628a7c10b631dc31279da8832b52c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.2.tgz","fileCount":512,"integrity":"sha512-p6PYyfl3151jya75ANWfjlGfpjvY9itlfmkeQPce0Phm1ATy1JULOOSBr5YLIwuFkJY9jz0FSLwuzuC/OsIWRA==","signatures":[{"sig":"MEQCIEyGJ/PFrSaZ6aB8ynaCXsoHpVi2NfamMFiZYUSf8uj5AiBIEjSdfFJHH2Oe1mrxYXn0EKGr5i7FFbsMfItVJ6PcCg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15806046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgDZfTCRA9TVsSAnZWagAAY6YP/2XLTruLP+Ez8oGKfJOk\ni6hYyC6E3/OcUCUqAvbuEBcWn9HOwU86pAUZRnpGfwv+ih4oxyKf93YYnV+v\nIzWU1etobT5Rc272zLEU0BQeVHyZ3NDiLAY/8ZaPVNaGqUVxl/YUvZEZEd8K\nfsMg02JkhGUdwHjgm+3HWozXIwbp7EkUxZ5VTxBgMCUJkQviNd4IkhTKndHi\ndcXJ6flzqDkFZn7t9UqR9NLdEMn5+UBSs4TdUWfAKnTNEyKJt4kbquOdwCJU\nVPrvskNKzZmc06uYcqX/BUrEQdKyKfGGWdAyGv4XI9rVWKsjK5mGhExe8mXv\nFIgfHY9D/IaU3e6iG2L+pjD/7nTlqF76T/1+OtDSacASPuW0CebjHiQsnumD\nYInPq1BUban8JHq//Rye4GRpNfmmZamTaHC3j2FyZZQESdq4NnlFKdzZwwV1\n+TkY+9glP6H3crLRYWoZ+xhSlNKJIOrQ0Y/W0YAJjMJQV6CR7/bVzoB8owRu\ndlR7aDgsihcCwWuDp0x/zCCpJgXL3TYASbQXQRUDzGYId9HwzsDjIMqRJB+S\ngg73xAdI9/7J/PfMNTD9H3Xm/FDWHbkOEo0DjB3Yca+hUj3/1v18CPaxDOwm\ng86oUkU0P/jxNRmh3nAHrUu+YDtspxIA1D7EA0ARHkkcX+gh4cnskBuhxeO0\nTyr8\r\n=CNmb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b57952eef44ea58a39e431ea8ac916607507c7d3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.2_1611503571398_0.97385663983374","host":"s3://npm-registry-packages"}},"0.15.1-rc.3":{"name":"fundamental-styles","version":"0.15.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a9c296be1f82788f84f2e05529d2e868ff91d93f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.3.tgz","fileCount":512,"integrity":"sha512-cSoIwzMi5GrBdWKCZYnMmu4n2Y4E01eOiFiQhQ7cQLoXhhsYnBkyCA7uv1xSVQFegXvlZ+xDSpBhPifGwHNSiQ==","signatures":[{"sig":"MEUCIHnmuUFA/X14a9fL9qCn11jbAk0Tqakom+/xWex6QHGZAiEA7RwXVFyTtbMA0T4cXsoHCFm/mfDu8HukKKrw0n1prFg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15802753,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgDuY2CRA9TVsSAnZWagAAeeUP/0HifKy90nTcc7IMSQot\nAJlLZG0BFUGkYpUhLBTMyda6AV9/UnV7NsPvSezogxfQvJy923rGfDwmbDmk\njPW7YkbQ68Ph2cN4sZ0MCIb4hPWI6zIW893dr7bP45o6MxAWIT94SXTJwe8c\n9UDgUmiTC1UexwBMq+Mqu4rOoRtaJdB5AgeMfn3bgmyGDp3J3v5l6cE2tDzw\nXygqMqLnuNtwCix5ZwnM9Uu2Lf+9ynfOWGsonySoeign/aDDzxZi4jcumueJ\nLqbtIxP7uuyJEKdN6W86W1c6mA0VpU+4ffnGkNJVSRX/6RxytkGXSCIlJ1Up\ntl8gVM/VwcGDthh/Mven1poQQtkGfZASiCRxY23SpIEgF/yoGBCIxsFvjhix\nz8CgPT2Pjx74/hH51XqHJzraRmqJ2F550ylrk1rFlHR0qFbfrNPZ7rkqExz7\nsu4ERphz28CRfIchqsAr4py7C+he/eOpBgmdkrgBmx05FKV/1VTBVKjPMC01\nSS+MYK4xvmwHsWbF3aJBTuwHocPEejtO0KDdNiWy2JzacdWZdb20s+Bd1zmQ\nyCBTgO6fIAZgc2rkheY9Y5wCR2wGsSRwqxQOhSe3ql8Jjz4uviDZnd9ZIXLo\nMInAhiJKuSNntlRcXsWuJRc2/RkjP+X+LrCpenW8Sn9sUXhsNagBmrCoQqVA\nljDm\r\n=MVmm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"49e08bf8d97feeb705f3f7c6ff11f3b320040a45","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.3_1611589173560_0.8807687259703489","host":"s3://npm-registry-packages"}},"0.15.1-rc.4":{"name":"fundamental-styles","version":"0.15.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0c46fc33a859a403451b4566ee19253d986d8e0f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.4.tgz","fileCount":518,"integrity":"sha512-Xmki1qbgfkCj1LtsYCqfeSi0BV5+KwIgvLgoPEXad7OtRO2d501wYYRmjL1krUERLz6bg/bcOL98JgJElt0NNg==","signatures":[{"sig":"MEQCICRHzXO2uVeWtoj56vE4pDAeugjx6MJroa0r+k5x8K4WAiB9CTu8FRhp3BHrCVlNiK4c+7NEP9sgv6ByCVCujweYHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15924260,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgDwnbCRA9TVsSAnZWagAAFhMQAIiDMIRRLhwmKujyFxnq\nJnNfFP3Jpxg+/U0RhCgZsajL4sGgoykbLaw00K4D+oZoZhSNx8XDyIxOgrkP\nlIQsB7T45Urrgt0WEcG+tNFMui8mZU2CYvcJNv2JBxyqqHVsmtqqZO9x3S4y\nkDwCwcq58QJHsFc3L5LmMFikhPu5DIKPfwmKpK0lBSZUA1Jjo/dGbH8FeIqQ\n6mCm19Yo0ZHXhnADPFR5q2hkjqnzdV7869SoT9VdBiZ/R0GJ2aT+MG0Eu1Gb\n8plOKC4QOGsf7+eUCx3ofwhS9H3cTbPL1WFeQml9SJEYgKQ59kXH0Wl0Rf+G\nq1SoCT1sQckI8P0ykIJGaFhEyadOaZEZQBEny94S92sImwgRqB6LmMdg/AhP\nOXKsyxvMr4fNErd0GdxctJhSJSWAgYUQ7Z6413hnIZi7e8zcNSSQfPr/ZeWZ\nbcN2P9DscZOkJOAEFDfitAIlA/Dv6Zwz3A68MZgULl6S2clZlXf6Lwq092LX\n0H4YSow5tfhAXDfknOUjJzTniUk1dgCi4MGaQ7ZH0V8wFYwwSJ5UJFz1cvms\n4A7qp75YYQLhjCASN6mBrc8k0xcQOYRjlxmk7oFtx5SOnhk64NJZhOjVwzFR\n3w5pIW+Z7NCK89meBPiUlqgX5hOc9O89mTBmy/xcQ6kRULJEfHNGZ+KOtqDQ\nwBt/\r\n=8WMH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"71309122928eb93b25d9606d371f8e3cdb0e4790","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.4_1611598299200_0.8997886074805763","host":"s3://npm-registry-packages"}},"0.15.1-rc.5":{"name":"fundamental-styles","version":"0.15.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"880074bd93e0f334b6b8224df4acdc72f78eb7cb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.5.tgz","fileCount":518,"integrity":"sha512-hd0hFXizhRRsn9uvrmXSSLCzia5iNBranhrfs/grGCgibnZ03hVaPlojDzPlxVbPJ5Za4UJ6qxxT5fKIZg5d7g==","signatures":[{"sig":"MEQCIGbTTegG3sVu4JQKoX0qh0mQmY3F5NWB21T6L7VW5c+tAiAD+pV2mebB5gUbRdL0AOW9j4m3Ztj89f0ICrv5ppvrvg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15925481,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgER0qCRA9TVsSAnZWagAAMlMP/igib1WwLoUQwa5oL5R+\nXcvV3rnRYbihcVfqEKL0bfOhXdGa2p7byRAgDHicp3EJNTOgIo2gxYT1oRJo\nTJutfhcNT6oPgrWfp/vd7mLBN+OxuU0p1qUel/LzPHJpxrEJcpfdD+YbTAU2\nirYlGRcISMd4jc2c15In+0kCeQDbtDY62pcmQJnI/XISC0kV38WMNwacjLhu\nPjgjNSM442HuGHESacglhWgI8KKECREx0zMrnmhjWHldHb3CYWFIdSx4fi6N\nE/rZHcX0JomNDOXvY2IEofX8nQv/Q85ZIXg6fprvoao5szwKE0r2S8yuTUpV\nOcmnJY/B/covA+VQWu/n/69endxs419dAbUiiTP3rfFwkigQKisbRH1rPLjf\n19M8fhAIb45V0iklRN8tGABD4aZS02ZlE9mQtd+74O3PVELzD/alXTbUJjqc\nl8erxqMEJdjwBtXzqHH7ku5pitSnaXgGcF6JkCoOM0QZ0q4FmEQiXmzU0OjT\nCnBd6WSMDwBMj1mSCHQ9B9ujtcMF3Et1+yWPWSEi02SHm4prLV5aRUU/yq3S\n1TPhPUuLkYc+uKmBKYN6WgK0WbyaUmdym9A6irGO+8yIXqHozmmN/YZs5709\nANTEgbb/ReRoWb7FLwkl62X7sLveDo0Sl+y3OBNvIvGs6PBHYoGIuerUmiTP\nD/EH\r\n=nWni\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d0cf8a72d3ad2055c1c9b0848d17cf6b73b8dc93","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.5_1611734314332_0.1164368220743377","host":"s3://npm-registry-packages"}},"0.15.1-rc.6":{"name":"fundamental-styles","version":"0.15.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"151df3be2298432bfed5bdead6adf87a005a02ba","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.6.tgz","fileCount":518,"integrity":"sha512-bBle8gQgDs8guczOp2pFFmuRIY+6WbxhG0BxnEHjKFeHJjaQgB3PqUSBi+v3s6a1ODrm6s+42XTVkr/bfkP7OQ==","signatures":[{"sig":"MEQCIC3+28mjrk1rr0cynWL4oIyPsxyDJJllx4QMaeJ0x4MaAiBcfTflabFJpklOM5/AMAcfz3c9l0kF5uDph25RUWSKlw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16014585,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEUJlCRA9TVsSAnZWagAATiAP/027DD+GpQxLOZw3NBUA\n6z/9VlDgYU5pH5N03oPJFTbLREHL435qyL63WSMxlRWKS7Je4ajnqNEGCV0z\nOM0lzq29n/i108ZGE6n66VAPhfkj3hV+yCO7luqwePqOgrSUi1VSaGsFaR8o\nirR5RLQjLkx6qtFDbkaBeEJ+tYArwwLUjl38YIxbxPjVXZrIC4AYM2gazSNS\nBcsEndbrCh9t11VckVAP5V7iiCp1a76X1AFyre46rXd4nmiYWd8qKjvBy8ZJ\n0Xi/5LEXagqpOo8KGR7z8m6AfSl/siqLmaugvOLfGwRXpKfcgVpW5GPa5Vob\n3BPT/u/ozK58myLpunTjV+qkyrl3oDQbiexdiEx7oP1UDZ6lte/jK1XHP8AQ\nc4WAjnOrhiRESXVnVqK6Mh0m6/PXqsbG7/1P6C3xdoYJM6ocT3VJl/j+CoRm\nd3ZCAMyJlkp2byib63qNHQuk4EKAgDy5rOsqZQjYJ4Vd/x7SsEd1p3hq7yS8\nYT7TKLkTaPX0sqGbYgBdJJ4yz60eNuhtwyPgqr+AQjni9eCpkUE2bb1ThjHy\nHtNMC/kyXzG9wR5z511OLKlBG0DBGia7Qu9RVO5dH+mLLy1mNBp2JIPgnCU/\nRH2BBVz21PSbGkJgfRxrGG+4wzSJD2JPYp8q+pFl5NXNiTR22RCaIkWRRNIi\nrsoi\r\n=hKBk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"79ce2622847e5f004fdddc8544d0a9fad4085872","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.6_1611743845046_0.9406384599304882","host":"s3://npm-registry-packages"}},"0.15.1-rc.7":{"name":"fundamental-styles","version":"0.15.1-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1f65b93a57f0cf19e15d413751ad932df2af9e88","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.7.tgz","fileCount":518,"integrity":"sha512-lA457rWTsfsosBheiCMTIIZ+/6bJqmCQiA/gBG+YCOVoB5mWV4fX+NuKUJyVA0rKIOB3OzWPr0agJUnekRRSjg==","signatures":[{"sig":"MEUCIQD/7MEq1cs9avKei+u4iQJ28z7f2OOa43zmmVaRnkMX8gIgPevpgirINsA1aQe5abvq8THReBcynFjSA1adbWFb51c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16029390,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEW69CRA9TVsSAnZWagAAqgQP/28uYXO1ZlwLLu8jDsGy\n3bYDocFrQ3IxlN6qdbMi30b2DOKYRTLuXpijVEU6d3ofZ8ZokCHVs+WwGQBR\nwjsUBLFiqHiy4NzmMrYpuNrZ9Z+5GzbX5QKwrhQRQbktFK7M16AjfMtZAcFS\nKVjxx3LfMiMY76iGukIXWqvSLxNomPnaWjHOC1G7cEzROH4E0Qpv+7HOSK4o\nSEllPsP3ZiDfDdY+yqNZWqFoYGAHSQV2cjT3jHSg26ujyDd7s0fiDHGcHq05\nm+YrZj8kgzwUW7zWX8D5AAhVL5VzD8p2JNw+D8vT4Pbsby2uI3ZeIXy4M6qV\nuzB8Wwmhq+LWF7lbUMYhhEV4OyTmdCWyhXnQeKdXwUEvmZ9+URXuU9VE4Kwd\nDY9/P5ujwZ6xixDAjVEkYIkxdRlEvmJ58b/58GOvw5kdwaN+9q+zKOweqwbr\n0qwMTdfyt9rIPTfLevH3dGJKo+QLjJuegUgzSnCVlJD+ABd3bYHgnW4rhPG7\nFQooIk7QniaOBQmxY0HJdS67+owo7X4eyZQSyEuBok9sXRDD9Xv4MSDy0OV4\npLzRp1ipMi9t22O8IuUzBxFDu98fD4tBEGK9hBXc+t6mlxDR5kG1V4CBzg4J\ntT4n2TwerhLq77Z2guvvYLMAuJsYAJDBQwciuSFt1FQ/k+//d5B7bcLt2O8L\nL21P\r\n=7+Co\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"70df525dd0428b912fc71d17453a19e2bc62066e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.7_1611755196612_0.376398892497698","host":"s3://npm-registry-packages"}},"0.15.1-rc.8":{"name":"fundamental-styles","version":"0.15.1-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b4af5558d856eb8ed738a72c5bacfd5238d269ab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.8.tgz","fileCount":518,"integrity":"sha512-IMsTXtczRPmtwwgLWFZuC9iLGLukQur+p/S/2Wxcjr+/Ns2U12xgBeIpe6GTLI9WPGe4vAuw0KtooVl9JhCkng==","signatures":[{"sig":"MEUCIQDXmAp2ST0KRe9lIiVGt4mPnzU1z9cqEJ0G9c60ZTxwTgIgcJzct4SErT52aZEJUWyQ2Mx8Ui95KLmDergVvMpBjwE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16051522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEXsGCRA9TVsSAnZWagAAkBgP/2rtElHghxwHNwH8S1Xf\nEvyNfhgIr5rlq5LTUjCYrx66JtQn9krwPOJzLCqo5+/gl/2eQngp6VCb5kRZ\nTIWnt1yNn7oNX5zrZncjCSf4Gnw8q73+adSkhV0ysDblntbL9WSKsMr0G1ES\nb97tDApVnKoVKbQTHVViMvBVrV5me0lQHNbZlYYuNaDdkF3AoGBZMir+uS/0\nE52eg0NHzgQufXt17EsYMB8fQ72fwjQdIF8ebPzCFZ9JYMcQrGXMKpmEJyIf\nBTrzuS+vf5rpW/6QBscn3VXzjist9zCopJE5xSllNsx9kVqv2/4giEJ/SeTN\neKHPbR3KCdh7ODWpNAvN8V12ijBs61g49ZYjLfIx0aPqgHCwXrxv+pw4d0s3\nj/F2AE4TPkMXaHvn588r+SkSTVbA4NWQjsK7/dmt6nW0fNTIGKouphV4LJt0\nZkVPMCwRjoQ41zNWDECglU0fBt+RT7Y8GCLplL0Ofzy+4cWGdaYpRkJyMmLo\nD16m0n5au15WFojZN+gC1SuCvCS5+s4WAV4qLQM40y/9FDWQrEgKXOHonMXa\nDq2Q828fhl2nK0m4mxUao4ZhsUYFVsnLxRSCdnkXs24gijbUGjm+x/hnGKZv\nu54zIdhnM2rLfOupj+HvZI0TmqYuI2qR7aJmE6qiVKuJc05kIslq/FjS3jjr\niVnm\r\n=9a0p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3844cf1e519b175aa071503de1ef1201abe58cb8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.8_1611758341347_0.15318923284216357","host":"s3://npm-registry-packages"}},"0.15.1-rc.9":{"name":"fundamental-styles","version":"0.15.1-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"07631268a8cde11b9eb6a4eccaf06295fee7b29b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.9.tgz","fileCount":518,"integrity":"sha512-GCE/wy9PeRzVhsH1+EdmUP23p+TnZwHR+akdFNjHeteLqd/7JaFAVBoxsibiusVGzfOd51bM1ieqyeV/hMLCGQ==","signatures":[{"sig":"MEUCIH3bTuspIpQWtsdo0pMa7l2g2vyxRzT+JW/M47a6u1YrAiEA9mpUYHlJaYtPTfXehYiWJsjIQndcmyjY3/+CgMgrL1M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16051633,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGGDkCRA9TVsSAnZWagAAYuMP/2qBOK0mf6R74jawXcpK\nONftjaXUaTuaL4hWrN+PIFO2IPr3w6RvuZaH4vMIJHSglrihZ72Klqq9teGl\n2WvEj+MxyfcAM6kwWFsVl+Wdj1UagLCGQQ5J/z8nI7MwHdWb0CM3Q9TeIm3J\nzQ2QO3PSx4rV/yWPmah915F2GBA+xrHcEQnPfDd58uly0qEw/f6H1gFSO591\nwP4ZmVHMkrTdxCpyQXBGsYTc0JyRyqjTDkRyQE+4u51f9yLfpZpqnuv2/JHq\nql6YaGzUQ2ivwaDqZagsmJeFpJo87UbZ/e1SRHcmsgKb/VJPm6mJBsB6IztN\nPauHBx+/SkEl3DHgnMi84a1njM5M6kJ4eMlBHNx63K18jEPhaGsNuPaspUEW\nVM4H0MLb5spJAuZjTczsQd5CT8Gqm0AnE1QJzcKx34JdmGtOlFrItx9i2sBT\n77VG9ZmJdhEAroLiFoX8KCMErQYhCvIf7o/GQSTXHM+nQJs0utuJQdEy0KsW\n2WYUqLYMgxRhCCq9Sw+9W1PqOM+xcB37jI4PwV9WPH7z5lWC3e3LGxlUtvpK\niDE8WpYKX/MeeOBpFUrgyfTUH1kr2PHf912FUKUe+gpDT//urx1+7nwidrZd\nvmAivxrwgTOEuXmL1Hnf+7WrO94QrDgIb+ClE0gUL4deLA+mOoBjlrhPSP83\nHBIY\r\n=aWiD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"161c5dd0abd2165f7a1f55e0c85e7f8f6bb56c25","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.9_1612210403680_0.3022145535943672","host":"s3://npm-registry-packages"}},"0.15.1-rc.10":{"name":"fundamental-styles","version":"0.15.1-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"459998d87c7f1438ad64da0053356aeb3d892f99","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.10.tgz","fileCount":518,"integrity":"sha512-3Xbrm8b0KnyPUXAAo2o+qGKV4PXu83eEb/HC5/mQrO7CjttHu3mLVjLuMZM2JKebSv8nvfnmWS/V3NqJG3/odQ==","signatures":[{"sig":"MEUCIBs3k0rLnhz19be6PScBYCYam0regsUmxjYi7QWa1MxvAiEAxHsJGURlYncgP5TgeJs0xeZcfkzy4J/ZO8eB+4ubkak=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16054604,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGGubCRA9TVsSAnZWagAAQlwP/11ZOmvnZazEUJnssuAr\nNSVvgCiSRe3kLyYGKtcHX0AaxCwB1BVNx1ZLI6NYZYvSEeT4f1mUXG4votSY\nuRHAJJPjrZVvMd8zOZ1ZBxxwoj3WJGA8d9crfjOjSK6/Jsqkx8Vu2vQ0vRe7\nGAOqd3OIgN8H/sYtuCVUiHeE8LvEtbAEbBu3pmBFRTte5hGOTT8sqCzPba05\nQJlXRszC9ViN2jRIIvEH7JbFQRMqWTvMOWZQHErtkDZ8EqgZe7KAcOViqgkX\neNeunQLggqAa7rO4UoRuymWxEjiocVGFKk5IIDaMcNEGkabfYuNmnJudvWBK\nRdIiCmcwHc0lE3bBEH8QB++jBjIgeZJ8uIHzgDk8czvlhf+v11k1s41XkeU+\nPZKB72amMRgf9QlzIqIiIXsSX+srGKAzBWVrwygB9htDzWrBkI/9dzMtPaDC\nF6O9R/U2voODI0TIMiUmLgjrBQRWT9ROY0+QKLe4pLkatl9vo7kvnseagU4k\niCXGj6OvcvqlZYRPYL2YsEgbQXvDh2/pI6NM0vmD0RgmQzoN4vVFLrYTxM+e\nkuGvbDff6wBoAkbl4aakp1dpCei0i8OqJsecynWcD7QnvsG8LpCNAemUbqUT\n9BwgJiYwrUSpBtjCAyoAnKQ0Y1iaY8qjnMMTfwb0M6ydMuYi2YHnl2ip55yo\nTQOk\r\n=/tmg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9b0bf540962ecc05b3524646cc4e9287537ee1ca","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.10_1612213146805_0.8592480442963126","host":"s3://npm-registry-packages"}},"0.15.1-rc.11":{"name":"fundamental-styles","version":"0.15.1-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"47a60d438babe78def5018f81f57b155a700909c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.11.tgz","fileCount":518,"integrity":"sha512-v814IyX/ZNFgH4KHc3VjdBJa0WDMvneYbSWsKiKiNkatUcwCJqlCIfugZH98kUGpLpHRF/4aYBD1yXQXxqeQ6g==","signatures":[{"sig":"MEYCIQCHJaQU/tI2dCOLwq8l0soU4elRmcKKXScue9vHIHyT9gIhAIXTrBYWgX/8R1xPrqtpEOg05eV7bJ87m6OsGllcIPR6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16054718,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGGw2CRA9TVsSAnZWagAAfrsQAJQbb12xzGWXPO6mpeEU\n3GTvqRhbM3rB7sv20Ukk9O2LgvUIrEv17nib3IY3eD4dV2KLjywDPvp34XLJ\nvyj4yKCPn61XIxrafoRt4mOjxbBSx07RhPJyC0i9708N1slb6Z+LyWp4ebKg\nhPCe6G9N8z1asFg05tF4Cp0iynuJJC8OxXEpUCvPbpEie6by2yyXKVEorvEl\nNrz9p0KZBNt/+kj8ms0c9ewFVGW4MwW9Em9Zf2En+Kv6iNrFnCV151JC0PXM\nw8CK8uyrX9LDgv+Dq7N2aY7c2794Fzzt/HRXydp2B8DGxunoieb5P4ennOOG\n9cyU6NTpJSDCJtOWMfjLJNN+4LqqgrfFj/WFnllRHY674ndQTaylo5zzDItP\nzlSIRBlGIGEcNElg3BUOfVi43YnW+FL4hycSbCtxPA1Yn6A7k63yHJq+svsZ\nznd3PeK7zLfGYUpP8zazXXl2vNqAfO3WgWX8mYPNw07S5XSDwIelbDlANfDd\nomca6suYvvHpPHLVjXCuPSvfD5v423Q1otV7J168KR09vl3srq9Jet2p9msT\n/IxG8EZhy9gGojoJrqTkVmw9M7OGJE2L5KtvhZE7cmIW1g9WcS9Anb6waFcK\nmJbjH37xtv7bo5Rh3pmbYS6pC5IZxjVAE15k7T5pT2tHYgItLkr6E0uhfk23\n1ZZR\r\n=6siq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"77102cd3870c291519de020e2775c4a99036b923","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.11_1612213302093_0.22182449861092568","host":"s3://npm-registry-packages"}},"0.15.1-rc.12":{"name":"fundamental-styles","version":"0.15.1-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"09cd205dc5277dd11eefb23bd30fa1ee289ed01c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.12.tgz","fileCount":518,"integrity":"sha512-MkaCJCEOknE4CKir71DSh8H00rNRZjJd53nY/Jfdk9Dgm3hmhuGUzSxWaVrQdZv9VARKsoHqreYwcqZ0CnpJMA==","signatures":[{"sig":"MEUCIQC58EGH/AQNALrK7CkdG+dVV1b1y5yPZjkJLJ1Da5jilQIgc5n6rOsjV0nYEhIIjrZCUpJ/ovYJI/KSx0Ho+s3a+zQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16055258,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGG3DCRA9TVsSAnZWagAAOTMP+wUikH2P5jZHyzMrZg1/\noaL1TMoRgpmC9fczLC2l28YNl2PDgvELbUJXRR+Ytu0jjfKzCWObrSoeHghX\nEOgE12cfVdwNZZzXZEnPvhws4LhjKVCFd9vHGpBzE8ZQ4kGD5VJ8WG48r6/Y\nDt3gtuZTGCLz15XBW8/BF8kIfpx5+bGuw10r7wPNfx+px6mEEEBQKOSJJ+f+\noiJ+mEWj78anAhQ34JbhkRiwVYLAU4bXgXV5F66djzwGv76qK2f0rmLdNuHo\nhJQhWAIXeE7wblYIOFLo8JkJujIWe4W+U9qPZNcznZoHjIKwd8YQ4G7B12v8\njhUzXg1YXVwazzOTntTWhtI10kE1qlY13wBA/GnnGrA/CbzoqWfGwI69FjX7\nyD301SY1uBFmTOQ0vNwo4hrW2Hb7KXD9v4OupNnCoTCart70McIRMB/c81Rg\n/JIcsCOUKUyc0WyD9d4lTb6Khbqdl72GhiWhiWq8IXvYIT7L0XWQZkA9ivyK\n13XzOwSbWdHXGAvjtcX9nyuDqdAsIzj4vQCQb5H6hkvMO6S9uH5zsVJNfN9p\nH9/9/JnpAq6H3GlO6F7jf1b0s89gAl9D/b5QCQEnVZMKa6S+8HDULq3ZxBHC\nrJB26InBwUPtp6cMaGWmp5ugo1nOXdPxUMCBFgtJ4yMewH704I/JAybGmojt\nClmq\r\n=qo0U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b21d839d8e300766ad71cdcc258b8905f3cb8b93","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.12_1612213698948_0.010598946481041427","host":"s3://npm-registry-packages"}},"0.15.1-rc.13":{"name":"fundamental-styles","version":"0.15.1-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f8e1acfe2c22e31ee49348a7e7ae32f278f42aba","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.13.tgz","fileCount":518,"integrity":"sha512-n5NXUt6QaQ09Bdc+VIaHVUD1TaCSHZ0bMU3MfpxsygIE7xSrnWo5I6eMRqWp1+By+C5IHerZfoMaM+W4DA1H3A==","signatures":[{"sig":"MEQCIFE0MNfiyqssdqSTCLkZi1J7cz3bBfKH8rWPakDi33Z2AiBEc32kfsua1zW9z/H/6PCEanedlnPpuY4dA2Ug5nBg3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16055372,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGG6PCRA9TVsSAnZWagAAyuEQAI1w/xDeBu3BNhoDYloL\nAxWAb6TE0saeBqj1cPA+ojIX+j3tWjwr3EoRsaTmzFtcnjNIsYS95b7biMvQ\nSfOgFXb5osBClRZ3W1IVHXOfF5o4HImh4q30tqvhHcuF4TMtzAAmlDVHJEO2\nbPUcvkIqzYhO8mTttc2CT6kTR+9XshoxaARnC5c7brpzskEFRR13Wj2UT8LB\nDtxbBS5nuyMvxWys8upOClffjLnETDmPrHBv6CmufxDNLpMvUeuXDRyJ37X0\nJGaE3YjegYqkD/cBlMsFHkBPneNpLTBnxq7ikJ1DZCjVRi/cnkak4OBPMOMT\npyJB2Vg54CkTSY1LcoyxG3W7zp9Ug2Sm0ifXXvNNChJZlpsx33py84FsRaTH\nQkBYhKYdhvrnHBT2hg3Vq6J3bNZBmqXmhMi61ygMoqoee6PgZeTJaXZqGIo4\n56Ay370ar/6BXXkiN9Uw/JBCVM3Iy4G7bX48ddgztiA5JzutkL30+ixn5cPr\nE8trQgM2kWmmfwQUJHHB1RnP1h9m3TfRlOtefYTgykTu/BpqGlsxN+T+Xqea\nn4/cnEfNwzp0lFq4GeF8mYUHy9enOVZ3t0ojdJyCGxU0k5StweiUXZqN7hps\nRyu4huGKH0Ors6HO8cCUjt1AYe5nufHh6RaF4u0dG+spoQe/pIesYY439hze\nVLRg\r\n=m4CY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"363c13d9ae6d7299d071a2b5bedb17089dd49de2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.13_1612213902443_0.17358037758958544","host":"s3://npm-registry-packages"}},"0.15.1-rc.14":{"name":"fundamental-styles","version":"0.15.1-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bef647a69920f26fc0725c74565437168c20f77d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.14.tgz","fileCount":518,"integrity":"sha512-vVsLc8VAnEf7drFEaQ1UdyQnchN8hjEi7gOMtzxVoO35nm4qjYxmSzkT+920UrBB5WfMTTlRwapKY5H+esgtHA==","signatures":[{"sig":"MEYCIQDYpByQLfwrZJ3/d6Yd4JX32vdP97VMbEJ8LIs5beFgCQIhAIE4ATcpqBIJVdTzfyZuRtPzNXax+KzN1n2D6vRNu02H","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16055486,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGHUgCRA9TVsSAnZWagAA5m0QAJrSEx6FXjpUVSuNJhBY\nZmw9cQQb6875YtWTv6tvDd9jjD7KdTyg3HQbssItwUJOStQs9YIrmr2sRrKJ\nKitLy95H+wNrTKlTWSf/GQz2xIokSiXW68Pc0nKzTcqztPIU/jCvEe5oSXLM\nA4pcRgumS8DVYGudGMeDUaloN7JidgNdFbnzCe6NNEE6lQsW+QAPOce0zyov\nYdefNTeINW3SU2uRs8tELWVwf+nkHH3NFoFMg1YyMe9t1biCNIhPbvAQuiyU\nx7xvaRJiEjyfksHsoATd+FuB1XaddRUsQEf4mdADlN90pufDezPO5H9kT+W+\naDnd9/tmM2gUDtS8pMR5buDv71l6LU65PeoSpl/K+eEGgvR+3BO6gJRrWS9X\nyF8izR8J2M991joPlc6Vj4jnIZ3+x3ID7cM4A4nyZOe3X6q8EYEV2iShm8NH\nu92pZQ7epOfEg247mHeeUusdqUhuRuwxygpgN8DP6O6cPPdRRYFmd2gOjI8a\n8Ya+ve/Etu1P7tanGw2kfYElvu2shWvm4UQed7SnKTct79JADeFwjwR/xhD6\nHbwCCZSmJZP1wrXF5C8J69Q7yEbuIVQ2leAbvMCSwDVxbYbsS8NIy3mQYHaY\nnNQExAeuIWl2mUIzqJYhSDE58va0gTTKdPdAlhNseNkXzjN6ocwLX5N097Hr\nNIjf\r\n=vYqe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d7990aac5cf9afbd7dd4ebbeedf696218eaff1bb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.14_1612215584276_0.5504671309237112","host":"s3://npm-registry-packages"}},"0.15.1-rc.15":{"name":"fundamental-styles","version":"0.15.1-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"63be5fc6b67438809fb7763da85f3316038d47a6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.15.tgz","fileCount":518,"integrity":"sha512-GXFXI02T/Nr+cDRrAMeMICQUk7aSMiMNXKPegWVCuwL96oCsQoqTp+3Kkj12Rt44Z+xVFbezA0b1CEAp0FNa9A==","signatures":[{"sig":"MEQCIAsftrXeLvCOo7siS1SPSR5zq+9HJRfugTqbSN9Qg/1wAiBU6gmoi9NjoaWLKiiEiOI2p3/As2DWRYjme5NJY3yAtA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16057539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGQ6iCRA9TVsSAnZWagAATA4P/1XVujtPEkhg1OYsxD8y\nazlyQfMzXjo59KYkv6ol2Td9/5XB6yiK3DIY8BrdVH15BCR26DNkb/wriir+\ndeKp+KcDbTteRL2UB05fCy2bbOoLG0ptOIWHb2HVaiUc9C/VmumsPnCd3of6\nGgOqQ9VQxB+o8r7uOdbqBltTcQVxNjBBKHgTSdr9Qdp9ZUeHDYJsd1HWnOTP\nvNhPmY7D5DEjXSyiBEYpO3eS94w/VyLoku0Lj22oxlmtefSZdq/XhUj49vDO\nFyCMeuleEy7MNiGa2N27737Ik3xGehLQTx/LnBas8W0vYuvfqr62hA9Q4fKG\njyAi2MR3/kU9j8kl7oJ/MTVqUeMh2MLGGO/Dr3RKSHD2nN9jmczAo2PyMCGv\nlPo7gNMvB0ROuu+fnAGOchGsUDzf42xJLxtJSRYAiGmykQkLsxGioDzQsqwn\npADRmzFN8oY55Z8O3bK3IuwMrg+Bp5tx3n5KSBl2PwLKBfyabYJPp28VmTCL\nH8iyE7alCJ+Vivnti01N4RejzuHl3EP43g279F26eSXGs23dnu5if7c8J15e\noY6V+HisdQgoXm8FGvIsaN0N8maOuN/boJB34BiXYo1IN8U9imQSu3HTOY0q\nGBxbrvAmBC9rLRkKFCBeuGwCdQAaqUmijI9X22Su2veAcUzJ03al4khPuY0y\n+ZWb\r\n=A+zn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"84b5ba999eacdad053a18e4f8dee368c56834255","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.15_1612254882388_0.9098818828681043","host":"s3://npm-registry-packages"}},"0.15.1-rc.16":{"name":"fundamental-styles","version":"0.15.1-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e98edb641dec4b6870a5279228c2dcbcc0c36344","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.16.tgz","fileCount":518,"integrity":"sha512-lVnh9tqDtKC2vtHCEEAZmpywAq5ydiPjSNGVAWLVCXzpQEcn+yXiK/tQOqnOK/XIVqZyunIoks+PCMsZZQF/Iw==","signatures":[{"sig":"MEUCIHEnRO1jfSC2a2A2v0Hxziv9gna3XFeWG3u167WZHL9wAiEAg8dVJdkempndFPyoNETak/Hf8TzxGolOJQkpkNNkXZQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16057653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGSpuCRA9TVsSAnZWagAAiNYP/A7P6a15UnL4O0foS0mb\nUFkuvO3e59LAVDZktp3P9oqlDR4GT3Y1xaJMPIlFvjMXoMZIafKvfmVua6P8\nXx1/RRr41sJgkhVnj5sqqnAz8Hv+FgR2RfU6DMBSytWRUDgv5ULeRNUK6a9r\nCBKoG1zLPY0sx1Cuq0uKe1ekpaend2tBJO1MnpgEEejDSXH5xyBbNIDzSq7R\nWldOYTw7ljxSFQhTj2CFjyoDvyjvwIrapblWElGVMYMOy3Jxv5qI6kIAl+Zj\n34akBHQETFvYtE8gtbI+EiRyTqkMWzoF2RkeORkTj6vAs3fIw3GuE4AL5TOc\nrNtmfYa0pR+9UxnZ3j9EuTqxY3XHnHbuh4z6EhEKLIvM3+4U4CA3j5ubr4DV\nYp2NX+K+PgiXvaV1XpCoC2bhiJR4IeaQLuZhcBmp40mY786/xCvmeeu/rFZZ\nJRedcxsiD6i1xnJmvsLO4cFk8kuB+FBcQqrlJ3Dx1LDX/IB6zzzTq8Jtxanr\ng6mIHw/jk5LnC+37hEITvvfN3vhChe01fXxHyAsPHOmB4TqopdK5T/7EXhru\nzPQz9XBIYHjoFYkZDU1BZcVWzvPFeT2IYd/7xVEMpWp7FlXY818vX1JAeh2p\nUTo52yiIt0rcNXUYfEg2LzQV3wxjHLOj3AjKbVlfPmnFBDlg8ep5WPvJ/tjG\nLW3F\r\n=CivW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"74fa424433818ddb1eacc5e6f9d652a158d14d96","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.16_1612261997189_0.6397494578061687","host":"s3://npm-registry-packages"}},"0.15.1-rc.17":{"name":"fundamental-styles","version":"0.15.1-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"464dbaf61f230bf143d1312452bc47e9ab6c0f9d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.17.tgz","fileCount":518,"integrity":"sha512-1NQR2jm1nlMvyVHp+ywRtptz7DJYDErYsojJM+qpvzmaZHTvq1R058sWjc/795i67JAPopI08El+eUtPje1+AQ==","signatures":[{"sig":"MEUCIQDJQupmkJlxXcCNaroEELuxyKRFYsJwYxwYbeILm1AH0gIgSIwuWCXOXSAo9S83Uu94xXyD7aSSYozjNSAcbR7/+bo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16057768,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGS72CRA9TVsSAnZWagAAbEkP/jdHNBFDCtiHMGLRtdMI\nz4Bb7CZ1cM2/8k9Ylk3piGZJJ/hWZBSnK2O0Be+GG54wrbYuEhad7HtIMpa/\noTa1V0x4d8QoNEibIdayg8gxmSioCTd9owLB+sP2lDSIxFBQ18mtjXlsT42Q\n0VuRAnimGWpyGl+aC9D9Y+5e/JBe2Jw7iQ/O68eblinc1FbIhNYzh7YbD+Bu\nBpYpB/ZJwCiT6mPdV2gIa9UXljp31E5p39boo22/V88IV5vIph4dH8r3FveW\npjyAwYlsp/+7LEPx660jGfwhd+cjsfDNKOSBNf2IknVv+sMC/F6CsE51WL9f\nt5KIoA7krCzOZrGBnh0wBeWk8vjQga4z0mD8AUXaxF1mFL/xB4B2L0AQBwmt\nxa/o7K3U+cXtT+/saAUVwDmyf771ATvP64Ka0nSj2SIz8a+DfBuoZzGAi9Bb\nko2lgE+hc3R1j2fjWKq3Ch1S9F8NDyTFRjCxFjYAwWIFvZsHTAURNW3k5ni3\nO7eR/6/5o9wZxdoCNwoajxgMCeWsK9xWbb+S2eC+lXxPGjAEhJ81R2AbTrQf\nk6j/wo0RyiQkWL+okwr99jLMKwzWErG2IEaCfXLD0Tx66fMVJ4E+k9hsFCHb\nZhJ4wonEwbkfJnyvnVrUZHAnfrbF1FLiaXV2TeKsepjSnVKLuHLssTPGXioN\nV0KE\r\n=Mkgo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c84b40c66db797f8c84daccbc056fecfad33ad05","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.24"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.17_1612263157747_0.1706899155001509","host":"s3://npm-registry-packages"}},"0.15.1-rc.18":{"name":"fundamental-styles","version":"0.15.1-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1378ea7b4813930a90e58badc842829dcfc5bf71","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.18.tgz","fileCount":518,"integrity":"sha512-IujfgUjjGNRHFjO0sDn3bF4cRFgNgGE5LUeNYVZj0kPfABlBl02I35/Qr6Q6qHetAP6M6pFPMGVYRhDXrfykRA==","signatures":[{"sig":"MEUCIDT/MY+w7TGVaiYnbzS7AEzzrgiDxWLSnXH79fPxYbfLAiEA1jz8wsQY5vTNeZ2OEa1InU/1fdRhpzMhcjw6SeKxU/0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16062214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGTJsCRA9TVsSAnZWagAAAhEQAKMHy+LuBe0izvAkw9eh\n2yTuFgdFpb5g3Ol4ldgfIJ/Vmyx9DL4fe2RFnuMhAlBPbJ3FgI80Jd5jGEkb\nMTeVQpCqckDReW3LkVx8NIOtMb5S345FpPO1xcEgWXCl1RWvOAp8c5QiZJeL\njrnN/axEjYmzn0Wx+/nDx/IlFMfNixQ6BPNBkhbCNO3+Ba8dQtALvKsq/a2w\nwR0trS+3Bz8cWn8ZTvi5t8I1J5XnK79Ridldt2T9iBi7qNZ8KtmjMyrcSP0/\nOw3dYQXF8HVON5zmWjGo3cCJs/A2qAPQdVo/RFw16vfbBC5XUMskE2sj2Q0C\n4DFKIqszlqk1KzKirTJ8Q4AHrhDb0iTevd3wPp6mWuzITXo7RzWy5vsCIphG\nJaxV8/5JuHoT/pLhrk5TGTL/33ke7rm69kIoG7MTwoLTrPy/5SAoCL6NMsKX\na/cGRQvAPz1408Mg/oYv4dMRso7x7W+IJKRQvrVMIjyJn5AxlTawFhCr1KGK\nCJ965iNBW3/r9O0fIW30xUYHNGb4TgR/XW0YxoqNDAgGdjDUytZiOXduGgCu\n90RRWM1EC996i9gKPBq7chDON/M64y8467EIX19irhtcnjEo/Ur/3jOCN7NL\nhejLItYRkGJvnDz3HJi4x0BNUaIdQ1LUupKjLGVWZFawKv5ULPspeK0LirDm\n4okn\r\n=a0mA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7967d2e2a1048c5df6907f99ed2f294da27aa86c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.18_1612264044393_0.313902327144457","host":"s3://npm-registry-packages"}},"0.15.1-rc.19":{"name":"fundamental-styles","version":"0.15.1-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5976d93bbe5425b17580e23d18cd3afe2eb7fc26","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.19.tgz","fileCount":518,"integrity":"sha512-mjN487sG2Nvnyz4km9XykNqr42CXBUuv4EKUhziSzz+nP92ikDJmqrLwhdlSezqypphZIGMN/pD5VUO9u4thxA==","signatures":[{"sig":"MEYCIQCLZgf5qbpgam5sNqzGVFAjXx9kUTmltUXcbbc+OTnBCgIhALdfbhHy90aBemNPLCqEVeSamp2+MFsu2vvsT0Qn8x2x","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16062328,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGTRtCRA9TVsSAnZWagAASs8P/3qWjDiUyz9RCLiEWonx\npBUtdyWSrN0+4G2k+/XkEnNDAgzsLUM96kjrg59lLHikdSsJX7ABUwMEHFn4\n4PQCjIpRt08avGWAbT6e0/c7gIKsH+Yw1lnG1SaP0ld3Kiv9oS8i0ypdXDEE\na/RPofnGNe1TSkg11nT5LP45JKyfV8OMPsK7hhxueh4QV/EPf4LnbBnbiJKF\nuj8NlRr2iSEQnQZbL5Fr0cctbDRmNCIFIo0Cv4Kq+H4pmQ/IMAb7IHyx2s8t\n/nMfzzw7CQop/kIyE1v+lamShb0RCiZI+hJgGw1f/7UXhzs4CYlKgAcoWWl1\nmfnQ512aLCUZgV8Ui+8Tar7iGBsfNeGzXc5/GGGrMj0RLWp3kW4KUlZ6a9pF\n/tBUzpQg7Nhy+YxZe2ikrLgaJYfaQVU0/mNVTYb7P4hOKsgKjOfuPtKA0jt2\nq8hB+5HTWwxOr4v7ghe4OGnuPZPtmqQe/fpz7IgjRkl0MXY15sqMecEzYKcm\np7HrfmNeKl2LNUDFATn9VDO8rqttSrZrQB16npJCrTtlyK1XBR6ydTlE8/VB\n9UQcdQdGo6z6c8gZGrTWKze4VO4Dvhomfo/9opvk+upiUjgPdvPyQmlpp+WX\nEZrKYSJ2XOC0ArsfGDL77FIwQBo+lyCmHOKjJTexGLBNncDLu3W4OENM+3hX\nam1N\r\n=3IVp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"59db612d63b6c9c411e8eda8fa2496945c0c92aa","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.0.28","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.19_1612264557210_0.0789613558724962","host":"s3://npm-registry-packages"}},"0.15.1-rc.20":{"name":"fundamental-styles","version":"0.15.1-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b1aad797bf7540a6beb82ce35be273d1facab2b7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.20.tgz","fileCount":518,"integrity":"sha512-q1oHFQYB/AmP5496adMHU+DvcKveM/iWWxQQMzqI+QnJv1RzZic9WeinZc9ldN0VqNgoy+ksFdp4lWDDr3BW6w==","signatures":[{"sig":"MEYCIQCrgsk5CoKvodAqKhEqhElm7ez1C3vr7yvw2CFH+wRn6QIhAJIqMQKcOfPcdwy9df7Q7zRnzihkXi5L4wAhWTx8Tvqe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16062442,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGUAhCRA9TVsSAnZWagAAw6QQAJC5Pm9sOc2CJkiOa2g6\nyPuU/HfSC22LrOlxOCKDkhBQYhoeojTvtFgplUN8QnJuGVYV20Eia62MFEeb\njgLS7w4/Dl8SWEQucIjZ8EURtkYSjEl6OWq5ANFiqrTKlmeSmRhYsC4knW/m\n07ziIKvE/L5iuPSnMPSg4FQ45WcRpFm/5YbNhZjIXhuLBKJ9mPikzoSnHRnD\nwOvJYjdGbZtkvtusxxEKMLoHxPuq3mzCZ2DnPNDaJIXFefNPd9HDYWiLx7ws\nqWwChLKqn2rW1B+m8oVJ7x9US+L7fuYrw7D5eIbzCRO0w69aBxej/b+fqjEw\nyGFVR0uuKVQefiNeCz1nIZuIx/GITXp4XMdIm1smfYNlbLyJXSMfpvydDJox\njhngmqrb9xXhrkwNmTko5e3hkcLQ7yvyczxoP7n4qFypZdkFPyn7mpq++27i\nscEQF/2e7vTeP0UE5RQcXg62negktGzmWHeirLpl3i419hfojQ0zz6lUnQwF\nyfCgo8o1jlGMYtsNDFzwcO9S9ypDHTsi4kTPRjfm7oAF9NB9pL0rr9nMVjBX\n00D87eymAKeWEX/+45YQjf0FK0zOidpM5MTL/DnOXgcssov5zAvs6Z37NIgS\ndAzB9FNaCQE+kpaKEuUKFg5ATVbPQI0zFCIligZ9ai1u8SAdZZx6u8SEbGA2\nyR/r\r\n=SJpx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2194c89c012185b426766330ae9188559c3ee4d0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^1.2.1","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.20_1612267552878_0.06259582678233433","host":"s3://npm-registry-packages"}},"0.15.1-rc.21":{"name":"fundamental-styles","version":"0.15.1-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3b8781e037fcf73cb1d27f9c5d35e2e3a42a5f29","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.21.tgz","fileCount":518,"integrity":"sha512-0Ns5Wfq2tR9T7WUMvzI5568uArzLYVXk7dUSZ9anC+0394Yx6PiAy1YE/EY0vwSjzRUjXwbYGey4k/++EViP8g==","signatures":[{"sig":"MEYCIQDAx2yPgW54nWGWjku3EWJTVEfFT1v85dN5zyDiD7C10QIhAJ/SNSl/4VO2XwA/TBvdDYmO78VhQn5d8ctr9kKqhhMs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16062556,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGUZYCRA9TVsSAnZWagAAqgYP/jE1+KlVtBgR3oicjAlS\nypoeiIySrsCg9ZA9VuI89YYVDazQZOjLYbuElWOxMplNOgiun7o0/63bQ2nY\njKJ7X86rHB0oHCZasUBaJEAHL/LtGJiwmprRl+XOBHTtVj7skeHjDH7hcZQs\nUMppvnIMjHwr6D44G/CejAXiAr9D7f9olDPVX9Y7B4T1bw9si3Uonpr3e496\nDEXnOtJNo+sGjXbGRshOFApNfTTZXFHHPXPdOq/RdvrWMgFx8+s0fweDTtGv\n0Wz2c51ctG3jHzKJZzee5rJgBY4Z154hNIHQUC0NDTfqiLMQC5jn+wvEDo/2\nwRinyYOTxW3XPMrZh74HXP3E89s9PcTGFmbAw8cvhlhvPyVNNkaqxlAqjtnH\npxk7qRUahayOsrhpNIkOur4wbKGttm5pmuuSa3mWNmVZZnNQm+tc32bWFroJ\nX2FXjVLUbIFtzH0lnTA978hCLsrbr3BrT1p8JB90Kt3OLL/OO2gf4QpNDqVd\n3IECu3hnXlWwyYRuJxefHwKTS/iPdV4Kc8gm9BNYqmTmwQHf9WoeL2we9K30\nD0KPdKy2Q1MQ5zf/D9cx6z2BET/Y8zd8lUZM4VlmeGNicaQaJ96mfsIEzrdY\nAhFY9NuHm/n8rSfE4jzVGOaueMAKikwRu/RVAYS96CYCiqrh507lDrJR9Lti\ntuv0\r\n=3nHq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ad9151c6bcfeb5c8d16b80a660857a0f9ee1cf98","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.21_1612269143829_0.041378018196423394","host":"s3://npm-registry-packages"}},"0.15.1-rc.22":{"name":"fundamental-styles","version":"0.15.1-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fa6eb2a7284cb5e66d1763c52372f5a57dc76866","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.22.tgz","fileCount":518,"integrity":"sha512-ICpUxq7cKd6vo6/6mJ+NrnXBrSG+Na3zTvTItxvHZm2UQZi/NeuaKZFL23PitOOFfq2HQ/QqjI7DdAMwnr5wEQ==","signatures":[{"sig":"MEUCIFaa0TuTAIfBs+BQYpOY2hbxPzi3s1yPDvH+RSHsfB5bAiEAp6QjJV4c4jIZh/77eatFMskv54H3Kordy2R7qnNlXmk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16086242,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGWeuCRA9TVsSAnZWagAAxYEP+gIILh68pkzppMnnN1Df\nRjINjkY9zuJMJXG2npiZ9xnvyNtbVpg2jnkXUGB6PV1uawBJncjRJmfygxki\nvSR7hpxy+/IQiLCtenmHJfX185aV0CFFnRYNT6q9uQLkE3qJGVrGn8mJxrR6\nKZI2TPbdCspxw+ou2/L5iPc8JqBvfd9Xtk07QEik4d6ZO0T5mu9ofc2b28Gd\naxxupkOk7VbNn+rH6rgdosgEeA2eqgKRY4G+lUVOvnRfZgq+HBmJkjjYr0rk\nroUkVBZrtFV8zmsE2vFkVj0UtyF9c9Rac+06Hind51uM+D5nS8CpQLBY/uHH\nLG73x6Hw3iz9ekfVmcSOdjLXeWPgVdq2pLa37yzE4W5iF0RnXQBz84/h4hva\nqIARaU/PU4uXiW28O02mz2bUtGVmUSvgFTIv/i0wfdvhqCiI6TPYm92asa8C\nUwvmK2DC7A9hMD4kzJ3Y7jgVlTHTBBHcQtBjmuDUVhdXVKkLQ4gaHv4QHNAs\nNYbRxtF1nZcYQwxZfa5wrJR+ufkbiQhkdgc0kbXbDdNBasdL2kOHWAySB4ly\nj4ffzim16MeqQfb73TxlX8X8IduJEp3yG+DRBBZYv0kBoj0f1LgA1Hi32qcn\nR3LhFe6CwwLkHYTIB2TS18mYxQ1XdPO912xN+5mWgpHhkfxFZkVfrQ0dI0J8\n93b8\r\n=BaFm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"07de71f5b92fe30e191ebce6d9bd2784d07b0ee6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.22_1612277677467_0.16237447231394464","host":"s3://npm-registry-packages"}},"0.15.1-rc.23":{"name":"fundamental-styles","version":"0.15.1-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.15.1-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eb512af411c6d0e9efb91736f80683138dfe08c0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.15.1-rc.23.tgz","fileCount":524,"integrity":"sha512-hxq+56Q/7dlb2a1YtD6w96Hcx+Kl3d4qmCuiLPDizGU96oqnWso3V+06/Vf79JfDIHKeNmBEzB2ewud+CRu0cw==","signatures":[{"sig":"MEUCIFA5K/PbC4PGxR0aS8Axs/dneFLzsxVT3YsATond0BnbAiEA2C76ReGZrnkUjo5Rc5znlOyV73vU6ZPCeVT9FrqlEnY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16321011,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGoiFCRA9TVsSAnZWagAA6RkP/292QwW4D+hOgCp/k8c9\nAn/z7zqqpOiLUReK69chNFn6HBj9JY2NQesN5qOkCO/2q+tOqPsQDUmBMSMQ\n5DTcllKIzwdpNiGEw7l/Hd3d7SWwiWCWGn+BFAKizzJaXnW6Rf/MHdVF+yCU\n7xvMIiayDY8IkUXi3gKNcoGwj516fSURoeUKhcXr/8zCWwnWOc08U+EWq+cm\nBAlPI3nFnnJfd4EYj9Qfrbsmw5RoALtkAU0BgkaphnQv2Bgn5Re5MkwXFlqF\nU6dQRh+njGQ8VYH42Q4MFinC0OWctzJMlGTKf8SF0Bx6lQPsZ0CM+Zgnh6vq\nUtSbiZwUiSV+svniyZnawNcsDpQTRVInfuFJnZ8xav56EF5B1HhhHlOYaD4C\nIDyjalVjiWV4NRoT9M5CAhnDnOG/y3wMzp9Qpl2EhnCC0tVvMIvc+ZwpWWl4\nE8v5HD2FFE63wbM7L7KifyCq/SLPkKbXViOyDVZdFMMK9vLIghsMzmYam1Ho\ne1SjtolI4BvOZgsQYynarbp/4ntYW+TGqj/FhSwyaMvjY2ESVtXECidRy1f6\n9tpbYYw+4jVqKL5IFCdeLNJ4e+V0gqBbIN/sCuWufDbguCloXOpF5TJXB2FG\nv3vKMKXKgEWUx1iANtk9rBoghHb0/s9MzNMXy0kYD+XJhJt0kQgVFUcCG7ym\n48uz\r\n=BY93\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5599568f82f24fa927e7c4a8c805230fc6ab7a01","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.15.1-rc.23_1612351620578_0.6413823790154798","host":"s3://npm-registry-packages"}},"0.16.0-rc.0":{"name":"fundamental-styles","version":"0.16.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c3a0c083ed858cc7a34a2be43dcd0dec8470bade","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.0.tgz","fileCount":524,"integrity":"sha512-rczq3k4aKHhjHUk3MSnEEPwv8qgJ+PdYdeI7gJOt6y7+OvXD04g9/9GACIIgHfc/a2k/YUFFzzpdrkK+YtWAiw==","signatures":[{"sig":"MEUCIFlY1HkMWYINcYDNGB6E4zPCG05EchpTFfHdq3mS7kxKAiEAxKzBNNQm27jfQByAUwjKkAfBIOUEJNqOZdfaFnu7KK0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16321796,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHAEcCRA9TVsSAnZWagAAp1sP/11VdefRtHewvj30/Wc4\nJb82a3CIxJ0m5UgS5M2bqKl6PPs/wdN7XSXKhBrlGRCUA218cTw21SiFA9QE\n6NZvBeYX9hDoRwBTBL6ZLKr5ZgxTXFg6ul3KWnUV7tnGGFQPLp5zkSuqNSXY\n3x7GjThxAeyuPL8/jwFyWSB+Sq5GwIdZf/VJc1Hll1xGAssR6csUFpt0qrY5\nZ4VO47wbZr/yzUonc7FsV8N+2IhGJotuoY2/gGGAz76O5TNb0d20shmO7ncP\nuvfiT1G7T029eohX2Q12jWkUtRbJzTQdZmfT54XeldTpwFom/ylETSid/BLn\nt147tf6xv263D2Wzei/TM/9/teIdFtd0RiXmjnZ5y0No2PBA1Wd/5eXMad7J\nItZ1wPeOaS3Zcxy6ATa8mC+oa1j4EDlIXAwAcBPwINCYyrIZ1vU5qSXGFT/C\n0iWcslQNcvX/j0Ygjwr6EgMbo/nwGC0PULwqxunLhYOJCC2NLecXpqLWmm9k\noloBMLOtx89iZRP3la3+SrccDFVfnX1tQpQsrz3q1NEvSDAf4o1dZuAxVhz9\nwG1ATSzfEO+62DfyHx4b6KnrRHBPBtpyRUoAlMZjSHsVmOLsXixxq/mPyUeS\naqfc2OjOvh3uQfO5WuakJE+p1MU9hWxKtPXRpTAm4OmYknSoF0nTmfFnR3fV\nNYyJ\r\n=2u62\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"183b8d917790264dad53587274973dc9aba05660","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.0_1612448027336_0.36343278357630804","host":"s3://npm-registry-packages"}},"0.16.0-rc.1":{"name":"fundamental-styles","version":"0.16.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"714a9e3a9ce922807b450615be66111358e806f1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.1.tgz","fileCount":524,"integrity":"sha512-7Ynkxo9LMo+XZlvGbhnii8Y5YUP6wn/j59zsO2wnDy1OLA8+KIM2TJoX9CGLub1xhO4pVWYj3Ys9XS4uHXapoQ==","signatures":[{"sig":"MEQCICnLR4SQ2ay7X1ScqYsiiGhpbysfkSu78sRQDm2d+xlwAiBQNyQf22r1bZjsGHE14GzC9NM+e1I34wlR9ui9xoE8HQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16320970,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHHINCRA9TVsSAnZWagAAF6YP/3bW1H+9YCNgnNBPQVJm\nNeXgmd+eX/8reR6gZCP6zh/4KagIcUXoOzeCDvY4bjOpkC5eNXF+aR0cCLfJ\nKIhHlA8KF7W+dtLo0uKy45rT9tjeppumPRBM3+kvrZ2RkYd1inH8+NFMBL5l\nNPeXUVVekaKLSFZ8Uo5nkXJIa+i859veSM4khv67DT8Xe5fJZ2B7XgqTW/Sh\n77xkfzeHuZYNeeXIPWFdenIPVAaZVxJ35FMbyz+jA5nPp2g+FCDYe9obsdoE\nV0NdkpFf3D+UYRP3vyWHx2qGNPC0MX81d4X50f1QOjIgd5SjjgaagxY2EnAK\nMoin0xMYxWBPs2NKuVBuCTe23V0WIPEVmrRzEs28XZDqHBlert5Vr5nCknV4\n3OFHGmS8yOZ5LuQOJfcnQzlPP94kmTFzzulEgErzgGODhXjFeRZuc9B1+FPl\nIWPcXW7zlyI+hNMIUU2s+y5Ky2/IIjQQ1XMGXfRBkmzfvraeHpNw+Ic3kgG0\nTzhug1d5GzP209H/h89xljWgyJ+wJHaakJsaOkIAqd2vmlqVqb1hWcLgN7Us\nJr/tvn3HcXyselqkap1eUtYyMUTdQtck+D3FIrgW/pZ+/mZVvX3sIZrG3jFP\ncnIiOKN9chFUwuT+Tut7KB+2ivXX2rfnDgC2mMJJOzDLVgp8QRw1cvgn7CWx\ntQmw\r\n=GKbv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"488ea0736f601f7eace0fadd61a6621e3161f9c6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.1_1612476941116_0.3923392128132066","host":"s3://npm-registry-packages"}},"0.16.0-rc.2":{"name":"fundamental-styles","version":"0.16.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"907b21cc78644b235bb806dc1d6cf94df9ee8912","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.2.tgz","fileCount":524,"integrity":"sha512-vH/NisujCDqrdwxNg7qr/gwdQkvEO0Ey42a7MijfmRxCN8d+qMRNaymlaWPbliEq+Hg9Iees/ikqMww9BMpqAg==","signatures":[{"sig":"MEUCIH+mtiw1uB5mam+0KuqbbRQSi910P/REPbqB3Ay3HPWXAiEAzik73p3A2p1Cbbq03D9DJKRk5iI890u5fAhO0chvnpY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16114910,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHdwGCRA9TVsSAnZWagAALV4P/R0njHwJAC0IaPPI2its\nMmGpgfHIC7WmHc8DeBvnuGGmJVXexgXERUToB28qPMwIeG43eVh3aFx/zoDQ\njYzN3zd8MDRLR767UYqAml3IG9/1k0ZzKs7Ar4TuEeJ15lJAqjcW2U11oczW\nvhtDfvL57dQO7Ay4a6LTeliWaKA5D1/GU7lcWPl4ySAOCT0rsdXR3U8QKB06\nJkaKGmGSB87OUg31dFkYkLRkew60GCrPRyhD8+rEJKpiTdYPj/VKkzgNze/m\nX3APcdJFjl/xGjYdripgUwuHYL9djLp+8AjYwQ3YECV1m8m5xgHjYHq3LwRd\nk5W6V5xZVCr+qme4/EHaR3mb0m9sLVUvtr2eLCOI3HDe0HUPv71vyIlJpaWO\nYNUNoOJaGhK/3/W38onleKz3lc+GakjHGbdpoFKGQI3Uv9oE9devQFfut5rq\nJJhwVtj+7ak29OxSvyg1CICTYhVT+3dPpMFGoGE/u2qQYYZ+jxMnqOZl9Df8\nrWO/iyjkd9/mtEqpeHLDinAKGGgLloUC1/TSIfKwmQ8rPqSk4o/3WcmELz6Z\nRmWBETk1yJ+UqenBfm7OzX5LIb18ETmQCm99TPSsoDB19ipnwo04YrAR9qQ2\nbJZkaKvVbFStp0qJ8q2EVIZ9OadzkYM2lyY4L6XKEFkJsDd8aMRwl31SgmOv\n3fRH\r\n=hmDx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e2c48cac637d0900c964146341a31c110682cbcb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.2_1612569605550_0.1963974756110396","host":"s3://npm-registry-packages"}},"0.16.0-rc.3":{"name":"fundamental-styles","version":"0.16.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"62c62bb7b2111c46671af116e33352fef2005740","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.3.tgz","fileCount":524,"integrity":"sha512-O0Y4anUPKUaVyWgJwrecOVcLogvuRVPEVpQsk77I/erGcRqnSQDCYqqNu/7FeWDsOZ1GCYnthy8f31EtU/XFVg==","signatures":[{"sig":"MEYCIQDKBSH6eoBqL8DZeJ6ZT0ZdBr/hfSngxfaCEqgY7SfSAAIhAJ3th6TF2EZLcjSh44UurfDZffFlTzV5yqRlLJtKOERC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16119603,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIVW4CRA9TVsSAnZWagAAj1IP/1CeZL/wlMAwho8c1Hm6\n+RMyJ7yYBqmS3OhbhIJQ6aMQ7spN9on8iOivP/YFxJOx/nAYY1sXXweMQm7r\ns9/bKoa3SsHehSgFANQ1fUWmp/TH++Iqw3/yWGnpN4vH2VmkV+OB4N7tsSWz\nFSje5G9c/wzaJEGXh/Ak8U0y+aoOxp1DUcOwquZLfrcnnR2pjgIvj2KQMc3o\nbB3cDDl2yOVMm1rkrJjl9iVUvqYSp7wm+OEJ/rqXLpP6MsFyQNxlsTIDeCgR\nHPHQsQ1ftF1DOllaeVtMHixwbRDHlWTDvcGUBuCbiA9ug0qaElMEDAD8hNBq\nFOQTaaIeZnmZDieu/A7iDDDjhJZKbiY4Zyrt4AtvByHzoZV48NTNbRpZy50E\nE4shApgwFKC7fFiHA1FPiBT3OO4p0qN02zwhBqlYnpasVmCyQ9HKTNfEyh7a\nPGHmnwC3Z7RC6J4Kb8t2cKg+3ih0we206WICSl42cgeWFPS5aphyLH//18M3\njMmuyTL3RyUTGAVomvMukyt9EKsDLcp1cElV1mN13UcdSuQja6s3SIZjaAAX\nIvxgVWk/8DwT+1QohMGN7gdW9LIGvyFQYbE8Y/yBe938N1HtOMigBPy+qg6L\nQS6YeSHvIhEaYrgHk6HNBroJ/PME2X60ipxs16IFlJzLPwhgS1OU7U1SqMdz\nVxau\r\n=z4gI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"22e1698ba722f519942c5546b6ad9ced4ad03e30","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.3_1612797367714_0.49871024668543384","host":"s3://npm-registry-packages"}},"0.16.0-rc.4":{"name":"fundamental-styles","version":"0.16.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aee7d10bb9d73689baa36224e04d9581bc5957a3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.4.tgz","fileCount":524,"integrity":"sha512-LKq4kZZ3joQ8Ty0bbR/TIf38ugHgaLKM+2z1+xx89xcDzZuU4bNAJ4owFtknMada4q4RrRxt2nNiBx5f+IJ+2Q==","signatures":[{"sig":"MEUCIGkEZt0gHy8yj50xDH4h168CpTUb7RHpaUwCxcZj727hAiEAgzeJB8CPoC/fj3Q/ezbL9Ua0XZXcmXoS0aR5AO5xoZU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16129789,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIWz7CRA9TVsSAnZWagAA+bMP/Ay8U1MlJbgnHctwqpWO\nqNRY57jnBPU3FSnN6hQZkGn2uxV0/G6n0Wg2OYare2iZ9mXaXMfX9y9Rl02s\nNGJpBnyCwxpA5+vearJ3IynGjrnQYBjSQ0VGV4n2ZvYFS2aIoIgncAogjgRr\n9EMPL5XFS8xAWuNyby/MDwpTG3FIe1sfK7pipXzBovQ2pd0U1exS7LTWdSN1\nIMjTIDK6KKPYJACwEjtnqj+z3kSpZMDwFfrGgnmHlnXO6ox/RbVV29E94tl2\nt+ro7PGuZonY1/x0iLvK3zVyclWa3B+vi9zBNPjXRwnPwjQlTSZATf4E+KEV\nm/gNKXWjbmVJPuE8GrQ8k2hSsVfW38uhZFI9IAPTY0ty4A1k/uN+gREBGZyM\nG7KYr2THy3YtJSj2arpWRjt3C7U5p78FfdQzCqwNJbnhVS3Hsh6fcK7/pvmu\n7iXCzKL1ruAJO8KP1+trElVnftCr3EAKG4blafTFWAo3wiI1nDZKAFhq9iJi\nD/jDa+grrdd3SJqs1vF3PF+ODs3qRMxnOnshW7f9ggYEhehJZY3WJe4ytHsC\nps15UStz0G21pHUXufmMvxgHOGx61Cl4QajVNgKdc8+NFbMXwnFsGW9R76Yf\n3N4Fe44vku6LDgsvrNSvqjTHXMAU5sHYKKxU9gGlwbi8A3qzQUU1UxlYsY/J\nWc4G\r\n=8MVj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a88f0f566023a5300e7c71af7b7e3704857aeae3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.4_1612803322288_0.2273190312868152","host":"s3://npm-registry-packages"}},"0.16.0-rc.5":{"name":"fundamental-styles","version":"0.16.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3a1bc065751fb00281d0780d8d5decb2ee3f5247","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.5.tgz","fileCount":524,"integrity":"sha512-eqgb+C1skeLiZRJnjq0WRtda70vMyWlUGfb1kg69nr0oHGk9/h3Pl2hyHGrCvHngSToCjXHiER5TH9XcT6NELg==","signatures":[{"sig":"MEUCIQDE+7EsCRFBdFXrPHGJT2Z8ps6EpL6sfEPAvfIF8YSnYQIgVpowKE6s7+4rUVqHhqwkYnbZ8xAGj0XTQ7fgTaiReIk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16132175,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIpVqCRA9TVsSAnZWagAAOmYP/jqsqln/ydFKqljQCrwc\nIPxyQ7cHAuqmKPKA8FX7Jc8TUch2O0Cqa5P0oaXHsolawO7G+0cuGA3pUNjS\nTmwq1sM5JQTYzKi+3mJWEq6G4HVAFJq2Rv6AaRl3hflxFPQ1yaT4xhzAKZtX\nwvUxIu+4YH/dHeVW1Nn3bv2Jd4KTUR50nAGQtZwmvFPel2htFPeqw6trp3H4\nNXB9JyAEdaSNq8yraZARex+Y8vkunE3v5oHtoEoPbZLpvd0QfqbMaL+PuLxU\nMY+qOgzjQsViWcW/MO1IGHBzRZPTooKLLMMaOH5NIS9uDRL8A7Nr/Dio5fgH\nQwknbV+Kae3FfoFh49tIsLHSjZs/cOzcyN8Ve7VDPBHchYqgvS/kSSSbqo12\neXbJsT3uLWLXrc4xfd46Dri3Vd3qNm7w/OqXdJmeyx0WfoLmmTsh8nlKneuX\nAJPJ33ZB9LXhRJmWPCB1oeHz6gux5zasCWcRqWgCOZiEXDQOIVu1S8yMHfeL\nNtHubkF76CbaDpE/h5cTC3t9qDk4BKtW9XUjxWRTYsQtfKlHIGirfs7Lz7/A\nhquMVUqlchtOWvK3mAz44EDu6n5816j//yJryIe/ZZ4AoCS1LJ1lR7YcJTnC\n0dho+sjiviuVf2qLt6kqndeKKJGHRYKS1Zf/VU4M0TBH6k5njODsE5+OyCSK\nedhg\r\n=D93h\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6e2fb4c30b254af90d695b0ee4f7e1f816be6f54","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.5_1612879209856_0.6801911088687076","host":"s3://npm-registry-packages"}},"0.16.0-rc.6":{"name":"fundamental-styles","version":"0.16.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"24d1f3bb66d835e34bf3eb260c0702eca19e8f7b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.6.tgz","fileCount":524,"integrity":"sha512-CQuNgAzofWbCUTUmkw+pdVZLCToKLM0tSVZkXXSrxOfNemhprkkyN8UCLxDXAcMECqSGup7XLGOpvVca3D9eVA==","signatures":[{"sig":"MEUCIDLRTloXDW9EEWDRTsshvvFM49N3relT1IOCddsXeFEQAiEA+NRBQ5utcfjRm0up+2UrjX4ozEIvUfvhk4QYFZlqI14=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16132285,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgI6p6CRA9TVsSAnZWagAADFwQAIZl7vueyBs6FNrDaMRB\nf6ceKZGw6KTvCuPcJJ7IwVg0dirkSZWfzOWVYEBhy4X0KRPraxf+Puu5Z2uX\nNG01FzGcA9K1NaxHdjCtjWVi+mBWb86vTc4L5FVic34R74fnt0peCo6R7a+T\nsg/ZDU2uNIu8F9oye1s0wDFskZ/YI2b5iPvFu/VpddhMCOEAliayvmXgqNG/\neiiJtc6OCdj12dcRx4XRpY8HwFzfJwGkTd15/CShP2CjppsSw8OkMlH6aJyZ\n3XcOWa8yXWnJIqDsXrzDhA5SWBJWaT26M9eIT32LNofuJ/qlv8054FipBBA1\nqOjf4BNudvCjxCFZ711d+sl3Iu0SLclln4k7iek5YSaCh9EKgAiqXsMQc6BK\nQNi+8dcOcwsD/3tfaY89rHZhfy/CPIjLbw4rbjjkmJgV3rikhli77orHzz2n\n2h4Lq9e2Pzm6DXvtOXCK024bK86RTa0UK7NdWvE6UwetqjwaN21IWBHDRt2Q\nAdHtkelwbv+UM64bFkhdL6b+X0gJzOTL2f2XbO4h0/JYpK50TEDUBqZusPl4\np6y/xyR3xHAuVQXOliEUfonZAW/iIHr/9TY4xr9WYATVSkzulXEoXkyDTjqb\ntKBDJIU+Io8XH7prv6tWmlapkXlZswVa7Uj/OHiwmeB65TWF1vzSw1V//VXY\n24pq\r\n=Vw7t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2b55e53a381e5d8060fb643df3ec23843e59b64d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.6_1612950138077_0.8053196597598078","host":"s3://npm-registry-packages"}},"0.16.0-rc.7":{"name":"fundamental-styles","version":"0.16.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"788013dd066cd1e4d5b8d5d22c7b2051f85b428a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.7.tgz","fileCount":524,"integrity":"sha512-BYMd4zWzbIxiipZpxtlfT7j6B9/TN8yB/9c7MCk1Y8Oy9zUfR+JkDNvXvOKjI/Hd0U44THNuZWQ0Q9wDbHCXIw==","signatures":[{"sig":"MEQCICM3bJrACmUBlEvukUVnFmbKr5YT2C4sLdiFsDc7cK3jAiB9sGZlWUneQvODmJ299fRCupohX4DOPhxdCvgz3x7qAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16132395,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJE0PCRA9TVsSAnZWagAAOmMP/1Vyz4StAS3SEA41KfzG\n6ICIe5yrrP/d8bfJ+IY5GnlbzaLdCxInEs8eaNG8AIi/kVsOzuntjh2FKDj1\ncZ9Ro3JQu5VHDB+2EkycXiE/nXS2Obx0XGeFttXr+hj3kvpsTuDYrV4R5S6j\nncAIkWOBBSOqpbirf9O84qjVmsjpqbTmzklt0nYiOpLklAiZLTZFWQ/Nmw1O\nrogiZKiXUhmt53Pn0ZPLMyAJvjUEesoLmMxhcosSXcE3cc2nmyqlxxZiXuNZ\nYdZqWR0fvuQA0UFj7USXKxwbkmGb50yEO9X4ZjQyoJDhMKtMl45jjrnHXMDm\nJrEU2qDI/tn2PydP4XqD9xQPZjF5EMpfffg+NVSGE+SQncwnTAjgMEEtLdZB\ncYV3hqM086ZkecFv3Bz3+X0wnXMFjoRR+8be/D67int2gCGVVBf0FXzbiCG4\n+BDczDknr9pNaU3Ays25yw4cpTHUjAQY4rGqqbB1xW0I/ezhkCjgd6jqc21a\nuuGoe1BSdeMjsryVQL1ZP+zX0Q/Pju1EqmeIBQ+yjFfuZD8xYp0e975IDxo6\nq0G0J07KQQYU23srEDIzpkULRdYTw1hnnHg4ywlWloyOQfL44p1CI3jlkCW3\n1GAK4z1JNrNr2sgJhhLL3xdMJRVcJ1NzD27bykfzKBDP/VtLX4rXjR8HQY58\n7bhe\r\n=khkS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2407cc467a6329fb48160eb55f0d03dc4b468c8b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.7_1612991759049_0.7752678587110249","host":"s3://npm-registry-packages"}},"0.16.0-rc.8":{"name":"fundamental-styles","version":"0.16.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6cb0e52d65779111d9f5e4e993ea184091be16d0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.8.tgz","fileCount":524,"integrity":"sha512-FvNQAYpiW3E9bbrVloQyswCMeTNEiE1aQIdDsd+R65q032UFTShD7WI4CydUoYn6vQ8ukTGEzKOQqv+2jAQPqQ==","signatures":[{"sig":"MEYCIQCEZW62Mch8DrgGaOkgm+mhrKZlE9y6dU7kZwpszLSeswIhALXZt9LRRVhI5DxpQXAiYq0qrFDcQrrILWQX1seuZnIL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16124715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJFTZCRA9TVsSAnZWagAAqksP/1jIITKvZP000T1XcGVe\nrlmmPUjqvQvJQSO3h650/VHeN5R1KAM1KjGIBDt82FpE2EVvEbBtuda0WPVN\nG8wFT6eUOyb3F8yQDPlOSWM1lossu8UydhAlD6B7wYauABRe0nngsb2pY5oY\nU/EQ4oA5pZiLKOX37y6KJ2hikEX3UCRfQvMgzSRYpo7iuxcAo4Md1aavC/fB\nl4dvLyFjhCdvMTHC0eRbt7oPF6LKaWvF4rxpVjFR0aSAn9B4LFfGJEBgS1FE\nzUduQHXaNFE2wpHGh4DLgTmZPjO9rnIMe7dauXUxBg8L4pjwD9ll/GOnozB2\nZ4w43XQJf4+W1VZX5CuBpOQxcH67LxybT4W4ZcKxdiiXaTDisxeWMCFM7UGH\n8ukRpZFqSGr2dh4prdzBLobuG4ZjVlW7MXVA76CpgROt0r25XhtGbgj9aWf9\n2+CsXTjgxW9ZRckLFplTpUI86Hdhs7LdRHsEUbKN/spCJwckzBBffZbQzrMB\n83aO4uAGtoBePADknVfPjIt1CDThY5MNTDGKoMdL6h6vLF551IhEv64JzCOI\nyeWF3VLPBkOJrhhShSJewm3OBzxr0GjgrA8AMNZXT7u+aJEGWZHYU+Wgj2s6\nsTloeWaDYofDQDJgK+oB7Ax7dw9rnMULNZeqT4cF2q8JXZw2m8ycAnmI+UrA\n4lT1\r\n=ob/i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"be72bfa466409cf2205dba3c335cd2581c4337c1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.8_1612993752613_0.2521346452209612","host":"s3://npm-registry-packages"}},"0.16.0-rc.9":{"name":"fundamental-styles","version":"0.16.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c1701343d87d8dc67a08366be263f5b22cd574a6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.9.tgz","fileCount":524,"integrity":"sha512-QcmobgtIYSZZPaOtAZ026pAjEglRGMA/J4muQlwwKbFnTWtYGq1POjzKY5ulzu5t0Tixwbp/ra6KVKqnpmzr/A==","signatures":[{"sig":"MEUCIEVRk1RrruVf7BGMKwE79C7rpjVuKfd66QT63fACdKfSAiEA3lqVusckJrAk93dXbNS4lv5O6Y2sslA5GvlJEpYmTZk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16105361,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJFgNCRA9TVsSAnZWagAAgiIQAIF8Fx81zaSBArBYpjNw\n63MR3A8If8/dflMriJE4zMQMAc+21GEuD7YK+rSnp7+MB4B1HLh47L+4bSqo\nQOMwbZ3kOvqbSqjgq9sKtWjDgLQ8l/NpLlLxVkiFWTw3Vkm1acFQ7jMtiOzm\nlyPK4R7y17dVuLO1R5Y3ZEB/lj9eNVR85rteBfJx+bVjaNYawagbvY0DlnRn\nM6eJ/o8pcvXThu4qUb9HI5Yo74W6PxlA5pw1s4XGqL1ycFA1VG9vRHnkbuIu\nd0so7jeKZs0djJ4vle48ifQJzTm0LqRRSurMD9W/b80+gYbrh8wwPgehq+h8\nrT8vE2UMcR+GW2SB8bag9hSR6CzYP7WEzNxRoeWI4jS87yrbXzE1s2hk9n1J\nBCljHCXUazHKPwZtbkQw4hQl17O6w/5o9pxI/Ec8FxgqV9sCroVKL03v18B3\ndBtTnEcMnB1yFxX95qc9o4W7N4dkzXp9XOy4KNE1AW4K4Ax0pEsKnR728NBq\nWjbq0Nsre69LT68avQBmC/xbu8stDfY1UA4TcSWUxb/UHs55h5BLI5oPS5Cg\nzxMUZaagq9zdj8Zr/yjXGg/S9HCrQ/B79KNn7OjCqeiiLHu5zeMWT6GJskQ2\nem4WP7JTtUv1Gcb4X4SAFv+snoxCT1FzVzIQ/FcBUxvqekBdz+rCCajKb+DN\n03bL\r\n=GF0b\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f23241d57656f7514c2d2e0e1faed26349e92254","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.9_1612994572442_0.7841549264210712","host":"s3://npm-registry-packages"}},"0.16.0-rc.10":{"name":"fundamental-styles","version":"0.16.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6e4a9ea2cd795653d768e63c9bdf3558ed8df6c6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.10.tgz","fileCount":524,"integrity":"sha512-TWiwNdq+p4gJ/a1ZX9mwMoMH90PyKmcR0QF0hf+rI6MfYumoMlT6GNXhMQsSn8WcleD2vnDU5UuhkEmrK2isdQ==","signatures":[{"sig":"MEUCIQDdh9Ya+441bWNOwSz875EVbLVRcWvDlcDP7oitscHonwIgQnVJbE6J5RtnL+R6o+QnpJAtvKt4DRG65Epvo7gJfOw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16105984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJFqRCRA9TVsSAnZWagAAI9oP/RLC3BISO2MnsAA/ZpK7\nhmf2xMAkvqi7dLJu6RaQYMjI7PNPdsQIP5yACVui40dZ63tZ8ch1lAgK2YML\nfRZG5MqIq10chdIAAfiptxTvKDS9tJcOVyykLBFR9atr1NMilhV/lILRgNQg\neP0n2YP+LRyt33E61qvbxRvd1m9poVH6L2yEAEExmd6qLq4fLLtDSVC5SqwX\nQP3jskoyR2IqhC+9LIe2qCtFRj8aYqH5UdHwnREf41JM95pKvbddXPmXH66t\nLXw+CrFVZ/5GZ+cMeMR/eTyCNGX66vKsfxCINaIcp9I+2nOj244dr73CdjM0\ngK8P71d41nhTUp6cL84f5rhrr6ipRyDbF54Ls+pIAGnNNP+bIwkhdeGizoKh\n2g0R9bGyu5e0Ee4XhmUV+baaWZZmVZir61/tZB74Lp9bW1Q78mx9evtEsNC2\npfPWPI8Tr0btxigeA4l/mNifjN6/+1KNFQg0OKk2epft42JzUUURNDTXJkD/\noQWwJZgxrI96j2U4z9zuI6f3jxHUivDg/5TGBXxtkELV+AcL794Mgovi+mgJ\nfb67ezkXdbLXbjPHIKDtcSzeMd4HOlkPRhhCTlbilFG9CrnV3pQRUCCxVYcp\nevu4aPpqWCdYDvj+4x4pNU9gHiOUO29MnNG3mqz4qmeRvFNaG9C7ElG+fF93\nsqpW\r\n=xfhT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5719e3338b1fe467a38641cce0360e0a9735d4cb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.10_1612995216697_0.631843930015856","host":"s3://npm-registry-packages"}},"0.16.0-rc.11":{"name":"fundamental-styles","version":"0.16.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c4fd69cc903d5be5fea51f72fa14921b92d3ab43","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.11.tgz","fileCount":524,"integrity":"sha512-MJZ41Y7SPoxBCNd/Vqd6TKCrq+PbHnaI9R7AAFG+O7qeIIiUiUu/Lzn3DFpjYZR34XRbTQfl6ozQ2rd1W3ashQ==","signatures":[{"sig":"MEUCIHChNfbDqTa6T16J672mXGhsDh2gUzoXpR3nhkta2/mgAiEA6uzrrQ4WcEriXDDkbgmccBPDM3S5V3ow2qwrKdciHYE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16107566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJFzcCRA9TVsSAnZWagAA5icP/0oMhr7fpy3MdYg8Z998\nJ+yaDSaIMAMmN+C2GowCxYsTFzzMev3P4Znzu9jZykN7Qd2XLWksh2UjNIdW\ndq5XD63Sbtk0BbBTMj0JYUxaozHQo2TaX6sbBAPjjDfV5j4ezg4n7tkPFHEL\nhcd35vSfZs/pKRPzU0UGZJLcyxModtWWFyonPLxCrB76hz8kXNM3CTPeS4N7\nTIr9GJiUKs2MBDI7+RTmiTUuNBZ9T//6Y/r/EXsh9oUqqust/ACQ2/ZCEktA\nj7W3TtnVZWOxwDYLErZfAJui+jMuW2Rska60t8URl24ImZsolZg5cqhddhFy\nQsdr/WMsdTqPRUzYDe9TYJn54TFcrrnMUV6bwv4/+WMoFGWL2lhUe6ur9FkA\n+W8ORK5bse7R26r/VHnxkVe6ofKR98Gbx5GqrlRd/l2iJWBXstsJzxq6Yrmv\nXkx6PsSNsYVj7mLWzEFInKiCouYpXQEqaPp/gIK9LpTnkXB5rvzbkUm9Fx2S\nv5zA+i8VlTBY14kWB3R/xjopZf4Zeh6H3vJtPvHGN9Tigv71fC2KokEStCsr\njYKsqGozwMUKL+YpBzYWnPQoWl+FnnIa723Qc/HGuSApri+R9k0I7oYhk+NM\nEblTBkPW/nQBsFaBR5SxhZKd6HAKcH3Crpwoha8RxL/HehrYOeX6R5C+q/Ol\nYUm9\r\n=AEKC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"05e3061a28c5ab2b378e26573f69ab927391c2e1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.11_1612995803719_0.5053718164224925","host":"s3://npm-registry-packages"}},"0.16.0-rc.12":{"name":"fundamental-styles","version":"0.16.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8c8790afabed387489f5529d9b9c15fa2890c4d6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.12.tgz","fileCount":524,"integrity":"sha512-0N18V//LZPIzXUfrqpa8ETDrpVmz/FGZdfkUZh96SgL0FpJm1H9aBTAPDA4WDeyBTodL9Hb4pyr5MZgW9vy32Q==","signatures":[{"sig":"MEUCIDkWY4xg7CQ83wRM1nzaB3fOVSXePhnSEh2ZQliYlDPIAiEA0Awj0ADo2iN1Mj6H5SvU3+pzPIua5oZOw912hPAedVw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16107679,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJF++CRA9TVsSAnZWagAAQNUP/RomnmdHQ0xfZAL0Wy7a\n9lQM20PJiHy+R2Fk0DIWxRsJ7rNhJNFV7Q99kV/5YWVo0Q8QcuNhpJOvjrON\nMmfnkL+4ROxYsDQujYeUZBc3SqTTCbT5dusp7OhxORnE9S4KJ9AMaLg81qcS\nrci4fm3u27+G7kLK6/5U6XzofiYA6pJUTRT24fxSdUxQzCSGPkwIHLB9iP/H\nAFx0+jgvHVwTzgEH9FQega6tn8MMOhReUJor013oyn4Ob0kJoDqvwumPNE4U\nOaHM2o9EVTjB7XJYsua/M+FKcWEWMf9nnrR2Tb3Do/k3KIoalNXeOsrrUiCm\nOmfhaABGAhgIW4mDIqCimjIpKXh13ROkmc1hRf9xHen3FG+RRLOe959i9U9q\nOTjlrqFfMI8CzkHonFR6v0tTNwTt5EThFlx7mtV37dGco4gLtMeM5gfMstbI\nHpurue6ZdgIjeAy2jqp9jkNTRSiXggJCiHYxsnOjdNO/I27L0HHywr5A0s3D\nh8eKOzYEyyl2ggz6+zkIPtnY+ma9tGSLCE2d40O3ulHkKMn6EhUCOde94xia\n2mXu9RnDwnA0X7W+CMyVYf4YK49k3P+neLy0Xq/mMHb7TT/uetWah7suwuKO\n0uH1iwN2xTxkaRJymH3ooXBGjglQAuDtHRMUR3goqXNmqu0P3y3h5vnttlHu\nT0dk\r\n=kIPQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"aee3d99741def693611ebebca2621a02d78859f6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.12_1612996541712_0.43751350585015536","host":"s3://npm-registry-packages"}},"0.16.0-rc.13":{"name":"fundamental-styles","version":"0.16.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4c6e298b3570c137541fd458ae05ccf5b54b30f6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.13.tgz","fileCount":524,"integrity":"sha512-ZrRBetb5d477oDY3zrF6BO7S0XHju8b6bR6oPKYD2zdxFpLV/c7V6drdK9ynPpfqb/a1aMQBeEgfkjlS6cS4SA==","signatures":[{"sig":"MEUCIDkNoVHke1xF/4McCvEWh5GDiSg+D4Pw8LWDI1O6lkk1AiEA6LphMQZ0v42/V3fhQSurPqhDAT85p0Tfnm9XEyBEhSk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16107792,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJGH+CRA9TVsSAnZWagAAFk4P/jL33llSptcbbhFhhaZR\nGDpxH9oeCDvhnKz3HwFKXzWeakR7e0d4UJkSUStM7LNJ++cIWu0aVTE0k3GG\nsomOjhEKJmw30eroXZNHKwQb8XKsQnivGdWj4Q+3TgFKDsnxSFI2u2J+13uV\nFooNDTX7fxUVRodKPnKRmihjEkroGUzunCRvzW6FpXKe4z2/5GPtT8mEzQ88\nynAPl5mkti3WxS97VA7T+pLNkqd0vk3tEg2AEtsiAJO2uhTOxd9k/Z2tgdHU\nE+i3hRlJyS0fvs3wtdxUeKx2DIGob+pV56sFAkvmIoxvNeN44yqrRBEVAMuA\ngV1yXElZfSPU9Ie8V1xVfseIWGvQlnHKebKH0SYjGvDfahT9jtCipPVpVG8Y\nXLND3GKzMWrsQurFghahEWOjazCoiNL0Fyuo9QBS6X+xSxfKL8zUS8y7FtHb\n/S1V3smLpKcf+JpRFyjJQtaXvxAhFLYmwuyEuda9mu9rFTCAFCzYTgT93Ylx\nGi9vSj2TAsFrf8tKDkzofYCTJulIhmZMyoDXhz2Dq87krmv9QweVqt4sj5hU\nK5B7Nh5VTSLd7o0yENuAsNpzrDo4ODJ26mlD6kHvkHSv3QaxQdOkKIz6mBFh\n+oHmyX9+L9l3wpZaej7D9MRtlCh9wDz2/uHkAcbdUWwpbHKDqnzYvUGnj0q/\ntxwz\r\n=Kmk4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4257717e22be0c64975d1aa562e7ae3674c865b0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.13_1612997117756_0.2668775419335203","host":"s3://npm-registry-packages"}},"0.16.0-rc.14":{"name":"fundamental-styles","version":"0.16.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f5ff1558779f914df16005da4186f00bccf13fe6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.14.tgz","fileCount":524,"integrity":"sha512-LtkUDexRyLg9eBXKstwJuSXvRr0+ddQYVIpZGGfJ3HSZGYbzum3llLNx4i0eNJL1Xy6W+8fDkb0FcHD0RGoaeQ==","signatures":[{"sig":"MEYCIQDqVOQZWtSGoxKIRGzQLUcE206gHFZPv0IpPRksPGcJygIhAJa71Yv3eirN8glxNnvIvFG+GjbobydFAdSc8toY4Tds","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16106161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJUDaCRA9TVsSAnZWagAA2Y0QAIMXt7tFIR72JqZQrkfd\nsiEWjabqiA4bf6Mq0XqrUBUkMNyc0qEXGETC0X8u1E2n4QIuJOugfwwXKtPc\n9uhG7R7OQ5SPbbN8YTIZ3jL1KssOQw84le1EYRqXMXQuVGliL8Z3cc6I1Nfl\nQ3KmyNYCwxzZx/QjG3bcA5JFQg3rcrkuXcy69sq+8YFA1H4NvNRppyriulPB\n47XLG7RYXrM+z7/92CyzaCqSA2DdBk2Js+LX7ftw/kzHcqXLgojpBsqL0qpz\n3NVubi7uG6FgaA96D/I8DJlZgS4KV0pWgCbX6+FHtkSLRnUBtQur+jpTRNJm\nVO/qz8zCJNfXFIpuKZZkJ5K6yeOkIBlQMwJmUeSwB/Xbt9/wp8wdjOqQQSsM\nZX4gSh3vEU6mCXaStjKE/o+nDewSqnVqFQxlHaWwZsrCzv60fMWoPRAWJI5H\nfvK5d8d1P9XhuxAD/IIEq3/ITWJ9W2+yOJ6Oh65KBUsDDvK5W8c+m1m+UHOU\nCrYCfklX3UcfxImb1S82FSBlx236Z/40WWm3tZCJj+fO/xXd3AOCiII+Vaeq\nDq/rklz5vJSs1ri0q/hfYDrpp7wPVZVDUYytZAq2NkbHdg2u7Pd3W6/va3Mj\nSoNIyUE9ig9inO/fXmtg7wCRfPK0OMZG4mlyKBBgx4a7H+tPyDrM6K8VBxbu\nRipE\r\n=uHIC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2b281f014420fbe46f08d031f298dbf167344fb6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.14_1613054169509_0.854774575695852","host":"s3://npm-registry-packages"}},"0.16.0-rc.15":{"name":"fundamental-styles","version":"0.16.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"503f9310928faf56aedfc4d6f09c8dd748d9cfc3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.15.tgz","fileCount":524,"integrity":"sha512-DE+EeCmD3PT6G5ApP8uKh5SdTtjaJUeV8ZxeVusuXABOeClVsRRmmxMvBIIRAmpxvflJplmADCG9FG/WuvM/8Q==","signatures":[{"sig":"MEUCIQDYwMG1QFkSHPCz7S21wyIQctTPvn7pPhzpOSa71SdGdgIgCnawRx82WCias+AJdF1ZE7h7a2HHJAlT5M95bqZqB6E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16106274,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJYpYCRA9TVsSAnZWagAA3xMP/RB4M/FxsmOVahOa+qx4\nBfIbUfhPlAeXm2J8o7dL+qKRIB4FdbP7dhPxq9OY9XENrl3ddaD+rnE3P5G8\nv5HfQU4bRLQT9/1+fgAtm2Nw9yFBrYWRTJNHjnK7RHOvhyvtyrwlYraInVx4\n9cO/0WfBaKfBNWwT67MpHq3kxmiRMbNaRIiYsDixt2Kd2gUFAhQakq3kzoLm\nU1Ztez0/YTf6nasbt0Ho5t4aCrQfTw/g5t1s6g1L5h3B+W8K6szLa8evN82Z\nJP6lFliqFUNMxKNL2jKdJMJG0BuF7hr3LNZxAfVVyINHis04ENOlzUMFXvgl\n+1fk5/jED6BznPPNcpUBoQa8uuJDOvo+YVLpWHm0lpEH+OHv94h6I8CJntUQ\n/9Fi3NKdKxtHnnUwskn2McoGVpoqiK+UrTghKyYRFGT3BS7UmApw5MFlUIQf\nT9fGseg0dFY52XdUJbuiiRc+pfvSnnRInScZXFJZnDIly7s3737uzUiaVmDv\nOhoJixtKv06o1mB+ylJcMesCwyJchXJLCJiivAsk0kzUlxY+DYTAZaQP5MgO\nskQCPEF+oMyhbExsvhOuFBXFfKE+mHaWqurLmBzMzBxbxfOZ0Y/DLEloCHnU\n7G+S2fth/adtW7Uz8qc3W15gryFD32XT5/B+atnDW13XnjOoyz1KHwQeWZHm\n2pHX\r\n=aRp/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e583cf0d89197da850d6f85d75b92e0eb15b26e9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.15_1613072983703_0.9343068139057396","host":"s3://npm-registry-packages"}},"0.16.0-rc.16":{"name":"fundamental-styles","version":"0.16.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d46b63e1a165f68086020f4f14b7669eb3c4c1eb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.16.tgz","fileCount":524,"integrity":"sha512-wmtkghMvSZwSxMo431w1EqHB2CcUSq6hw5qHHNRg+Ny78v1FB/3iyopRUiseL3A7F5s+mp1cjBeuYNCY9wxIIw==","signatures":[{"sig":"MEUCIQCsck8O/5u75LR2Fi6CraR8nXk7LxR/ACYS3XMXKzCJLwIgNPpcTKJwwR9/F5aQ+P6DstWdpahXPCOrW6Hn3+/v3N0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16106387,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJZFXCRA9TVsSAnZWagAArPMP/1Dfm+rcRC/GU8f6dgqC\nCV+m/pgsB7OCHDBKUym4C16KjmC9cCZIr6RXAYFyFSHPehulyWZla3iBRApE\nwpFZZkbkN3JGlPoHsNErEzoRViduUdj5ZUmz6BuyF6WsYIYKGYIdx0a5Xjm1\n90BRfwm3KYd7U670uGvy9+fRVsqms7lZw1Sw8Ifc0m+BmKU6GACGLu5DYPAA\nTlQJ3hYk6XBoGt69U/PX+NSL4r7gLqi1RL0ZUM7afE3HVKJwwlQycuaLNqq7\n4TXPKjaR8PVdfT34GMynC17S7Eg2LI2ii4ttx1/O4yWngi3q5HjnH/FmU/Ah\n5U+ELmCXNyYcUx8QTEepGvlCfkaFkGeLNGnWRLLaiTb7H3MuIkTfsrEuzbGy\nSBBg+IVc3AGmT0nHfFaVnx+42YKxWph7nl2FInicWUmWx1Q4bWHZhO6Y/fGY\nVIb3CUO2/5g3a3g4zbKMv0SFfvc9kMbYuSE7P+iUjKKazUyG5DYLCsbXQwSh\nZMTUBhHmX5Ul3chh8SaHA7x8z3wYqI/zRw/wILeDgqtLXiavyj+7Mk8Ib+Qo\nWrYBJntvwgCZWEHl1iAUkJ1RkrKBt0o4F5MCwy51TirRteOmB01Uh12IQOrQ\na0U81wLxEsoB6D4epHXrL+xRS+/289y5TMsCX6epMraeY19LYvy4aKKrBhY5\nG1rq\r\n=T1A2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4da452f42f230f318fc3854e701ab082da03afa9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.16_1613074774563_0.2478897707431289","host":"s3://npm-registry-packages"}},"0.16.0-rc.17":{"name":"fundamental-styles","version":"0.16.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b00927ee3d1d6ee3082ce9f3ae3dadda10bb7d22","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0-rc.17.tgz","fileCount":524,"integrity":"sha512-TowQiJEHh2QNsq4s8y8lYQgXZS0c6YHQVcLFoIq7Aln8yXpslclVX5SYDYUoZcBfwL1wqgOb7CJuK9r7d1Uo1A==","signatures":[{"sig":"MEUCIQDX+tmLFcphYokO1LKMOVzGKmGATEArfJwminTLJIPbCAIgPiU14F2ojiOmmnFVNM8FdtT2+0R9d2/niBlOZM0waH4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16108480,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJZ30CRA9TVsSAnZWagAA2xcP/RejQH4bpFSziIcJ3Izl\n9DDvtlGEfGLW4hrD8/BBmrrgDEmEB1ciWup5Oq9gCtyUrKNnKJjNzjGR1+F8\n3QLa57pRv6maYemrCQNR18ikylws9GIvyJrZX6leKUaB7pmG3U4OqM3O+Edr\n7twQs3sCIkadJue91khvLCzw83YaQtf4AITC5jfFkwzt0fkYpRwvcmhXrr/j\nh9L9KKE7HaKWDH0KJoiAtv5hD5yNIphhRlRjlLFHCeulGA6jROsLycOwr1os\nC8u/QVLIdw4k+0OvnLaWoFRp2o6mPhgofK7qK58LZclkofqtmY6VglUFk8HV\nQCHtXgtjbucMb8MkIM/25ir0KiIo5OIIbmsopWV8ki3stKJ6PGtx/fyucwpF\nZC7vBdLlD2P51miOgjISNl4hkSdt/9fUe8Pdks7mif14XLpP06XQyagA2JM3\nQFu33QP9SBtbLX+1jFilYHkqbcc7I292cYY5/hrCwQdYAHLfgVBANePq/0Zn\nwZo+E3GsA91x1kL8ChjydAclZTIv1n7XQmcTN4f3OYHdmErsjzMCgVl+ntXG\niM0hLxhOpH0cFypCmiB4yM8V9jKSXU/DW6P9jwd/IjIZftjPfD/JlF2H/u7H\nD5cXJoHEtRMbWcrIRgwvdkU9VSXya0kjkN9+AYdAZ0NiJieWqZIIPFOwlwb8\nwtvg\r\n=3Mhk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7a77a1ead5901de371b0a1b12733bb2cc25d04be","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0-rc.17_1613078004049_0.24246677723840127","host":"s3://npm-registry-packages"}},"0.16.0":{"name":"fundamental-styles","version":"0.16.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4e26816413da2c5ea4da74b0a31583d0e32b31c6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.0.tgz","fileCount":524,"integrity":"sha512-cRxSOAgmHF1u3Mqhl9BGjPifufgNYjhKDBrIx/3SFg3nZeMgnnWijeuREUGcqe71tSv5h/nr48AwdUTQOPo09Q==","signatures":[{"sig":"MEUCIQC6caZVqoaxF1uQ4RDPKDLmcp4P14VdNcune1K1QduH5gIgGxo0moAkuNjK6K17b1QU8THKhI7jhrHZb6noQqaMTNc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14029221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJnnyCRA9TVsSAnZWagAAPDkP/1qGRm0raC7OEl7/pfU7\n+m755DHjRT9xO2w5yWNdCW7aaFa1cOuCUAIAv374bTkxr0QkKbp7MqQTwdv6\nTcq6lAJOKzMi0rehmC6ZR2aXhDpLmkUGJNS25y2V+8PWtua4MPKjY4Yd+bQ6\nPlA++ltkGtFCsJN6xZU535hvFQovovDxjyxihoXsl0eUJe9e/9lErWxfN60Z\nUNU7dRZdyjtPU/1B+ZuKVD2CLFlaL+DCSw81Ll37xkevxFosQgY3hTLW5pHn\nukw3Xrt/NoBjTHIgE79iVVdfkiTgaFngrbRPz6xsZboyS0pU6e89ed7i90Nm\ngJtfvkEo44gzQ07vHkhfOPk0ytdgXfU8pcCtctg3V/9ndae0Ifzw36qJApfx\nKjYc62NVPpBk+iRGdeJ7kgDblrsbBJ8Xq+M942y9FVXvePi7eLC9uWfl2csj\nVUargJeoG7ZBkDkEP0HRRlx+vA+O8jaKrX5/CwtWiTuRaA8wjgHgi4t8vVyE\nbpH1YHEeleDQHWS+hTK/T2MzZ0LE353tyHObhjFuVI5qaZ2FzWKJiptU3c14\nuOTrqVcY4rZYZ9IhvTlRE+T/DN0HBuhj/6BCe09PBPRpgHw38ao/4gnXRFfb\nTfJJEzMMa/2uKNfxHF96ssUzn/NIih9kRyi5Jgw9fVtWykSJj1E8rw0Z9Ovo\nktR6\r\n=RtZa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"38bfed233360664630a4e5afdad8c94e6d3131ab","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.0_1613134322217_0.8887893786416903","host":"s3://npm-registry-packages"}},"0.16.1-rc.0":{"name":"fundamental-styles","version":"0.16.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"588097b1dc9560b076a91677edc86a745591875e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.1-rc.0.tgz","fileCount":524,"integrity":"sha512-2f1ZD6O0uZsWDwcRzQVXl9PH/OUIVX7pMmERZJ0qsy+aDzfi0bJSHVGdY/r51PQqpkaeBHw7JUfpxzo5vGyaKQ==","signatures":[{"sig":"MEYCIQCqZP/dx4AU83Zg91oM1GKJLW+U88ntrRep7c8niCtZmgIhAMDqc2JsXYtXirOx25bRkJFs8tMrTBV20iOJ8eYKOSnm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16108663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKfK7CRA9TVsSAnZWagAAqdQQAImhNU+Wz2i/vXVeqYwi\nxn97RVA73LH0YTdDZ+OomoMIfa5T8qBEHjxgyzmb0ByL5xCO8/frRNLYhRA7\nmMJER436wt9L/4459oeNXe/lvXUTqdSlYhsoqmUDBkWMJXyTIgiyZVB6dLXU\noFeaoQDztT6cWfmYFTFMRhdPJmLGCrbN415RiNP3nPWhALdJAxlU/aHk97+V\nXEWOBY2+5wwQsyd0DXHgRdi1K7XUp1uKBbWhznTbV35xYZl0sz3JqKHSmal9\nsQ1o24HjTINUWEN+3fmzVVza1XztadpY2FVIFH6Hr1YL5X4CHDl0ZnbTTmCc\nVmfkZ68R2+h0KPTijUpAXjgQCyHpUkF0PDyb4l+VVb/NyB5+Nq6WQl+m2luD\nYcQoj6WPUk7FZPRMkTFzlGrABuR2tJLQ5EhpUjEZFDjDBaOcdP9D3sGZi7M8\nSAYqFF5PB5cQuwp0pS1zmRuF0yXiK/8LXMqWlbHoPdMFf5jVCBCsvT7fze9E\nQQItIXeqngT6ZWD2NyjGPxx/Osk1JjKmTIUWj7lW/87i4XXXXNFQEYdQjJQm\n9oAvP+llF30wKO+/O3SMVFZHCR4R/9JL8SfaMy9GrYfR57aYvFZ0Wt4o01FH\nKoEEzcpLtH5ZwGj78tuacSoj3jSezrg/rFWN1QnD/d2F6WDJFnt+apvWiLYS\nnVBE\r\n=2vc0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"45340d379f924450f39ae124be03968fb81f02de","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.1-rc.0_1613361851061_0.668275659824465","host":"s3://npm-registry-packages"}},"0.16.1-rc.1":{"name":"fundamental-styles","version":"0.16.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e3e634b1ce1d2bfef2f30a8d87138fedd0a53d7c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.1-rc.1.tgz","fileCount":524,"integrity":"sha512-V2k2uQTshnVKOfZkt3arWk7FWfgdZ4jDjUnW8kF/sQ3yKF9GVxAsz1oLur++smX0tDk0bWLPG24WZEWnzft4Wg==","signatures":[{"sig":"MEYCIQDcLSJqUwaEv9BKk0rZenfLjit88B1G1/7J4yA/FthZCQIhANgwqJIizDzRSOsK/jUvixTTy3r1hQtFnDSmMfMAwqng","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16108774,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKsEhCRA9TVsSAnZWagAADfUP/1DaNhSaZ3Cg5p6ejM0z\nlO4F5+fNDjXhCzLBfkCvtH8J3VcurTM3Xw9ZV9eNTXIEwgJ0/ZI6fAD9POin\nWf28KXO4OJSDOWi8PYjPXc7L0idAlNjNVIMDL07K1+ZYfopYsOgxgUrTMlye\nacCZu0rrKF/boSC6Q7n4VOTZCnj/YZ6/BlQ/1WfQhhPvdGY3iSOQH8DjNL5h\nNrjBMhIRY2qOjPO/+K0eM9M4/MWM3Fj+BE6nUACcdfFqLa6ByxkcJ7Rvh8Bw\ncf47fHcehHq5KT6BkjZRaA2MUKRbLLF0A0XEKnbfjCJlxdBbqb4NXMt+oton\nGXT1zC/iWXWuLsDFpLjFJvMOHzmxFSsxb4jlrqy07PzskW/KwLlr7iDPdgVc\nTCFjjCKuSdAZKH1vqezb7tInxJi9h67OjICOybx0x188qKe3xTB9gQR2Xxqm\nIUZYpnwAhymNS1RdF+PiJU6I3sC64lDLEB5lYmMOXWS7zj5WVPtsxXhDkcFA\ng9Itrkk5Gazha9VXOJzT37bOFZothbzuWt4xF63AsESVDp3cF1V8DWpXPQmR\nkp3+E+mIucUryklq55dk9UVSwCMgtwF6oIsiRjmVqQfrF9IlhaRSmoex+5sp\nNOpMCKlQFnPl3+UMCdcYK8nNpj9I8lmLYJAKrYjzByUYPXRxwutp4OfxLK1X\nl2lw\r\n=UK0T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f921cd2e6fa366b77a857ce1e619f51cee4614e4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.1-rc.1_1613414688639_0.8052862328029198","host":"s3://npm-registry-packages"}},"0.16.1-rc.2":{"name":"fundamental-styles","version":"0.16.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c79f74666aa84a437063887ca672be2a7f3d7880","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.1-rc.2.tgz","fileCount":524,"integrity":"sha512-ldaMAFYfHnmHbM5Y9zJHY3dAxSKJ1ajzZ0NObUgy2UGv4hkmijo7/enIbxBlFpn74rA9ZM9s5RdotVwgRa7tdw==","signatures":[{"sig":"MEYCIQC4jWDIck8dcSMqATelgte2twNfA8AAIaDmGkjY6EqSMwIhAJMvhD39kL8I6w8toz49oaXP3VkbgkvSb5wqEYtEoMwj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16108885,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKsPgCRA9TVsSAnZWagAA6LQP/04Szvt6UhDfSndqWqQt\nCOLJLvMw7Dp+LJWTt/EambTvlFBQh5hqYMStSg6h3havBWnVnhOGyOgPZPAa\nXCN4b+dJ4jiUpZj3Ce7k4qgvq0XpRVrAKeV8kj/X0hcftsELd6TOHNH3M1Tq\nooInFPwm0e9e5QY52Jjum1b5vSftr3Wq3umemC7eqfIZRX8ppYoVvxdK2HFH\nzIdaKzb7f0cEWBlt35wGHWihVxX4f86TJj0e1aLVRhNVxfY1wcwM71tAjLBz\n4ywIsE6kTeyrNnpzsWhBG7Hno8ZN3JdbZZelpshnknuBu5s9nehRHFLf+BTp\nDIoHhXskkbP2DVVN5eGgZG/G6VzUXpBbpQdvz9nwI1BFuEpuM+J+KCmVrwXm\nV8b95TEDA0b29XB8UOYevD60tdvh+HjBB9z4RkTV/Lxhap0SBoiiq7Vjnknf\nllIMAU9BBRL/6cRJCQ5ZExbuNpwETK9JGIN+CFqGfUixICxmJZslENTwhkJd\nEW+/pw8gwB4RySI8Vu+lgrh7AwO+MvdKGPKqsXRX/699E+7gQWHr4qTSIYcr\nKED4DMzrAsqyb0NC+QXt7MtgcJDh1mhOcqd9yYsg29wtVcKhSdCi5Hjmmqb2\nI0UPnixiX3W8fpx5UlMqxiUZ8Dfg52/SCaoxMeX9rmf9Kk1T0oMZP3acXgHL\n0lpG\r\n=9q2f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"57ba7456b9c47d26facc214feb1e3c4cf627a42b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.1-rc.2_1613415391645_0.9543063279929644","host":"s3://npm-registry-packages"}},"0.16.1-rc.3":{"name":"fundamental-styles","version":"0.16.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4df71df68c408dfc0682bc2989fc897dfc60ce86","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.1-rc.3.tgz","fileCount":524,"integrity":"sha512-eyyMtsa7zIKDv0N1wgGax07PSNlk5wwMTwGY6UUqgExq4tw6sm3pC6a/PtCeu0m3SKLWx+PZMydGfaFDLesVuA==","signatures":[{"sig":"MEYCIQD2IcmdHFxT5knePZF91Eu3FPHgHmAcnAiKwrGnlBD3pwIhANEHW7mJC7kftOq/HZQvF+PfKsw4xEIEYdcL1h6jyTr8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16108996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK7Y1CRA9TVsSAnZWagAAu2YP/R3x4Bcv1FtGoIffzgP9\nuP0GTY3mfCXM43WxnADwnqFqdRigQ17zOWdxP/soNPeKZhB9xc3dSs9LCBzm\nTXa6hWrNV6Bff853yHBMdl1sbukfSq9bnc3yaZ3KA0YuSPQLcU1CtQ1FnpMV\nnnrZTx8rA95ayVd+H0NBMGuhVAjIZRQYKHOfhf2x/cTOx9zW9qo+OAkCXGvC\nTuaKHkw2XnabTQgFjWCiTgqxbfylUP84PXXEApqo0TgbOS8yAjOXqAxGWcTx\n9pbpLQ2UxVtX00n6gx0OcX7v5vFgmV6VdkzwBE7DEs9w30G2uUi3fTgY0qf2\nKsfFnCpmMfoBGjVGIFdcYpLK/vF7ihWbYNMGJa03Ogjqxv6HJHS3qTDhAFOc\n4RFHJQkBfYPfsH8UEbwWLDqCMhbxZUYf1zubgZv+GL2phdjBQrs6layXcEp7\nb/3ppfLe4pZw4SCe/LO3xKVaLMot29TD1JyMuIvAJZu1QHq8tMJ0yCDS2jdc\nRAhDYPh6MoohlXR3C9ps2ebMol2/oz08pGdU6uiLhpXtrKGg5xCivSDPDOXw\nd+wEwXcvnXC6d/EMURJQxW3ljWq+64TGunb3aHDaP642jkKOYP/IGPGOIkx6\n9zYHMEjZskseR6nJ9CCTrOjJg0VKqC6rgshYVRQUt4wX3MIIhyd1bHBuiFRw\nkd2z\r\n=vhOl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"33b12ec11c9f080602786a62a0cca34dc23bc03a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.0.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.1-rc.3_1613477428663_0.8771229342490126","host":"s3://npm-registry-packages"}},"0.16.1-rc.4":{"name":"fundamental-styles","version":"0.16.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3bfd92084f24cf65dea4d368ac3aa0a834aa545e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.1-rc.4.tgz","fileCount":524,"integrity":"sha512-+24fd/coTxmqDE99wopjXt5m9Nj4fBVeK8c+jU2mw18ExmCz5EUx4Wz3Dvmbjsh5XDFn6WuBF6YEAWkOs4IXTA==","signatures":[{"sig":"MEUCIEqu2MYbo5DUdxscE49Exs3G5EZPG31iRYEy482l225hAiEAg91Bc86y/CVkNL5gqEgGVkxJHXWTzKcKZia1fp1FQGk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16109107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK7sdCRA9TVsSAnZWagAAaggP/009Cfnuxe47l9IANw0c\n9g9DP+uHXAjR2NJ1uaM/R/dmme4Vm7oC1iaGjy9uNTRrVkYPvLAw8SJDlHcZ\ntskvjVPej5cWZOKVaiKtKVpOytXY7KCkmJG0j4uhUjzdW3Mu2QWR1F+mO1ao\nvwACjcYaxXdVb3ERXWbre7NQl300VVXKqRoxdEgOS7ToGtM/EOxYuYQirnb2\nUGVvO9wa7z5/wBJ0RykwT5IGaiVpahihtxgk9+ObTxwOz+MlbJqRQeneRcyy\nsM4arCW0XZGgg4eR7PFsAREIDjTNfg57ifi66nE/6/kdcBoqjVEBGDdz3f4E\nrTmED1MXvlTy6JG9ikZuIuTQpOLKYLlvwY1kMD91djobokquY2ZvQJ+omjWp\nHtHnnxW7A8CjBIkBs4yN4WtLG6UIQRlwpQPRwGMpUUAQ4MmcoPCwhawh56ou\n+lxyeVV3soc/9SpnGy4+zBQgLcsAJ7kEYMLQAARyoLJLFY1JWYWJp9LiuGVe\np8XqKbwfkXjU2zZAHEfhFbY5xOF1VT850m8plOy2ldkLIdLwmVA6nIUrSw+x\n2RMxzIU+AZcEAvtaaxY19a7lZN172Idi3rFaOhmdBNhtZKRW2r8WI1rtctD9\nXlVcFTBIHfi5dfzB4X0nuAXwqYE2qGqPRocpjCUBr0aJZihDmwYId7zgUfth\n5pOV\r\n=A0FR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a714b6c3c2291e1361348f513b31ae7a9077d02a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.1-rc.4_1613478684978_0.7678869664501855","host":"s3://npm-registry-packages"}},"0.16.1-rc.5":{"name":"fundamental-styles","version":"0.16.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"34632fb7aacfe4329902efbccc7785c048c13c16","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.1-rc.5.tgz","fileCount":524,"integrity":"sha512-RLeiat1K9A1vvNrhXKlYCJMTJ/7/V1xjaTJrlUEXEOcdybK9+RJvTy6e4YXt1vbPymDIB1j2G+tlTOD0huwzZQ==","signatures":[{"sig":"MEUCIGfAQMPILSgq8I3MtGFpceLds3leFeujbAkp1dHnM9KiAiEAqvPOn4zNRt6+lXFW5q+rpjDfreeyyBWCKcn+lmL0Yxg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16109218,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK8sdCRA9TVsSAnZWagAAODUQAJd1wJu+X0N+lYXy4f2i\nOpOAVN7UM6r2dXSl3gXnrWKHK5e3iCQG+2TvSvUaudYDL+mjjX7+aqccXmjL\nY6cTFd6kA7Eaiop7ceGYiCztVyjsZYQ+JBFkzvcb8t0MsvrrrmsD7QE2qVRa\nja6gPbGF3eJ/nOWpIoXonnsQAOByBOeakD/CUy0WQjHZ+HMN7AMbthUEANEh\np4MVh5exmg7OtSARm8KgoAU9yhLyNchUI/IsoqZykjb8SOVp+Z1GuMqF8yW6\nQUqNwhIF5xYTrit9k1J5f7oX/MtnVVMXlvu+P2xyY6pVNXL3TDTldpYwxfCo\n5wcrIw51TN9YDbBY/WRZX5xl85wkTa8OTiUmnnJoftXy3Buva8DHxXG8pZ9O\nIs2PDOoIXRUQIXb02MByRVtvm9LWCBRDO5Fvms8yOyRxu3wLQodjJwhZB6ff\n+rfwaHIQncG2PKel1fsvgQV2sdc6p2OFcF4TSuF9exaeAbraqkolNL85NpAx\naJgcX4IX+VviiQ2iXC0t0/qCBMiapkBzXzyitXM3oLGS0iPEJMupakloG5DV\ng0J2+lgTMEowQQund8qBv2PPrH2JwNO9v2gK6nqxVndACXhDtKJsBvn7jULv\nAwXpMkyBcyTopVcCVxHKp3ckJSpSmT0Un+wGvnbyS0kZnHK8iVZl51Idz9EB\neIpM\r\n=PwVC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bdc23d982bf136a2c4d23041f92a945950217a9e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.1-rc.5_1613482781088_0.3691135706307962","host":"s3://npm-registry-packages"}},"0.16.1-rc.6":{"name":"fundamental-styles","version":"0.16.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"667b873a0ae3005c3ef9fc43d753320f5de280ec","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.1-rc.6.tgz","fileCount":524,"integrity":"sha512-aD3GfuJs3qSbTBek7jWZH5//2ScJnjQI37CpgwORM+MKoeggGP4Li7oOJZCRCb6Zd2dMwFIG62/kmQqbFf/x7w==","signatures":[{"sig":"MEYCIQDo1dJkqoaxLWE2DRAF0hC7a0DiSctnW40aVDr9fE/nWQIhAIjkDQSHlLy+RxKxPgE1djdp5ztYoWfpqA0xRBwdN2KE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16109329,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK9cXCRA9TVsSAnZWagAAJMIP/3zfOha9WvHigHT29jxc\n5LGMQDbal00bhBdjZZjHMj05qlSlQbhfZ0el4IDUydycMshq61U/8LP3icuK\nINM1m1KCBFK0J4u5da8HXYWjWSRZLiI1dWDwdnEh45n/FOxz02/P0nbI07QH\nkYUmkcgcphpYwt2bFrircdZqlFn3bnTlssmt9QBbtZz8Wvx03VfUzZdnhnh0\neRpCGnGbFtM86aLZ09SeX+0FZsPuv30V/FhvMWFz/hY//KsbxnYHGjCWMbMV\nEUWZlnUKbfnXPy7Np0OoXlUAzAB4asB9khIBIpojFYdJuxXpN2OWE+DjNcnV\nAyosWgJmPffEZGgIaExB+l8YZX9+xyRT7RkAFN2SCKqTHzKhfvf/G4C+qg5+\nxNON7OtvhhJZdm818XyhTbgrnC7NDtQ7gJ4U802oqAdEz6dDV3NyCfVmEOTF\nckqCS2AKttwsnNnKOKKvbeahWVfW8dgRty+3KRT9fjabDoSN893L20W8I9yj\nJRlmBh85wGf4NtwadSAgBuIFfEV9AHVJjC2KjsMRGrzD/TqS0kpD+9hhxAM8\n3oEfcLE2HqPMuZCtbASoo68K9IM6pVpb0ELSehVqqLvYjoWAuPSoaUDgDbfv\nrke9NN0VBloXoVMZoCxM/2WovlFLXv2E+9wQPMg+5Ile2Cr4XPKfF4oRsF9E\ne6/0\r\n=RiyG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ca5bd1e337f1cb591fea26c07b44ab86d8a5fa1e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.2.0","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.1-rc.6_1613485846719_0.9226002463850906","host":"s3://npm-registry-packages"}},"0.16.1-rc.7":{"name":"fundamental-styles","version":"0.16.1-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.1-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"144228fee3a4125dbaec7c6bf9c1f1eaada5fd80","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.1-rc.7.tgz","fileCount":524,"integrity":"sha512-Mms2i22ihbgKGKVt59NRcbQwwe9k0JiYFy7iS/GvhcWSwKgZG3xrGBObAcV+OOYsax3/LZiRkLttNJ8bmehz2A==","signatures":[{"sig":"MEUCIQDEiHB2rvc6FcRpWEVVCAf2OeTkgz5TRehEyxlHsO1x5QIgBL4xlz3xpiclDXP2huPBl7Aod/7OOJbEgDFUMr97aYA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16109440,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK976CRA9TVsSAnZWagAAbhsP+gJa656CRAxbRuToskJg\n8R2HOdOP4TDX2XsuX1d6N2wj1UGDVeXZT3q63ZOKJ2rYH1t3Lrb2eBUXfklW\ne288oSyD6SmGZiOn5P9PoN+/6psUOXyi5FDwyWWAQu4akxIgqeW3GvH9LP0j\nDccg6rrl70IoKg7Nxz5xBmaoAApSuLHtZ+k1d5SupTjBKBqGmU8cZ7PD5R+9\n7uK5hMx6T0rrrsYIF01AWKFNECMwC+uP273hYVmKtfaRGYr70LoGQa5c+YGw\nNPRuG9IZJA6mj1lF+Q1+sKL228cxRiZjFQbT+G+bP9gY4a1uUuqfCgCRs+Wl\n5bROIqNxLWAbULxaViuLJHACfmFWB1hqZCpanux+rucgS3WVXbFHa1PhBMVd\nwhx2GUdngfKcCh7rzhZzzc/GxbHKFZBj0wB5NG82HFM+txuMjze/MPeu28be\nA4FOv3a3T2wMEVuOL59nsQSxht9FbZ7nFspJ1qcUxjUZN7m/u2K/O0MZVF8i\nUcbw86tEcy6t6XrFrdvTh9ys0Bj/zVLp8X9pRPIg9VZbA8/T9S67SV5YwYLS\nxk1i28WtCKlBVGtmjM/U+NLeUJXAZHtpuhq5/2dnS9zyHF954p6X/EArd63Q\nSZz1LidP8F0AWAGNPpxNfzR8FFDaDaweEnjITodqwMZfAeHBUt0MgcwgbW/r\nBVxu\r\n=IMv1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a478d988971837c4d91ba06e501382f9e803ba7e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.1-rc.7_1613487865727_0.10877043184607493","host":"s3://npm-registry-packages"}},"0.16.1-rc.8":{"name":"fundamental-styles","version":"0.16.1-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.1-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"93b804c7931e20f96bda19f4dd5866315164b5d6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.1-rc.8.tgz","fileCount":524,"integrity":"sha512-mE5+YrUAl7ANcYhzdFHXRkWd7sJJ85u7Ghc5JHwFtMT2omWw8aDVPBhzWYj2VemWRyn8V2Qc7iNS68HTCIv8hA==","signatures":[{"sig":"MEQCIBTbG6cVGBDukp0WLT95B+V9iNVvbwgcmnkgRSaSFkRXAiBARA9H6ww2EuVvogb20NASeiG4XlZxLplmbYnx2eUScA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16105576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK+ExCRA9TVsSAnZWagAAQmMQAKBrKgnY0E7HYIh8Umpp\n3xRvTG+ZqD0rEmMGzLdK2eP1fRNgbtQY4QCYW+h9ITodAgIbXuqHgHQKFkZr\nqzzoKwrjEUr4IXpSkTSd5GgreSK3Cp+6+A8v6dQsptORHPa0R+1IeTL6wX1b\nvdAyq+DM2ng+p5Ylqjy8dq+em1Xq7NlHmplXATNweQGPB1mGzi7Cwb6Zsqrx\n/uYQCDg94DERFcaB9+cOLPacfBDnIheeYbHqfrg7fY6qY7gVSctTMFaFB/4V\nFJcM+MoBIO0jZ9LOA9YqlfDi0DUsMGfO0zeCxBCrF5bxMg1aLtHZtZc/PB6C\nc6tOmDh7Q15HpBAeWlLzSYFET7AyQkx0pGRnTMeQR10Vr4HDPmExqNvdEnia\nijyOtZgQLZYuRm8Ng5EHQ71qEsm3q3KzWQXDtZXFPGP0uPGDNOUCLdtN7L33\nJ4Sf7wo9DtksOXqXW4aA5kWN/NravAKRlicKB87bEzsGZGFvNkeIyaTT4mPf\nL8APuHmeC1SnTHsFGtcGQyyskzk/yZRhlpHs/9+0vt/T/WJfs8ILeFOWSriB\ny2fHeYDATysHSYg3bwBOyakymgHSUIhoX9MHKg35T6u2UncIWy+jh/oy51nY\n2OOpNJNjKIERJFmPZ2YJoq6ac+2JkJp+AUdvviuYS6Hflwu1TNchC6wNZ5JM\ncNDJ\r\n=bBn/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b3049a81aa7e3427ebf16bbb61fc2ad832ea6b1d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.1-rc.8_1613488432868_0.5839046344213981","host":"s3://npm-registry-packages"}},"0.16.1-rc.9":{"name":"fundamental-styles","version":"0.16.1-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.1-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9e729651e3fc3f6590b7e8b403aeb5d3357c5cdd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.1-rc.9.tgz","fileCount":524,"integrity":"sha512-o/qqiD835pDzhT2V5PXpmiN/PwurAxzict1Unrnu2pw4nvUwu4gX58GYKta1Hm8QWHCQ0yFt2frOjMqjcKApww==","signatures":[{"sig":"MEYCIQDdJVyxoORc88s4VyNuPbmwcBa3VXNZK/0tfqKNmY/d8AIhAMd1V/FxMQmfBRKrxw60hs+ob7DTjwFcIOU+NqdmLwfp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16100583,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK+pnCRA9TVsSAnZWagAANdIP/R+xU+LRPkz7HlcBSg7t\nWmQL4ITYUOSjblYMZgEdhqRWqiMbGa8DUq0R+rReVcaW4SSp2qQ8GYnGXoWU\naOh7xbUuhFJMfdww7kVGqsZQM2z7kTuv48adk+qWhiDx/43mCpbz9J2EqYtm\nlpYT9M68Y31Dlg/Ozm9HoLeg7w0ReGB8eSEUtaj/PycbwH67LsIK0JZSukWg\nn/g8SiPzeCXyTQ/Q2rd6GdioWVdsNehFg22y0nakHIwo7n6DE4k6NPHkzOYb\nbB0YD/m/HMLJO5XiSqyVk8qSOohX1CtUFgDIVKwxYANgyAwDLvzv7uM91AR5\nEf6Ddmpl3H/3KwZIwh53pVbGMcFQv6zt3lxRfL7xc+yFuYoGoEthBVDv84nV\nUmNanRjtvsn6I7zN3dMyWuEB1IUks8f52mXfNEeaaiyTHXmX08wFYt2YSlix\nXh16IchWYvqk+gykp9yguTdTG14MXSD9vI2p1RqQ2k8PW/BnoQ3wUAcN6I7i\n1CgAnSQlfg7HHwZeI5Fk9mPS4aGg5f0W1c6bnU4AftQoQ9wdIrFTaBYvpdsK\nQ6aNqk2zDgwI7/uneMHmPWHGfa+koW7kPZI6NunTxw1oXbKqEw8FB4qeYiA4\nFs2JQNhsVyT3JyHNweC6zXjufkQFT6XA0x4TJy3BIg4XYXs3u/A+npgULbJm\nInor\r\n=Lpv4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b1763ea3bb34ef6f8d9603f59c034af540625a7e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.1-rc.9_1613490791229_0.6708831824778156","host":"s3://npm-registry-packages"}},"0.16.1-rc.10":{"name":"fundamental-styles","version":"0.16.1-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.1-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a7df8e190938f8259664d7eb344e6a74fb080fb5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.1-rc.10.tgz","fileCount":524,"integrity":"sha512-x/r6GyTpMOpGlwo4zptXmoQybtrBdmH5l/1+LoFojfp7mhUK6E4IE7Q+tRN7Q6pxpmqG008CbTYDxPyhJvfpeQ==","signatures":[{"sig":"MEQCIHdGKp39cXNO/F7MVawVPb3mMGRQCOjJ0/xRAagDJnKLAiACrMwOlAxhACcEWb1uISwLTvpsE6uP3dOoq1s9RkV7Pw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16105564,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK+8kCRA9TVsSAnZWagAALR4P/AlNGLzug8Q77JD6CAST\nfVEUkjGz04Xov97GgPwlfU+Bo7B7GjCyxU5th/WuA6zpM9CTZknkkfVXntLa\nFtSBkEPJwiifvibPTIm3ehw5plQuhA9J9snlulFZStwDyblAgPaTxJz+cLVS\n9SptQmuwqPjFNV0Rb9dIKbOBblLi3r+Ym2iYA5CuPIVZAJifJAA/8VKM+WMq\nuWRRkNuD7zNpxttFXg9puez8al3Wo2CZ6XAcRzz8YqAf4P8CT1+U+OoKCIuI\n0Ka9YuK0ZfK5ueTT0cmtvD12jQw5sIowdmOq0HrEhyzZBdHyepAAMjtpZ4Vf\nTpI46/BWRoeCR9Q0hp4lbil9QqiYAsrwmcQSB7XqIzWbhwVpXID207JFuHlL\n0khW5xo48SWK8fEvzw0mX0D2FrOrbAT9OjP51hy2yYnA1FDhfRK143UnXmP8\nwB9cMSsNaxxuVsUBBpbLlYdBDLLJ24lArjV3uBAqncXLEa40fX71RTovHWNd\nwXxBux70+7S7ao9w3loLQuwC1tKkKq5z89ERcAIzY04VRL9KHlIftcoOshis\n48PgGyU85HUpvcD+Ym3cvAB4QUbnYVxGEmsdn+/31fWcOlK6w6aoPgb/hdew\n/ZCUcmIH53ouMV8/uEaSUt/NJ+gDNIO8lzNpZiyXgwQhlEHJXd5bkdjtghGq\ncBsd\r\n=V410\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b9530871ef3d41146edb9ecfbbf6a4fc783d0d09","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.1-rc.10_1613492003400_0.1700866154001337","host":"s3://npm-registry-packages"}},"0.16.1":{"name":"fundamental-styles","version":"0.16.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8c140a730216538a31ad969d015b86618e33c131","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.1.tgz","fileCount":524,"integrity":"sha512-dUOSH68aYcoEe2IpS2d/eJOB0W1HUOPK4bg4qrQjijkUvMKPSM0d0E3dVB6Ow4ID6/MDkUMXg+p4fDn5ZGsz2w==","signatures":[{"sig":"MEUCIQC6doAoIelNL17fzNH1zhaXbAGNkFJv4SCax+CpQIGeiwIgT59w/4m4fRRpHmoNwVR5S8kXAPyK0ArPdMtaSIsCQTU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14026090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgK/YMCRA9TVsSAnZWagAAuFkP/0LKAV8wdQPbI6QOLyca\noFyBcaH/dpkAry2U60JsQcE1+crxuJiCEvsELDKSxTkZa6R5Jk36/Yvo9yZ+\nZr4CfmMkAOqU814jPBH/u3EMC7D19mgnJCYhbIjsMcclRKVbDKzGKXrU9dkK\nZMnvCqF+O3V0uxAxoqlVoSIleDBqFL8o5n+sfxVefsios1b6LUWINK1vxeo0\nVQJD+eSeaQDBdzUCcPp2401fLHb/K/Ru6vIzAsVBCrGzYJUjGsgqWh+RTjn6\n4f+Mnbo820rYoShNpg9bsn18oWlsr9rAhZSAKAeVpx6DPRxZMFiDWjVaDV+g\nag9oOB6UuH9oJPJMzSiUeJXZhdfCctTmmaUP9wNkSBYPY+3Dx6oW+dFkvJRa\nh6WY551OHBwwHUDwSng66ckvowYrXTSEf2T3HuWp82np+SzRZbpU90NATWR/\nsUxHvRU4+HRhQDpAjFGuhIzzHveQFOSg45jG03kXMvXM/D/MC7yYzDXlCqL5\nYbmXVACEdNz+96kwxoKWvBS8O3W29KvAi/u9DnILGF5eEV9p1Tlo85wI+jSw\ng7hdLjH0mImXwotPDOEFcxTWfYD5hTM5REGEa9sXuwxJfeaYpXSj6UhyJqC6\nB1yqzKZXVgYZPavY5oOOM+5UlUPbPy3oeUckFEs3vmJpK7bBuPYq4Pcpl+iD\nyWDh\r\n=z6AM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"40e9aabb9fe88ddcb6d2881e35d7be785672894a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.1_1613493771606_0.11899931743110681","host":"s3://npm-registry-packages"}},"0.16.2-rc.0":{"name":"fundamental-styles","version":"0.16.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.16.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c4d952e92675f8f0838413d79579acdb49ef6653","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.16.2-rc.0.tgz","fileCount":530,"integrity":"sha512-4xUh8zYbsAhLbmmj54cbLo733Ltuw40AwGJ8Sbb+A3WrAlYcxnWPA0PQqoznH+AdNyXh5BijAkGR5ip/YiU49A==","signatures":[{"sig":"MEYCIQCigP/oZ4KX/D8OaSreBlq4zd7i4cks3TFn8CVLge51UQIhANNmiw8fp5TUYjF5I3iqfo22XaJVP7b+dyqHN3kXGwYZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16356627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLz43CRA9TVsSAnZWagAAeGUQAJRxXhpN3nov7dN7zwHZ\n19q177s+rEPbiFtqssXJe/J/+rSfTKRy7HoL6ggUb8PYPDN/Sa/f/EQex3r4\n0Wm/PLc+zm5l32DcmZv8631Jq5PXmZtOSyZ89+azZH9uqoXwwGsy/5leXDjw\nyCAVjaWqelugFzjLBf37Ol0mXjQqeCOebvsQ529l4lMETYRcLrZiOk+QkwGm\n/buCpivV4eCNm0jPTbh8AmLtFTC8d4dVjzb8JDANp802p1YD6hj2gU+XGJve\nS01G7m7R4wiqE/WshVvPXYhxidAhReU1Q+1GlKCVs1BueRTMVicJ4QijXg6w\nDyrGS228jWpwPMqd7sreTB2cuN1k3NIHcGSrYz4x4d+c9iM4dLZfnAplrdfE\nn1aLzJ3Yo9YrIdDdAmgMKyzrzkjRzZ3t+ZSDMT0Dej4edfntMTDDh9wiIHUU\n3XLppyrxM6DfInNjYwTNQqLdPowTlY/JJkSokaAxbOEAQMeRP4JTTcEK1OI3\nXRGV4avmprr6S1ZSfzOl6jXCAoT95GhqGncJJw7Qy479YZJ6oQE51yEe3Xrf\nxxGa8tuM/utRc0IFuUzdWrStF+PnYKXdxACVvLmHR6Uxseht/LLBqZcmMGI0\nCljATlDnDHfuAQhTZ7tYjIa8YcnZce7FdH5wTvQkr5SkHQp43BfU/9dyYAn4\n0hMd\r\n=17UX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8523dcf92bcc6021bb7a2ec79a11cc1a4a5836d0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.16.2-rc.0_1613708854681_0.37852825740313434","host":"s3://npm-registry-packages"}},"0.17.0-rc.0":{"name":"fundamental-styles","version":"0.17.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"41549330e8565b2891339be43f0ef8587b47702a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.0.tgz","fileCount":530,"integrity":"sha512-BnbTi1/k/sMpGr7V7Kt+zNrDQsJ2L/fSe4ZiNdmuNg4mFNnOHiy3bOYP7227fgrbTASmU2Xn16ZSwKgzldT8gA==","signatures":[{"sig":"MEUCIQDI00RrTm7zuI1S/MGGNnVdQfZcBSa/TKazqc1vBwXQWAIgb0CCGlVRCYQ7S13O/+caz5bSAP8QcPcbQL3WMhYllxs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16322459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgL8q0CRA9TVsSAnZWagAAE1MQAI+3op/Dp01Me2lE7Taa\nOvHbDoEt2Y4fLNwrwaRg2lP8pR09k5WwESt+F9tTyeQyQ4CBrDOnCm0tJ6QX\nqe3E9Un1jKaZG3hInRX6ecUz96167ArccI74Ed/GAq5866VYl7rDROmzR4R9\nVAoBYfVsk9qsBAlJRZoOxUPrKkOmyV3PhmVn2oqgrtiIFEc++qf9S5mpPRig\n6Iwp24VVQjxZyW7LHfIXPmjJJ3r7mFp1nECQlFVqaPXDBuw7wpwztebFkN+n\nZw02/Z9NXh3BetoAdLh3iVXMKBs0XWCf0h9RGVgkP8O12hJyRb6TFr5c4ljF\nAjbnESUzrtsVgnx7yDB/b9wr45tz7dB9xvzDJhX9eAIaMqtXY5XtYL3BaC75\nki4sLBRnbgjzxmYEz/pkwJ4Ag24TlEfbxNuSgJ3S3oiIHP0lxSy/SCQr+s92\nbgYcBCT5niayIHvPpJvw+7ENwuxT+TpgBxzTtJuhjpO6ZQUrBKSk2+mdKYHu\nLtAN/BslJB3+miERdEP6Pt6RcBvLZ5PWcRXTX19Kac6u8XgZwYdz2g8OD3H2\nOnets0nz5WOtFWTJvta0IrYby83jGSOtgIOr0jcsWaXRy403G4kaJpabD7iE\n24F0OGTpj/KM+QxpPdJ7zfz4BZ4fvj7F1XO4dp/1GzWHteJkdhgscCDFYgT7\ns5M6\r\n=OKqy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0e51b35c5f74a7d4f80663576a60501f38125b1f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.0_1613744820145_0.9809813210843046","host":"s3://npm-registry-packages"}},"0.17.0-rc.1":{"name":"fundamental-styles","version":"0.17.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a34828b325fe18436adeaeec37f8dae1f4c10fce","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.1.tgz","fileCount":542,"integrity":"sha512-/PeLDHO2ufVW6slfuT+pLKqcoUqN0fXVaxtiJU/W+ruiAYyXM3m7fDX9MLYjT6sbLG1lEVayMEcCc/kJ84tfHw==","signatures":[{"sig":"MEYCIQCYpIGwpoJyhdnrnaAMc9LZzjoVdbnKKv+ox8rWjAJm5gIhAOsjuP/uc+GJTbP55zKk6ID8NHAJ+cIq2J+8umDHswkG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16378346,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgL9/oCRA9TVsSAnZWagAA9DoQAJ7YRWX+yA5jsgy4WWgm\n8OFwqnWUoLHa0lN3dB53G7Kax6aaIvpNcxz8IFUZ5CUqEZSp/cq4ufngQJwY\nV7+vT/l9zAGn3IJr18j3J6q7EUM8JWbo7UgjU9BizRoP66UIMKKrWXjQa3fQ\nwm9jzgnFRvsvTzeasPL0rB2XN2v+1YUnHv7eedy3VJTuYWkYQkEPUos+RQEa\nUs6PyCVGzXQV/vRuxUEuUffxjkQKfVBMTct4aDFqim/P++E7lz6wXIHuUxzA\nRanrmBXGyea8gvFqK2VFKozh/Qybj/a3Uqwy8SQf6M/AgfjJ7Mb9x6wyK+RR\nihTXrk0wK9WGTgQiTPt0YYeFk1Eu8CT/L3hYuOPcSCUo9Dq6izR754aaEZFC\nv2NdGqyu64wsCkwxrMAt0HKxax4ByUOZq2vSjXOmejT+ydJm2CEuDtcMf/1N\nHcJGTgqL+Bj33wl+zymWn1dsSpjhwhRgW1OJc6fVCZqszPjv7SBO/ES9HQTo\nIXTz9FZ1rQ72yLkaY+d6AYnCXQk3I79AJmi69VW4r6rvfjEc0FMSCimhvQCJ\nYrm3DAlxUsr5gsLCMcXcjAt7kCL2D6aSWdNioxgl+HRUQsUuTQtwRIY/2g1N\nMCpReDEtXu8NtvhOLaWeH6J6aAYllchEe3v5PK40d8LvD3j5R0Pb4t3nERHR\nwG8w\r\n=xGj2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"73ed49d537b74ac525f4884cb2ff7df888378471","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.1_1613750247942_0.008683790663948088","host":"s3://npm-registry-packages"}},"0.17.0-rc.2":{"name":"fundamental-styles","version":"0.17.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ec409b36ee96a1b9aab282a1167724ccb00f9429","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.2.tgz","fileCount":542,"integrity":"sha512-CD4ZQHDETpfS+bTu5H0N8na9RhMxxzqFH2RYuvtT7ExCvVpCaSa1yn7jCcpQZl4+5AEalyf7g9cwbx7q4ytqag==","signatures":[{"sig":"MEYCIQD3zeA0K98AYs2iPqm98Zh1cDkBBiWIuAHLiQbQFTRlZAIhAPdHOfp5Rwh8CXz8sdiIlTT5TDdpnd670BQIJCqEuOSS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16378456,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgM8VLCRA9TVsSAnZWagAApaQP/1woZ5guk545TGDCVjNN\nR8ALOGD7B+0VUzySCDnqXhCUZdKtan6wm8f2aibNJwcZm25ehDAvL8GGDAFk\n6DmglS6f5mNjo9aTzI+CbGR/AAFs2WYLofoNKxMg4sxS+R4ijzgftRMAjILo\n2dAQZJ1cvs1UhKiUb8A/LH/3RWSxuVEfMOl+BlRTPeqBHOCVGDYic0FG1DGs\ncFjoUEO3NwBr2ufF3r2gPa7phOsupOAsINrBjNF0owee7Nx6yXHT1/JCcah9\nkyDnvJLOtDZFQ5gMEdjguLmZzyiNBZ9DY+47DsV2OnnxbCpi3NEH8EQaJyL5\nl+OEzMbQr1VMVuCxEVkRzJWeEYOZwZKjzZfuJ+A6rs6iCm6nml9xoogqgyOV\nhOIQlOIQllXzC21BEHcgdooQz2TVTtxG8LdEsUiuk968fpxUDDn53nuxx0pG\nap4QwpBA4CTMAzBPH7xOoUKlpqIRxaOCvHlH/8C+DVzRvGB+tuPo2Qf8Vm9h\nPmQd4nLha8yXXxTnwRoCwdHL530J4DT1E5b7kfQqP29m1GGqRJ/m94Do3Wxj\n71C+iuQKp4z3mVqAn6PWbGGuRSayCDOI/Y9tMdnkZhWtnMDApBdKD2lRvuIR\n8txOfY3kkmVydRrpejmRNAK3Oeen++ZhIY56p3yuTbhTvSeGH/5hfhnsLKw8\nBED6\r\n=ROzr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2dcc7dc99d1dd06bd73a662930f1268899d0bf59","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.2_1614005578628_0.7278366153404425","host":"s3://npm-registry-packages"}},"0.17.0-rc.3":{"name":"fundamental-styles","version":"0.17.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c55318284bd4caafa8f3da7e31b4bb7e6504b886","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.3.tgz","fileCount":542,"integrity":"sha512-V8HiZWKUqAb8zB3fa+dj5wMCn5CDuNjbr/rBia1UUpup5Dc5M/uvk6sql1skUO5Tvt5pG/3o/1pDD6IcDn5TDA==","signatures":[{"sig":"MEUCIQCRLk4AijlnAsT9Ga9QF0qwuq6IU/4h59CKFzLtOIw57gIgPpIdVjZ6WRnweBxp+SrKkjzH9v1sh1z25dAtFGvw7Vo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16480751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOCQYCRA9TVsSAnZWagAA7aoP/AqXjC7Jn5I1nqcVA+GJ\na7h/EilRB6xaFMqehC3NV7ocBGQVlwZXoo6kZT+2+QNSZ9rmCpBSwbxatuAg\noPHftKtwxMyum+s5cCG21oxxfLOUSz8PXnDxFaRa+nuL2g6oSwO25PqPvaPd\nxEcCiRtMq26IvDsbvoym23LIDbDauJSKntxbifKxjOcKMhIaQWA1MmmdRUit\nky9kOtnOU1oiu9yR//jaocXiO1+OwUj5MsZUocDwV0FMwJek2Ol8BFIOGu6Z\nMWcD+q4CjT6rkuONNWo857mrvhtXEol3JRsfC+2VZ0t3sXActXA6XB76WpP1\ncFyr7PGCt+gkml3d+Gzlr7tZ8MhZShnAfaFz7yK/wbs5AnyaNNem4fPvd8T1\nHtMeqOby5fhwvdJ5IsXq85fJw5JLSPJmS6R8BDznSSYlXnXzZniHrThlF0MG\nX7uT8K4onNWj7Rk/piSoY4EvpzClZnCPfPLPSZLwogmZevYudeMRKIs0M2Nn\nQozetuMBhysVgAp7zTgtfhUgxj1FUr9CbPQk9Ah4Kx23vozYxDUaRsgVfolU\nDfjhVnv9A6UJ6VxWHvpi+Qp9DiyOFws8vMKNw8SZA/SeqlhqbPjYxay7R8mN\nGByxIIaRsyuYwuIRYAi4q1fVyEnEiCrN4P9bZjip/MgR7SDHpp6wipggiwoI\nJeXC\r\n=zER4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"42ce9b5ccca057b1fe5f33659e2ba001e7e23f16","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.3_1614291991793_0.36676689589719813","host":"s3://npm-registry-packages"}},"0.17.0-rc.4":{"name":"fundamental-styles","version":"0.17.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"678f631ce7e8705675d3d609521ea7048e178a4f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.4.tgz","fileCount":542,"integrity":"sha512-JriJmwzyd9KaT1f+qZAhIzI57TOXEQO0jYEVKS9doDy3f7wFc0k4nBku8DHmzDDno7Ke2MhS8ANHIgZCi0kRXw==","signatures":[{"sig":"MEUCIGsS5fEEWitIs3tUrapPegOdXBD4lV0MlZZTfJ/xrQorAiEAmgZBkz9T5TLuGmLq69/9u/zDeV6VIxdBgpuTLkwhkVo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16490380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOKLFCRA9TVsSAnZWagAAgIYQAIYMvOan0tTEtg1UklpK\ndvUxYbeixm7VUx9dbWMEDxZp9jEoI2DCFm9VsT/TBbBhBdF9bH/6lWoZGgAc\ni+QF0csriBHqQaBBA1nnc9K7E1Xd1SaDF0ClNDW7rz3GbTPjy9dx22/oUgX9\n+sIjty9e7FOW6vNMRBFjm9wNVnLWppMbGugZ3r37EsAUyQifkso7e6iZq/fg\n+HT9/l55feZgEXyAjwZYlM8moxxfx9eUISsRZoZSuYcFzEWS2GmtGJwU/1yR\n7U+ffH/LWhma/RCLF13VfBy9Uoc9zKMDcBIOmAlJtc1QY8pydFAmE334T8MA\nfFaNw8b1Xf9tuFMorBEV+DWiYewX4D4Zys+iLU0oDCAKqdz6khl8N8f9CQLs\n9snd2GA9BipTtNi/QsMx8w9d3BqVxksF2LwM9d5iktjXjSo61exAXk3uJ1pb\nwOeL9KYZ7mucj2KPYzJxCfhaknzK/wi/2Tw2EAyep3M0N1wimwgzSj+4jJa+\nDItVMKNQII+AIojSQ97wRogJf638mGLFuJKSzdonLkgj2ZsV8hlmPSKKYiQb\ntemQ2XRTh1s17VZhFs0cUkiJYhiVzjCsLD2OQtpXNHxdCuXOrQN7VDDqszl7\nCoZwHEKVoUaLqweK5mkgExqwflN1vYypV9jF1oo5lbiCBQQZ/R5GQdQPIKdx\nmQbA\r\n=P9te\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e4575044f2126aa0bcc2e22012d2172a06a9e65e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.4_1614324420579_0.42579795033644263","host":"s3://npm-registry-packages"}},"0.17.0-rc.5":{"name":"fundamental-styles","version":"0.17.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d188b48f7768ec6c5bbc3899db53e47d1a702fb6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.5.tgz","fileCount":542,"integrity":"sha512-sQ7N0o0J2qKIhkY0D3+o/ZpA6h8Dz+86SOw+P1p/0eL8Bb7Z3cTbYPdVn9FMI8fuwsBRMqwy+upFvFSw4MbZZw==","signatures":[{"sig":"MEUCICRtLK07gYGvjer9abo5WPslQogLavjypMwh8BKd9jC0AiEA563yCt/V7MpY1Gm7/7bFqTvhQTE+U5VnT39QRGPaJfc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16485669,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOMJaCRA9TVsSAnZWagAAkrEP/jkG48AngLuvWizy/0Xr\nLE5IaovAVZ3ERIaDve/kRBcv1vGp9LN8T/qRK2UkzD8N+OpLIXXYMq6cchap\nwDnSmBXNM7cYjxXHsb78xvaH5w6GIQcCs1xbV3RID4lBxKeStsr6Amrf77tG\nmkTvGfdTIprhbp8XV4fExOuXZeY4nh1V65wGD1UvtbpOZhZ3TZCyL7BM0hJJ\n2nhrMjroBHzUJPzbgSM5ztjv21bdRDkb98OSSR0TlgBq40PGcdupLca8tNmi\nWIO+ibpNBcLkCtmM2IRfOx4BqITNV+kh68zmmQITv4IPoqBi1jSoUefZEGo5\nhF2cbjTrBpgrRSJij9U+G3ZqBBfy4joOMIihTjUJuqyadWTvPMwdXzmnBo4t\n+kAX3tMftP9avI8W9gCSNt7A42Pg7WW3i6DlLAaRB6/5c8lkyRve/KfkO/YT\nhaNRgpyLvYXFZoKInejR7kfAG2m6gZbplA53hqSsFcWZoprFf8uCn9nWgNok\nd4PgTW5l7mloWV+tywVxz3K4wqOdB3uAByoW795Tuk7KoBcHvitE/mMTKNzw\nNSW6qjnJ5C3fnuNg00nN6rVgZvtb3U3g0ka6hVVsgvmOiZS7bhfnnBhLP7NL\ndh58BNEwkwg9KCSYOLIKlQSsvfqx6ejjAuBxWuYb/1H5b0kRdhjK/YOYi2B1\nA65P\r\n=yfYi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"075347856981119f730be9dfba8548f69ed52039","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.5_1614332506291_0.010088025793953292","host":"s3://npm-registry-packages"}},"0.17.0-rc.6":{"name":"fundamental-styles","version":"0.17.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"411c3486aafc457a510538236494f212d76e23a7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.6.tgz","fileCount":542,"integrity":"sha512-fkPKoHR9roABtNP3iKiPSIJTjibyJBuwZoFFVjrmBE/iiJXOqU2uaQfMOo7URcVtgRAA3qVo6fx8vWHu6wn/4A==","signatures":[{"sig":"MEQCIB/KaO3XfK+FhleoBoA/zB0ex3xvIIteWUeA/Q6wGJsYAiBBxU1xQrw+v4xupR38sjjO15YspaAoZ+7l08AE1ZZCQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16485757,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOteOCRA9TVsSAnZWagAA9LIQAJknSwsQvSJf8cHT+zzQ\ntQKxkC+imAvCyWLgMuebcZjg+zUxIwFzth24aqd3QTEc7hfwIsTLuQfhtKzS\njwvbvBATBN3oUhJbi2MK09HvgxD3eEnJNyAm0bBEVHVblWxJXGoQK9sEwohC\n8yqFE6nH7Lg1fHOZmQSV6xaRveDVNaw5SFnqkDPcFAN2ykkkkPadKTUqUc1u\na+VkkRs/Hw38i5QVM0ZeuZ2COW6eb6y32qe5DxU10Nm45arU1nhkK+24kjdU\nwbtU33cFRyTvS+RzTq0AEOhuZ+secvf4d/8wMmzZYx/LG5w4Qy1Ut4XTHNXW\npDLbbYDs/3wLFkuW8I7o860/F9OXMOSJrJWl8WTRjKqOsFqVppIbm0JHpW3z\nnrDMNPUne+xJWZwiWPrafTBmNXJLlv5DhOOiSekTqwgivcE+VzL8c/mWYszx\nNkX4MpkyEvOAcsCVanY/NfSxfVwyej/8hrF5EAmL0SMs67bqCDJVrlQ78100\neuS4ikZ8nFYxfcM2pZgOV/A8e8s8tbzHQpvvbel7wCW3e3O5x9QjqtQUpg3v\nllq4swg9Vw1rY+p1EMRNTnpyh8gkAoTQnfZcbAihPN4tXGEHrva+SIgE1AH4\nZw+VkJUL2JEHGQTrZktSHTXShRqW1aPnwoiVtkm82drAI/BtOG2qRNbHnrRG\nCfVE\r\n=k10d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a90dc81ad95aec3791bd1960a77fad68d2cce8bb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.6_1614469006114_0.8279033123651656","host":"s3://npm-registry-packages"}},"0.17.0-rc.7":{"name":"fundamental-styles","version":"0.17.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9cdde67ce64b7cd4bf5c65e6bdeb9c3ceae75e2a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.7.tgz","fileCount":542,"integrity":"sha512-1dvNy7sExYwiFzOlnqiRlTUxqKXaXHthWq5sdjLaaOSSyFxUtwEEAkZxADyPiE0x2J4ZDp0Ho283jB09wr8LHw==","signatures":[{"sig":"MEYCIQCRoYyqdqVxvfQ+WDT/vxYxKFVatEP+DQXqdzduy3PWwwIhAOtKYMPzjXPs0fnaH+9lacEY2t/5lHRTS7KZFhSGXbhC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16489153,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOtrjCRA9TVsSAnZWagAA7GMP/RBng2GsZO+nvnO3ZckJ\nd5gkKI0c9+vJKT4fZodXZyS6ZFbMj5x5+vquvJOkXz+GMEdUzankvroSmtNa\nzMLpDgGNxVkB90o6ejiv5uULx23TiajZpPFFBCIb9oKc6J4NheYQLh6Vfzei\nDJd3+H91jmfx0GE53mtTb4++hwUU8T6ddKAtb4vT8wIjwz4h1R57K5Md7zyN\nOirEn+mTieGs2Fial9Ju4ccFo8tLaesrP3kcHWn6qw3Rkqzc4ib6gmWg4509\n4S1QEc5bsCM9Tw6QsASEJVnVXbfeQS6E+RU3lDtSmb4OqG6AZUAQJMrFEtUN\n7lEl8Xr+0oVA1AYZt3kEA1Gf3shbqRyZhqz2trFC6HFN8+xad5cCEXcPW8kk\n/vIvrU0LBSqsUrwmWauSL1hU6wkUn5QP1F7o+QNACTQwk9Hwoc++/wMo86iG\nwoAr6N5boRrpMdOpz0tdIUqc1+n+udT5JZIeFaTEaD2LJFKFfLZltzO0YS6m\nHqylJMUqkBSi+y0tZICWG0/th7Zqn3NIzn7w1nsv6wpjw7zat0Xf13xzd444\nqI9Obz3WNAigNbm2lOqfuyG96/58SJxq8IM5pSO/9+sjKN7nl+42Xl6ITywI\nboy5+TapdfQQDp2KgLN/Bx/SJ8zpyacWD6WooVTqeHeBmE+/qIOH3OJdG1UR\nwNJc\r\n=/aJK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"51ab6a7b42f4871c825ad436ba8fd759e63535fa","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.26"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.7_1614469858645_0.03465924559519307","host":"s3://npm-registry-packages"}},"0.17.0-rc.8":{"name":"fundamental-styles","version":"0.17.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"34db035aa933ad8a7c0cf5dbbd3047fd40c72c65","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.8.tgz","fileCount":542,"integrity":"sha512-Q/Jd75Qpq/KDZUm+ZdR4zdkvy/tepmFHDQggW4symJdIY/27oYGX3lpOnBDKFKYp0bMOy0kzJKX15/Xi8B7abg==","signatures":[{"sig":"MEYCIQDEoyfHAL7iLRFDcv8Uf5bzY0yVZg0AUxMH6ZzTb7QBUAIhAIHMVVUrufWVyX5l3oymhA0dgGjtdWlgkSgpRJHHrp/n","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16489263,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOt2cCRA9TVsSAnZWagAAgrgP/i47zgBVCbXO09ACSe0+\niBBr5Re0lkyfj3A2h1CTKYZQ+FBf7z4WdUJNaqIEdRcpC/QaOrh2YutHYUYh\nhKcd2b+0ll4lPr9r3KtbmSsRkyay6gXFoPrrdjxaDvOQXI5Mzhk3owcDSBjl\nrb2QcixOSWLF9TdSEkNqP+ThQFG7s0Jk7/EYzJ8k1OxnBVpixhB7nWox+wZD\ntELWDbwBGWBJuV9ENAiyUv33PZ6CpLqQSuR/G/xgBVo9H75ayNXC6N05z8wC\n2iZX1kr2CYUbi6WS5Ko1ytSK77O+Qgdsz+G/n2C6XD+NqO9rIm4XpYKvzjGt\n2ZeyGaI7P+JjbqSoau01u/BN+drFzTHiMhOK95zAf2FADOyfyWVb0J8/tbfn\nrJ0u+2+VVTo3XxvqrKRUj6aCl6kOPxtlQS/mDjMVcISTcdWXyPOnwHs/rENt\nPLPHd2Z6Li8DlA+wNFmacC2n9yJs+z53Alk4Wy8ViT0laDt4YcLCXyUNrQ/Z\ngOX2RKoD/c41YZ+7QA/xLvY0kSyNa3qWbns6Z331OU2+ctIFIwFfYeAmULIw\n5Od2QazJX8JyK1BjuJhl0MgrmgQasF7JddzMvNb2KWIk5w3MJ8FqFmn0boBW\nPuX3rbyki1JgH3E84M4CI3gkRxKnGpMQKu2/kW97hhksqZMEqQTIE0P+3/TG\nrEj/\r\n=WqST\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5dbbcbce6dbf98f897d88027d7afcfd5e5b7df15","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.0","cssnano":"^4.1.10","postcss":"^8.2.4","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.2","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.7.1","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^4.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.1.0","webpack-merge":"^5.1.4","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.18.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.0.0","github-assistant":"^0.3.0","standard-version":"9.1.0","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.11.3","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.8_1614470555870_0.275863145878813","host":"s3://npm-registry-packages"}},"0.17.0-rc.9":{"name":"fundamental-styles","version":"0.17.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2e54af2c70c672f5439ff2f7b934d0761adcde72","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.9.tgz","fileCount":542,"integrity":"sha512-kcV3ROgTBxxfA5SYYGY1aewbDK/+A3T6DCDjQROfwS09DFxEbPGBUBi+rBFUIWSV4FXh6PyfdldIp44brIVZag==","signatures":[{"sig":"MEUCIQDxdi2CgSHPEqLDfXed/6DOvkQseJ9jSEn3Unf2d7G3gQIgLQlExlilIY9I/hFK0l89OYXxGnY48ZR2Cx7wpX+uuTE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16489374,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOuGZCRA9TVsSAnZWagAAyLwP/iNDof79WYBc0s1Cz4nF\nxIkFfOqdwFgEBAeaS1W5WljjgP/z6bd0H1mrDAdelaUfafw9RjPifazOfoM1\nL9WnjxE4h4SSWt3gwuOedDEifsuLi3vUDp6iC9dg0HIMuVI37uFnrQyo1fK2\nDRofLQo6ZXq9l420KYj4WX24VniAyhq+3rS/P0zO8JKGtG18xqDAW3rxQUdm\nR4ht6pjkrhUi4T35ci/NiTIUD7X+ijGpHoXFx+PlMiI8hWCE50Jdv3N8IBGH\nvEjgUmleN6voFHQPEL+fuS8I0DCd+yoSqoPol9QxYjs6hfZWAfb1WByl3r/y\n3RFkefULY5wscy4WGb5vsukT8u3l15JyZrzMnvZf9afERBxPCNxhngzeIBXx\n+CWGMgNa7NfKfniMQu4b32C9EwD+lHmSzGsfilbnT9y/Wy6oMeobrqNJny03\nc+o005HU8U4wWjcSQcaDofJoBpZuVMDi+6a1JKkSlp83SmlDTkoZKP2MA/Zo\nvQXysKLfnOB2ofhriEokkOqBU9H7yfNPMQSqWGMc/31SlRLg6xMuQr2CNTwY\nboMbdX95J7iRM8fMvMQ7DZ1bx1YCW04Gz/ypTe9drh/QMzZXu+4zD6Oh6EpH\nRp+AgL3RQZs28EHSiPS6r4gvPzltxmXRfbqDf89w6gujCZM8BC0rp/EZcBrx\nJfgU\r\n=h6Zz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8b90e73e5a4af8b9fe2eefb133f73dd3d549613e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^16.13.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.9_1614471577154_0.7481682352138479","host":"s3://npm-registry-packages"}},"0.17.0-rc.10":{"name":"fundamental-styles","version":"0.17.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2776057b2cf7983da3b02816c87a5e7a7c0e2f94","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.10.tgz","fileCount":542,"integrity":"sha512-gsbpV/GSryBIxwIB2KARa2eP6Uok/6FaLj7/KmPmjU9JKWi5yWJJyMeLhUwXwJ5OBofXTFPsn1BEl4afb2V2RQ==","signatures":[{"sig":"MEUCIEPFbpj80G6zge+/Pie8F1voCr6TcMrlEbkDf2pmMG7ZAiEAvMIU3x6jSloWz2+FKoKWwjXTPdIkRL9MrLovNugU4r0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16490014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPatgCRA9TVsSAnZWagAAubEP/2djfDPa6vJz/Q6GhmRS\nEhc/96g7FhirIseW5MAwuGhVTormwY0q+SarGUg9n3iqtY6RofAJVX2E3LxI\nAtxqmtlaKaiobrf99ON+DzIfQ2NPQFc2tzG5ytUCdB38PqxAkGgREAm8GFjo\nUSVSZ9LwE5NWEaR6+Qoryn1dCrxVKb/+9NKkhHQIn5rm9ZnqD1jvyLys8nMA\n+gCeK0F/jlfk5UMP+ZIN3dynh5A6KKpaOcvYCd4Gt0Sm8FUbX31BXZC1JL7k\nN+CTXNh3G0FIBi9yJjdtytqpyOw4P+19Et9xNjX1ASr6CpcfdLjvNzBeiVgw\nNkwvjYgfYNeFai17s87W2rnaJeqodKT0v2WWHDz/vpbJ+5Oc1QBP4y68ZXyg\no86faH7Y9+XNzpY6kIXhMIJT+zrUiyDI/VaBiUIsgNVKYVXsPpYN8g5Voxzp\nhXSKzDLmuPNRhsPf0L+fo35Y+pon7rRelrkPRAxor3zXH3pIfzf4XHiqvksn\noPuPeM6XxPcLDGmgMxhvqraOEzrXPPLYbwq9dxZq7IqKypiTdkqI7VtJ22ie\nlv4TbuNcXOze1gTgEZjk8hPFYIc9p3Ma2lMvmZgcDHixzpjelOc2pTbpbaPx\nMXgG0vXaaZkdwMvtfb9hJfyfz3s3WuK4x4FplsVwfOA5RrkktddazxAg3QFO\niWgJ\r\n=NaZ3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"26ad4fa198daafe90377d8819f75040e92108b16","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.10_1614654303643_0.9779152205859083","host":"s3://npm-registry-packages"}},"0.17.0-rc.11":{"name":"fundamental-styles","version":"0.17.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"35653c96bfc4111a9d761fb073facd5ea7d83d1d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.11.tgz","fileCount":542,"integrity":"sha512-hYdZnma6KximcZc+WTc3AN1ltnRXNyXu6ar8GgeaAdGEYuTCPNfzm66J4nCXuhQPCl5eCw1FhvGi+DlFgEMYQQ==","signatures":[{"sig":"MEUCIQDHXVJvyM8axH05vYkCrLbsYKlXRBS9s+Z3PbsVcEZsKAIgJc3SCBl3O1k0Y1EHx/nvYFSvt8aHV7WEvExTTPfJOjw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16490127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPa26CRA9TVsSAnZWagAAzEoP/jaTAumTa4VBcI6LsZPx\nXYXJ40fOyopMF7hJAGA7La3VoRnYyRUBbq7bncNTAfCQyyx+ipBvcjcM4XCa\nSHl8EH+a1R0m/Nr1v6yUIO0hACyuEw0uEQgxMbUUIWJZvZaFComzZoaRug5i\ndmJbbRJvNC40oYqrV8z/tPrlMfLQQXYhhvoDJm3UmtU+qTpiTJe/YvYVd/eG\nFbafoEg7GFApIUKWHBOyh6zQ19ZvzbQOrYEaIi03TCMMlj2j/omWZsBX51/S\nKNEIwEx0620apaOWoeiOPXKY68l3pITPwozjFcPgsznJJzyqQGQx7qMc/LRu\nV6XX+EDb7AjspROGPfT6tQeV8w8wF5GbxzQYDvRth2K8RGySx0eRdMz3ZE/u\naMys50JXNSo1r68VkSYpkHL9xJNHLQo/g0YODgYG8u8xzMYM8JEFBInTaNle\n/xLaGYmmqLE0azsCOBmBGq4Sg2P+x09KhBSbdcOOhYI0LYTyXP6akZ20dmDi\nPzfNviBQq0vSnshxbJXINlgNg/0oMspjadgetnsUVfOs4C7L+RR5LUky3JgA\nKCBLtPSwr32x84RqLPE9ZUhYM5T2T112C6TRDVY3jHUuJbVVxkBtl9ByjCAD\nTnPVWP5FscYL10oRl/BrdlAzpRewwCse144pw3gTcGEg2rh0W4BVDxu5V7Fx\nf9Wm\r\n=0YP4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"19c3dfd8a789dcccceb6064dd9a931e46f8d0cbf","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.11_1614654905970_0.32207149645578426","host":"s3://npm-registry-packages"}},"0.17.0-rc.12":{"name":"fundamental-styles","version":"0.17.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"58278767822fa0412e488ddedf5888e4f5040a5f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.12.tgz","fileCount":548,"integrity":"sha512-4ek2OmE7kfHFhcAAlRexgdCJENt3tGW7v3a7UvQSgkxEJo11gx1x2UCRPkJ10EoO87UOI4p4cdZSXD+dHJY27A==","signatures":[{"sig":"MEYCIQDwF0RkiOSMY2usZZv+Ozg3bCi50Y6ZdeeTZk49Ni9BSQIhAPDy5xJNRCofsd7LzEDQgdjRYGYNS4p8j1UUyaq2RiNM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16565081,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPmB6CRA9TVsSAnZWagAAVNAP/1nd9QQDTfem3nooGAp6\nFRVcLr6Zx/C1x7/H3MPKL5Z40wbwnsWcoX8l+s14CaCiy/27VaV83A1mD6LZ\n6sZ8INQw10mZ5M+6I19ueIbdvsp4TRD3beM1VMIdXACv+QLeRS9M/6nh2NE4\nyaxSMWUq+UB2DnfRlgHWHK4bxtcddLoQ6VxAroW//xp7D301937SFj89UxKA\nVvsi3FZ5gZAS4CL7oQ6254XNCrrs0QZu7eyfb4JnlA2zKZ8m9xbiy9X0qgms\nnVOK3/O719clPNU5RLh9ALVcD1LyaOK11NpHddShBLEvXSpAKOM5yuzDuspU\nLtKGKRNcFwWZo9FwOScbr1o+F8bEqyayi1poBW3NWZ7Ere7ZQhpIrmuiN5FB\n8VtWxpLQJg470eD5IBXo9B3fxTDamVjc2AoVYlUzEIhziLC4h3y8gZHRPWqz\ncBPTiMOGoTo8qUCIPiyEec1C2HBUnZ80Ycf6PbJ564+XjEvU/XEo2WH/L3T+\nHT/BB2AoKyJSkD5UYB/tJ11/dVAv6x8ouEe4qIV2ko49MjbpD3MHROqQyRlF\nC8fWsxcJDcZjPVG1+zGExVU84GVdqwPCaRBZILaDFEuR0w5UOOlHsPsPKT09\nX87iNEt8ZDDve3eggtNut6o5PNTedsiEQTRE4b39cFfy9L0K2dxQjNODNBHU\nezb4\r\n=zKTj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3e69a3ecabf05aa39303f1fcebbce3a5730f3d5a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.12_1614700665846_0.09879224024739997","host":"s3://npm-registry-packages"}},"0.17.0-rc.13":{"name":"fundamental-styles","version":"0.17.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"708a03b93c084c7604e427bd0ff9983246c06cff","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.13.tgz","fileCount":548,"integrity":"sha512-7Wi9QcsfJvScdHpYB6hmKSqHiJTxneY0PTrcjLz85jPQX9/+6r2W5sF9xBwBoTolhk/HQuEIA1yhq/BcnWc03w==","signatures":[{"sig":"MEYCIQDmJ+WLZaj4dXo+uDuSV+Vn2l1CEuVtKhCb85J9VIBMugIhALjYABg7n0Odfre0hOzRu4FUTfskx6DuJqEU0JHeWJgK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16565683,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP8j4CRA9TVsSAnZWagAAB80P/3piGToMwWw/LmViIkXY\n87nBz7Lacvh32bSJNX7UgLw3Rg8iQFC5VNmdr7jSrM+vbFR0xulQnEGPQXg+\nObUyYZPCqPRspfLpSxJJw24WNz5R64Z+zZCcrOklK2oAD9VgiDVoLDTKEmoZ\nlXBdAfrcpkY6TiGw5Piyn9Kfp0GUG/lUiK8XcXTAoh1MUUSWOw/+SWePri6w\nto1GeJJEAx22X9JBhe2LjzFGir4O0oTqrjRe52D/S32xvRXbT+ugu3kcEMZQ\nW0rjprdDcUrwAdeptlNExJ4kKsHxzhXN7T0LeuyIcub7IeRguq2q9HYZOPWM\nWNSNUkBg+dKVzibF3XzWKcH8Bh9yW8L+7pn49tlljqvHDeWSGbMSv/HL1HLw\nLM4jcC7fvPB6J3TGeLN84HQMxIQG8Be/2CuT5jFF+BMbXyji/Hnj+6ME+Cm7\njEO/d65NI50ChZR0TcZwjrg+MpcUTOHsfY/lNCGdqigMb0Yw6zrjyE4J3c18\nQaLlrILZa47s0uxsr6KkGiOO5bAb+9mYC2j1FfC2DA3IXQH4Oo9WNhREAEux\nOasrRJO9/R3gUjp2DAqm9tVw0ctr8RXQidXX3YBlQ7HIDs5HwN5xRouZupM0\nTmVrH4qrgawvnncCvhefkVaMafpcszPQgrrZEtexW0woTPgABjwek+ZUTvao\n+F9w\r\n=RG6q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"44a19a3207e1d3d048822420fa6f2b6d221e9f1c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.13_1614792951899_0.18309791220082294","host":"s3://npm-registry-packages"}},"0.17.0-rc.14":{"name":"fundamental-styles","version":"0.17.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9e94ced1e7e87c4c63bc9e97fab2769b60d2325f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.14.tgz","fileCount":548,"integrity":"sha512-quGjcGDHU7RooAdj8JxrGd1TKiMnZRy6oEsZnTT/Q5PiQD0M6YsVUG+Je12TAVIWAb3Ef92erDFfCJxdBIPcJQ==","signatures":[{"sig":"MEUCIQDaiGf1Vm7YyJcp7Lq4iyv67I6fUtMdvEWuKlyXUXwhzgIgDDg7mzOMUjZU62DtSrk4g/kaXL9lSJA50fRlxw09CRY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16565786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP9G6CRA9TVsSAnZWagAANn4P/22QWFjI4xecJwQoC5j6\nedwyoRYCNIyFNNU8rEflgHFwIzv+DRYkGjS2nAEmD8ZwevDxohpPeiJqqthu\nr4NQgKHRJpAEk3e5QnT+tJDsA+tScRPs5ohktYZfIVCY6tn9MeQZ3sPcUdt5\nn6rEQZCmW7vYEYAlXoEoboBSGQ/JJUCkQjaJoqePGHAbzaXIPdYGwhPfEf5I\n7nJQG9kV8kgsZuZnDOY3NCou7/bdw3jX5To0whGlr5uNIYFUz0XB6TLDO0M+\niXh6Twb1o/kCI5SRp+jj1WU4iqRhhD2RNdgwDJdcbejbSFBel3MzZs5/1m22\nz0lmmx9CPEbelnrs0RcmmG1VC5XeX6B9krf2u0i49SYeYqJdER1TYGpOI2ea\nQfURIzo26FkhigTaOyyel70qXR4SV72RwhjTEZL2+Ljiq5CAUDCsdNo51EEP\nbkaa2PEb9ZK8Eo54Huiu/uHcINe/tTZ5weMFahvKaro+sjpsSnxxNr/Z4eeR\nbFeVKxPtqLS9lGO6O/lv3SNJbAlX/dN4RldFjSGIkkd/NN07m8F2JZreukw5\nElHzUke93CTKZnlhnUSHNiStUTkct1OoPJFYVrzH6WeQF1fR9kdvQWSMC45i\no1wv8z6f9EbN5+AgXODGmRH9tZRiIBt6+BjJj3r4b9XqsLCcHKyuMZmQvs4V\nylpq\r\n=PnCr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d379dd1b888787768719d9854f0532e73484a161","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.14_1614795194097_0.8961615750860472","host":"s3://npm-registry-packages"}},"0.17.0-rc.15":{"name":"fundamental-styles","version":"0.17.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d6ac3e250814ab85dfe7423b4bfed6827ce16241","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.15.tgz","fileCount":548,"integrity":"sha512-cfBdwlRCYUil25i3lHo/I9XGDl9lvt2b7cYGcE276rKCEcpw7ZJ2gwiYV7AZ+tQHUZzjmxF3I2OA7RzMN+pIgw==","signatures":[{"sig":"MEUCIQDIZFqKg3Qp4ONOE+mVrvdfcHHQCjIvWunZqdrpBZ8dgAIgN+O3iZ/O4WMLj2EDUxopFFlSgr71STVood2MccnlLAM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16582465,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQO4BCRA9TVsSAnZWagAAyYcP/0IwSjv1woq59iQvrGLD\nTfipq2Ref2Swt6Yf6Hn7wq3nBZP47iOJKAVLbVbhhcChxtEVcDr9FyzMxc8s\n3QxSUSYFMwfS/K5S63xDGf/AkZr69oe1Yx8zunzldOwMFUWuyKiUzbPrl/gc\nlcdsmugn2a4rune5YsqD30Th7etG5GhFiH5RaSHuGjsTdcH8gjutgQRRGGC1\nni3epRejVB53IhaX/R6A7ro7nojnxhuGhPnNyDmfH/1vwSjPrYbWrZ3DL7Fc\nCQXrQ+PrPAT4UTnYZIGip5aCRjMST4rbDa1ll//WsOS8Bphp2I1rKbIjJGJR\n42jCcQsU7BmSHZkHPxrCrBi/Jk9Ivp9f15AbYLPDjnLumRkllJ1X6id/RO58\nZYEzIRrJaa3GUf7ovDCVqp9FCpnKkZPj6D27mDRt3VPeoxFGsoYk+6yKrARg\n/R04P/5oh5WahJZwXBd/uxDBRTGfk+Px/0Nj080MxzNhHazWmdSjapxq7bg5\n0WZPUr3hDI3tz2G9eVuy5gOPj+sgTgqjJogo5bdqMDbu7KeBF6QGtQ23g8Gc\nQjNjIzCBp5g3l83yvDp2PG4p3Z0U8oJiXyezTlDpLUAC2AciHYsujIaMShNX\noL8oZFUj1YCDQTK2FUnB/xJ6tXfKZwMx5U+L/4wj3T8NRbBue6BTzlaPtIiL\nxiQN\r\n=aHFR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cb97bb5591a9167d13a9d0e962e35c9a8b7318a0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.15_1614867968590_0.3555305491859204","host":"s3://npm-registry-packages"}},"0.17.0-rc.16":{"name":"fundamental-styles","version":"0.17.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1a767631f65b9a0f4a1fb6572f76454a9e696ea2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.16.tgz","fileCount":548,"integrity":"sha512-YLAklsgplp/C/coDYuz7t2ny51Q1GrajUvcGA1FyclfQc38WjcOIz5obq1Ok620M3vKiQhYbp8zJk7AencYN9w==","signatures":[{"sig":"MEYCIQC1mF6gsB408yf/Gk/G11dqBMeRoQ/KwcADKQQyMQj4AgIhANY5F+JOoxiEjhFQnXO2oCbcAeL7atfTZPMB1y2M4agQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16585641,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQuCrCRA9TVsSAnZWagAAw7kP/0dskv+WyRkggu8pqcke\nqTYaXo0wtvgbykkHZehItYqwbmQUlOiT69zlgzWoHrnWomYU2SVDArmnaDAs\ng9f2BxWOdpWJxy1SuJncR8Iy4nZXYo8gYr5gxcc+F3uRlfA2PbHjTTOdzFSV\n1jgRMqZuqsD9Gzoj05lMMyVji2rrrS3TuxRZPjNUAymoyzDCEHpSslrLzFNi\nBvoUyH9Q4tp9wisb/q9PjL0MshJ3UMbD5sPXwQKG33hZQaJYRusrJQBwCUyf\nMvtVuRXpiDQ8qhFIE0nj/oUQq1SvGyDb+nFJXQ9/d5V9onrTUV52EWSw6F/Q\nLZTFHlzbt0gIAKvshaLsUhHmmOJjQDLb6rBF/yrabMtuvN632nlRYFVkGJE6\nbqVvnfjWATut81/pS9+Hgjiii5WZhOnLO3XP63Z+7iaAO/+7uJtykBmTliBz\nZ1/rT1XqGCoJN46LQKxUlK+Z9S30V1yQB35KqRsVr0NjMlaOggj7XipSwOMv\nDvkELSEWu6SyjUw9ZJgKSx4jiJZOCPKFLY/CcFtA7wYERu0GtS8ns0Guwc/k\nuud//gsW72MjSVDqRwCOo5wwsmJeAGAvTsr98x4+ltcxAwegE39G87bVoiCG\n86BOLxFxkTxYBfooITZPxocGc49e+ipKDYaqKZv+9cEXrhLlymYApHwNZGAs\noAC0\r\n=hwsA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b171cd32709d13211047c1517e230d1dce2dd9c7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.16_1614995626754_0.5803499846737712","host":"s3://npm-registry-packages"}},"0.17.0-rc.17":{"name":"fundamental-styles","version":"0.17.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c8ee5b7ebdb38150c6cf73c67af6888d2a9e7f26","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.17.tgz","fileCount":548,"integrity":"sha512-aki1R4XmCI2P72OHy4ftig96mRjhdiQLqD0EtNBdInPyk9DqQe9VFa2KIYYh25aEI/hUg1FnaZ/VaHdQ7hxCUw==","signatures":[{"sig":"MEUCIQDq0Vzld7+dM6KdZYbJjqaHhpNgYpy5LJGdxIa+oRnpuQIgARYbgr3A5Qw0yvwWmorQTcuB63yyTgWxuIFhw74hgzE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16585753,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgROrNCRA9TVsSAnZWagAA8xQP/2BmQjZ8jD3RaXhRdJv5\nVCktwpfQFpSMoAZO3imyd/PTaW6m+CH7joKtdp6Lqp2d6GUylxwWHeU7+eaQ\nfQlSxuqmnDVrkvIqdsbKupGAXx9wTQM925nX0F/bdGy35SJIQLf1bBIIGni8\nOfG3xEjF8wDjfl4cZ7H5pCDBdPoIzcTMROmcd+an02luITwliwnnw1HXEDNn\nfmznhprz9X0Vz1x5qEoAXW+myBwmBS3nBh+77HTgpn9ukEYW1JDBmQU6zVud\npHLpXZVjpEEnaPEEja0k5kW01suQYM96xThb1td2O9cNJd0PfsyFKUTTULWz\n9Nu/Q2MBWaY3Qs6HqoaaF4D+JlCllMY2IFHBBYqOTiO36TJK4jnu+vuqRglM\n7M9wDpnuYvKTDYosGNAlK34i8G+uHd49reI8j5Yf9wRkLpI4rGqw/d1oz2Hf\njeUwZCWpvjIXt1uAb5GGykFvfkXRb+0f2wVvIIP1c8i5U8EVFvcrWABjT9eZ\nUXzh6++NLbVZhKXuV+DD0x4YZFOWnYR7m3jHkNwW//dZ2ALiy1IQkgyg5Yc0\nyIAyUF5kjxSTM4pMM79e2hQGSB76893zjpgiOVFuHssbCtDMTtHJYUn9bU0X\nFnAVUdmlRzzV6Te4SfM6CiXf+7zh2liTdieRx7wdDtG4k7iIU0p8rSrtVm5i\nCNEs\r\n=HR3g\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e9a95d6f60fc5525fa8d2824233dea5c8e88da33","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.17_1615129292674_0.3789615265406272","host":"s3://npm-registry-packages"}},"0.17.0-rc.18":{"name":"fundamental-styles","version":"0.17.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"58beed1a556b8766e4a7b719c3d5531d69cfc046","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.18.tgz","fileCount":548,"integrity":"sha512-iosCBjB9gtQx3ui4jrsR1AEFHjlXN5Dxb1/Wi44r1YVg3F8b1l3qiWuijfiosdJrYwWgKRi5XLlCsHlXUHwUrw==","signatures":[{"sig":"MEYCIQDUve5S18BQXMPUyXzhCe05kv0qw9gkyVICXapMo2JiyAIhAJ0G8uF4dtWvaJ1JHDJ5IrCa+fVNU5d7YUxE4+Ji4zA7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16586200,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgR6R3CRA9TVsSAnZWagAAK6IQAIxoy5oYv8snZx6TeCgd\nbekXNLtoXWGhWrGWAKSllRAzn3z99He3DrGxg5rKeS9KZ5+OLjAQD9avYGKb\nuhuc3Ue+9UYYS2HpUGPUaP7c3Nh2sHwm5WNbK7u9OBaBbTLGIEA2Nzo4kmpy\npRfeRl2vN0quTqGRAzoByjLy1sRe3+KWsybEgXbSi5AgeLBggElG8Ls0nZF/\nZlZ9bi0+ks1pht1QJx/xxk6Hmd8S6rMEcX12oDpa0ynFAR0zEKgKpskM051Z\nEKZ12qOF5gnGx8hDj+Uv0H+DtfMDD6G3ggHH+0hvJWYKEJGOmbPp331xpWQ0\n9tQEHnk38S2Z8/CdCbcev3lZnsXNizPORWnbBzETYLiQGMLamOwWatTkwW89\nA1sIvJ/R4Tsz/wfMyDU7Trpkov6dePux/cXee0WSXhtr+y6e9tJXKLV7mK77\ngV0Ku6ruH+YBLLrQ5WaHt+0qJPMfpm/j4HC0q4jnF3CN5ubmenEPoOJik76S\naychQyjjtzdSfkWlj56UczYHcdFqjXZzcIuR1D6oY8TpqZd8HHvwL/67X3xa\n4vgDUIt7SqnTNXTvB3dkF59vxN1SDs0MjwivCWbWLBnOD2SvPBQpIK0ckvEK\nXlVdteyKcxPOwQH51T3InjkCJxGeMhHjofuXbPhrYVf3DXQoas2ZRFIj3kE1\ngHNe\r\n=WX7i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"38944941a1c36f8ffafc90cb08d640474b9dbe0e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.13.1","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.0.28","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.15","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.11","@storybook/addon-docs":"6.1.9","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.0.28","@storybook/addon-links":"6.0.28","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.15","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.0.28","@storybook/addon-viewport":"6.0.28","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.0.28","@storybook/addon-cssresources":"6.1.11","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.18_1615307894247_0.5682732473671099","host":"s3://npm-registry-packages"}},"0.17.0-rc.19":{"name":"fundamental-styles","version":"0.17.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"80cc9dc0db1765198a8fa79fa4a774e6de4f4d9f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.19.tgz","fileCount":548,"integrity":"sha512-8FcwyhWexNPhCZK4sRePSVB0nMYGUm/TVBkH/+lIbRGpoEZzII9iC2KZ4AZ8tswy9I4wYqBHwNCdJWqYCx1tcw==","signatures":[{"sig":"MEQCIGveEen0kqNJZ4A9TLvagdJnBz9xNlKSNEbToe/KizzPAiBG6Ree8eiRXy8KHgOQZ969lR2FBCNjRltMoNINQD7aDA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16586692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgR83+CRA9TVsSAnZWagAA5poP/0f7CAd+qP7UXxI2Kg5x\nGkmQi2FWs9pmUEeDA9eQVbFCX5mpyY5Ij9aQGkBSXPLIwEvylDqMWA2u2sdb\nX+j//BjsM2SHQPRA3eIKPX4Vlxipsm8lQ00rUeGSZgv7vm0PXAgtE02Mi0wE\nkRrS3TyHtWUN1us4I2MV+6Vxc/VNRqux6AR1PHMpD0dWqYtcjRxHAiYd6fzF\nDAf8PiswjU9j707Yrq74Skk4xSkU/sI/Ba3FToYzJAxjbloPv2uUwFugAk3e\ngrydGuSCedeORQ0m2nhFRwUIQDs3JshQS6qs6hylnOSL5lXUBBex4wYRGiGZ\n6Rm0DnirB9vNzwomyJYS0qCIJNo4EjMjkD7NY6P9wWZjlFo55YXfJIEBCE/f\nG4zFJskmC7F6dujHcya6Qfq38v7o7SAwcT1S3i9v2zYn/bqYZPCFDNfLG3aN\nVH8lYwtTQW5136AU8iFy1jh/2KHsYtz0/9tLTIY5OVVF7F4a7fUBR6c7wDDm\nmAB88SsUsu1HgCwKq5gIvHBqEtY8sSTLLuwJB/SXZ49Sa5xmr7Tw0B9pmEOG\ngFtLpKz4lrygFdl+mGFbdeNIxEeSNwsZy0POLk42XoYMqe9elLBbPZ6ELJk4\nSiNdN4M2LnQoRCsDkcpMFZQyEr9+1qTS9DMfhBEem3ekGPkIO05bQCyofBKu\n3NQA\r\n=8kNn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3fa9f1e742b6cc9711646e14a478aff9728367fc","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.19_1615318525992_0.5622754885741206","host":"s3://npm-registry-packages"}},"0.17.0-rc.20":{"name":"fundamental-styles","version":"0.17.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3da7f31a24baa02b0754c334bd23ec36fc416cad","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.20.tgz","fileCount":548,"integrity":"sha512-+IQ6mSQLX+1gb4uvysOg+RMhf4g/EsfcYfBECUHWDMjvoZp1vf6oh0YrpIH+HE3nBT234snvLrHzYAkN3MErRA==","signatures":[{"sig":"MEUCIGuYkWZfWvylCdFqFkmLl72Qy7q6kjbW6DlGPful+HJcAiEAuzHOMUPCNGpxpL3/FE4IR3ZflgLqQa2Ihjmwt8DGSRE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16586805,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgR8/ICRA9TVsSAnZWagAAASAP/27MCxjuDI3QN/0eIzmm\n1s6OAD/Q+2TevQ42OTwHRhnih2/az1l+J+GxSjOcOOV1bRaUbPMgxPcuIRrB\noiO/goJPO5qyqTSLpPxQ8a/rZIQ41fiiE3V52l+qHjMuSz7m7K1L8aaDxAi0\nJEdsal3JmJuDW9XmNMF+k7mHzv3uRMee6y71x2EPNhqF7L0h+EKPRE/pc6WR\nfxh6itvA+WF5FvWP3aVXSn+2gFGjyYTxdZGrNBL1PkS9Bq4eEYW1GAzo4QP1\nBu6F07v+ibsqqPwTczPBu5pLpppmpwGwfOxXSvSs+42kSnFD8eMSq9qvtMmA\nlXBbpvxSjfkb0QcmcnnweEdtH4573KIRwrfsDJAy4j6hhJIxpu/p5aimeMWt\nc2sWC03hm3CNcyS4Piz6uYTgcMsBveEUy6rKB0+s5rmgyupTPFOasDKvNA1U\n8qh2bz6CukqTv8JDo9ZlgQUAQLsKSCD7awclfneyQliHQTHZOY5GXwm/ltmo\nbVKsFpw/LBem2loBiUW6e88xmFK2/lzVvzr3k3qeZjvNfsbQFwcWaPYw89RI\nOLohtlSQSUMb5kvNs07M119+aivZnJZuVVNgOQEibYtcE32pPkZoInB3CBoO\nIPShDbOeigoDzGzXybm+LU2abkzGjZ8kAjlN13wIJAdkjeeTOuG1SK4254Uk\nLMPE\r\n=QrW8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"22012fadb506373d70d14694812266177749fbf6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.20_1615318984327_0.5805713752875499","host":"s3://npm-registry-packages"}},"0.17.0-rc.21":{"name":"fundamental-styles","version":"0.17.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5552b26736945f2bcd1a26ee6c34cda3687e43b6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.21.tgz","fileCount":548,"integrity":"sha512-sAUPZZ7fn0EnHoKTXJI3roE8TkQtNVnr5VxvS3zNLsHJN+FB2rogJXM6HVI/Tzn41gWxKGWHoF9XM2wi2+6Q0w==","signatures":[{"sig":"MEQCIA8wToQ11+Eq4+g4x349U6CNn8KxMv22qiQjoQ0BWDtyAiA/q08Vb0Rn+YOahbBmRMqww0TCJpvWv7u58RWoHQNqFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16584933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSONwCRA9TVsSAnZWagAArWMP/3HfjJes6/RVe3qwohLU\n+bPcIdWQCdzIO5lC4CdNu1SH+S04C5JpErXX0FB35OhvDiwLNGGyJez2qXQm\nl9hGoGsgB44bBHjKwEdOZzqDeIQ04eo6Iuahh0I7xaiAnG9ajrBTRO1grKXQ\nnLyG2CLuTQzNdPr1euJIq9RMQGbAwgnOltQ0FnLgAQeuFgcI2L4GJtsxpmHf\nEraZOsJ0MO4rD8uioFMhgJv7a7pHHJlkXshfRJGyXJRFSd3MbiGn8vfIb86q\nCXvudajdNi4SgLfR44unwFHwnmu59Z29CcmMAvRxryk4CfM9CsZe10BrUpVJ\nZuhGHqwIg/XzDaaYZnzlnDuFoLOydSlW2qRCtbo8r3iTxkH8y3Mrnvd4oqQv\n/LGMRZCBjtvGRHI5bgkx2ZUw2iS9qkrL+tX6gATs82goBLj2q0VrML+vSzxJ\nKTjZDfzDF/2l9wAlY80ddUV0XQZiJSKy+dafYMvWpfjrSvVYT2fuMU2PysOp\nw8F6y1T+HfjZ7k+ebjxuLnW9TCoX4uTFPIord/nQdvPP7/l1QiE8l2NKf+7H\np5oQh7C95a/5Kvpx8HSMafR2sHyKMcfvaypJ87F5w8H4F+diKtNSuFBvOZGd\nkIRMSvZdbOECrbOWwhtJn9DxgFk1GGi24QggseEqx4Gx7gl1orZbELIxFhUA\nd96f\r\n=J4Hu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9fe3d97cdb22364c44408072b86f4058e9a11276","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.21_1615389551531_0.9257907429910217","host":"s3://npm-registry-packages"}},"0.17.0-rc.22":{"name":"fundamental-styles","version":"0.17.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"46a5f2931e65a6483c1cced414d513dcb0452c02","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.22.tgz","fileCount":548,"integrity":"sha512-JNPTRwe3nOoqEj2xYELza9CChozd1SsZ+Q7e3PwzyoxNiZMrO6B/unRFmt/WFcdR1gJxzfRE5WijwADMbKpx+w==","signatures":[{"sig":"MEUCIQDdkPrlFyxg2wLEC5GvrpB+gVxTPxQu+lW/y1g6FX7oAwIgc4/bf7eXeXAAmtqYITqNoPzqnsffMZAranGPeF7inLM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16585046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgTNwHCRA9TVsSAnZWagAAomMQAIDN6YMqsZKNt5tPCWj5\noHREauX+OnwOGTXV8NWMmVBQ1IRhSJmMd+3aw5KO0cPD3Mp95B3DHaiVpUSV\nBhr4H3cwLy0lvQvVSiTJr/73zL+zgUzzH8Ch2vA8pyUcU1HVWDWlk1ThGyUA\nUgyT0Vq6CKbDeVfQDb6aphpcpF38IWEMJNRkOxjfOGktdMIZrajU6ueUCi7Z\nlkup385L3a8np+B52asfXJK8KjJ5opjhKN33vrhQ4friSbPeTjZxfyegempI\nDbnnXoqCcUtP32s1YWGI86VcTKu3YPc9GPEE5tcBHPzhFd8a+JYzuzc3iD/f\ndXpLD31O/awfpbseZVdTD2QLUp53IdZTmuFXdFyA/jG7M8dfEAjMKxDpMpQ9\nakY8nyrHsr/3BV/NtbkORDjbG6EBe7t5V5xt7Mnh62FwyQ1IRuXIkWiXdw6C\nopW+m+fmdZy2Gme9unoeJRAeI9JABSUK98Sc2w4j/qQqd4HfWj7Z+Zrq4uD/\nZFYvgCSCcNCQcZB1mLJonxR1QQpy/NPD3YDNfORf+AQTNQpKNIQeH8t04iRW\nJXq6dJC+aGYdQ7TCEbfZIyspIuf22FbfQCvMAlNwahMHlDva1Js0kIr1IEiQ\nlpTHcUQpCB97qinrDv6MeGmA6/CbdHSXC2YxkeWtDh3B5OT7sRdA64vd8VEZ\n6AzH\r\n=0+p1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5092ab24d115234986691b9e9cf4e37da5c8fca2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.22_1615649798839_0.6377092814590191","host":"s3://npm-registry-packages"}},"0.17.0-rc.23":{"name":"fundamental-styles","version":"0.17.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"37595111adb21261ae891d3a979fac48044eeede","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.23.tgz","fileCount":548,"integrity":"sha512-nGGwLaigwD6eVmpHQSe46wj455b3MrR3l5jpB8811Ln/b0mAT2yxZaMK5Y/R8/n1xABLlXyqBzoxblwczjbttQ==","signatures":[{"sig":"MEYCIQDrLOm7hpPpsgjoKfYbbXgFim+SVE2Y9EIzeZR46bjA9wIhAOEncB/s+YjPd1fXAREYFYOiaM6ivQM3lgOY0mwaNp3a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16589089,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgTwa6CRA9TVsSAnZWagAAKZEP/jay+yuzE0hDZurnAA/2\nAZXV1YNzDjVD3sFdkMsN1HfMLc0N5fF8pcYc9DQwqMWnZh8LlAXttdAZa88I\nW93FvEG+JXX4NNsGr2pppFtoW3lPCWFvD9DDMBgHCjbM3tQRFUvvc5pANUTA\nEaH94+Hw3sk2WvgqnV1jvy0Z8ew2GoFJpuCDw6ow+zEYgnusABKW6QTc/+Ez\no615WcqRxUNPHNn347yhm8zlu1qFrzCLVi6yRzyVVtIOI4sqrIIu1M6xCcnQ\neTg3wqgP6bYHVHa4Hk1tRPtS66zB5OlSykbe/yLlnbwUnRj+ZuqXbmmelEiG\n1fABZoVh+HbQRRxRz0poKiQv7LqdBO5A4rWPMYprEp2eC2ghJMfO8PjYUmeo\nA1U6+gOgru42+C7DBYTZxPD+CU4kLJilxqhblGO/3IhcQtnKrlArp/hz0jov\n1e5rJihjjbCD7U8ASVH/bJeb2zxU0VgAC8w5zpjIqLechTwrhwhfy6NRdLlW\nl0afkCgt+dLYH9lStnVUBAluDujuaDwiWwP+YBusO8NuzHr/xXsLtX0E9qXS\nQIQ71WH4Vo8PNvLvNKjb5RPM7zpRcaOvP3Ged2cQBq1qHzlxdg9/eSL3t5ZC\nmX7hDtTIXta1JE9rZJzqPPU8yhOXhTwjbcr5+fOGMx0GZoff3dgdG7l0IvMK\nUpzg\r\n=r7XB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b8621b54898629854f78de77a517833225837e26","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.23_1615791801756_0.5613795741973475","host":"s3://npm-registry-packages"}},"0.17.0-rc.24":{"name":"fundamental-styles","version":"0.17.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7c7fb354a144c35ac04b4dda87cdd1049f412221","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.24.tgz","fileCount":548,"integrity":"sha512-dSI9wGOh4a5WhHjk5nB8ppfcb4w/4shvV3q5nZH8TpTCyYGkf4YLiF6PvPx7XUcJHzVDX5nAQYasYPiyGNRbow==","signatures":[{"sig":"MEUCIEGDJQlGljAhDAXfI1t7hYXgARSBtgY5PKj84XYykNm0AiEA+WRhZieAnwbVRz91TX4lccxWj8iS8uDDkiD6c/3YudQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16596205,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgTyfLCRA9TVsSAnZWagAA8TEP/29Kt1+GyqbYARo5y3SI\n7eN/n/0t4OZgu3by1xVb344WTDhOnlkRoh8u06N3OOsxyDIHmhSiFUKVVXBG\nXAHgAJb8UeXBSktR+Hqd0NUYKBrHEEB3Sor1KI5ZpWs11TcdqvzHoV34K40w\nyopfqN6J1xaNrKTkuIXwdx1M04XaWVahp6xPKX73QAjFp5Sclj6B3BkUgy1a\n2SWPe7hRZQ225Mr5QzPciOxwSWhpm5bIvGeBn0r+HfsAH7YW4HRagsV+taxZ\n4++BtzeZlC6MrOa59GxJCK2WCNuT3y8L3Tog7xvNT7p7R8HZEYOCC6xQnNLz\ntRqIqMkg8kJXjqZIZbVyvBhhOCFeZFPhjlBN8C/9i9Xv+yP/gqKGnFRzNaXQ\nJziWpKdxmShMEeYcSm1Opw89fS25TxZQiRc+bxh/M24bu2k087veKEmCtUeS\noWPYsnPFzdOIZOWQdH5lUcmngK89dxur7nYpi8/X2CzcMH7E5aCvSVjKruDI\nJp3SztxM6Lknfj7bgNN3gtgYpUYlPnmwGpRipOAslvA9WkG591qg/Qlk86Wt\nC317DBuXZVSp5uaVnAy91fwX2j/7PdXuyNnn5zgMTPrQxwzFEmaFMV/1aC5D\nJsVeH8fq32a3IFTuAfo66wuzTr+/TUAOxagr4aGSnwXVtz714bmcUSb3rI+J\nHxWz\r\n=mla1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e753895afaf093591a5f32d8c9023d492413b133","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.24_1615800266359_0.16871985447044846","host":"s3://npm-registry-packages"}},"0.17.0-rc.25":{"name":"fundamental-styles","version":"0.17.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dc98c84a7c096e93cd5606740d85c2da2ddbc9cb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.25.tgz","fileCount":548,"integrity":"sha512-toQ+c0Mj/61txhv+et2al6UzJXsvJljFCNCBdDn+bdJT+OP/91lrnfkw43ROH8Sh0d58II4hzsDVadQJJ6cKvg==","signatures":[{"sig":"MEUCICX7NTuQ918eJt46IR65jGYMzDvea28PhvgUQOIaoqbMAiEAnwUpyPaD65rUt3PWiK+S6rw/8EGiCBR3+FLkQPW8f4U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16595993,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUHWeCRA9TVsSAnZWagAAP6YP/3sWfFwk14rqbqkns5X7\nA6t7H5DrkLQG1mTxYGEZhVIcfKevErJXj1ei2U7Eh0ndseRRUJWzlcm29n8N\nvucuBv+Uf9nHOZhbCCiYvhcHRoAvFrXdQs/3s84iQ+4D9DQWxQnqWu66dBYo\nEdFMzni8hgMsrDlsE+M1GGtmuw+lPghLb0InmKpcrruLMF2F75ZPOrRfCAph\nqZwznDs/52Lgx1gkUSvL9gD7cPYBCjzUtY+6deF4bRjoLb9pA5nYjFKCeUID\nLsslRISG+r8O5m9C7C306BMIe3OaPjOVl+NRiSpfI3hBmhkjzU1dCDnTz4yE\n2S8yVlvrKfHrXbCt9PwxUPT0jovfVfjEPt629+bZVqX6a/QDMjTWcepLUnEZ\nVoWhFZtZFhPSvNQ4xL7UrHhEeIKZ30SbH3E2Zn8aWGfj2bdtE2XrP7u8K9Gg\naWpaPqv9gQu0vN/ArNqAaZZht4zv6jgjfOWCx++WyJxcVnSSvBhs1zH4PffO\nxPtk9D2ThS8JbXqmdRNJ9unTQpZHOjfusyoZaEHZ5l6vdv0s36NLTsJzdn4l\nAIxDvuJfluNn6A4F6QnXT58iqMY47Ymu/zRBSBobjpggwhIXbopQORzysnzd\nENnHDK5Sko+fbN+OEncrB//QI0VfRwte17NuzWoJwVhV4k00BzgTIEE3J0zr\nI6ZD\r\n=hIC4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"afcf6f98851871e87539e379caf5fb2fe778bce0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.25_1615885725842_0.9948460446404632","host":"s3://npm-registry-packages"}},"0.17.0-rc.26":{"name":"fundamental-styles","version":"0.17.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"905ddc3506045fb50c07eb7a15063c77190505aa","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.26.tgz","fileCount":548,"integrity":"sha512-yBC78ac5e6GU5So0kqQhqeco7Qau4C9SNjNZKRtAPhXLnqyoHCkR36Jn+WR5M84F74FzIIfRITPztnX8BYh9hw==","signatures":[{"sig":"MEUCICOp1kk90q1TAr9GAVvrfYhTM50XGaDxy/FrMWYnDi9bAiEAssxkD5jRygmjE6iaFg/wB/Rv39u8Op6FbJXbFHK2LLY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16596106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUsh7CRA9TVsSAnZWagAAt84QAI8EPCbulG86wZkp9a+d\n2Yr4PURnLHsp0gtTUBY33/WlpMl+z97zWRs0Yc2F6+uHy8XmYEGQhWVLeFB2\nKoHxMkMgVmVKpW5T+zXW7Fq+ly9T5cPG+vvZ6f+417yOMigBM5t1PrB5xfQG\ngmUyEWunPZmSUstuC7KPwWJ07OhvlmminzRQRFhMwEUydDp+SQ3ie6aCG79p\ntHO++2RDDd+HlZKY69xVMZ4zNanI/O4MyZKgc6VHMEwlZfKkM4UfQDR03cjw\nBSbmcaaZxRGt/PA+evbVjNx10IjfPXnw++EBOzWlqSDfS/vrZQY3qSoHZxMz\nNscbiuTnPquxBUg4Vmg+5V3Zz9AAD3vfFKrD2MPhh7YlLwoC2WW2F3aVVJ8a\n5HrKQTsJdWZMtiFeEgpvIP/CedSdQUSQWF4lS01KQpcfBI0bx6FlKNd4L1Lp\nSfA/JsCOEaF19/6+bzE+ElWYsdzD6Bpde/laC7g+zZmPhGcmOA/NFiKka1v+\nwSj/GVmraxjzsHjmMNTws94A0UKQmNyuylgqkLZFGgcBHmbuxMz4gqiW614w\n3bNyHX/+LIU6aYQY8OJq0A0ITxJ3pyJ16Ld+rx6fdF+GkRC/UCcpiiCu302z\nf//gR3hhDlwA1DpKJPag18n/IP2ED/KqnO/7U7szPsw/a1gEN/EXEFSBzP6H\nU6Qt\r\n=v3Wq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ba755fab50c01e2f5c3199f033b52d5907753fc5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.26_1616038010383_0.3143542391662224","host":"s3://npm-registry-packages"}},"0.17.0-rc.27":{"name":"fundamental-styles","version":"0.17.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"05899cde3b83d03ad72e55510558e7cd2aa2e637","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.27.tgz","fileCount":548,"integrity":"sha512-eJeg4jZplCaOHRRX9ZgJBb+AoLUWiksiP6wy6P+xr0HL8WvWLE9aGW5I0KUDQfVyHpM1zgc7bJwHYWLZCIda/g==","signatures":[{"sig":"MEUCICrEDLIXcS7mmimh+xP4hTRzckRiIQpcqclYJTE6KyKlAiEA2TYkaIlQTncGCwroeB6+BEduwqspFTs4BqA9ZAiHYSg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16592181,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgV4BjCRA9TVsSAnZWagAA37cQAKQpSyNYWC4nOKXT3A2g\nv7gQaPJcw0HS1UK1+CVwrSL/TVr6vD3PdYAZ2YE5yx3+TSrPNBasJJkzlvXz\n1QpOHTq7g12YpXSkzu0VpPYm/gQG5KVR9+qqAalcrvKf7AhIGDlqmVDSM0h4\nyGerAUjD4Uq8MVFuCaiyDQNPftcPtHz0Zqn91WlX6waOr1o6vpG389IdE2NY\nBnBlsNXNs0YBtBjJcYqcCHFkc1CIsFuusTnh1679ewz9aZwv2u38AVlEwG7r\nI/5aZwZoKpTgQNUTBSxhDh2+p8CxGcRQWHgowrnFe6p9ETrLFpn7vLOsqMVn\nj3s851Ph25C/ihD76KgxBnL0NvO9sl1nhgn630Ll7ULxCWpdOwBVvQdYVhnZ\nme1Vl6eK41SwWqvvM2rbDo+pYbk1m+MUY+gTRsxlnWugZJPatA5QYVaoTbxJ\nGIYBZneXe3DNFkeQmbjxH2gmlD8tI7U6obC5l5mBVraqBPTFTk+bf2sD0IAs\nHF2IGwxj6ax8uMpRSWRpA3jHp7spf8V64p9Bp0e0Fp+GuL1cpntkS9JOVsbp\nNX5vCcoy1j4gZ4O72vT8Cm89MeerwbdYIQRSDjBXShvVuiMllAHVzRumqtve\ny8sd0nWG9wYmYelTdGAWF5u46e29n+mt51DU66Yu0XeTdb78GtNsqidlQH5h\nnHE7\r\n=FNtJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"82fa85a42fbed9c4ae9a34455ce91fb95ccc7eb9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.27_1616347235228_0.07110235541729226","host":"s3://npm-registry-packages"}},"0.17.0-rc.28":{"name":"fundamental-styles","version":"0.17.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cba37d5e62ed6bb98beecb82242407b2430ed31d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.28.tgz","fileCount":548,"integrity":"sha512-7aZa9SRUWKQ0ieMOtyQYzdw2ZunAfbg5VTyyyFCK1AvoGZ2FO946eJfoTwZK/ej7Wg8oc3n13Qtxi3Ism7FxFA==","signatures":[{"sig":"MEUCIFvrkOj+Ozz9T9+O9itWTA+VJ+HBYQXVyk14Pc8p16DZAiEA5ptpoPmAhquJV4J4cIQtymjCUJrCHYl/fg+CZXmH6hU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16589494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWOQYCRA9TVsSAnZWagAARhsP/jxN6hl1FENcOEJJ7HK3\nMSWo7GEGX9icykbNl9IyCQ+6j/e6+t0/vLtDJqIxM/ogpaEjwI90av+PWVKa\npKbrVYGfKp/jFts0ddKw5bN65+6r9wXYbGQD6h3Vw5+RsdIBe5kJ3FdHdtbE\nrQ8AX+59Yo3mYoQYprGV9pH/O0XlBhthlxrqiMPvxhnU8Kcg8hQ7G2xABo+3\nVV/X033QfOgV52cVfS8vJK8YxvzT+MDRWVezD5do4FYFzSTD84uV2f5/uwCw\nZLiPKqARBlT9ngQRZWVrLB0m0viCoUOer4X3aJJyrxQhW0NjbhPo37420l3O\nec93zuYOiFTDxyHqC9X3L9GrFw+AGvpZAerwBohOG9oLx0vsmSoZL1iOPNch\nxMgl2M5Io5iOELnsdsz39GEeSapwJt0P/t+rDQxuSMvCLuhYXCd5OwqIu3Qi\ndnucvsi1mwyH8Os0Fv5GDQBsCb0Jeu1LIT+GZbHrJDEZ4+bPUT5YQ01M/hVe\nFVe3GmUQNu4eV9JZV/QhxCQo0bBJppHCo+FhdEzlLqRsyaoQUfJ4hQxBCr2K\nqvGCeS5mShmmbPgy/kQamSvhUjciU7VnDqhaeFbuyV5DrjAWC1QHWw4DnnyF\nw7PLdqJGyz4nsJvJSA3N9zZYZmHe0PtZJuIRe497ARxp4Xmp2Zt15hrD+W9i\nod7T\r\n=KAcv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0f488df31c2ec5e6304b953213b062cd37603775","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.28_1616438295593_0.7001226330746457","host":"s3://npm-registry-packages"}},"0.17.0-rc.29":{"name":"fundamental-styles","version":"0.17.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fa184eef98d73a71b39753d777510116d98a377e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.29.tgz","fileCount":548,"integrity":"sha512-JBe54TftfK+v+Ljio/548Iwshm8vS4frBEidVeQOmTSYwR4q8gLwrucqH36sLvnz5HxMvuZDKareKGb+HDgsxA==","signatures":[{"sig":"MEYCIQCuJrqB1/QUqQR+n1ZZwWdcDGdjAmD5VW0AyJhimuh+rAIhAL4KAasvhtIwp109whjBnsSkaXCoR817vTuGpYI6wl0d","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16591706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWRUGCRA9TVsSAnZWagAA0yYP/3ARHcU+ZI8M2eDkryHM\n7Rvgq/hTIIMNCmBuIFZlcCcnHm0AGwQb/uTc5jgAVTD10LtP7blkW3CTn9jm\niVJOl9OivMNqDTev7AH0wAo7NyxafPaF9EkipX4CUlngHKTL1PUoagLbVGi9\n+7/Qn2DZU8v7h5FmxWqrrcfofHTidzayqiruGStXlNPpPp0anCNvqFAtszDJ\noHbrMrHiSZObbj1vrgGH6uMeTwJGe9BGcNrk/dmTgHU5gVmgn31mqxFSR4Oh\nDLBXHCKmGAS8I0rMUlrreEMImJZzV4D87bD4JzJ0JuMXzfCHIIGq4MLgTrmh\nwjFKO2A4wyGl8bva+z13qemhM43e/rX70x857uNK86Blnwp0HxFknMBa0nTo\nASKaucAeHzLerPOUmwGOYJ6XVIOXcsZEPtZFcrw/ewV48qRLRi3K1BEC7Rx/\njfRsRApT82jeC7n1lqKA5pj+0uYgb76pFaGWntZhPGap7OWJCeMvJjJ/d5c8\nRpbsw83pJwARwXFKQV/uCpQy9YfLvkAV0dT0Wt57Y5DZNX7wwlIqMv3SVP+2\nwf9FEYuVx4rUKDsutNCbGDtUpzBtEJI1wmnd/pqp3W6A6oOVQn+LoBNREjsC\nPzt16HdSGLXEK4kK/QN3YpdPVubyt9pzWbIbhdjs8lkf/PC2BG6VvBtueG0i\nHQl5\r\n=gmr+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ec95e4c49024120488562e48fe7157e13bf2a3c8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.29_1616450821957_0.13445055582604826","host":"s3://npm-registry-packages"}},"0.17.0-rc.30":{"name":"fundamental-styles","version":"0.17.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ef140378580fa985f5a4b72aad441d2f9e2fde13","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.30.tgz","fileCount":548,"integrity":"sha512-VK15j75ssFy2bcudrB2eyf7cE1o/5RwZb2yfeJDyfIg4Eznv7DqIz2JOybmIotnh4YVGNdc5j1p3EBSasYoLoQ==","signatures":[{"sig":"MEQCIC+ya6lJbbmFjdn8l5Ng1WXgfCPHMTfLmIMJQ4BENo6XAiAsmGUvGycJZaJ/gEj3X5bmIYu3NFSPQikltORhfj9nrA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16584211,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWTvgCRA9TVsSAnZWagAAWhQP/3x3dJU5E1MOBRpRMshO\nh4F+cVwmad3fM1VtGAA2P9e3WB8xPVdk+zYV6Hg4FXM2/jt+jJWICycXIKFc\nHEodvmlkSZnBpA6v25bVQ9Yfa5gU1FP52az3xQ6klp+wp3oB5Of+M9OQvVqT\n1hI78T1aUv/q/dAEEjDelZjCcOfTXhwW9m4IjjpytfKhqUgz0tUdGurcin39\ntp7nes3pcP5I3D5sfD7CetU9FuqkmHHABO7B/VlQsS9c6Z+62y6x3Y4fQSFk\n3kSS1kzpFoemnaLouQ2eT17vgdweaM3sorNOePxbzs4ymG0XHvlOcY4dJPqE\n5w/yhM/xPxmgs37xlEX8SzxBJaF71Gms4qafrB1EO4IVFXeSCnsjJDoMxs1C\n4SsEosg43bPJotkcxbr53jlnYAH8kWXJNU69wzb8712p2qW1S73v4CsizMxv\nFo+E+Ro+eYy/EFdnJGd3UIcErsA329sT3OP1rgF2QGXFJYWm0KIMYYzGw0q3\nWxAVa+z19lYzH0iIym/8AveX8IHKI2ejnt84Xf+nqFwLMsX/8jCLE9h2C7CI\nhjQzH/jGagZm2SofrXiA3iAvgLvQJvY+BXK+yP4sXeDp4EvzQq6jzs/AJj8i\nB5Y8GWRJafkqRoufRTl2TyiCB66CQ6Q7U5KLZhS6jNecEn1vtvMaKWB+DZET\nwvX3\r\n=IDqf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"831b1e668a1417468d6dfbd641126bb6daf18c86","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.27"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.30_1616460767747_0.17653273351084997","host":"s3://npm-registry-packages"}},"0.17.0-rc.31":{"name":"fundamental-styles","version":"0.17.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"20135471cba2ed1ed9a039da9d6f871fd34cd8a1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.31.tgz","fileCount":548,"integrity":"sha512-HCNbxJuYyv6QJH0isss5m3QaFpWpwIaWs8vw8wjw0Dc/Dd0wtpCmotVvOkPyBZ5c4hUBqdmWaU8eOeA0ly2sCw==","signatures":[{"sig":"MEUCIGAJMT00iCZbxIMhYzmzhpCTlJJc7b4Rg+Nw7maP0iXYAiEAmjRoYGW1xDInUI/n8zL6CwRUn3KLWbjXUz7vYy3z6IU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16584324,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWyG/CRA9TVsSAnZWagAANq0P/11inHAybOqZZK9HT8uy\nm7TW+LJEGZ6wXjc1pWyg23EujdG/WegSDP22wxkcytgvGt2/bHwEpaPzARi7\nrtUk6eg5x2sZlLylqfGaAxln8+KAZoaOxCC0GW9BJAdFDCnXOdq6k1ThH4AW\nj0dIquALW6p/HIC4qWJwr9R2FczJ2bTcomYTXw8BMe1ANPG/P+fmxgAbrr9z\nqgBufNRhOUmZkjf0S63w3oGEH6irYY1zHWBjHd2eL+fa2k4N/gcAwpL68X3M\nGJXZm1dIIudqtSGaYZEjD/2nSFE/5f2XABQYV14jyeOfo+cgsG0Jwj51DNX2\npbhsUnNe3UynG88GBdt8aJ2PoymuwKej1elbn6xiKVLksupOF4+g1DyNMyZw\nqwJhGuJimIEOGOUkKXFgZVXTV0AkpQH2VtN9BoUu19SGismhu5ytqFnAKXdA\naglinUbNHEIh0ynz27rZrDtoro06BIyH3ykCSZVQmz4DFZPxxy0YE7H6FoVJ\nIccaI1aEf3gubqS0qPdi5vAFHEUFnAtWlkbmoYDtzDf09w2cokCTntMdiW8Y\nkpyaPyAE3zHs0NLwq/DZM0x97YpbUmb3IcRT4sWhXZJBuhVdNUY259lG7tMY\nfy0lQxiwSWYu7O2vO0U4ygwgeudltZCwlwE5dxeGPNPB+6fQ0iBlBEqv8LJS\nnnkK\r\n=B+jU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"517b158984a5641d000a37eff91c9aa71049b7fe","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.31_1616585150525_0.10130975938835629","host":"s3://npm-registry-packages"}},"0.17.0-rc.32":{"name":"fundamental-styles","version":"0.17.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5bd8f216465f76a2755281dc64ee75ff42785316","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.32.tgz","fileCount":548,"integrity":"sha512-3IUZh9N3rEVa6mUT7kQQW8sjmh99TMJrddhEA9sdtyy4/9YJTzruYtdIfs9wBfPM7mKgCWdfKNh/Sa+qgQhDPQ==","signatures":[{"sig":"MEQCIHe5fqRipwN/M9CWWvqF9DPyKZy/DNjelsEX384raj29AiAX/BQfxbnvbOjzxSQHuJR0wgBjLXxFMi/4cI2va00ROQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16585552,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgXVzYCRA9TVsSAnZWagAAerkP/1H29B8+i0GfdjceWolc\n+habTV3JmVpddl20FolgC1LSkULEpxlel6X9TzeVuqjI9slfebVRsij27+oi\nWnpWamqyGrrIRdSgS1y897lb1f5s/WUU5f6+IlEYxSUoOX2vI+JPMK4levtt\nEOQfdUhGkqDd3KUwodMs06KoHitbcEmqCLJyqjazFexg4r9yXD0U5lLMKyoI\n0aCYkikaWXllgAXt9flPeJ22bVP1kFPmT1SFzr11yWGNLrftDh8pbyEn6WaM\nMun9AE1l33L8b+09nk4OaBusx0e+ocC5b0CsacUbVshEhC1IbkuMDIdOMoik\nfw3pXVLNi2nTGof8QKiYML41J283fh472Qy8JmfPoFPAjdeCSwL+nQ8SYyU/\nbHsyOMBXOrf5U2+el8tvkHrZy9NmWy4Wno2ShrU+EyOxiOiua/TH8osltXzK\nGbPljFtI8SglDikxUjQrMlStbaaz60Uho6Af6w1orzp291GQHUZpKTkitOgx\niQsdu5TFEM/3GfARTW/jP/JHxwpMct0ab7A/LfnUqyPyc7giEv/SSi8ZC+sH\niFEGXSPFaI/FU2Vsu+s/HOpIvj/cd4m45IPp07XXB7Mk8I12fptWV1paNU4A\nuW831sPY+rTbbCCxy4P13LQJYOmlpgGuS5jPO3PILohLGLRqbzzEEr2uHuu/\nNZtF\r\n=gnF+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b4249dd30bfc2ddece224419ff6495f68a0bf380","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.32_1616731351530_0.0633918246003431","host":"s3://npm-registry-packages"}},"0.17.0-rc.33":{"name":"fundamental-styles","version":"0.17.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e1e76256819897d1791ef772fe985c3d69ffecf7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.33.tgz","fileCount":548,"integrity":"sha512-g+rnDpNhAMr8E7jmxMBzd1jku0EMaKsiGxZxzf30nqE2LaRyBkNOl3IZYutFNdCmRkLMO38bK1Exjx2ODvUfdA==","signatures":[{"sig":"MEUCIQCArMDcb3G9PUmd88RreG2+/YKwA8NKZS3HfXUmsCjz5QIgS89Ps50/N6aksoPt59Mg7Aa1T5vPxEwYs4jT+V0QGHk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16602886,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYyj4CRA9TVsSAnZWagAAzpQP/ipr3dPDxrQhi/2Ud78u\nijL9N6cwxxTcWnNZ3RAGIDsOO2WXBpaSDRMq2Tyo7a/MZLBYA7bPOMApIMhV\nz9y1NsC7pKlgoTNdVbcGdX/4BxubSVRdcWfB9OJGALw9rmyeLeW/BKIvJbH7\ngnOK2t02zapVfjG2EqWhGCllEtuezXW0o81blppF1EPk7V516hri2hjJLOte\n1mnTW1TLAu7ecnBtZ6mP7H3/ZwjM24yZ75kdqVl6He///b1hicyVuugdmYFO\nFEmTgVrww/bJcYnPxWUisQ2eUXTKZjMN0aHv5Oajy739vxQUzfrRDI0yb6gZ\n96XeygRQoI1u4sxAQVSQ4sV5GSZBErEY8nP2T20fC6dK1p6FeOKR5j/8C7mp\nIrr4FKEW+0vmvdrnfTonl7tzn6MHbJw5oQ04EfvzM2BiSOf3Vz7KFFuXxdyP\ne47Y2Oi07ScmMy1PQrqN1PgvLnisleGvou182q93QTE2Ji4k3KbN2SFN/gG4\nvr+PsUOQYgxCxeHinCanujZ2t3uqoBmkpFvxCgftQ1MakpO3a6GgJx4d+L9t\nnpJM1BrIHf7CLBN0DJ704WZixPGZwr6hfAuUVYjr34Ja8LNgeZh3ZtumWptR\n4pmUpboAqbvSDXvtnWClTOZNZRW1DnR/H3K5cRz5MBsdHioVeLmPRlgdalX0\nkh7+\r\n=FKOP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"40d2f8722988407a75e862c0039944f2c4e3e6dc","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.33_1617111288292_0.80511127324592","host":"s3://npm-registry-packages"}},"0.17.0-rc.34":{"name":"fundamental-styles","version":"0.17.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"73936ee81aa8cbe3594d64c325ddd0b724952211","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.34.tgz","fileCount":548,"integrity":"sha512-GNkTIvz7aCkiRx4px76Fmi86Q+O0jWVlge2YfsJBO4f57Uj2gbXhcXdRq2U07UqmTr0nsZhTSiytjDSOWnIi5Q==","signatures":[{"sig":"MEUCIGObvnnocBMdnMHfz2SVvfrC6hBts6C8UBrYmbFsGhQeAiEAmWZlT4jO1+b5cGwo5grXTDOQtDNN3X0D4zjglqIOZD0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16604191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgY3RfCRA9TVsSAnZWagAAMVkP+wa4enLeb7SjDGs0nUfg\nwPD6ywi69NOsYfto6vn1bIyGlz5C5fk3DfsLUC6R/VFW7Yub9bg3llnGQi/+\nPF4//wrzcNp8tmUWY/gOOaT7JgV2Fjs83Bj58i9AuwjI2ItS5wq0IMOxFsP1\nkI5ZXcmLT7jlb/bd23Dy+4Uhk1BckguZTzqzIdlhDtr3lEyHydMPQb52Wqr8\naOZ9WtFEdOFotagd+4SuoFUiBfEZ82u6q6dK8tHHLnAOZv6yUkBYCIkN2lOX\nPtyzEr03De5XeDHGq2zFRRVeM6xPFRfkFa/jZsyKQBVYP77sWfjTmWpJ6gMf\nf0IxlR9/ElERzMSl0eva4Zpexe5qc8JBZ/NIIvoBes4RwnLHGXnC/VTR43qa\noX9MtbMyTWw2+oBQjSjyYb3KEYUA2yoYhKIoYgQBCgt/d5YO/oFfDlk7kc8Q\n/X9vas9H+pyAh3AM6e3bjkzHY2gpBGPenVh93QGJc/LEFccf3H0eOV7wNOZA\nGXi2DAWRhqoACf+dLo9FRY8UxGLNjGIN4qhPFvKq/Wqn73jzZAtoVcl/b6+H\nxrYf23Q15Suxgs1IsBDPdBqxZwEE3icWibPYomSfp5rRWw/5R+M235IbkGLm\nEv5RXh9od7tuSEHEvvWnwuoUlKoaPgM//nytTW+uxMnfxqgizb0waUurDdAc\nyYYw\r\n=mYfp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9699ab054c00f1094006e1c65c134d95d1acc759","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.34_1617130590487_0.042074761027244945","host":"s3://npm-registry-packages"}},"0.17.0-rc.35":{"name":"fundamental-styles","version":"0.17.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"926ff5c34375c8d37fe1b174bd40688203ebfdd3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.35.tgz","fileCount":548,"integrity":"sha512-Ulwr1j1Op2dqbZ5p8qPwSYVE3huGfTKh6s/YNz81K+p7dcK9lgRZ11CKggAu8B091uwEOJ4qNlvBK3idxym67g==","signatures":[{"sig":"MEUCICVmh5tIwzb/A9zQ+vR/KaJoJCPt2E/M8udivRn0IyknAiEA5xCfBoTxb5miHM5Tt3mbUTXVo0oB7m2C9FHZJ8t07jI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16605798,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgY3tvCRA9TVsSAnZWagAACmUP/jX0L2CsWzjfPb+TdWWT\nLo+QdCoUEVaKXDcLAhUWq7x1biW/oXU7BuDXqe9AlNNiBZ/7VAJhobAtXti9\nDOivY1cLLmXfsJXxH/htST64SHe8qV9qJNH08dTAqJlha2bz2/AKjCoofPJE\n0rueqGeQVbWMoRQEWKn6fo5CP3gQoPMZQM5It0Nzt6ehhtBQL8AOO48srvG3\nxrXUj7BSEAdXfSnwppGo3QHjPWMhYa01FIlz/Gw9vpNNxV5Qiw8uE82cJhLn\nb3sJNjKMDodmIK5dweMl27FHhqCyxVBsuMYVPjliCYQdGMsjuQkRtxltLCTr\nvDogtC9mzO3tbZ2RlMFA+rkqCZbDVkhgkRsaMk8KAvBqJmA/mwL7wt5eNgPi\nPuhemlU6Rog3NnCpb98vEosczsMDcGYPEzA+dPN0a+YwVtwqzBDXMakE66ww\n7lqNJQv3wUoWWUEjXyOpDWuINePSJC3sH/m0xeE/QuomgmkCkBq958zZtbim\n2ruDjzSKNGM6A/DY9vvM0qi1nPKYE9yqz4PCdgWnzttRhj8Z+hcUxBS5ghkg\npiiZ7JQNyQj24ElOSE7Y1kaUJH01phzzcc7fKFihA+CACu+2OUtBacb/N0QD\n8VKGhhGNf5TAqrEGrzhZg/Es2SYVCy7QFqwSGXCKqL+dYUDS+umDpMhS2PqY\n1PvH\r\n=XXK8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"371ebb00ce7b520fa416705040770f6765b61a66","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.35_1617132399016_0.128120442555812","host":"s3://npm-registry-packages"}},"0.17.0-rc.36":{"name":"fundamental-styles","version":"0.17.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6be5b8fd9f4c98ae6ee2c5b1e218beaa4d7800a6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.36.tgz","fileCount":548,"integrity":"sha512-bflhQuSViNY0CYIMWvviYFeAamBfI1cQlJ4EORAE/GYTDhVNynVaU1SUVFybmUqxMeea7A8xhVuXaYvnulFjaQ==","signatures":[{"sig":"MEYCIQCdFAXOhZI9pDBGTpi1chNBCeEp2d4vRLseaQ1F182+LwIhAOKSjxntpxFev84YcxDYxJaVK4ckjLQsGbTxdL2Pb+FW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16609914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgY35fCRA9TVsSAnZWagAA7cQQAJdKh3vN0youpqTp9r/f\n3PR+pWDKheGQby4IUgRtyHQkiH4lljzKBNtU5zlgkzHHjOd/x6dDiY06JV2a\nlSr7LZPpPNjTE1+Ox2Icbeqg69e/h5O1ENOAy4SVSQ1w33ejabD1NZHMgLoR\nQJcYfS11rnZH817zr6+1igjPGF6c+EHMHGCDpv+IV7wDHkMlQFJeZeLerzBT\n7oEdMCVlQF8QPtfQFgtvC2XTZ/OLIhtkr9ucETG7WUXClWTmobOo1ftYrAvC\ncx3YxT2nrZ2WpKexkGHqyzrkrUWTa9ofVmcZSO6PIkJwJZmC1cOH7DQMyblp\n432Wk3i4ngj7rnDhP9lo6IWyWCXkRapNU4pxgD/R15w/zjcTf3nMtd2IkS3h\nDUXFJE2CK4Ja/WRXTqPitMIpQmr0JxXNs9QY5hAQxZ07OUcFaHrf00h2+JvB\nziPz5lcvKpqhZDeceOZBBM8MLtfT+n9ixtySN+FVmsEOswnus0WA3Reo1FOP\noAqawzcLgqTw4t+ZascPK+IFMl3REJkj0iWGWuFIevFnzf5+yqVcStUsS/QG\nA2VoBsguOfl6DZRWNt/Zd9DqwqxCgIrxmINKqhmnJoWbA3Kzin1j25Q+5TDx\n5mB8FFigL6NO6u8sS4v3XI1m53k2UMf5X0bpnD7knPAUIcf6aNP3XP2lGlyn\nXIU9\r\n=Www+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"173ba31f240204216fab41f883b33514f1a67da6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.36_1617133150785_0.18135520837269792","host":"s3://npm-registry-packages"}},"0.17.0-rc.37":{"name":"fundamental-styles","version":"0.17.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f9e5fdf4c11b4b6e186463367d4cd6cb0ff3bb72","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.37.tgz","fileCount":548,"integrity":"sha512-/1AIJM38tGgD6Zxtv/3gixIT8s+rCCZObtRagO/SnrOiUGf3FOUfIegr/jv9GFuhlM/x4j7e3odQ1X9ERMUPRQ==","signatures":[{"sig":"MEYCIQDhar4V64uxqNxiDjbomgMYJIYuoX+3z3kI2XK2WGowPgIhAKqZbbx7J4mNrdP9T/ZvLdqSK1fmTJYdeOrbffnRBqyO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16615895,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZeQVCRA9TVsSAnZWagAAg44P/iheYCKUoFxdQvAX+XlH\nV7564g5q65ar8ke9207SPfYEueyeUdE9EJd3rxyOCxn6U+u16lmyHrAlLHK0\nRSh+0j2ySTL4SQi6aCMEDRPaYItVCbUJLt9LM/FA9fpXCMWe4sw13bMkjpeN\nurG/QSxoKYNQiQxEhkqEPvjj8FrLbPFIYi966v5LZWWBgyJrdkB2dFgUftL6\nc6wyHgwVHnETTE3UiSxZBsDy80AlG0lP+20VJykGYem4PFi87yQDlFORFHU5\nG/8dMMhyRPP+nsq6yPP9Ci0xeQ9ote8i7C8q63vuaysiCg8zGX3ubfHA/rLX\n6g5Jun4WQEh/qlOHD+QD6DytFYMxPguzawd9yC3N3bDEaSqkSL0zyPWz9vtd\naSs2GXpTUJSJVM2fcYpN1fVIRrvaFhHMBqzn2Glq/3gaOm3W7SdWDADl9fed\nF8DJSeCrNKzYhN7r1USeincY+5GLgQQxT7kTJpfZJcdT9IRPyPthsgecmeF+\n9JbDjWP79fw2YYX6Z3lAphWeo1uKG41fRgPHti5DCaCo2NPUQ0dICtUueE2y\nfW6ChACpuwy9vcSs4rveYk3HIYjqSQZAWjy72MYXegUYrBLLCp9dFn7oP//V\nM426YYqM/kGBY47zfzt617Sr4k7vElZy06g1Ui5Pcpq607cgnF96yCe7Aldu\nQTV4\r\n=5lVk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b476f1acadcf22618b6cf410bfd77af2b781248c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.37_1617290260658_0.5393511595950979","host":"s3://npm-registry-packages"}},"0.17.0-rc.38":{"name":"fundamental-styles","version":"0.17.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0998d304cd199cb19ee25a5d3daf001bc167c38c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.38.tgz","fileCount":548,"integrity":"sha512-iwKfo+/LnR8YxtIoxvplX/zNGNkmnaAnGciTivvST6qPFuohkvmoPKVBWqd8WJwfdzT1ciWJOdqCiRlkv2Wz4A==","signatures":[{"sig":"MEQCHxsm5En5+KSIEo3QWbYRTaKBI3XwhopVqD6oYtk1vKUCIQCkpPJe7IGL+VJaVshJopjYau1Ov1gK8j3jHaIUT9tQTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16617640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgaxjGCRA9TVsSAnZWagAAqUcQAIWLLiAH/Ys/Myc8pie+\n1tqwPl0IW2HKMG1Nvu1Po21mxpy5jN6aPaso4OHq3aioE6BBJuGMKiBhU7u0\nSUW9+dBG8Es6KH4Vw3fpw3isMNq7yC5wpUaN4n6a/MYA7vScpWpjl5mX/uct\n05mIsrLx1lvumclf7qPQFhfhWe/iMMveBJKwRJoSW6jdhwDHEdhOTKDcw1mV\nAAbSgwGKYJ1yvVGrnY+Vz3JtbA2z93S5uXpe+9PUqW66PPNNXr7N/jDbSReW\nAb4lxNMoFMlNqIjT0tJm2yQjjRFzVTAmpaIbqQau0lJYqnnlPYPha70gprjM\n4ASJ1CcnXdCn/h5EXq/KNMfslST1CPc2+Pd0IdOzbOdNwmvWJKG1wnKxt0Z7\nwUYMydUXeMEE2aWCTtGBLJMt276qSxKSLXruvhyXBhgoRvAIS8atwuIuvMER\nQ6XQlTpcg2Lm2LfHUTkuPM7eq+dZzfbfc6G2SynDRgfgZRi4VKo7XzNaFayI\nA1dw9GgrL9LAlxM+0b+FvqaTCopNTPqgWmF9fj8s4eIcoLf/F7aIBiJDazMQ\ncpmotrDmS/QaKfZR8S2FO/4LGRK1B0shBBv4KCvzd/dNfQiTko5y9IgdbFbH\n5gfEYkoLWvkOjmbU47zgO93z9xUCj1LvxEoHOtDDNxDLMFFypUm5ntKvItUI\npDJd\r\n=QLKA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2dcf4620c74c10ea0089e9936dc549052e92727d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.38_1617631430170_0.744023277001606","host":"s3://npm-registry-packages"}},"0.17.0-rc.39":{"name":"fundamental-styles","version":"0.17.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6264f9c2a133e8aa039328932be0bcd5c4688dd2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.39.tgz","fileCount":548,"integrity":"sha512-Txdn6+ATk/8KuDTpJ+Oa0jDkfyMJhh4hkl/BwICR4aiHQZKTCuhNGilTRep9mdcYUGO4XQdBQ648Mf90hwPK4A==","signatures":[{"sig":"MEYCIQCqhNStqUw9mD50aEe8rb+ZbWSFwVym/+7t2kXrfyZPlQIhAM4LX5ycJfeHOewV4pgwiD1Al2O16Xs/l7Kd6n7kKLcm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16617976,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJga/eaCRA9TVsSAnZWagAAHRYP/3jZwsYgzJ6Xff6sDaar\nHbRrymDxnrXjH7PynI9E0lkqaT7t5lg0jU0pTIy06QzGDdg9D9ALrAkC98xD\nP6MTPFR+wwOHMBpLsPjxRCTNmXv/zWSwTsCrFg6E/8KDSpIffUQXR03xxmd+\ntu3SKKTlya3B9Xz7hN3mKETS13c+qGp51lN6HL89KDCl1fuFdOujoI3aJ5JA\nBoDNLnBtKwKYKP+6h8WftwkH7FTqvttr76ws3mb2ndR2C6WfuHvATQ2mnXIK\nHV1WkmLljcLob7YI5eF7zS3Ood4BdFfqlXGMWOsT2Edh3oAWIziVpgjAuI/Y\nLpJvqYB8WeCyTz8n1Km08bIlbAup9M0N5GYyiofRQ9OYJLJZSD9VEHRXM2x3\nS8Cg9nyW4HWIiEBlOUpKEja+t+RQ+H2tnKdFSUDr5QGYp5dzJq5r/3TZMod5\nt5O2D2VtZXVzHAf0rIsEYjhDeDsvgu2ZJ2NapGePqEp2ViDiH7LCIKEqr9ZR\nOF/Q2p0cdUFpmuvh0fqj4inaYQp34jt7aNDQv8JCT9YaPtMQND2nMn4tW5a9\nqDWYGfmzn67aS0ajQBdgO8eZwl9MhGDaTvLTW6c5ztqq1GXWSuVbCvxC192O\n7MABw4a8/X+bA97Yp1JDQq/si5PZhIDVVx9+6X4KoY6694CAfTooy3tdMsXt\nWCfW\r\n=IVis\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8fe03ce3c9af67e791a0e4b12f507c5ce9b940f9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.39_1617688474233_0.45542522759998194","host":"s3://npm-registry-packages"}},"0.17.0-rc.40":{"name":"fundamental-styles","version":"0.17.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5ab36758e93f4737a54962c153431f1035c31b72","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.40.tgz","fileCount":548,"integrity":"sha512-OcBM+VedhNS2j2eEb/Ohk037ilnp3/7L9R8m5f3SctkZ5m7AAcRpgZL9Xm4utpVWt3ZKt5kTfil3LPAwW9nOXg==","signatures":[{"sig":"MEUCIQDwxaoWT4zzcTdHfWM+lrGx9LwjuMbhaD9rmv6y+bCAewIgGtfezURtqPtdQlLMRdQiDIsQOGh6+JFh7drllJefB+0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17588977,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbGJzCRA9TVsSAnZWagAAy1AP/Rz0rW9RX137T+BqzId+\n5//On9T7D9fVQRaMecQyqtvXXUyjg28zfooBsRMZLmYycxfoA4iSMHfKmXWv\nUNYe00f/diDQIiMPW8iflmY5CZXD81JHEDSRm0Ts7TEAh6HvleBnYng8BCi7\n8x3GnFqR8jKDd44EkRxpuL7JpxmF9RmgB8xKBz3JlqTLzgNbuRY8S0awqzW6\nu4c3CGlHCqAYLesGE3P0k83hTbbYpQIgcloq1nBRz0r7w8qkSM3lMisNGnYB\nhAzVy9uJRBQr1PIvxMlqbgnuWIhrWpvnDkvcAouNwTnHKkRwec/cIOeZy2LO\nuFN2tFGJxwXQrCZu4peP9b5Rwxhu5KccZyt4a8RECGdMEj4g2fKchTU1ZiA7\n2jrj0XjO4Su7oQs1FEw573o3HteZBJN5GiCBgDlDGgtn8TwBq3m6ymCDIsWX\nU8tJ9+/xoQTnecyCr/MA8aGzCoVPWExaEQDCAAf/pdah6BDlCIgzc7tsOwfZ\nIZn3N/2jXf3Zin3kinj2xAfvE0KHTck+4lt06hjPywHhMd0ogU7nNWARRGhD\nPxBa+gI/4O5RdJtnKXteJ+3c3MwTot+NDou/5oYssafS09nh4ZR7F5vp+4PU\nDPS2AuWtGh/gEmn9/A8g7UzbHyxZMJV93CSTbI67U/iWdOxRs2/FWIv85Vla\ntdJM\r\n=O8ss\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8ea348f9dea04000529e87c8ae37ce5ac72afc4e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.40_1617715827052_0.8223438421618074","host":"s3://npm-registry-packages"}},"0.17.0-rc.41":{"name":"fundamental-styles","version":"0.17.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c72030044af097fb817cc7a595e535afa62c4fda","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.41.tgz","fileCount":548,"integrity":"sha512-hzjJM4Rqk1kIYoaN6NK7daCnu84enBHaXypi1EUn1Lgs2yPJkWgfnMian/3fQhHJAJpp454lqQW+t+iCx2WN5g==","signatures":[{"sig":"MEYCIQDTQeDSKpappQkoCxcnOK4W/BG9MW6o7OL2FsHetvfM5gIhANCuk7AZ5A30jcfO2Kmwz2go0U637fBIEWD+df5NMiVS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17589090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbd1HCRA9TVsSAnZWagAAN+cQAJkPTUg0YOpGDMi04zEj\nWyLodf/zpmtQSHKbQlDmfSsYjQvgjRkjK0RvZpnP8OSJVjySA6Jno02AyxCg\nRUtCDaxTconXxRwYPd8pXPp+4BWWhDfu3VEphiE2b4QoYKaF9npzJFis7U2Z\nrnY8WAE4fWun6yDeRvCim+a6zCrAodrvFGedMQUzK9u09+ohkwlk1lfXnUp+\n4fM8Wt1IgF09RLvUQ+EqMiOTueVqUkwTPgVkOC2hnP+FhvpzJcVbgAzPTJIc\n9DUBKbaJhYelfuWbpTRiX8qhx/21gXp9KbJLRsIu5LwYPhBAXPlqFdhcoTz7\nwtFInflKeKKoUQYHK9PecbGaZtPJZvLYvvhTZYWGX80nhWP09byScB2//qtO\nY2FmdBbhj+XKMyCTaB9CB5VUCU9xbq2BfWEQ3d9lClmyZPhg+jgjWplbx4Xv\n6uIqeM/AUETMiAgfz64+F9skyFDJNDDrbT/yyEmlZMV3fWOyt3r6YlJ/CxAQ\ncxodGnd/T7ij71NGHCGA3+v0mgYyipUMuBjvTMoXSKtJxsI4nqgJELJnqYWr\nmvnfcq7Eegjkqy82e6gGikzVOaRfrfbmLLXlzsjV7ZAuLU71L7tkQXTDsyDN\nOIuhFVUB0I2iv2n+i9PmxEjvxbqeq1s9s/fHgdcDq0FOI3pXrWNe/MHwvY24\nEDYF\r\n=ALST\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2ffcc2faa44cb94760b2679538570db42fe9d5b0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.41_1617812806517_0.642697506086283","host":"s3://npm-registry-packages"}},"0.17.0-rc.42":{"name":"fundamental-styles","version":"0.17.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bb7efcbc033b570e0988b897571e0be91d6dfac4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.42.tgz","fileCount":548,"integrity":"sha512-kO4zZ/mK9sVwGziO40WsIEO4KaiHPbDZpeWO8Et1+Z1ZOj81fqD/ifPBCcPV+6nBbDzHFIlUe7PCRvcXDZRYdw==","signatures":[{"sig":"MEYCIQCiU9JiqCIl7LcFEcoES2wNQbF7BeztLPbqnNKp+bx8mAIhALOJASsVkRO2cLe5DAinNpRajy7QoelE5IYB3jf5mkYk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17596296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbtZxCRA9TVsSAnZWagAApR4P/1F8w+6jk0UY6wEkdz1G\niZh6XIwUVJJUtrUKrttC1AZ0EqUZ1o3j5gIzUOCegL0qs8R7WxMkZ6AyGzz0\nKaCx1vtadSkpmiCd2x/8j+5FCYbvATHRHs1LUEK08kmrBZD/3/CGSDrG307v\nw3q7yy+u5XQC+/j9f1jthuaTh1s/zxgffZYARWUZNMTpXqvVQ1lZ6G9oXzC0\nh3owxHV8miSzWxa6F5EqxcVpMDP40555kP+dt1T7kqrpSs1d5cC9y7Iwwxh2\nyr7xlVslxajr2QthAlyRBxMKG0pdwFlOgUVPS+lMMuZv0hIXBOdOXEiF9AVT\nXgrFbMNpVcbqsuYSDuLIS/b/RgAj24kyMFAMiGoOD9BD2JMAJth67weq+/y7\nyOIED+H6b7yeCQX4b1yZeLLxagElFIAlwzgpW8dZjbVS/stkRtQylA0cctCY\nc0Ylj508CRvEeoCXsbWeWu1qLmPXKAU1SbWNYsxvyf4u4cI/gBACD2z9kplH\ngGUvtwt1x475XBFmgNZX9BaIPraZWlgNThT7saZ5dzhdIHq0FtS8TB9NE66A\norPoOpWqJg4vAjqJrHKpohWT5OmY0ttD48EnfF/ICcDzNN5OrxEJsVTRm8vZ\nCJOYvn4YKeWY4mDnVqAEbAqp1A9j6wvR2tUc+vXGXhp8t9NL1kAWrAiQx7EI\n5lPh\r\n=Roza\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a5182c064c8d7760f7e4b9614f1eeb9dbb6ffd47","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.42_1617876592868_0.5249777835116489","host":"s3://npm-registry-packages"}},"0.17.0-rc.43":{"name":"fundamental-styles","version":"0.17.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c1e7377d2aae023fdeb79c7d0231a74cb0999933","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.43.tgz","fileCount":548,"integrity":"sha512-zaEkAjsC3Pb/N067j/F90dLRGLV7tckI4GImryU1HwDqLr+zVa7tVIl4B1ZI6hdBZjUCz/W64StZkHCv/U4JMg==","signatures":[{"sig":"MEQCIDnUuMyCckMzar/tPA1Y3NUXuZwTEd7TK5rVtDzhZYBjAiB8HCLnBPxxxk4du2W6frJNR5h/XQDrRluIZ/YsnXaxzA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17615753,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcc7KCRA9TVsSAnZWagAAO4MP/0dRouI2nfxJ1M9tLd7B\n2CmR4Y8ze1bsDOkvPlAA4N6KkULCP9JgzBGvWqXTJYxmVf97V4OFsbHWs0Tf\nqJPvAUQoPbtAhfy+0UKnAEuSOcLWPGPnt2snTUW/5gPChMWa6rF/kd7F7QLB\nZotddrNSO+3IEDwBxQ5sUbL1AuZ9FrXMCsHeo+8Cwm1j8AVK0aEcXIFroOYS\nfgcofdTCHkO2lCFTwjL/928I5frW6VxC4ExDOv2v0EhGiy2zUGxKNEWGjJh/\nzTjvXKvQWayfeecgd2cTt1AXPQFxQ2vFyTgIOGjsMrcaRz/7/PH0hQQC/N5r\nEVgK2Pfgy/yyPnBVZABJwL8MbJei0EQsfi0Qcq5SaIMZfL1KRV4MXaLmooqX\nst8O2oNSI5AeQzSDhvpiniz+R8TI2s5B+aukq0Dt01mepXVCAIivskY5vJRn\nxwcZsShWD4faYVHD+dB8ag0b+cSF9i6FZz9T6lHzuqzoQHP/qj+Lvwmsaoxq\ndbs2qBpHzO5/vE1+nixNIG9lOPzrM+5gwrn10qgGM2Fb4Y4XmwAT/UdwkHS6\nUJbIu8FaszUfS7V/y2hHUv2p8OEBIHY6SQuE6P8JNA98gdrN9FF3mylAi2nD\nA83n18NsYgnTtJ2+6an/Fnn7QlQOLGD6vCVKKswXrBFXR9DAzCfMusW2jlud\nRVw+\r\n=SJWY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3977c99dff753e59610cdf8b8f8ad237dd82abbc","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.8.1","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.10","postcss":"^8.2.6","fs-extra":"^9.0.1","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.2","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.11.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.1","github-assistant":"^0.3.2","standard-version":"9.1.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.0","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^20.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.43_1618071241969_0.6169576857325312","host":"s3://npm-registry-packages"}},"0.17.0-rc.44":{"name":"fundamental-styles","version":"0.17.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1bb5aa556a2c5f1ef9ddbdc34cf26e1c2ec69d5b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.44.tgz","fileCount":548,"integrity":"sha512-c/c1hUu4yQJ9C+ngSUlgMO/nC2d5D5agkZ/ZqlqAlWAgJdK4jd0fBfCur9Ho2r6HrkIwD/5iP+OWuk8DPXA0mg==","signatures":[{"sig":"MEUCIQDVzT+Z0zyt6U3egpEEosP4Pp3O1lTPnXJwBpxMLoL97QIgXBhWpzY0b3bE+1OBPyM6Kw/Dqg9vt6v01RWaDD6nB0I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17615867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcw1vCRA9TVsSAnZWagAAkPAP/2wv2HottWcug1yDuEvp\nF5XwHnoAcXChQxgoj4zvmi8n5L0jDPQ7FiGPX4/wr0ATbMITZAsglqcG8PDv\nMzJhMo18lPKw+pJBgRCnilWUScvnRE4XvzYkIszMG0lQ2CStbnW1n0tdhMiZ\nfeV/M3MrUfD8cN3J+cFKlzPaochBLd57HWbP8NAqw3ehQwRuf/6pVDs38N4o\neiHUOHLD61EISCIInUHZw3Wd4pui6w5omSCEFj6+3yoeZGEwMjlyICkFp/bs\nKCNuGkBBUb++qQBoTHQEFM2jVO8EOkeSEzBHu1PMeabHoxgAaKAVVB/W26ae\n6tMpBEvLJZ7PS0+2jR1Fm3HNHIejBwJmdiTg/S01gwBIaqqF2zxUQw+wLsdD\nXA5sGH3RmD0JLxbsaeEPCY4Z8+IbzxUAXUh4ORu9Ml2tkKZQPCEJKAwFtf3c\nXyttd2Xq6YsIjPL5+a0mJCskKqfbwHUZrpnygmSbYO7iz27C7wegYmYeMED9\nhn9YjcjLWfK2zvxykmG7M/5jLo7z1YgXH9IweSNkxFmJrdCAC/d2WwwDjg+y\nVlQw+DcFjfdzXqd4qrBixu0RzkQ1Etj26tyjvO1rVRjexMy1554ToMOCFfE9\n7UYBEu2e4Ao64e/EkRSQJcJPNaKbmuGBXeN1pFW86T/fZj+YtfXHzxIOiDWj\nIZD/\r\n=Pofh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5282447f1264a956c873fa1c52f6841c9ba341a4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.24.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.11","postcss":"^8.2.6","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.12.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.2","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.44_1618152814688_0.5574583645152646","host":"s3://npm-registry-packages"}},"0.17.0-rc.45":{"name":"fundamental-styles","version":"0.17.0-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"67cd55003c31957bb1858ee4943c5bec6c4b33e7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.45.tgz","fileCount":548,"integrity":"sha512-aGnzevxZH04jVIW7XX0tVhxZHV7bKXCvS2A9VwqQpRyDURFF94C60t7GS2K04XTdHfaOP1rrbxk7qt0RtcYovA==","signatures":[{"sig":"MEQCICQw9zDinda/8raXOc6CfBw3BFKY6pFWGmMn1J7W1R08AiAENqjqyhHCylAyXuZpHHN+r6DObDnoGbE+/STbCH7IFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17557996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdW7UCRA9TVsSAnZWagAAdJ0QAJdsy6UZmyiBRj5QFmRa\nzIAW/hZtKuRvIKglGnE720epysEUJJYd9/kkB1rHe1rv6dj4iYgCJpxeifkk\nkHU6sxa75UWUbb6Az64AslWhUFqgS7JX+o8uUknORNkpSioWuQHnDa3f1gqV\npgKh0IvymasgmbAduTnFalVFDClYqvi33NZA1d2oqq3X2wEGKqIUsV15Z3N5\nXtv0CB+ou8vDuDLRpMAQPy7Lph+QJFdck5Q4DlIHMJYmEnMQPiGWrgkiCsLw\nGhin5VpyFB4cHy2UrFsaD6DXNrHAVPmBpzLqhPgWTaTeCRxe5fvOKBmEXZCV\nEVrijWWiz34ozB48BWzXLQRgoZ9p/x3DVP0CoKAYPw/FlVypnVGzGaOpVPNC\nx8tYyfILLvbzRco6l/P/FlW31k0vFR3AJnVeegKTXhpO5cZFGRcaRs7rk4n3\nhjS9NvtMeLkAtAeMPPqlPY8tSJZ2+b6jL2KBMjceQADKHPkOQqqgwEWvzjAO\nZkFUIomYsQSwNBbnJoBjFif+O/FxV98Qn3zYYz/uRB6WzDOclfSNfmFvowHh\nXW/67XlBhx2Nyw/SFQVYIZjGeR5H0r3AmlrfXRrr8K9PFbGpLNO/B5xMYyvK\nsJh3hfBHP8zq+7/Z6JR3Ea+TnhEmpq1cUnLNAzJ4KS0PgMv4Rs2ep2S4wve7\n/28z\r\n=2GTE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"13c02e95a1a286b1082dbbe11485ad5888b1179d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.24.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.11","postcss":"^8.2.6","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.12.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.2","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.45_1618308820312_0.6900535983939413","host":"s3://npm-registry-packages"}},"0.17.0-rc.46":{"name":"fundamental-styles","version":"0.17.0-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cdd617609a7f7d2194575d5fa5341410a41efba9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.46.tgz","fileCount":548,"integrity":"sha512-YZmXyGhSX/tujkO4KYIzIrZTYfxNZCqhdCqPZCRm3hPoFirYaYll3f2uI3zT8XNOtPvL5UGDvrrQMRZEgSUjgQ==","signatures":[{"sig":"MEQCIG7KCXSslKaQJmybm0op2y9g5Yz3dv6qDft6XqFNp+XjAiAW5Edvp4qU6V6v87RcBmNVQgFv+fkzoINFT2x0uE7DGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17558109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdbKcCRA9TVsSAnZWagAA0/kP+QHignov2zK+sL9ydbm0\nb2k3lZ5nx8fb2ORhXtTixH8U1gOlv8lwlyMHkBOPaMhmNzAqPasJQ5GVw2To\nX6eLRW8Wtiri0kjjS9Kkfw1mSxYDrOiXgo8FvmuHgtj35ORO1b/8SoNYWYAf\nled642QOLmhiA2/r1Oy0N+gorfbBFve3s8BrjutyL9/hJIYroTL7TBVvuH3H\nP8Q287MBe9Ns5gfFUg18bsPourzTD/822tk5m/dqUKm4rAwCs7hBzykOkYkw\n0HpvSFmvq7EDAGnYrL7Tr3JHiPWm5Le6rY0wCtxxCn4wknJOrN49bP4+9RJI\nJxDaWACjWjfmFHdeal4zzbHIrF8bcsZgNsFP0TKbYN4LJP6OD1ud1i2r0sMI\n59S9IktdwIF6Kw4LE+WKk5Ab3honCQ/q5G5Ii0bLGmv+Hu4WVx39ktowoU7m\nLM9qiKz2QHbekf5nE4vMOyp37w5WPRy+mrwUMyLqInypoyJrywjzjPhMq0sI\nMe/ftwxjqqK3gwbVCG7vZKEp80EI95YgPQW82BoKvGAimfLPVbIjHUf3D09U\nRWOYq1YiPKidEB9gInDmV1iTv53AaTlMToiSUFOfL1HdDVG/S37ue5YLI9hf\n1QUQu5pr1sgWM9rRJozPw3oKdVOvW63kGM+twGz3saropfyjOmxuaLCk7zdq\nX2aZ\r\n=HyhJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9aee09bf702fafd2c7dc23cd2570badc2f86997a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.24.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.11","postcss":"^8.2.6","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.12.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.2","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.46_1618326172109_0.7090012861490922","host":"s3://npm-registry-packages"}},"0.17.0-rc.47":{"name":"fundamental-styles","version":"0.17.0-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d0736d789d3258cdd677b9154506cb2f866397fd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.47.tgz","fileCount":548,"integrity":"sha512-0mOspcGXs3M459SXT8nNS22yrM024Ap1ZQbUdoTEbbFz5etKW3aU2t0ttm/J6kS1+Hop5YPz/LzzgXAvx9W0Yw==","signatures":[{"sig":"MEYCIQDGQCRwKqpMhty70suZoyX6fMOCu7pVH7G7qqpMtlSu+AIhAOR9FXsUCmkzBLA0j/+PXF/6tbzqi5ThABtZ/1e9fVXQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17558222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdh2cCRA9TVsSAnZWagAAVDMP/iWoRa8dwmLzlh63HmgM\nrRnbwzSrBjKnG2RQ0bJWsPADJuR9XR7BfLSKwFqf18hygKO9N+56nfvxSQJJ\naxGiSAvHdCLEr7JBfHQNyVIy7+RRJgsywUXBHtcRbRvWAA2Rgvmrh7pMmXC4\n5en3lpF/MIyEQ8HkUzYy8c0xrQSv84OvaX3bMS2of/S+zDXalIlphElgM/zj\nfYlPiCTTvi8uZAmkAHUddcDvjQf6d/4hRpbwf1mQTy8Qzpzne0ATIKMmGDC/\nrJ3LURXkg3Pozs/fzla/kU9dWleTml/uJBzZcBccL0pjr8rr4Hu0n+89Fav/\n9q7I6GHwBnwlogXB0Dykoc3/b0sGGpK7lv67Gkcru7fUfuDO6y2DIzdSky5L\ncLLuw3o5XihPJ3R+c3iWkX50pXfPESQZW0E8EaFz4qmKhSqVhSN4Ynn6SGkn\nBFHFR7K8ZveYH3xvZ3obScU6KevqyI5fFKn+172Q3Gu25HXiPx96uJHNM1aL\n1yNeipMx6ka+m8oJBTs2xMMKLqIbXFTA4/L4rjrlRj6wL81lUG0JCEA8g7ZK\nEDC14jHGrK1obsffdyRHnxDzqs3n//DiY0pyqN1IkBs2VACJBKGGJ5C/VcL6\nUR5DULZ2Hh70e5C1fdvqNbUIGUwNurNC7MBorfhqPTO4L/beltPzcjAr/UCV\nsUVG\r\n=sGfS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"97dd119761b763fc604cc1fe5650a9eb84328c84","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.24.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.11","postcss":"^8.2.6","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.12.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.2","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.47_1618353563906_0.012814423005105935","host":"s3://npm-registry-packages"}},"0.17.0-rc.48":{"name":"fundamental-styles","version":"0.17.0-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"47dd8514b620289189e7b021e1aca3611c2fffdb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.48.tgz","fileCount":548,"integrity":"sha512-kvK1+QM5YYG/Xmlo50Gj/2dR3EQLUc1b6CBX04jh3ZxFIVieoOqCetWXjR56ghLVpFEbVmyRNzTY9geRx53nuQ==","signatures":[{"sig":"MEUCIQDDVNPUPBCoxoNy0Sn2IFw2rI1YOBHtG+JA5dnKe5+x6gIgdGq3WLelG5YnCQZnSq//tVLoUjDhwhY7TQp+lEYDVZY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17558335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdihkCRA9TVsSAnZWagAAvQwP/26a7ewWtjtPvaarlqDn\nGLagwd5J95m8A5Gqbv5beWgzM6DKTDEtVBXf0njCMcLFsgYop9ksjtQr5kT+\nIoYRlAqlC+QJuPlXG8ksHEVgCfwvC+3dMZi+we+Jr7e6Nd8DJwAVeqmhKa4K\nJuq3kWF7HnTBFsZLHBWhG1CTaI+Fv0Mu2Nlv0FZa1SqPVfwoouY/iXuNH8Jb\nes4lT0QR/jN+Fzxa/eGYVUBA8D48UX4CSalKobLWBXZ5PwAho+aYdyuo2m+Z\n6lyu6thFC0InWRVJgh2P9A8Hr9fWjxrNlbc+Vi01g3lU3uq6PG3GI+oO+djZ\nnXHRTx53jmbXXpL9a+yLe0VhoI1F3zU3Hz8dQBeqvfYbXdsYGD7r9In2my8W\nWRJHAnhtzN23vbV7vpSKVI3DdANjDm1qI8+OciGItb4UhpnJbcM5HmSKTy7c\nwVamHPXzuNMO/0QVRxCdD5WUs1ZWleCX8lOvjAuhXewMRcnKGXtI+aXpdD33\nyp1PD3YskMgzF4BBWW/wgLv63sJ1wY2ZhJMbC//izMARRkU8yJYHCwt9guUK\nd1hDkO+v6HJ6HkCkPZMbgezh0rDvFIdbu9oLWwaJGE+BE+EC9sBafnzXxcF3\ntZtSx/ZlVx85/pXO7QBffqQdP7r/HVZRApaa0OKVQme7hASXVxbTdGFCJS4p\nAtJl\r\n=fKjf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1de17dcba976b7da2b0fa2c8aa8ec69cb75a7752","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.24.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.11","postcss":"^8.2.6","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.12.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.2","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.48_1618356323815_0.6971473819611953","host":"s3://npm-registry-packages"}},"0.17.0-rc.49":{"name":"fundamental-styles","version":"0.17.0-rc.49","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0-rc.49","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"211663bd93c3dcb8a226de980d84328b6ed25507","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0-rc.49.tgz","fileCount":548,"integrity":"sha512-NVtZIixT2orja2TlYUtAgYTARQfDMk9DfYqDQc0bd8oV6e/ZI4Ac16I3fRVoPh3Cz/+NSPGDQkcVkh2TLwrC1g==","signatures":[{"sig":"MEUCIFyx//tCON4TV0qHSyfdFZW+jZG8YmaL04fHbadVPoE+AiEAleNjU7KTTY/Apem0aJATwkED4524qBhzNegbtonkNMA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17577154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdi6ZCRA9TVsSAnZWagAAX2EP/1G5ZmdWVitFpUBcUhh1\nEgo+QU3q4e4WOWjtALwc+Qhvn24XB90EGYYceeNz+dFX8cuc0/bjsHzR05ss\nFbgyPcV6zJq/zKZZVKXZ5L5YHTSlZg6HuJ627QTXOvu6xI4nG2LKrIB1rjzO\nVDFcCXVw53+7BncFw6EYSV0OjwjLE/p4Gxg3xLaiPgNUu9hDimN8Pw2dxztW\njVfqwp9HY77WZgMxQta9tZeo6Pre+wE0NXaQr8PXmzxpq7LSD/2Uo2Wb46OP\nCmnYkX3HkwBLU0Przt/QYcOu0WfZatBfrx+kKhPwnw9r6yAYAvhP1wJFklyk\ntuDZEj2KvM7Ahp9MM5c5f6iPxgTK4COFDZBvNsShiiPz1bag682xUBcd3xUq\n/KT7TniM1KTC7iNYfw+qZ8KyXf8bQnHiF/ZNte/AOXqc6n1j7kIyN/4iv9/Z\nce7mdE5F884phhbMeXSMwg+uXJPD05jNevOM5DhyptJQrkF3eAma4KfFYFOI\nUCLNuo4VfydlPy3hiVlo3exTH1gTAT0A7BTou5Ob09bH08rqvuCXBQtcDUGM\n0fTb2W3Plz2eyOnP6otkXkXrm5h/lK45vD/O4us2enGOvkZdOxA0DxHmZIJZ\nvnZwlP5JCW4LqhgyKbNotMZGklu584Rosa8zGqpC65h0iMAC/I9IVUyZRYE/\nXgvK\r\n=Mv6l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b278f55120a10ddf7f1777043c66896c89463aaa","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.24.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.11","postcss":"^8.2.6","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.12.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.2","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0-rc.49_1618357913021_0.763902502314153","host":"s3://npm-registry-packages"}},"0.17.0":{"name":"fundamental-styles","version":"0.17.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c6d45a61b4e0a9f6616956eb075e8d776ecf5bc9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.0.tgz","fileCount":548,"integrity":"sha512-jY8Ymi1GAU5Rk/bqf/gFd0cSIvPd0A2la4zVAvp5rOFlzoNW3E0WSVhLFmF5JNUWvhunCLvrHJ7l3LNydCyDWg==","signatures":[{"sig":"MEYCIQCXk0BS02bcDnN0NTcePkRiA6IzOxz8biJXRHkB1KvdVAIhANMa6/D6cv1iJwy8Kcbwu+J/fREfSzdEjfNVGWU4Pn5C","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":15197079,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdjPrCRA9TVsSAnZWagAA4BEP/iBuUx1/9qrSTBC8li0/\n9E73O4k4fQazu6ij2TFrBh6HKKCZLCUD+Cp5M7RYh0MNcjgJhGXRqzjoFid5\nKEbCnQTFI9L3qJAyEWFzToqTXtrlxVb1dAWadzeB6u3qAUNAkwdnoPKMCpXD\nfP9RYhNIN0JmtxdqBNzVQxApkEq8dtrgXw2K1kct4OlBTM6Cpa1z63w3/pYn\n6sX6wNs0U70kV13NYCPJ8hHeJXPIQWDZlLA0Qer0iONzSvGhJdyvHAGUY17z\nyXF81gaC1VnitZIa9WWAqs8+39vl+ug/mBTpeXU2NkobeCBAqjYWrauDUyLo\nvWf2NCEwl1pHI3Lwq9NX/o+eFXHV2fZ3wA0OyV1vHBn0dMBBc8iCli3wuAlE\nGeYzIO3WmVEXxtko+semjJKzXA25qMSU2BupF+Gbgh1JXJL8DNJwE0KkOon5\naq8lo47OYa+G0nxOh91e43I3MjfhHgYheGDoMW89L329lUE1YbvQf9liizOu\npgRYY3UqsAhgygrPNAtvLijA5nfh5SaN+UabDb2KJeBmzP6dZSx3vNxeEdqg\nB/pkvxN06CTIqHHIb6noQ/gR87KOPLcVMolDFNd5yR0qv6N50ZrPj08cGfLx\n1i3jvhMtY43Yq1Vv5ShCmc4T7OanD+K7yTLVaa2+6A/gMiZO+7a24nC6OSIC\nDpBa\r\n=6B8z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"07126c4b9e8c947e23cbcd74918e738978d9ae73","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.6","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"12.18.4","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.24.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.11","postcss":"^8.2.6","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.12.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.2","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.0_1618359274609_0.4175235839101532","host":"s3://npm-registry-packages"}},"0.17.1-rc.0":{"name":"fundamental-styles","version":"0.17.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e58f827f72c9068bd9855f93a20a80e804b3228a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.0.tgz","fileCount":548,"integrity":"sha512-wT8RUmIwLrvax9g9YBeqUBvBi6ut57yPGEWZWlJCst4f/Di5t+SSjJA4JRma27E424Uxr8uhhCSU2+Ciw7BbQA==","signatures":[{"sig":"MEQCIEvxrVJ+tXBGfVHekSFg6tYFKfZ1LM2N8HZgIl2m7IxUAiBkr576OG5yW862w69snAas4OYbJ7P4pkCl/b7xdFimeA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17576826,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfCx2CRA9TVsSAnZWagAAG0cP/RQGyfDsR8UcQlU2Zyl8\nRLIilBBy4B2zXkcRuFSTDEgscr9lAQTEZ53UIP+BEFT2dobf9d1Jx/tlP1Ba\nKfNQWPUqg8behWGLMD1E96z8Dnz77hAa5dvUinKQ8hOiDpXxIGDqW4zq6QwY\n8PxtlLsvkTpdu8ORehNnHleAoc37KISUCIBiG0+sZIoh3V9+9A3MtMWRHXx5\nch39VDP1LCdtcDkM61yktJ3OXei6avjLiKa4iENyOzMTa0lbQBjKoNshgyWv\nmCSNnCtQ/OPSKe0EB3ZXbeaQb1EKSyLVG1xbMEljVVvk+kL3XZAWgB2FWpVr\nm+BB00pbRpP7I05U7KiYJRPxTJceSBOiWj4E7bErldm3nIsc/bhEI6pEe5lq\nbZBn+AhPy2BvM9FTpGh/xydHQBvs4gYqbd7EXsi2qYsITfUtU8AqqPoRL5nA\n7gsy/VV+2UEdtwflJj91oL6MXRD5QEYLuP5zpWLxqgX6AqzH89MydE5qHMC1\nWFuWlvljb+gZCjIqVA8NA11dPQQ9+eW/UNRyUY8JsDY/v/I+fUEOpyj5/WN7\nZbrgGfbwLjk291gM0TjZ3Rch+I35HlYvC8HYFeDSv+FpUZmTD+IA1I9KrMpK\nrFCxKg1khdCaEABnZOo/Mxue6dXttMWexkzxHnGRcHElFmoDY2qI8XfyPY6a\n02gJ\r\n=LgHd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f4ab8e17d3f9cf59e49576d7a6bf7c61f97ecfc1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.24.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.11","postcss":"^8.2.6","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.12.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.2","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.0_1618750582090_0.36727547690958695","host":"s3://npm-registry-packages"}},"0.17.1-rc.1":{"name":"fundamental-styles","version":"0.17.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"07e77cec6e6c03fec68410e66e8bb29c37a6a03a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.1.tgz","fileCount":554,"integrity":"sha512-86VFFjGu7wr6ri4a+4414ygp6rYSCyhNg0gAgOZpWK80ZXXxmiF6TpqqzMJGMVFq/VPiBS2b458eRvgGcjoKng==","signatures":[{"sig":"MEUCIC6vEdWhz02PqYPHyT+5HheUQgiUK3yacBVi7PP5xY9LAiEA5F2bzu9wseM2rnW2ghn6xpMMT2bAg4MtiM9UDY/v8PU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17639788,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgfQhjCRA9TVsSAnZWagAAbscP/i42QmyA58jb1DJ/cAgj\nn9J4xYMyS0HKvVQMThDT1qj9ncrJemrKteydB5IY4kgW4YmGn9NfEDyWJu18\nuN+w2FCUjKWrrUkfMZmA/UZx8FaCqbVoVLrgor5BX1c25MbzrEc0MuGBFEaE\nzm1U3xfgbZVzf8De008GissHsMqi7MkmsNrmOmDydz9zPYMnWo5snuBQVVLa\nHx5OYrr4FTP2glonx01crkeYeunMQw1AYwRsqCc7Bm57hoJ1/pR0w8zGCsUQ\niFhcBfXqL9mx4ILKrlVHzXe4UIJiGi7xEkbitk/YdXI+6JbvBv2Oj35c3LM/\nq0wthuVOLjvNVeTAI+InCVajyG2C/qDOepTrnzCw6hrmdsF93dwCcr5zcZt0\njeOpozmexpJcPVFBw//Dzbw2nB0ngcYRkKvr6NMia5WJd+zI9i+DCcSfQxod\nvLUHPdJIFCh3ATlLxn5SwmOfK+rY6/6NvV+a5zoWklk40cduXje+jbg7QYIm\nDAVBKogWROL0Usr7WiB6pVMXw/33pXc0PihV5kHqU7lyConesGyyTJLcyVZM\nDFr7Q1gEht+JbiK8/qxPrSVKEKD8jNpTZsmG6pk212cZrUnk6fEVn1yCZTLk\nzMM4NVrLvo2rBIC/e/g0usTkyps0X93W87BQLCwFljDgQt1qYA0Y8KAof0KV\n16y5\r\n=lmvp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9b057c85f984a15987612449cd473522ad5c4ff9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.24.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.11","postcss":"^8.2.6","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.12.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.2","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.1_1618806882336_0.7715100273947721","host":"s3://npm-registry-packages"}},"0.17.1-rc.2":{"name":"fundamental-styles","version":"0.17.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a9868988f6a6d0c793381c347fcc4b91a52dfab6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.2.tgz","fileCount":560,"integrity":"sha512-RR1w6hrsbrFACurVTZMK+vllIiFFoWYnaO85RoL3sfvNRYIzOwwTCI8CKRRSkXwA40KUEeBL091F/1r2uPtFnw==","signatures":[{"sig":"MEYCIQC3bwUEXolsLba7VJ6ABI3u0ZNvZQUe3YoiZRd9eDsvsQIhAO4S+mOfbEG6yyogM0uj2snrMG8KADazkspd9SOEEwd3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17665729,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgf/Q5CRA9TVsSAnZWagAA75kP/Rly7QjRwHmL9D76pO2H\nxvOKWpOjN25ebm8HbBqioyPVdwuFUMtdac/Emx6DglIcvm0pClv7TM6iYtJz\n0ZhxrNny4pv1eakHU25UP8KyQvsCHRVyquB4VNHzrHxMICEI4dGeZCE3P+2q\nIsLnuJZ+XC92nK87+IRr5dTmCxyNi+bZlDU61lIp1ZTkBQ5IlufQo8kDljIi\nQBLoX8iKAuaZOPtG4Qtou7e12BFQEYn/UzoH8B9el+uf+o98iJOm6p7C0aGk\nE6Wc6oq6+LcKS6bWDZtRTprpg0WQ/jfT/owrRy/KGr9Jr00Lo7MPUKSSTTTa\nhiFqI1BUDXYLtRzuCz3Wmslus9u9B35dq0ZQiNqUC3k0NJcapGnVphZIaFYw\n+VHGf765JINhujzATClbbkTlkcAFLXL9J9OuEDISFyAfbHRL/H8y1gwvMjwE\nC4djNj6fi5S0dFtGF4gJB6bYgDLcHi56ueaVvVGcB1rndVorO8GlcVnkOxCs\n+CU0nv2z4HBfUOAkUjg+frrEOobA4gGIStHXx1xyTYF+oQ6piJNqn0TY9xUO\nsSV+zvieFszWOdZ6cnFU4ZAMhLgTUDGvXte/xb9EEqjEyVAey35r7FysFa8V\nFslUB1U+Cf4JIJSoV0J1ITImU3iL6pLjsoIrfsnLjDZlBUAczd7b3PSyxeIr\n+pTd\r\n=X0eM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a2e5da4e8ee44c02e44b2b640699952075fd22bd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.24.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.11","postcss":"^8.2.6","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.6.3","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.12.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.0.1","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.2","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^3.0.2","postcss-import":"^12.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^10.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.2_1618998329158_0.10172009415266081","host":"s3://npm-registry-packages"}},"0.17.1-rc.3":{"name":"fundamental-styles","version":"0.17.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ebd57d6327d3ff3e8e099de9537d7dcc82b7d83f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.3.tgz","fileCount":560,"integrity":"sha512-voWe/AspH/pmY5nSP0na7YQWTDLBaEny+9y4+MwQ5940ArWIu3Gmb2zF87R1D8r5BFMUg4qVFaM1z22ktMNeuA==","signatures":[{"sig":"MEYCIQDdJcv1L5omz6RrjlxGc1b+OxfVytkpGofSw8R0v3BizAIhAIScpuVeDJjowyeB+xkiAowQ8cbUmziiIiM2Kq8b32yM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17665841,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJghVM5CRA9TVsSAnZWagAAJCsQAIWG32Nu2CAsj539vN8D\nOrhK+OkcIUyAQVb6AWg/trxGmohAOkZohsMV+DmBScTZw4TgtWBPg8CRz8Zn\nrrF6cBZyk4mJLQ5SDWNSj5yIJgF/z6mvXzQ1y+MWU1ZWEWvZS+wtuD/z9Ocs\nYkQL9JUK1wZjKgHIQVonhBXR1hhO9p7XKjPmJgfrDs3tmchV0OY0w0TWEK3j\nVolvLEdQ7zLORr7ALduFeS48zs9njBUrGN+wXCRR835hLLWObOObKzrHuyYw\nA2g6UH69sYfop8f+FZARP5W76uaTV6hMdwu9hzhiQwpLufbmOJdomDgI3FTI\nJTnrERlsNNVRMnhA6v+VkDWPQ1xIsSr3Fd8LQy7BzAi1WwIqjd8HlwEuEu55\n9vHLPR9sEh1n2X9UTngAy3CdF+aIbM+OuLFoiw6DM2BqaNTqREEcJ1AIqSEz\n43AW6ymZu8Ncu54DwwNfyWjj2UDN4pU2iPPzbF9SxzdO2P3VhoG9Gl1ZS5up\n9cVTQTxsdUx0QGOAKoGa8nM3Z555lVicURErXfK03PerK8zDKk17mBmk2IPC\nYdVjwzpBoSjKQf2HPkZjwSPO5IEEtyAbI9UriFjmBJJK46lukREhK2pzeqtG\nWRWzQipYP/sI/HpOyEi8z4ySd+vxCf8SEsgVC6e9cGSCTrKj7ue09bHVbXNF\nB9X0\r\n=XpM9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b31a9cc0603d1ffe82553ae4b15460cd40de7a14","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.24.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.11","postcss":"^8.2.10","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.12.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.2","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.3_1619350328587_0.7416491324684114","host":"s3://npm-registry-packages"}},"0.17.1-rc.4":{"name":"fundamental-styles","version":"0.17.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c87b1da13f9d7a753d5df704db10884ad88ebcf4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.4.tgz","fileCount":560,"integrity":"sha512-pEi1PpYVkQW9PPtEvMAMDbO9wQoH5a2E1pi/fw5G2Q8iI9qPkFnn+bhcGzpGs5IHgyELtNEN7eLOxn1w1bRg0w==","signatures":[{"sig":"MEYCIQCJRnWkZJ3k1GMSi/jAEXZDW8ygkHvjrFsmE2+My8qO+QIhALAXBBzUNG+8fxG5ti2gylyUplV9lkNz+Cm+YaMCgtTC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17668520,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiSm6CRA9TVsSAnZWagAAWWIP/Av1QSbqz2tYzAp9oIY9\nNMweM4O84RptxZ+8+UL4sGu3t8GqrXahJpjhiQJjuC/zYy77FRttngg5a4VS\nQIy1bYkwm0paeyJIsG0jhHbEdB4HCYDERXrm5pZEQE0iLNRW1MVCEUizLYlM\n+0kMVxODew2VYDZ1Xe2/XGqk/nLx0AA16baM0lRNhBnszn4KHWWFpnwk/pqu\npapU+XFMe/DwXYiHgsi5eFs4UkXDU5/3wU+iQEeVyIBHaBaKKSLe2RSDMmQm\nMdWuVOvIlK2eeyl3P98vlTgQacP4mB3ymeWCmnJRr9hsK5mPQv9zAVR6eX8B\nSCsvwoId4SRQUonJkrSqJs99a2RLMbVxkixKrmuGBUx1ZRGCjtz1UVjKoCwb\nhw1cXuUsUwW3a3EWZpJrrUV8dT75Z/t2j/D9I9RgfArR9wcZvwY/bMYXrbEW\ntqyxOSFTSw8tKCR/BrRdVBXqk/lHiQjxcxT/mAPLnjcRGAgdBb9m8Lux7AUU\ngh4JeSET9UPO82c3P4wc+BNxSw9skQsraNVnjEShV0voFjAoech72pLvuQ67\niyHrrdFPJ8mvbU5p6IA1D/zd6hJ4xOp8qmsTyCZjggrq69XdRQWS/5W7eg6v\nb7X9ZoeUvJqFV+sN2xFazAJGMWaeQZ75abUOQFtlW57FYguDdanEVzXND4P6\nbC7K\r\n=ycIx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d159035e663efd63c7a2ae821cd17a01ab961e77","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.24.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.2","cssnano":"^4.1.11","postcss":"^8.2.10","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.12.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.2.2","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.4_1619601850118_0.37211425907339124","host":"s3://npm-registry-packages"}},"0.17.1-rc.5":{"name":"fundamental-styles","version":"0.17.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3b69098e2a7e95ec754e782b7f8ba0c1ab90a270","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.5.tgz","fileCount":560,"integrity":"sha512-c5zGQlhjHG6LfjEej+7R+OdBDnW1aOGi7aFmYiCNaspiPmOn/kzcU+4NK88US/fuFKIlO5xNrtGP5va3j/vfZQ==","signatures":[{"sig":"MEUCIQChSCU5EXiuW5tEQxhI8XTFAORy18OeZpi3iUePVcNyWwIgE5hoGWuOn9YSIJfisn6nR6fpxHKDxEHjEACq1h8L36k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17668631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgioqGCRA9TVsSAnZWagAAAlgP/36yIUhgQSzNZ1nosuwo\nw/yQwdEou0QIzHlepX7EYwSeerdOBHWPqJ60HDpcr8ueV2xEGaQsQsaLcsfU\nnSacH9ysZ8X2Ygj53U9t3W1xlj4wViKzCezsedSxB4sXtMSP7cjqzhpLyZoa\nCWNdai/6Lrz6gxtyID9Ic6zrj3Jgcc3094rnaJ0dcg7WudP2GnLyY8sG6eC+\nSOs0it0xoW8kLjHRJmrWzFNBO2ikoejeS4xdsz6WlhLIbRnCYBD47pg5ppTL\n98qvFrwajEPeh322P+FdK0pgHRZBj++6U6vIfclmbH80adl0mHKLhHAyteuT\nY+PEZA5Ym2S+/XYEza93HKxobCZMHGQbEJ4pX+W47RDUtLgn54fknqVrQNZh\nctBauHL68fK2JCZM2yH/Anosw1KgJWFXKD0LeIrz41frXXCk/7bUIhiF6ZYz\nvvWniFUvKnFMYDmco1pO+AYXpTaLjAIgSAXQzxi46RrQcezrnUuZcrUkTfbX\n7SNYfoSZCgnJNotS/tG3fT+mjzad8icNUOi6Kn0pW6D3PbdPZ+u3d/rf7+EW\nzDGNCGhihR/m9NW1PkxS/rawBwpfej34F+v/NSo3KO6FELzinC+YVX8ToBmD\nlx+vdcgbJ5ZIWXN/nPMAa240NTFJquJW3e0b/+s1TPDwZ454vvjwxRxTojVE\nyiek\r\n=8xeh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9d9be72bca9216cdda315afdd560359c651d38f2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.5_1619692163548_0.8135530341280961","host":"s3://npm-registry-packages"}},"0.17.1-rc.6":{"name":"fundamental-styles","version":"0.17.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aa7a471ec2222b525bb59f6d204bfa4cbed25992","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.6.tgz","fileCount":560,"integrity":"sha512-7ilsM28gzDYYZPwbKg+cfM4LYpSzSit3UpSysTgfi/DOYFoiqE5ZZwOfV/4tF+de4RJn1fj/llSFLkO2lFhbEg==","signatures":[{"sig":"MEQCIHfps74HPurvxoaYX/rMT3t1me6XrzJXfEqfcX3FAE94AiAd2/upgfJMIWZAJZpDf9mMJ2Q9KogHs456kjDcJ+F36w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17668741,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiqxXCRA9TVsSAnZWagAAv+wQAIvy5ZXt52s3yqQXVZ7f\nbAABxcWSrBTU6RPyU6uBAqIJ+D/lZ7Yn7sxuefykXY/dp8XreKoKMhybh+Vv\n6GoonBh5imPbx+IwiNmOt/wPzvUEykRPFr0Rlx7En2OE2L9SWUxPQTbucoTG\nWn33mdWe03Wqoi1+sGDpGFRI2ipXJGQpN+HQzCos5UXy8Nf7z3xI9ThCXbbU\na/vfLNtit4elSBMh8GZPB37kxn9e4GiHmgdmC2B6MmWjwp8tHUfppo4Bd7um\nAPjoPHilANHqp/VyEcoi4g6SOV4c8ThzeDXBjWBFfxPBLfXeE1AB8Et3FwUg\nXnJCZxoBO0t8Q7SXc6q4PKWppbJKdim4n4xsu5LF3SuLCpg64bo/GemgES+/\nRxhQBZ1uiA3cCUAHfZV8X4bj3MVrnmveuFV3zMkQbJFW8qyUhuQDB6dPM0dL\n92IV+gLIV6gMTN0+xwJPlvW+Lqyznvy5zmDmRnkdbQWE2PCb+uAUq0BdadmI\nY9ZGkn4rxDULuyhfYiU0UB836fWeOmIU2I7ciwnTv5TQK5QID9YnlzoV7lxb\nVL2KQ7qR5flIIR00LyWtOULR7NQSBxvgk7uZQWJhPkHrBhl3Af4jjbIguybb\nvVNHqop7nuhyv7GKjL8i6DHFzcYOllFBPiO1vmwea3CCuMqc7eW5GyXZkYFy\nvlNB\r\n=bbRg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"999e50a7eae76969a60ef574709ceb7ca2e0bd84","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.6_1619700822712_0.37480603532250134","host":"s3://npm-registry-packages"}},"0.17.1-rc.7":{"name":"fundamental-styles","version":"0.17.1-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b7c85436196448965ec0712cee00d798821f4542","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.7.tgz","fileCount":560,"integrity":"sha512-hgpXrPawBjmJji513KTx7V2eYzVEhTn3aIj7OyztnyGDrB0iHgHSkmgWRdJy6tpiI+rXRKEwaO1xxR5ATQMDXw==","signatures":[{"sig":"MEQCIHK2luN9c5IOVaEysNqcCsEFfNw5crTwUAT7gctuSOKEAiAioP7EgxTR6EktYcwivhLZ6zYEkuJ0PVOLyrhIV2KU8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17668852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiq6oCRA9TVsSAnZWagAAEJsP/1GwI2YI0I6wtZX4eVga\nFhdLOXtkiAPGS1Tj2CXGlhMSt8FCRHl3m4h/8lxCgB7PRrRAb/YWPHNTBuHS\nCg/hxlj5JXh5+qiNh3OVf9WR6BtQEqCO1JXw29T2jBPga1mJyTjDDTfLhTmt\nzpFV9x7MUUioVNgUfihyO8yLoIk1x0SnnOOX9wNhrHfgb79Wi4wKEqESurkW\nDnysbGfVXxCyJvzORSzzzsY2Lni/Vo4YOXAsJgTBYCHJdT1knYPbsqRhAf7v\nVH3cyTBMY4R7cBTUJzCrftE2bUUG6g514ajAz0i0jL5iTnM+wTlxIlI8I7zl\niSJNCkoVwEw7t8AuJChFeZ+MdadSWkzBL6Jasin5gO0BoKL5wWTwYTg720G6\nHnMlSsLVypCqOMUdhvjTZG36D/2egbg8O+0p463SeNlN9VC0WbR1YDIlM5wT\nr0JSfuGLuPELwXiAT0xmAd+CqDQ95AvwzbbaTFXN/shBWEoJEpp2vG7qKkII\nIiUrxieOL9en3xoaymn0hEUaUaK9HBh1q8mM8nqA7+rfL2KvgnrYjDczrKaX\n8x9wdRzQ9C/mIdz1DGy4Mgo6OyVPrU1atHQaK0otm+9GhEc8JpZBGRtJoEej\nnku2trdxgCGBpSWR6aagNX8hXcj1l+snQc6NWFbZ0VYhKF5YdOE4bqDp9F0y\n2D+r\r\n=wyXy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8846ea5f97b714073d7b60601c8675dc250edb9a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.7_1619701416152_0.12223119213496636","host":"s3://npm-registry-packages"}},"0.17.1-rc.8":{"name":"fundamental-styles","version":"0.17.1-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2531cf92a98131ad5ddba94443ae2550d6f51fcc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.8.tgz","fileCount":560,"integrity":"sha512-WF3vbEIR75irqFd3QaWa/QNdt2ziqDA1PAsWoLGFXPKK+6FiTyejYTkanQl054OXewbY9xFS4OkhunkyEbrEjg==","signatures":[{"sig":"MEUCIDIxGUB8vZnUcc2cjFSYTjnRwLoNJi+qkOkqTrfm22YIAiEAqQVjX7SEhV32OD/cAzR/Mb60k9dbLeKan5FumMZpRhk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17668962,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgirGJCRA9TVsSAnZWagAAzXsP/1HyIkj1YmZBP3XA29s4\nSxrTL2aBsZqTshqxc2jGRJgrdB9rBoz2mMH54bbTKylaNf1dH2h00y5yZkAX\nqERLlP4auGMxVgjUMfR2CzG0j86a7Djeh5QiJhPCce3SnTF14+QsRG+EVUAG\nflsuScY/IEgX4IYcEXYuP2sXfh0pABsncHddM6fLEuP0jM0vztbEVZ7lZEeY\n/yaSVUOkv2ILbG2koRlUsmeShYIt74Wsnomca/XeLnlhmqipW0WeDNAfwNWq\np8KxCBtMJ7onLNkQE1x9vatu8QLTWz7LLJ3qvYWPBEwucR/oJUAtXKk9Aqnl\nLl2LArpQb4+dbSNd0HLaU32GM+XnedSYxZGv4XG6VJO8tUDTvPStTTpB+OvZ\nFrOFMaAAPJHgRGL0ITOVn0sui0uFJiMuJ1DNEza1DrhzQsynC+soQxVgD0xl\nCuNad16B/2XzpMjI8X8VkE4NZyziK1Hg/qJ5WQcUOcQWAEABptg7gddxFhjd\npwwcp9Daf0RqE9jcWI/YqSBzO/yvNQT3LDU4ObJyT/KncZbpNdl/kn2QrHy0\ntuc1vdsZeMZ6LA3SCGpBQ5nfDTKlgFB2M85v5tp+CaTFSHAKcPIq4WCrbzS+\namnmheqDJoAw/LHpdTiCuDMlc3LAUyjrbDIU/ZctycbsfUWiWBfisc9u7XIU\nMQix\r\n=e92b\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7cf5c34be37eb3e7116580967f6cc4fcb90a7bdf","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.8_1619702153337_0.41191560944943584","host":"s3://npm-registry-packages"}},"0.17.1-rc.9":{"name":"fundamental-styles","version":"0.17.1-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e7667e02054a2a0f3c1230d71cb0bf9754c9f5b8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.9.tgz","fileCount":560,"integrity":"sha512-ouP4avO3KpiW2l8rDjjxKZRoT59VCw1t43kDKmxkYDAG4Oy0Y/CeQWK52OJgyZai6XSEQZmnIcPfqfJQw2SDgg==","signatures":[{"sig":"MEQCIF2G4GYVgacOncrpirwrA0hAiwkSvjnEqu27KMGXX3ylAiBIGJ8CuyiRYbr+rZSA3uvU+cTdRuar7vaet7YTyrA/Lg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17669073,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgirzvCRA9TVsSAnZWagAAFMAP/RYdyfbZu4ubrkWPck+T\n7cwDKAqmeGenFG0p2iyiEa3EcU/YxT1YivThIzqahaOuagWzE1IggmoFQeiN\n98m9SU97VBeMT06VvHrfZReDgKkKv6jsYEPWhRAjTcFcwwCl4lNH2ywnWTKn\nCaHI1cH38UDR2RDhuzcdJ3DKhJG7bJW3H0S71r0euBDYVVcR9qbne94S4XTb\nY4G8fbJ6Gqr+vZwACAYEpjBtuiGE7GaWpXoLs7EaQ08OlIIIxzYPdpOWP24V\nXW0jXFEtOgoEDZY3IJW+9xTWBEPbTSk+bVmhriKcUBB7U0toqw+8OFEChGT1\n1mHK4e2hdKls5CQ+pti9vgRuOkLyUIW4Nwok1dRqJqOhrCfO4ZccxwkyBppc\nsLawXYBRhq0+4miB0PVfPKDwwifjs8WjQOkeGKl5YSRl3jF+NLekkviOJtSx\nGRgJn4skHITHfVrEZU5TcqxXq39m90aiaps7YsLLsGmAU6igeHMeolQkOfx9\nN1XTd+E6pXGvoonSLg0EfuMd/XfOTaF25m68p3cMtFb6NU6Nt7b/xV1Mw+qX\n04A/ZfGX9Yxqh2vEvWxvtZH2l+sxoglTsJUKJ92oGSXrLUeBm8efYiyvjKep\n6+Tt2CRw9tUfKLdV/mLEzf4WFe9jm2/YEofsCcIxJ/47kVJaqNM9sHZ75cFa\nz313\r\n=3tAn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"523f983364aa5c01fb269392045ccc86798c2581","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.9_1619705070564_0.4173367140051334","host":"s3://npm-registry-packages"}},"0.17.1-rc.10":{"name":"fundamental-styles","version":"0.17.1-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b6ef350dead25302b4d45ee503c5a0d2992d98d5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.10.tgz","fileCount":560,"integrity":"sha512-AGEIAxipviQ7dPI5jpR10Cc60ZaYAwWO3GsLmEqM+LmzsVaYcCenOGWwLT1QbZh7DH8iKtKoPEaE5QGoXAi0zQ==","signatures":[{"sig":"MEYCIQD9HyLCrrVXZqWgUNmPF+tMAoPJ7rKn3Ti5cNEFwq4tLgIhAOly1EQZJLrC3pIcZ7ENnRdQG/ljxKDC3Q5rk3yGwLZF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17669732,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgisAhCRA9TVsSAnZWagAAF7MP/0kxcHvZHYbGISuDwEHZ\nNI9OCFurmKYB/lsHL+HjkHe0klYMba6hl4IgC/O96o72NPK81j3zuQn4brwB\nQgt21bMXJkPydxuFFeoTSQsGo1F7OQVg1uaTAOgksqauNndODmJ5w67MF3wY\nWj+ywUgaWUW/82+S5OR8lPP6OsROzn7TyMRoosu4PCQF4m494OqFhycDH9+q\n+Ltz+HTDAlrTFdiC8lgp8qxPDElwpzwkAOhZg2HI0SCdCtFHN9uYXfxxZZn5\nq4Kv9YeiCdb94ehP3Eu1/UkKha8QRWR3XLGF0Ld4sz5du7Ulz7ZTTNBiabZ4\nlLVS/gGX6ObS6URw6uCNRDmADt+2JdtKTWvhRakOu1Nm08LQpTT4GrvHa7eA\n18h1Z/kEtb61kjWKn7coxI4scC4RRy4GQyjkikWgsAIcDUX6LwMxug3fEUIa\n3ZQJf3bYKhsoTqo916cn7Dbke5u9uNbmpfBP1j6z2gg57UY/V3edHdav8KD3\nK0BjmydXb7mMNJ+KbvOhIUuOalrTd6xu3Qx/sq5wkAvPRqyzljvbDTqfXkEb\nAMGGwnW3Yla40GBD5ue/x8GikoO2NuChQn6RA3OVPyd0CeZahrSKLkensn7s\n+uDt7ailit14QfFCMVZ8lCj+dyMxOKKl8WBdpzbp4IKH0x/JXNYy2mEzlHFM\n5XyP\r\n=B78A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"47d9cb4de01273b0a1dd1e4ac2cb0c63abadb151","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.10_1619705889343_0.15246037111968946","host":"s3://npm-registry-packages"}},"0.17.1-rc.11":{"name":"fundamental-styles","version":"0.17.1-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c013fbc51cffc169e911040487bb5f64c191010d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.11.tgz","fileCount":560,"integrity":"sha512-/9eL1xnqaPq9yhWs5u7fL9QgrW83AZt40Ga/HysVxxvGLx5GoFcO6DZ+WTQ2QRiishPpmN6wZxAq0vYrhTTSog==","signatures":[{"sig":"MEUCIQD7vxtKHAHQu+uDxAgIVSKYdi+uRXLeGjtFR9UM3GTTxgIgLdEDJn3Q950xnFkO/7ayO66mQo0chbvEXVMl8GI+Mwc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17669845,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgisgRCRA9TVsSAnZWagAAG6wP/0BJoGV5jwpYTtMYF7gE\nv+uMKAzM6RW3z1hL7DH+T10oWgsAIu2DPXaPKXX9vIUqUNYYFprAAVCEaqyo\nA29cuZdhAngN39DGG4MxS9Teb0inXOgYTItP6wOApG4M7VELyrAUqcoMZjKo\n9PJBlZv+k4PuGLDIfyfOVrY/u2BAhV6fg6pTv47BJl5ha/eRhwdXZeyv/g8f\n4ax4u04fHpto4T2TWrs93Ovxijls9A5/W/kvmQeY2+cxZV/MDyi10r6k59d2\nba0XGr9Qwkem/oVOAIgvLAbuXNXD3evIb85KYVRRGl+SRzshJ+0nTrdzJG8u\n7lRj1GbYNmjE58oyS4cgb2U7Hc+OtedJlnEma/edHcub94pk2B7DYM3ioaJN\nC/j+0SsqVttqoCSJtuV5P/xHUi9gqkFhwH75/Hu7NxXCncjzATxKFTcRjPCi\nex+oRXVnzuy83BIOpRQcefl8w8ldIXqA+Itx4yxgoRyzkP5un1CaG4E2UtSy\nUu5e4dPtkd5bVw7+NKVtKHyFjyw7IPPcRh54zvPO8KvBObuE5Eo4D8lqCI5J\nWx1ppYxwygjyKGLe58GJkXN7naTRoGVMDNQA1FvzqFz7osivYfyiVsTQPr9z\njDg9ImMSjVGqJoA1YjXQpuku0P3vQs/mawcV72f6zOyqgUN/PZv7NoNfdxmH\nyzDQ\r\n=4jNe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ca98b98e20aaf682350847eca57df1403c64ab9a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.11_1619707921100_0.7212541216830635","host":"s3://npm-registry-packages"}},"0.17.1-rc.12":{"name":"fundamental-styles","version":"0.17.1-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"37cace03cb31bd806a9d052160988eea7604a45d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.12.tgz","fileCount":560,"integrity":"sha512-XIClREjba+ebLlnL/Gnjhd6rq+pbAkieGhClfNomRCtkWIvY3gIDkuwn0Kd45Jh2eaCIb60KMb4G83O+D7JymQ==","signatures":[{"sig":"MEQCIE2zNL72xkk2jAU8r4pnWG2REMCX5EhzOjzf/WQ6v6m8AiBvTMwcQbLV610Z2IskWcLoYBfsZZs+yJI+OneopBlUAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17669959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgispZCRA9TVsSAnZWagAA5/YP/1+2xy8l+00CZWaYQEdi\n+1KyqdZQ4fzQB8E1cx8qu7Hdd0JEqOV/Jm1MHWLSOfWDOhdICwXOxY4h5FCR\nyrW9NtYJWYBGd53N3mJ/zDRqlbejWPgJQ90Uymv4Jbyx18B0XmKMduCVMs3g\n+r9DoNj6lRMYWcxLrr83bm27Cotj3PQi3C7VUr6Fud49fiocakHZ2WGOl/bt\nXmXGC5rdN1T8yNoGNqG8cLXvXl+3XWXeQjxvexMS7U+756SHB3JuoltUfIB2\nqcHpQR2Mx4shza0pA3VtXw3E8zzgaEIG6IwBdxDZsQRJ5U7oxheo3bD9cfz+\nUKaj0rSQbVkB4JDfn0FAzdbXFsgEvWDaoCHnMAUmHM1pWxLkplUhHGg81R8W\njxSqKacSmAPcR1dNz2OE8td/KlJmVrTv7a55ZjlYq2+kQZvmrC87MknpbN65\ncs0imLFJyyL9EokVR1NDsReQRnjHpH1P6/wKreoGgU5sxGcqVrhM5VpirOLB\nsz/yBx/5lCv+5xOfgMFW1BebylvkLS5VgS449c7FEtXbZMWCPmUVdl4Xh2L0\nE7O8fLBQdJ8F7akOR0QEu9pDnB0wqJc3RITR6BDmC5yXNMcHljKfJtIQ13Vv\nxOQSLlZlHsEpkSmBcnKjy97kbmgT7lYd93upgfbWmnWKglojXORF69/BF3Qv\nT5C1\r\n=P089\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4addd16d192276b89ec7269bc8b3334249d9f8ae","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.12_1619708504701_0.6771074282652016","host":"s3://npm-registry-packages"}},"0.17.1-rc.13":{"name":"fundamental-styles","version":"0.17.1-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cbe160905ac4346542bd0488c81af2d339ab8422","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.13.tgz","fileCount":560,"integrity":"sha512-PQXg48KikeP11K9wVzzLf9y6kOzwToGMlRpxnVCi9ghLIImQAWRcT6++9lhixcgSTgShm2Q43nFlZZ2AnvsNyw==","signatures":[{"sig":"MEUCIGuUR36KBeHBYjMDUpl8vjyr7aWOBqO28tE7Sp0e0Ic1AiEAxj0knXMEAjQXmdVtdEtkLhxZoEa6FPLkLfMEEL+p4rU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17670434,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgis0cCRA9TVsSAnZWagAA5NsP+QDBEU6HrPr6AXar0rmh\nn0Pj2spiFaIstTs3YXgN5jQD1oZhGPDV8ZdTrnWbNtBngiXPflybQpMzXSB1\nLBtwlQae9DzE7DlL5ophAF6O2awIqJ1OAtqAL5bLwkolJllePn5yl89I3YEw\nDoQ6h5IYiiJg08T0PZfljSuQ/TAkS645Qzq/PV/P28QMAuTNgV6oUNTydbA8\nc6B1NEGtYuCtaOt3QRYbrfWDrsSKmmQ9wsAUhs5Y9owxShHDTTrOuTZDdI2H\nmihsmT+45IJ4uKAtORpbvxf6MQy9J1icQts8eYpQdqPZEnSEfeTsMkCAIIuF\nuZwupJzIe2yllFYvrqOTdJFx8jglX2pWIL6Q18Ctvqaw7qkIPanVVF17XIOR\nmOMTWnORlzI3Ey4HlIBhCCfo8MTObzb5EqFxnSiJYgSviszLvMkjFjvXfbhd\nI3bXqOI5njzUguJXOOnjFAJZ1NORgfKtYL6fl0txnThSlFiFr397an464Grv\n7u3qOAJYxLndmNLAlgSyBsbBsmVxWJnAlw8Lkp92bD5gvYrmhw/WWAczhoBj\n0ISoekKgw3+aIuHM9h4UXKBqaPjZHiXLRgdqQGEdafnmKnGnu+utY128HZfS\n1zP4BT1qw6YOqcaKGd2NgWOdrhMNZxml4rf0iT3CZSAq6FmhH0QIYQ3BU55K\nicC6\r\n=74yh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6e54082db7536ca5cb5b445a174afb3a344e3c1f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.13_1619709211936_0.5147020901727732","host":"s3://npm-registry-packages"}},"0.17.1-rc.14":{"name":"fundamental-styles","version":"0.17.1-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"94b412ea9d0ec1eacd1507102072558ba0d9dff7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.14.tgz","fileCount":560,"integrity":"sha512-XwXAzxPB3VrCoZ/Uc/3yJA0RxxfQb3gHIDTayJ47fpSGL1N0jE7mwWGExTXaj+SRfhqDe/aLQaIJO3IcFdULPA==","signatures":[{"sig":"MEQCIAoZmkOKz/BaaNJ8Fw2qOxzpaoH779K7Qxx5sJ4mhV7oAiACFI8isGlVunkhzYEC1XG4ziB17pKJ8tV/5csxGvdfyA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17670548,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgis2dCRA9TVsSAnZWagAAglQQAJPtcapa65IclHuACbZ0\n8pnplPMp0itKEEWyPjWia98Xn1TFu1UnlBUInaB5luczIsm6BsUGfaNzdwFl\no/ETsJw+ZDHel4v+076OlGR1UBnX/F4GIHuQh785vMwB0mAghWiZtsKNWg5h\nkLZtWkUo0SQGGlkzBRRHtKcL1XCxgK1I4FX7yNkl/lbvOnS7Psrdo2HRvVwc\nba8MgAUWNhVzAefK4l49d5nBxkGLtjtC/cr5+kJLXN2vW7txS+8/6EOMOiz5\nhaBKIeJ9QJp2XOrLdJ8ZZJJB0cQuK7MmTRCFQeog76HbzhnJmSNF+bZ24Vh5\nwhQ86lBnqHOVxa7XFW2Uw2bddXt2Vx2Mtmg53gQ1Fcb1xUlvUdBVVZut8J8/\ny2XHxbGjwafQhKTuPZ3YD2j2ZdWSMP3GcgkWBk6fvamksIS1LRvZ/p8lqtSl\nmtFcqvQRbh6EHn+AF2lVmvxDmygq0k+UwgSBlJ2LgciXpW/SlAvXDMeMcvZw\n7YQtTbrPrnTG4S91N+NyNo4xLmYgMs3/wLFPSBakhHSTiF/EM30FIFueNGOt\nqLYVPL9j+LQQdVOcgK0fIu4hH17WMKwe8Hr6DLmy7E9dIixPKEwZx15VsxeL\nG6SvYTAl594Pkq7Z68A4dULA4Q1gJwtS0Pd4FlqWlP5NJi5UK9e82ZtxAb0I\nnZES\r\n=LINP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1466f55710af992f096439b61406a1e66dc7ec3d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.14_1619709340780_0.42919814778691134","host":"s3://npm-registry-packages"}},"0.17.1-rc.15":{"name":"fundamental-styles","version":"0.17.1-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0943bca8862fc6d28e0f8fdd84a32a855e2fee3f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.15.tgz","fileCount":560,"integrity":"sha512-0gS3AGdJyZJtXehQ1mM2E/R76ZBocM5IRduv6AWLeCmB6xlCepkqi3MbwRfb8XS/I4WRZ68M3/0YWmdGECIA8g==","signatures":[{"sig":"MEYCIQDExeshL1r/B8wqg0pDqfXRJEjfupeKHzJdR/ki8PcDuAIhANg2tjEtP07nneOe5IayojCtgzjpupulKKcIRqMtnmYp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17670662,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiwaxCRA9TVsSAnZWagAAcgwQAIOoDLzsICbis69IptdF\nG7jhI9S5fn2zaomkZYGSfDGR6LHVncZv3TUqtMklXOQZe9qcL1Eu+ABmv1Kp\n/zHYDRhmdpCr1zDk5bnFc7nZEf2b4b+r/leeJi9MQh0UkETmH7VlMZx886G+\nxi3k00WQO6HMYsR8kjtBCGgbCjF5XTUOuPX77VYaTGAYblL0AbQR7HPZs8No\nIykbP7gXl4rEOFiYg1wk8AxrIbgLYO2BRhjr3D1UgIoAOXmN4P//i05eWxKk\n5H/FJN3W3p8bVDT8WkkhKt/s8T7KMM9n2r2rdFZ688VYpbYlb9C119dmR5qO\n9BJMNg9H8pTwHFjX+SyfLjTws136pC7Gq00/hHkK5safkE9vVrxjOBhNxOb9\nB/YdkBHjqWamPrZU5GrAkjVjkm4pLKYl6HhzbwJpCu8DQIMCvJqFZ89hF2A8\nle3mr7a//n6GZxDyfPvIPJCZ0IlRnuyMYzD56rLa01yqP9NbcaN3vcZ2Wl3r\ndc79aWqsGOt7feOi+Bp7XXdb6M/ytk7x12uYtv5hzmnUCJ2OAlx5dEgnigl7\njSPbpVRZldCwFjiZJ8siBdukrL/LaSMajlH+zWTdyyOie/W2t7ot8symFK3b\nu/zdeYuVdYx2SRHYBNSteLMghtPuJTMeqtgUvvuRwxGoYM3pdVL18Fh7zbxS\nqtYa\r\n=zVjO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"568057e2e8ec48165f123a019f5ea2c263efa404","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.15_1619723952546_0.8784845750379102","host":"s3://npm-registry-packages"}},"0.17.1-rc.16":{"name":"fundamental-styles","version":"0.17.1-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f32ce1a69d47891b54c982cf86c793418b7c47d9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.16.tgz","fileCount":560,"integrity":"sha512-yGSqa2DdYsq22xWEM8j1kBzCCR+rBuvzEOayCHmcJV2kDbCYFBLrimE2/vPPTR5C+1rQhjbD2QFUPAiszgBLjQ==","signatures":[{"sig":"MEUCIQCv6dlW4KPYyFTzGANUwwXW20e4QmogKGSd10KLS4xF2wIgX2sDo/sZo+s62QN5u9GCXnGEyUtn4nIyeemlJttQeWE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17670775,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgixYDCRA9TVsSAnZWagAAzmwP/3c1xXAGI6+ssaVsgzL9\nY3qprTDD96ijt7ebSfPzMOT9d8ZIcs1tPoaA1kB+dJ9lLJwTsBUCxvhO+kK8\ni0NsjRPUPikQWgy81uarlI3N3wJ5d28yLq5jQPFH8a6J53jSOhc9Gq1t6bdN\nJUWZYf7aBoM4QbL5tNqUK1r2F+ga5jC0rUTPKq90jZclAb/HFpWh/ZSUpEQA\nYHnN995RH8hHCZ0w90XbAe9PGENY/9I9MJO93wc5/tGkuKWilFiM74XqSG4o\nve0UBEZwPJ+27lijP3KEiuAkI4tPrI9/haZvS9KpYu9FLekS9xwKfgcASYl/\n8fMoNSlIEm+sRFv0sT7erZN++3zU6qohoKuN8ZThfR3fZlfBEMBmB2rWUQ+J\nzBL49o8gN9P1Q8EzJw6xQ8Pvdj5MyheIzn70GPestLCd3xaqrHB3s9ZiFNlo\ndOKYQF8/4CDHuk3w77CSUDioh3HHqCJrD5+7CUmgXTWILfwkHg9fJLHj+IDu\nnw6c6eq48nUIMegyy2dVl74eGEShPwXm/1xv4qzG0KOeMkdpqZd2i7SR2eI3\nIrHhmR5RhFw8FXivIBy1aPez1PGxne555LGzuiujxbgV3kU97fm4sQRoJYMN\nDjpKSLnZN9+uRQ1gnOysVEgluekVJTRJ6uaLFpFrXi7FlmUNBpy3VuVUAM0U\nJoyk\r\n=afa9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5b3f6a90d3c004e9eefa2249a184fdd3d92a1c34","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.16_1619727874788_0.0028769820080838393","host":"s3://npm-registry-packages"}},"0.17.1-rc.17":{"name":"fundamental-styles","version":"0.17.1-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.17.1-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"28cfde2e6035490c2791f9aee492809d5849f628","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.17.1-rc.17.tgz","fileCount":560,"integrity":"sha512-dawPbMseSmc9iZxgsh6tDunO809CobpvxhDprZF9+3hbvqpRUm3Alkk5HcBDeV9iUUWtRUswn8XWt0qOYcGvew==","signatures":[{"sig":"MEYCIQDxMeWb4r16yZURHVeVODMNGDmp5WFTHUwRfvLsJSB4uQIhAJGXk0GE/RxD2kNwZgXlBj7rd+G1LHDtBN+XzZvAhVnM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17670889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiyurCRA9TVsSAnZWagAAn9gP/30hlFWUQGKi68rAMz2c\nFjXndDOyNwr6RqNa4x1V/JEcBEd5LbNNcfN+JXYy7wFwCa0sr9CArPC2uCmo\nxw46yZg0JiKjOoiA72HfyhiJVE/sJwb8IQPuL+XDIA5wjSyXyrW4rtRa/s6B\nzJRmkKwkfA3WHJc6fWiVR79PqVF1icKdCNR49BJUo9k8e+vA2EvE1ezjV2Z/\nTqZNhA3JM6VPutLQapUeLcLQOkwXf0QZLuLCnopU5ISHtvyaTVuVlFK0FZ/d\n0gCIt4OY6QK/4yteIIbkutD2qwoHlIpC77kFxbYsEp+dtmVN+UTsmqVVDXYD\n9U+PUtdg8UTF2kDR7HKCIKGYiQRRFqxURq0q+aYdBgd2OdA2ya0/FcBS+4pe\nG8KeBb0HZLktZH5shIRRwHsOsJOZAk2lKWgfqn++hX1lXdjAsFujDAcq/UDw\nqV0ery48SIzmiaDxthI1O8HSUiEqf2ElKixsSQmiUcpJtGJMhkixr+jSK2Z4\n2HPCbqcYkA+rqmy0YIhFj5PAZFOv073/cgmBGAijVzEarZ/0w9Lnb+BvzJL3\n++tgwGieRImexSj408mybvtkg36hvVamWOCsNoyjY1sN49vRlC5Ycz/i6/zi\nYvHd7VdHaIxTvqtYNZ0LWdjaW9Xj9Na9/sSpCcz8YBP3FlLQ4Vp3UsATVaR8\nXGYr\r\n=Qsuk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bfe55411c07e8cf579f7a2e1860184813a14bda5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.17.1-rc.17_1619733418563_0.4345985319065473","host":"s3://npm-registry-packages"}},"0.18.0-rc.0":{"name":"fundamental-styles","version":"0.18.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8a65f40265bb0e5318f9d20aaa81e61c578f9344","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.0.tgz","fileCount":560,"integrity":"sha512-QdU49sqb/EZ6IvN4whvKhhCK4rKCIWFM9m173luVZY3zCpoH5sZb8JuoNnh/tMLCeM5rh0SBW+byPTRwDsjuFg==","signatures":[{"sig":"MEUCIQCLSJ6Yw/u4BDqPCnTKz3lRxH2SJFFtL3sWJ+Jawh5cjgIgcOYG35KZe1SXI4sfyZgyE0U9cefsgOP/IXb3xuzWS/0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17669721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgi8JWCRA9TVsSAnZWagAA5SYP/2Q7FyWSc0zU/B5hLDXl\nJM2UweObQnjEnJAA2tMHpPe670NxB5/smU5AAMy7F9sVd/q3THwE/JqMXXW5\nayYI6U8bj1Au8awwcYwwRfsIt9OrX559Wdpiw8cY3iBFVj/cGZe0Ua4zmuuH\nW57b065bDaT6e2b/jdXjMfJDCgva/Qjtia66VIVqdfUUlm9s+JOdVlgP98Qx\nTXU1cmZA5VKCzlwcae67evyWWKdRkbJYb4bWryNYS1PtANjo818V3FvpBFUX\nubb+O/3lFnLipdI6LaAjR9hTT10S4K5TwmErqz40OUy79tdyvxki7X25nzfM\noPHeE+HlsjxA41Nmf1tcYrNPgUxALFS+n7wbKu4CWl8PbGg04GzeQZ/V2Pc6\nlfiIYlqwGIou/jrHElhiBSRidNoWFk2e7cDyri03SVfgXYhPfh/UcWsky0YD\nwcNuJEMkfXRl6eRr4f6ra/XTk4Eq03Aw3Q7xA3VwL5uZiLhiQSg6juzrH2Su\ni5d/1bnoOGOX0/gU+5alHnpZ99M8/e+iSdzsW7k+Qi56GDl8Ry59FQjB5iv3\nt2pO3Ofr0futpyUEcgvuhTEqifgfpvzhkP1pA3UqX7KuQjYXc6Tugaq1UkOc\nCmBLaf7DRUeH9Hy6c739dop0rtkDRaL0SnptPFBFc7CJeyO7gxTf7ytRxT74\nAhJu\r\n=FUUQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3498467111d63df6b8c9173cac06f74cd92c68cc","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.0_1619771989532_0.32986307779306356","host":"s3://npm-registry-packages"}},"0.18.0-rc.1":{"name":"fundamental-styles","version":"0.18.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4d2c80583dc8387c10a01126f9b50db2c6399226","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.1.tgz","fileCount":560,"integrity":"sha512-/WyB2HwR1zSm/pY2xdImfEzzH5TlxnT1CH32q89xJvGU8Vghz3RFqJqHjzMBj8wUH6y97XJ19o1dF7dSYFuRsQ==","signatures":[{"sig":"MEYCIQC7BA3pCkgDFK6DzVj3Rq3Iuu6ZRPxtV1VmXnNzpDvKiQIhAMd3hdSmo4qcxZjv/gmXhQCOjNkLzAatb3rpxvlaMelx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17669831,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgi89mCRA9TVsSAnZWagAA+FMP/0sV7B2Va48v29iE6Lry\nfbyttAhvlKVI8ZF8hs76bFg/FamigGT+k1lJgRttbUSUR7ezQ8CBZUDWEyE9\nCqcMBHVNUI41BrOqUQijxFE5UFi+x9J7SfYA2pyCknqGzvYyezyyYMUGfTO3\n347YNKq8SYXILE4wAfG65s7rgihmbTFgas8IJy8HL3XLtPPXDwCeN3LuEmf6\nWR+zlbOz8stEBtCP8cVavgtJFo6Dx7Vy2Ru5NjKNNoRQk3KrLiyIe/ZK4LGo\ntMB44wBYXBkq/y2PYDItd1RBD/s9yOCJhKwUVMwdzpPp1clt42zayssiFGy4\nACIzScwyxMAwRFZmgLcjMAgSBaltQ+pTrNC+9oYj4H5P1bFIF2CQU5cpX4CK\n5Ndqo5AfNyuenHXvyswgQ79Cr0mogcpXHvbgR02ja6pzgkycJKxgVpvo2aHO\nQBKqTrgs84VZwLFSKM+SAxbMEwOaz/ykNvUGr7U7lYrJgyJMDk9+HgjkWa2C\nDygcu+HGfiR5/9TOQt2QZbZ9avYg08LZogV/ndwSnkGwkSoV+3NnsTNOBNzg\nqLdwVxGyCarTxM1O0eaNUvUeq/SQAzDiwlnM4qdyf2D/VumYTT6vc1cimSYO\n45FlSovCCHOAEM9ULLBSvJaVxp79hHwd7rfJ0qA5UWB3F5WYnFa9HOrbEj+m\n3iP/\r\n=hZ0e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3d32ccff009163e181e725b9bef611d74826b391","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.1_1619775333950_0.6860421401668741","host":"s3://npm-registry-packages"}},"0.18.0-rc.2":{"name":"fundamental-styles","version":"0.18.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"175e163112b8234658902f4b1aa3a4ee3eb525ed","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.2.tgz","fileCount":560,"integrity":"sha512-0FCMpTDP/2t52tPZtrb1YbvEx6sixAdbhPOugV6TaYD2ZfHKadrMI1+HRNntACv7hbcPJ9bkcxLVbnyqQI7s3w==","signatures":[{"sig":"MEYCIQCdJxujiQ4mBvjbJ4OFClo/5/M/T4qBbw1fqbgqIVrUAQIhAKG8Un0IonskPk5wKw27+zAFD7LUNQV5Z65RGVAGaveq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17687275,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgi9L3CRA9TVsSAnZWagAA6K0P/0GOzTvlUWbT7yH0Ezi+\na9dFMFP1AOACH1Vq+iR7DfhFDnKzLGZUinzmvnU2nC7vAwJem8IcGe/evHHp\nr5bE4CCWqIvhlZnEq6BUmshfQQSVN7fyVQQZaNV6KhLIe/mbv/Fp11SooEPJ\n90vbBRMqHLfj41CuXNWMTa7O0dyqoxfnGl2kpat5bTQPE0c/lGJJjY+vReE8\nQ1yFSTZraqmOeRy5PqOdfvwYU6gYFrVZzFAuJ5duNAKSeKDwI7tbcOwZ4yO3\ntV6bU2j41OmdRmG3LmMe9YtUIRy+glYROrcFwL5MWI0+qGBWCCBHgdlMDJpM\nQtpJC9hMpVN868jaZZK0Ese9S+Bjjjt9sVoP00okgAdktzU6NesEeW8QMMT1\nzkdWnL4arX2iefRcZjk/88v0XJ26zCkRih+7McCMEA7jyKdWnKzqkQ+T49Ue\nbMUzgohuFIQx0cROiyJn5yRz5mm7dMFPXIwh5J01xqVBgbFDoTaSEWaKp6GV\n7wdq4ubL9Of8jRi16kybbAOddGMB5qxK7ZC+6c7JftANEbK9UOdOniIbOpMC\nEZQRzJQ/H8upM1dFiUzJYPeg5BxcdaNCN4p9h/CMosgI23Mq0OMW+uucFadi\nlAIGx1mcc8pioYz7VQbtSEZj/0Qp6DATnz+DETUVzs43wjkWu2Hk0FRSr42g\nkgPG\r\n=/mev\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d6f184fa2de33511434338a6b07fa1b1daa6ea1b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.2_1619776247445_0.15671891429786178","host":"s3://npm-registry-packages"}},"0.18.0-rc.3":{"name":"fundamental-styles","version":"0.18.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5b9c740c15f5c5b492f2be0eabbe1a02f9d0b41c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.3.tgz","fileCount":560,"integrity":"sha512-6LX9sXevnQafKudFerdaEEtoUDPHQfKPzBvcE3TwXoWQ28bKlSPbnu+j7KcW49OKtNa94zRsh/5lVntfUNMJPg==","signatures":[{"sig":"MEUCIQCqa4AlfqesoSUaG7vkKLhmTF3Ut74jODuFOas7tkyvMwIgcKUz1GtQOq7eSOEmCK0oRHv8O2yPSGiv+++uf62sC/4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17687385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgi9vKCRA9TVsSAnZWagAA4wMQAJ4v7qSZ2RH+v3xGv8UA\nT5o0miJ8q+icjHTx9T88nJFEZU0L3PWluScrfQXEl7Sxvhp1zz7rGXZyNYRY\n334eo/vtjlZbymuEuh+0LOTtHsdGUBuObsAIc1JITQXHw+4+h3wGh/edV4Nd\nha0iwxDAyYpA+S8kboyyKbQOn1LXqa35TYbNaHm4Zidh/X84HIUyBNpXJ+P7\nE/+6dVN7P1PRHadSa20GCv5lTuSI0Pyspv1ko+O7KHDMLPiGspRLQGyu5zzl\ntCS0oS/USTREzaSHNehxqEubhg8Go63e7xpyXc1iRHL6gbY1D1tEJjYlOkSx\nH/s7rseZChRABIi5vrPXm2jJrlEEDl+wrr5gI2+V2F0ixPq5dU9MCQij3Q/u\nYcGnBDItumfT9PaaudX0h/Fwu2wZzdH5XjgE9s2GYUQupsFScxQ36verEP8j\n9eSvsbMrQNtpPSYQPfhC14VVIS9v6zjtL/dbY8tD3JbugaNQohZxNBEAzg1w\n2Nj9nHFn9ZR/myzVP8Uuni6BEtsfAPmaA+T0Jc/t2dEa4g7SCqIruVyxRrGy\nyi+sQJ0QmLC3YJxqp9P2Mz64pYk6LPX6dJ06EG4NgzFh9UFcm26UQu3YPWyT\nRQ5VvKbQsaCXgdCZutsafWxD00ZVm15e9nW8GEYhDorZvh+lBJzlgaQ+gPcz\nrLvP\r\n=T0it\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b3614af8803a774233703e309204a4492a1b55ce","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.3_1619778505482_0.17591804619769036","host":"s3://npm-registry-packages"}},"0.18.0-rc.4":{"name":"fundamental-styles","version":"0.18.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7d5a333033a16a92b1338954a10759b7a783ece1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.4.tgz","fileCount":560,"integrity":"sha512-ROe1uqPY+beYYkoopWaKnmiNkcAEoUPEacLSDRwTzkNgL0wjPbb2+q/ozJ06ZGTKDMt6+52yy3iioOw+D8wDDQ==","signatures":[{"sig":"MEUCIQDxwh9Nq5tdhbNPr02X6wiR8n6M5kU6qnkDCH8JFIKcLAIgTD75pzRhepIymzl3QqWvI+eB+ZP+kwtVHF0NkSg5gGk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17688083,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjCs+CRA9TVsSAnZWagAAi5MP/3AUK/Byb/03nVAI6n4k\nRhaFKDZRfg9nn1SOQgNp8jXSkAmMnyBp6lj5cdPdBqywQaF+53OfpRYCEu8j\n/cSTELlUNdmAm0GN3vdEoPmYMQT25mnQm2KD6QnXHsw/iGYyiihRcfxrNlkE\niKdpzeRyk+Jgl84zJXMSQDSNsMHn8GUrR+aiUnt8tsuQneGJT7qmlrevQ+u1\n+jhgCW2M+bplQT+Am7qi0RfDPRQnHg6Dwu3ntiVpK/48dTVVkUIYm2bz/Ip2\nZLkm0hZW8VwzO7tXGKmBlXDo2bQ9jKwyFRYwQji9YN17ScFxaBtXuZZ0xfum\nfRSXiqU7K564SMvdH2GUsuloowswQeDAwcttx0NluIxH/gUT6RBoGXEwJ3wE\njilku+Xa9MjRdbY7W64ybovuwOAGbKFD79xa49wDfQ4C3tN1QudFngpoiXF2\nTs8aWujjKPrROsz813ze7apioUXLWSwKrEkGn12pgUig6QHnEpVPByxEegci\nQkWFoa2Jpa55H2wqL79BcFH9Uj2KnxA1BTYs4gmIlRw4GKd0h0c2l4BLD9th\ni5GRIKkZVr7WfKa4jBdi3BAlTy7FjdUgo42IpMOr9ep6cvb+tA7OL25dEAef\nahH853ZQdcpn/yddmL3l2Synz5gS6L8df9EepFlBw1uCtt1TQieWXXqPV9mE\nwvzj\r\n=Es1s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"41c08eff146b5b6441b2937ffa398b989a2857dc","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.4_1619798845639_0.8825458847777636","host":"s3://npm-registry-packages"}},"0.18.0-rc.5":{"name":"fundamental-styles","version":"0.18.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6c8bd8e259c0d43dacb742bc06751461ce9c9a9c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.5.tgz","fileCount":560,"integrity":"sha512-eIzG02aOs9SVN7bM0vPp8j130Bxne04GgmJMjfy4EzNsPoHa5Msenr+06tZrINoFuzZJb/Wy25inNaSmngHgNA==","signatures":[{"sig":"MEUCIHB2Mmm4EMB/6mHAjZP9byZSWk1ws06Snheth59gGfLGAiEAwMsryc09LeAXfMHc9AbKexJ2+giX/OIMtidNFaIWAoc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17716430,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjC62CRA9TVsSAnZWagAAso4P+wbSMJU5f8seioZ9jxkZ\n54AzgDZx/xTCMiYMMXN2uFBj6laUY5ERcp30egjpLvTiyW16/nVUm3gC2Fe8\nylxD5J3op/Ko4LtxhlEXdTrZYweQ70B2Y2b/fWiAENzK4frMrqpbhnIpXPPO\nmR3OpIly5du3gXcJPsSF2ggfgrhI+voCnpC72WSjMpaA7v2YQ9dxKuzwTzFW\nfxL5DMam8uVstGw47OmY+rvGOwYg2SYJnBw8EgS+3YSacNJFMkhC0USyZHxJ\neSt3K97BFjgugs3+GhmjgPXBA4/pXuMn94tURKQe6gdBXIQxctsZ+lIFC1uv\nN9J0yBmxNdnrrClXk/kLj6YG30n5thUWcE2HiWgTXm3XKouxOJvisgEUj2Dw\nuJ+bDHTsFfVCpzuinF+lVFpSyI18KyN0C4y8mpB62SA7eYlHxdVR/chL3FtF\nrvt1Mq93JpZKynBr6MBmcrmbpVw9VDpqD0mpV3P0bhxCOEtQ9IEVuxz+SA2e\nscU66ButV8204/VbiVYTHKG+kAqeyYVqnGzhGEqXeniRD2/wgWH5PWI1dZ94\nXd/H/AG/3L0VuXO02+PrQWDLbJy7LcGftPW0ANKM/Bun6N0UHvKp4DuTRnKs\nMXPAP4YOb7xgg53SJ9kfTGyXRHLjpyryD5o8BvWr01cJe2ZYolcuFXY2+wp0\ndEDF\r\n=y449\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9992cca910d94deb378770bcf5aa1b82943b7872","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^21.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.5_1619799733448_0.39100190030724313","host":"s3://npm-registry-packages"}},"0.18.0-rc.6":{"name":"fundamental-styles","version":"0.18.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"164bd2df54ca0aeee578d763d439e704fdbd8cc3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.6.tgz","fileCount":560,"integrity":"sha512-tMIQZUQDJSCQ3HFGus0NH+htafxgF7P0HPIYDPhEI0IcgtsHo8MahdptCerkjFgPDclpk8XVW1/w+B0sA+pvrg==","signatures":[{"sig":"MEQCICEClKN+6B9expjZmuaBKwkM/ZnhRIoDdIf3xQtU4dFiAiAoozIdFFS1aZooLQr44RfAUpg0L7a4jKYS+TwbJcsryQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17716540,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjIlKCRA9TVsSAnZWagAAMmoQAIOF9RKuMXh/K6eHPJkP\nR7EQyPs3bFFljxxdfwBFkQTsWSPaWu11wTyLdfEO/U59p4WEbJrzr6mvTiN+\nutpnsRfGh4rzADe0nmeAHYNvbrighs4X/PplJ6v5Wvm7Q2Q3MAA7eWggv2BQ\ndCw7A6VBa+jMnQCs4qV2Ly8hJAmU1hwj/nYNarhgB7d46qYpbKDn0JYYkYyu\nVmyeb7qrb1zszloZO64cfB0iKzbstL1pTaXa2JGZWsDbeVj8Z8q2zYyEhyaM\nFQJna2SiERjJs9Y32lDKtbr9vdgwjQeMaVkcEs7hYMWp1fRd/6NCeRkTXTA/\nFvMqDa2XlLeY713kmsr3VV3c0c5KZS2PEGVfM/lI2Rb1Fx+RWSUl51rEMXmY\nbXeUEzOBOYo9R8vT/dzRhzIdOqNdr56/DAydLXLGsCo0PAFLo6hy45dSbV3E\nykeA7LtJjW3gJ9OK0/rTlsicWqiSuIw45kixAztrde5DGN/NhAAnFoN6vtT9\nd1KZhcXQRAuvB/WK0j9Wr3M7blNrW5CIXA5GUHBBeqIYNYQCDp0SbW/gurVm\nNTLDSNdM74jPZb/OB0tbz9IH9SWO/jMsBjUk164QmMzBd5Ih6XtipSuhyPMk\nX5uUNV7cHCQphX5xoiBjMW3obv3Blt3ZDjiJzRD6QrRqVlhfbiqaUgTJJ2Dn\nO/Gl\r\n=t6mG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"53ad2afd352411228237651d9e30baa6afc398b1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.6_1619822921897_0.9823702195325055","host":"s3://npm-registry-packages"}},"0.18.0-rc.7":{"name":"fundamental-styles","version":"0.18.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7f98f742f9aa9623d29cabfd295d582d281bf30c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.7.tgz","fileCount":560,"integrity":"sha512-V1e0nPn4h+pZvzJD9B2Y6k0bhPSnsx4cuE3Og+fCciR3m14CpcFcQzfMTZ3tlkRdfx0Jw2cSa+3opL7Xa3l/Gg==","signatures":[{"sig":"MEQCIGTpw7MYnxkN6zznqZogw9dPgLy4oIz3e08vhd3PLy+BAiBxltGYFkOq2/xJ7kXBjJn9S1H/P3sXiHRSQCx6atJ0jg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17716933,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjJF9CRA9TVsSAnZWagAAnCcP/RvNVxRnF3icgVNPXtzz\nkWLt00opu1Wdvs+2hD2KPqknNBFywDHkLRzt9bsvXYCkN8wTd8jy+iiCfydY\n3ZQKj70MPSZvcyLSEOxQcDYvuy+ARq2slEGUDgrHvA3e/1YrKEXOKMFf03dl\nHAvBuXrabJFZ+wT8LHgY0hCVX2GtqOfy9SiFtDLjtdeWoJvM5MfhEhzpF0Z5\nuvrXFl2IwaZek+/h1LjeRBpJxAS7/LEMEFDuZQ9jPamy0F14bCNJ4isQnZC4\ni/yyOgsFndqOY4aQDmSLa5dGuH+sFM0fNLKReP6Ae3g136Heop+JJh9Q/0jg\njyzgK7oB3/L1VI8k7YwKJvO2nWz8n+dU6sleNSyKJhXGguvOpVGWJZz8nF7b\nsDfjjYBTHdhueVIooumUdz1ZIg+EqAkPUh/VmokmSa2PEPWBvzoVM5/CZElR\nw+M1vqteP6Ul4B17iiDWTIM5+xPcyS4GR58RYVdqk6qhM3Do3c18CM/smHnO\nRovfup6D4Ntw8k1JZrjBKs4uDWqEsqtgCn7XqUK1y39NNDrpqR0YsanGF4Pl\nXMdsRVDEWae2WpQqvT0dOro2w9oBQYuoqkV8jX03zbxrRPRd+qRdNzdPVsnY\nGhFvTpnaqP50pAyhMY1fbeZ9cMLrhHCIjech0x4LcrlvK4Gu8tDZPg4WmBW9\n6eoT\r\n=a9Qp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"53ff76d6498d82053666068f31bef2bba38ffea5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.7_1619825020939_0.34339920036970617","host":"s3://npm-registry-packages"}},"0.18.0-rc.8":{"name":"fundamental-styles","version":"0.18.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fe57cff842b8f4630b9ff01346ed6dd7d366501e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.8.tgz","fileCount":560,"integrity":"sha512-WAc9EiPp0AzeuSygvjPMheIzH44V9891FhlI2FVr6Fj82RQcPHojdSebqYGtIUVLFgjqhWKGkBEvpDwp1stcMw==","signatures":[{"sig":"MEUCICZutDuP40oksH5VyMaVQPK2BPGEJdnLOJUMOLPta7L7AiEAnTi1pdTU23vrDWX0yLajep0hWeyL3zjM38SgOWVVCiA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17716954,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjJPLCRA9TVsSAnZWagAAIvUP/ik+WFiVA9VT/pq5YbZO\nVUruppwSeVl9QiuKGq04wJewWzDCvK0MLXx/Ia4uFNH1F1uUnqB0kfLtfEcq\ngcREKaQn0YqJqLyOA2UKsrkHDSzMfVacELe03+EQnEJNmc+hIWD+dBwdZvA7\nz2FzTWMOa4vDwTyYsHKRew1OUMUk76OKFDRU1rlyesfm5waSPB8wU4o4z2DP\nZ0jdNBf06/Hu96UAYsBg/C3QZZqcQIW9z+oECwUIuDRWxcfPv7y1uKEeRLpT\niIPFWghu7XCwGuhjQ/YUXP4pUdvzvWIoVuReiNNLMN7ZMyH4h9FSY1B23WYY\nUHf58di7EvzOr6jAlWpvg5dSNhISE47IxUxHcaTNSGWww2kuGXxOS0L/2x9z\nF/eQCZWm+cwIFtrT4ZSnjUNXfpaaTMAfy8KbcLcJ5h7gFKYKPt50tAMI7nWD\nE1m1so8IegZzyhg7XhbWveLh8oBrai8pcjOHIA4JphsGiVEouT2It4wtEqRD\nudX9eTkR8S27q0nu1YC8eSLdUm/69/GdvGBFQxMs/ewy0DD0qfCfyTrXI4XV\nWWNdnPaqD1BWdP3/MSvopww9T+CtW4YPLf/gF5Fv0g3gUq5/6iDc6hMz8fCf\njZwrANvTPzTAJkew6Ze2bHPygMAlU6PTzNbsn34H4levhWa4JfB4nWjvUouj\n5rhL\r\n=6Zv9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d289ed55ca386a18f32c65114de7e24f7b89ee11","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.8_1619825611235_0.07948333516473727","host":"s3://npm-registry-packages"}},"0.18.0-rc.9":{"name":"fundamental-styles","version":"0.18.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0ab42f31dd9c9e36cf70f33304bdd2a2eab7b735","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.9.tgz","fileCount":560,"integrity":"sha512-9GQCwYbZiHHeno9+ZOioVX/dDA+rxQL0xdU56jZwkLkyezC17+s8QbXTb5CXpsRmw1M4BXiAIvUWm1j+N/C3LA==","signatures":[{"sig":"MEYCIQD2fxrHQPE7iQ3kSgU94z1+Ek++fhIBh0fC1OZ/Fk7yxwIhAOkQfmbvQA1af5cOksbDlCY2xYmmDYVoXNDsGutvK/2l","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17719414,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjJdICRA9TVsSAnZWagAAfWoP/A3Zabxy9ZlIwtEK8WOK\nrLML0IFnxwvNkD/xKNYpPBp8wpojlIaKcp+jtyrPXCfilGHeADd0M3jzHdMQ\nPyVZZYXYRxLrb9ZLunemQo7+PY9Wt8lqyvJ7kfGpItNKyeIwlVPSxkOqqtzR\nVi4opDE7IfZ3XVVGaUNPcYnqjUA2d1UdgTYtcw4cPG/sPeT8u9t6FuiMiTFO\nSGtqV2H35BOKFw8T3zW+FrLf8ZNAFoKoB5BBkn6PWP4IJDsKNHieZYd32B/7\neTaz0EGfGH4i3BlDF1O5GCG5l0rMRP4HBPar945QUQrs8x/ZtMfQKLczn04p\nFJ7sRGKjW9fD1wzSwealioRwLQ6Thx9b2num4NlHoBOe1MfIBdyMMSTk48nC\nAP0rFwIb2ysXMPSZLYx6lRg5ItTJYqE5yVVR1KvEtcbvuCLW8z1qTgZYYMe8\nnXZvEAUjV4JMebqRIzBb82DAkR0aczslj2hn6s9rTMb5c2x91Z6QJLQxU5mK\nfF6jE+L6LL7vQ9VrPc07nY5AjtlEKhO5euz2/qPOQ/Klcb7WTRMSSOLKzhdj\nORKkwuXDkDRzGqBqXUHoFfMiHcbU/0N7xT811MIMWxJXoRi71UA5ZpfRhbvy\nmjRxrHCsPo4EArS3s5xG56cuy06p+d9UNQnNZmvJGGAknFUXwelbU9UmT7Fh\nVjYz\r\n=/rUw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"996043344b7c13a8d29e46220da701e862838223","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.9_1619826504202_0.05740802498560327","host":"s3://npm-registry-packages"}},"0.18.0-rc.10":{"name":"fundamental-styles","version":"0.18.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a0058dc774d08e73ea4d48f6d390f97ed546da30","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.10.tgz","fileCount":560,"integrity":"sha512-TbvXgAUxWBMx4AmLmg/lFGBk8dMnC+Tscq7ygTr7tVwDQCmqVoqcSb3MJHS4Yb6L2x6vdz9JpCyPqu5ubEKOmA==","signatures":[{"sig":"MEQCIHJp5tWSchsE1oB6e+p6Dwwl0QTkQjL3eBckyKjjDPC0AiAvE8f2vAOmnNSiqW61yVywPUVsW5QOlXhMM7F1awI7UQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17720072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjTm1CRA9TVsSAnZWagAARqEP/ic+OkRKmqg9KCl15yyx\n+JwMCIZE7uIGtcC7JtyqVvzDKX/VJb5NpSr1zbFc2TIpRhJEOagDpIJKP7DB\nQ/vZuaerJjyzHe9shTc0MEM/2VlX9sYQNngBZ7AY5PcISx5Eu7fn4S9bXTIV\nOyaWkD4HpFBGjtr9+M9hedVj4jVZpVV1x6QGC4blSu1aSG31bFyOapwOaRif\nQyf8nrnJTEAqO66mPRr0CaukUfnHryXbk0XVHiF/os2Z/KOeVKGMk0OutVDy\nbTvvIOtsNFHoGzbb+ALDhkFUuZJ9dlcR1ySFftR7wYtlEOu0a4znVzdR1r8I\n6NElDqQiJu8jLxhizSZ5u2jHsgNWElOb+dbZiFlNMYQGEuYpDjUFoC8oolt9\np//WVvmW0el/75yeAhZWrCx5DdONkrm+vJ42vJ0mqM60m/vVmsbtYBmlDVcy\nyZFq9K2lWyeub/4mOzxhO4V/qgJpTBY3RWwJDfdq3iQeVWM/21PiGPTNj0rp\nNNmyB4BZic349E+APpx/waBhgs3JBK4jxQrcBQHBiULsLYkIGPhY+lSrTdS7\nAXMIuUdx1TZxuWtoTa3WRvcSOl1SJyDkWRvrvYVB5h5Bb1IbP0S8ufjXu9Hs\nmf5mljLzXRA/g2pAVbd/R2p+OaZ1fmHX9MX9oOinV6X1TP2LXhtlL4fNJPlW\nSeXZ\r\n=+PT+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f9e29063364ce84c577beb0ce34dbb19ea21652a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.10_1619868085285_0.6359846976369063","host":"s3://npm-registry-packages"}},"0.18.0-rc.11":{"name":"fundamental-styles","version":"0.18.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2d63a601da303d06d223e8b465ec3327a9b7770c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.11.tgz","fileCount":560,"integrity":"sha512-h5jet3/hO2go4ema8kQ9RKHBjmdSuLz+6Lyu7+UArQZY/u2Sv3UskgqNgVNz6rW/NRHga0jggkMPyfjxer0J9Q==","signatures":[{"sig":"MEQCIAGHRp6mD+fR0JKjJJckHSiRaQAr2vRTW6kRVNspdUuvAiAS2GHGW+BF4MouYxfXpN8fNxl248VsT05vmP8GJHX1Kg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17721538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjdjICRA9TVsSAnZWagAA69MQAJ9QFsFF8SzmSiTXYTN5\njtEy6bWt2L5XgEqHU04iF6GTmzdoKPqYUpxL25tMj6gOTr/ptUpduEafS6Hj\nlHVZVMXthQZteLTZ+qlmxKRdd3+SqVprGABHy0mtUaxELk8KClo+VsPnUEgk\nF0M3KLvPrB0794gz+s38bRM5XtfNy37/8qe6X6vHR2OAOJM6uaBFHHGWx6Mq\nVMNB7m991J+MQCTTzU48hy4kyEXg2wVRfOH221/PZnJpnuTksQCfbWNpGJ7v\n+qes2o/1qVBAjLD2tCaF+hFACxJpGqBSbjHfedXRAISKVWUU3jfW3LNLtsS/\nsUwrltk355VKIHfkzobkIyusKKW/WNgROFR+oCkBiCCm4QD6tvx1uByBbnYe\n/eOIZxqQ8oHxZc3vO+WNQGwGwB2bAwJgppK4CXqR7K9Jx+X18fKULYvzjxrD\nuz7oOvShPkApZmwRjEh1yYeoxUmlRlrY1bIlmPjuZybUmxNnhRUU0CMKQ2mN\nS9SUUuykDQ/hZBeujKYQMmF7/V1BIKXmNxIXTMpHgPEJQZYgt+QLwAWfnhva\njAvLykizxjKNktxVYQeIdyNK7KHSAuUx/uGMhWJ0G/Sez+xTNlg4m3U7dNwk\nleozJPJ7W044i+AeIBJwL/m2JpqRaEsfoOHcbdPiwQn1irrlI+jVgcR5Owk1\nI3Vp\r\n=xA00\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9370134bc48df7c57755515aa90eecbab9f2fdb6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.11_1619908808293_0.3213932660105481","host":"s3://npm-registry-packages"}},"0.18.0-rc.12":{"name":"fundamental-styles","version":"0.18.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"68c32a87e90385c21d995fcd45dd6edaf09d908a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.12.tgz","fileCount":560,"integrity":"sha512-/XwnHBRFWKL6CxIYD9rO4ab0tC1RaCYWPZXY1xHmPNxCD0jtqmJ4Vdgcb3WUqFAwXowatuizbqKRRtjCNm9nPA==","signatures":[{"sig":"MEYCIQCJYITSzlHX5IW9YBjzoeBhr2KyH+yh5og0UXlkS1QodAIhAP7DrPMbYHCEqbTElxkz18tOla0+zO8okT9LaOiv6Ng9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17721650,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjn+MCRA9TVsSAnZWagAAyswQAJQqHVc3/KoHOT/eH319\ngHtBu9JWJGR1U9E4OX7mLwtkBHknOH8d58mHI5ycF1tcNXOPQJ5c9nNGuM9G\nXPOcnf4YYzkzpKnFlQwkItpHzUPxIEWwv8FlOC82DlxR+rkmkseJNJfcuTsf\n4vR4ncr8ZXSr+zc5foJBVBG3o22R2DnOQ7RhUMY1YWLKv5szkdBkwQmsGsht\nWrcEx8FCeME8L4HL1AAS2TwoQUgj5IlzvN8Kg7FLA8Jsm52CLcfum8wEFtk5\nVlMjnpnSniyfV7b3XTuetT4YjiNzrjBWUtcgRTrm+bqZ08hy8UBikPGZCkOX\nDxI7IZVPN3wr37u+PRc2wG1Tl3cuNQdTO1HQI9UTOtnamysnDvd6CHHP7B0J\nd88Ak2gZNoijpi37Rfay76iZYx6n+8ivKQiXanuz7hlH8pCIHKkICtaDoKjp\ngfJLqoTLlWAiQLDATAoS2lVgKqtZufGpNll7P0CB4GoLaCIZZQ10lFbwTX3a\nqYtNRWRFB/7zNOj4qrUkpYfgdtlLI6sGNKEL/BV8Ix7Vs2k37bLKeBCzylDf\na59v0WPkYjnkAcSoZbVetbGVOsMp+QtlMoxcYasoJtl8GML3naXNL7VjVorx\n49J7uVnJWoJjiZ22x3t5Z2lKS6BFuYKM3sSqLWZzVu+OWnTIlpB68MVXkKID\nM/N2\r\n=YcYK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"933945911febd24d90b7a152d363365dfe90c30d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.12_1619951499544_0.1792448933616846","host":"s3://npm-registry-packages"}},"0.18.0-rc.13":{"name":"fundamental-styles","version":"0.18.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0879ac8d92183be8fe34477ce2f6f03d9830ce88","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.13.tgz","fileCount":560,"integrity":"sha512-ylCvTSwgBEPUqaExHa7NuTG7fx/bBoW+s2M7WL94Qg0Sg0pB9cYzs1ySoaKsSlOiGbcC8jIpady3AgSbGq++0g==","signatures":[{"sig":"MEUCIGSTwv/LP4PZeSlwcCmF9XSkKyVrJN6tne0h/ui7y7QmAiEAxtcNYtPckwJIBBgVk4Ucn83FaOExvnW46CmeKNXufDU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17721762,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjoJeCRA9TVsSAnZWagAAAg4QAInZw60Kem8tEHp3vd+8\n5YFbKXRTN0Myv+kGZZ4t11/XkvF1WlEHupLDelSa0nyagrARw86I3Udcqme/\nJLcokgVtSOj6R6uUV30otYcEdcpRbaiAjBITGvtAOfId3vRTHHKf0Kxl6dYd\nS1F/iPhBKRkJdvBImCF4OT1Ice5P8YDI8h1F7gMPEbM41OsRcj9juQ6lGzsi\nhGM6XvAYmXDmWm2VY1NrsDhY9BjMVfaHBJJUHDjw3OOlnRCmuBLf6LESgdR1\nT0ZWD418KPIM/obXpFZ5HV4xya0I4HPR46cvffmIuHkpjGl6V5CM4AfG+Flx\n6QE5pP/go+kDghOpL/j7JM6JihU5SEgDEhsDPbW3+GCnzjStCuG/XAeUXIkW\nwgshu+9wAYm4LdwYh9kSR2PFt6181owtxqNSwdsh6YK8MOHim8HvshIPg+rJ\niRKXaK1VbCp+qprA7Jg2Xp6WA+QQcWKvotuCEOToJEwggQPnn3dgVqPohTNv\nUX7UzG839j2XZwpUmWmZdagD7vuGPil0FsvffhAf+9twkddKvJuNRh76PVeE\nlSI1edPtvuk6BllSu6jAe+D8onwZ/9TNfytE/IBk5ZHwTL6lZM3M28uhE/oq\n+aKBnKTm/oz4vPZYKVsENqK5N/HbxsRPYpaNvL5kxtLsVOJLbGyeX/UhKLe6\nuEUF\r\n=Y9++\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"316b3baccd91dd175b10bf210d075647918bc4a0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.13_1619952221918_0.7798762027498674","host":"s3://npm-registry-packages"}},"0.18.0-rc.14":{"name":"fundamental-styles","version":"0.18.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4971dd914591c2f94690114c60f1139b0710ba36","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.14.tgz","fileCount":560,"integrity":"sha512-YbZN+BhSESGJXVCcLpAa9mX2OzdDh5uJPQKxZy/bcV/2GUo5rhHKvJlB5rrHCv42l5DP0EdjZcn8FhsHSKyUhA==","signatures":[{"sig":"MEYCIQD+xI22CfDEDFj/dVPr4l6w/wpOisR8xjR8I30KFee4XwIhAMfGPL7orpXvEhcrVqd1FJPsWDkVj8X/O1XkdBXLb5Sz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17721875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjoSpCRA9TVsSAnZWagAAkj4P/1y5GYnFs/L3LDurp6Ow\nRCKECDL7c+LgB5y5lsS7su+TuTGJ333/KTmprs1mRcEYZBJdgqB2f3B+4cw/\neu1MljYzz8uo1eKAw0YQrcDvIqKwF+kUdLmoK305eSCMwJQIMS6XS95a6Vd+\np+FDJ6dtLMTKwGPUOhoQA4jn+zz7Ex6WlcFKI4Ew0aC/dIvaHWe14XWn97FJ\naiOQ9DQ0otVlMKYjVTnRwiT0Hm9TXCrmo7+tFTiazyYWzGk7w8vpwRSUeOVk\nplbi8ScwllnrqwkqWDUryX5lIWV/SxHwGCgdzlYWvS6fX8CDWG+5RvCE5H5p\ndTRkL03qjhEsJoqkfm9Dp8wjbFIWkxm7pUWGl3x3z5wp1z5gxyNll6J852uk\n1t0DibETQtpE32tU525BSiqp1poSeHA8C4iSgtQPs43Mmw+4xhyvDs4XLZzi\nQjg9JyCmaDQ0bV5/FbSVP6HJvPJ1Cavm3oxgjv8tw1/gPGDRTBFXuVLgZoVF\nKit9ZjjqlsinksE4QNVQnEOfQPjkEbpA73TPTLjFD+1IHJmHDMDgn1a19/LN\n/iT0TX2/WB/IWhA51DJt0pZa4CxuS8iazMyVkmd9CS+HtoM/2Pg82iWhbGmL\nwq+N6HvYGQY3WivyYpHBzHP4EJNDPMrBEimpLg8MvhOlkvnXX2WSnrC+pYLz\nxpKR\r\n=uZiS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cd4501217cbc9cef5521c087af113d85d7c4815f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"5.3.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.14_1619952808941_0.5068228998752486","host":"s3://npm-registry-packages"}},"0.18.0-rc.15":{"name":"fundamental-styles","version":"0.18.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dc725832749dc8d60ab39031ea4012b6d1bffb1a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.15.tgz","fileCount":560,"integrity":"sha512-HI62qEBRSiSIQwFmxFp1G5lSo+k1njB7h2pTGAqKjo08SFqwI1wqYK5H1YmrAVh/wFokVPEIVBEtqgAx7Bcd8Q==","signatures":[{"sig":"MEQCIEo+3yjpfIxObFNqBS+CTJM038VPYlQtsUuyZsut75iSAiAWEhJlvCzvNq0RQthjq+hbF8S40N6NfoBpzBWSzcui5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17721988,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgjpr8CRA9TVsSAnZWagAA79YQAIK0K8Y3LKex4GA9u1kW\n1fjjMfuds9Kh6oyap/NMX7VTZFuB5+64VKEH0LxiZL8TsOyagdeqjxWASu53\nTS0uNeNFWSR05duKGFz9zTyqu89RBBFlGDGyb9tph3fZI7nE0wEM1EJtawFZ\nQnT3eOZ2xY48i946Q+ovYBf8SRWr/BRdBEUuNVDzFyxJMmExCCHpI6Dc3Qs/\nNeq9SNHN8i4pUkWWa2THLhDwzTJolUxiNqaVSxt+r8u1pkKruK7+5wJKENHH\ndZuNAE72/nS8PUaaRCnVUgehno6YLHT3r33XxqMiDx3BOrjn8BNRlwX0Z9/z\nXvu4a6nzBs2uH936MlPBowtXMhGUzQXTyNgwboj6B9PXxu4G8Miq6Tz0VjCf\nZ/h2GeOZ1yXjvHYAqw1hB363UeHaiKZoQORsYfKmYlCzgxIWdusukvdmegA0\nZQ3PmNlWtDNVjBnmyu2xsUcErCXzj39/0A3+FnU+IuoGuEEXHbTHjYNaYaR4\nj3+OiJXOu4OIrn2SrAwrM85QeQ/KNVtf1Kf3AU+Z+LioDD6jb0kxmcUqgc3h\nbq/fQYpS3sjQ9aPygCxdtHoY871Y4r2wVlQKR2yn01gvYPDFZy7arnYqIzgO\ny1fJNCj2wizjQh71MPLXYEv7TzAeAWXvfAslGTw0oQK33GMWMYdB6gW2wJp1\nYqCQ\r\n=kzFn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5d023a7cf1ec38b91c83cd249d403dbedd3c47e3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.0.0","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.15_1619958523545_0.4509990303356022","host":"s3://npm-registry-packages"}},"0.18.0-rc.16":{"name":"fundamental-styles","version":"0.18.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"00484d3016352cd0bbefec4400a298725adaecdf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.16.tgz","fileCount":560,"integrity":"sha512-36gSzGOe0kmuKuNDkhQN/xEO58ygKjuyuWNX8XLkGvdk+YIC9RmrtQaJfrizZrx4bY7YM0/5HCA4n6b6VNMVKQ==","signatures":[{"sig":"MEUCIQDwNNuuIjwHX8OnwF94ma5aNtuZ79GXhNcI3fYOeEORwgIgYqBthOHE2oLgNjF3U5aPHGsI0TBH+a/1rNcV7SKB6Ro=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17722102,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgj1SICRA9TVsSAnZWagAAeLEQAJAiXV6KeAdygR1JBr+F\nNGvyzwNkdI3JyO7tnmm9wRlONUm9iodhCGIuOUwqXQc8+YF9C7wgAGJnnJEM\nGwM2eClMnVNl+tpFCyUFbAbbWqCwY35gQoScgppjBqBnYDAKEpOBEMmhX02/\nJw70xUGPjp1h3/rcF0EnpoPCHrv0KrypbN/JsTVka90as+PUP0AP/TSta6/g\njz3y685/Sw8Tz0ZzFdjGMNWogeiicvfTN5agDUD2HEUzsGRdX3YrRgIiOgPt\njv4Z8cGD6cjZnz+UM95/PiQyOl2hngDbYrKQ5kQwCGSVcg8M4fUz2XE6XRWw\nRbYaLfF5aTeC0WB8okyf5W5IcFRA7anBiayqrTW9ldelP4AeVhjVPA5y150N\nJ9UJd1XXzUOxVa7nlfZnGMBodiU6kpROebnNApLf8r4ZZlkqAWV2Juyv+1IC\n/Qb+A5VlWETJyys6hNz8hOTfPlPOz4ov8I+wm8/INK4oNYwxT1bt6V0eYx5U\nVrYFZ3ParWza9K89Xe9u6/LAsTwKGWdACtCVkG1sK+sW/tCBQgB0KnL9Nm+e\n+l71zHcQ/z6ByMFBqkK8SRyRD1tmEVoQtpVVDH+tNyRQcYB2VZHcm8yTKNzf\nc5GWANCS9n8J+x+DuGpU3vO1PGBgIEMm1l3VKGVjDcUVMHmKr5onnqtwP2DG\nCqy7\r\n=SkLq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"19bced7c4edb0881a293bdee81e698f7e5a840a8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.0.0","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.16_1620006023541_0.2550791751102903","host":"s3://npm-registry-packages"}},"0.18.0-rc.17":{"name":"fundamental-styles","version":"0.18.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b6066d85e5ae13ae0a76e02b58c0db9a021f8bff","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.17.tgz","fileCount":560,"integrity":"sha512-hqr4O9ueti0TmyfbliBLm6eNdCXR4iRceuAxzJ5iAhjlB/mJtOE65rlLwiMnAwd3DKGRqXdtn4MqXS+XEciGbQ==","signatures":[{"sig":"MEQCIEdJl+DPWEGjteUHRE5XhEE+hkp2PRdOScGQdXVgzuQUAiBxMrzZtMICxmFJZI2DheZlzvpU6NSBQpqQN8aCXt69HQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17722215,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkBF+CRA9TVsSAnZWagAApXQP/jjtjXLfTh+SaGAO4+X/\n9wu7pJbN4uNVJ+qVU0IGWcpyZwhC3QAjyrJIxXegHe3dIFOe0MbT0jYisWgn\n52GowC/QKhKJUwMuH2TTyh0pLZDtMjOBnYuzp5H3DAHARhG+WvYHSdyLL7UB\nIx4EbdZN7j6Jr4OWrvGHLk2nddDc4i+icB2LaSKMOi3gOPJ+TCND9lYK35Nb\nYr+w4+hzfIlPqP9fgSj/crhRlQMgpzoXPiQTUNTqfxkDh7p9YLqYEzk8BIHW\ndMMCqPZc1miGldXK6+cw7bEUdRXklAHf/s91kNxMPWdN0TyFzr3jrZPjnRt8\nYHOilmdQQlI/rGuK+YOdpGuKwc9BITqbh/z5fas6Fc65GzhQj2LsNoWBNYmY\nrSvKTJZmnbTBrecx5c5lgpDymXpfvKkj7zN7gitwXKCC1fyw0OJBFo/bcxbG\nvw95jAqwgDlM3SFo8EXD8Fm48A3JtSIu4dz6GLGoud4cDJpEbj3pb3doGwsU\nGBi8hSGCriv2h4vcljqDZyPEOuWdz/EntBSsR9HmQz4rPANhLHzrr48TvGd5\nn2h1aQjoWKaNFeCN0ohHTrZJiAOlY2Cfffa7zifu/NmaWmdxr9iw6HD/AUjS\nciYk04aoWu+G1UGRnCr7jYw2Brr3x7VEShhDhA5ZH6cD9SWG4U+/VMSdaCBp\nmh4a\r\n=Mkp4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0a17d70d7fbd715f9c0174ee2b48841409440e0b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.0.0","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.17_1620054397714_0.11369430226435884","host":"s3://npm-registry-packages"}},"0.18.0-rc.18":{"name":"fundamental-styles","version":"0.18.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d4b9f43a6350194845d9db2befde99607bf856d0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.18.tgz","fileCount":560,"integrity":"sha512-TivlBB/Bxntq3LXvlmn9FxEv7+jHZNDpWegJpq0AsVXguYzbO7Qzq6EIVuW3tR3BKbjD3dfjHmvh9sT6ZChs+g==","signatures":[{"sig":"MEQCIEvLxnKp+tBYjADBxvxaubgVYIoxpEjmqV13RT+gPAvAAiBLHA8AtU/aoF3yQc3VRbmyusCSe3xbvrJY8K85/hXRjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17715594,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkFfRCRA9TVsSAnZWagAAdhYP/106sVIri9UWvDqJ+bwG\nJfrRk6JsSHOQuE9qNr4gar9eNHf5j1xTgNQ2tk+xDDSOU2tiT1GAhEI5AY7d\nIOk9cRhSWtgCNfIhMRAKKGwJI1Pnq2zmFD7rcQSIjJ4zJ1Zri8TCQAUS5TUz\n4mdRLrvqRgYy5q56ySoBRs2yzoIy7pjzOBhmrNVaL++eAibGUloRuEBBHrn0\nd5TEMCxwL2mHGfM22bpGBXipgy/glyvmN9a4AB2badk39WfPLwcHAMULlK1E\n0iojXfcxWOmOT7F6ZtcOF+Ny1OTxttktMDCwC1eLtmo8pqz4gwVM5+LJdwZe\nnaLQPLAj2cwxppTy5iE3xmvzMLL33P7AKBxO8jgcrr4J04N5J1ZeAUNwnVBR\nDSNtG8uuELtuxxPIH4AB6uKg+kQK109hHbKImIkxhE6g4nKRjn0gyu1eOLB/\nUSASiPjk6BGfT4EjkJmv0mz9QGef17yH1v051i9tbocA1SNT5Zzd9VeEAmVn\nyKi5+ukctXgcCZ+KWBOaJsJHqSNQ+OGtFjwe1adRJoWCdUd4uBQcXb/BNZW+\nsiwb70M7Kh0ur6XatZQVVdkQLPE63vD8KpRbgG3hws18sgR9oC9+Sk4+XdF2\nRLCSFFmHUMc55YlPYKdXeFrNJaO+AvwG4XMQlpFnEfZPPJ9RlAGYA+Juf7zk\nOdd+\r\n=ZZ1a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"37d3ffa0b3baf84258d527286da4ee37c094f5b5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.0.0","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.18_1620072400592_0.72325620826703","host":"s3://npm-registry-packages"}},"0.18.0-rc.19":{"name":"fundamental-styles","version":"0.18.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bd4fc257d3e93343df3a2afbec26aa44a498f85c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.19.tgz","fileCount":560,"integrity":"sha512-gjVdx0oocMQFNYjgxJTyfhXxhaNOCKfB0L9cAfSJ5MUZlWMXC8eYYCE7gi8o2GvRzRGJ4Eu31SkQLrD5Z57MUQ==","signatures":[{"sig":"MEQCIEtHot7lANBX1tWYuvM01I3zGjzns+ohVYi6sKJ+NHYJAiBj0f9ux09avSOHaLUi9Bl/brYbcrEb54OTMKqNsBwqEQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17716445,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkjmdCRA9TVsSAnZWagAAB30QAKNgeR3DNnKDAApVaqyD\n5cYPa1xYmHGbvqdSYMFFRWKaCjU7r13lsei+O1ldCQkyT63fD6NOGbQVvGku\nSNG1bhmXR1ugd7EA1f9/VZlvppHeZ+3cdZs/xAYWFyBmmIV6QLYu5oPknhlC\nTC9OkZC9TKDLMwCbYr2LycUpSIdxChPRDlU1ri5LM5mZfuEn+gzxog+I2SNm\nhrFchvF+qIJHopALewXFLy5Ktcdd9ouXgb3MAjgqa7Dqj0yd4m9uADImYoJg\nS3aAbGTdLOKUAhawRBvML2Hp9jvMIQHVdO2ZxJOy+RNcC0359Hx4ikIgtJQy\nYTGkeuhaVfGugNYhmNKZ/Filisnm5cLL1hXHn7XNx2z8hHjJCOmj+7pW29/k\njp6HY4cdtTY8zfhBcbuVDrD6jOYuN53NiCRVQZJ5HsvaHbu2Rw21IML0j+WK\nudKCZqV6JNGtKZM0fTiVUatVz+bTX7IePFjLsGCowyn/3WxBzpkBHmyFjUx6\nyqgy4NnH2IjazRsT5CQFnSVn8xAUTE6uvcRESWNhIN6HwNTk6VmdUWpmGCwM\nsttG9L+YDGUX4Kut/N51jAuHPmyz0UOv13qPlM8XB+KcSyU8SOTlg3KnltVG\nBKBKkAtiUMkTz+2+bSZX4exI4vkS7spCSUHj/JftqOIiDQv9lpBgclfRfage\nZybf\r\n=joev\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"65233fcaddafc116952edde0a2e8f7d6a1b7e947","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.0.0","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.19_1620195741056_0.5680841501935319","host":"s3://npm-registry-packages"}},"0.18.0-rc.20":{"name":"fundamental-styles","version":"0.18.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"221cf4760a2ee448a5d40124a13aa097a9ae1eac","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.20.tgz","fileCount":560,"integrity":"sha512-3r6AlkpWt9XfUgPFvFaZY0yPo3meEaNf33IAm4NKQ+9lBu7iBmlFBf6xFlCH35vd+44o0vGtg7TBqUO3qLPHZg==","signatures":[{"sig":"MEYCIQC4EQoZASyewe8Zc+A/faW3itT6rR8BypNcNjjNbwcobAIhANxOaE5gTIxjrNSXtdHOaK3A2tUY12NSUtZUfvVfjA85","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16260658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglC/4CRA9TVsSAnZWagAAEAAP/37AHiNL3w5yv73Wmra7\nSlfafyCjaK1VWbrMU92HQRsYEeHq/kxSHH5lugF4DGerwmUWTxxdySZgnAhP\nRVYzebvTBzDF/mPN/WxfVEO2BFpVxuZR0ORt+h+35/QFNYIpsimBQpLK2Rsi\niVXMvtTw9lUwYEc1K3CJ1/wCrJIiwroDgSO+z4tPnsrGg8fMi8D5pnBLvEAV\nF9OnTWcP5UmWtT3ZeLk2GW7ef64IC9UGHaFd2PvIDDZAnI/kGGOf/onWwUXc\nLOu/4Vj2nW7u1VyTqpiai8RFsAXvVI/dK4JID2ZN49/r1S50UvIihuRuLx6q\n3NEDqeP+DSjodsTOvFfUt0kFb0IgS07YHmA8xXy8l3bvc+adJbKf718ulzKr\n2Rt53/l3bi+SmNFPL82D4Mq7pXvHkzO/VumIaWnjLg3QJYhQFvsZ4bZufsVt\nPPUW9DO5wDk1R5n5X34VUQicTcZQZDPBXehVRL9crGe9RXWpiluyNYWFyP9O\n6E72gvWt7h+UkzT3tK77BwrhS8+yN07jAFFwuZtbycxzgazqrocx8G5xjUUB\nR+xUH3aBLa1wQwN2hpuMZMPAJunayIUnfp6cTp3IAs7/9Mp8hKDMDQDttRrb\niML0Cen84EacKhC4Oslft2EYtCMgfanUI7AOYcbUoLtObAZv5X5qDFG/K7K4\nIgi0\r\n=JjlD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b76ea1c6e18ecfd7a6bb611e4b223116b894c789","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.0.0","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.20_1620324343338_0.5709358787528012","host":"s3://npm-registry-packages"}},"0.18.0-rc.21":{"name":"fundamental-styles","version":"0.18.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a2c56d58f5f77b61338612962f8dc8d05638ee10","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.21.tgz","fileCount":560,"integrity":"sha512-492sSUsoSvwnz5P1/GvvoNUMWH6LnRG4yO5fgFgnME/6m6Opuju9T1FMAne2DHgJR9NAj2eHulQcKUT9FMxaLg==","signatures":[{"sig":"MEUCID5hGiD+E/7AxjPJhzzJ0/fg97KOgb5QDfkoUwA0lRhWAiEAkIrXEFc6FLgC8TIgt2lVjjt4Bd2fDGOPW3R11KyNl7s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16266573,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglEBtCRA9TVsSAnZWagAAbuUP/iMspKEGCly9buxEw4mi\nKY+UkbCY2PMuZHkjaZQCmj2WBk9eC3MEVPXkQgNSqvcxjOnaITwJzCCO9WcS\nws8o5zy+NiWm9+t3KM25E6ROfXdLogXvap74ujcBZj1qBpkYW2X3ELH7+EpY\npeZZr8Z34v/AhQL0tJB9ikYCNFQWGm0+BgdXM5OkkYXqxQPBlWqO+jJJ3kkK\nwse04FnyTT0XMDiMIDqzT4vv6ODEMdqQhmAl2g9IKeXjXThEHPFypIJ+5hXj\nIjsTzSy5qQ8yJOg2s0skWynDhJLVcmiCa34VfX/89TmMqTyIy36E9+dbbM8x\nI+5ePb52FUG2bVepFYsVBOqL1XdwZOeU5HMTm7oUTQZZWkDQch8EXoPZl0Cq\nKBaembPcby/fkudV3NHd02qEWCweHzXOMs5Isw81WU4jYdk6mj/VhTPx1KQR\nSTuR4CXfPucwLSTSPUqMgLMqtIOtbQTXkvmSuOPPkjak0pN41rAx2V22lwC6\nG/O90S7/VhOEvtv9Y1TJA5eVlCNeqInoVxMtgX8AVwhPkZIoJ7WzLyVYgPag\neGLbDivd3aF2f9BW+ITs48//RhHVtZvKzXvOhscTewIs2gY6OblvZrH7zRd/\nOBCjni6R6Mt3irT2syzsullRH58pYPUJ0IJ4pApFNP1s+UaTmg3578kqJ8R8\nqerB\r\n=Bbcf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9db6fc4ff09ec9f4d23f55354e0daf20939eec63","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.0.0","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.21_1620328556936_0.657048789751524","host":"s3://npm-registry-packages"}},"0.18.0-rc.22":{"name":"fundamental-styles","version":"0.18.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ab78ccc83a31cbd100d5a232327d0770918df795","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.22.tgz","fileCount":560,"integrity":"sha512-f9urj4Uqe5ORHPnUWcppmi83DPO7Q8Hv+0852Oqh3IbnpAjs1vqeAx1uXi+4TJB8GGLQr1WxoLMh+UaThkAsmQ==","signatures":[{"sig":"MEQCIEjz2OLxhB9h57mLZny6oSa3xQQNDwzfQDJFCEHp/1EIAiAGeo4D1aWfJ6le6+l49wFTDJ0tKsw+yn5hicmIC+T8Lw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16267798,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglEeWCRA9TVsSAnZWagAAI5MQAJ0k9weBa7P9Pl2PfS0Q\npDxjwVvt2u1Db/+ghtlTRlJNui+sUdCePdOt7z2gndpUtMOM14l+x5Fi/v8X\n9WamxZJjj1uPC0m3iOpzmviPU22usKYiTktyA85VPAAlM/xga6UfKn6WMZn5\nkjg5dhhiP8LQxuwon4hMUOwj0ztLl3gfqjj6UlMv9OEtb+qbipUvCAdhDu8n\n77aWwxImHEqY+7VqIoYwhVGd9vOnmDzvODc8wwB00reDu+/V++y/PRtCDx3A\nsetW8R5thBJn6DaZgGrLAKyOKPgdU76YsOheKalkf9g8hsglmvPqOFfIH2Wn\nRLRkhAEExCVOajRe/GYCRWhu0FEYmaLQ8EZ0Sgz5cft6Sc+Iw55x+RXiFyCl\nclU/vSIboVgfzeKCoJYoKpzVRaB4LtDrIwXU22fiC3KqwmYDFI/FrbNhiG+I\nSghKkrsOje2o2iFhI+lHXwCn5paEiy+CgaP4rMX2sQgJg0bK6dFyVXsolGF0\nKr445gR/wVapn/sUzwfBkt+xtKJaUuqcC5zp+YEycXFdMpCdnZPjC4xfambm\n/swuX1R4OHFZUacKub6dwCpvAZ9z/Fs5HJ7VgKsjwR6anxkd2rjBWZOVQ7SC\ngwM74DAmbLzk8UkVwC2b44xjyy0QtAu766jhjHrv9mrsH2pQD/tnNfhHRd2s\n/959\r\n=1Zcj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5464d46e183ef9f08441050e77010ad6893facd3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.0.0","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.22_1620330389785_0.4149478880791633","host":"s3://npm-registry-packages"}},"0.18.0-rc.23":{"name":"fundamental-styles","version":"0.18.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9937a860448bce6f4bd63b5d27f048987a132903","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.23.tgz","fileCount":560,"integrity":"sha512-ttPPGHKhk8EyZ2MCFPfs4q69OE3zybi2JsLt7wN2rTmhyMFanbU/TZH2ADkbY9fQS/5CbVNtC6iS4it5kvkieQ==","signatures":[{"sig":"MEUCIQCmQ0K8Oz5Om1qFet3YkbOo9+aWWUVH1ZhV+60A0QanEAIgbuSzavZG3p4dIs9fZa59/v2+qhAomEjXGR0Mt59v8Cw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16267911,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglIOGCRA9TVsSAnZWagAANAQP/A5UVKTUplAAp2o3Q75K\neqpyYj1P4lOFdPolGSZOH9dX9m/x193HH4DiAlopU9nTtmM9ovRd6WCtKhDH\nD433WzFr7XQOXtAtXDKfmkqr0zxIQJlHz0PmK1S0aPCEj8+k01s2GirTGWHS\nB54Fp01tr577LJk6wq2KOYGrgePS91gGoEw4bAB/ddFbJ9mu/9z6pZOhZ/4Z\nOwB+7p0ZKCfnx09PaTIudYb3zgCAZWigltaRZLlF9b3PGPISYrMGQSMrK6hi\nvNKzWAUqk8zbCP4dHnk7iZtlPgkgYp8twLqBw0wuewsizWXNpndCA+y7alsr\n3GG4tKuYoKM+VhdQbGCGrIsDnY5esxUvyzscUGpVNUxQOE/qy43nQlt3o/eK\nlAYll/hwbcapt/Cuvr4vkCbSthfzwmMibL9Bb27E1F9i3sNf+p5nF2u6up26\nbooUXVgWIgUAHJeZGfy+9jxDIkHTQW0TBi2KtrFIm9u1wTTvmylCBCwV01D0\nUzR87dbviHFGMKi/nGtlRXqCPaeQjlq4jUImCQyrX1buAP39mJdyEBmKSRks\n1zx52E2Ntecr6A52QB9O9fUMoweuKQTYfWo8ceFcO0Qh6RmfTKoiJKj6hlGP\nFQQ9KG96fngB7MXc96x4g1uCQ43mjvOkVDr+NAwst99TDZjOo2SqCYMlVnlm\neG1b\r\n=OI88\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"80b3535ffb7424063345abeac3c35d08a5a97a0e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.0.0","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.23_1620345733896_0.3640860519794429","host":"s3://npm-registry-packages"}},"0.18.0-rc.24":{"name":"fundamental-styles","version":"0.18.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a0e3c34ed787f0acaa5e150289bfc2960bf32a8b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.24.tgz","fileCount":560,"integrity":"sha512-kPIn03OUvCehUZNeku8ToX+GCCvLfG76UoEcHdcqRbddinWmI/t8eTh7ekUKcazUzm3rgmDghrxF2xlld94Kpg==","signatures":[{"sig":"MEYCIQCUSSiOfw3di9tHeny25dyuSdIZHQxvWY35nEnq9iC+YQIhAMdSYenIWp9jGcy+HcV8TvKqVn8+unLsL6hcMWFSeN3V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16277387,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglIWkCRA9TVsSAnZWagAAs8UP/2t+lqToHIhdE51pWeqM\nZ7Cki4DuWfD2eEK+i0NlyC3lPikmkOsK1Fo2NVmrACJnzWv/RgRi08DjXQT8\nQ4ws2h8c9obxfJ1kVAIScxzj9yTb8LOiB52KFkAAYW34s8zxvCXKocxOQs2F\nZbH0Jd7Q3Q1+ok7JU0Cm+eWAlgAwaz7hy6Y8vppCVT4OdVCEoja4j3d33i1T\nP64QSqApD/JMMT4YIzEycalU8G/1DuLcu/4D3xmSYXtQtgj6LjJwOTbFrBr1\nVshklguE+B6TU/dgSHoHddLGklG6Cf22GlppfhfcSFK5/AtpRfzKcZOocK4b\nOhFoWdz4Gevm3hFhOGSey7NVh+mYFeqlz8QPRQqZy8dUeCyrvF6oyAEPoFN5\nubb+yV6twXEJajZvUZ5B7g88hTqDjpmxqz8OAVQXIG1fZgn9rskZfL9XoW8K\nxvSdt3BtgSvEd7z5paYFfXso60mqNqGntOKzlRu5k7x4rbAjhKqSFIqKIbKc\nWWAwvDzhsHqKepT4VKbI6YQye2uzMzQvqGT/9tLI9uKb3Nk81vu7/UPgjUax\niU8SkU9CDXBr2EnGh7UH/ZGDDt6Cw87HvOWH9+DSMqOm1DvfM3+6jY8wJPt2\nWjrYsXtbllIr1+YJQfRdYa2Zoe7ktxIMnQK70huFVShQljPMsH2DImwU54pU\nwH7D\r\n=yeQv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"37c0ec8cb74e811bb686d6b800762de335552c3b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.0.0","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.24_1620346275964_0.14409909231715923","host":"s3://npm-registry-packages"}},"0.18.0-rc.25":{"name":"fundamental-styles","version":"0.18.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"13201f1385efcfed081d417ca8ba8a5882377ac3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.25.tgz","fileCount":566,"integrity":"sha512-aI0bUdQNdiqKYfrR4ND2q1wg+e2XJHtDAhfluVRNG4IMrx46hV4yY4HeJpiOhgjzLHqrXWmr4cIiNdjj1T+2XQ==","signatures":[{"sig":"MEUCIE8FLwYWAfP3ufrk4VhqfYb/jQ2xwVcD+4xGZGJNqqsFAiEAjTd7w7BxvqSAYBktQSohhYRufbBKsRvvb31UN53LfA4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16343256,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglJAXCRA9TVsSAnZWagAA/xAQAIX1aWn1nGa5uzwHaZZU\n6KxyUQ74F5qoeiOEfAT+v4ifG6XeWFl0BORibUM+X8DmqPzlaFLPlHkEPFmD\nxwRYRJrGr1rVTG885RUeMReDB2mOruC+42qvZOQWAUGtoglYicvCr+VgTJfw\nZrkU3obDL/0jRbRTWNm90UUKNmlv/KeE7/FcS4Us+RtVnqj8f2YD2NHi+eG+\nlwHyzYwHyjT/epyuP0sBcobv1ZfaMhtRXXyiyeAg1e1H/A3mcJvLpDEnEmzi\ni3n8gLLj+URRvdO6nYDJJrRqUSk42JSbBka7f0pKqx92xRSMeOadJ1Bf+KSi\ns6ZSP8gNoBXCO9AQEa1ECs6An0VqS5BK/C7Fs9mJnES10HbuMGIkH5QJ2H9G\nQDRF0qSpZ5iS+rTXdYS0YwC6/UevX+LlswVsyF3abgaTugag3f619/CmJZji\nPHnnGdQ5oGeounA4j93k/xNL2M7dEtro1pE96U4CJLmpDK/yYjs1FWlizTFP\nj+NMPMN32t4eRs78xWt1Z2XoVc+uwDaXy8RAuG8g+34P8AZCZ4oM5kO5euaz\n8Oij7X3mS6UuBpnK+YPaNPajtLWHfm+4zRRtjuvkoQTOSIOjUdTNx+F6fJbQ\nF021G4S2AaW/fDDQIkRLnMkp5kg26MQW253HpcRwUXRzVCj4v3d/CQ0f1TQX\nxgp7\r\n=ydZQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"895599c3c3b8583a572ae9eeedb055de7fd441dd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.0.0","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.2.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.25_1620348950875_0.24440507289374214","host":"s3://npm-registry-packages"}},"0.18.0-rc.26":{"name":"fundamental-styles","version":"0.18.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"af8778abd6e8cfb8933a073c34fbd953c18d3c38","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.26.tgz","fileCount":566,"integrity":"sha512-0xeA68GLJ5789jQ8b9b7hw3Y2xhtyvsO3eb2N/0SojLimN3cvKI0zk+ZJmYhGbAzDSqK49CQFHzxzr1QTPTxYQ==","signatures":[{"sig":"MEQCIEAZXluaxT1yxhN3VRckeR1n+tN9a8IG3MPdG0iA5NkIAiAroNO2WneP8O3bKd8Nm9qSNEF2CiUnbdRNw/Fe8Ba0lw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16343369,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgldnmCRA9TVsSAnZWagAA9NkP/jzEb54YN6chlMdCrkJN\n2XqEEZvqFdD+M954CoamJKpZoC42LWyb916qKj2wnpRTeTbnbxgsu6pkAftT\nerr/A1Dh1Ze+FJFZ5gMGUacxdvQ/5on9D9S9BYUIK7DhhYR/0tG/IgwI/hdm\n8Kg1KcPRY5DyyOAELqwldPWuau1b+3pwU1tc8ZUSd5pBfY+uPtmnv5AwkAlj\njKj2YTgkeb1BwbNTcMiB5LvayAgzIxVCCrZdY5M8BtbqkKYcViXs8cfSq0La\nM2YGI0Pa0h+zlAxnf2Zbi1kgqFsuqjFouqlllUgf8d0HCvKse/VQem5JTfJl\n+E9BqUQcRHla9WTASgSxfpuAV7CXpWd4rLKvjAZeFZRPsmYco3ocyISm5RfE\nzXrDXNCtKTMZQ/IXkeHZYCgcmxGx/NiEA1wz6mUEcKhNV1Aqhu5pwrVUG8m5\n4c2BDUzrlxTMTJD3yfCtMi3OJ3fwQKFRbWr4LCT+qH/mCUfVLgJRHi/vRZ57\nsr7GngiSB34+XfVXrId05+IZjqih2fR5do9iV1VvqIgBbQOCnoB2Czcmps0E\nnw0DOLU1N928OeJVcjFF6OUTDUg7phgu7C9nRBpe+nwcCpK4CTuJIdsWrNcg\n/Sx0D180g378WiEcOz1xfZvJg5SMdwRBki5llQQm9D5bYiokPEoO3Fpvhq4N\nzCsg\r\n=1RmR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0e7ad429eed26de4b5a19fb35f43f818e41f6e51","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.0.0","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.26_1620433381886_0.49544333416308306","host":"s3://npm-registry-packages"}},"0.18.0-rc.27":{"name":"fundamental-styles","version":"0.18.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8a1ecb3891c54c6db52ebaad27eb8f752a311203","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.27.tgz","fileCount":566,"integrity":"sha512-iHWxAZMbYDh/zMcTKgMkxD7IE/TGCdC2nfDYA1+nMaS1yxg70hA596oGUyj0AlPCMke6TU4L2pqUKh+WZ0PVnw==","signatures":[{"sig":"MEUCIQCjHoXbsFBSqGw/u+s3itmgPtvDKAbFQ1R1nOkwhhsSJwIgXUEl+zATlGDgt9lUgE1g+cyDGMTsvX2SV6P+lYzYmbE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16343482,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgld0XCRA9TVsSAnZWagAAz3wQAIZzP2bUfM4ka21D7sqS\n2TQHp2WmTbLuKYnVkmqnt/oZ77jpPewCrnK8ZO5olCT5yarTvwygFjePDOzT\nlCwOuACbN+AeDGZpxGCXP6ygn33BntF2A0AcNOTouFY++m4yiJDh89PN5278\n+rUtr6fne0+Z9F34AQeDVq2MKh0bpg7Ptmq1rXMMekWgSI2l8wrLCT4V7PNQ\n7lIaHEoIneW+C60ApxvYlbUjb6va1COylwXNxjlmTtR3bgT6FDe0Fw9atOA5\n5o+1lwHDzML3aXfr2mWPgivSgkpr1epJk9LdfrwZgHDh0HcoF7sQ5dh78JUv\n9J4OgCWhE0zaF7tkQdTFkOM6mjlommEwAZzxYNBaHtjU4ybR42ct/lVHDURI\nFFTmn8Ev/jzH1I/Ucmhg+PApOfBgq7Q+vXbhZS74+hlNX0NSbqdfaAULUfym\n0D2Emhwg3n2CxxCCn9DlJigucSzST5Uc/ltVVkTbWcMezxDmLRjU9zEAu2Hi\nPY/fYrB8C7lyp/5BSLYQkbBgPGjwUEVDhcGOdh4lg4D5IYvUPdbunrBsz/SZ\nONJHR8yDA+bkkGHEQoCNLBtkXQ8ctZA7cudz7yLdXA0UvBrsLnkr38/QMLSa\nVtm9bgGn8FjA8aMRDIP3JWsR1J+I01BWr4kTPqeyrNHfNBUT4Ot6CicnyIvh\nQ960\r\n=BqX0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d2909193ccdebc0562b691469497965e3b4839ec","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.0.0","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.27_1620434198392_0.5533208554231668","host":"s3://npm-registry-packages"}},"0.18.0-rc.28":{"name":"fundamental-styles","version":"0.18.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"21ba9283f75bbd13743e0e5a7b5c9e8771467009","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.28.tgz","fileCount":566,"integrity":"sha512-2D0kDNs3WJUIJ6sh6PO0aXCwIzvCQ6MeOeNRkQncV6l5zk/UVXk1z/N9+ql8YRcIl6/p1Dvl/GTPa9L+3eLruA==","signatures":[{"sig":"MEUCIGLm/b5V03uOKne28H/nvj2zJEz2emt8OTYRBWHxv2zQAiEA6gie80VA86axxARzvryYVsDtpqzWc+r39FWI2qaffSQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16343595,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgld8JCRA9TVsSAnZWagAAdkMP/0n7JKnyCLLBZh7Y3Z2i\nzYOWGE8DVwRjBMMGMtumnoq7FKV2DRzmF3JYdPyWPHO7hpmnC5pm7It7o/am\nqRnXfK5Sm16v144ciJOTnu/ImbdcjRTsvjUOF7KDc/vghdvdJMmjLVcvS9wu\nGn7WYN0PYYsbShjWuxrnrkBkqRiVZMQ8AYs7E92OEXouF1sDEhnAfvF0+7cG\n4QjLVCZk4MMv5X/JEO2hYu58Ib3XpSnKFkrfzsdTw4FISa7QSbqB9f7b+gK+\nkrXGthEUPdyz1Q8jlRJ0lOko7+nUklD7ma8kApG9/7niGW5qhm4SXMvCElIr\nir9XY5xorvh0HXKPCgqQWD0q5Y9Tatn5wYS4arcB8nHDWsYnQdZWUyrJDc7K\nNpIJcAP3Wil18MyHpYov5dAKw/y+xLHS/Tbs6T8lZ79LlKbyTc5js0XP9OtD\no6ePV29VSGKz5g4pIozmmBN6NpsSRO14BcG7qN+XvBtQdTaFNmFwLtM7aYkn\nU7zX/HBBYgs+YJ/CN8LR8vKXCvxh450AxpKS9cUAsZvVUHzpJPDTzzkxOrSm\nKnkaWbZ0Ym7Qskg9zn16Ttn57WS0JuJXx/djl/l79hc3yuIiGnfWTMekr3DI\nYdsHonnK058hgJZ8P8MTM9MqUNsf3W7H4bbce/xIAHDlQviqdHPa7Cc4V+9j\nHr1J\r\n=O16T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2e1b4853185b3e86d3f49bdb81e2efcf3b6356c2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^9.1.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.28_1620434696754_0.19220741303147992","host":"s3://npm-registry-packages"}},"0.18.0-rc.29":{"name":"fundamental-styles","version":"0.18.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f36ab18af72d22732658f410842ade249e556600","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.29.tgz","fileCount":566,"integrity":"sha512-Bbt3ev+L9g84AWx3SWbiGex61fsu6VVirjF90CGCbQgqZncQbRKDiBZ2DGgx+CHr0lNKYLqb3G1x4MIyOFgn5w==","signatures":[{"sig":"MEYCIQCjsMFefAgNl5hgClbjZDJQjTrqF/ZFmOYh0vFFz1XW3wIhAPHtFsiQe8kWV+V9dGHHVyPzVcOWQSM7qTrCzvcQ1LFx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16343709,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglfi3CRA9TVsSAnZWagAAkI0P/AzwwLtUngwueDazfcXu\nGqrzu9BXmgf1xXQOV337DKIvxy6ioWK21EOmlfA4QPKmTg9nmK0YEJ3SW1VM\n7oW5DWfvZlacawgfNuBlLtnvhqKbxadb8xbG5Oeq5o/7z98RFBEW1RjC+uOw\nMslYYEXOi7psNETozLgx9M7nk6wHa+fy5n68ahpnbbdb1EJ/ZgwWUe2f0aQd\n+G21KeJUdATnZDron6F5cqrB4toewo38SoxNl9+tpluG+RH14OKLxRMk/U0F\nClG9sIPHSlac9+dk5z2CEtMwuij/KTCIGkxTcY7ag7J0fklJlQttvXP4m+BC\nCrpTvMFLIbKFDdpdwAZcj1uT084mAvJv2/vgjLFWdp1WbtW037FyPT6JiOwz\nWn9Zc1NjPD8l9vqbvYXC+zT/TTwcnLVjf2nXyn1sT5aXWgXbXHhd7H6CAkyn\n81glCZ8wNS3MIpbhAAc0Owi6D+O0CIx8ZH5zjRs52F9Vj92R9Era2Q4cjCW6\nPSqIqqmsaEl0LBBBumvK4o+cASGsXUuTiJNlJ3pTGYytZ3iwC447VKW3sRSJ\nrRt2XROiOKJrYGLBCTz/prRC/geeqyO1OuvjCaWVuJt10t9MmnDxO8XvFgRj\nkyikjX33OUcpnrbtu7is9gMNbiXS21S6yzxIFhEqlg407M1SumPRfeONso96\nfm8+\r\n=Rd0Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"87ff6b5dadd16121b0b26d16d94069853e7019df","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.29_1620441270454_0.05298979541132631","host":"s3://npm-registry-packages"}},"0.18.0-rc.30":{"name":"fundamental-styles","version":"0.18.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f2de2043ef023a1a730b6853a52afc35a3e6088f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.30.tgz","fileCount":566,"integrity":"sha512-rU2pGyJVVup5abGlnHcYDH/6g/Jm0vlZJzInnzjIwuktTHMpm1kKg4F/6WOr+X3JuAEQTLV9Ljw/FafbjkUEFQ==","signatures":[{"sig":"MEUCIHDE6z00ZR22er/kR1qRo2b9Ut+0qFbIG80nhCHpdbeZAiEAhH1Fhrqhs432MQhtIeUf8HiayMWhLja0GS6009jxPfY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16343822,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgl/cqCRA9TVsSAnZWagAA+EkP+gP0aPvgDsBoS/EM2nVu\nkqYwjvylhDFBOB8A/Yy5VAuIuOytbzCTvroa1L1vgAdc7zMGkm+a1gpWQbEY\nUygjPWx+uemg+W+rxk8FgLB0FMGvq3fb/Y36xlWjQuhKzTPo3PUsV8t/QHGH\nb67eRKackel1FMDPfzbpQF0bxHeqgimUSYjXNcPPvc6WFG1eF6cK3O6BIHDj\nHEP0L4siYXc9x1Y7MFtsa55xjluGBAP+RgggxjykA4U20EHVAEhV+Cs3Ybih\nRBbJ+IRE40cTISggZ93NHspBMdwYWJh9wzXvjFA9ktqPm5xEyxnEMtXqGxmj\njyn3peOm4SnRy8sxtU+Vs11+zVaBP6Gx8xQzIaApTBOxI/F8FkSGbntH4dw9\nMWd9I6vnxQzFMa0SZYcU24DprhjubPL4vW5bUGVT4BZENQRyWIicksUvoPsH\n7kNNf5VbsrOjGaFrPCK35QQh9k0GLbE55PicP47krY6wVqErp89PDMwiB/W6\nxeDPmtfCmV8s2qirVeJ6uklRfliy4CINq3cqluuz7nc5SXCFYPtyjKg7R97J\nqedSiLhVEqxD6d8BLK3G+HcLaMITPM+Mb+gLZzvRFsNAoavb1rKxnbBdskAC\nvN+C/mXJaieAU3SgUBFy+sf1o7XqK8Omyb4XXCEPJo8fT8VmHqU6pFwz+I9u\n8f6X\r\n=GbVE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bab5fd42fc89fdff43a2ab114f1b714979eddb39","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.30_1620571945463_0.46713671361245934","host":"s3://npm-registry-packages"}},"0.18.0-rc.31":{"name":"fundamental-styles","version":"0.18.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b1bd6ef5d8c575fe0f86b22ba88690931c10e9dc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.31.tgz","fileCount":566,"integrity":"sha512-463zalD+jH4RVnU06WTYDydOvUNIliuhrl/lwl6Otsw/HxyUBg+0aRrELMUyIfjOnkbQN9CQAimGh8c2vS74hg==","signatures":[{"sig":"MEQCIBjYOkbqw6xtidE7dImHPQix9y4t16xitfKCQWYekrYrAiBvEM7mZvyJECaAZzpSdxbsnGyoT324kXzEY3bFh8QRkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16343935,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgl/y+CRA9TVsSAnZWagAA7JoP/1tS7DOHYD+rdCqxXG78\nr7+tdVG1fZweqUUl+ECyeYwTyFnwmgmdNxOQbRLs364cgPECIUqsJmyy5Pa5\nMejMy373oA5HGzz8mGP/G0b3a8mF4X6a0OruibFFSwHAytGQSqGFlJpil94I\nxJmtxLg+S7vb0Oi25Qi8Dbv9eKaQ6HDTqedUwswOiuM4m1A6gnt+3qKcaGGk\nZADOKbaLWaxIguIybUC1MdQlVFWQ/mBNRm9gN4QAb+7i9AOxqDCMrXoy2KLN\nkH8GSK+Q0dDXsoOPj66UdYhpMuf30Zq7Nw3bsJreKYmW78zgbNhe3ArEdPdT\njxTBzEgu/3WVAHotd4rMt7JOHvRuB9oaQsiLBT/P3t/YMnKT8f2atPh6lYHj\nrg9lKDZ9snyMMkRgMdYv/NyxmrmCk8jwyEpbtsRseLn9ji3TUUtS31jPYZKU\nddgzgPYo8cVNDpfHNGhZAviYByHPXFlCWBEncssCWUUvxlv2Of4mNnfOxCVQ\nSLhRqH9sJ+2cuDNqK3nX2ZAjjHuPgIXbuPW9sRBDce7IO8WcMN/gSPc0YWue\nH3JXxrbX1XBXyfG594iQlsMHfNgyBMV9rFcG/PcfP56eN/cASEwSlKmOz36u\nF4ojHbXZergcHhsvn/bOWtePOsZwS1g2eL3+NIRlnsVucl1WnJiaXvo47vbo\n2jhR\r\n=XqAx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ea7a150daa8b685abfd43ec230c0dc519afdda65","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.31_1620573373770_0.45360132388942964","host":"s3://npm-registry-packages"}},"0.18.0-rc.32":{"name":"fundamental-styles","version":"0.18.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4f60b873398b0ba87f2d190445c6a006a94e87c9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0-rc.32.tgz","fileCount":566,"integrity":"sha512-xYLuJcZVl861WZJ0n0zq7FAn1zJVaCMLHUrc6SRIWsol96ikhwExahsy7jqDr4KOIaC7Z2B+OVz9UpmWWZet6g==","signatures":[{"sig":"MEQCIEwo3dXcMiJCYmIdx2/QZDGm1yMKQrsM7MsAkAeWSCk8AiAN7vBgBcPuL91CPoG6nl18ll3dvVxvOJ0HBPVl3ufTmA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16344048,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmCG8CRA9TVsSAnZWagAAFcoP/ikPTNaKBwcjCLvyV9ua\nOgMhSZaIdZ5h+ASmdY9srFst/ES9KNBCZ2I1oh5/qIYzmLZyE0nr89OD9wy0\noY+5UN1SS5znE0YHEK/JfE/eyAshwbE8iwaOn/iNrN5vi8362j/YrmqWIU03\nerxbkHYuboSf3Qls/HJVC8/IR97Ul4Hau55ymB4BDLTOAXwpNmITE/vM2fZd\nNefZYaVp0Qvz1uzZQKlqXTMRtBPVu7+P2RViafAuCwXzxlQI3tEvQCLmaQZn\n/ODGC/fwC7eaL2UTiBKepq8KR9uQfGNzi4NfQ0Q/rU7waXvSWlwGw6MY6SOW\nE9ZGb75jZ5682V2W+aut/mrFIMoCgIGVql76eliABYvUqDpSlzvTwyW5A9s2\nBTZTDlAWCwaoI8lPJzINZfTA27lhWiiHsW0xzLgjz7qtWeHTdo54YOrlhQm7\naApWS7ChtbHDI0AQ31FXg5CuJLdbHoqgKPSzO46A0m7amKARkwMgafvNfpSp\n5Yoh3teGBACg++MBCRN4bmL6Y/LzplU59E5IyaZTzkpM+GOrTd9ao8do/DCP\nt8kQ/b8w2yk6C0jHVnWT/fCxAR/DoM9Epe5lh43S8djxwQEyDGh+0/7mSc+L\n31FnAX5RjxltyjlFQaCo0HWVTyQQ893ZOT8TXYM6nrisUQt4Fx6us4r+3S98\nYD42\r\n=0PJv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a545a5fd38a3ae6f63ee26e6725983a12ba175f8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0-rc.32_1620582844260_0.14798812401402928","host":"s3://npm-registry-packages"}},"0.18.0":{"name":"fundamental-styles","version":"0.18.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bdea623fcfd1f9ff7ff5a468729e1c8b1313b9e6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.0.tgz","fileCount":566,"integrity":"sha512-SI/apMZWQ3ed0oOR+3CieCCTTBBjNfuidCrUz28e+c0BeN92M8ZDUrmeeGxOk35o1xnZrQriOjsgMuhY/jY3Cg==","signatures":[{"sig":"MEYCIQCkRhMH5YcfNgMIN6twhUaI1hTEL/+TdLTYqdumqNV2pgIhAKC1SuH2fEepqM2OcviuS9dejxNGN1g0HfiZOIugD7cW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":14452805,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmCZFCRA9TVsSAnZWagAAJkoQAJPKxOHnb2LcYDfiyIU6\nIT43/AeizQ4XthcH8sfqYUUV00zrCcv5F2bwsZRL9pSZv06PBcGinUjGoNqg\nblwlIE0d0S5ANzY9qQd0IzHXYWQAc+ulKgcYXGYM7FZAtLG7+5rVbHlI2TBb\nMh2VzbuzlfYsLax/wo3kJ4q9L/3ptY7AKUBu8/ZvMXyAZKzD3R+LYyXrlozL\npwLjn8dvXLg0A7bpdqpQ82R0F7pgvBrkSj+/k7Q9lYqDebgJzVt6JILT6aqN\nLCyvUF7T7edZPuwCFD1+f2F1d6jjOnlyiaEjxFbIssqS7Cx5NcduYaNzC7G6\n7Y2UMwN8EJ7teC6aXpQJMYmKN9Zf/3NCytidPxZJIt3bMGjzXweTLDUpcCBh\n3TOZMoLXehhN46fVPWkjD7z9vnP5MFPRg4FvX7PkBiNsTFc6tij6mFV4emBH\nsefhi+os4TipFWOJMTikCe9+ME5hPiO40eyOv6iZWsMilXzIkS2SqG59tR7l\nNlb/F3+fWq7DKEc8crrFpZZdzBnXwIrFkNGcKe77A4YATIrihIGE98A9o/pR\n78nizpvcHSWWE0ws44SrppjLC8MI7t6g1t4ilCUZl+qNuOeHejaCP9ys1r/r\nHAZ7xEIcMh1nIQWAMRpFvK7UIcEBHztn2oCEm3Drhoe6A1Mga7qZ0vczVm3U\nKZYb\r\n=Gqak\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b8e790ef98798c066e89f92f6335fe6c34f4a615","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.0_1620584005415_0.7715375383492391","host":"s3://npm-registry-packages"}},"0.18.1-rc.0":{"name":"fundamental-styles","version":"0.18.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c0b426c51b981b13aaace6e0f6ba91d73238a798","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.0.tgz","fileCount":566,"integrity":"sha512-fx5xSt31FfPZYAcSqut9Gp+RLmX9UZSIjANjn0emP5WJmVUmfAveLik+O5PDyzxRUlDSX16e6ebOUSvq0tWr1Q==","signatures":[{"sig":"MEQCIFznAJdHpb6kuKUqnpav8vOYr4RKZJ+fpVXZJdKOSS9/AiAEz3GyIw+vMYQZNr/1rSn4Pz7RssV5Wti1ZADgxwhHsQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16343702,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmcwGCRA9TVsSAnZWagAA37AP/2hZe/U5020RpuAtzRZp\nxe9dsLWxSJP3Jy4R5/z/eicwAlvNA7hXBmWPEuX+gUW6vdcbuhn6SSB9l4AU\ny8FHtpOhvteQNbgNFo2BdTSWnPp7QZci1pIy4RexwfMN33Tm6AfHsq/j6pid\nV63129Ufllt/SszI2xZG34woHIOP7YtUa2fvr2RVF3Fe1ZXEKxjskzlHCLiR\nB1+t30u0WXJVpLgSSUZxl/XsI8fsgHidUYnbjiXyLoGtkTVAoogmvvdacn0m\naycQjPlU2AS8zwjcl0cLsdXbmi4/rOtuwvWQYsponrJldNdXnLaXGhBisNe4\ndc/FWjyZdG4VVM4MGeIr+VXWisgfDiQ17WX99WU+54JeAO7SGo0OsRN6TbcC\n9SE43FpKVfhO5QiDwYZ3ZN1NOGUoQasLhduyTqVmIvyrB3ErcGO0sSvQ7M65\n5DgLf4eslNFAbrirhmKcBJNw+PDtTw7OWcDLdenIKBxt5n1cc1jmGzCsPjFJ\nVP8xVW3M/Uc5xFFQx8wH6UUbXcPvv4WuEd8FPi7cD3syzw15UrUNkqLJ8kTL\nGYgsd7VKA+oNgGW9RoaQzfNeVmgm8mkgDXVmGJiaUxzMFlJiAAouiTHNSWmF\nyvyM5YbXjAAYMIc1EZF8byivaCKPl4pXMNGWdMtICNa7SRQ5/762rPxpJDtF\nDgyt\r\n=+sFD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"de6a63f9bc585ff1b2486b72149eeafa2521e653","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.0_1620691973940_0.35108996319258634","host":"s3://npm-registry-packages"}},"0.18.1-rc.1":{"name":"fundamental-styles","version":"0.18.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"81bb7ad5da8c88f5ef4b40059adfdb4c0c1cda65","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.1.tgz","fileCount":566,"integrity":"sha512-VqnifsKhsgPYW3Cw/RK0l6+zCgkGRv71KATOZMOfcug75UdR+ShONUJ2W+lw/q+O06aBkm7w4tRVg4LJMuevwA==","signatures":[{"sig":"MEUCIQDOVvweayILoNciv2s55z1HMYfByb8BotnP55FEeVYq3wIgILYMycdRslmCQ84ow82bhUU3k9l/a/0n6qWTOC3uuR4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16343813,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmc/MCRA9TVsSAnZWagAAC64P/jlntSQa6V6aSePqHGi6\n3HZsCiD/VjjirnpvH40cFss+0a00lEEfOyDKLirPnX6mm1OVxGEAWxtF/9n1\nDzpyPpgsnX+QiowyiUK7APFJDWwHiXkFjmos1cLkIG0MRSKEYKo1vp8Os724\nDEe+oQSHPaKnAojXtYRQi9KV2c8668JoKQXQdWKMfFu+f66sm/jhJvpYD2eT\nR+1awLLaz0MHqVhC80Q/A1fBrjt4E2yhhst4tGuANdn9btslc0hh0NILRLXY\nWN3K3HxCLpi3Qp9WDsIcwFRmN2ItKMFYw8iCdpnD2xd6WDsopV2LCTYxl9e7\nN0yZtwTd1dYhXNFQyiCRHPtavAiIC9Yb/EXM1HgeaMOChToRXIcieapUvSza\nxttznI5cXFz213RfrDZaXetG7/duxatB/4QVpS6IjjjCIbCbCT2M6f3wNRiU\nCwS18UN8R3TFtvq4nYa5wDcgpU4VGLsRm9r4gBRh6euxDElhH4XcFWTPFnbv\nroGefWMy5Ew4CYcohxWw3goGHdEs04PdUVq1bN1Hfn3mySLqijMEnBPjYY4+\nBACLgsycsLicgIhhTbUlFx0akeNE8izGcGN1A6se6MslFJYl1BqlDh5cxqtu\nvP+8weRFE/IVDlI2/1GbHfp/2jWnAfibW83rJ9OkKvbl+JtIRr3IK0I9aYSH\nAEk1\r\n=EKu9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1c39dc192f590336ba08c991c6d44ca7fa20e9aa","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint '{src,.storybook}/**/*.(sa|sc|c)ss'","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.1_1620692939285_0.17960485753752842","host":"s3://npm-registry-packages"}},"0.18.1-rc.2":{"name":"fundamental-styles","version":"0.18.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"14799292a783ba95b3dc1e64de974cf80aedb3c4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.2.tgz","fileCount":566,"integrity":"sha512-oD3IuYWBIG6rn+Zp0zuZAirHgIqSGI+QbxSUsOCpRF/qEK8E0zYMJAC8pkeAy4GXNlBgPjjZ+6nH6PeGS+p4Gw==","signatures":[{"sig":"MEUCIQCrqbUe4qjzKddlkT5JJZHhlV+3eUxhdSHB8P3Vl7ms7AIgTqMD7ybFX4zEFFIP3ZunNtWK7c7/CxqP5AyVX+YahPk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16343926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgmvoDCRA9TVsSAnZWagAAGnsP/AqpdqPKJ7L9f/dV1ynn\nmkfcO8joFX/Ze4TAvBPL5AhLh23lb2qR5hmBrQD8IrEj5I8SjVrPpunnCxKF\noLPs0IAh1PBw6TXVxFHuJJvLksjtLccihBAVqtM3IsngKNGtkf+i2kmpeFh4\nbflP5mhumyPTQBMFbxA9etJwv5qZ18jb9mMdrJ2F1Sw3i34S+uoFkCEa4rkZ\nEY+FmUzKFW8N7tApDW6/hcv9YAxfjUl/xTGPn5snYwi7T+jN1anuimcEKsvA\nxuyjAV+cWZ2K48pM1B9FCsyOT5qmc5rmKilo+rTTSRnov8AE8yT1W0zIMvFP\n0FryUaIm8oSNGHyBomRs7WFnrmvcv8BcQqm27aD4vfUYs8xmRHIGEBV5S+qz\nCzY/6soeFY2KtQHX0NMu292nVIPUMNcCavFLRNT7/8q8I8XNGImXyg5xR6HV\nnSJhT7iP7cBgl95XHxOXfrhWaMqq8HJwX7HE5cFTTaJDGYooNGmyKTjWUrAb\nl3uag5TOMe57L/FLXjRzA5lsYbM/n9z37oLqGpHqPVnrz/gWbcuvoUC7FaJy\nfg5NfRefRqG/fe2puQA4/Ommnr9u4aCam50u4X8eZZhIP5B4MpG1e6t35b2G\n1rKHGVSFs08J7Dt2k6MKYLb23e+d/lH+Nba0/sWN+eIHBMJv9RJBkArUQjmq\nw/ND\r\n=cH0n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"437f7527a0112f1549e8a2e465a145b96a5a5bbd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup'","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 'npm run storybook:visual:setup -- --updateSnapshot'","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.2_1620769283000_0.24297409197557762","host":"s3://npm-registry-packages"}},"0.18.1-rc.3":{"name":"fundamental-styles","version":"0.18.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"80cec56ea91c1efce5773f015a2bb6373604c08c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.3.tgz","fileCount":566,"integrity":"sha512-hb65M/zoFGKL1OWc3jNoKxbbxyc1dDpxl7hWscVdIXxI4i/TnFokEUgNADopYePJ+0e42RswTpB7KkoIQG99PQ==","signatures":[{"sig":"MEUCIEujOA9dDeBfh2v2JqAgsCeo0B0uj/lon31vw1yCDnF4AiEAnKNsqk62DQpewQrCue/dLQMaQwNjuS9umfAcHvvpLgA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16344349,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnkuBCRA9TVsSAnZWagAA/AsQAKMQZV2LtCD7wDV+3HGi\nDCVZpJD2ruxPumJD45S4oDi/PzbdKDT18j1ar+dY+tIMIB/Nh3DeIAejM4TP\nFJInIgdfiqafZhRiNVlxeLcHXh/Oj/TnowQA2jnyqed18C/CbDN/zUwpx1Ao\nytJRsR71jQka+ulkeYqjh+0sAfszGiVKjYxPOWK2MRsZ+6m4czNjfz/jOmFl\nuiV/q+wd7Oi//8ylYFy8RRcstYzJyN4fJTkNZnXfcTU9q6fZ6pxoyv9aDtOa\nUfUdlNtLivUtLlCLpMyPvKi4Vr65ccpxtx20boRQvGY+JsH4mGYqAkgwujPJ\n+qeNGomKZ5eZFkjV3K5ofT35p3WpOpkjZHw5G6Y0dEpdAMo3CD6O2LfNKkHm\n1slJwLp3fez/3+Mt3GQC1xkmxqR5NBFrp6h0gKAtqqlFR/i6sF5P1ayZ/8ly\n2TYP3vGlL4IjPbPApUImOW36NSrkmCOv16jTAeiJLNz8NfzEZ1YO5KR5m8UL\n8pbSQ+LaDL0775EO4uhlfGAfvIaeXufHIRr3mMBwbomQ/gXBiV31e41EHauo\nCczOKmOCj5ueGuDuuRzjaX+R9s2QZXLqkseV2MQxyReL4OMDfK9/acWbUStj\nkCdej7pMEHxWo2NVF5EKp7Gl5Y0QiWAC+v9/DfHcZ/cB/cktPlD6c29Ujttj\nRXS5\r\n=7fX1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"63d7386cfb28261b6cb57a9ddc823dd223a707f3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.3_1620986753151_0.7739988572975527","host":"s3://npm-registry-packages"}},"0.18.1-rc.4":{"name":"fundamental-styles","version":"0.18.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e3498289fb7b96cd896dca5a4cff5c0af629194f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.4.tgz","fileCount":572,"integrity":"sha512-iiARXTFj5rJradBYD2/Xx2X6fvWpFoOvJn03IYuXL4auKd905ME3oy3OkCRKZovAaS5lPK6Xjjjph/MT1w7MoQ==","signatures":[{"sig":"MEYCIQD7QKwmypTiieU30/nGQi5pedfOl5jGexos5roSwt9RkgIhANT64s4C/4ZZv0YDXN/dDkZVk11uoHLRKCRlywG5DxTE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16775186,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgot1ACRA9TVsSAnZWagAAG2wQAKUjWVTbcPOsm1hsm56j\ndIrXKJq7+mgp8VSc43Yoew2w8CrNzdc8Ge8Jq3RP/h1LuqwtezRSstpUkT1q\nN0CrAQdGzLhJlTLUCPSBZGxAJdIaeJz0DpWOFgUO2jnJcHbIUfad8zrNbCzz\nahdLP9P6KwNC3f7U4mX+lMjXQaWqQIdaD2yFDYNWotZwV9FhXfW57wABxU0C\nm72LMvssXmELDHqY0mKRuOWrn8Qw5YZuqwKee90MNHM/pRepIn08BhWdfxJ8\nBnysi+4+bcDclhe4QbHzkuAc6i/Gm8qNOBqnmMTo5mkYYfjWXyYrrlUzNzEH\nb7BfHVVDXQJKl0amIisivjA3D6LXtKpej4Gnp0Cq72tpozaDWJnUH3mPBiLB\nsM8mHOXicWYOMjjUmvXAwOcP6XSkhPAgO5xPv8XSMmjL4yo7w/0zgoRfstc/\n0vr9kciRB/1h1SMZ/xe4ZHusWa+mBRhxNsNZKU9NtZ3i9mOKt+LczjbwZ3BW\nw7JA7Ly3rpw4YeweftWxv5Q8qa5onrZI1sbwECUdsyRMXJ+2Q2+9GYWVHt73\nP3DGNvfQdCWQEweBBqDCtDBJIz7UwW/NzRiQtRROqw7M0LB2mT1GpnJehqQD\nRNIgf80yzAslmxo+Kbrecfgxz8mmfdkPRW9anBT6m/e0aOjuncfjR1pc30ib\nnpmp\r\n=u9mz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3d252cf2c38c6f4a59cd1441f2d2c000b642d2bc","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.4_1621286208283_0.07448833005760513","host":"s3://npm-registry-packages"}},"0.18.1-rc.5":{"name":"fundamental-styles","version":"0.18.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a502a8546e40d749c0509879afec530426f08234","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.5.tgz","fileCount":572,"integrity":"sha512-wVo/wYwbbRsJyo3+VMzPbgfKrfuCgA58MiUOy7tTU/6u76KuOIL3ksB9HGiRdxADjeSuPxKOqye20s1AhwQSuA==","signatures":[{"sig":"MEYCIQDDNUl3Al2aSPCu0XH0BGQNx25Bw0Jw26CP+2sg3nuUiQIhAJbecBHcp9F1kvw/LgkgZSq1Yp9464Cz3CkZ5W7hZyiq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16773901,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpHYCCRA9TVsSAnZWagAAIPEP/1mstlcDPcECfzfGaoMI\n37Oup3B9UOxf9DLpKWbB6qRRUu0cAYr5uEWuFvu0Y2rOnxlH9CPoLLHrZYDQ\nnOqYymFKM12Q8Iy+woxooLvvNo3YOBUQabJxDM3ANQ9x8GH3oxmERx3A/hKm\nknblaOCuZVL0HuZM9jafXPDNmijXqmuuhUsr2Fs7OkurB9ndjd9HRKvclVmZ\nfiXQSFB/aytZ5t4eErNgNCARxz890rs3p/aW/+9R3vZ/WjAP1EGXGMgSQbHz\nxzMKfL1c0ooSVvD54aatL6k2UMmzaNvCyH/RYG9V3k1Rs8VEqLK8o3XFerkC\nJk5gg3tHA6NG7PRxmXFBQ7M2YdWaD2WKJrNgg449bsLpOE60BBbiUX7chqRv\nQHpMlxjdN73kbPVArfbReWV9ITjrqXPuSrhlhYRAUkqkyofGavq/cq1UY7UO\nrojKe/NkkFYoQU3XW03o47VnkwwNTSbdnbVeuZNxZuHhkzLj2mtjf5FRDGOS\nh4HkMTXDpWioEuhPhWguSaWH190yF2KqxuDbt4a9CB+HTT2XB/HGW6HoCjiW\nYrdW59vHKFXmndk742TrjAsdzQD3soPA53f0roJSNfR/ZDtrecP70NZLxjOd\n/cS4c6GYZj673M1qWf0FdJSvbZ4gToq8oHRm2Keprk2VJeCF7q/aKungTk3h\nVvt2\r\n=EP8Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b9ba0711a8a8827d90a4541229c01d195a3d9e14","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"pre-commit":{"run":["lint:pre-commit"],"colors":true,"silent":false},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","pre-commit":"^1.2.2","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.5_1621390850225_0.7785269389425895","host":"s3://npm-registry-packages"}},"0.18.1-rc.6":{"name":"fundamental-styles","version":"0.18.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8c03cdf1f376e25c335a06ded5f75dedab8ff379","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.6.tgz","fileCount":572,"integrity":"sha512-avlXUEV4aPI0DSKMHY4Qskps9qX1bax4lBHmqiaJrhvCrM2oFoQ5oHR5l4gMGItCCflQ0sRuG5uKT3ljObUXzw==","signatures":[{"sig":"MEQCIF/KxWUtR+B0NOjH7s8RsO/UHdfzJxTcreljMScZ35AxAiBu8ApOotELfoVxwrXcLjjrKSpOXtQScR7yCi6qUcD57w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16774057,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgp/jaCRA9TVsSAnZWagAAGz4P/2cfwbMGvB7a7kIaQ/GU\nkbTF3u/UfeYPZi4U41ba3FUcovcrlMAwR9YttY82w2ag4dEzzQWEeLEn+sHv\n12aAEQ7zedKsnYpKX3tEBVn9yL40kabjE0NJg5eKY2iBtVJHr4WcEcEXkOK/\nD6QfyjpTylUwEP1wvrE3h65UOJkuYBcfgpEPu5mo8XjrUfCEgf58m5TJY+Bt\n6WcONPBDffL1ar8tGsUCsDpn2G3OFxwQCNFWjeWZnv0xoOO35Zj4P6AlC0bB\nup/+304M7PVSZpI7Fp7Hp/ZqdsjvnRV9xrshBUiOwzy/RsS/NByJm/mNaXgf\nQ1TOMseNQGNlCwBbNYmnLC4BLyulZedid3ftu5v9BOJdojnjOgRT+qdBnP3s\n/+UtclNxCsiTry8xhEhzpuYV0XTW+Zzwn1uF5vbYhE//SUWTcmQJLmGhxzXL\nL5Q8vPuBENhk6CWkK1rWK7lqlAsyYbGfNL4iX3nlbFTqYyZsYlPgrkVVIwx3\nzixy7dKiemC9osITU4Jgaa/cYPDrWwhPzOw3GWUSeFYOWw7jR6ww+XpVCsN0\nXjZDk05T7NF6qpcHKz+3NL5eGkXf01LDQP5o9fxuPaXegqNZpuIy4M0QV14w\nM4ruMWGT344V8cy3aMXiMqBOL/yE9rDr0CILh22VvTg040AZ+WIDuV7ecM7a\n11AS\r\n=6HZr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"618b4a60742ed663aa621eef7ea848ec6ba29e44","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"^6.0.0","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.6_1621620953249_0.9094713631569178","host":"s3://npm-registry-packages"}},"0.18.1-rc.7":{"name":"fundamental-styles","version":"0.18.1-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e1f358f6ddd1a1a5c65bdf849db13f97060e7756","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.7.tgz","fileCount":572,"integrity":"sha512-9oZubjO8MSZtFi5UeUpGwy1WRJDK+2yjzKwssaztW4NMSSTLgUOwLxzYnlCjMlCRcXF3Pn/Un+cGyQl7l1CcuA==","signatures":[{"sig":"MEQCICaV9w/f6u0D7WdqUZ6RYbpNPilptH8wD5bWSusPuZzbAiAaEpyv5qFIgMk1tlJVyiFHQkYoGfphzeRm/NdPvaqYFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16796896,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgq1yaCRA9TVsSAnZWagAAaNkP/R5+aFsuu11ycK7TL1P+\nqAZKrX405D4nGhIfGEtEJ21H4GxW8ItArihAfcXOQvSJO52PreIXhQPWyJ9G\nCdRytrXKIAEt+l+R7LroFmwDC5V4viUQQ96QSDfm5ZNgP9zLsBbpfk1sYnW7\nnlBJpkM7W89czjghfQTUxxuPiUWpPPyFoyGefNU4UqNO1po2POFHJr8aQ6yB\nAHiUIeF0NQM+ZLtVF9VwtQcLqjk82t87fN71mfvkP7VdRJm2RsERSzOnAfGe\nJc1M/qG7Ckeb08ub/97TRjgu8yyczcpRPlsELIdrEubVegrXxTOLfki3kckE\nMCYo24cVKP3EnOvzh0elABnCYN1nkdchAITENlFZujTc97GX58CxMz3CJKA7\n2UTtDUjzXPCz/Rn2mhQeyvcNO/l9TyDmLOn+fX9gY9h2hp3L4kaPmZc9Cbno\nShgU+nfc8hRQyy7hAHgBsF7GEP43nJM9Bgz1ttbZ5h2GR3J5q/Uj6QahP7jM\nhI+I3JXZD75ZtU+ZzNA/QgYWXb2sQf6KAqGGm83SWHKeUUEw+oBjhHRtMy1V\nyFldlJLY3DltgrEF93TB3Ul9IKodNKBw37RRDtpKuOeVxxgt8JifNhocLuXn\nU/7Km3D7HB+dRQRwjZYUqguVGywFoe9LEjGdDqWneBeFEswRalTOaP/K+Kl8\nqCw2\r\n=A2S4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2519d3e9de0a263def27d91b3a5b64c509bb1a0f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"^6.0.0","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.7_1621843097912_0.6939043726312437","host":"s3://npm-registry-packages"}},"0.18.1-rc.8":{"name":"fundamental-styles","version":"0.18.1-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"946bad296809a891f77936f4dff4b63064e3e3c5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.8.tgz","fileCount":572,"integrity":"sha512-7S0iZuSSzKnxRgmuSO4xBg/Bp7AQsYTPQm34NF1szboY8GrArkW+d111gHrB6nltB8aSxAhizIkTCz4aqGQ2Gg==","signatures":[{"sig":"MEQCICNcgyqncVk4MwAaAZTi5dLQou5Y35qI0iwsNYkjL6GhAiAam8THx5cdD6IV+l9FF0ZgpL4TbEYCIssp/ZK1NmwCgQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16797007,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgq7S2CRA9TVsSAnZWagAA7DgP/34kMOR4KyOjMbFJU9AR\nIIdnP6G9Y2qmnWapyJvZ8wWc20kVDuKbCT6LumdkyZZZns+QhZ0sA1qpEu1x\nE/U0Glw7TwWNgqORQCdjDsR8DaKOItoXKs5CBOfcTH7XAtYIj6BNIe4YrCVo\n/ih0BvZiSjx2w8sYu2rrOQ7f1r41eshOkAfvG+IpIjoa09RqlyioYyQkDICF\nNSc5RCh42I0njy3vOHd9C7l0lx8StIgkwmRXu7na2KHx9Ea20e5KU1fBt7ET\nj7+fr4wR6E7kXh1YQFyw1AfVkYzMQDU9Vu88LplAJfWcshwnal05w49/muUR\nCdMhG87bBdAeZCLuzyiuwxlr6diHAP7ayXwt1XtWvJsx1GTTQvIQbZ/N6ZGW\nc/kA5RhTO7wcfvw24DFzy6tCoXz072CvlakOxeDjZMas0uTB1WlkG4VF0cQ1\nG0RV/7Nt5vYiUUF/CM1c8y8PLh0jMyucCEMh4nnhe5M2EcV+XNvWooWBJrs/\nlWHzHHshHxIYEGkiYPUHfhJmYkjpF5O/7dbPpkkU05Lg11Vj/pbcf0G2zzyR\n9Y2OUDdhez2lxjUzz+zewt3zXVWMbVkBtyMepePW0WX1U5rPVBzTQ+/Itl0k\nEtOjCPEEDz46VMgPVEYbvw47El66Hi8E1QC7jwSvKufjhyLgkLyl9gHtmrSX\nQeTA\r\n=tlBH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"589ed90286cbac4e5432954cd8deedcf843abb94","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"^6.0.0","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.8_1621865653340_0.6015620535745079","host":"s3://npm-registry-packages"}},"0.18.1-rc.9":{"name":"fundamental-styles","version":"0.18.1-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b92a1a6cbc1819ec05d67d5660f6f9eafc5b3dcd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.9.tgz","fileCount":572,"integrity":"sha512-hlqjyln0H5WXM/+Q1IpHemDwb4AJeej4Wh0kbSy+UBQWWwLgU3gZWsYmfj3Vd/z6ljkIJ0LkzdxwpAgClJ7XHQ==","signatures":[{"sig":"MEQCIHkGbTapqGDkaw3r3y1m3EnXY2EPP8ctF6bCRuxPUnPEAiBTH85oJ715lf0T/xNKzjvQUXmClzsjXEX4c9lMl/EHVQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16797923,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrcV7CRA9TVsSAnZWagAA2ukP/3DrJ/Q/dK+aIK2GDDXx\n/yqd8wVKCS9m0aXlgJ7pYE9yey4rI850tYaGeTPB7iXf+lc6tietBPED3Oq+\nx+I0wK1GDBx4O2dXDJf9T2K1+3kEI07kB9wtczLZqlyb1lLfVu/3PP8Nnea1\niBhJ+rBkxl8SVgbUFxby37zFPDq9P6xFlYOH4PVK+SGuIthFpPcU+LJ9FTIc\nNhF10a4tNGGIrn12kNoCJl9zH1zTHQRZtm/tYbG+GHJaOs/mwqohqpsWXfcF\noJiJ0KAxfC3Htdhq0y4X5skfalEyQiM9WQ61lKCB+fyUPf4+3T1jPfXFNsxi\nBNEn8aH4bl35ZPyZwiX8ajpumQ99SrGz3lzlaCA7IWcCkYqJS/Gm7DpTUF46\nPVtbGkehVOT2r7baxcP4EtUqzPJoVNjOlTwskSQx4f9azhtTzwAFws0Wixkx\nTHdQ+OCflVt3+CqSgnOlRp1bFRKYKOAwZWH7yrbwYjYL77jKt7Nf5qioJA3n\n/2CTLEtkd+MUAJOM3ybqo/YRo6sDRfobucf83AkBPJN7B3gr1FXNznE2Fevx\n5ReIu3TLq1kHoCsoaFFeLMMf+rGUNA4UIjnQDdvQ6jb0qcZyNGo+CQjjVFS3\n0eh3P3H7KgNbU9J8l1dvZip5Uaec3b+bREZ2dmPExnTctcTJuyXr0DH+lYY9\na3JE\r\n=bK8B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"315b042f0cd2a1bc33151aee4f9a802fe37d7b04","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"^6.0.0","react":"^16.14.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.2.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.2.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.2.9","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.2.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.2.9","@storybook/addon-viewport":"6.2.9","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.2.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.9_1622001018852_0.7882146104282395","host":"s3://npm-registry-packages"}},"0.18.1-rc.10":{"name":"fundamental-styles","version":"0.18.1-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b47b722cb4779e4acb8ce7c4cce52ed05e2b0507","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.10.tgz","fileCount":572,"integrity":"sha512-DpzuNHZ6QoqTaLGEJkpn/a2G8M2sBERE/TEwSyJRidg60r1u5uLLZBlxtLrfloeFe3AntRl/VfaHYrUjn6zwZg==","signatures":[{"sig":"MEYCIQDOZm2rDFEhV8QL8TuBz4mPNtQ0LefGARWjM7ke3d1HCgIhAOzR5D0V6Ixh4gWXWqNTKsK77tc2x/5H/LzM+hgjT4OO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16798602,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrlSgCRA9TVsSAnZWagAADB4P/39UNihLGaQSuZCCNNDm\nTNlqYrRVSJersw2u9zL8WLnB1upO9l5N6tlVHPLejFRNQbLTzH9Q+T1SX/O+\n+AAEk4dUojL5XPwwD5AbDof8SkcnC4wVv0xlqbA+DVidMNECeS1vZr4J+J71\nBUsQgSPL6qk3SvOxSiitWf9GlAAO5H/wZqz/BJqCBXnwiPbgPsRdr+mRiUuz\n0BIohOyKLj63PwBpsvDyXmNFro0kg9sXZTTi0laGcI5D0RhCvOxoTcyfDSSO\n5KiY569lTKk50RS7lADydPAuUjmSg9IlPVN2i6WcubHiy5C2iGB2zLO9gbOI\nZPxflN0DS2KlJreTPlnuPLEbPJNr4/6gCimB7rZo0Wl2dAvyOLREz6EOFV1e\nogt8nb1ZrchuqBB6XqBiHvoNgDJ21MEa0sZqYwiL4UNWg9zLDaHqYh1EjHAb\noF6oIChcZZmaC1L6WAwPuFnNL2mxDPRBAjLKopQHU4tuQ72uMAT5dlPZXxR5\n/ouhQdTFKCbFVtwRok3dSaUUAIkzgUiRRnTqoAqIUwulNRo/kWCO4NyWMm5x\nQCaRkip9u8jO4ocuZGZlG1FZqePNkJPhUtv+ZSOrJesNSz9O8sKO1ihaRKVj\nrNSAxsNeIJ9//yRoJ3YsL9XtLm9lHj7vQ44MrVclazdX8d/6LwO+RH/aqvXA\nOz53\r\n=4W9W\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f5de4d5860daae4fe4f76b31771d40c588623a67","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"^6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.10_1622037663642_0.05188377068961558","host":"s3://npm-registry-packages"}},"0.18.1-rc.11":{"name":"fundamental-styles","version":"0.18.1-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4f1da2ff4dd81940ed43fc75d1e067353f34d0e5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.11.tgz","fileCount":572,"integrity":"sha512-2Fjarl9oS4f6hOLOExCN184Cx0D9D56lQPG6nVw9S2247dxBODecJvnorJuIbpy0gyBV9YbcxXfpxWL+TepDzA==","signatures":[{"sig":"MEYCIQC6qz3Ic1spIfJOlA3M/cBW1WTmFKMs6aLqNzFQDJzYGAIhAPUVRV7qJiuknkWWlWEm7XAsCwuxwkI3s1y5Sm3B+gaD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16821053,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrmjgCRA9TVsSAnZWagAAYRwQAI+WvuRqQ82zufO5GeD3\nVyUQ1Pft+7x0wyOTU8wG/d3he1JPbUgoF6gGAnCcuiuNbZzbGsRtyfHt6K2O\ndp+VPzUKAMSSXxoiDYk7xC4gCWQPyiUH8t609JoW/DNS6F48CEGKvKgwzWOQ\n6Ivkjyfjkg26lpQL9QoQbeMpkQsdbjxeIdh1pEBunei/xiWtR9ZDR6pWWeAL\nJ4Hx2fKGqLL7SrGOYcg/ir1P68cmGPn7wlJpNAlMiThPLZGqbgaI5wSD+qMB\n+/J7risPNeU+c4uQou9uk5Bj1aEF4ihrs3vnbBsstKER+1G6skP3eTvvJDQP\nlF30nTe8WzXA8bRqOqOWE7oS+ZFs1E03StOvtj4jpFFetWHL4FA04PSGa2Se\nGw+zeL6rI6/kxNIHxTBlRwKIGwuoJXGcqPl7VBkToPXCp8K5mluF3wT2eIGI\nPb3l3pwTdhfPeWoXXiNa3kpmS9NZ3dQGPjky9y9jd0cDEmNyhaELc49wUCwj\nItNam5PHlFSugYStcjDVV82mLzi7JZVv/TAk0mNLi5em4YBY2pnTULSXM33W\nlhnve/BlLaBDu/gcq668YsEH5bxfFFpV9h05C9bXtL6rg5dhCqoaxyt6FJS6\n/uWvX5Iu3B1G7rZV8PG/mL5QZMZmdrQeOvaBrj8/Thj5S8DMvU+wSFcg7Kbi\nVeHB\r\n=KY5n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a3502ec6b17065d95a16759ee55ead45c2c79aaf","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"^6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.11_1622042848285_0.08587435813707378","host":"s3://npm-registry-packages"}},"0.18.1-rc.12":{"name":"fundamental-styles","version":"0.18.1-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"56138e03e7a35340f7e9c6b5e0264e31781c2952","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.12.tgz","fileCount":572,"integrity":"sha512-BFKMDH2Zc0Gav51SPaYPoYx9nGMCVrFdLeYViIZ77SZOvLpOvX1ucDV7JXdYRaw9v7Uev32XOOCU3dP7FiLD2A==","signatures":[{"sig":"MEUCIA27DNUXRRzrQlxsJubyZ9MSKkLFT5YxZBKq6xIx2dUVAiEAjbflxfI/qLrDrqlAeycQ6KiJwXtOYDiSEg72YYrK33c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16821645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgrzC/CRA9TVsSAnZWagAAcqcQAKSFKX1xPqfbc/Yr1KJL\njydN9xIZxqosVns/TRK84VtnRERis1YB+hlWTQQGopsyd7CvBBVElJKE64v1\nng/CEzFaHszbb9vniL5Jw4LzBUmxRXmZqgvk6o+6TLK2l2GR+0U20p/MmiA2\nHDG6IIb8A3YYtWDiQUmudCtL2qdnlrYSUDaFiJfSOlYbXdcI1Jwct8sqo3gR\nExyZgiaRwkxS+AQtdK73lu9q9Dqdh2FbESxwi6h0by7wrz6jrR0vZirBYPsD\nU4pN43Js7WSh4/vyp5Aip5kT+0acxrM0FVWJmGZX6q8TZ6Ag/VN91Yc3bTCy\nPwhFqH4AT00uvZDYegFpR1HxunrlZ6sKlZV1JzMKuZ/9LJzCCjZiIQwJ47Pg\nrYQcGvnNUf/qVIYwbnmu2h3mxd1z48fIdsRLO5BzLsxD7PQL2CjB4Qv6NpSI\nDlBYZV6OYEnsrMOGfdL2QWhO3Bfg4dP9shwZfhdlu/9loyjcyzhsv0KibEvK\nzsVwA+cpX7PpgCWfcFRiGhxxnoIN+erVVQeUNHU09MbhwvdXxqnqtE/1lKNu\nwYFHTxplOlhSl/I6eIpLdaHnpnF2PfUIt2hS8//RvrnTJwWzn5UZrFDF0Tav\nmi265NTMz2tkmSiZVV422QK/b+hwdq1nNJ5yeEvYyFiJqt/kL3DXfbZGcN48\nL2wg\r\n=t40A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"da719d1ace2cd7988706a6baeb8c4314dd823974","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"^6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.12_1622094014543_0.9236949104798968","host":"s3://npm-registry-packages"}},"0.18.1-rc.13":{"name":"fundamental-styles","version":"0.18.1-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f5d2dc8c88bc55c2b28a7b31fce97a530712963f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.13.tgz","fileCount":572,"integrity":"sha512-tNVa2E1eMz6RSWrxFgACDwHNCbZQ4+NJJeLP4rCiXkBgbFxLbYDlLKg9jt9ERZw64sL4G3ZtN2F+JTHS3SIjeA==","signatures":[{"sig":"MEUCIB/Q1NjIxe32jlxDU189f2yDgtrDs/xHTbWQsaya4Kj4AiEAgaI7wKH/0UBSN6Wpv24f9lH1cn7bDQiriqGiF+IFN7c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16826931,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgsLS+CRA9TVsSAnZWagAAQEsP/iqYtinaIxoyZge6RD3+\njk4udHd6OETl4cyHrxKmWs7db8jUpgpjmR9r+uFdWLuC04P3/BMwQ0ZeMAbP\n2iXNIcnGuANci90nf1SW//JrLglCXZOOn9ZI2yJqoQE3Iw6dm+KUMIkN4cJg\na+hddsMgeQZiV1muad7ekcchI9w8scFAPWbNsBe+Sv/7Pmm3PvtivXtRgVr+\nyS30oTvRDy9Ahk+ZQVjc6/F7bYPQvi1S9mVnTUJWeVHnLFhoS2RbGL0K4j8b\n/Y2J7Rh8lS5RJsK/Y5DFz4hQygNjSafyU5asgO8OqpFGxJou1hLvTZVrapEV\nXs56my8n68Bn085AYfn5NYsjE0D3NGXXpU5I8sLFnq4HTbJHmziy1YXnDdE1\n8kF/9DueBI155lNQCO6lnNSn+Ry2j3gClnhXEhNjA4uLI09n7vZM2KzXK817\nUf4Kw7Jasqv2PXH3E5CJIlXlEsxa+vaNuF3UMTfVL9Zw6ck4irxceGX3O1Du\n0iNbzP+EjgSlgtxRmfun+EfVSnnOMXNM+em+/rLxWXeSU5qiL6SKY9KvkySH\nxB4CpmNOYyMbeKygySwuF83AskemP/ruoIfcXj1Tc8Vk24XKNdRMkq2dm1oE\nR6dWe3bh6jEOECkxyjw6226pAC8p2uwNJlmK6tHFQt/6Tz3R8OEZnACZpSkn\nWPOF\r\n=W4GT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ed696e0d53bcfb27ccd89e94156140c7e2e8411b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"^6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.13_1622193341638_0.3572686102134832","host":"s3://npm-registry-packages"}},"0.18.1-rc.14":{"name":"fundamental-styles","version":"0.18.1-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c36584c63c2839013a4e99414722740534def08e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.14.tgz","fileCount":572,"integrity":"sha512-KidWVlXx7eBQnIwbTaBTM0BvAFzOP9W8oLXwx+imPH4PgwdwmsT/+Xtqy+TSdV3sCxiomHdJrNZMAouR61tHiA==","signatures":[{"sig":"MEQCIFvZbvjCwe4h5/iZJ90SczN8l/gt/JDynSxUgjiD1kG7AiBorZp8yodMQ2acttOZykYaE7qe3r5/rewJDALBW9Pupw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16827045,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtkMFCRA9TVsSAnZWagAAehAP/AjuDiq7fDUhCy31JGeR\nNw4xUz8+tFHPvA/K2ni3H/cHjtcY5Fq04fBLMt78tQ/QYkknEGvh7OMNcZ8c\nF3ZeB1t2VwyzFjnL4Mjl+d9q7xGNIpDmz51PGdjmPTYwGYRr2kkwCVjXgd1y\nY7hXCP+BvmrnC1Af7TOOWPIRLftWPlhbpVh9qBX7S5NeoZDU4DRRpWnklDlu\nRAd0bCRhEE4FlqWrjSEUEIzS9PmmmewDRsB5G5lqxTVLtsCUy9s1TBIsJMza\nL4ccO4nuRaxckf9aRfknKpM3lS/32Chx5cvdCeseUoOzjtmR3xQgltddoD+B\nq0P3auJ7lx87NmpxM1h7o7MllcYE65h0emXd80PhQeNw8Dl4sDHBE9ldwWkr\nGzq3Mqp/yiUnN61mJp5dfF9AHhCnkDEPc4Ce/SSBI1W9R277xrmfDnk55ySY\ngI6NgIzeAHHzxcLh/Y0s+5MSuFG8T2J/5jA8mXA3f2c/4WiVZG2QAex/rirR\nBFxwMcTlLZ71lhHqFdrbmglwb8O9nBjpEVs5ChF9Suv/dJsDM9Oq7A7FfBnp\nMnIMeq6rJs8d3lc5BAruIKeHG3PDxqmOjZKseLWjDK/w6aGOkBexeX1YuVUI\nmkin0p/5A5lXZYMYizw7pAHTNWZUBR3E7BztSPbGW7GsHo2tsSEkimt91Oq2\nIJX4\r\n=dwoh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6d5936dae79f745fa4f90c129db491a57cd93baa","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"^6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.14_1622557444717_0.15455531499563246","host":"s3://npm-registry-packages"}},"0.18.1-rc.15":{"name":"fundamental-styles","version":"0.18.1-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"638c0760ed056a0c800fe94062a2be34537584e2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.15.tgz","fileCount":572,"integrity":"sha512-4RaUsWlgrAXM9//x4plTde0Nw+YciFnQV6/Qm4WnfQ1omGqEpdhRSPs9DbTl1fdgkLzW5v8uDQUijJADt5EGJw==","signatures":[{"sig":"MEYCIQCvtbMRICNbJsvezGCGS9mA0kNzgRMwEpdRNAgl0rQ5OwIhAN0mJ1lDAixgItNu6itc6Bc5ae5Nqv2LWHam73hIGmI8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16827405,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtmCUCRA9TVsSAnZWagAAfKAP/2pbHNBveXCWUZdczA1N\njVwkhWGHestSsrxpvXOMAZbSF964ME27oI3xsNvgW5ECcCqrA6S9Y8xczpUT\nCYPYumHsb8eycdHTfsfCR3vFXStfLth+4kAqprEHKI+oQFYu5WdxqRm1tI8X\nS4Jh5oalaPvUxtJOVs9gFmfgk3i12aF91po/6lmhWrRSKNUPn8foBIMH3ocA\ntNzBQ6fqUY5wliZNXW+6iF664D/DiYK/kWGvmHSW9wdzlouUGe4me6N8XKyz\nGyMdMx83XlHu3GSsC9JShDusxvY4ZG1OL5loBypmCztGAO7SEp/76p2XA7PK\nOf/OmYv+TltqLWT8D799lrytiFu0f7s58bZiKgpU+tTi0aFxANmeinhWu9z/\nFO8fTbwobbUEM/Y/yFYpnkHG7LCgtVjNbvSCPhZHY9EqOQEDH8XK0CaZLGXL\np2PhC3zKpqIX15YZ8qa2z98zzLP/4WhdgAPkN3cKlB6TT5FeUROUzTgn9+MV\nyBPPyS1eCCs1eQWx6gkkgQ9N2Otf63FZdioFIijwY7MAbTKPFoE8h0NcFzei\nXx6Wu4thRJ7GGrXwi9Ko9mUghrIuUuY8pq+G/0EMW7SIFCei9cyzR0VtIqFH\n1txUnofme5LSk+beHsS/eio6Harzo/fs70y/uo4bqPO7yujLkZE/vtdaLSjj\nn5LT\r\n=OqNF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"112661fc535aad248fd0bd9e12021de9f482d325","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","git-add":"git add -A","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","version":"run-s changelog git-add","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","changelog":"conventional-changelog -i ./CHANGELOG.md -s -p angular","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","version.rc":"npm version prerelease --preid=rc -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","version.release":"npm version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.1.1","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.15_1622565011860_0.3556632110074378","host":"s3://npm-registry-packages"}},"0.18.1-rc.16":{"name":"fundamental-styles","version":"0.18.1-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"41d561fb1b9043fd494ad97a395d41a0ae155ff9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.16.tgz","fileCount":572,"integrity":"sha512-X21TAttWHPUQ3VO+2oSICDAZa/0jPmIKNw1VvTXdIpzho80ruwiLaevZofBLZvQr0+zQfmW3+ScJtI3IQUlOxg==","signatures":[{"sig":"MEUCIQCteCU4XuU1R5EnQxK6yfFufrj5PwexPY9wHU4FFwewAAIgKz0TbQ1DAnnloxl9VKYGC8z3kXiB0wk6X43kxjT0z94=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16922993,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgtoT6CRA9TVsSAnZWagAAnvkP/0vhKE9SQeCcRTohh/3k\nbQifUjigFWRMJ0iRT228byEYxvPqjQp56eSDbdtUB6YmFCelr0GPi2hk4y8m\n4wJGx0iS6KfjTZMtBVA26DNTotE97VIDnla98pLTUrw+IWbYQk/FE5l2l91N\nhLN/req+5ptDo+2pTP4PMYGhkiIVk8t72fR0mw7tOa6k93ay/OwlxGqtxEPU\nzHjvtjf2f8CKZNoNuIaXBh903Vadz+0JD79/evcWN7fv6q62T6R3swNaSvS9\nvyOK7k44yqLb5J57odQkunCxgEMQhXDxIFiBgeLKOTs77kJpn/C4/eYNdB41\n4ILhuDVPytX01jVbC+YjvlGW9Alg91ebf6DZKSoyeaeDHycbxNwiCfsGAA0f\nkzFRt6VUBBk1y+mOuPfAbEbLl6kvB0dKha+W5i8yzI951DkGe+XlDoZHV9ST\nfdo+OpTxUyWQ5wG3wB65+QCojUnMBICvF69nUOG6Tbaaet4joL9Mk++8/9p0\ns69KQjwTnIOjjT/HnV14phtPwA1cznP+DWq9IkHfLHWd1xqI92cos3CCWo5H\nMYLO+p7xvdUGTq6HF9UZpsKih/XZJrtQekNwy+dHhRRsuO1Fk5jQQdsbC74V\nEwRCw5CrytBRPpgNEPBsYZ6YIaqwDHGAkNZ0JVieqnGtjT9zCgAEqIU3A6lY\nbUGD\r\n=ct/O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"feeccbf24faef9ed836044daaff9bbcb448a90fd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","git-add":"git add -A","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","version":"run-s changelog git-add","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","changelog":"conventional-changelog -i ./CHANGELOG.md -s -p angular","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","version.rc":"npm version prerelease --preid=rc -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","version.release":"npm version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.1.1","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.16_1622574330185_0.2771269622851582","host":"s3://npm-registry-packages"}},"0.18.1-rc.17":{"name":"fundamental-styles","version":"0.18.1-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a8232b4f89f6d0ad54efebfdc02c320903d95b1b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.17.tgz","fileCount":572,"integrity":"sha512-D1rXu9/92lRuncXERYCUhI2YIIIMiJ9Oi4lY3v/nTQJDmisGlIpKNm/7L3GvxqCCDHmNIjMB1JSlY2fLFdbF9w==","signatures":[{"sig":"MEUCIFL5y4j7DTRrR65oeC8qauvndD2r2b8YymJTyTycBVhUAiEAjmfKkcU1YKkOBtLyl8VCphF52jWtP6sAQHLWOvqItxw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16924390,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgt4VyCRA9TVsSAnZWagAAcXEQAIhcrh1eiT01isE7Vb5B\noQuZAYSaT5MgzHFxWI1ULqhEtl2CUPDSavAu+3t9Y6Zp9dTgWZCOxHRTaz3Q\nSXLWk0bmn33aZ9KSrHm3ePoAb7FBqxVyKpDkAkeUTChRyBbdBBUKWzoLFhIO\nb+1K+y1Dc3G+Y4AQFvemMmS4+CXlXc6kUHP18YxWmuylGFT5KQBpdy8yBsqM\n4s364UC6owm9i3TEv7pjehxSeohw+URyVoGG1lnqPUYNXXaOU6JhHGE3noYI\nuDdfPWdaDs/VYDFj4mQtwhO/Pgf0XjWos9Ux7ZmyX3nzo9WtHBxGzDztWYht\nEylEtANzEC5gwi+tim7UclAw78juvtnIRda97fHnb6IXxBjowWvblIghCiEs\nxyuubvD/NsoFNkXinIJVMXWXoFYLRxtQT2dwrUK5VomLcoqdiLQ1bIXRvXDH\nmqF58n1twO10Q4O/JSNSTAc/0PBYl1L7G4zuUuYEHloP+AvNIMTPxQg2H4TL\nocNNu5/vYNxiD6p+2L2hJFidiRLiB4g1p7OZEkXHY6l/UOTSL8sSWv8SolRx\n+M9DXAvD2tiYQEW8Ak8i3t9m+jnwrNl8AaGHVIJCJjuY8z6UQj3TfkOCNkLd\nEvP4i5up7QmEQRCd+XXwMJ8fiWpqojoHORKGj0e5hK3RG9XyNTKvk0Pv6Kjk\ngOwh\r\n=Lk6o\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"455ceef54ae5d58fe4959ecc00b1e450140a1c71","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","git-add":"git add -A","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","version":"run-s changelog git-add","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","changelog":"conventional-changelog -i ./CHANGELOG.md -s -p angular","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","version.rc":"npm version prerelease --preid=rc -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","version.release":"npm version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.1.1","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.17_1622639985553_0.18526120995550843","host":"s3://npm-registry-packages"}},"0.18.1-rc.18":{"name":"fundamental-styles","version":"0.18.1-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8917648cae19f732714b56105ff8af7efbbf1cc0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.18.tgz","fileCount":572,"integrity":"sha512-SszkWZqsPsW295JBhBaKO6TUfzWAgeQDDNW17JFqpUnNhT97nkp1e4sKYZMT5Ldq/KSmarfv2uwOopzq+6+AvQ==","signatures":[{"sig":"MEUCIQCilYDF4BsopV8ntk9iWsSfq5Kq/hdJkrHVa2a7kqNyugIgVY8efaTiGrg+CYx6DKgT4E487EfhbjYXJfWqVM8Kn3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16924522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgt/PXCRA9TVsSAnZWagAALQQP/ikObajYFwU1SyeQ6Hl/\ntBzjDzFpSw1O4IieyH3RbS6j0ediB9klAQNI96aGEGoW+FoPzKWgyMpItoyx\ne5VjkEwZEld+e4MdFn14UMagf4tUDu2F8JkSIIuJNu/w/8pqjPBv3rJR8/h7\nT+hIJuzximdqTFRC93tliqBmkH3V4CDyCVqN6qZPxkU5Uzx5Rh+bY7tRL04F\n1goi0kYRQwMCufOE54V21YBMp5kQBGP+6yFdrGJJA50SPsPcF+TsBRagIvca\n+Yx+bvXizFGqnaxt/l1R71J9YEsTVXCaU+PKe71VDdY3vjsZygz3D3VvCclj\nPNNXo18jxZSeZgQ3x/rcpjAEH1fnyyU0PpYsxJHMUj2WcfEJkrnIKC0J6mfc\nuW4c6Wdd8FW36SEm8cWThOI58qJlqtUhHHtsYViKNPCehgETna2CyqbAYAzX\nmuuDqYBl8QVIHNuV5Hp6g38CjOr/CkQ6WvRZYTgEvlKWWSr8EL7pKmXWyN14\nOxmIdBZUYGAz2LLCd96flPnoiRI5JljjFeu6qcAqhKomrjDaoQLp2l6Nvi84\nOEsn9x+L1zCfJY5DXji544qTH+HabNQp1THPu5hnUg09rHftPQ2cqw6XAind\nDmq6gKU6j3k3DVXvCpQm8Id1fjpHH98WqL6QvHBLx/gpxedB5YIX8jaP6jGm\nbsSh\r\n=1/wO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c945eccb9fbe7fda5821f60d6556fb6e12e8c15f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","git-add":"git add -A","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","version":"npm run changelog && npm run git-add","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","changelog":"conventional-changelog -i ./CHANGELOG.md -s -p angular","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","version.rc":"npm version prerelease --preid=rc -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","version.patch":"npm version patch -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.1.1","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.18_1622668246823_0.8836752502352752","host":"s3://npm-registry-packages"}},"0.18.1-rc.19":{"name":"fundamental-styles","version":"0.18.1-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4db12e0fc27808da937de43a25eaf19fbdba1ce0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.19.tgz","fileCount":572,"integrity":"sha512-Vp0F9QD5ZQLfe9Yr84Rq6cm17FrA2xkBjnRLFK/7LUvIzf7j1eUlLxVJj1cfhlBKsBuWEzFcWKcl4kMs7P9YcQ==","signatures":[{"sig":"MEYCIQD/DW1TISpMzqPnaanv67ohKJTesTBFnWfm8n4Np3DcqQIhAIaDZPBLR3ZeQv4NGtZbB1PS+ZlF/3m+EJOtkjddW6k1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16924637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJguUlbCRA9TVsSAnZWagAALTkQAI3IxMxQIQvWDhnZJ9ec\nOekTEmejCT8qyyLpu6ASU9vR3NPjjUuoAhxTQNEmrnakqsebUfavuodfCsmh\n7F4/FjqN2/5O7/ZF4X11py69dByqI+9Exu9TbKKWU+lePbk3BmtwHQh8RozH\nwQTBecz0nptNjiX0EZ2nytGp2hUl4ZD2AYDZSA3pV9HzSIadyzC85sbzhoFn\nEZZ100Bj4dZ77e0/FHNfP904Gu4mpulpuRfVSM+2baD4Q1nS+uF865qP1D96\n91yskanUob/an1+g4Gh7cwTz+jduQ4iySJ0uaSZmyK/ZrIhc0tWMoP5EH6K0\nUtMBOn2a9CibdbZFY9zIqEUmJcSm+4v0e7O8q7rj1CgDbb1bXuHkrP2xVtJ7\n84GinpUW7+0AKmZnnwxuWY/P4eRPb0un4kMEjU/4bx5yD3MSpMqWuLGKutBR\nOpFtIKbvnY007IjTz90JtxCJdwPOGqdhNbWlRNZRCcDHI76eypWBhjmr1E9p\nyYWpxpLSZAnw1xwee4a/mypWZ9mBrZuY1NgTsvEvaJ0Dkon4rV+nE2zztFyy\nByVUtioBoCB0vZcsuc0NTbMNt4qx1Vac80mE6UJpiEQX+dYzjcd/bGfwD3wE\n4ggLp2b3WlzalFC3fKs7V9tYnUe9K4x8KFBhrLfZVJfZ49wiUiqOjE8G081t\neCS3\r\n=M37z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4363eb14e93fb082ad8c0eeef63e881acbceb6a0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","git-add":"git add -A","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","version":"npm run changelog && npm run git-add","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","changelog":"conventional-changelog -i ./CHANGELOG.md -s -p angular","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","version.rc":"npm version prerelease --preid=rc -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","version.patch":"npm version patch -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.1.1","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.19_1622755675195_0.5222205067095103","host":"s3://npm-registry-packages"}},"0.18.1-rc.20":{"name":"fundamental-styles","version":"0.18.1-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eeacb50f83667da4f99e6a29cd1c94afe5a1355d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.20.tgz","fileCount":572,"integrity":"sha512-Ms8xYG94kVr7OsCr6ukBDgjQjahAXwidNw8qirtci3tBi7ejIvypA/l4Lc03WLoz2ijKNZL6/cKjmj36TH5X9Q==","signatures":[{"sig":"MEQCIDsc0woB5EVRs1XWf4j17infQTxR34v/8RStzPuV4bXuAiA5oVUMMFZ4jOvDSEZ2xf3isCh3lSN3PgICJULM4+pd8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16924752,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJguVzcCRA9TVsSAnZWagAAp48P/1J68+Bev+Hhh/RQ8I63\nbTTWZUHDCZE2iHnG47Qx5QDj1Dn+oRS1M357omom+TsizBVkiF4Z5fJcyhvb\nKAcm3e1sUdI0oQIpnGq0/j0dYehuzNjyNTeXbR0aUDzMaBq05kXy9RbyOyQQ\n3V9vYuR2ccPJhMIzCiosU8kp1ihFoaaqN9o+hiCL/bSY8CZL2f9UKokfo+K8\nfYMHicSaBpEN1O2Q1SVQgXjP079KjToXJ5ken5cG50xK7iRcgDyQZ/Is4XND\ndwHVqVHiSMJw7PpY4jbvnpEDVGCeDMPpdgDMdjfoVHR+ElljaTIS32J9oCWh\nY+3y66tHdPMXYVVKrT6ThrkLgIjr40ce+OHYDh6RtrdVdV8yEOJ+uy33VQzn\nvla3JG1CNQdghmHS3pZdZsYPmYwbEw3B3fv4lq1mXpX70DrRaxvaFEcKESBe\n1pg68h+2+6W2TKavCh8PjbDr0rcsUCtRFuUjKdabHjmn/Kh4NM06x3dsFks9\nUcAG1aCohFCZT7pBgdYMOjH0AgYfRVBHx1JVaP8WsCwHCVGEGyUOuYxiB+NH\noVaHr26P3jTteoDwPG/LtXQj53X+AiW4NMvIcSzdyqx9xNq0kybwUf+VnnZN\nc84gVITBFIn0NjO2qDRtTvN4R3hslYqRcUuG13Z8vnBa+qluOx33r51URHuA\ntudY\r\n=3+rj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a88b1b42374187220663685472d3424e846e79d1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","git-add":"git add -A","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","version":"npm run changelog && npm run git-add","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","changelog":"conventional-changelog -i ./CHANGELOG.md -s -p angular","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","version.rc":"npm version prerelease --preid=rc -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","version.patch":"npm version patch -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.1.1","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.20_1622760667786_0.8258422298770429","host":"s3://npm-registry-packages"}},"0.18.1-rc.21":{"name":"fundamental-styles","version":"0.18.1-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8370742a356d18c7e1d004f2c363129fba53c843","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.21.tgz","fileCount":572,"integrity":"sha512-3d8FeGjeJByPhm6n9AOITW63IF8bQ7MQcUd34gbpo5Cl3q/Ivyx8yFLawJaBd94b+ZpXmq3eCNhU11XqYBAunA==","signatures":[{"sig":"MEYCIQCLeHREpDZAXRBKhNsOWE+6xWhy88jAAtjIcp9qh+K66QIhAJnleY/ucn3XI5Hf326ivdWaOhV0gSzk6pqM8pjOC8R+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16924867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJguW58CRA9TVsSAnZWagAA6aYQAJJ7ef0Abplk0HnXq99+\nYbn0TAz9P81+NNj4kgUonzqEs2avwuueJq4Z+2aQNVQGQZLF3ndFcT7NelYg\nQvA+HeLLUdSrYk7nonX+tX/E8sd0THjH5OfYEvXWqjhObYPxVVzGVMuPRIb1\nJOi6gSFG2shVu7tNbEMyJWlRJnTojPPp9DH4N8eM+2fswJD9rDlEu9UdiMg2\npDO/nV4toDdpJbV5nXXVyw0ZxaggipTuwx9MweIW2B2mKYwz4hXTjTJ+men/\ni5iCO9WovN0Te7n5cCaVBTZ2AHJUKECLJjHtEB9ETRbDE9PE6E0DeT/BqZWN\nN6Z5HV0LZplEb+Cs7BpuWrNbxgB3w6FTF2IqSvbVPdhjKjPpXC1oadou4yjL\nHgavKbGLHc2fnYhlFXXCs6PxwtDMPMiyW5wB9dyeYadKtUAmuaL9XlCzTArE\nS6u0wr+L/oRFCecI2V8RDUiVRkzeE/VMD9vIlm4eGW5+s4Sk/dDkLvYWegm/\nuz399U1CnZzSc+bqqsvE5FwVwQHnlMP9p0nmaSgGYtc5hHfL6aNslSWQFb5A\nyMZ4SJslYebnowdGTMtwXqy8nuqgZRA80oLgPJZZz3BuEaC9qEqjorpdCVM9\nkmgmQBjWkT9WHuWTyIAPxojSaz/2gMYgg3ek7DP/pvlx1weqZuVsb7C2+Qbg\nzaq5\r\n=TiYN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cc99b986b2d02fa1dec3e8d117016f633b5654d6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","git-add":"git add -A","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","version":"npm run changelog && npm run git-add","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","changelog":"conventional-changelog -i ./CHANGELOG.md -s -p angular","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","version.rc":"npm version prerelease --preid=rc -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","version.patch":"npm version patch -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.1.1","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.21_1622765180078_0.8973883863625642","host":"s3://npm-registry-packages"}},"0.18.1-rc.22":{"name":"fundamental-styles","version":"0.18.1-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"98e77b0ab7a71d882ebc83b51e56dd351efd59f3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.22.tgz","fileCount":572,"integrity":"sha512-b3zkC90+Tv/NWNKqHnJG1SrjcL74Q9C6raA+tcaUHwBcD1LzhE85HY8zJYiSGTiPsJ09bq4cAVMJ5w5TzU9UdA==","signatures":[{"sig":"MEYCIQDLRbnfdZtPz515snq+RkckCr/aHML7DQwICAkvave6gQIhALz7fP9BAH6EU/rl9wq438dSC5/1hf1XSEPAl2uuEo8O","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16924982,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJguXHYCRA9TVsSAnZWagAA9e0P/24DovFljNVdg+24idhc\nv8QXXIZA8EwsEIowxDMe79D3331bwu4QUEQcUVA7aRuwZhh697lsjg8zb9Ez\nR+tC8/Eep7Rr2OIbgUAoml9DnB4fsYbn538SGev9dxG79SH2P1uFSKzdo1Rr\nPoODSuFGJcoyZUd+T41exIUnG0lHyepPQLi2h6KItf1OLslRjFUnKtgqIws1\n9OZGdaWEB6gRPpTaxEFWd1nDZVRemIhmf50ELOlz+kkEPH7Dg5ambWTV5jsK\nLv4IowUJfkyLZIcP7m+98BAZWy7x0oKpgh35pSFtp0QY2Uh40fj6O6w6dFvj\nu19KVc6X6wW5siYa2IG4DSdl4XA+4PBHfdj71o02WOjfw7l4YpHdgqOSY36e\ngYndgvio7gxHfvNk9oR0cKBtXNjvnkOlGojU0DeBMpUS+sVVVnhOP/+Suk6s\nBDSglct1owocR98pZXZz8uKK75CVdBOFZ+F0db7pMaQI/epl7XvffaIYrtNU\niSQe9W+TArZ3pz4+DLPg7hdKC+cw6J1rUycshPQOOx0tyaq/HEidV1nrSSTW\nh9BGm9D94wTOkUl0a89W+riRTqYjuYSmWxZCFbJgoWq5Eikbs7KMtFxZBSn6\n4nd9rfrn+AfJQ8us6wuKXCYpL4FrZtr2/zawpcoHQwkOOX9ZGV8CFC2CsF6E\nmG4l\r\n=k7o+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cf433e32c4e8c65d1f896deb148eede02192f6de","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","git-add":"git add -A","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","version":"npm run changelog && npm run git-add","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","changelog":"conventional-changelog -i ./CHANGELOG.md -s -p angular","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","version.rc":"npm version prerelease --preid=rc -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","version.patch":"npm version patch -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.1.1","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.22_1622766040658_0.5903247697312046","host":"s3://npm-registry-packages"}},"0.18.1-rc.23":{"name":"fundamental-styles","version":"0.18.1-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1fb9e74cd3255aa1300ab8d2a31842215683dc30","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.23.tgz","fileCount":572,"integrity":"sha512-UGTe5/vf4rEvXBi4yPFMw1BAUGFnWd7QQ2zWJt3fsaZyFkbnEdnD+He09e1tzD1+4xcO/X6maC1mxk84+IiUxA==","signatures":[{"sig":"MEQCIFaPRHCLiyFHrOI/BT18Qbw7jXDqlZeuLjM8faLUgQmHAiAcHdBcsBSLHL88XCx80d+LhSW6T8KQqV+ILdCnMQumZw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16926658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgugWfCRA9TVsSAnZWagAAR4UP/j1L7WpmK/EMsdsSsD7O\newTlu9+IxiGTKznQAn4TzrVOEkKQ+Ff7FL5/4RUG9T7dlo8ixBYo4ZryD0hc\nerW4emFebPPjrD7Q5eJ7GDqvD0uZLnsAza0Yxw6GX2znK+EdDEc+ge83w0vE\nTd5ZmIZLR9zRU0Vx/8kWmH/r7MMpFmNOOELzbqtZiY91mlCSu+cnCXaZ0uA6\n6kc79w+wd92T/eWJ9+EcciH6DbJb6e+1KwJlSNr/0sHWgqX3JkHLxZQAZDvf\nPEPjDQrgeIbor97JW4IK5pAG7K5AQAVTTG9GCA5k/NEBjNpX46oEbQPr2Ldj\nGbuvc86QayH/3svL9LNcAmyFqfsLrq1BNKnlBf7wHDDO8tL6yMsaDlhbKSe4\nXhhbWMz5RCK20/Z8XUlrAzh3r5wVru9aKyP2pmRihWU0qJHV0ULpR50wvPHA\n2XDsW7XLc3QFVejH63WZ5lU7QI85k6yzVZI01VIDc13hYXEHEZ0RaVFHJsJd\npAQKc3C+U5gR6s1CohNpyt+z6a050OTQWeh/hUloALLoI1oSUGyeFbQkbVcv\n5xhSUozICtP07/hoI/XGvGqXPAjxfaQgU6gUdCM4CqUXxgIjOyh99oV5rjwr\nXB6SXWkmZXkkUmak83PeG+BTr/hs2UzN4WKR8zHFlkfEkVg8bkofZZYt/bmS\nSRem\r\n=+Twh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cb47be1cf6e0f14f437078daf3369e371217887a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","git-add":"git add -A","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","version":"npm run changelog && npm run git-add","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","changelog":"conventional-changelog -i ./CHANGELOG.md -s -p angular","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","version.rc":"npm version prerelease --preid=rc -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","version.patch":"npm version patch -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.1.1","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.23_1622803870863_0.38692242860670767","host":"s3://npm-registry-packages"}},"0.18.1-rc.24":{"name":"fundamental-styles","version":"0.18.1-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a3c97da9e34602809d4fe9401681b93a4ddec08c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.24.tgz","fileCount":572,"integrity":"sha512-ehM2fu593FjholCo8hVuyw4MSNzu/8YrqRCEMdWSHcTB+aYnIIearRCVayabMYy8k9fSiPrQDe3CktKsQBBtXg==","signatures":[{"sig":"MEYCIQCNvm/lcxCnD8KewPqJKd9mfg+aXCyR9N4tkyJIesY3wQIhAONJugwkpOH76CqG2+kh5Z+lU+WOVwYIwUtVGpA9Hy+j","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16926773,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgumaoCRA9TVsSAnZWagAAquMP/19k7GvRoNr/wena+QGE\n36eVVP6vFazCu9ZAXvSPUSwN9Bzl0JMvM536tpoCHmRrlh4CXmbFIGGUN1W5\nXNCzRBu/fqQsX8HX9n7n/BJsi0T2+CkpoB4NeL+6K/daSKRDv4vWlFWlC5kN\nZ16ihlSQWjrJp3umkMNSD8mjnbF8cuEMfN6dG/NN++O77bmwWf6Dmk0pNfSY\nTaJ078c0mpGUdKX6rbfMhuVYKGnxAb3sBr/GPHwPo1CxflGfcpl2bhXIqN4a\nanaNfhdHAj418cYQXzJo57+RX5tfuPt2RiVIIDRXsoQstbTWmGEkrtb0AXYr\n+uUnN3lwjHoHMiph34RhuzLKHBDGpGBrhlTP7suPDayvXnTYgI0pS9aAlQlc\nBd7rIYnZnpqofP2TFzRdYMh2ZcrNt5QgysxjoimH7UTxb88B9M6cXcSiGuzV\ntwkpITp2qRopte6Skij1QzG+U96MXdhI1oK+zY7GD2Filn6EEwkVlOcnEJpJ\nXyKYKkXzICn+YW/fExxG9UWEJ4g5oQhRZqRa87qIv2GUlpYG9FKusFfOGjRL\npYfc6zaGBG3mlc2Q3XIKpvl15kDyzikj2Zn7WBOyiTv5/t75B1S3yyseecX6\naujmMVsNO13ocgwXLpgDmrqvz2MQyD6uFFF1gJxfBlIUabxoWKh0ARz8HP/R\nA8AA\r\n=t/89\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b9990a9a618c0800a026353787893a481ad28f25","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","git-add":"git add -A","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","version":"npm run changelog && npm run git-add","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","changelog":"conventional-changelog -i ./CHANGELOG.md -s -p angular","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","version.rc":"npm version prerelease --preid=rc -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","version.patch":"npm version patch -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.1.1","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.24_1622828712725_0.46153907941091443","host":"s3://npm-registry-packages"}},"0.18.1-rc.25":{"name":"fundamental-styles","version":"0.18.1-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.18.1-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fcfab160fcf7d95618a2e165b814142c88483f51","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.18.1-rc.25.tgz","fileCount":572,"integrity":"sha512-sRys91Gzlapy0TK/kX3Ah+XzDsKi9QVV98SXpnE3zrR/QgTqpDfH3+2mhHaroKYVk0YKkvu1qFvt9dGYouM6Bg==","signatures":[{"sig":"MEUCIHTrWMyATHwlTW/nYnrsejWCwCf/bEOZqdHZT7TS8iG6AiEAl9nHRQ+6WIRJVmU+lMcA4Hxjb0txarQ2aDRTqkdZm+o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16926663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvrhTCRA9TVsSAnZWagAA7z4QAIjKRyZFKOqJltFRMV/k\n7O380dfchE5NLoiyO/amVtlrY02ELyJDgnIN9Ih6cKinjj7HnDM/OMMbwx+g\nGtfNE4wqM5Z7Dr3HgcApKiTCDV4XXmtkT8iy40l75s1jN+DebtW+u5yGPtcW\nYTeqea3/qRSrF3eVSjVF74vTq8rhGBnn5HrMEgdmjDDWRU8FBc8fvpfAzGVT\nSqDsA91A9y6aP/ljtiFvQ9dRdxXdrzAKhaSZIX22BEUNwp7KKAHkHEvPNN03\nDzsz+dQeYvIfe4uSo7HqITGfejudyZexPA9lETtN+3e6xpksh2+SZicpm923\nLcQNxVW0HGoYQxN3x25rIuPhj0WtehbN60kA7ZHyEFK/v8iCGxi9BhBQNG0v\nJ2UaSmBiHsMjQbbh9izZRkoIslYa+uM3vJdGlN4Z/uq7Qqq2aXYBLpQwfpVb\n/aiAJNedjH9x/bvBoTsQFwqE2tovB+LZHEih3KI7bfNQZFuptNxYDogb/6kG\nS9yMIASplzcw4/IHCubn1VVkJzu4Xn+p/PzUJlkCcuz73Bjql1cEBS96Z9Zh\nFYA1NEtB1obtEFaYiOqQlHL1UZpdhZA1Hp3Aj9CgrqzGq6EdvGgtNh7oIJqo\nJByF0UzFfubOhIkyEslBcJnOJGJhAac1kZSHeLkmcLsJ007gsnxS3hDGt/vU\nXrxb\r\n=CUhk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"defb169c5783dc58325ef7d5c2b78e5811d4d920","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.18.1-rc.25_1623111763393_0.6649085786205484","host":"s3://npm-registry-packages"}},"0.19.0-rc.0":{"name":"fundamental-styles","version":"0.19.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9bd713a8accd684b94385561cf5ee17e61f69c54","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.0.tgz","fileCount":572,"integrity":"sha512-gE9k+JzNwyVEnOtItDyBkFvUeoBa5J/JSqXt3riPugPkKHv0IwyqRARvp9KeG0MmSHjv2TfkbkZzE8j/8lrltw==","signatures":[{"sig":"MEYCIQCOQYqVEHL7LQvxe1jfhUojPJc4OvcSFlXN4TDqIZxw8AIhAPmHqog3L68L7quC/D0I//Ck1V0B79UEgXJdrgsRmmXI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16976508,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwdFrCRA9TVsSAnZWagAAjCsP/iWTkzU8OwdwxdRi5uFN\nK+5u+OIjmKfiFuPjwEYStyL9DyyfTGeP8mTAabkw6pG4p99Lj2bZPcreb0E4\nQcJBD+UNFmQ6IzPs/nSBD6m/uNePiE9s/LvikCHXff/HUjB2Z0kCngA+ewqB\nGVkMKjuSMB11v5iJAlcuxTcc+tNAc2xO7wXJ4ZpOX2adnHSOqY9Juatdz0rJ\nknLgW7WuYlmhITCIeOjGVwW2iY92y9517Za9i29SkwDmh+sotPVn2SLiern9\nzpcm2eZJIhCa/gutKkhWB0t3Jc7gIMzU3JDnBX4d+ke3trQo1QomuNnVQwmh\n4StAXAWccG1SWBQDVSlnWqcZPoGBKO70SMsqIoFktv3Dx6n4d6u5mjlNazDJ\nqPEb+1QBNKGaIF6u7xNf5q4n8pNUn26GuBhM5pqYNcW3PEA53RPGQZGVkvSY\nO3xsC/r4bT9823ZnuYr0iNS+t5otN+69Ob/SI+7EGgqQmE1V6/20Nfaykfph\nJs+v2ujQgrSdlv4LC3g+kD5D/Fa1+gvg7R+94RcmA97YvO/06QyMMge1al4M\n96oD+b3B5gUyu19fe68VR0mEwVQ+OMAwIJUvHEnn7+Xbdma4AAMpI3qi8tcw\nBJ8sR2IiAn0KMRMQV8W3SrLKmnBqMaP4MkkuTfZDYyzERn0KLnaDUGnzEDwY\ntJrP\r\n=ZzF3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8512e2e13cb21aef25cb96797db234888d28d956","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.0_1623314794794_0.31708838040561327","host":"s3://npm-registry-packages"}},"0.19.0-rc.1":{"name":"fundamental-styles","version":"0.19.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"29e5d3231fc1d856095e20b6f5148f9232c941de","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.1.tgz","fileCount":572,"integrity":"sha512-BJFN/VF3QBRtNnc/G9yVm6roFuHL+fqGtP0L3vatTQXfmYdrK+zWegCKbYBghZOlKz6IAS5n+LnIibY6D4pbfg==","signatures":[{"sig":"MEUCIQC29Hzgledx+QTxs3W7TUygWryQwZ+VOBQjVvMiuBUS8QIgOrG7aVxauvTzdjIBUi3pmymK+kOji/RKxMBCXcnviUQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16976618,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgxhU+CRA9TVsSAnZWagAA9awP/2nS9teiethg7RLd0+cD\njUEFPiCM3V1cgkYli4PZNfN5OHbN5wfcUEYtdnECxFo81zNfEHcsF2Uy7jo0\nXSy4nYOM12YBcqs+pOC5XAJUtErn4IuzSUGPvQn2nXVJT7D/6GWkc7lnStHX\n/vcPPtbrsdaice7s9a/cChps4okX59Z+dBB/iT5hqy9/ibVi/9IAIRO6peqh\nR6buoawZKuUMaygfAqWMcHOShCOStuA/x9CLyKSkMyOoX6f72eGGElkbUX8B\nc5G/LaSJlDZ6/y883cQjKf2voyeSM+snNGsTOPoxSQDC1twGamMXaxWY4JjU\noaMG4SkMOuNYCXDION2TnLfKstH9spokwq/IuZk3OheMiEGMdIm/4cIom6s2\n/dSdFkkt15p53QCmw1z1F0Lv4IYY6aZIKvbpxZY5S6Cm6XqTgFcfVwyROep6\nnKY2Act/cBCb7pDnUFb4NcJbsD4gZysHkS/1i77U0+2Ldhyy+JfXXHkaXw50\nTxG/r8nSHuZqrMaJImA3TEMtISR1hkFbMyc52KA5nS8DpTGJetIrkFa8dIp8\nO40YEWXUcqzf3PJ5kG4u4b9b6+8C6K5HYWSsuaCawbxKWIDlz/kM6sD2H0kw\nTb7ndk6Gd1N+IX0HcyvEy9PEopghllP830KLwfXAvcisSuNaa5443NLLO2iM\n0vkY\r\n=5XjY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f022ac5f960e3a222f534047a147e3512a9b256b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.1_1623594301965_0.8942065653485798","host":"s3://npm-registry-packages"}},"0.19.0-rc.2":{"name":"fundamental-styles","version":"0.19.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b74bd1a0d4a2abe238ff6f9f55ca52fc6b284793","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.2.tgz","fileCount":572,"integrity":"sha512-NUbAuis5IELkYpv6FAEyUFr3IYEA+J3mCEWEUYv309ZD6CYIAyA9FW9O6gSB6SsopmbMZNIG6GAWvyq4OikorA==","signatures":[{"sig":"MEYCIQDiZSBwXMDUp7GPq+oDF3Zeft0J1wm+GSuHoa+OX0MR1QIhAKsvfkYKsBN/UJX4QlyW0s73fOpSFe8J+f4Og5VbKCW2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16984952,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgywtbCRA9TVsSAnZWagAAVu0QAJzPnKPuEem9BBCwgMKU\ndBvxcEhjQ/1/uGkfHwtaI8t9fRo7Gym8z2nj6j5K9zfYQFr3+n7CtmbUE+7H\nA4kimMLS198gXbfw0vmo5WmLyH9RMEji2rMCEIoyk0efY17bomFWhM4nKqoy\nqptxARCIbmuz90h+y2hTgGqdhrbj/34Ta5HIfG0ov/5gOR3ct2F3yXo45ETc\n42ChyZ0X04eIAnJRyWtIpv8zrNjAktO3ezFxXSZ4sOTfGqKNCM9kipD4E+dJ\nlcPggg7WqlMpC0/sL+1L0ckPCOdb96oakOdbD3ZVzvibgs4QXBvRb49bMyjj\nqqyW9XDk1bYYWreSFHDUbQs7W+2GdPgfMdjS5BA+2MdCWTaNXwmuwXHaJNXj\nJ2r+pl34y7HYx849rZp5mdv5y44JzVvmW7nKFwuCj2GlCc4QC4aErodkajAf\ndhUEMfG29D4fdOzJ/mqTD8fLePrvM8UaY9dzAoAG/6LJJPs/Dp2WZooxpiem\nVQw9yYdGpHTe+mRKO5fsJcD4YuVqZDV0E/iRaxwjaATanryrfwfy7XwNhFc9\nPvojvtINg+pWO2y3ni4lfbZnxGh+ecL42H0jtaqOunOLn3gjVymj+N+NC5yt\nV2lEs8UNwIHwETtAwrjtCtRVGqlsKeEajPF0j1bOx4j6/P8+PRN81ACxNxBe\n4T/4\r\n=SfB8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6f663aa50e6b1b4e552750c6ef8757d2d02261bb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.2_1623919450859_0.3172109269647918","host":"s3://npm-registry-packages"}},"0.19.0-rc.3":{"name":"fundamental-styles","version":"0.19.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1f30367311108ff9b57120fd3a4d31e76bfc26d6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.3.tgz","fileCount":572,"integrity":"sha512-tIdy458s1MxM1qEjC6jcj6VX/Lja96zxXllc7q/epkHnc3COjz25PVxwAJlIrZ8aPFto8U5Rn5wREOCzZkEgcw==","signatures":[{"sig":"MEUCIBb9fl+OmOIVd0va8/f4h22Vk3iilYdiEg+sLETQc7skAiEA4aOfdrFEc5QqRMDi0Vy/lAFxX3EBYa8ro1qnaemXGpU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16976422,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgy2kuCRA9TVsSAnZWagAAlp0P/1U+u8/YxONYwOjL34yH\ngqQH/Ip/6dW7kxIWcm50NeYgTc5SCIka0V8BTtYHLvWhW/O1glZceeESl5ji\n/jN34GPZPn5tEqZ7MM8M3rOF1SnpuzPqCmgICQ0vwaAW+zN3Xfw6Xyh6NYKf\nwcMfpq73qG/CXF7DWhxNY/j/0KIt/ZudyGqMCJgDeBhk/KokAnvY7aRwbtFs\ncBoOY0xRoeqpc+eO8QU6vnzX0pIQ7x+l1yAaHzhnMgm3ZToVmEwvzj/MIXYd\nbHWwvXULliXazXgmUaGH64xlbCE0VM3+t4rz00VXE3h62+RRFo5FSlYA96I3\nERlN5v0lz68Juyv7mh+7RhqIdmtmTRVSf22+86rAn0mCMDc3wAuNEzFypCpb\n99JRwNFhf+5vaD6KDnxf7l6NaXkMQ/3D9938RFX7G7tL/E0eIZAcPtPkOuMW\nPrVXDtvgleUH4UktAbV7+3EBszLsDqW5VHUIMcmhj8R5iwuK/GryshxR+Vhp\npzUY31NUOn/Cujnwd9eG9nnDNwuB5hapa888DsukATJWRs22wQpd4Q/pR3MQ\n7FC020fu048ef/As/HDpA/vwp1fVL1yinbar9D37cZLhjl4sdaEiAvRhUwpR\nz0XJFITaJZ8/FYvb/ZQxkNTCF+sNl4eLVWetxuWzjJ/5TvP25StltrI2lxrY\nKPsW\r\n=RSf0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"908de72c44dd543cd2f27fdd02f0124a93e8dc3a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.3_1623943469909_0.6333981139551421","host":"s3://npm-registry-packages"}},"0.19.0-rc.4":{"name":"fundamental-styles","version":"0.19.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4db9eddbd27902f482435acf9c03b0d4cced6894","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.4.tgz","fileCount":572,"integrity":"sha512-iXSx1q22i8jNrEvTz8EoZUt+1HnqdfExmcYk4jNB4qHM84YwUlszW2RdqdB1jfqBA2qN+MZzz01BqDeJqcmqbQ==","signatures":[{"sig":"MEUCIBWx2W7LENsVCw+wMccaFP4uUaXH2C1koN4KrR9eaS7lAiEA8C0CAP8ln06LEyh7szknOVZvhrojSF2cjgN6ilncBp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16961938,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgy6T6CRA9TVsSAnZWagAAgSgP/0kz+f4u4xTCZ5dqlyge\niwssi+cG7sdJY8fDtawjMJuRDnGKeZAHnYNtKlnSyyHkrBYSQVPWeqTJIxEv\nWDS93UfAoj3jQovpyOhvWLh6G6iTyPAWQztvx2aydKkd3Nk3LGSkpbD3ojEt\nCZX1swmMGqTPoCtgaqgOA/LUv8u7AA2tEAbsUSuVAAh5cbGWSa5Mp9Gsx2bZ\nQXUGYtunHnblN29nWOKPa9jKlWZYGWOhCuwzlBvScxANhOq7oaJwAL/bHkU9\nPZSRwDu+Mdf/WkqP2OOqzsJZfDwDhRz3IQQpZ+g0eXLIPmXE0eJN1p3Jbe1b\nAOaOVgSPzu7VZ6IdjqYWuzSgluF7WW9cGxdYwNWHzusNxZRs2UBqn0Y5FBHN\nM0WIlJE94OmM0uUBuUGelMUmrhDu2ImNFei01i3OjlD4Qmh25ayCL6aKxtES\n/lRKwI4AORvxln9c/ID/9v/ZOHxFIF2xIql0uo8i7CeWttm8ygBb4vQ9XgZV\nbtRQaMSXA5x+z6z5RvtkkCsBiEDBv8aDLAZd3iir6PTq9jkmseULFIhcbYnY\n6NHPs2/4ruUVb87JTmCIbb+9yXyvBcCdZ91Jg44xn28ArunvNXYK/4WJ3lTY\nACJB5BcmgDstTZqsp28IyxjscrGBELg7N+s9wuSbR6NdlPYelEKvEabixR3C\nB7Q+\r\n=oGEw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"05d585d78eba9ee851da40aab9da3d8f3d2b7ca8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"~11.1.28"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.4_1623958777927_0.632964042259536","host":"s3://npm-registry-packages"}},"0.19.0-rc.5":{"name":"fundamental-styles","version":"0.19.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7fc1960d4dfb2b4fc3c3948d31e1cbb70349a7da","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.5.tgz","fileCount":572,"integrity":"sha512-UeHLI5MzWqKHQEldzT7Z4gKzg6Qrnr26y36mSWpGPfv5AX/rROSNPxD1J0GXvNjdvR2BBdWdjUkAPCpzS3EDDw==","signatures":[{"sig":"MEUCIHgedpJgfnmXNSz7dMYZV7XseuhJcefvyG2LjTnFzA9rAiEAwRMYaBqc+t1un6flvRIAqhpOcOj0ePyKr9ImEB9oD0M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16972875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgzQ9PCRA9TVsSAnZWagAACHYP/i3VGAHk97DhAtsAikiA\nN7jutEkNYf+DDMx42yk7Zw5vou4fHiPtUBoDS5K6h2BxUDB+ZNQTIbUupHul\ndbdWfI/ICI1ybSUMvbI894TLZnrz7QsfgUa3/pQcyjm7/MRqFwZoH92++QUg\n/uRH7R12/83OrrtVRILL9rvVRj1gopmbb2vzb8uVOAX9JwXeQ2gn3WV6uGnj\nxxwXItBBAy4hWyUWHpNhR8oN6iNDbqDBepSWafqawD0Cq+m7Yp43jmXojKLE\nNWPyjKetYZ8WeAo+/zehaXQ5SPyG9POfqypYDwrR3b1C/tucXWQ9VlBq5Qgl\nF/YLV+5RSFrmlraOJLVsb0ZKozDe3mPY6nuvL1QX2gCHgZWydMZFPa6VEvmK\nCgHTJoCjqjHGLUc6lVN5SWXuFBX7mfbeI+8dSmVNdfpy/8gNeKBwGkBMnOhO\nK9oJzJNQXOW6ZxEAYsIRk5YCaySi147zyGjOQxSsxloSVCAFTn+3M7kX5GB7\n7SyDovHiAY7P5yewqId+rNuy+weLI6miVxJyUsVYz7310/znyrVWXYHWv8BQ\n7xapjX7Nwoc9aTmZ3xFD4xBLMuAeG2mBFN1F0UiHQPQap7+y+DtpxCR3v+p3\n1+qnECuoEw0xZvmVVGV+jcb6g6Up2nj//IYA443zs2xQ9+evUWJvyrXz43ag\nKs2e\r\n=vans\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"db2bc45bad0a38d39d574ef41ffd739f9d490c94","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.5_1624051535228_0.7602679166348654","host":"s3://npm-registry-packages"}},"0.19.0-rc.6":{"name":"fundamental-styles","version":"0.19.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"528a169448dda366f5e0dff72086b8819bdcd57f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.6.tgz","fileCount":578,"integrity":"sha512-rJi+BXV/cB5gAtCp8fKisVRgMSHjSd/OqaEapivMehAIPtVeMyq79DHhLK5TdUJNCo2E9t0/iWO7Q6HOpNr0Cw==","signatures":[{"sig":"MEQCIHMMU9mucPkXyts89hhaCVtxyqum3CdfNHxo7FDyXsdCAiAd4/KNa2p6qJ46wCgwl17Mluhk3BlphvRor29oWZLg4Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17810490,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgzRtLCRA9TVsSAnZWagAAf9sQAJDDDUSvJt7mqcVJOY0a\ngjLpqAEnVmciEXHtBc/Ut3GCVKVG+frFaiF1ougq83IRWFVfyOpyoQPdsyO3\no8tL2Z6UHdOTIgNFsmWIkMmNSqR4f9/a+E52B/JhKFDR6iS9p3+kuzVKo1Of\nwnY9sH7h5g212k+RIl9ZwF0AJveN36qbp24FYUJ9z19+vRoscObBDykDiIcD\njs8FqSnncyNuetwm2ZL+LcNsAm2bGVo5weYSa6htyu6RbgT1q1JXSE9C8tIP\neDFghymP5Ndk9BA0EtYOgVg9XwDWaa5qstpybhlHoEWCaQ1bhsvUgKYx8aih\notj5PteNXP1Xz7Jsua6rUYW1ERKnuKKSgjihlCOD6i/d1gsFEUed4UhmsQQj\ndLJjLu1i5wWEfCZ5gqv/nceosGH8j9GNMWiw0MKXQSP6jb7h++P1QU4eLWoa\npWW8+2uOYubModIxdF4k/E9bXXx4BoSmcMTRz2JkjDmlWSL0it1TgQ3pRdPF\niUbcXlHEUKFQy5+ieNfN8CnJb3KKmjM2x/eLQsSm2JK7znrnSX/KfIph3RFn\nUojBcXjWVbin7EtjaEcDKp2mzcp05klANdoi1kzScqARH2tEa1OeBm3kUpwb\n+dl32Et+tugXOUZw77RZ2D/+cQJpJcI2YU/svUID0eN3GzkSkQXLlAh20+DC\n9Z7h\r\n=atCy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c10345db37258fea8b5610cae138150126224f86","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.6_1624054602859_0.935633022131529","host":"s3://npm-registry-packages"}},"0.19.0-rc.7":{"name":"fundamental-styles","version":"0.19.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8714d85fd7e3357d7762b614e3f2e4417e01061e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.7.tgz","fileCount":578,"integrity":"sha512-Dboqbx5pjxapIKF9FLuyXDzxhuELr81/e0E8zHmj5RvCHtO7rDzMIQueOuf+H59QUMZAw6He2bGk1SFv1L1y1A==","signatures":[{"sig":"MEUCIDe4PyzGzLkcFFVDOjJM28g3zSmbi0Xl1vzGvUcYbnqtAiEA23hqR4LYf+UbTaXT7ig7fK5ZIbyqM+OjuB3qT3jgerA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17810600,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgzTHkCRA9TVsSAnZWagAA1MYP/0zRTpjNvqFPgmMJMqcW\nS2Sx6EdiDLgAGd4n/IpmVoAVvbvvBWPmG4ZsWrLPmGxhgFT5Q/gZW0m5CrXg\nwNDc4mH6i55MA2tzPHPCBOsYvVFz3dckjKSOO+VAhy7w24dW16W26TtMw8n1\nHj/aXCFarnMi3uOj8Hrd/XF3g+rcYrnPgNmvTdS18CT/14rUWEPFnKdwhvjz\nZEKA6YfzJrTQDLmNYGqNc0eQPYJW7gRIuBbDZ0P5N3h+YMECfFlCdjUQkNdd\nZ748vdvi/OF9xRyeYz8uvOTDaBC6J6/E2e9xDh9MIeU+scOlhAtsU3lRH40b\n+n5KFbvxQa3bLnGRqUkUciM+5aiXAziIj6TJoO9ppurPNEb6tbAcf5vPk0SL\ng9dBKK5DgM+po5ALNktNwop04PgZAp6Cqs8jQdxp9UClnaQNl+G8Yt1gzns9\nCCW18iBsG+YtujSFDQbJf/UXYlI5FNzX2JgZxUb9ZUa702LrXq85Qpx3OekZ\n3QAv8eOpJUZ2mNldWUGYz+ZQy5v146fWRNP8meLmORkiiQW6bq8NVLQ1+z8q\nTv4itw2KQBJ2mpdklB+IaU0D3VRXBl1RoW584tvvhBFkpln7GrAdrEosxGB6\nJh8wZD+L5cpL9ZUwyz5/SQ5xoZF4tbGodoj5zBll+bRzA0/oj2vHLdqQHwbM\n31r3\r\n=ZSNV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6d30f22182a601383fe7526607bc9c56108ce45a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.7_1624060387216_0.7780665905127497","host":"s3://npm-registry-packages"}},"0.19.0-rc.8":{"name":"fundamental-styles","version":"0.19.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4e1ca7a27dd9be8d7b1e79d8dffbd005cfaa8325","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.8.tgz","fileCount":578,"integrity":"sha512-dBCdELCRNT+ilyQ7WNT/QmiekQFIHL+aoYLPEEUXI5tMCeEM7zdiBHAGOiQSzkxn9i9RpdVUnRRcTSBo0Kzwbg==","signatures":[{"sig":"MEQCIAPZpPaFscjECp5ZGjaz/Gip6jq9VuyLBGfqcY00dBVjAiB0kDA0T8QyGrbi/nb/iHsvjkTjiONf1ltRQHUtdeDu9Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17810710,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgzTr0CRA9TVsSAnZWagAAAUAP/0w9K9D2oBcB/8RBMNss\n6PCMtMBCVL8l15OVpmczBcuEZPP60q2DW/nGTo01jZMfK1RevHht+c2jGZzp\nJBqxe9msMf0xq/0C7CTLyxoWwLZWAHt0ywfVbnQb7i41weYIchCRmlI9mdte\nh/EsBFHwP9lF/dnu/kbLfijQL6kwRHhFWUUohK23LVb4xo6PIFs2UYUo+Vrs\n/NPwF4DOQuzqizcCL464mfoLFVxjX29wGH+NLgC38SG3tElJnjIaoWB7oEDS\n/7RarYPni5CdA2t0/koNX7VJsGn8TKDo0QC2Rg8+0wZpWXzmnfCoQgw3jenb\ncGk7FkgTPqJkPgUO7YuqGJChb+6YqMFiq81ISqZ2Lkcd0ESvDsPpdzl4k9zM\n8zFwbhO4xd0H0RL2z57IFZPc2NJfePXxgxkJqDWpQUJaaHBYOw3EuMEHeweh\nhdPwYb2MZ78XZDQALtIKgpPPeO+SoI/axXGFXgetzT3NepcEDjQkmIDyheXm\nCF/NClyVDASXIqKC/+2t13BjIB1Uzb0wa6Mk89Lg2xXGbzPyb+6YLhv9kWHV\nDcGOf2eok3mIqSnNMUuW7a6k265FuF8jz2X9jbo1B4UZrtwWex+hwCcAHqFR\njojxw+OEDuofPVAhHTIlDCnlgg7xUCbffsyCsqbKFoBatvjqUjNTVSAC+Qp3\nf5DC\r\n=rC6M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"518f5a68cea7f91796ae95a2fb06bf2955d2e4fb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.8_1624062707634_0.861596713414019","host":"s3://npm-registry-packages"}},"0.19.0-rc.9":{"name":"fundamental-styles","version":"0.19.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"988a18c66c8be27242b2c23f180591007209c33d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.9.tgz","fileCount":578,"integrity":"sha512-7QG+LCTK9pknbROeKbGqNuyTtxp6qqM4K9BOtKupnNX0hTCI3eVNFtv+itvjIGjF26zANu+ICizWofuOsM9osA==","signatures":[{"sig":"MEUCIQCHqvpwULMURxOYIAWdDpGe+FCLjVjUefxUnv+X9FTd2QIgIxqDOJyw1red7QHMHCGM3Rk0LrSjbtkuo38MpoSLFuw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17810820,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgzT7KCRA9TVsSAnZWagAA0i4P/2QU5oY11FPW8fhRVQvA\nywYjS1qSiendbsholeVVK5J3wja5l8hcqKRZaq8aMbbwW2Z6XxBkSyqZ297i\nAIfyJKP6gL8rXSVOqniy9e/p3kcOvFoxGVjsxA4W4pAQjFIPgWR+s1Rak2B+\ni12zP8rz0KdoJ7+lepieWFEAjiRgOYRqGSkAV24fWTPALzz/e2l7qW9xgU/2\nnyG39IdYfq5XSZ3yACNrWX2iybwHvCePCb5IiPFIFGhdF6yw4WOF61W/Sot0\n7oUDEYI9yhNwr+orgl/qPJY4mmoNs3BaELlGnttSSeJ1x57x0fUY+bqhePYp\n5/Es7MRw0liuMR12LJbHXmjTJyhCrmlUZA3Owfv7KGGuk2rOD+7cpB4qXWSa\nLqqEW/YnX/ZdrMhxDVazKYyEWT+HLYqH90m8sw4zhfUT2KivqJI5klsVFRPl\nyFqa1C5O7rO6nwSp6va8D/nqtGJf8zjQJKlMfuyk/dR4JeVFLcotSsbI87iL\nFE2EEznGzW4rC1+PiKR08LEB3hW5MsyK4/Md5PTyy9pGra9o7TIXHVTZVucA\nJkoMrnfhTyawcaPLrSUg5j7fdjGjyhLXzpsWp10qt9Le9kCsAXaZXC4q8+Ty\nAy3ug0losGOv9jGdz4oZHBifxuRiHQfL+KMZrXG8MyrCY96lsFvBoaa9+uHm\nKpXk\r\n=Fl01\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f3f91717127c15c73a6030ba0daccaa399f45448","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.9_1624063689492_0.6005474498451167","host":"s3://npm-registry-packages"}},"0.19.0-rc.10":{"name":"fundamental-styles","version":"0.19.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ed58a0ca0b6d92351f5e94233e78b1b02f2f10c0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.10.tgz","fileCount":578,"integrity":"sha512-LsJDC6CvBryebSzzr7W7Vl9V5/TphIDVH2Zuie8yVlRfU3TSHwoVO6EYFPuuahxWjAGzB22j6+IEae8RXx/JQw==","signatures":[{"sig":"MEUCIQD8Jn5ZARLztzH+7m4KB4Wdr+So6+5tfY+tuYeJEganrgIgTCS+uiRcmCfEhy5nLfLXEXavciYMh6FASVOwVq3WfpM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17811497,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0NjICRA9TVsSAnZWagAApm0QAJqUuP4lzWMBZv3pH9KD\nGgn5FuaDOrqf25YZGcb7QZAj86884pNYlQ73avB79cydxvn8/K6QrJvAlrLN\n4sT0/6ej/dfQHKSvq/UR/qRafpgjSzRvhdKEEbHhu4RuRfvVQ+RhOm+HEGcu\nVk1abNY3XhScU7DRauLhWezmr3qcVdKzQiDc+0D5vikqmrKxZhuBbmZYaWEU\nLDnECnWB55UOrHUAT3cBBy6ou3n9wa4BrYCIhZE5Qmew4vBOKOm/xgypxtMm\nNwwr4ux9PpCpwaSTzs0opb7V8gx6Le/UXPIcOOFA36jf0hWIMpQxMuPrKCgF\nHQngRVz3HOIA07ZrDvkwxFzs0N2AILKnXTNCveW7D9boJtYxuJYIriaQ0TxE\noBCKzcNwgvePWplXYoqfqrUI5Q3gaG1iMZJNNW/Gi5zOUFqs+eQrGrE089nO\nul0kMHspqdSHTTJk63u2sjTiibr/dfhU3B1+RbQWYQw560Z2cJ+lnGQcCgRg\nhXiMRPL4u4+/QOSnBg3CId47pDAz/y+ykxHsM2Ym53EMcujprBop2fVcygwo\n7bGUzn+NsUqLjCBYQdXVgroMaXPEqhmPMM/y3B5Jaa5IOuMNK08aNHY2kPHm\nqmNHIHAclnd5+f748Oaa2pZxVhkmmTlY/5nE++mHORrmHvh1ef7ENTwyImsu\nI39V\r\n=23AN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"914b9625ea8fd686eb5e9ea3ecae4f217bf84579","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.10_1624299720288_0.749615835282748","host":"s3://npm-registry-packages"}},"0.19.0-rc.11":{"name":"fundamental-styles","version":"0.19.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"90f2e01f175e5ef7ed32e1265ee65f2c52f2d3a1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.11.tgz","fileCount":578,"integrity":"sha512-gYBFSjiLtBN5w+MIcHHCfDw4RSU+kSe2kYkp0lxUBfs5nH2VJozAjYM4nV0bPsPjAQMqwQmoeeG3DTvNa5FVAw==","signatures":[{"sig":"MEYCIQCjBtWwNnz31kf0k4QSp6MGObiFmP85+/EGkTD81i5IYgIhAIESslO/b60UlgnMbGPjmFC1HtV40uj+CePsGUrGXBwz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17811610,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0UODCRA9TVsSAnZWagAAR2IP/2TGMm0/frxQyvsUpIE9\nqa1yksoGQPIAAEfHZ1hHrHm7M0lMrtRs5+rBvSZa5zJVCmb7H6Q1KEsBqZ0p\njFFgwrYZASEk7gOoRS8AVIn/KwkoIpOQu+zlY1RGTgGpeQ6mAvzbu8mwMVyz\nzNoMC1EDx7bXCxMsWLSIDq9tWHZN1Eq7Lp0g5rTyHBEcF7IVp+puqE7L235O\nkALYktkcK5fIijZe47aVDc1SOjI6ajT9NgrrIHDo9IIi00C0N+x90cMIqs/o\nMCYLO1oXMa7pIIK1Yiv15bGo1aE9V5nMknjoYfwsDTPRof6y5ekdxcUYxbBc\n+IkMh9gQgOjQAg+7OsebD3y9c6KNQN96HqjXKn63u7SBk+Ysy+EOp1ycsFB0\ntyXM4tc4ejLSz9/fdkvHldS77dIsR4MHODKXN81Kv6CQQ4eBf6KNyDHHIMYw\ngRcWt2RKu2TsJPHeDhhUVoB5iXNKem8GG01Jpb4ugfivWjRCdP7GWw7HhHO8\nH4Az9bR20aAai/GRBmBLOs/AmGqVgpCfUdUqEFh8OOQZW2//FzgWNTSV5AFX\neikC9EN5QGIBUBJNdgVZ6MSwxpYLwdEZeDdvLHWGIjlOkRUxsJA+wjaX20kO\nbWTP/kwpFn01boa/hI3f4JiT3Yql+uvrQfjhNNkgFHOR9GlKLkyeTIfxmmqe\nk7I1\r\n=K5Dq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b233c81d24fc1de2365fe4d63591b79085489c5d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.11_1624327042177_0.8783874083011933","host":"s3://npm-registry-packages"}},"0.19.0-rc.12":{"name":"fundamental-styles","version":"0.19.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"99f8590328776761743c2c1f1c38fb1bb3551b4e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.12.tgz","fileCount":578,"integrity":"sha512-sCsaJIAsVyvIPBWEf9IlBGWSn7Bz6pnawjvTFvu5XetuKa5xyavxykxUCLXuYUDnwVLFk3IIoDLJr6IbDavh3g==","signatures":[{"sig":"MEYCIQCUZOxBeEIFrSG+CWGyWEyb9/xpC/Tn7BjxQlkwws35igIhAKJypf1BM51EAd5TGfXRDfVQsMZv+CqVaCkbkrp3tNkU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17811921,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0nKsCRA9TVsSAnZWagAAXP0P/j/2FXTErKJ8Txiu/BUr\n4Igg64xDtLtlqVHysy8YTFkze0MNkN68UZDsBO2k9H+FR0yQtsveOA6sDREn\n/m9HznKTu3xhwBJO5a8D/zhBZNNVKm8YqJMZwE5+jfriJvTeIOCc39O3YR6H\ngDz6K8A+v8jDwVBN1YEBIlXFoj9b9hO6WqHty7K9zp9LBroMZntXUqoVHqj1\n6vru/u7FKT0sQPVJgnOQPuKYlo9yHh/gK5am3xRw6JlPdGz6vZL1Ymivqk/A\n3EYvbFuPSvJewqGtL8EQD22sQ3vOMd8lecnPU1xyuEazCmfluguFrbWyWSfg\n2se+E9ZmnU3YZ3RrqaBehJA9PtVc7IrEeVOoq9yQegQAmJnn9gvmRKsZyioe\nQ/HBxB9fYpmlDp9DnHxyqO2cnXmVoNd08ei8yGBGLeGP+SXmDkVVp49uyVPD\nEdHNi2rELQKHvhIik69dhiyLUjEa3Vhf5DiPGXddgapO9DqqhNa/gJ4im56M\nLEQEtPRd7bOnOMW4Hv+yL44gRsuz6BqXuJtDvLqdsxpr1pAjMYaVx1tcm63e\nREBnkbJblzvCfHUg6381cXs5vn8e1ENq8JpYOLrd3Joj3cjatEl9NZM8Wslv\nJsT3tTAg+V+xNLcaqSzE4MoWgDka5UVaBxC39iRyG3pxJ2Ry3y6ZgJX9qBRX\naZCE\r\n=JTQi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"39c71488afe3bd9b9f44473ce40db2e2fd576ade","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.12_1624404651565_0.07645980723467583","host":"s3://npm-registry-packages"}},"0.19.0-rc.13":{"name":"fundamental-styles","version":"0.19.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7349db7e7aca6ec9e59f48075cd6d8b85be6ec26","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.13.tgz","fileCount":578,"integrity":"sha512-lb/o8nIOjFYifJMWQ9wu0lIcOYbyqhPmgpvJsQYVzT7MyqFg+nDbG5juJ4I1l2eCFKBda8W6BNY9i8SKMqwMdQ==","signatures":[{"sig":"MEUCICcf8/8oo5dkbV36oJMjvCKv5grFKUmztefuVkZtbOKDAiEAhiu0rkbgmL/KmN9rC1wll+WrNFG5ggLIfRVQv+ayBwE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17812034,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0naQCRA9TVsSAnZWagAAluQP/2H8UY4ID8n/NDljvaGA\nh2bazshrRIn67XycMjiGHPrfTndQknB2JrwrA/3VShXlVWA0kVBeNd0Z0pyn\nv9Y8hS7mKQhs8NGRWE93/8jcGPsIEuS8FJYc04iiNxFHMaJX+MyAMi2w9Dje\ni0Uny2PuIC6v9NPEnKU90OwekEwi2TBlH8cZ9Jb6/r8HjKFr9RubUXUnAO6+\nvs9qGfD8AjZtgMEjVqckcicefBEcglpi3+H3rQ2ZizNfiNAVspIeCSNGsmjs\nbyW2+uQ7OopQIgBcW8dZGlDzdTRc6p+LUrq1GlMxoX9fnLDyqs0/WabiNpJK\nf4NP5SSshdEzyNOWV72qCS4DJjoyCQqq6iC7dQnf8KXm/A1xBJW0U/wwMIV1\n5Xp5nBTxVPUg8wmdvcDVSKcn6j65ReJBLXL6UC1ZI7BLAVZunx39IEg6x46X\ndlpl/99VQ1z2lEAAw3hYHSvHnru8B0dBBbzGiIrODIovaH2hC/lXact4l8fw\nHpaiLfjTX90+J7JTr9HSRoljbHDFOwvGZscKb9o63w+GzMPBRjfJoGqPens2\n6Ulnu01PaKErNDptbNm2fPhOKYv19pCfc/uFFgQYpn5KLY8RMVJKiJUe/tvk\nbq6YpdRlzUCLDbWXifzeT30HCT320g98kUj7CpPytvwJcfQHudOJrkAKeElo\n1VXK\r\n=KTdR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e77f46971aec3307526287aa1a374c356755c2ee","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.13_1624405647417_0.6251621757262615","host":"s3://npm-registry-packages"}},"0.19.0-rc.14":{"name":"fundamental-styles","version":"0.19.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eafd67d5fb37feb23972cead7ba7aa7db4ecc611","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.14.tgz","fileCount":578,"integrity":"sha512-kNsQ/QWUQltqc/qrQZ7cKq/4vha2mtWuCUW6URQiAP39lKUvGsXM+B6tZbFkc3xCzChuIxasiA/DvlSamvOL6A==","signatures":[{"sig":"MEQCIFdNT+HLgByMTMwx+Sr5XYqRShqUEYtCLzZNPg5wda8xAiA+DwcjMQ2u2cH6fAwhv89VZKR6t8aVpOVsvP3QgrYFIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17819834,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg0uSDCRA9TVsSAnZWagAAOhMP/iuYAyLpCgHnDYE97+TF\no8jDb4XlL15BtApUZB8B72LQOIq3Wk5hB7W3ksTJbiyuqGXfLCFtCgLqW81r\nUGqkiuATEGMRZw+WMYBnAlWA65Qa+tZ+/o6zmIJfwxErsajcxHL7tT9NRm9d\nag4t7qLxi3rZejmLaHrKNrmqcmOuZzM2UTqK3ONj6/Orpg51ThLdaTTDw7uR\n2sfZ2++X+k6VfqElk/O+pN0MKpxCnNYtV+luuoD0EzEfiYhccpTiDXRglgXf\nwnW0P6iXkaC/NNirh3s6aCZAiHZj2tqIbTLsZaPtkwN7/+uYHsq06yJIzzyj\n2cC+/kH719yPIKH1SGy97W3EQhVFHwbnmPmJOl0KQ6VJcKYJy3OYX++OTErC\nA+l8qBEIjy0YSVsPkb4nfruhpzgwbwCbEB5EjpH9hqVSLqurPgRlP7dRtf7d\nV83rU1abIW8b+MB6YvZYVdNhyESDyU9WLhH3+ESFaqahXshSvV05AD+PwJ3c\nsgWS2bXjwT1P4b/cE6H4XNZaX6Vpi2VJ2VdaK5St4WYwIojbf6nu17635Sul\nx1AUvXmVdDgmxi7Deyp4VQaA3NkLUfkhxV20pHlXE+9fL9NWJ1YirEJMs3ex\n6/jBR+Kfu0oKVq4IoLpXqlagGqmp/evFUPI8qLuMve7JKgY9aTk1AqdUOZtm\ntNDv\r\n=Drkb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"abc0f8d455ba148024338093c4ce11554923003d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.14_1624433794649_0.973462370392012","host":"s3://npm-registry-packages"}},"0.19.0-rc.15":{"name":"fundamental-styles","version":"0.19.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"44e8cb68c490a4e08606756d63d19bf2c462aacd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.15.tgz","fileCount":578,"integrity":"sha512-ZIhB/280ppyd8fi/RX2etV+dLmPqtkxiR4uDuwWbKzhoH/NilPXHu8kwVNnDTHWGGt8LNw+Sdmbch3mk0ihxdQ==","signatures":[{"sig":"MEUCIEsAOfwriNgc/fa32JYjd/ma8SjoFYyQh30FqQ0AS5jnAiEA8qR3omaUSvlngspABIMZYhCvyyW1p6M7p4M+3iAkmUk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17819950,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg17jjCRA9TVsSAnZWagAAYWMQAIP05HdbrY3OkJfTOJnN\nMJT79/L4yHL1yJuk1s1Twm7zXkUW05dCFRbMrunS4W+Zqa+Q13V0YwUEOddF\nTVjmTRKepZdTKG+Vf0B7ZEE7EOC3Wyc8XZLmgYTSJxXoMXvlSovHsPmzKwpm\n+JKapXM7lqGGWBUp2zVFH2lsAXTmSqywEowsJs8rIrsbTcXD4cYVHIRcjuRd\nrhpRJbqax09xNYjF0ga20cVpEVS7NllyNFZVZElELbVWhqvNUvrKonZztDK3\noeC8LxXARgoGAxdrEnvWu+730hLnI4Z8ZdWJpgYB3EuRgiuIEQE0nO5nx0vb\nW/Uhz5PxbV/9X9CdnEKmwcyZao5esfuyOufWykEhHJlufAzCDqy3ISsIfwBW\n6tW7intVqWiKx92IuO8a5bPNZREcbv9dtdmsLteQO58bty5SExarAHGQ3nhc\n0Cqq/xVpPYTZtGtf7eDunsl0DFipLbjJIcZ4avLTsvKl+Ks5wDumJnEhJ2S/\nPAmfTfo/FOJy6rkjTGWPLwZMT/6OoIxtIPAkoJIWtj6P1jEG6dVjPh/mbn2e\ncAwACK1RoVY92WZEKngKYJXM8DLswI3wymT8JBorcKzI3I5ZJVELDHwLNUVm\noG6YiAulllSq41noHHHjB8i4yXd4vAB3io1WK6/Wfaxd3m+fsi4VF2xmALdN\nX4Oc\r\n=pOeD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"808cac9d28b2ad1c120e209552f4df9bbd9efd35","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.15_1624750306728_0.09284539519515778","host":"s3://npm-registry-packages"}},"0.19.0-rc.16":{"name":"fundamental-styles","version":"0.19.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"13c3b59b5d19dbde1c4f35da00aad7340f5c005c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.16.tgz","fileCount":578,"integrity":"sha512-SJ7XdVplpxIWY0NoNHGQBe6E/i6Lbv1gQ9FZj0axRvoxMk4ii20tuQxRvw4FQBPU2EUrvExja2O3wCex3x3aKA==","signatures":[{"sig":"MEYCIQD7Lq7fSxoCOruxUkMPdD0up7oPEUBo/pPhVRjVk6AbjgIhAOe30ewVu62nnok9mhpYf2apCCk35BdUzRZMfkPuewmp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17820063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg17+kCRA9TVsSAnZWagAAI1sP+QFF7ET5+gI8vJzfciBf\nBWhi8Sc8Pv90F9xq1ro/WyI4EXVTx4cYIFwFpnuQC1E9HX6+KNXb6+6zBSOQ\nQutBAKj/BlDWXU22vCaUIZYxsJ135VwpnUbT97hIuH2BdO7maCuawnj7Mld6\nFLwmSffKK/SDUi/KjVZU0Udzn/qMyCrYR9aR5gglVgLAT4t8o9tQjRr4DNqT\noBj4APkPyahTsBRiIu5M104Ay3hDG03IqBWNwLFEbs3f7D+jLd5pq3g3c78x\nH0sjmb+ApwkKRNDhXVip3wIahcWrJsFQX2otCIiYaxmy4TjIa+J3b09HzIKd\nOItVPIEhwKdbeyQ85lI5BIyz4JWdEaCVjWZxZYy8PddS4p9XtXM/T5Ty80oh\nW4ouaK3CO1yqRAThDkCfi0z9/Bi9ffAmPe/6L3JvXw2zrZ/GBkDccMIw4vsm\nLm7aegh50ecX/rF4/iFX4/ewegsX7+sqHIRTduyKfQextLkp3WYS/wMBIWy6\nbZx0x0OXfQf/GgxiUtDR54oeQ6FoiuOAtbPBH7xTiFvCc6YQifeCWJCINdyu\nZ7oIEEpAluKlvpQQ5WAZsKyd2xSmjcz5NsWd1QMOHk0I21Q+120e38FcBD/O\n1f/sxT/NWw1x5kDkeR/QVy9YWblxs03/ayXXk2WZoAbT29dqT9lfpN1ZAMjb\nEnsl\r\n=Ntih\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"fb8264bfd7ac7b6180a26ae12a522acb68031823","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.16_1624752035845_0.15349457683899392","host":"s3://npm-registry-packages"}},"0.19.0-rc.17":{"name":"fundamental-styles","version":"0.19.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dc0904c57e6b8c5eb1c0d2f9f7251b1e34cac311","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.17.tgz","fileCount":578,"integrity":"sha512-3T86eigccRFr4SPT/R5VNVfWzhQ+IMTpmdD5ISx/JLh36dRMJ6tufVtR89i5VTLRZMsRecIRdvFGtWCoFMwbNQ==","signatures":[{"sig":"MEYCIQCzHh4li53+knSydjzkeXODGjhXFM2dYsxacWsYx5wUcAIhAMhDTYMh/y9CDTbAExB0tHnG7veXfhPv3sM+k+chKR2G","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17820176,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg18lNCRA9TVsSAnZWagAA0xIP/ilStvvWGI2e1XV92SWp\na1jxQAqZK8bN5Yz0sRG5xPWGRZxX5R1zy0Z5vkTDDdTnhcQ0eQUl+munvmZf\nWnUs+UvgGWtzCAhm/l5OB0V8wYEcgPgiZAUiBvKH6fvQpVq1Ub6sUsVPUdjH\nSJN6DC+D5Fodv2pPx3qFKVEzBKc0qmURY0wMlb3YAzkEnwVAtfLeYb6DmTP6\na3Dd9Z0paD+dNwTGLEfG0Uw1aL5kejjPYbhZZXGoccaSLMqoMINF/GAnkJls\nmTgkugybvDPUiYbY+GljRzsPQ+k7KcTr058021iSZCIXFoLhIlsv5XRD2w+F\nMoY0MOBdV8Eaf6jZ/pJ8YwTKj9v0LpLOvKQkYr77H4xiuYozUNjRW2O7V4gn\nLRGChRu38yZCH2Fom59DR80CVEt4UbdJdwP06LIIXn4G25puFGwK/MdD5+76\nZxpp5LboVCo96eh39+Psqwr+8VNSd439QQLTSSF4kMDMjc4BdP5DtZ0+ZiSk\n6DuBaIx3te1URE2ZycUS9U0Co6qWCwhf9cTg3wOZK0hr2AzLNpaXXGcKut+x\nIcflfjwt1h8nhNeLEBnfUehp7iwexHoyZG6uTmJT7XmuhMH7WDZ+0gx6JBXr\n/gveDdSizhVqgwRhc97Ppf2Mi43Z3cmSfPa9uCtibYs+6isB4EGDxRAI+6lt\nETRD\r\n=30yB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cc4f851f0abb8cc3a63250e1591dc95ab0acad12","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.17_1624754508595_0.2441609537515792","host":"s3://npm-registry-packages"}},"0.19.0-rc.18":{"name":"fundamental-styles","version":"0.19.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d1a0e155314e64f1775166e2ff2fcf2fc8b777f2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.18.tgz","fileCount":584,"integrity":"sha512-0lNHoJaED+iZaaAKWWyOVScbXFMOcsOb3iasemfGvEhSGGPNKdhPagBP9kablu4AHbbqqeoYUpdwC7Wrh20Auw==","signatures":[{"sig":"MEQCIF3H3udnA3lJZhePz+JNjkReBxlQcv2Yf7h5v+ofNAhHAiB9RqItBIR9KOCLXjdA6V09E5/exPxyLoTFbYAL6tm+TQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17870875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2VihCRA9TVsSAnZWagAAZiQP/i23jQBCdec2hdwWGeYq\ncpO8nyxAsq/jxv5t7oCDKIlXtcWh8m4wgllQfJjp+ti/EztY5zpnUc7tVsC9\nkR2aeyV5WjHGGZ6Euchh6zlaszBaS8UDXRk+j3nxWn4rudQUh11zjC6BjU8o\n1k49v3+Jeg53RoaRnOKeZ3G1b4jifrA14XHAJEu5QM+zzjmXiVAzkbXLadeL\nelxf6FW7HaFOB7avtnwcrjN0ezLqTYRXGojqT6z71z1DxfdBAq3SrqTweCYv\nGkIp2tvXW0DKKQXB8RZ9G3q3bubLoIcB+AI+IVBjRDmzNuEVfYreSNeVNrrX\n6FjsvxL8rqbR/jX4TsN1TbJkNftp+Z+SvG73ZN7GTnDMd3PGlId8zwU1J8RA\nIhs91FHdmYuJVkrwEudRL8k3SJpehmZW3SVrdqsforGTf0qMWsC1yduaVQVq\nFwlcokzYkD3Hf0cNxhkJ4iSA1S4mHkDtJwTe2H4U8JEaVQ3fEhA1trdTNhe4\nG8P2DrVsVuRvdkQlkfD3Rj+FgLPQYb5fLhduVpamaT45LineFfMvPZ4/2Lqj\ny0mRicTDl7UqyhClaBdy14VOtsdmlUAh1WGsyARy1rSoOgGevxmSG/g+KsNf\npP8TNI0VXGopvzrr75/EXkiLUrfdXv5/wz2q1oBa2ByItzIRBn3UqGEBqDZZ\nZ2DW\r\n=i45l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ab939249a91cb12ed0fa3b679b6c69fd03b6ff92","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.18_1624856736718_0.24776199508027275","host":"s3://npm-registry-packages"}},"0.19.0-rc.19":{"name":"fundamental-styles","version":"0.19.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0f64e27c24284806fd28a24f2903e6044a051704","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.19.tgz","fileCount":584,"integrity":"sha512-2QWiODZYeoZXLCigvGwaideZov3cbKqFHDJve54qoebhdUQxSqfTjaOTjea6Nv9pxRCX4sZjtxvXe53BfLTuPQ==","signatures":[{"sig":"MEUCICaplXbrXKcuXl3cbfaXjCR2FZJud7pDil8JEt+tZsirAiEAsdgOb9ooIF3QoOoZyxqoUIv6eMaPOfq/+qC6PBWsGjg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":17872590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2dPlCRA9TVsSAnZWagAAX2kQAIIjD9TTvFDCtzyRmyG7\nxqeyU7/ZcLOlEzhVzxV2QM+T4XgLTr5JhuSBK6sCEYE+4QOUB8zlonOdfhMi\nzxsphS0M2w8AyNpvRowBcv50qAFaGKJVMABNdAx3ep3wkPjvbY75OwKRhJ+D\nG1dktuydnLiTKInSU1h2PaAo3SZlUZzF8B2D/Y07ylgBck5wuEL+09jGpX37\nIkXMiw+lmG8nvVJVwPeE56sbNdrVx0uNwqmhO/b7/l0IvBT9mac9m6sVJ4a9\nZhbispV0d/zCjvUHLrSjK+cBrNETSbIzpLg/WYWVBeV3+yOD94z4gGG/0ccZ\n7tSYg5AzTjKBfr8/9W3gcYpafQJnFvKR5ZM11KE8oemv0mJoQ7rwHYjyy/vt\ncYyk11Yay9hTegs2loB2S7Ie/U29U+Nx3lNXjMcx0bUOihBqjdk6DKmabGgy\nCvNBXuJ1hgHUXZXgeUk5Orb9GG4v3/wjRhBAbRsBPyE+E0o74KmaQW36C3Cx\nGtkeSo38WuohI6+xf+U2RTzP0ALOgG5jvmKrqQb4b0srzjaEMa9/ZuQkZDTs\n65OmDEJwzpFyPRy4Dzwmx2dwGPKG50Tw5RELi4KXr5NMe5ZWzdfxYablhaQT\nPmEGTuVX0ojvIceBMPp5P8re/Waz8AR4FgQ0onhuLpNi7PB1u4NzWR4sCDaY\npdLl\r\n=zvcD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8a143b394a7e49de1bd585627a3adb2ede2a2700","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.19_1624888293121_0.788591840282006","host":"s3://npm-registry-packages"}},"0.19.0-rc.20":{"name":"fundamental-styles","version":"0.19.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8303b38b007418492698da858a07e167c477661f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.20.tgz","fileCount":584,"integrity":"sha512-i86iyPnpj1KG6Xk5vPoSAgQA1tLPqOZUNfy08B0qmLNV4eWAd4px0pNwdNMkY2pcsxyPHw0IPFTKZAVL3+OltA==","signatures":[{"sig":"MEYCIQClL/A2P2QFg5ZMIXunhTaSO1fcMAa5lh/kBFiC+ijpnwIhAOnQUhFnNEACaJ4AyIer3/rBqH4UWIQpXAvb2GQzL6OK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18879479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg27iOCRA9TVsSAnZWagAApREQAJHOL0QL88LrGrPQAFAO\nphRLD/8Jc+a3WBxbva4TfqSLfA7tPPrlAG3GNEqY5pt0+BAl4q+1uYnrqVYK\nK+BNQ88kzUxO+6hd9AFBJK9hzv0Wgc5t3Jg0KP0lpnXaqyF68C5eYBX50VbZ\nYRSu1pUUFtOygHGRzZ6p9XlzgELhOgRn26TM1f6OOPyW3/1ZFPC3k8Bs8OSL\nqziZO1SIOH05GJ6KkGUXszIjnjANow0H3JEExujIW3o+pV0igHa5yywlMxRg\nBldvNdPIHa1sD0OPVDfEC9cwEaq5zLwng+1JcLtjP6IdWr0CT3zeoIQRpcGj\n+Ag7nAGZxmMJOP9q7fXZJnMU5tNlbuIhB8k7dp4X1ErJgookdNPiHY8E93kV\n77cOvrDUC//H5/M8qWaj8Nz4bxykr2gMoaVSWzCXR4Dij1/S3+ZNzlbXahK6\n3iu17j4w1hgcreGMdmUtMx3InQak1h7RxNCpjcFYWbRVDVn20Bnqa0FVz7cu\nbFodlBrxuHTLkXPx6S+FabG2RLLAKJEPYMNUv9/iDkOhqOS2wV5dZCFDqVfe\nbzwa2xBFJbu9Xe/hALIucMMgxRLfAh2pBRMkm8sRoagrFEBUGUnIwMLg3O2j\nULo/GWwi+joshLfrbLNXMVPL1PE9OPw1zN/Irkkx7UVYyCF+c7gP+VYcl1Gz\nglGP\r\n=xZya\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e7c69de55efc65ee028d756f187a80c5cbf57eb5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.20_1625012365603_0.032295252345600156","host":"s3://npm-registry-packages"}},"0.19.0-rc.21":{"name":"fundamental-styles","version":"0.19.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9e343c4500912819a404f4f1706ec4e22eff34f9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.21.tgz","fileCount":584,"integrity":"sha512-anMOi8624hFV1uC28xZD5CiEAc77xJ31KH+TYxXFjUkdXVdmhtRRe3AGJHsjiE4fW0MuLvPenuRDE8JYDz2WsQ==","signatures":[{"sig":"MEYCIQCU0tJPaiBI9rvr/mZR4RU3cQ9lnMpx8ElUaJNdvUfuRwIhAMIXvRtE5fzkUSwLXuKTfje3seQsPF4ZSr+iQaUnV2fT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18878145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3JWdCRA9TVsSAnZWagAAJAIP/04dDRqLeAERVQYq8yar\n0KXBHX7WVvzPyhn1g3F0p6XtBQOe8l7bYROkz1ZEikbEa8m+g6udNZKKpUZo\nYkTY2E4iuhcumIJtC/ZlKL8SEAE5gISQ5aSfewXz2HdpPvQeYymMV6koMH3j\nxaoIxV7WnU8eJq2LzXh64MMCsF0TjuPOu0ySA97fqkJMfbJ0wkNAz3NI5j5W\nrthbSF285XsIL2CSNCRl8orERMD9EXcGnw/10QU7LYecRaCUbT/tdzSGNIjL\nliKCpgV1xM5El9gJouLo9/4Sy2RuWxV8HEHMducx04HJoMNRMlIiKZI65Yup\nbSmvWcd6QW5coVniwnsOSV55+mDkt0xoLWB/M1fXGIEL60HNy8eiGOYUHs28\n4NgezU+Gdj1/7tWk6Sgk1AqNgDwIH+tgMIkV28rP6c4qZ8o8sNUMRRHyEjaj\n0j0cIwWSU+47+APCYB6mhBUOuULrgYnBJQK1CALDD40V9syGrVJBXa2/2Qs0\nVqnlwzR7WpJ8nJJAKL4o/dGkesnYVbzgpRhp3hpH11uI6f0FaEyZmvkbiYrb\nt1r1n3pt2DCNy4YXREFBMnBFRWI7/tKDCQ+Vd7Wh/jWmBbG3Gilk/d9NNuas\n0l1mwkamyuQddr8j7smkFNWlf5aaYgv+gtJk0RwCH2UX5Q/SfRb7Q7E99zdh\nuetb\r\n=bOXR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"79a3b05cecef90553323c713d4846c1736ed777a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.21_1625068957432_0.6935211640912007","host":"s3://npm-registry-packages"}},"0.19.0-rc.22":{"name":"fundamental-styles","version":"0.19.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"29600c24d28a2bac71597ab98fc92bd34b2b6c1d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.22.tgz","fileCount":584,"integrity":"sha512-GwWKvHqmADHywEfR1/ZG5cTt9Q2HUb7Ho8YFpocOUPIHJsYmE0z7D0MfAvgYwEbCTOaikekF04Wq2H5Wal/V8w==","signatures":[{"sig":"MEUCIGEqXKgikqWllcEoZwDQSFwu0MUJ7xmVpL9j3x+b/VmfAiEA3lU1MT4YHGyDXm5HS8HKY7ugkqF+nayReXgfeBOdtOk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18882578,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3KxjCRA9TVsSAnZWagAALuYP/ifq7OUxkS0gqSYFncK+\nhJ+bbEUpAjuenHqhfYxiJIpM0GtcXXVMGlWp4xwA+FH6Y4xu1L4bVQWUhOzB\npAhHG7GNKMXB8YV4pxnPJdmtUHR3GmDGGlQY8jn57pum86IiUcUjgqkfLNXD\nK3H3X2ECt6/wK/p7Xq8jiuL3G8mlZhbXeDP4DNqNmzw5MDr4gSht96ERTbCe\nfaAc2yxg/qGkM2W3MNgucCGDwmvq+UKXLmw+cLmCfx2VOdoyyrp8GfnjHZ+Q\n5ndF7Q6nnf+0aWDKD5kiIIONeXPSIW7AfkoiiWE2y5DK/I8TLubV/ElMa+Fa\nfFgTirLaAXKI8yekPbEju96gfU1JqH+h4WWUwq/ZQX8nrpsLnspNZM/VUgf9\nxzGMd6jG/v/kGAzSDzbWunfIF7Sc1ilu1BbkacP1hWudCJ3qbFF0NtX8BR2f\nhBpJXKYLqOINJd3CYkPIgm7UvLlCoYtGm7h0hyXEd95eZN+Oe+SE1mSZMAk9\n56K7Z1qep53jQ5ERPB3jvtMGGxrQVI7kHZAZOmcFbexNxR2SeHjLpddIA4zS\n8Aj27enCUd4OW5maE1HHizqiWnYP7g1ntdgc1xI1JwWJDmR85n3RIv1u73TQ\njXhHwOIsM4PdHsEWy2bNsGngzfSnOtuLGY0u+B28WFDCp9ZqRd4fX4svyHaN\nJ8Wv\r\n=8382\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8f6d2a4babbdf4270b2c800cabf38ba6f39cd12a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.22_1625074786251_0.22002220161298336","host":"s3://npm-registry-packages"}},"0.19.0-rc.23":{"name":"fundamental-styles","version":"0.19.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"34555e1ca52ec43d0be96591df3c47d00ad4de42","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.23.tgz","fileCount":584,"integrity":"sha512-1wluO/JY5sM09W7IcMBaBefeTLXFfHunWZgTCfEMkpPiSp1Zv33ccZ2V7ChXRfMWluf5pWgq5CVWuqGVA0mpIg==","signatures":[{"sig":"MEYCIQDgYAmJHOJyHbuvhZhl64IUeAd6FNQ3n36ES8aSmo3+fwIhAJUJMYFWdkVWCuzIRTc7MfFbFXy6PnvTuTMVIMwLh0EU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18891054,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3MNzCRA9TVsSAnZWagAAVeYQAJ0kfexo/2eeGxPpnQrp\n4bQM5ZKGBPQLqZN7HNZBx91OLe5A973zOL50GaJCaegmunhbFPIIaW7oMpf2\nhPATaXhFWFyrwhUJ7+k7qpKVRcUpiIA6hNvSTxx4DbE2xHI4akulKin5UAnc\nx/COS3oHfb5S/uyjS66flCcoRAsvgxu2G1hSHNDxHfkkSMsX5/uIkfh9jLu8\nFWGYFj/0/dN+2h/Z17IcyWYHsUtcOCORnD1Fmkd4YJmQQKtpVVdsXnkD7mxv\nsBecKgowQ3Bp1+gj7pTm7gvHEtvpM0LNwm7Bba4bZ7xDAjUgSPbavGAntT49\nN2dVnRTymUFSGw5M4qfvAycEqB3cr7Ni9Ot/9Oy/UGjB6QeQEe/oIClfoNug\nr9Bp1VRevCRAxH0LP2bYZ7dcR9+NtUgP/lNHvHGW7OWG6FDbCflIQEYjG7dk\nT1fpIhAgdixtddi/ruyrj0QO6fsMVMkzxlRSBAsXr4Pnl9pA6q/HaahArtNe\nu2NZCWWV7QZDgvJyZK7FFAj6HTVRyXSYOY5NEVxN3KSrPTYp8iREoNL2RFkX\n8YcbXLVGgJGPxBrv5eUIKDttcy6dblulTe+RbQ1w42KDvHaV4NQY4yNlaLZc\nKfOOqiCmyc8wUUNSKfTf5x7XCQwF4BsnYqFf3XIqYDivw82+3fVxur37pH9q\ncnwm\r\n=Zd0L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"01e6618d03c904a0a1768732b88e7e286de631a8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.23_1625080690577_0.13277358316680488","host":"s3://npm-registry-packages"}},"0.19.0-rc.24":{"name":"fundamental-styles","version":"0.19.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"48905c54cf263abcb3a2ac705ad4aa41bf6b4993","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.24.tgz","fileCount":584,"integrity":"sha512-8ydsBh+oHoeMkFkG+XfxsHCfmKGXN8MAVtPJd0fUEOOhHfNPpODSH8CPxqyrv69MD/onHa4XXe2UZkiN9rCVug==","signatures":[{"sig":"MEYCIQD1MB2jXm2Gen4GpnKxRyvQanbpsZsG6LZmWAUJOj1KjwIhAMTayy2fv0r2220/dVcNE5/pHRp+MrTAOwmub4ScM1dA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18893793,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3zx7CRA9TVsSAnZWagAAs78QAIQ5FUxX/2Vx/egkfoUz\nA+7Ro3wyiQpfn/RfwXXAsF4bLpaWcOHgl4AniIxKpNIMCAMuuL7C5wH9vZ0b\nNC98nW+fC4cdcW5n5AOKtB9RAbFfD/XBQwBu5SPInfw93FZTmcepBwaKLZa3\nLEAhFV7GYz4CLfcbeUnWrl4awoSUIrNlQQtAkhoxRVnvpDlPWn37cf2Ar4rQ\n4r5+HJ2ZeeY4kiwnJVhRACTR0rqwFWGKIJKMit6GXakRd26sf2XNhCqTNYsd\n45xnEWVO0Cbjm9u5QwHAvMBa1ps9HZVxsYLz7HaFjWoGtWQ8aIx8YbJQW4t9\ntE+1xIcdb80oSOrrmou8Kq9BWB6X89D/PmqxYtybS9d6Y5WApS6s1aJVY1Tk\nf84q7gqtvCLsmD70Tn4zZxvkWxPFNoSyhz4mjbLquHXgX1fi4Gn7SrhZbowl\n4JJA3T83hVC1g71nSU5Bk7biA2mZTyKJKIbXhmlCWQEMRB1Fze7Z+CUIs6U7\nVa35lXk3zerXZ+3eg1KabInxw9sQfoO0xl4y7endMa5D4SeKq+XmeBdxq5uO\n4NG3HdoLmxYufFmcfHR0EeP5ysGSqO8hlBeioemaax0ATwyk1UJa5sbZEZal\nss60Oc7xlHGu+KAb8C4IFPQXYasm58lcudvBaBIeeOSWuyrzZCcc33Kimj/E\nIyXE\r\n=Mrin\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d35fa4f5bc70f0f8e2fddf200e856a0cf0080bdc","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.24_1625242746465_0.13159127944660942","host":"s3://npm-registry-packages"}},"0.19.0-rc.25":{"name":"fundamental-styles","version":"0.19.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fe2990b7ec42c9b35633218b9daffdbe41ddcbf0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.25.tgz","fileCount":584,"integrity":"sha512-vzu0KkCuy7S+QsXcgkpzOnIe+mJk8K0+TY98TtWJpvGwI8aAlKywMxSYffje2bWTpPiYSsb4nXxd6zomJNUw7w==","signatures":[{"sig":"MEUCIQDeoWAg77mOTcCiCgSUHCJPtLdwe9ZLZoeOuYehLubAkQIgBnK6EpTb5dAneodSjgpTMy7RBqPeQENoVYPiRNzGi0w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18893906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg33YECRA9TVsSAnZWagAAgwEQAJXiEDK26MmpQO/Owcs7\nK8/24FskUvYZ5HWU1uQpNxlluMmiB5wnf+7tF5uPAbvj2fyKzvxK9M7PUzDE\niGlq8YW5Zs1EEPyKTUFV9iXlvtDJcSw0b8m8G53JKNdAI6HGwXkRPWCYmPKr\nQbonMeXLXhx3P/99rNOy4qxI7jN5gh6nPVv5jz4mFM1YAQtWIxtgFpNQe18F\ntbuei9Oc75bKNOvurB1xfECCgvDVmux2gV2M5nwb4UtURGzewv5prB/dn47C\nOh9zRBesVFlaoBx4vogKw23o+A6pntGIZf839NWrb+ObZzY/ixoxu0xs/4WI\nqjBomMHI80UaVdXvRxx1R77LlKs24nnVmstXt7ctkKiSuzT7SD1enTQLKY5M\nmTs3g9p4JHGjcRv3D6BMasoY7UkVmTOjBE/yoMUylcp/Jx9vG1QueBoL5mfF\nWsOT0yC+WHkChR1jwMZkyjdDkN9OZLnsmkwZHiEZ1vBHEXRllZWJ62encvRl\nYTcnFdPvkgMso8AtYtZoxDr70hGHz/55p3XVTBRal2qO6roVr2Xvi+ybwQ90\nSaYbdZYXiWlVdcXsK7hdugqXyQ4Bk1dOCjY/PaARbEMp8TlIOUnb0BLspA+q\n/RW7mRQOqBoRR/42Cqecxhv7kd3BL1PHKo2oZlJlnar9YmOMH716eUCbA87k\nJ52i\r\n=EUbP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f2505c30b820d4a504f16b1635666e8ea8b8408a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.25_1625257475642_0.6475321899829425","host":"s3://npm-registry-packages"}},"0.19.0-rc.26":{"name":"fundamental-styles","version":"0.19.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"410b7df9b453adfe87cfc63fc7549880ca5918c7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.26.tgz","fileCount":584,"integrity":"sha512-vZBLvw99ExDSYqWdHOGd2QKwhoL4mxOWl6UBrPFHtWO2B1WUBg6l1vKAw8EP19mc/oCA8RLuOf/ycnFA/zhrvQ==","signatures":[{"sig":"MEUCIQDG/T8p9KKUj8Qdrar2VN4JJYJrTaQSrQZgFXTLesE+0AIgWWkuDVQwmrV8bl3cVOz0u+0EVjFjfCYTVuK1OQxB4wc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18894876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg36i4CRA9TVsSAnZWagAA/pUP/jWcj+z2+jXoSHBchuyF\nVnnbp0qi4FSz9G0UYaCFeV3FfoAitgyyeRROymcdXbnzxjYmgNRbd0uqvvc0\nRa95M0Vg53hLYuV/IKy34kehLUUSdqHNzMCRSmAy2ohRwNg0Ws8gAkJwnzes\n29Ssnq5Klk9UtPLcrmMSbfgfYa03jjRXL3X/AQtJumZiFZxczy47r3vu+K30\nwD7x69KVPpHdFqA7uTkLtwcLYfjdSxsxDc2Y8ZRc0wDUiOBfltqxSsgnGlAJ\n8mLlkBoGR2o/LkIoe4rUfLbFj/zqX2EPHljusfA3wTGyj3V7UpJEa0f9G+Yt\nzHwaRk7plsyXrFcZSNvDdfAN/N4gz7/7Yd0qGB1QU5ulCWQ0Cs2X1bvGWmIu\nuLSoaQtKk4iXSQChW1f9CNs26PFLoehvZBElRb2CxY+AtcTTWJZ2Z9/A1p42\nag/KbY3JuqxqHha/vQiDt2+L2017Jd9lJySsSeV8IXMbvZLb/x+bwUxs4P/w\nuRdlODWXR7H0K9RYZyOv2uYiXa3rtpAqg1ReFXJuLsJatsKH1s75LjYf0Dyn\nsN2KvSzsRF5y8uoAdEd0wqguxCR36c3c2CHH3AOxPuV/CigmTtPjxlEGnhbo\n7vIaeQ+RI2HX2IBfiF9ZX1qd9ZzCXb2o1I5HEj9ep4t7UcEMf4wlomCizbPf\nLwrl\r\n=swIY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2657b0604c522009ae9407a967c0eded92cdd651","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.26_1625270455626_0.322318888925744","host":"s3://npm-registry-packages"}},"0.19.0-rc.27":{"name":"fundamental-styles","version":"0.19.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b66944fb63b304c5298f8d5953157c120e63f974","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.27.tgz","fileCount":584,"integrity":"sha512-BZN/WZqYAnLLf1FWEMV4fOATFCUJpiuzp4bItNwpULxN22XUeMb8W0We1cKm+9IJ5eUIvi3DAF4fMsAy3PRT8g==","signatures":[{"sig":"MEYCIQDUpxr9rnOSRQVQDRw8TJTmM750RnHFv1Psyib7Lqt1vQIhAOPhSSPABkfoBOZTSIxCzF2eGQu12zKiKGyOTp1kO13x","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18894989,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg4HacCRA9TVsSAnZWagAAno8QAIgPvNpvkLd6cKmE7z8h\n7tGBoP5caiqyFrxfKz/4WvgxMMP7h5OdwAcrpsCwfkWJH+tUaCO4n37WcHKt\nS/4ToTWIArFrjcbyBYaX2MDD+tvKHWfsA26C7xJ0DIl6WtydqJ5HjdJ9FqV8\nGLQ+hguwqnFwRnZHBZ4MaQ+gEYpmya/Ohrof6dyQ/8tMxGKRy97VD+3fi929\nybMY08rqwu+PJ6GjaaSF4isyyQ1hMOI1X84+ba6Q0fiOKbnei58WxRiYuI3r\nzhVINB5oP4qWd2GuWOQmk0NRhLtuiO82inIUW+ozQwVuIQaSf1GaVnZoYca2\n8k+70K733KibqaPqvDKD/eKdCmcIkQU809SagJcOsJN8CkTiLwI6rHcngRB7\nfNfc/NirzSfqo1Xr/mf9oQA1ya5Vc5IyMTXz4Z/j9Mx9lJCKXAgeoj7iVnLF\nlSUlx5DLqm8B/6R9BtmqPxxQ4x3zdWc244p8/SpEE094Rrxuplx5SQ+eKiCo\n2/GBB1jbfKGERA2hw5geXYhHwGl14oBP80GqEDwpSrThwov71uepKnY59h8g\nobqpFkPTevoBUIWA6xQ+mNlnBObhDysI2aavA6Dd5Buvs5kAgiEUbooFpcDB\nVxjujFT9ZXRWVkXjb5wGMBSQ4zpwVdK3YJLL9vxeIvU/6TDc0YXLRu3qr25I\nRdcJ\r\n=s/pw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9885bbb19150697c8c3486794388989fdce75903","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.27_1625323163695_0.042159841814233046","host":"s3://npm-registry-packages"}},"0.19.0-rc.28":{"name":"fundamental-styles","version":"0.19.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0d5762bdbfe105bcac95a13888c5168c36ef6abe","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.28.tgz","fileCount":584,"integrity":"sha512-H9GdVP8bLN9Ey4ASMVjqo/UNmEoiLKO7dgSoElTerfUTeND/h3FAfyyqXEGhJbGAihivWMucaf09m2zj8hhw2g==","signatures":[{"sig":"MEQCIA3vr5aDNRl/+/WnupzHUkA7kgbGE62+tMqD16DpaLspAiASObTjL/Vc+w7ltzoBPWAjMgzXpK8Waf2nbVcEGIpnEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18897648,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg4zj1CRA9TVsSAnZWagAA/GMP/3P18D1WTz2iN5jfiYYW\n9AnJ0DNQQznRtbGBVfFXy3qCnW+wkQ60O2E6yK8v9iJo+tgbcNpHnoutu1Rf\nJgCNoyU2lyNZINhtLNYgulnV9HsibTO9KIp0FjWi+su4y/sv/ulW4blSTKCH\n77cSfZd9knoNByIFbYCni2caVcQ7bZKnNjOzU4Uw7swLNMAs1dIcoQClEwCx\ntbB9aKiykh8kODUtr0s6h/PM92cWjwJ7hgPPFPRyQT1/i5csEmQGjEIhPsod\nAdfiSuG0kL8HfNORlBDyq8d21LOSGJvqbDQXPE109xiNyoEwQV+LBfcjRvjY\ntTDmveiZ79oSZ8s2mYYyWp0AZtQsXG1lw4PrqE7d6lnKpJKESGU8J8880oJO\nKcCau3ufcC0TWud6+3iPvaAg5RYao0XsGsvUp54mpk1UPKbWt+RsE0q410ry\nxOP91+FxRMd/YwswYzE/ipP7D6rNsVhv6MkIx9eoBoOZE8JitphUVLT+NtIO\nf78HaFKpEr3AwdiCiynjVdM9o8J/S7JcpJTt5xOLGdmJHqlPWeqImXvSIt+9\naWeeBH92XcWFkuRmN0KYF3MHwLUx3WW7Li3mcF8gIZZuX2ozP0b6b5JbuoPd\n2U6acVsUcz6MTV3yY8ywFrh8tLQHgUkKJx2FYkubMrdvIVjbjKatrDpWd6fE\n8zEa\r\n=A9UE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"19233a3b9e5d61bef44996bf613dfa891c7f5059","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.28_1625503989346_0.4747060158616301","host":"s3://npm-registry-packages"}},"0.19.0-rc.29":{"name":"fundamental-styles","version":"0.19.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"28dca8f7ec85f28c1523aaf7faa6b0d9cef3cf33","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.29.tgz","fileCount":584,"integrity":"sha512-Vb0V6JQIrgsgcOFmd6DVYAHOqOpg41aN2KJ7FClJ5oPxGGurDpIyed/d++9fUVD5+HkeSVgMfyfKTK3rbR1Q0A==","signatures":[{"sig":"MEUCIQCBhFGnoaOe1gjk24n3WvnzRYC+Wnk6QoHbum5IXfoeQwIgCPKIpPmzDw0+hcrj2OUbbr/YjHzMFqG/9YicpoAxrbs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18897761,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg40VoCRA9TVsSAnZWagAAhNwP/2Xvw1wSZy5dnQTCi54n\nXlggeT1w64C8WDFnKEs3n3Pp+e/rRyHBCKMA+P3vn8aL6296ONc0OT/IahM3\nYmyrR+8gBAogCFGL9PbJ95i1kHOCkoiQOICcMklO3mHD75Cn5QIoZMHE/GOe\nrEpylSaE6TwoTr73F2w4hHfR9n8LWOMxzgL9DJ22VLq1kQd81gXSwe29r6XM\nBb5xc8YHqgHMa9wnf9OtlV7GIrNILR/3rMlcGIYzFSAbPwsm7/j/NgiAKW+5\nMds8xeNHTM1lhU2vrkU9C1NdfHCQ/9fS9sD1cPxXtNFRDe16+Qit+1cCUECD\nLw2+oX7J5ma/d8h3uUGbF1KsgE6wXvLKlE7pWZzPaepg6GB/f6jB9uD0EXkF\nmijOHgearrjWkI3nKKAvAuf1ESiguRT1JAXs1UeJ0bwV8PUJkZaEaaYClivj\n4aWIjvi9JWXOAqH8ZstNGDW3wgHmX/ITS9Hbxmw/ajK/CIzGC12pf0VyQxJu\npKUizFvICbPOlRUd8hRtRHr5BJIuWRN85ojDX0phkkuUgnVFO0wLU+lvHMxm\nh/JMWGN+YRS2hR5m8Qf7ZCT67UCKPf+B0iw1B/IcYx721QjGUq8e8rpnOf2T\nrcckBy9S0KVnW7ApcHAbrBhwX21zm6qnb/4wq5CHNNgdoRKYiO2f0Em7y7mr\n9Jiu\r\n=rjBl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c21f61e93f228c68beb2a104e8093fa4e63caf84","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.29_1625507176035_0.5916427508784059","host":"s3://npm-registry-packages"}},"0.19.0-rc.30":{"name":"fundamental-styles","version":"0.19.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0116da43c71084549c716776adc7c20766489e7d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.30.tgz","fileCount":584,"integrity":"sha512-FYjmyOlduP2N9eqzunR80//qqIyFWGf8fbXamJNTQaBjCrm2MPVUwymQQ0uuYF2ZUo26WtPB4F5ikuh6QoA0Nw==","signatures":[{"sig":"MEQCIBeum3p3SF+oUKldhhELBzVNHPeYC1OmHamrZrSbgwqxAiBv+M0nkzqyo9b9Gk/uxAsxd2Icb+wpQSUZPNA3lKzEPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18901112,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5FrjCRA9TVsSAnZWagAA9HMQAKG7QvQO51vpabiClfuk\nTsLBlSX7DXNN9vfdbMyJAxB89SAIGbSh0oiRbuCm5WKwBAPf0k8F7rtGAQuW\nAGss2Ex5dxNP221SYGh0md3fTbdFzyS0Bbo4vcpGTB+mTMPTx67N+xr8AwYI\n8KgXYK9C25uBT9oMyifypE3VbHN42lFBodjNGDOzh0HDNwNAHJ0MS6SuuE4C\nQ7fPGy2zOCuO9e5Ejn8IzBlYchNsNgjXzm+EIt9brY42yjsWwMGMa4tE8Jgt\nSZyIiR0R4piH7CFL1V9r/5k8/1AjWru19DmZCWcXHUTTuAJGlqxPakuhS4yW\nY+LJ8SdWFyGKLIe+UVw9IOVzWuVWdzyK1EV2haKoRIhGMugk82qBtZjqd4RE\nAxP4XvmDLbSFbVaE8WZHn6hZ93PQOo08JMi7DKXNhmU+Q5hs1eYxELAb/6ah\nKHPdQuzbirYaEMYIjIybG90eSoXaXEZAqGSzlus7zIzxbpHob9RBjvIrgPlH\nPt2zyVTqBEpCBXqxbfWS6JcKUuTiu47zoZ9Bz37GbPSL0Kv0VOF+88hQVs8Y\ngC+drPbuJMhjmCg2FwRVLVfb/N6BDSX2UHVti3uYbmvYHO0amiV8iDDT0vhM\nrXH7EgLkm1cobR5mZyZVMqJhcP/WcqmtnrLyYvL5mrst0Wcapwg+SQsTGrd5\nenq6\r\n=nUoQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5041d758d84cf02f64e624d74ed9f420722d0824","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.30_1625578211195_0.3743668963070341","host":"s3://npm-registry-packages"}},"0.19.0-rc.31":{"name":"fundamental-styles","version":"0.19.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8ab580a20f1c33289e3324fc079b708a6121f150","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.31.tgz","fileCount":584,"integrity":"sha512-++M5YYw1nlbQ5AtxgGUsz7jEuBGXLzYpS6dwROjbxAn6ooaEJXThwkBlBgRys8EtdmMAI553kH/EefPtJZHVrw==","signatures":[{"sig":"MEUCIQDYNRYQba5LOz10SOy/PgyxDxantHxsUDhWYnHjylajuwIgT15XgEsUC02rgcM9x+mfAtl8J4W1qAK0iYYVpdTyNxY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18901343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5czlCRA9TVsSAnZWagAA7wkP/iq77wo5Dka1ZynQN7Hv\nLA45KXp9NiHcvbtUfWu53gjA/03wdxEi6zhn5aZKAmDKSyvzkw7yznGZqRcq\ny0f1Ccf4yB38gTODaHX36vcmTva8SceRwScmCmQkVnbf0Jel0ZB3PYI5vR6Q\nffbvF48ri3nqyhrYjlbFnzyV3cYCTEqvEZVATHco/xK4CmX+n2GcX0pACebc\nqpZc0c94AgQmmzKvqlssZkDkcJQizZSlrfsUjsym6S0io+lp8gGZNZBYIJux\nczQHbvU0Y6Yde/O2Geeq9xf8lQjscwKsvO2jL13oBcu5OB0/rp8+gd025J9d\njJVxM0vYv/0Z2uKeQbXd1MrMSXv0sR94fCahgzNrfF3/iqEiVyt3MVuXm9vg\nK3ik5za5pDww2yEVZarAOWPmt+3vVNJRWndimnSSa94VUOvdVw/zPoQatAX9\nv8eI4Lk1au9a5KFCEifMMrTz85IKslmde5nUnxu+TGCYm36Pv3gQKPrUzadZ\npviTzuod+vMMa50vSj+O3IvfewzGkBTdcsiijGdX0OBGcLzNxWI6VRhrqbmH\n2WOQfPexzM8oObiFNCnhi1Ngb70Rk8Kxuo2Az4QsbbF760x29bPgTxwCYT5H\n3ir48HAj3D+2X0W7+4rdum6+Ncf2hUPDpDyso1lKzWGpH3ihuUUiU/PBQVNB\n5EMI\r\n=0uEi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b6b598c1458db131fd2d2a1796ae275fc4064f66","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.31_1625672932898_0.0975396715935315","host":"s3://npm-registry-packages"}},"0.19.0-rc.32":{"name":"fundamental-styles","version":"0.19.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fd22f918517c4833669063234a218f4d9a6b6561","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.32.tgz","fileCount":584,"integrity":"sha512-I8dY95j7nWWy6QdZ0Bf/CZ9L/6tBKHxo9mOHCFticA7tvdI9Ghpb0arIyuk2CzNFdogvT5rhM70aQvuBCvIPRQ==","signatures":[{"sig":"MEYCIQDgRjRJXcKNVXP9R+bhwOktPYNl8ZMKmfim6D5H8zqvRAIhAPFYwRjch/+w6xDnIV7LfIK7RoWbyVjYVGBffJRzDpOj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18901456,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5dECCRA9TVsSAnZWagAAGMgQAKT6HBc2/JLJj869IHTh\niK0x108tXcTAgHujIx8CgqoP+HhBztp0ZvyHhbor98FumyZ95cOtGLQcGRXo\nXR7dmyezv+K0d3oeek2jUHbN+e9XxrI4nnzYrbfs1wSzvAamUslN8/juKwEX\nL7abSDyT8eBzdWY+kdhVy2wWkSIQ+uOoHZDztRHeBno/UwJKn2E3QmMvmAkN\njr8DnXi2jszvF0sYCsT9F2eyXZR6rSz/gyUjp4VvDWssDXVAetQK4GVg1v/N\ncMOwDMlrLmNmm1nM8gUicvIjZ7PeLevSHNiVaXTIz1fLlsoipyZVSPN5RoPe\nU6/oSGQew1N3uT6zFaFM2h1/FfRBMpAmQyyGPEFC/SevH4rL2Mv3cu6EmOOM\nsEoSH1NuCaSFaVhz6k6tDVe8L2wYU6QJpfer+Fp0krBX/+v+KLtRRUL5rjte\nUbL2xuqLdj7FfjRpMXBksTip7PoAoq22T57qJv3b3T7VKMKEaj6oU/HJqSVO\nC/CghlNNOLHbon29GgpRCW9reoia1RJCFRYf0Bb/ui4M2qBiZNDTEaiOo5dF\nD0kcRAWHkOw1kHP0sf/6Nn+PrPdAiRlV5IL9J2EIBS5FcZlOag70G6noLEeo\ndr5042+Bz+7RAdsYbuG6nSBzLruVfLrOlZIxKVGGim2E8HOkbtPkTUdYk0Rp\nj7fW\r\n=Mea/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"277db9a16287d4bca429b3fa42016a650f8c4889","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.32_1625673986229_0.053732497952213576","host":"s3://npm-registry-packages"}},"0.19.0-rc.33":{"name":"fundamental-styles","version":"0.19.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b7b8f68088ef199438edbb2c55e770e0015c578f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.33.tgz","fileCount":584,"integrity":"sha512-7TbcWD+7WwQojfSRVl3Edf5YCFAqvQHLeP/obJaSUz0vSOxkapch9ZUzuP5m+bislgj0teyTBRNJ6zhTcNqtnQ==","signatures":[{"sig":"MEUCIB4+i22cD3Uso9AMR5MOCGy8dEmi1C+N2SFxyKWDJ5ufAiEAnZDbjDf5339jbm0oW1dwZEFPj089rHdEp0+0H3goWrs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18906802,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6LYICRA9TVsSAnZWagAAJ2IP+QCmHipZk6vubeDcrxfI\nCo5kyK97BZdo90O0VnQ+vX7/JdN+BzgW4i2We44HL3JKD8Y40sJQw5wUGjnR\noUHUyIsC55fUmc16l7uFFflsxqYl72IUYqMkj0PK0xVHCcC/lVKgP2n2ViFX\njUU9i/DCrNG+O8qAf7ysbLkQaVcTyz9aAJE+NvdtNxkjK/1PfOa+fK6kK6lB\n4vws7mkYYzS5XMeclu0C2PB+EeHXOvKGXtNkcMlI2hPOZ0FqTkGUgEtKewan\n702nulseQ7KOB1RXEzyL6LkSPePk6jt6wDqkQr1uK0hnmHT89A18M5CMAlde\n1/P0LbH+9HqD+oEOWf3j01nruSXpMsszdIjdgksfjkRU1gt3PMgQFLHmvxUm\nOUt950aBs7k7QaZh0krhWuPRAcAa1dOD3ir8TeqQc6YSL5FteLOpZs+X5Skf\ndOO7beqCuwSxTsSPzEghHtZNdSqOdIIY25J8o6tYINl/TMqb7EA3mhQscUak\nsg4h6mzwE8mSYNBbFjPDGv/9E9DlQSjuO1LjKpBMdJZhpHxCUvMCAnZMwPY/\nddVRotv5xWqsydmlovKbhlPKt6Bhj9HzauI3L3rlgVjamTgJEljTFSSS364P\nO7Q7+7N5xjaKVEMeqNesNT//YQxc/fTBY9oJlBjW1KhAUEhmkX8VK69FcnkC\ncqCS\r\n=Dwr2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"96f332d9ae925e6dce967622ccf9b7031a76e7dc","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.33_1625863688258_0.015815988800728764","host":"s3://npm-registry-packages"}},"0.19.0-rc.34":{"name":"fundamental-styles","version":"0.19.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"50e4ea97e6dacb76a6234bead76b0c4ea2486fab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.34.tgz","fileCount":584,"integrity":"sha512-c6XfZG6+/EXmUTiIADiqP+kH+u+0g4cyLBKDyZ7cWImnv2mQYmcB2GFS0rmOfdNg66i1JFgCQTRuFS5SI4yPJQ==","signatures":[{"sig":"MEYCIQCqQqfQm7BUCgA+VR1XBNS4S4YnyE/+LXzvelkkO6PI+QIhAOtVcsXIFn8S9L94v2fD7J1Fz+5hovhiQB/lhwcIoZmI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18907900,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6LjPCRA9TVsSAnZWagAA0qsP/RA8i2+dZOl3dMBpfI1V\nZK6YEYKo91GaUfkBbEgaFV4GXI6z3V0E5W9r4VY/NkZDZZ4/9fGtyPkLiLe9\nY6Qtkh7kKO/i3ctrwaxhJ7tw2KfiAZ2g1TnXuAGInuyg7cNCFuOH6sFqxZCB\nrdv3pikaXsCcDjqmbxhVPnsrUlVRRfJoaCNPa1xXjeWiBOxbO60LDWjfUAsB\nE4LjxBslWRDLDVPhobN36XEguSC7WTXSBIHPRUZO+OZbKZj3/IVkWJ5ZBNyl\n/3Fw7eyHEOep9uQmscye4i5COrCGHzKQPS4kohKLL8PC2r5ur15+YoUf0P1g\n0RnfDCq93yttp/0zPTmn4oBC4VNjBcEsgC9h/rV7zFq3d/LLgKlTca12/NR8\nHnEmLqdwQyPQI1NsSOpDHAJ9FcnLUXJjfMOqXIfKu75FE2JZnHXiOgVFh35C\n+/eR+PsqLohUjtf6XDSTRkIGXjvpfOpYRBJutZ2kUSHZoCj4Wa37ELrvsJyf\nRAfz2vGutaDLIJYU3dxHAUN9GUo9SzpwMwwYnYmD/EdFDfI20STeaf5zU/iI\nzGJUV5mvP7cGQMKr8bR3TZy18pPR1PwtuuiyZsBxxl0bbMZrVxmQ7o4/w8Zo\nCgN8+mKHgdiq/2HKBlHx7DepLq5qV+lhHTC68ROxXd1UiNjchl8baLOZtwj6\nTIEu\r\n=Qtc2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e4933e18ca3e6023eec217b2f696c01eefb50ab0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.34_1625864398678_0.13383123419801235","host":"s3://npm-registry-packages"}},"0.19.0-rc.35":{"name":"fundamental-styles","version":"0.19.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"186f998133369259ec72e6431eab3f23c6357b2b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.35.tgz","fileCount":584,"integrity":"sha512-Zp7NEHslJ3tOYXwspZtmAwF/3jHeG47KlyjMMrIeY3wUKcp1N69cuSUH5rTwIjSmdNjXpVw0xSlrOuUGzQp6Jw==","signatures":[{"sig":"MEUCIF1OFgkii7uQ5dDF0NSX/nBdiyeLDLGAFRcjrIF/fymIAiEA8BGV2WzntnOpS6wAYiMG75uyEyb1yY6YT4nuKBQK1zo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18907039,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6LtoCRA9TVsSAnZWagAAkQ8P/3xmPLMYtEvSsgrCq1Y7\n46isTrxkQ8nI68dRxnTcO6ngtAfd4CA1Q+VxWjS8bdHBVxrzzooT+IVv+WrF\nLZF1LkzhfCocbNsGbpT/bauEi6e3HzePRPzsdaX7E/1Q51KJZ9SanUpQjiHr\niEFNqDW1x8EwbJPw0GV3mgi4NUGaoIYr3BbtVn/2lK/9JpVas60w8gMMFddN\nBbhBoe7SXYiJFwSO2m+knOAhm1ROQL/SX7dnGWoywwxCFJXyBrz4Kk4bfKhv\njanCl8Lpph39tYtE7u/m+DFAInVUSFmtT0YA8lraPYiqkg+3allMd9sfU4lh\nQu19+o3++LKXGja5bZdvreOEefBSkrifpn9wrzP2K7CWb8UbFwe8frfl72K0\nphtBfKyexTDlQA9NvrOPja7qHLS3Bp6GF5YZpoZfQHr5pkLHDxTdid+ARHqk\n3KYZqbf/GkbptPrHuEouyzjht831aKxC4c/losnl/rVlpn7j2nob+MnjVfOB\n1jHo8F3Xc/YsDvilld0zSzZ29UXmuSrULEIUOWL65SHQlfazSar3hmUqZe0O\nqjWtd+7UXmK30zDKltsYfYLoHQOJYOpj3geXAxnzC0hWDd2oRqeyyMGDfLED\nM6doHVwjkYa/NnL5RB/sTIQrLIZD78P5DoBDDofRfpzjjdJxO91d/CNp+t9N\nue2Q\r\n=S8AT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"695156cb262a7c18828b506f492eb1fb4b7a0d64","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.35_1625865063612_0.8419403855842482","host":"s3://npm-registry-packages"}},"0.19.0-rc.36":{"name":"fundamental-styles","version":"0.19.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b217684f10cf157c938b7cfcd843064d9ea3b8ea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.36.tgz","fileCount":584,"integrity":"sha512-xnCY1X4v+7es6sGnXbj6OsFVq710QbOgOivL4HPTsYxSrepiFHrw57kLgBMwVO7r4uY/EPgsVCrmKAFzSdybrA==","signatures":[{"sig":"MEUCIBaJ2m675hdOEJkBEd8TDJ3CGKVsC5OezXOMWqIHkRpaAiEArOyqhWZ3oCTaSzenjUY7wQpi+BIahcdFAA1qbBBaiDg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18907379,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6L3tCRA9TVsSAnZWagAAqtMP/1H4kcVjG1B2o2FaBVhG\nfPvyrohvDeJH5+JhTjfAm3wsdDenoO9wo7XaL6XgjQimMXGaEI/DcTp1CHBb\n+QvYZZEXowv+bklCDF+mxkWKpK/+DfS//eub2TSiayMI/Px1OgWiiEldsySC\ntPa2v/G2oDP3aMazrKtsmjvZK/jRP80wbzM2AgEOoKMB8bhc0buodRdS9444\nuIw7GARzA+TA7kxxlGUdn3QDjb9cdfP8/4SvLv5stUPnm0peo1GqQkKkiv3R\nosxjONit3Gkd9ZALBDGGlpC9s3JNx/q8WrKhLJjtg5SAGodxAt6Tboea2zjn\nUXGm2XEMz3cxLSGSGpCWUDNHBrxiMfqr9ChHO9XEMEJw8CIF9+L209c2ltYw\nzCh9awg3Z0bC3hf6awdD3Y4Z7VRg4PrurAhqadSzuuBfU9ERJno+AwHtmTKw\nvY/KUFgOm2BwI15PJzTDFZRytm/1ziM2Ux70PB8xMg40xwFd9eLCwf8kkbBb\nzJpgaelukWOluDPQcsZc4m6HlX07mjguV5YE67YJI9QAN1lSB6I1DbMbabFl\nADwEjqUBW2p+r6BNgfA7ITCHeoElFf9YX2xQbNUC45DFQWPbE+VZPNbtsxHO\nQ75t19FcHMWZ5+xbWZVQASjWu9wwsBMplRCqZ3KKMuOjXPIocJnbxpxib5SM\nrldy\r\n=JSdv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"765a5fa6416daa6b975ebc87a6e8ec5f923fe044","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.36_1625865708516_0.013199849339383896","host":"s3://npm-registry-packages"}},"0.19.0-rc.37":{"name":"fundamental-styles","version":"0.19.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b0647c3291b278c63e6852a92a5b894ed5563e11","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.37.tgz","fileCount":584,"integrity":"sha512-fcyavHQMK4cSZEpL7w5MpLwbtNuCpYM5bV4e0xerIt3THTQ5Mn7BGmEaXAyc+5Y71SORGZ9pzob3R9ugMkgY6A==","signatures":[{"sig":"MEUCIQDTTn2oV1VIcAV0LnAhoKr49I0mnUfXIeTzjh6p02Wt+QIgfANbyQdHBlZPjQtydZfDbbY/cj4EO7siERxtvMyz0Bo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18909649,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6MB3CRA9TVsSAnZWagAAc/kP/31Twv4AUGtzxh3UIUWt\n9LsXAvf8bi2sGMOZlqLVL9AMA35NM+rmQbKw4GP7SgZ+Tr9ZbtWUKpn1kmnA\nPTM95PNB+Xntl6ZGuD1Vvfxl8Cl8MkaoNqF8cvADnxZhZvM25P6qih7gH9SX\nO9k21NY5vNu4RC6JvEeWbP3bgQaBfpVvulXltosF79Qlx2cEsRQxKab2U2vI\nO1KGjU9IM654vGEyWAgkRXbHz+oFjQhGE3cchG8wg2q8987sB959ZB1hLgBY\nRKXepCrtX0lPrfjfFZA4aUJ6C3olfbnzqNfRg8KB0RL/PHJVAmb+dB0ldAHI\nEcC02ufhzlbAMmXZRHZjWzFK0o4bwKX4rFfqx8P1xQd6TRITtlOYq0Euy0c1\nFCO3P73YOi2DDWmA3E/n9LpiOkt0u1Q5StnTr5YIqO+kUo2uzbCJLTbVrK9v\nF3x8hrBJNs6iHsCOJwdi60Mg4PFqdAN5kDuDVwnymDGaqmwt6X9mcm9twk8b\nShgjA1CYqmnN0fw7UVaWN+yVs5ct42V+/ekaYI07R5f5jRvBhJMfEYhithG9\n26vG6yEWGeh5bTB9vdzViN2XTvnbGC76vx+U4/jS7xuIlOkSrH85i+fSZWke\nYjxqrU8cdchkGS6QYGk7j324/5dNF2lRX2gdPz2Kz29KAJaPrWRHeQJ3pnjL\nfsZc\r\n=QcJ6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3b7cfed2e51d650631c909c4348b059dfc19fe87","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.37_1625866359017_0.6891016529717298","host":"s3://npm-registry-packages"}},"0.19.0-rc.38":{"name":"fundamental-styles","version":"0.19.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"76f265ee97d27e575ce417fa4c9f840f41dab383","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.38.tgz","fileCount":590,"integrity":"sha512-Ela8S+M3bhyEYbEW8vo0y2fxu3JdnuowIB7f5tvdHrCGoTVsDE0Y6K1iRy6MWTHRxQtW05F9ETkkF0wBAZF5cg==","signatures":[{"sig":"MEUCIQCYJWYaDzzRWnWd6R6V3sXmeSULPIP5eqKDSTPKxrvKfQIgAVn5A4GnE4z/nf4bV9SJ5jSINiKUOT/Bo6YeF1TEnSg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19218558,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg6ML8CRA9TVsSAnZWagAAAXMQAJlgwbSogTx0FJ2JCGK/\nBrfoAqEBR+px2U3uXS5i1PUyeWzlBwCGpftrKuYf0cDA5khyuESakNWuqSe1\nxjL//+1T3nrvQ+WJCwmI+DETa+ilmfRsU613WKIl3wm+1EdkCNDN7SsReCem\nlwPWI9+YXviJaoZfqBMxBxmkotc2UKdOuCPV/YDB/f+9WPMaRJ2ik+NeO6XL\np+0n6k16kmiJO0xLnQnxZ2oFBvMFC8/SLDWt50hcrZZmWsSut9/S/TtuaXAs\nH+wjr//jeFWmiSL3yk03DZhCxcan7C9jTIVa9XGMrQQCwLGuE9R38m6JNevn\nKtmxGNHKrltML10srI21vjMSnvDL8BOMfEmWpR7n4c/HZUGLumzv8pdJk5XK\ne1KiJsehJipWhyf751N5DNfpeWRtTzVBhJE9w7Tbc/OsWHdAtbiRFxgYO+1V\nczbWH8D73h4p3hgDsAszfCuYdzVoEtn4cPvv04mtr4EBWssEUhQR1TVKdKaG\nrv8DS/Afr6M0Mw/AFQJ+AglGetHVztRYL7s0nLG9Y6g0KmexfQuUWGzIiNyb\ncWBf/OWDNx+iHFQYShTpbgGO0waLhJi1KIJEhFaqd+hEdWSXrbxXw9YL7oMY\nct1pOKEOLdE0IGc0LVX274S+86eSCGEpjRwv08ERuOxZJDDL4kNSjDcRtOpT\nuMn+\r\n=imR9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"29d690f8b940e7919c0a394b21d5b1d56d21663b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.38_1625867004159_0.581470210085544","host":"s3://npm-registry-packages"}},"0.19.0-rc.39":{"name":"fundamental-styles","version":"0.19.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"479ecc671bbdd67469d02fe2bf94ad207cd691f9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.39.tgz","fileCount":590,"integrity":"sha512-HdKnzP4f6ADOcTm7GWGxJ1/depWjMkYRbPC7VW6P66OVkC5VWiKIJVUAxlvnHhGj+NQkty6WwmZ+JE4IFu/ZAA==","signatures":[{"sig":"MEQCID0FvZNEhlkP7FMT75KyqMToXEgj0BZx16b+qpwqVl08AiBIduxtQifybzqR0Z4R65zNTCZFcWvNdp0CZkMX0uVRtw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19218671,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7XlYCRA9TVsSAnZWagAABiYP/RPdWjen5IEg4FblwOL5\nvNAGsDS6KtU3NAKMrDEvBj4AJ4/23mW3Ns/MeEF6pHQN9rI4GByfuT3jkOpa\nlCK2udvy0kefTZ2zGqTiksczkURxTxcQFD4IxMRIGif4fbFwM5LPwX8TVvG9\nvybG0vP1oXth71CNegYaMYY7pZtOyoO1+ZQ66fhqFih1fSlJkStGi7Afxuy2\noWqKwkiNcsjhUdcplGRzLfWZn+qSI4iFGRkg7OptszUBqQXpqY3BXs0Leq6V\nS7T93ZZx2ubG0TRCTo5SCipGaUs//x/+x/4UnqA1P5stf/eh7GX9tO/ev8io\nBV0q2oemKIOlUfWeB9i1ia6cTs7pLpPO1qn1plCKQS420GfCKTm5bFOcuVUJ\n6eq+3m7z7TIK7S68gRYKZjksBmiQ+scV7huwJQQ08b+FA7Xg/FvaqRpYz8/1\nSb4igxLuTIQeWOuZxkDwCARwmwOZlHjROAV9cb7KKUYuujp/ZTYXVM9rNgva\nUDZFDVxhpipps9l39cdAAV9KVW5m8rCBJffjXImNkUJ+zpNkY69/P9DqfDBV\nH59xDEQWiNDFKsF3mfQU7gKPb/AwbXW1ESBchFpVqNPXMMOauTWjulyTjF2D\nsVk/tpqsTgen2Y8kfeSTxggPTdwFVtQDBKt1/mAeqHPNhUORVyS0wWSq0sIA\nhfkD\r\n=FZrV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6ae776d7c8a94a216b862dde3375560f9555a443","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.39_1626175831900_0.7527822568774536","host":"s3://npm-registry-packages"}},"0.19.0-rc.40":{"name":"fundamental-styles","version":"0.19.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ad511576a155d93cb790fd5b031569d73cd6fccc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.40.tgz","fileCount":590,"integrity":"sha512-MpQHSBTMTxqa9YQ18WWIMB26KQEuZzDlLWNz2s6MsG6XcW5w4VJzzT1ekJ+3RWAX4iHjvXFW2l+Ip1YHe37Z4Q==","signatures":[{"sig":"MEUCIGRAd4eF2zRpB1NjdxxqBG2UzjeJqxZ5D2tuUEygUF3RAiEAx2qygv5iC+64EZ5d2O6WhfBdG4lL+9/S4zdT36ywGFg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19304030,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7wSICRA9TVsSAnZWagAA90sP/1wD9/zUQzNCXVUVarJK\nWOzaYAxvkOH+L2580oqfdqNBReR5TQvooJpahGkG50qA1sZPTVMyNjz4VSKg\ngZMmNv/85pTOTBW5HV2aaB867UoH/uBq7V8b3yUUyqdGOzWVLbhlYzPkNdPx\ncOPge9cW4/JBoZkkAr4TkOZktnbgvfy4vCzckUg6nn1WdCN0YhYb46VXyQUJ\n8eSrL1/6pmil5UA6j22zR2NDkveevGyP4yq0k96CbFlbPegUWNhuQIzO7ABf\nd4WHsmgYySzkxNto/RrpD1lvogAVXsGeGNHFIvgeS2EUQUCl7wMKOvRugFBd\nBCv2eipEMP5NNdb/bYtcSeghfFgCgJ9NmJW9PgDuwlylIHHNLh4FM54QGiqC\nC2plj88+LsXGppcAeb9kbtYoPbY1g98EiMr5OVH26vllEqbmWCcHmXxpdzsn\nMBCdSRCq6ccRbFhiA52kBBnbLvRP+h4J1HmANHtOd4TfTUlN84bDjZZ6hwy8\nkEGAYqKwu595K5DholZzRQKzjToeGu0x77s6Yt1VpMo6EDd6ald4Dy6lyu55\nbDW0Mggc+Bs24leY24GbL5rXhhhu5Lz8x9OUgHmZ13L5pSWoOlibOj70bFLx\nBzehSJr2qCZywwcmVdFtqhoLG5mR4GZzOpPS3E7d7t4loCNePiWsnl3FJ3or\nr6Z+\r\n=CcKO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6f8358c4d249c355fd3fc0a7870ea9aaba99536c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.40_1626277000076_0.1501985514365205","host":"s3://npm-registry-packages"}},"0.19.0-rc.41":{"name":"fundamental-styles","version":"0.19.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"02554c60bea8bed6fef25c6fd6370ec9d0748f7b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.41.tgz","fileCount":590,"integrity":"sha512-+vTjYH0wQjI1AGvyDuneMlOBzpBVGXzwRowtUgnkNF+/1kSMSz3++2MpgiAi/ceRITqHI/7P5pOlkgbVBZFfkA==","signatures":[{"sig":"MEQCICj9luUq/YpQDbiELN0JdCXqbC76nFNHD1LGP2Jh5RyRAiBo6V7ZJRjiD6JZG/9/26liBWdLB/KFhU2NEBuJ7mzICQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19312148,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg71nuCRA9TVsSAnZWagAACbYP/2kqEgtuw+x+mpwu4/vf\nOghcJ21HXMfi8NVSYg8tOjR56ycgOh2SnKxw+xxOb2BQ7jkcyjLP1oL2sIA0\nyMXbJTZqnklYnHwHVog/MGnPHO5gGzlNJhV5+KkPjkpk+nrXELGgtEWjmWj5\nnIX+kiLtD9HlZq3h12yLp7PT4Xf92z9XPHJIAyTqJFfFfYxkMnJuj0FgqPdb\nL9K3MR8VsgloUzfTNv1Rd5LNFWujRtM4/1/Up0hqfCApHYGZ6066x50igTex\nvpgQ9D3g9HJmxaDRZUmLs6wZCO1GSnSECAP9ySpWrLlgKljbG1uBW739ZHDw\n38fY/OuquZtjJY57cDT3MVQha50InkCR6sfQ5+jLImDOA1iNQsAGNM+z3Qex\nPF6paxfxqz0JprCgjDmsMr0TQtNJCdJ0VyCgUTPradZ+HsIZIA30/F79ji+j\nGns3E1a3tH5i8BuUBpWk5DWL3K2mim6PdeduSCE/KIKcSloaNGQhN4TbhoqF\n2ERxZV1Ft4IV4VHPZ60NQ2Wzfbgkh7bRmvh9nV7T56caXkfZIqTx2gPywrRA\nolBzJp0MpwVkjrf8C+yfOirztTqgAqn2I7TGGB284bDCEY+P4lzJuz1F5bq5\nH3wLprDYXMK1Q3N4i26x72SWMkVnC6R+uhXdPpxgVYfowIzAO1WB6AvWRCrA\no1EE\r\n=0hRU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"91b61772988ecd31a79f4e0b84241e4d0834c8f8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.41_1626298861367_0.8012498645770127","host":"s3://npm-registry-packages"}},"0.19.0-rc.42":{"name":"fundamental-styles","version":"0.19.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dc5ef733ed8ae3b0e0b8c805b496caeaf645ac0f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.42.tgz","fileCount":590,"integrity":"sha512-A3foo9nYva9vh+OZ0HPeKAsaAFJPsJyMZicBQFTwXL4HWUz9S77NP/wM6joJWBiksS1txKgWSHUJA8y2qYWdcg==","signatures":[{"sig":"MEYCIQDBEb/zzKo6wDm6jhpzoQx2h/KtkN3G548n766BFEEdUQIhAIn4AhkKVDwIaNDcXm/bt28ffb4NxkjZZOeFVyjoI8mi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19320757,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg715SCRA9TVsSAnZWagAA1v8QAINEoorytDw9RF2kgCLV\n/EvUiDU3wep0PlNF0JLwrMpPHlgAUr+vEVd4Z7yIQmY9fqi/OCzQTLKFFjWU\nwLmQwhzyhKYN40222finJZpHFXQF37iV2buskmvOT9AKLpKvpUz2mbLl9xu9\no8dKMkEg1dRoIeb3JAD/TldAYUhD3Cs4LIwdmqZe9Imi2+WLp7MFnatXLGE2\nJyttAqt1hhTemIo+ZlN8bk7j64yOkKWpMsAg5gvBmHFWipW1QcqkaJJTfHKq\ngXDzSSvNNTVPwFM0j79FS0uJc2PP68RKQKQrzWp2mIodCS/QWrAnmkTGvOek\n3bXO65hln04/yZZtzWiVp4Qc0WIYPPW5oHzxuBYRme4LQdDAif8kT/CIyg+s\nSyDPEbaB9tb2HY57Nt80zPXluZk9Mp11PpMnvSUsp7XK5L5mS9NmldqtOpjy\nP+PEVQ7QEPCzvQ8RF+HNG+27fJxuf+a1Ah986ZbBgnS88Uj+RQNTFAiqit0b\nXut/k12bInIeNE89AwIN5T7cBxQ3Ey1JKkdf6pb1pgcKoL/QLSi0Uu7Zc6ci\nBzWhVW5Mc1W7kNkUPfCTnIRM/rxRbAwmiMgK4VWGZ1nQ7fdRfOKitFVRFOe6\nHPMy4Itx3iCiYzGiOZMtlHVePxAWv8bEwfiPXpD3F+3wAz1q+Bjm6eS9GJqa\nY8Dv\r\n=sF6U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7d1097ddd9e0787ebfe939e9f682ace2a4356dea","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.42_1626299985803_0.15805200417356313","host":"s3://npm-registry-packages"}},"0.19.0-rc.43":{"name":"fundamental-styles","version":"0.19.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c0bc50a386db032551f6854e4c6c899a8f7079e7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.43.tgz","fileCount":590,"integrity":"sha512-GuPBtDeI7vCyzskIRawh5RqW8wjH9+7rzJb9MINjoumyiqiP4ktUgI2K5IMlBjYtrioOON18n8+6Ygc04HBidQ==","signatures":[{"sig":"MEUCIQDofJFsjDUSIYcghAHDpxsj73PWTlK2CR3VDbW0Jy5fFQIgdnta7ZOXog52OEo+mXcspxbeDLoMSQsVqRk/mo0A+ik=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19320870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8iPhCRA9TVsSAnZWagAAF/UP/i0FJTNFHrXaIl/WjzPT\nofTMKYdkazta//WRbc1pmwbQAsfZXBSV9RlwEVl8xUNaKE4re67i2rseWau+\nPPkJf9+e43GLpbru9lOaJREBzs4MQiK8PoLjhhkFznKzIPAEjsg/3RbnUjYZ\nWB1+iQf8Lc7fIGRMxFk9X+y5N/3uSGI3K52vYVLhgxvVJMy16LVZHAd7KNdh\nqOHctOR8g56RcJy0K2glM6O11q3f6NXm6GEfBFV2dJK4P21zJpkm8I8fjYEg\nhSYt/0GfX2rnBNw9XPbhu5UlZ5k5Ub2H+S8tQZM7w+w10brymhGL5oL5bi0E\n/oHWcj0sfK5g9vGJ6bKPf09zuoiWWOCdspKyIHuzDH5uDr4K46dZXZhm0Kke\nAi3/g+5t1F8v+h8y6mMh0iw2lDSA1SLH6BBLEVRLgrE+cUTVA4ph08VKOmX6\nei5Pil07pe0P7O1vdWfGz2uERtWLrOr38ZTGjSVgrbj+X/aub8hktO+mLLUi\n9cMKllRW6POf6ITpk+a1wm3bwzcApVwyORSfJtOhulQn57EmXw+sLa/ax9y0\n0EdJIjeawDQhHV2WuyMRngVNSONKnQIOSgNmw4Z0pBgSk0lfGttkkyStnaMZ\nE3rgoAGhF5mB8l94CJr9/TBn1Wuv2Q+W/1wrGzgPqYXK+2TkjTO6IDBB4eLE\nxNy7\r\n=WHkl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"70b59a923e7b28c2ba210f48de87dd749338c227","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.43_1626481633534_0.17036821847584926","host":"s3://npm-registry-packages"}},"0.19.0-rc.44":{"name":"fundamental-styles","version":"0.19.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6ae69df883f94988b3c4a363bb06cbf489c4b083","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.44.tgz","fileCount":590,"integrity":"sha512-V4yACSW97X5G2g0uZpNudbE8YwBFYN1f20/El/g4pTSGGXDj7uE6qwADEXvAi8qx8KOaECKpMl9p4kLw8l4BVw==","signatures":[{"sig":"MEUCIBLckJ3ViKe/IJ9nUi9VfaVHkuePf6uiueoYFNkt9KufAiEAqWROxmuz93ZJsbs7xZ7ztyWIlnXmkpvDo6lWjEd6zwI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19320983,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9cAfCRA9TVsSAnZWagAAYSsQAKFp3D4bbHuiG56YvWeg\nmSlEhGsyu0HUrg1GTrzgxV6aDvFg0cN6nYz9n241zNnJzF/Y4xMREP36JlOQ\n6AgK6ANz27qI564iEAATSWKBMQ4+EvX8pzcc9ZfZFDgZC1+tMczSUz/yIcsY\nJQirhZYhM4IDK6ZdXBqdMZaGKRCNULODJ/J9Zj2HOzlDOUHzBJgCX3/4bRRy\nSOUi3OGn+vSUWlzYMFN3AFxyIh2eGtzX5y3cb6wVM/hprYGCvanvMHKA9R+o\n5xd/HAaqGvZxscpQIHYJNMD/7NF8NCkFISJtQAriOwh94vix79oEzs41nC5Q\n/gTrewigRBuD+iyUr7EKp8Wu6+HTupIlQSvq3qyFDlQNBomU6va6JD41pN/I\nIrmn5KO5mwjkEKPoBL6oe1GH8S4d8w+673ODesw4ggklBSNkkFI45+xbKKyp\nMGtgizsDHkytF4W/FdNyPhsrGHhPbhleLHOzqlZjO0dEN94J0NgFt5jDaGFv\ngsojO9D49rSd7yhHkyEsDg7Jg2EOGp/5W6U7BnIXTlv1/L/BnNKZ7ptU0Bmt\ngtpIrRjZ4KrvqpUyfiq4H2Rxn/B9qoZpxfeXfIOjw+ASDgMv0qFdD+SNiwnP\nNG3Av59RY+Cmdvuv4c2lsobKY5GgL6UK1Qmg/CS0CUN3FggYqZ0aXpngfXZD\nnEAK\r\n=Tepj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"17d90023b888ebfcba7265d10e0354e4e95467db","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.44_1626718239605_0.23382671211069095","host":"s3://npm-registry-packages"}},"0.19.0-rc.45":{"name":"fundamental-styles","version":"0.19.0-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d56106f18616b34cc31214998f5250bdc2ff0342","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.45.tgz","fileCount":590,"integrity":"sha512-CeYZpye9l+0KDcikMR0uGc05LwbgiBuNezNvbfshViRl4l+hrqIi49KsoFmWtGai8V5eI+3TGYFqALIrMqs2sA==","signatures":[{"sig":"MEUCIAI3yzo3kSq5PWC+QtC4FFDLB+2fhrsywRSCw5ywaxLRAiEAtmlnkwqwc9PtwChwbD/F/ZWsO5nvGB9mgo8SdfLMOlA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19326168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9sLSCRA9TVsSAnZWagAApH8P+wQIYRGezEqIG8SHCWVe\nCnLu+IJYmNG3NgrGVRvk1I0jJJJgPbjv8n4jlLBAxzHiglTMa0eOBv+ZihAI\nPZ1k4c0GKiLUM0eL5OzR2OeLKUzOIG+U+N4AnRju5ATPrpflxVgNC26MJrgT\nHE4pqfZdSedgDhPg3NIp9q3rpPem3RD3dP/zhitOle9A63k7TPek43hA3lFZ\ndNCBw69zHQZtZqpnGjdw478z7zVNymteyI4DFuziowiyk7I1KH6DAAo6C0q3\nyvaChhV1c9nSH7sWZWG0Z3zk6w3bIlxMtcdlK0czGPlt4NBLFHk9bHxJKUhb\n+kyFIK560H1DXA+H5WZMz3LwHsjPNUN3yUN5iJQwBgXUx/VDt0Cq5TA0Wek0\nFog/rm0U5y3OYpNaJg7Y79IKF1mnyviogtKFtZELd7ElktVEMp21oclhFUIM\nvZWtYEHCb+q6Ou2rffigfwcBOEeynIfe8//bulsOMlXV5S3Hoalux5Zsa7I2\nxmamFYmYamrAvcn3qsAD1/8edf+kpLv25+0UFk1jeCtAina17gnEj0bmVkWR\nqX4pQbWON5m7mYDQNg9Z1I7tYq8Ss/fV/Gx3hJ8LfQ1eiqFaCOAJFqT7NqLA\nXBWt4trWRNsEkx9l1gHX558qC1Zthx5m+APFB8vDRtbFSTyvIZ4KnIA9/TwS\nJJCb\r\n=v8CJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"20c0956cf64a8211b42976290e021e084a99fe35","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.45_1626784466186_0.9681959945950489","host":"s3://npm-registry-packages"}},"0.19.0-rc.46":{"name":"fundamental-styles","version":"0.19.0-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7de94136326315a9aad0ba0a37b39d3c060901f9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.46.tgz","fileCount":590,"integrity":"sha512-czeIefVcv4QH8Uu36THgR51CA6CSenktBNqezkgIa52jlxk0+YwNECDOc20ZreCP5QZZouidn4A87+YeRcY5hQ==","signatures":[{"sig":"MEUCIQCCHrCAVvJJPQnbHM50poVVb1Z2xAs47BY+6I5zKoOT/AIgGuyfyec7T3ZZ1nSE2wOq85Kj0XSCClY17Of2tv1My2M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19326281,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9szoCRA9TVsSAnZWagAAQnoP/j9H8rDDnP2Y3iHmkHbJ\nLxwsDevl8w2mwOuOaZyQFnFCY7tpD98VA4Tjb2foErYt8AanTCQ/n7pTRHDl\njmClEmCyt3bqNvN7tKV8urYxFclcALZ9cewUNznxChdwXoOS/QGHz407KIST\naXztNGW3Of/BuVcS1z8Ckmj3iMnQ15QoWQhUDN7LdpkVpG1mZc8Wst8Nb3RU\nwDDDpkMtg8ZCxTu04SjhRr6hfAn2j44zYJvVUTu6c+bPGCMiBAkXEU/RX6IK\nkTMDLjrWiRBggVyd1zQa03qHBW6bcJW3V1bv/v6XhV4yL15sanLw+PNxD/Dq\n6yp0S7xGB45sRfeoj6KlakEJ+XtoDRrG6m2aCTxPZRos4AqXmmdaU6fqle/m\nWRwACbV9iqgU0Tn1M2k1oilF5ivRkLoujFzFdHstBRJmnz4P2A5m2UwdP3Ui\n4cTZ7KqloC+/DagybawxCMLrFnM2ZEfBk9RLPpXKOM8mpvVq5jIokYZlK51K\n201+T60c3bAViVXB8Y9q3LE+UWK8e8sr/IwAD/LD1qdSXONwNkKBUEAFj0wB\nbgOCXxM6g1vJBKq873sQTAteyRSJGRNm/eOW9F/X0y2JIX9aXQteNvAHsmjA\nndh45Z5m3ZgMgGXUT8LbWhEb2UXNCQCK5cr240azP8o4RJ0y/fVHTnTjdYF7\n2ise\r\n=dbVz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3d8e83fd694e9eced5b9143651190fa22be62445","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.46_1626787048230_0.5129708641201483","host":"s3://npm-registry-packages"}},"0.19.0-rc.47":{"name":"fundamental-styles","version":"0.19.0-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a9739bbd4ad92aff6a96df974ec4c3959bb86425","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.47.tgz","fileCount":590,"integrity":"sha512-yvx/vpdKtY1qjNnV5t75n9v5b5BMkqMUcSguSJ0iqHvnYbDp0ZxEIA9cdzgZCtU85/E+T6Hvnm1x7ehgJLkWvw==","signatures":[{"sig":"MEUCIQCGd7Vh9sN6oBXRwXTW2NOErNJgttNa+5t0+0LAt/1fvwIgMpydeO9KiU8JOcZphG2KOCpE5b2WygGTuKBooMxZ39Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19327156,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9s/JCRA9TVsSAnZWagAAXcMP/AtHU61VTHxqofy3RWBg\nNy0FzjcjrUx6UOR1wWzLOiOuJuJkV1/2dyCRiqop99ew9DRWyvbs3HpzyMbN\n/uxA0ZRIMjIAufcqZnuQrf1+Q4t619+UrphMOZbm9BC68GgHSg0UaPfx7zuZ\nL2BRP2Uud4RkNM2rN8dItIbgixdgOD2Ilh3lVgX9kVOc6Z/zstKsyVbjIPSg\nvgXfQ8tx/EN/ADesGzCa4M4cyhP6kBdyy4p3Mj1/xLQHAQRvN4uromeZ18k0\nQLcs6+aWcATeLO7zH2DxxVeClGsyI0aLjelJN7/fYFSNfh2u4yQ/CimcodXQ\nFa3Ub8IDSD45iUCbfyFHtYvl2IYahgibUpQ3Ka1BIT5aAsMtjJolEf59zd5d\n3De3Gn6/u7JDIBex/xJ7lui8djYruib8A1cu/sOQB3OVRHbvxCYB8CrEfq90\nW2kAT3HKCYTp2TXjZ0SXaz7JzNGUQzilKemdHA10kp6mQEsDoB7PdvPeQSWN\ngkUfUhj98SSbbS5LVnl0xDpdMcNjnsVcKt4NJEgWlfm5/T58iGUFVYUiCwrl\nSKLze2q9m1fybvOljWSflF9EqVqYGMVgPeOn66QIz0Ma4IUSHUT/iOinMYho\necvJhRy6eWn3WQNyWdV5B1DpbOo/YH3iGR3Wpwo42QpYzEh5e0pnED52l5gb\nmaNN\r\n=5Dmh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d2019e4e16236f8f5ac4ae7b552ae5cdcb423e96","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.47_1626787784803_0.49292765806970973","host":"s3://npm-registry-packages"}},"0.19.0-rc.48":{"name":"fundamental-styles","version":"0.19.0-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4095b30872c79dde67d3df9256d540fa150b81c2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.48.tgz","fileCount":590,"integrity":"sha512-d4WG4fRWf7YH5m5UzF6K483d5TTclLOC0H2RY7ytcohhTN64B4NNhBocsqdfD05iNme/LAAcd3RjTOt8YNcj8g==","signatures":[{"sig":"MEQCIAKJAlPJwWs6DucCxHO9vRTDFtS30YRlSNrtkjlKKsr1AiAFoC1UgrXP2659gau6LPKH2JJkjgem9LVIGKAx60W1wQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19332734,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9tKRCRA9TVsSAnZWagAADiYP/Rkcd2CWilcimN3M+RfP\nTgq1aQx9sdELrEAGXZOHFsZXtKZwhBhnfI9jAOzUuqkesVMhHINTImM5FbtS\nyQfZqV36a7aEuUpPSNRq47Qt3zyLj6jVMZP8CZPBkcF6wd20o7QunkjKpZQz\nEhE8cWHGaLUjfqVb9EQstGpxA8fuHW6MydC96L84ohNbDsCbBbssaPffjpxN\nFcJzqXMQ6B1o7Gvns80A6mTFbUOxeA830eoGB6C5Ac06+ck2xSYrNY8HhPp3\niv8T4XeYRN1ilkZ7tjoAv6pyLH/JEkvrctKJ3TAMSq+W+Zp9QHTIUqHgB/pk\n6kPHLQGs6ftTOOBSNUop9fJuhtNSWx+HMHm5bDm2zdx8Q4Sl5c1CEenf+KmU\n88PnIf9oCABvLgD5ZNDIkeZo5lbdkJLhlT6oUBVYddqmNT7Rhxys1JhSlBcr\ndy+7pgEDbx8GoPbflZFE31po3bQ/gI2eVkC54dxlLFWtxKEPP+hT5IMcytlE\ngN1gxl3bNDuFYp4pzkN0935ABRF+O9b1bgWVZH/c5vZAOs+k452lUzOFj2/9\nitK5aEWyt2LVGh/6wyLRNyxVTOz7MIbrYGpqiDbEkVQa/RBSD5G/n+GOGh08\niDLqaPTSNycNydpaLE92x4SvSlGf2ML5vsckjwT3b5wW9SvOWgxSkZd50qhS\nXcCu\r\n=H2vj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4bb255ca3a10bae43fe284fab5e97b2e1fc5bdcb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.48_1626788496805_0.33750799533397813","host":"s3://npm-registry-packages"}},"0.19.0-rc.49":{"name":"fundamental-styles","version":"0.19.0-rc.49","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.49","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"69a9ae13e7c956a7aed1c54051f60741be08cbd4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.49.tgz","fileCount":590,"integrity":"sha512-NNbzouEMmymLAS+ZJrk9zjisGOEMEGfFQPCbgowI5hdGYbeIkYokjxewazvYZfDVan1Mt+1FRJpww4+Edue5xQ==","signatures":[{"sig":"MEQCIHrqzK0F5VfYicp8zA0rDZLBAJ+llfbbZRIVMFlLjgXnAiAJ71+OIOWwbRNRYPuNnDpeLpHKycesN2QIBIjFkiYlJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19332847,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9tnNCRA9TVsSAnZWagAA1RcP/jIMvZELBSSfYBLVECzT\n8iKPAuX9jXeQ89om9pjmhBNVDy2ijX+RrssQeZN/G6er1Iwe+U3zpSpfKck7\nDVk27GhoxfDUV7Gna+MYWA3jyBo9PSi9XTZlQZjn2GR1x3cRhuyUkVbFZKyR\n7H6r2a7X59pabYaYqC+zX6SPnl/5a3SHdGnU+1Yqm6rCM5mMDhcG+bKMM0nI\niAFHvgg1p5K1I16pqosWAHNspIcvViAvokrRliJsVaOQEjPUfBQQZtOlpPl3\n2fxhFKDEhHZ4x4WfC/CFQE/ubasLpGMbnauJcwD7F/FDpB2tZ+iwF8o1sTnf\n+FUdVE3iYkss+JHLS8AXdlmXtJe/IKWPtAQ1j5wrJsblVdmCpGlpMuQRRK5G\nS0PKz65aIXkuIYfiPdT/pXA9W2InbyPeCThs/wlsMXMP6FIne/Yjrjr8uSUd\nFYjY5BiaR4Fjh59Ag2Aj5jt7kB3Mu/fsKgBuN62cp9JFCFV9nkBLSVDm5nqS\nTcYscUg7b7E1xCO8vyGJxXEoLx/uysVBwBa9zGBGm3A3n2df+fOiHktj3E3i\n67xSi6DLGrKS4p8zmSrhciQ5SzObEjDWBumGeAOMbEt3Bye+1lEufaE6beZ7\nW7A+Ts2hKoswxlFOxGRLtV5PDwoP0E1jXs2QgR+aNbRpKXGJZHXJTPqTUBVX\nzoJB\r\n=72Vh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"677cf2885883b3fdf7c8a643a05b3e175408b464","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.49_1626790349344_0.5986463071354393","host":"s3://npm-registry-packages"}},"0.19.0-rc.50":{"name":"fundamental-styles","version":"0.19.0-rc.50","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.50","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e903078e511bb18930f96ab67ba0f9b7fcb332b6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.50.tgz","fileCount":590,"integrity":"sha512-LhkmYcAfkHqmp4bVqSagU7I20ymHSHUrg9ikIc54LdGZHI7/FMGFaQC+yV1U2QAw2t3iwoQzcd3qQ731hRPx1A==","signatures":[{"sig":"MEYCIQDl6NuQerr//wrSmU9s63AfD2m94+wL98z77L/zurGGhgIhAKwdTUz993NrMe3XeeyMk/752hYN6DGjZmib7lwR4ZQb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19332960,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9t0CCRA9TVsSAnZWagAAVREP/0GGh//b7EuhbkU5iIic\nKM5XsnlHqE6zStWVVcjm8JqHhMlJN7byuWWONVyPZh/rDb611q3AtrRigPPg\ndyQM+ABNgi5RdF82f2n16dL4H99Tg2dNyFO1rGWdPzG5mSaFYuas1uUdlt+T\nNAlX81Jd0MIfLR5LK3MH09dGKyX+OjhAxDjqrWa1OaS6nIUMx0EPKdbMArrB\nif5wJii8UTg75tBsgJDZNQCMuycDvSa0bfe8KlM+LpRk5bGgKWGVOmdAbSkb\nM5j2b0AbwviW0GikedjgrG72Q3lEZJcnwvgR4tvX/xgyUPuEc4oDOfxpZdtI\nYJV123v0w+AzVmkjDtC2CKdAA0uJpCz+/fpbtslZrK3FlcFjsQ8HBgHTnpx6\n3SbJYojgA0nZ47jS1bu/XBnmUbZaGjTOAasyV9IwSMDbP//clI3Pycf0Ixqu\nMbKgnXjJQ8QORoDup8tMxSkuGRIZTgwfX5iGLO5sffbMxuhQRSMRYnbKQa73\nrTVn/hNcy4vhjQ5+Lr/jQEhaXK+T5qUzVGSDs5lUCs0k94DpbAWFuOynP9Ua\n0h05CzezmoCguBmt+VH5O0e0DSacv5EcACl7tllLtkUtkagG6sw8lB6ZdLcN\n5tuoAAiTNNsr/B8iFyVrkdvzyRsYDFxX7mSMNVDsKeC1CF5pk5Y17BwTcici\nUpGg\r\n=Jvzj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b66287e51aa965c8b6296375ac3eb29f318abeb8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.0","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.50_1626791169871_0.8696375995136749","host":"s3://npm-registry-packages"}},"0.19.0-rc.51":{"name":"fundamental-styles","version":"0.19.0-rc.51","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.51","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0b0ad2d6e5f48bb9dfb61410d99fa6eaa2a4e81b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.51.tgz","fileCount":590,"integrity":"sha512-rMavppvsRoeUc4DULxnf6SDCj73cuKq9PYum9R+ZkKrFlwuEvHBnBWmLJ8dPj4oUbG04azBsea6/xOc9zPkW9A==","signatures":[{"sig":"MEYCIQD8zfdoH9iQv5J/crXkUQqaiMSHvrzs8ziJ3VKUNiL6OQIhAOIYorISRuToz/LaVGbM8D6b7klZASwD4LhO9BEouMp6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19333073,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9uAWCRA9TVsSAnZWagAA4esQAIgkXgPEsFCnKsGGdnKA\nEWrB/3EjD1bkvZ+OG2WRUfYyugXTE3pyTzLS9CPNCx6q3Gm4fXwQpUWrHV3a\nUQo01iZ8vwPgvK02dyDnFeOkymVkts+c6EZ05KtO0epCcE0wKHEYeVE2r0q4\nN/W/ywP0hBSlA20c9SqOV/DQxcRrUB+fkJeqi0jfl7z2TZbQNC0GFP089v5E\n/3BNq5CTYWhkyw+bUfn8dkHNTcgYdXs9EdioQreTCSP8slimLfosMoZ0LUkx\nZm9Ll7NHvTSJK3Jb75wTUvYhgbD2YikrVuQqzxgC/6u3hwrG3EmL3MqKJT7w\n49vSVf+lRpuilEiG2MIvG8O3s4wv/ap1/gpxuHLGKq6eYNbkGqEgzRXn5yXs\nKUHnER9lnLLqIYFw8m4BtlZKcrxV3+tdNTeed+72R9i+0Ul/OQjKJv5gfZk6\ndkyKwsfIWJyTPnGKTr9xNhVC+RinVShBnx+hWSOLVet3Dmkefos+Pk1YgVA5\nGh57hLLEoOX0wLzaxuRHAF1PLOigmfgsk+iURpkSQdtdpA+voLZBliJ2XSeb\nxVEBrZmSaMKZ98NQCtmLGxl6fv3uju9ZrgO8WiptKe6TKzbnn6oEY1jxPcWa\nbP/G1HOjoDYFHB2ecMW15uP8bjxOjYGkuS6/UvchuGvPHm1I8YbPHTWw08jG\n95vo\r\n=A2RI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d87e4aec2a060f1760d2cec9343df5870c4b8e20","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.51_1626791958082_0.9142802741564222","host":"s3://npm-registry-packages"}},"0.19.0-rc.52":{"name":"fundamental-styles","version":"0.19.0-rc.52","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.52","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7ed0963fa3e1e3b3d3bb0b6005d9e81d3a05cd5d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.52.tgz","fileCount":590,"integrity":"sha512-mZsSlUhgUmorYvK+JrHkkcs0pvlLsslV8Ea3hxzxN7oeA6m68F2EFiMexh+Gu6L1IPaYlWjwFd3BZfT+sJhlfg==","signatures":[{"sig":"MEUCIQCcf+M6MhfLBfRmWKsvj5wO0wL2R+RJAmIXAN7EWVzAOgIgQL3f7DjyrgOq+0MtJ6XUhzmPajLEAMpj+HN8C42V++g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19391755,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9ulXCRA9TVsSAnZWagAAx0sQAKEqF65E8ep9ZcvD96Gu\nGq01qrtSdHWgPk+WOWR6DWUp39cebXaD692Q18bQgy0eHO/QvaQ6KoIisnLD\nSYrxh/g+4iD2Ty0mkn1Gw4g1E9SwASEo61Bv9UB6+16Qv0J2h/I9w7IOznyI\nYsdO4c97UnBbYzwRGlITajI78oKu2d3CkaPI3aiEdolf64scLb6qQY3C3VeR\nyKBZUUpRbkd14ge0BpXFbun6NcY2BOueTnWpd68fiiEJVlhgCFRgnz7vhXzn\npiD0x3HdTGQqOHdVzwRGJsFZ8IZXNeZRstLxq75gDVfe8iuqYeffh4PvxbKJ\nEEtH29vkkvMVfIvJ5cTHlmXd6ESwMaoOGxZ9vdw/CX6vBydBsJOQqDliKrXY\n71tdMFW6nPXHmYpJNgAjUHxKoqAS+DJR1COcg0m8Vvm5ZQ3ok7c+gwp3KdbS\nrmR7nhGUAl5gTHe7OwpdHGYcYtgqFbB6YLA+tHb8cjp1fIAMViziN4ooTfMb\nld5oPBh0R6nqO4bTrCpAZ2vdngH5YIz3r5ZUnzjCbrm3BKW4xQ7GDFR21Qzy\nfBicHHvIZy5naqYV1Tgffqqps/oIYVQlf0C97jBDkyOj1jD/lmbR8X8xenGT\niI4zdcLrCutIVBi/5va/Y042PTlsX2MAnB+QgWnKc7lwgDQUaV3dzdPSk3t6\nJmAP\r\n=HXqX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4a0c0983fbc8f6a625dcedb68282c19c66e3b135","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.52_1626794327653_0.8238629438158804","host":"s3://npm-registry-packages"}},"0.19.0-rc.53":{"name":"fundamental-styles","version":"0.19.0-rc.53","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.53","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e3320a3d99b8599b29ddf57cc1f4465ac93cf9bc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.53.tgz","fileCount":590,"integrity":"sha512-QPLXdsm6cSG9PzJGLiZVcFeonNyqiHSQlBBQxn5J580quRQ03sCgfJEXpPnSFwiG4JWp69BGWcUz7cvhFg8c0w==","signatures":[{"sig":"MEYCIQCsWRX6blnDn5nYnP+JbPFZIh+VcvzmOB32Vl5cOi6w1wIhAMX4Cc+NRlK6L4nNKSD1bLTQNpUu6exQAmVa/ZNm4mZ+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19391316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9uwdCRA9TVsSAnZWagAAj2YP/0KcxQQ5/zsuP1igO6ZD\n7fBv85TJDUmT/VylxZRFfvLa5CKEbTwobz1D1ipn4F6fNP63egB6G/UfaThe\nAf5geD1zKpMQcbgW0wmMt33LzuPrEMqht96zEzDr4RGR4ouZYs44RwokF4tR\n9xqLL0/AZ08k1mCUcy4O9VlPZ9gx8TLzVBDj47I37TiKFLqlOCOb3bIMHYRL\nRJIRipN6Z6Oojjna3srtokp/cW2QW1KkJ0NgpnwHjVklSpkw7zFXN+TeM4YH\nb9pCZLSFyhI+FiaYkIV9Thqz11E1Df10YDGx4ZbmL/YXbfTmJBvzFVvYfG81\nBQX2Pr93GW5tKpzVHWtaosluuk0dFG2xLDzB0ENBUxV+4NDlHF4czPi7Y1D7\nAABmhmYI1EQTytVp+8JhkIB4X4JJGZzQGz/m7gBea5GmCN8Y1gxPPaTTrRwG\nhDI2ZhP9u9TRycdAAD16ESfXdmRxg4+Yokd3jrfhCH3LXbrb8XDm5gQCPUeH\n+GgLtjgL/uDOVTo1+JNBwYk1fWT5L5fni2xsn/APXlBOhq19DjZr2BdGzwEf\n+NnHH6FQJUWpDZCPyN6gUoVsXXAsV9iP7lVkmCQ0dJUhbEttMdyIb18/+y4o\ndc180V7jIL/LGIfheBPsZ1QUcbP8Ml8VQ3w0Xi4pnDE1JdfZxR3rtCreeh81\n2GPj\r\n=MitH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"44b5de6b93597c9b1e28a3e89d551a5d069bc24c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.53_1626795037492_0.1150840820940997","host":"s3://npm-registry-packages"}},"0.19.0-rc.54":{"name":"fundamental-styles","version":"0.19.0-rc.54","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.54","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9270ea232ca6cbddb804d39f34af6b1204e82db8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.54.tgz","fileCount":590,"integrity":"sha512-YxOLOmovjJ16lui9S34XLZUGlqrk/nqiJNu3ve8XwCgUwkcpvLOcr4hqhaMGxTJlJNDDl6l7wUMNXNALoehI6g==","signatures":[{"sig":"MEUCIAwYboiOIRIkYgZ4UREUBdNQplSYqX9CGsEPTMPFSW6DAiEAoDZc0fQh99Y+iD69LsO1pB7pFgFxf8zrVye7syB9dCE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19393846,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9zRBCRA9TVsSAnZWagAAkmsP/0PJ95yb7o7AaI3/BUsw\nykqQ9UTJN29NZb1H582AGcxqdCtDZJwK4fkHsxGTKKSVkHs7CnWjk6pR+C/Z\noJFHvJLUaOKrqN0TlkjY6A3V/LZBVjWdsC9lv+8H89LsllLiF103POtBnrNb\npyPLTtcB7sOe+p0dWktCAh7ntKaEE8dkL2uqwhsINe4UMsywlem8bpe40cBL\nVSEkGz1+d5zIDn32nqMReATjQ1YVCqv5zDf9nAsUEyOFhcpEb2DrcTwPF+mk\nM6BstDOhXk05+g8O28HnRxxIZkXD2O8Zg9VypmdRwzXUbaAFbo1w333FA7NZ\nFwc+7Q+u79nQr8YbYoZ2L6b072dqQfSsf9pa+qIza+x1kzimmSvXBMB+n0mB\nfv69+b9jYP91IPO7+qiaWzpjhrFiu/KBCDc8U0yzdTZoWObw8n9cF8v4jsNC\nAINi6EBjOa7RnMkVU9zlunicS3MVXHz9Xqxa7xW4fpbjEi+11yhM0ylGjrm+\nOSBOn3jmSb+u/vK/NeAoOjNxpdDSBogktgi0KJKINf8aLX8m/FYFacPt//fy\nF+tosR7pn0bcgv0ga5WO9iKKVNLjK+KsFQN3Q0k3CWFHc7SuMVpttwmmWd/q\nQg7uVUqK+IyPJ5ev+prCgs1yUZ+56OVbnb/PrORGmEphDOlsDVgDdptlp2H7\namhD\r\n=gWJd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"387515c2ca39887f7b439785fbc8cab9b7a709de","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.54_1626813505643_0.5023754942966867","host":"s3://npm-registry-packages"}},"0.19.0-rc.55":{"name":"fundamental-styles","version":"0.19.0-rc.55","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.55","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"940332d01f22a0d1a06d91e10c44fa337fa54381","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.55.tgz","fileCount":590,"integrity":"sha512-Qq974+q2HHEMAHmmjsnfWVsouScO2aiGcra3LS4VBu6f/WXNphR0woaulrqN5tsOkKLXpPN8MR30S+WPmHgfrQ==","signatures":[{"sig":"MEQCIGoHqYMgQDX5ivIdynUh5/83dUKV/Xhdji/EHmJn0IctAiBKlG8K+JZw46z+AZXtPbJcQ7ZpKBYXCrrbhrl+2o9Fzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19438505,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg90TKCRA9TVsSAnZWagAAdNgP/iirUQjJOhLA8gvtvb3e\nadF+GDuvmI2bwlF2isbcfEEtLzaekvEZuszfdloHncNSFwq9A/45qnjfvLBm\ndjsZ0YSQVNyWsMbaY1/Nt2ngyYjNTF7FVZMgutuzdWizGJG1ag63JxCvw/6h\nTmg4FjfUeGRKa1ooxa6XmpZIab/4YLZmSTwmFiYCOUYmu+p6+gFIy0HDqYw8\nZmekafDdNZUZS66Vb7SgCrXIhj2k5fZfeZE2NIX3EZENPFYwuun+K6uENm/9\nwKHjofDbap7m4v1pjTbLOKkzp2ul/rh58M9ROhYZN1SYExHetehfNPosRoHL\nuFe4yeQaEYVgHe6om46jMEYzZWzKsmhfkZlxe1mf04Cfo+ZeSkDIbeUHwJWE\nMVqORwgDQZf6OdTPZHXfxkFELbUFXGc2gtp40twx6jTFf9vFblKjotVOfRBA\nLuH/AyAWqJfG+3yydj67Sc09OY/3E6cFKz1itySCxknNZRgxzas1MtYuIqwK\nPadX4xcU7nym6E8ZfOLlsMTeWGQgRmCycDqvVimIJ0yHihx1YARVDkg9Bso4\nYOLRGYlLMfi5YBorPPOLU5YZcYfRQYIT1X6kcxPo+b8kWZWRAL/CD+FoBrSo\ndk1k5LncAMW1PyRGwZyAcsV+V5m3BSyGJ04xTgo15oLV+aJPA2+sSn3erDbr\noZ7k\r\n=3F5Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d1e4752d04314d8f25192203e12887692754e9c5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.55_1626817738403_0.3452146326052108","host":"s3://npm-registry-packages"}},"0.19.0-rc.56":{"name":"fundamental-styles","version":"0.19.0-rc.56","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.56","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"74e506877c634dcb9bc9f49335464be5b0130e3c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.56.tgz","fileCount":590,"integrity":"sha512-JdJyrMuMiq5OWkr89Ak7dbnNSNu+FeeTwl9QeEAEcyO2iPLz+McYSWezJAJMgYNkqdrFdjW2glRPFWDEVKcwcw==","signatures":[{"sig":"MEUCIQDgFQrMI25NTXBvg2gqZ5iS+qdtSdXaxikoVxNwOof1mgIgX7WUl2VwDXTFp6HFqqF+gcxVqzFVeRY8MLk5I2DGc+Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19438894,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg90uJCRA9TVsSAnZWagAAKMwP/0YYEdbfStqBKKulTn+C\nowwCnkzcPelzuiB6pU0bSTu+QVpn5cA6ei//NOK8zX/+fPdoebuSeUlHrClj\nGfjyh9nbZD803UxhY7t8slJnpry20eeI/lp9PNkTHjrirs5cHdx98jLJynq3\nfS8f1M/3ScvhtXAsvstsYIplSUqikGrQaAdyC7cU1OnKaSyUDEmn+nx3tnGL\n/lbiALwZGAj4vzyig/vNSNDD4Yre0y/a16IqsYHfLdBGxLtbrdGO+K8FwpuY\nZ4FbI9ORcHAPkcnM4BU8n9cUCrtFPCe98mzHYOXMNhRvFiUaegjX6NBJBfCD\nxv3/ZJXzMeJh7+tCG+pjHRuyB+YWVW3PWI/fPqGH9uwrT8S85n7dp3ilwmT3\n+U5dsNYd25TTIH9THp2eC4Z2G1nPsKv3K1wfRxTcFdo01voFvduheCRKaZ0T\nQqSxjN87PJnKjrtG7wsZc0W0rTuSAnlRhH+hAmUKgtE7a63lX4AMYwx5TKmU\noWMb81LuPoVMyBXd7lQ62czlviFi9B/D/I7LxatrqfRIE/Xu5XH9UkTrFVCK\nC9Ky6DtdggIBBApqEq43Gh/rL/X2DZzHNVEZn5Jrt3IcIYYEPCWTnZ0ghOvA\npwAzwO6vuDwCLOGyEHcliwfuBiLxsxNEZ4J8PJY+YX1lcbDtC1Xo71fn49sD\nyOtn\r\n=jgnT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c775160d8e59ec885d956dcd070569863bee8fa5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.56_1626819464534_0.8889719023532092","host":"s3://npm-registry-packages"}},"0.19.0-rc.57":{"name":"fundamental-styles","version":"0.19.0-rc.57","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0-rc.57","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d73d7638dd98507660bc9527ff798eb05c8d8bbc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0-rc.57.tgz","fileCount":590,"integrity":"sha512-5LGQ5okESagytXHDrYon/IARo/erkQVGodD/n8jGMcWdtLWWNPa1Ijvl0HCugAHtKfdXsaFXfY/6LKZS80zYug==","signatures":[{"sig":"MEUCIF28Z+s1YK6AR7yGzZWaPrS2wSFkLY/LK7gum4x3iWzuAiEAwtUIZmGVT+DiaNclpf2l0LjVCfs6JcrpEXwo2AM9d6g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19443473,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg91EpCRA9TVsSAnZWagAAfiYQAJfdViL0Yr7GZr/Vlm56\nt9oGGlVv/2RCGJRJ+TiDT3K7LBOrW4lJwpD1ndal9ul7wk5DBKDwMbroee6b\nal5LZqNE/amYSs7Kw2XvM7++QLwrgGN9egb2tmGcfsrRL1Y0yyVbuCTQeKEO\njjQ0YUV8yd6XAN+z2w8hRvaKoncRqNlfxHekO6QUW49oftGz8QX7cVeBu+QC\nQnNQXEriEyrLFqHZj8BMlj0mDSYMZDrHh0O87qdsM9OCHyJ+JzO6sNqqd0ff\n0laA2jtCS56ReAbpL4daudTl+vCDdbbELmSkMonczQXmxq95+j9rRQRNr+K9\nqJDezJgr/KgzvlS6FO677GfPw7AchxBPalXt1FrEvi/0EYCJzRc+cWOybXya\nmR5XdkdHH288Y6iFAZgDBmp/BI5woW/mAvqeJz5lCLRcRYHKHdXnTjuUvzP4\nGyZzJA1riItBSctClH0c5XVU7iIz8rA634r1RmjiFqeEhTTLXuKnXxOhYoP2\nvGT6o+6Yr/Q4Qvq24UXu9/670qF9E7EI+ezygpNnUR+gDrQl9FEmIvmjJ5Gm\nOG9T52dKc29c140Z9que+auwKUqBih6ZxpYh4UDbgTbGaiQwLaxDQeKFKAEd\nm7qtQFkKxW6EDANEBSKihUhivW4nMzgeuLsmXpioYd8qbnvv/nNhrb7FbLR4\n3b05\r\n=g8Qs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f134a9e02c9a9a13eadc964fdaff2d5a0de6c168","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0-rc.57_1626820905630_0.3176195509846509","host":"s3://npm-registry-packages"}},"0.19.0":{"name":"fundamental-styles","version":"0.19.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.19.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f4354b6c7bc6bffde2972ac0a99596100927cc24","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.19.0.tgz","fileCount":590,"integrity":"sha512-E1O6hDtXvLF7qU0saesCgMOLQBNOe/Nq52ZMtJvzNvN8g0O1OSz311ypMlGZblx6LGodAUo97doG7n8qsfwD+Q==","signatures":[{"sig":"MEUCIQDL/a2jcNkkE/Et6xaGK9nERMVD4snIuSQnaHlBcs9U+QIgJOu8OP324Kftv8k5VBKf46a/xTAY/xkrzJC1JRaXxrk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":16722544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+YBHCRA9TVsSAnZWagAA3XcQAIFtb0FvU5/hgfDlz2SX\nQ5vMqH0F2mPFSUQY6j1So0V6L+S9T09aaepNQC5aiKQiBPNzDHovak4Zpk9R\nTtUcTlTw63sW78arR1Hvl3x/8KnJbY2paitUim+BIrUBnq6CvjIM6AAgZfT/\ndRLuxFiFKDUvSyJlQtV5Cmvb6sCekAxkG1pYW4iLhN8/pvUVQaccbYuEN2+W\nCLwdHkkgj12HTnJ1+ZEPtt/Baw51L5AZXTdcIbrlVmWAnRkmuvvZXSpRovoG\nKHhRN9hDCO6JjsqePOsfZ7eFNwAcaC6p+FmhxxKwWfUhGkcUh1m7Q/5Kg2yK\n0luaYzefkYKePLXJvwhegr80flLrNMHFrkdV0daadQ++899+cAdQj4VxJe9D\nYBpTujGYY3NJuebE4jCoWzxiJtjNvWQzJpz1gT2SR6kL6RFSy9VbwKGZzdA2\nxYzf6S07JgxIfMRbStul36r+sC0794qnf1SPvf2FCNJyWwo3GTkQNNJPpAqW\nOGolnS0qbhQHVEXzlP87D3dpxZh1oM1lpJbKen4TI6YQbd81h7myovrkZjZj\noaUi8f3hDqVdKOf6kxHh3s+imuZKK4IkC4Uad7L5nw8yqBooEWF4gLI1OhYf\npe6tsLL2wE1KzeXB96JiFXfRGXGKvPkMF6z+83EeGHuh+obeHmgw29p38CBy\nTSNo\r\n=doPK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"290fa11b3f9727ba3d7d94f28bbbe7df87879ee8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.19.0_1626964039301_0.6153454359619439","host":"s3://npm-registry-packages"}},"0.20.0-rc.0":{"name":"fundamental-styles","version":"0.20.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2e7d6d1646ee53176bde01f1086b12a77aaa3677","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.0.tgz","fileCount":590,"integrity":"sha512-hhgtmtCoDUf1/rgNEhX5R6Nc1Gkoj1XEuO3BkOP7t5b1RVzNU9vfXcrXggdAt56ru4pU46O3YW1n/S991HtRBw==","signatures":[{"sig":"MEQCIBZiUQxpAWBmIBSNW4sqRqGGjzaDpyqLo6lAuWbzN8owAiBmSHGORIvFICny3uRk4yt8AeWK1F2OYVOT+IukQ2sSsA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19449959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg/shbCRA9TVsSAnZWagAAFMAQAKQmU0PFHrL3HHKlHPNC\nFmYQF9Q9nCCvV4DYJO3p/Jfg2l7/KIrpycJmTJCinJMhJUoetD6row5einOI\n9XBUMbqB6bRyIhEqnIk7Cu6IDTup+Csel6EnwELQ6UTN9ToYAREvmsPIbamu\ni6aQh5ysEah3eqjtLi5CyRTbAFwnZXloLMqRobj5Jm1binJops8KzVHIMAdh\nMJKSATvRNg1cZNLvUOuy0X4NMh+aeKB7x9bOrFUi0z8KTFD/VsPCBwzBIgUP\n0RspwObmSgLQsSwzGcWidR+kDZNDzkdXaxSjv9kb2l7JF0WgjSmBbGbky4Vh\nDgkXOFfxLW3WkFJqcS4oc5xs7Lmx8DDXiX7YO0eX9KIm0BjMDOD8J8+m3J/U\nEMmxJ5XKfgEf8d27m0obwgU3IssamsIdxhBEMGfJRdNtlg/Rfg/+e8okMxpr\nIM0na10ywwewVy30V4KQYAwwd2XR0LwNgPwSyAeOFx/wfP3ipNO67//Hyb8g\n+tyWuwjzE85UPNo3oD42cSTkESGAFsTv0lTs1Pgds3WA7gFONUu15QHgvkS0\nd4R3njhrBnZ9GjkMUfVdEfVEl6HuIbFsN3mfAcJfunW8huDdAUX58ph/r25f\ne6K6FqB+1c1Luyy/7r37xlaeh/2hqvhDEYBnbYML7/nY2yTCVq0arRHlw9VN\nErXw\r\n=MHoz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3cc3ad8b238d2398e59b6b50b2250e0d7308711a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.0_1627310170913_0.46767108175259153","host":"s3://npm-registry-packages"}},"0.20.0-rc.1":{"name":"fundamental-styles","version":"0.20.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a8e32cba0f1ede9a775e3bee15ea1cc74cf45cc4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.1.tgz","fileCount":590,"integrity":"sha512-KpTIOboDiOnyY5a+/d0zQpd+WMNPuZfwV/Lsc4NfhG1EBZZ0x7Uyep9d23XiIqnRYWgaZgwfnOe7bViBoJlmnQ==","signatures":[{"sig":"MEUCIH1xBUowTBUTpI2G7Rf7hMbxkSfbXeaZUHEIhzyGkil2AiEA06gNeXv0c8IhFEl+/Mz58u5GA2+v+nLzSlMKaQ69AgQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19480735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhAdcHCRA9TVsSAnZWagAAuroP/3QvVtGdZyyLnv6gILUv\nfIJ3mIWIyLM6x/bZes0sDYCdNucrVmqa8D5Fu+XkcCZpvQ4tpGXNu+csMIib\n3EPJmeVGFeUblQmjYwa2e5Ii7fYYiUuhCv72F8v5twrIsA3DLuDPic70ILxW\nBRFgikLq0kvn2zHIG5rg4fWpAaQK4BPJ1epwlIBsGLDbYYK6zLDvg+ixDglw\n9hjAfB6apfGrBoL17B4Bnd9v062kWt+8RvtLBRGW3+s2VNhNan8q95fc8etA\n9p6W94uegCTI+AfBRkbdaSDbVNx/1sQNsXAOHTZ3sjJAdwdSbinjDoliqiHU\nQT5WorfoS2McQ7bxkVumqH+5fGlV3kfdR+VU3DpCxA7ynpsNyC9GbqKfxC8t\nrI68yPtPRsa5GUYgoK1xzhRaIyFPZt4tf+t7WtvrBU83Na56wgZXsligAwGh\nSg88BVJg2dTjkqFucNUliP/9WSunS6RNoA+++0avHhxiFN1VSNr22SVagHnu\nlM2ei7pdV/Cpg2sIAs13WckyJIY/Kh7FkakuRdiySraXQl5hF40vPm9SxI6g\niUlH7FWHP5EF908WGpd2Z7vqmVvrd1zDPcNjzs4bk9pmA5pZwTb6ujSzCaHl\nKPENrRZ2i33qJt604F0oir3DS3kaIg48bvOWNV9c9jGzu+Px3uSxLPvoHiXl\n1f/C\r\n=fkO2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"aa7feb116df310d51af4452ce73c2449c71cd819","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.1_1627510534898_0.37795882999267727","host":"s3://npm-registry-packages"}},"0.20.0-rc.2":{"name":"fundamental-styles","version":"0.20.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f07a63bfbe8cbaa6462557d847031e5837d493f6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.2.tgz","fileCount":590,"integrity":"sha512-I6iuhoONBYaH/oQdXv2wACpdidXrPLAGwYulIqeN6jmLw4sJCgCqOUB48SUwId39+5xON/ijmG/B3KPB3IeYnA==","signatures":[{"sig":"MEYCIQC7egF9VGEVS+J7ULjyDbMWR1jEutm4E67N9UaoVx1pUgIhAJe43e8F8Xaw6LA1YBwAQkjJ3Mhd8E7l2ffJLHtLQhUn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19480845,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhBEQWCRA9TVsSAnZWagAACjcP/0kGXR7hQ3XOGDcL0qW1\nendlKo075QuApsH3KU+ZwvVD21Ah3Sj//uup5XRJAbglHF2MKNL2vf3oYv8m\n4GKHzf6tBNZpyIgGxcWXhDyjINDqGAtXSmlHXWJE80x8qynkmMUfL/nYGM20\ntUPadgAJigS0i/0FpuXTtVMMNMPbRGgJW/cRKyq3ufb/9vVBbmiQ5H2cO4p2\nqCdM9fX+nLo7AgBlBXh/puenspL35LKeKEJczHKQDmE7N16+pGQr1nosoqIK\nqa0tIVVPfATZskweGc/7+gOurIHYbPcwHCUZulFp6KG2i38LXYvqMXERMKpu\nkut+IUH4Hkj+i5NESJ2SXBVwhSiTxImrGxo+Qx0zZ7iS9MOb3rd4PX4yxN9q\nLZF6b600IDN7Camw6hwYxBYAMtwrugo0zkWsF5EglD9Ovrru0x9uAKsNuH1B\nEkg5xU6b2tqOnr1E/HeFXpPwqXFb35N0lpJXQEQDRLqDZSbrQglwqU4Six+p\nGEr2hpgH7HxEp6vZgB/n3x0Yj08GJwpAOWQMtGUGJ3mv9eA9E7oR1HWwVdeZ\nCOAwZOfkkEtbX8Jwt/SIbRA0uCwTOdciT8R++Jpj4S3sjlvTXCuXCOGiICxQ\n3fgDR10/UCOEazaL4VDY9zhtwnWJwAnmD43r/kzegVx2Kw8O+n9NYIqWkO2c\nF8MX\r\n=r7q2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5c6ebebb7975559b1e9bfc78745b65cad89cea7b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.2_1627669526416_0.4372973453864972","host":"s3://npm-registry-packages"}},"0.20.0-rc.3":{"name":"fundamental-styles","version":"0.20.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"573546dcbdaa1dfd41f9c4bc75422a44c7c1ba93","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.3.tgz","fileCount":590,"integrity":"sha512-elaXycc+QI2+ZHs6XCMp4BzdP4xAKYvA8nTWs3r6qG1YK/qCHqSgZoxr/zXJJBFY8tv1tAAdQvt0tfSsA8xuSQ==","signatures":[{"sig":"MEUCIGLSCAm5FlpbQnCLz9U8Mly7bmBTjpPx6OEHyYmskQccAiEA6Mvds6fVZEcK7Wyst6kxDGz6Zs5T8DNI0HNEGelIOsE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19487443,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCIO4CRA9TVsSAnZWagAAXf0P/0IitvuFZYKmePUqkSTR\ntAV5p1EQlBHTYaDq8I0X+NJ1GmiXmlY7kPNmrcAT5FBwjfPd/ojsHA2utTTW\n8Gd+aAjmh98+tLNnlYG5LcjjOSWGakZozX0xJH6oNa1lAxuBeIn3siWectJI\nBBYQQVimK6skxnLUx47GNN4AL0UFDYNGmAhq+d/dcozoKqiakDV27aRzEyhX\nxbf/Qpxkfks8O/fOjEUjhXkteuZydN8+QXUy59IGvnM/nyYT0ebq1WXOetVS\nFuzZeMugSlytSFb1E97Fs2lIhZlINybMV+kOzuDWKVuTkyDBn8eA2DbdNRIk\nSo448Y5voYj19WT+iZnxJM3Y8Lh9Ws+Ig8b9yy9AXZMun1H/ZJPBccfCq4P+\nGd91G28FM/jjxS0tqOgvxADB+CSIagQ0bEw6hacZic8XUBm/SPpKVTiRJX92\n+ZITb0lYWMscxO77FCgSTNA0U3z9t6OzcaXI/q3xRUq5Ogb50gBPJYRjcxi0\njHlmTtBDlOLtQ96MbK9YBwjbC+Ta9pxK1lcXLtPofJrmb/ZFYLTRp0FBumsX\nhjc2JsTIMRnk6Fajm4rl+N9zal1LDLrUa6h3zh+lxcM4U4sYa6OVMongA+yi\n+SczF/VvXlc1hI88WE2cP/XhtB24VH7RD+fE/z06vypgHN2c3VMcU4f62lE7\nUhFh\r\n=3XxH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e80df82d2919196d38129a294cb1ca74c75895ae","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.3_1627947959720_0.36492554488335216","host":"s3://npm-registry-packages"}},"0.20.0-rc.4":{"name":"fundamental-styles","version":"0.20.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"351c1c1c9067e9e5bd8956e09a79c4efd2e3ec09","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.4.tgz","fileCount":590,"integrity":"sha512-3aR5Vyvx8aJ+wn3YcdphHWpGf28DPP+izdRpamsy9u/iFDPVRyiYhoc5WDg9pv4JukICN4DP/gXgIW3kjsGycw==","signatures":[{"sig":"MEQCID5suO+sOH2PbuHDmhqi0/4lOb4GKZ0CDU3uwPNjuoHTAiBED8FX7X4xry4HOnKQWiDFCtRg0cTag1T0napgYcnIfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19487553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCdXSCRA9TVsSAnZWagAAcEQP/3f/JwsmP3PCnVCwWJ4a\nN66VdxnSNv2QMqjRxJYK5Gp3VqW9MraC6LDHhbZcnCI2sTEhXqqXH5JPlLzT\nea9x8vgAIC5M8AUePPYczd8vjnQYmqRpWOaKBJv6SohAH2UxJc0XGoHc2HmF\nbNKZOMakvPlbX4nmtOitqj9IO+O970kuxNUd+6FkHT0Y3o+f6Lw6y3yyGe74\nMBYI+M4fMC+Vmh02o22lSP9/WO3bsxTyP1BpdoSkVNTJdUjMpmvKBwee2EhV\n0gD/WXqk3/ZUsxfEK1/ehQ1faSlHGFGTF1h84DAIyZH21kjEY/UOz9JL/Whe\ngmEHBWF7KTyf9UGxieHDMtQ3Tt/LlgFXka+jx9lsBtuc8ff562LbsKjBZAtq\nqtFvGpeWKtMslCvdLqUj3P8ILi72YGeB57TZUGGy3zczIkauYSjCEwISa4TB\n5GYF5Vaakaq38sQpfsVPET9SehQi+jWUq4TjoFypW0EGJVVP0MAezaAgbe3U\nH+kBtGFXu3bSeIRZG/rzl0jp0x+G4VhiIl/Sl0n5zmFC2iUFPkqoNsWhVE7G\nF8bX+70I9KkmVZOyEwUrKsgC5UdsWJAGORejmST8b4i31HLt5h/lllcA/hvz\n7DvybhpxneNU3yFhO9KA3YI3XYj3MVELi8k5ETu7EehTNh7onAFzD/Mbdnmc\nT3PR\r\n=kXg5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"46d40059f2e3cfc78f670c26109c26be22eafe03","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.4_1628034514046_0.013243305226475766","host":"s3://npm-registry-packages"}},"0.20.0-rc.5":{"name":"fundamental-styles","version":"0.20.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d6d9f367fa18fe74bc4ad2f995e0e6218a9616be","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.5.tgz","fileCount":596,"integrity":"sha512-6+byMW+Peg9ypzjVLeb1tW4DWjB+I4Ovh3QcUHpK1/8blHagqenOP8jCoG+jnyir6El9Pp3NetpVtU8Wxe8HDw==","signatures":[{"sig":"MEYCIQDiEpDNGKIiKIC8dznzYJA2oDqRu10itGoA3UePdecOEQIhAPfPUGu2junO2YZzLny181QMt52kDn+19CnCAwgbfmZr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19561226,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCqmKCRA9TVsSAnZWagAADN4P/AwpEPHkA87d905yyofC\nRQ8We3dSeoHoyZ1hWd+zYpgUYTuXilV7WJBZRSmd1+PgvCHOkdzIGSP9j8sm\nLjVPC3txumx8SPxI5rHP9/vroTmDX+I/ozptjYi5Oau+jposARl8Ffaixfk2\nG8qiqZNppFTxEgraYg7Zsx3vn+nCCUmxuRtt3UFcNMyKHN7EbAKSoJcY27wX\no355rsxexS3cr2M2HINCXVpYcf3Fs5czrBvc/hJECXh+I1jkTfg922lU3fuH\nTqKVv0Yko/vF0mKStk8J7rFc16Tnal+fcAAxmPlGaJpnM+UhhhzajJjZ5tqz\n+FdIVOF3ghptSDPPtbsqG4wlmsBpuabbmMD1qBh94gynuGAb9UURgI3jgz2a\nrrps670fh0LxqB/KpexGuZQ1rHk1AuEimk+C1EdEIsJl12lfdNC7CWXX19YX\nw93kpNhPkBteoXAeM03+yxHWCAoNPqCUzJoot4652WuDzqREmp7wWpViyR8r\nZe5BaWkWufo2ok1y9Z9ZhVdvrqs2a3B0uBsiyW72R+puKfDE8sF4Dcb1CxWI\nKy/eDAhPeGHDooRNOPgrExaTRZFUVqZ4459kJwvOO1Pu43PrPPjgamXMRsyC\nqOcnnq0bgqBO/w5UTFahdXIAzM+g2HgMd6dameVbQaYafcGSPvQLMHPMb/O7\nly42\r\n=Z6Uf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1aa34cb1d45be3a271df72f4e337627cb872fda4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.5_1628088713935_0.5513067911920773","host":"s3://npm-registry-packages"}},"0.20.0-rc.6":{"name":"fundamental-styles","version":"0.20.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"24f7d3fd17d4fcfa2063d99d272c05ba44c7208a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.6.tgz","fileCount":596,"integrity":"sha512-ntJd8xA8NPOK4L0aZyDdU8XkSweDqIt+MgZ1RRJoUJ5Yrz8IAE8x18s0oiAkTfDcyQGV5gYkYqbHeBdsTkDLXw==","signatures":[{"sig":"MEYCIQCgaDr6yNli1J8F8FHGlW9zN82vgRJiC0O2420bNgaN4AIhAPWOMGmUNRyJES+UUkj2jjjpaQ3GYExp5Dehy2xo/8d5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19561570,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDDZSCRA9TVsSAnZWagAA28gP/2T/ImhdDfAbs9M0SmL1\n1fn7FnAOOQOvz+MYDaz5LAMUJLW1S0k7W5DmatN444MWPpJH9HvDTDhzk/xD\nLXtVYanwOBx5jD/BeDjhssZ9cFjude8KdciVd+QHsF6FMAlextFH/Du9YQO6\n0A61rpVD2iTk8sFcvmsYXBCJ55XrbsszsCDjuI/T1F2WokIWU3kTjvAycX9Y\ndIK6tyERLTqmzdosmZssLBwhlikcDxz22UrcSHYhGytmCa9GxFoSWWxRCieg\n8gQN2CkuCZ0iWnq52oyHvQUNag79R4XpzC1wgXXiLk8lEmhD1BIsiLze4fQi\nZ6XoRcrQwtwatRa7Z6q/WTLohY6kVTtPMKMESwnOR7wlsAhpSfBm1z9mIa/M\nw2aq9Duqn/UnaV/dbnOvkV2sD1zeIXaCsjg1RmxLMQUMULqBZc607hoqostK\nS7GEeXaREKO/urMQJoLQiEv2XyIMUXGzaPfxtqN3A7BT5DjouSIdRf58eZ6i\n/jdk5dZbDl1rNETlpRIRxH86WmNgTZfW7TCj4vXLRrZlIZnXORgyxJpbxU9X\n69wonnN3hINp3moIoU0mzs+mAIQsb6wPF003iQuSe75JPBh3wyJV4hV0tMGx\nNWlk2dsu+abdPBdLgHmvOH+2rFAjcIPSQfaua4/ZEJwbq9mBKC8I7s3HyBzv\n7ggQ\r\n=J4I4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c80224d2a1e41c3e49be01c48f1e63a426db2315","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.6_1628190290312_0.3799913860176889","host":"s3://npm-registry-packages"}},"0.20.0-rc.7":{"name":"fundamental-styles","version":"0.20.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c0e89ed2c53ec25730313665352d44b1316e0344","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.7.tgz","fileCount":596,"integrity":"sha512-B+6Xs2JXbhX2Ckt29ymFspkjWEQoxC1816cPFTORfXmOHUcij2P72cpnqlr1DwEHTZBpc/M6zUxsD1w04RkSXg==","signatures":[{"sig":"MEMCH0rc5jNXOfXTgWshn3ipsYrU+kzEGQtM7onIunn4bzoCIDFvjDP93ipPG8vIMpS9WoGoJ6mv69cW3iUzNIQbHO+p","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19561941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDGp2CRA9TVsSAnZWagAAuhEQAIpWLpp11HpBL1J3AXmw\ncCZ0jrdvZbjLTiGGKDxIh0jR49jr1bVzj/AclIultzkFA+CG0ATseKNnBjvb\n3GW953dvidGc4Dt1IrazWJHIhgEpcAuWbogTIHxCMiNzrgYDYsz8uGedhcSF\n5OyR7QvEGVZ9hZwHMx9vBfWVyhe7aSdtpbXgCKzT0KbSmy3sqRBXmtrZK6hi\ndgzrqjomaUcupI+gzDJMWWIDDAOsxtgi6PUewXfehMHY6rvy1PCf4g8jBga2\nnDtLNWwBwFgbQeObLjF5VA5FXUifv6h14bagPHEtGYErWY/GHI094c3Hg1bh\n4FZtWFEY8nOWezKvqbzkqQ0z0VnawYS+R8On7CDwhq9ivh3gqZdq8eNf3NST\nn+OdvRrE17dCkZN40h0DyVpHOTJOvdm0upv35grnnMTU0WWUO9XNav9Bb04U\nhI+EQ/MF38y4585hqBbD9I//Abu9EWylqyqO7DNBBZ1Cu9Cb6SsPSVOgOA+K\nDwp47n/UpAgYbvLOpuTIbGNFsqt5IcrM848NPudoX0LBTBv+P8HylTC6zpIz\nW9fyiR7MfxwWQtlshzAhekPUEvBb3OgqVJYrXm7hFoymwRCODexXtLOmZSxE\ndgm2lmHBywEDvBeXyjClR5HL6vVB1aNVdqgLOROo0soOidapB1S/t9YQ+PXr\nssFZ\r\n=Kmne\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"22ede12396f785b92994aa0a83035df75ac8b291","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.7_1628203638586_0.998243368421514","host":"s3://npm-registry-packages"}},"0.20.0-rc.8":{"name":"fundamental-styles","version":"0.20.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"db1129cdf5915e5174df02ee2b188ff96c66e1f6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.8.tgz","fileCount":596,"integrity":"sha512-CGbDFFoZXtgm+WinUdU0YIH5+0L1Y9bAMKYUomA2JsRyG2hzE/Ry4LFvwLHgZhM7o0HegGlPQOtIZ0fBb0Ybhg==","signatures":[{"sig":"MEUCIQD8aTKV42Xlen48WFcyc9Lpl6AwB9G+/0kBiPf81skkmAIgSYFGhOV4bO8fSegUlzhZtIyxFde1a1Uus7e/roKJdMg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19633092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDYxDCRA9TVsSAnZWagAA5+EQAJbeawT909CQBGg4VKsB\no2nuBYMSFovkRSKqo6Owg9K1XLw42TbowGUbQnHfphbqWh5T2WWmbMZjfKe7\nDKW0sUpy9Ip/cjpdOW3WaD6aeN6rNtDNn3zs6hcLPMUxiwAP6gQsBLToRlMf\nCZYqFjUEx21JQIdzqi/TWZeVRQFDts+UV7bzI/y//5tSAXH13BQBHaLWOwdU\nojRENdwTfHP8OKH592qMsh4KeMmPooC+tmmHZz7N2jGudZmhuX9o3xyJoYRC\nLMvKrgJQfpvRrTqQjoOYmiKTAXDWkt2g5k9Nf8A9dNeqx5+0zfHKd6+lCHf7\nHbYfrti22f0uZ0Nr530LJ5zKntCfeeIhJEdNz/MFsLX9uftkbwFKUZlw03LZ\nrnv1iQ6tqwTa/z8dbfVUyFWU4Bj0HNq26+7WEeuDlMoHyz2pZ2O/K9AhHKY6\nhfUiBDQG4pOBqBwbP79a146OWQAxTIH9HP9b97Xx4uAL4ubFWkGr8hZrdZmn\nvwQ48XcHa6MuKY34k9sRKIL0EOatnv8TZV4m/PgDvk1dFC4p5LcRf3cAzmoR\nwGfgmuPEjZLrYSSgYpW8sRJlohGtkH3HTGj0gL2O7Hw9CwXOeXTmBmv6qGbP\nk7H33M9+C9/jl+YGx0g1TQ0eCWiQfhK+cHaZYlhcCGvd3MGhmNutn4qOwXCc\n6Gw5\r\n=Zwu4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a12fdc12af70d8da13bde8532d3369ad3440881f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.8_1628277827505_0.060077873483335154","host":"s3://npm-registry-packages"}},"0.20.0-rc.9":{"name":"fundamental-styles","version":"0.20.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8d8d9988b96981745b02a6dc5fcb66218528462d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.9.tgz","fileCount":596,"integrity":"sha512-vvgj4iwEVhXO4sbu6LsdEhKQ9Fd/jwB9l0IEzWs9HiqeWwe+WPrwEAzI0OBOK7rO2iFi/R4DLYxNj5bsy/i26g==","signatures":[{"sig":"MEUCIEIJd/XD+5iuF7WMa/l6dzc7b4dh0pOCOWJ5oj+PEu7pAiEA9O3NRRDbT+ZQxccIYfrCe9WMh1270HNlwmawDeQxt7E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19633687,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDZGYCRA9TVsSAnZWagAAE6wP/2a0ylzks96Ks20WHSWy\nH3OA5cOGGjIcqga1mTuLY3elS35jPz09TQtLQOjkSs9UufMAomYNjSJffsAe\nNZOxeKz9+nY5Hs/0HrfJs5jsmIw4vHs20m1Mn9ckqc2R/oe8J/L2auyuhWPy\no4V4c7pfKiUrXm8CYeh/89jXe5McGXz3NKwDdtz+qD2tJwTRnRL5VtU3t3Ek\niiLpIbUghoMrmvPCgEHc7aJuCW8x/MGcBn6xhccijNbq9g3NSvnCvo47sVaU\nrFT66kONc7tGmkzA6RWQPHwQaLfs4SIMKblMJv2yCLxdZXbtxBpqvJiXXPvo\nFIGziUEzX7quO02Crdtg0APlNEBgCsXUJCsSx5kWREIw78eE93lN9Ttb40oA\nUaA+7rrLwqG1OZTC6vRcjXW3rj3Lj3htD5LUyDpJnMhI3OJ8dp3VO8zMDLty\nye14++BhqUrkq2nNMF1+ZcufoD23jHuFVOfiWnPTVf6Jx2qSlP+p65dbjU80\nsdtaoCWo3tlAL5OgEGJLdFp1O082xie/wh16c5tOZOrMyEhimp0qK2+CY6G1\n0s0k1rfP0IMLzOGQLTdcWL/6PTGTOvtYIgQE54P6iGOudyKX+rGRoUlpK5DW\nCq0l75Pja6DLGEd6rnSgZgVWj/IwDIQhdgdJrg4zCbSSKvcnb9cSI7aBDxh0\nsbfA\r\n=1aDu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"38dc3117c86a927b4c6bb64720d156d9d8553a1f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.9_1628279192424_0.9752619477724136","host":"s3://npm-registry-packages"}},"0.20.0-rc.10":{"name":"fundamental-styles","version":"0.20.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2dbc9014ec13d7a1b70dfc7f493d5ed5ed173cec","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.10.tgz","fileCount":596,"integrity":"sha512-InAKfFxAOMElVIuxge1u8bc8HHNVRKV67ct3Nn+kW13Or3iOKp9MH3tP8I7SN5zOlkALZBlOQ/Q3WuekGgltDg==","signatures":[{"sig":"MEYCIQDHM23FaWc49btxl+S58iSXO7ESQdT6VeVGOhfXLZ2eIgIhAPV1kiSRZ4bg4LhFUjwrAIfDUI2g6Y4H7YMy7GvuXJgi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19646117,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEVGVCRA9TVsSAnZWagAA5NEP/3kqZ8E+cyhgWaGftqyC\njT0P7Z8EeyrwhFVcUt6DdG1gNcVq8CORvL6L+9eAAgrfp3k/ZhzuRbH+cjx1\nxfgSppmOLLtNN3ZrxIARUpbnpF8BFSHnkx8LKFBGV7Whog9299ieDBdtAuuH\nTlpLUMX0uaahIHNUe64dundMBfOxI415Y8836WJ2AfdndXR96vBc6QBcqE0d\n+IH+v6pZuBeq0vHH9362qwh/YknlTKy/6gmSP+pfMAoTW+hJGGyLbRG77wNT\ninHkgdlhul9pLiGswY5jCTaxku4b7CNNtrtuHE4hJPxOz3Gm2Xa2+0yt2ohn\nw9aUP3hxMXAGS5LXt0Q8wo2tj9x/xZ/sF0fW8kUoiY1dE7b6Sdkm9gQ2ITh8\n18gd5FyskEtIDJJ4u05HUa/eLhyl0XhjoKluOGUkot5Q6pmN0kBlRPp1wgMn\nFOtWXAGInYJMpwZ8q0h6MqQIA11WGhc9i3DZMzsNjIjRh7zBuX1JBN/aXdeH\nWP2DJLR/9WpSSlyLUK5mUeKmZCYjzrRIjTq5PqGF5ebNtxnulrYTmdhyHHpa\nzIMhVT3hCSRwGWxS1NbXlMbkuylDwXoLe+UpoGiE+NUWsiEpKsT7a2k2nG2m\nMdJiBiuuMFU56GKpSuTjXARPQlw/qqMhnHPaBVCri1CaGCHnerRRmEHrxYuD\nCQIq\r\n=DnGZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"98dca37ccbde7b3b0e22cd57e3fb3d1a6fa1709c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.10_1628524949545_0.08619694311532666","host":"s3://npm-registry-packages"}},"0.20.0-rc.11":{"name":"fundamental-styles","version":"0.20.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b8b39a5a6994c37783ce5f055238c02598eed1a4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.11.tgz","fileCount":596,"integrity":"sha512-oEpqSb4ro5CaU2jr1S3fLfJwaItg4IfBA3xScoQuu8mDWO8fIxfaGH1fRn/UHVKOfz4ONEc6bGzjArj7LUN/uA==","signatures":[{"sig":"MEYCIQC4/1K1RhBrIjb9Og0bVFSqvdBkcK4llp8g2xbK0cW71gIhAMQVMndgX/MW+BkpLkKGUr0FDcsQ4Juz8lYkMr9b0c5M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19648543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEkVgCRA9TVsSAnZWagAAASwP/2RBhg3cYMsyDPHFuNCI\nXURKZD/JnzZ4GvP0AYzTsJ54pzBIdmQ7oPJNfbQna9RT8BqJ8rRJJZ9b/BiS\nScXTZydHIMCPx83bQ67ty/AeMQ2qzPmxawcNa3wAs0cwkBhHSCjJUFMAW8dF\n3S8lNLmmUTbD+54UBVEt/FQD+VLGPjS6shkG7idIpoBEM4i6rLTW+Q6ALEhh\n3YkC4CYzZ1lkfCMYrekLQpu5FewL/E21w4raAglun6r96sZ1YNR91m7GuWyV\ng/Ll7WOrAzgZ4GhUfNFCEL1qgBRct6pTyvfZnrGu4AoquutBCfagRa3N85Ci\nfCLigCcQblUQdcLBQkkJ7ukSxeIaH1dvp3FId/IgsYdIP+V+Fb4JXu8TwsiV\nydXhfh4Yrz50gnocEeAFYSSrdnvoek6m39Au9DtJNjisbKhvzErb3FaxjA8M\nVRvNbEYfMdnLBI0wmjc7XNsDBEdCbD18Oj1ODEUbCh+tzEMYe4c+he6RAoKk\nd/weEAwRJXExS8i+reLfavEt3bVMSHRSeoa++wcHGDBJfAblK/E/VWXmz5aB\nEJjB1Rky6NkeWushj+8m6LVbmfgMNDATnFzA2fNzZUE3akJ8cd12UEZ/IIli\ndgsQpajV70E1Io68wLAaXHee9UUbFrVls4DiQgfm/SceSwTmHtLHV4tTBti2\nNkPi\r\n=Nozt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ebc76cfc38b948f1ad74d414cc89e727551b8b46","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.11_1628587360301_0.41487536319160623","host":"s3://npm-registry-packages"}},"0.20.0-rc.12":{"name":"fundamental-styles","version":"0.20.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"355edecb59126d5cf0cf50f209eec8e5a85f4628","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.12.tgz","fileCount":596,"integrity":"sha512-hr4l8K49bTiNuR6pNoDYsFd6tY9RPffytcpeQS6Fyxeg6lvrdZ1I0/BfKb+t7nPB7ZGEWlOgrN02i7UXCDiJfA==","signatures":[{"sig":"MEUCIAOBljsqcrAlUgPzW4ceCB/GQuA22JthrVVt9/YtUFp0AiEA5yIuoIb6smoK4Tp5y4J6jhZv4LHtZ0Ip/Fr0O2w+ONA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19648656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhE0SZCRA9TVsSAnZWagAAMysQAISJ4S1PxPdP1ZpaqpMO\nfbO5Cz4kkpcGCQb7SJ8b37kRyL9OgtNOtv+kbq7dhAd2McN210dgWGfVBWWP\njUMmknj5y2DbstZvd58jqG5q7P5vwFyh5/YSjM+snX+1phQSI3oaCFwelna7\nmDaA6OEXapCBRt5NKy0gllugigNWjp/IU6DjJvJ8VBeVKCCVUsyT8IF9MB7N\noarfTYbReu8iZaoXtKmJ11QNtsIAnhBWEPqEFc+HOFrnVSc0/JeGoSdtyeO4\n+akWCYew0gg2qLFHMJzOhLa9ss699WlFJzBAHu41QKZKKt0Vpywf6zekoUSN\nY034fpZKQrYsR724hl1j88SXDcwFqYoxeJ8FMaaEL56k+mOwVQpOnzBgVwji\nlu1H4QkQ7MPCNYilT9fRNASwxjZTbGqR7LJXeyaqsBEnbT8tOVYfRb9x7cj8\n6R/qqDhhpDsiTRtl89c5xZoFC0qWr8GyPVpf24W5WkNFvoG0FoQO8C6coz8y\nKpNjhkwEmSJWK3q+ggx6fs8PGhs4sRgPFXp7+xapkwZU3W5D18EPTcMxF2Ya\nvVfJlAfLfOAVflrYt1HDmaL5O0PrU0peym8mnRUsKjWVp0jThPgMkEIH7vsc\nOXtGLkNdMUZ4LACduCH5yBl2uDEB6Pwc3IwVXpfuvUlEdklXvUeo/jjxn+jB\n641i\r\n=EHik\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"96546e9fa02c5dbc58db78d748e72537404bf103","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.12_1628652697637_0.03394492613423239","host":"s3://npm-registry-packages"}},"0.20.0-rc.13":{"name":"fundamental-styles","version":"0.20.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e3af337db448d93fbe3eeff270975326fea071ee","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.13.tgz","fileCount":596,"integrity":"sha512-y+75WTYBD7Zu67czc4vfcWHTJ6Rpmo/8ZExZudIlHSMTuYAmV/gFO4SauWmS9afHKdvFNs0+B7ejLf+mks3kVg==","signatures":[{"sig":"MEUCIFFPo003P3jnQ3iiF1RUrqyh/byArzr5eEDrpfsgtWcFAiEA1PhtiKKyUrgyESCRf76s+09lNUp0wrULJM4A/1vvRx4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19648769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFDNgCRA9TVsSAnZWagAA1JQQAIV1TB2t6RTAdjqA/YlC\nQdCmbQTvjGBdQvfFh2aqDYrpUz88FO+RuSH+Awj402cJxmWNsEhCtQJxDAe9\n5ylDPS2gCdomduc1u3ZvHpu4QvAUExVI4G7KaGFGE/XjBPCVJWJw1yZJ0gpE\nwvRvsZd417papn+Vz9G41ACwFcooaG3xRNTZ+MMW/CQWTnB1MAfpSdUhIa5Y\nZctacXKmZyGUrDpZ30A87KdGfE9FFGUM65Blcu79gX3TdPRaMSIGAPYSjuR/\nyM9zCqDuHTlIfxeb0SvSmqj/bsigOv4i6dwF0Aprg7k44NBe8dLzZGjWfPvc\nHp2JiXDQ9QuyIM97Xm7ALIFZjhSCCX3H0zKspQKckuu22X+kVP/eh34UOCGW\nf7uxdGMolD5QUxVmo5xW1jXhhYPqtIALEDWXvFdnDXXjIHVLzFeoLiywPuxM\ngh0k1y3TFSEKD75gg4VC7CwyP8l7M8CXgQJpinTFghTozTu8Zw4/0n6eVNth\ntYqB4VZp2MbWrn1jXH9rInLeZ2MtdeZauWALVN56McjAgBHIYypt3k7HVDrj\nbzFxke04W0lxR7sP1MjG8SEAXG7Op32sW0Lcq7FEuQ4ZVcSxg+RACA57nHce\nxPdck3D5Wm/8ZZrVXp8T9WLajQLkXOlZlrGPy0KCvohx+483mNcEgZQMAynB\nf9k+\r\n=GJSg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8e781976c257974f9a4384239ce3acee64f5bbba","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.13_1628713824317_0.7733650933671354","host":"s3://npm-registry-packages"}},"0.20.0-rc.14":{"name":"fundamental-styles","version":"0.20.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e215a0dfaa60adbf67fb896fd6e03f517b7e64d5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.14.tgz","fileCount":596,"integrity":"sha512-evg4OOywqDE94jCx7Rg6kEySiHeztm79uc8TFva4QDEhGUMGjOIDAIFiw2enKSrn4hM8mmL9AMQYAQJZ+NSE4g==","signatures":[{"sig":"MEQCIFkCff/uBVnQRugcenJFG6kNiRIoU+TeOsCW3VDLN2W1AiBmqUFHaqq5EwRwixisHyUIGRF0hGvA9mRCYJw/eZltbQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20621420,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFkf8CRA9TVsSAnZWagAAWZYP/jc2mJhqhdMpK9VF+1NJ\n1dS+lTpbG6fjFWiYKOlrKr/NFRGeG6//T387t6HXCULZj2P+ExNogJ9sqJfz\nVrTYeE/IKImfFCqAEITrAXJHM6tX0qi6ZdHjDq9eURCB7Senk1foQPH0glBz\nhU7TX5f9yS8OSHucm1NazIsWx2EA9MpG0tbSRGPkra9QJJwvidtYxYCJYKev\n+nwagn16bnXxg6mGlLf5GX5sUtQpK2vbig75ruWpG4v5YTw9LWdNVLO4l6gr\nixdEb/TZut43mKrcKujPi6544Bn/bk/VZEqlAkVKcfjuwhhZk7rDBeK1bQh2\nvfgqLUQY5KuEZ++ZRyfWhCWKue600SNpc1lAxkDPE9OLMDB/NaSHqynyz1mj\n7hMKDBLlcpMlAXUnxQFoV1fM7BtDDWsvag9QjaFFmuJ/1dHnLoexKiUBKMOL\noRajI3VikLOencc/YAzueDHunFQlr2Nj5pJc25zX9DSWcCj5eZ6ZxUtvoBvN\nSYwA7zfHxINuYu1H+Z4XNvTzT+g8s21Zx0FO4kOKJ7CHpvgjdT3Lbwm9DvuR\nG/bVGuKm0Qn/aRsEiZgjYGG80TBsTkZvlgO37YeMMIe27ZRXdGqqdTAmmu0/\nk35FKk2ZHzvgeE2mlHgCDoENF/rVHvWz8yUMKBXeU58Zp21TOwkZJkpujxWd\noYa2\r\n=6u1L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"457e06bb70aec3e6d84183389eeb1aa67fde00e1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.14_1628850172330_0.6874563336374655","host":"s3://npm-registry-packages"}},"0.20.0-rc.15":{"name":"fundamental-styles","version":"0.20.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a778b506890ee9b4f9ef080c33f342a209f91c93","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.15.tgz","fileCount":596,"integrity":"sha512-w69ewglB9jTFgcojaMbxP0JZVyoALhdI47GK9Mkxgyf8DOQMCC8V6BLqhDvkp+BAgnPPH6zU4qEv7KQlPiuwzw==","signatures":[{"sig":"MEUCIHvTY/MfV6fo/HA84JfC1V08pRUd0R859ZUEFUOYvB7GAiEA7t1U7nZ+fx6L7GsuSHbmBUc0osjTzAsNkg3U7gY/lEQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20621762,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhF6iiCRA9TVsSAnZWagAA2mIP/RbW+erPuDQgtuDc4qCQ\nlH8NujJe+ufYeVTi3O5/ZV7AHOBjVJ5P7Or1dRuUt1i6XW4NVm3/jrOkke9H\nAe9vgDDFrTWOdiSUc9Iazrl183NY/PGL11y7lMlh51KtEIX581PDYUw2ZXVs\nEUwqwcV+F1fOTh4NgpCkPQ7t9Am1aNqNOKN7s8X8Cte6qKvTwVkMGgKYLA/X\nA73jAzEpxmHf59QQ4/khx7Qxcn+0115FaACCGHDEr2vZVYb2VOLlZ8uHzVMO\nfXiuO4u4dZpSVc+ml3JgZCVOtAVgNiaRNLEexXyG9VwrSwtbvWPBfCnb82kQ\nglstQaLfW9CZhcfPdXEShjQ4OPQEia3M3ZlnGKHcMOeI1aR04oajdiSyHF/q\nStqJ1DtapnyxmtICy5apyHG8qOL4lJxN2lfoeFlaCdG9TuDfaMOoPwITXSyK\nrjs3uhPI/s7jEFhIgPiZ6KPixRVlmaG5sHgNLz3yEf94hjj0OLH1gJ6jqlyO\n67CQ4tOGt5sk/SlJI5t4pHWje/jq8/7G1SESJItU3zlju151+bmF33nzBZrw\n1Ih5dxbbI4gWn8tTf3mdbx2BZ+n79xS2VsUFHuGKupVJRoBXFOeAivlBOrTx\nwPUx7eq0ZSAI9u1N7KY0Zewpqo0xwHhQUS3PsBOM1ry0yfR6gf5QjB9YbIgM\ntvnN\r\n=B6VI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4ccdf72a909f548626d68e209ca3c289b511009b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.1","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^16.14.0","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.1.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.1.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.1.21","@storybook/addon-docs":"6.1.21","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-knobs":"6.1.21","@storybook/addon-links":"6.1.21","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.1.21","story-description-loader":"^1.0.0","@storybook/addon-toolbars":"6.1.21","@storybook/addon-viewport":"6.1.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.1.21","@storybook/addon-cssresources":"6.1.21","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.15_1628940450557_0.9262983792018264","host":"s3://npm-registry-packages"}},"0.20.0-rc.16":{"name":"fundamental-styles","version":"0.20.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b8d372c4efa5c79f3c12f50cf89f15a0493e08ee","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.16.tgz","fileCount":596,"integrity":"sha512-FdpQwM1N122B58ee1tGIM4xT07CcMrsK48sWicVEEbcUu2FAX++aM3l2usf/Ig/JHoKpjnAvj9YYVW5OsgWNoA==","signatures":[{"sig":"MEQCIHXS6t4L6z9yDoBebPwcEWDeAKJe38Wf9p7uzc17zEiUAiALSPildZwm0OpiU0xRkO5MVPIDqJe+rDgNEc6zuXfUFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20621867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH6h7CRA9TVsSAnZWagAAX80QAJEGwX7J7pdXksEFWKXC\nG3iQX7KNYjjBMKqAr6QoFzdI2xXOamBUEuym7LAN6c81ObxOHIKPlArBa7gt\noNyQQ/tXowsi6jYHXkPOEnTO4aF7m6cIUcuHvxHgqPGpD10vfrxFLmsLrHEA\nNBsMjVQZwliN0muyvAH3oXNm7ppoQFdnsyfi6ueGkIGsyfSapR9Xq+OsNmg8\ncD/SgYZ8PUfHPACiTdeeYPzmn26pNQdB7DOdncl9WZIpau26g1gockFftgdP\nXHJSS11ijTE1VLjBLMJo7ioZhG5fvFpoZ4P+x/PDy1T4Klh/sL4m6yGJ2T5G\nUwcalQntbbhQFoy1Tkq1FeDbVZXmJyNTzeXgn3rl2ucE7RN9oFWG1wCgi9F7\nLqRic9d3XYvvTzrncnQP5OTwSwQQXn9jpy8cpwssuIaP1aT7XbxGW1V62Uf/\nEKZZ9FuabqprwDA1YdF2tVNiIrT08JC/5myKz9kDDxGl7n1JTVfR33H4ob6N\nKtSvwWQCGQKFgeWUfwhhSnJEwvUVXsh3061jiQrhHj/GH1LtCKiFm3YMh8Am\nzxKPTj3K8xXDDgy1lqeywPiVP9645lQ5Jyq/q94mWl92Mz43UgHWtSEXspiP\nknidh/5KsFP6qCvKizbyt/zHJ5v4z6SRhjZLA1A5fisVKhwLKLENBUC8GdX3\nR1Bi\r\n=fRn8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f229c7deb9ef2d4bb2838adaf686d8e09f463da8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.7","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.7","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.7","@storybook/addon-docs":"6.3.7","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.7","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.7","@storybook/addon-toolbars":"6.3.7","@storybook/addon-viewport":"6.3.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.7","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.16_1629464698928_0.06554981533400195","host":"s3://npm-registry-packages"}},"0.20.0-rc.17":{"name":"fundamental-styles","version":"0.20.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ac42c9dd50f84510c9a8eb93bccf0385de19233d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.17.tgz","fileCount":596,"integrity":"sha512-D7xNpeoS+QywEvJO7Aqfk6H5qnmin/5dcdx66xDGyjP/jQmtJGwEvsNLqAMk5uJ2zrk8kToRr0seY09otkfojw==","signatures":[{"sig":"MEQCIDqmVMi0FwygFXFqHIvlwU2UTPKccGM8cRWnGcYDZ5CYAiB2NC8GQwXO2NUdkdcCYapP4ZZOts0vovr//U1Tb5efWA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20621980,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH9BPCRA9TVsSAnZWagAA048P+QDLx36sewzmr00z41YA\n6sqL4b8OBXpFj+1e2YJGDNW6qYaJ5Z4kFeuCMigfIo/Y7L8vJoDud1UI3yet\nj0ZFAPuoZizgeUxI+Tfh7WhOCn41Ysv0cnBf/DGAFdC/lnhdiBzHHm06OMbw\nEHHjlJ8UDDUvAnNAyOK9aG+B+1plj27ORgJ9VhfA/m/1WMMv1BkeytEW7qoY\nnsIFlbg2k3CmsR9VlqiH+XGsbOj0ioi1TMNEB1iP6U0zCKOpw6/fgPoPwePc\ngcfNSiIiUPCEJtITvQYn6GB6+wT2DKFhXU61OqV2BvjKZMiSCAcklsUatIvH\n1dVvuWeSMnoIReXUMfsD4pgljc4+suSPoLx8STg+uOf//n4FVlUET9PAUqEd\nDS2b8pQZ1mDhM14HbNnk25GFEOuczE9u7LBwVcI5AZkfZDW4tN2ycjWGQdM4\nTsWSxYTeMFMGZa4Q/12Ng8tlo32ebPwkYX7GvVjhwf0kFkqsfggc/Pqz1L+A\nHvVl+4Y3M2oK2XyaRDqBqysosmgd/+r6eLytigoM8fbHWw2VTr2tSFqeUwHQ\nYyzVpjiE2T5rfQ+OBONw4IO6u4LgLumnYgaQJP4XvZLFvWT22PzyYxOJSicP\n76JhqVIchhgLCkISvIXWXD9pZIyTuq9I/8QFZnXx6BEwbwejZdsVdarSzCBo\ncy+y\r\n=ewc9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"70a40db7c1a7dc926806e54072f920e6d50627bf","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.7","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.7","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.7","@storybook/addon-docs":"6.3.7","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.7","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.7","@storybook/addon-toolbars":"6.3.7","@storybook/addon-viewport":"6.3.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.7","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.17_1629474895529_0.9687461818782517","host":"s3://npm-registry-packages"}},"0.20.0-rc.18":{"name":"fundamental-styles","version":"0.20.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c6a29a87d0fd9285212c927243442bc973f3ed03","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.18.tgz","fileCount":596,"integrity":"sha512-LAmlnC7q0NZciA3QySkq6eUOt1F9jaH7OsWD0Wm6Cs7UV87/uziesbtZaM5KziTTd5E4D1HQCyVMWUQRcnha9A==","signatures":[{"sig":"MEQCICBhcZfwZ1LhiMo69oFtNhOEhgSkTRNSXhQe5T4C4JkkAiAviIN0d3fMGRTG/lK2PZBLtFkDZ2ocB/Q1SLCqzd6rTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20622613,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH9NCCRA9TVsSAnZWagAAlZIP/jMmFFuGusxoP+gAVFtH\n/h5tIOLpNkeOhap3hjUMdp0I8nBh+Ljwz3m9HFEQRYaHSKOQR3hq7+WxY33P\nNnKDH+yAncC2yX4NTO3YRMnsn+Wtbc9PAnjhCSwLWwfWRmQW0zGiR27PY+f8\naU3VhD4qEGJU/279p98S1occ9+z53aZRxR49WDmt+bbV/7l51FbB0r4Oho2z\nMewCrC6lkPcZyX/Gq3l/yVC1jhHvEqmcoDhosADFhw7dj1D6v7ugGgIx15Sz\nanG9cpEgzPozikaGJX8STa5Kwqz6VKL7maaY4mQ6oixkz/idGs6Z9nNyXG1J\nx6CHG3O4jpymCa2SHMANvlyEuai6YgihsNoMozFsWTMFRAXoPUCy4y5rtM/9\niVoWr82mAw4ghCMrL6H7zxjjXoXfJ3Bfu20Ml5gh8SIS4/Z2fCpbagulXYYt\nn9hj3tvKdevRzCugdDTcl+onryktWifPOqTdS20IxAsT9pkLlwPtPzhupJO1\nwFrclnV8aAACM8lZIRggzMu0+g9fExyPM2L0d3si2zg4zWvixVaq/HjdB3oc\nflt0vviCk4EA9Qt4HV9ttqm9QQFAmKWlP2MZtqtX1K/sGpR7FO9QezEcJZNI\n8ojJmgcqz/k0DNBdc6t4mU9SQZfoXzK1GdObvKahOn/j024J9tThk/EoB+zQ\nnFgn\r\n=IzoI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f89be6b71fee6f45e6ce4961026151951dda600d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.7","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.7","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.7","@storybook/addon-docs":"6.3.7","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.7","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.7","@storybook/addon-toolbars":"6.3.7","@storybook/addon-viewport":"6.3.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.7","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.18_1629475649891_0.1398331641924746","host":"s3://npm-registry-packages"}},"0.20.0-rc.19":{"name":"fundamental-styles","version":"0.20.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"53df696ba2efa5ef8e72a0a7c550716ba0a74cf4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.19.tgz","fileCount":596,"integrity":"sha512-GCff6iyVdUvf/VtJj+zCwqZAObTemNga6Ohps/ynA9sInl9FUeuF+6apu93QuzToBnRuBP0YQ9nnoVA4WqZyfQ==","signatures":[{"sig":"MEYCIQDQYPMIH/btVUa6CEYf+55hjfVGXR4SbiFpt616LWwAXwIhAL0U/fyc1QxDIcQ1tBG1wCYzVD+rfMYunxDKyzRnqCne","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20622235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhIN0uCRA9TVsSAnZWagAAK+cP/A8I+dix2/x53GL2WSA8\nJ9zc02pPjwx3FxcJbd5v0Ip/pr5FFRc53Up8XKIIyTbhYePBHayGd/F7WQ1+\npwEXeyO8iO6wNv4220GgL4DJD0UWQ6FmHl1HVOn8j2I+Np771sUp6LUXS/47\nFxiVJWAWaCi1By9AWqqEannFrbQ/z+UqMNCDX/T3nGwjMQEKOWuRdNNmNFpo\nWr2vpUqtunZMxZJBzZxe/XVn+YtSRtqaMqoEB51FLPNB3ycYSSnkhw4/kLxo\nTXRZs4T+Vtj0uuDOgvghFYfxy0TtxiyOXeRBScsgya918j/FiHmPLcjfE9yV\n4JMNOiHRvpENjxZIGi1R5MW8Jx3o0ekrpvu38cp/vuYwSAyMXo44okNC2reD\nNCQDE2AjqeuX+u3GcawhrMgqrTEH15z0ASgP+GeaEXY/MU1PZnYg4kHiviaf\nc9CThXauh/BOKiNk3pgiC3ZYQa0T+YGTRzRdJUXIlFH3qBaft2bwIBjXEuq5\nJyuX+r3fb6MMPvbFbuS1gSvJg7frRWpYhknlJxudjOFLU2xgvvsoSUWZ/URH\naVwE/FY1IK8tey9esGFxEh9J0zbu9sYJ1EN9OLl8WdtL6BS4WUnPNLg+rN8q\nCA1FrChasz+W42ckWQ8OIgQBNyMVAJYJEGbxMHJHvfDt4OV1/BKKhhg3gYMU\ntm2D\r\n=aD8a\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c5fb03ab152a16ca49a858d0a5a89e9d0efee3fd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.7","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.7","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.7","@storybook/addon-docs":"6.3.7","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.7","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.7","@storybook/addon-toolbars":"6.3.7","@storybook/addon-viewport":"6.3.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.7","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.19_1629543726561_0.1024969674686147","host":"s3://npm-registry-packages"}},"0.20.0-rc.20":{"name":"fundamental-styles","version":"0.20.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6bde139fa19234d299fe4fdd3e6f8cfecf6eebc8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.20.tgz","fileCount":596,"integrity":"sha512-J0DDk49JJsjqnNL1/H0BuazhuFENNIQcfRKG2cAPv/4g9LVDTfQtQnNhJet0458HebpTpUXlvFWcBTqlG+LOMg==","signatures":[{"sig":"MEQCIHGtKATDGLMtwY58Koc3Yb51fK4BRKNrhcRJz9rBiTuUAiBE2uEEGTcMHCWvHqy0UtONmqrAWVskl77qwWlFTkcDAw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20684892,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJTyDCRA9TVsSAnZWagAA6cUQAJwsQW5Chwj6wtvjPPYF\njsIT62VUPs+hEFnk92Ul/2XuB/gyzQf2OQPZsXETDpny+myHf/ptJPPDMQbc\nBIrgWQEQEbx06sZ5LOGqrswIfLI8+e4RNoYrUIGjMViRIySrC9qZbZkT/PDD\n8zX1GMnNRnidzCGP3J3HfD8XGordm3ruSqiehlew/ZBrcOeJO4b8DgAZXAty\ndu9BEgv9DqWsOncgpFGFiIGjx8tLvJX3ojF3WM4EUrNXuQt6PzgFohsvIcfF\niw5EgzV3eLaxri8f108k3h+/ktQQGj4QCZSY0YANDTLUvwGwcLedEvTRFFSh\nu4p2QhamdkMUOMRyLaCexfKOadaVv5UktLvRmdFOmHT/D/EAV6EYSI6ehVmS\nKmmpMJNn5dVV+pjUqfpzMR1SMFeo1GBz1SOhwHDuU5Ayadqjh8734cGUbQxB\n6uKs0Rhxt9QoPsQBeJQQh3emlMI5NI8qDxWRqLWMKwhcoDWtQbAPN2xr+1ms\ngQZ4bXle8ojHI870hKr3KNKKe/lDX4g2AXzlHCxfTUjG/5WrgLqN9+mGN2a7\n/M0KfsR0IinbhTXXzPLZAlNVx967AH5BCOyeW6UndlXyFCWAIJtwTVeZrqE6\nrsTEgQFqoBqr+J1xr5npOUc8Jm7Pv4cfQGcjb4C9BGjFnP8zvuo0eXep4ZRz\nSMNc\r\n=iY/2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"32f3b1f193cc6e6bf1ddde8c947cd59b82e1b677","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"6.0.0","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.7","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.7","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.7","@storybook/addon-docs":"6.3.7","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.7","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.7","@storybook/addon-toolbars":"6.3.7","@storybook/addon-viewport":"6.3.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.7","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.20_1629830275336_0.8262888580106371","host":"s3://npm-registry-packages"}},"0.20.0-rc.21":{"name":"fundamental-styles","version":"0.20.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f3e2968c85c714d6dca56dbd0f094abed66b375d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.21.tgz","fileCount":596,"integrity":"sha512-ZCIUPDw5ry0KeBPu4bs4vY4wgkKVZwDi/HiLn7mnOOt4hcYMUNqkTSHnGEeTIrlvu3doJhQaWhbfBKnLlf/ZIw==","signatures":[{"sig":"MEUCIE7Q5/jav5ochkaQf++gxHimuc4dNWAmxDkOFs8Bg3s+AiEAhS1Fdy6EABBHmag6ZPN05lWXOWEDlaTw/mzucGbwR3o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20685005,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJ9ELCRA9TVsSAnZWagAAaIcP/RpjL+I4lTE5cSkm/Dbk\npzWuMRQX+m4ADEBi/8bnZr5DhNLSURjG4I1d4ov38HT65J2Ux3XnUZ+X2rHm\nQXVsrzPRH/QnMLW9RhggQXR3NkgN5/VwvpFqqP4aBrkK3B/gNaGMnZMWJ2pu\n6AiQwg0ewAc98XC/LKSNdrC1AiydgzPl1uuCHR5DgVtpT2UX3h1KhGJ3DSQZ\nCJoG96TOzato/meC329lQ12gRC/Yi8/xj/MCf1xqygRtHWiLzMXoJNbWTFI/\ni6j9RBrD4ZgdQi9mrFxOiA+f/rzwz/Iziqq+As8UYitnzPg8vGQ3NgbxCmAq\nkQgCQZfRmpS2rSIBpQM+qiVh0LI47xrr1+SOPeRheLp4RezIgDEIOeqP8R2A\nVyyD9yARTKt6Wb9AqmL+dRG7Hy8b7osuslyD8lg37kQCKE5e01XpHscmgAPD\nHGn42WehM0VDpNhAjV4EluUixUiW5UaFWBnL+AYCjWQAJVp813Y8ARKL3p/9\nr6IGVKrUSc565L/jnYRJzlCVTjQ9vKKcXvOfJ5TBRrET54Tfy95RKrmIFSfz\nTqNI1cAUJ97EdcrWVtCp1Hnsaw3EWbA6tdiqWexT0+jappppga6VO9ESPWY2\nT4Z92mb/Vr0qIq3+9x41lEBF+2DmCR4LyoMFddLNQDZnFoOBa59N6fLwC++l\n+h5m\r\n=b83h\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"20b8e674d0b2ae7c9c5f3f41a64929fd3c95a568","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.7","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.7","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.7","@storybook/addon-docs":"6.3.7","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.7","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.7","@storybook/addon-toolbars":"6.3.7","@storybook/addon-viewport":"6.3.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.7","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.21_1629999371579_0.12609052888468342","host":"s3://npm-registry-packages"}},"0.20.0-rc.22":{"name":"fundamental-styles","version":"0.20.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"79ca7bc272c937094b84e433e91426a9be8f29f8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.22.tgz","fileCount":596,"integrity":"sha512-HYvCOywNuzjfbr96XfxYDkcp8BmIOBFekewJLMLF5oJDHS8Sc5158iqgQIUhzmgj6SGE8848BtPwmKhUeYNfnA==","signatures":[{"sig":"MEUCIQC3nldwggA9kvPtHK3eRUq4MYAHmSz8OIf6ZE9tK1xU9AIgRDmccSiHoIsI9ILlA9X1O4jLM0huglCzca6SZ1WHDPQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20688619,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKKpCCRA9TVsSAnZWagAADfkQAJYmM2U9rLEt+Oh3/BoR\nTPDa8GO+d8/mVYVwc3MfO+Z2pzX6a0gmoRHzHR6j4g3BEN44CsCI7eC+1B7C\nTcdzi4+H5RPjndzq0JDUoA+UhmjSKTlaoEIjJGNL9BjYWpDn/oL8ZnOyP0bw\n+M20cxf6ev8STCvPy43A3umSGy/Mtg1GEIzh2Ri+FpHBDKDgivd0vKaPOM9Y\ntVudOplGZKPIRPsmnzxJr/UPmq3CwbryOIZ1YRIr5pFaHSnh0JLs53w+EIaq\nI0UNWBy9Y9+TKAN0q93dLeGV8t6DSZmwUbmkpixbKIGP/w9j/a7qb78zhMwA\nXkO0VsoB6/YiubP4NIoSXJI5+kJYeZcOBbg4sS9zSx6OInRKDjoCDqDB5yUM\nehIGU/tEBWAaOog5zrVngbfUzGnNBZZ0SHfXEqdtbWtZEJ7q1JbVPssoEVNi\nADGC/engSFFrWCd3rgd6kva8L9jwtACpddexvq1AI6266f36m64WlS7fH9m0\nyTxYrucFFFMFeK5WOdBCPAEB2Xu2Pl0iR0+l89LwZ4iy8k5OWrUBnInWYG54\nYwE3Pt/V/LSO3KbJg4OlG+N6KngxjKg/KWHDpUwdSOHQK4w/WnXxI4CrKm+x\n/qVipBh6bTSFahX3SCSadSG9H3vkUhlKJWd2nEr0zwhI5iIJZpcBEpSlK6mR\n0K1n\r\n=ghsP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9fed66352a4034aed39466714eb98af5c253c4da","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^26.6.3","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.7","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.7","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.7","@storybook/addon-docs":"6.3.7","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.7","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.7","@storybook/addon-toolbars":"6.3.7","@storybook/addon-viewport":"6.3.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.7","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.22_1630054978097_0.2269061092474467","host":"s3://npm-registry-packages"}},"0.20.0-rc.23":{"name":"fundamental-styles","version":"0.20.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9212eab0825716cbc03450a87695982154f99b51","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.23.tgz","fileCount":596,"integrity":"sha512-qH2VvrSViJBCy/+xxt4OkFuWoECrHEwJiS+lwO3h/MizEcX50rY+avSVSMPPiIMKuG5RZwyFxQ8kgwoOJJA24g==","signatures":[{"sig":"MEUCIQCGEnJQg1+PcgG+lQYQWEB7iCBrDNeEmYUg4wefG9imWwIgJ7Edd1F8kf82ztdyFr0/8xXW64cyAO8kfVAutol6d1w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20688732,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLO2nCRA9TVsSAnZWagAATpQP/iF6SRoZu9btyXKB24qx\nKzrz1TIASpTkzXDdQ5o/V2xw7fJLJn8lEGaKYAHf2frVissj/3q/1/kqjaoK\nTZgGcdSIiTEZJUOHst0DJwA6II8hFg1kKHI/+lETl2vYsPGH0IxJmAaKBozc\nzcF1q0lgeJ6jCMKEFE0qnJrJs/pMzGd5qJ4V9hn1YHiScgr2DYMRj9yGbIDh\nGcoOBuBcpfZI39TIJIsAWP6P9v2wAYHmzLLJas2u7zAmxLkAQSsDBBh5DGQu\no2XHAFJKtOiS//HQKDE1CCpIeyurvZVB/CEbYiNh0rclWSomV6XrJaDuMFq5\nDfCuZQTfN9glvN0YsJ9OSfq9yllC8r0KEJCBPOqufTuEZW0wLau3FbMgoqDK\nBAKEOWkrlWczweZyKMzh37BLZD+Wy9/CsdKnUZa6VTLz8wlNd1DE/fqsV7Nl\nCKcXrQ350ClYlvJ/soOTW+z67cDtyFI11X479/cZ0up8mXB26YcKe1G7Pbo9\neJKddBqNDIWpAr1V6w5XLFHoH/mf6dh8QfeVFkYWLfh/McXk20eFTbXOFW34\n1lQF8L+dejcdU8FP7g+frbJh0Q1K+GDAdbwnexqXmcHjKI2SzxB10v62S8rT\naQNWOUErI9443zzl+kAeQVHuSWL8hNA/VdhdvR4OWPcSmKyilVEWB8dewZFi\nzDhs\r\n=6eam\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"063fbad27b5d549dd030838a7ff09e03d3e473af","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.7","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.7","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.7","@storybook/addon-docs":"6.3.7","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.7","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.7","@storybook/addon-toolbars":"6.3.7","@storybook/addon-viewport":"6.3.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.7","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.23_1630334374992_0.43148081080937684","host":"s3://npm-registry-packages"}},"0.20.0-rc.24":{"name":"fundamental-styles","version":"0.20.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e859410f164a53d0f28a3dfb91256fab0c26e235","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.24.tgz","fileCount":596,"integrity":"sha512-tXYeOK8KF1UM9EsnFvupHCkTLE+wdFoGAq9mAHkWJaXCFIZpgHBHS70Gm/LXD+eW2pW2/3EzxxHEgwrdD/fW8w==","signatures":[{"sig":"MEUCIBTaL+bQN+BTxxhK7u4aMhyN95n3JzDnulg9hUNf/J+jAiEAzJmVM48hoCJOLjMKzmRPyoX5kqhsUM1UChO73tYwy5k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20701017,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhLv+1CRA9TVsSAnZWagAAIOIP/0AgQmR4pxjKY5EaU2gA\nKsEFwgxQVBKyzHHBC68ocKm7Kr+Wcb3j5/ZtqgVEF5nDwdOxQe5iA/9P47CE\nKw6fwopQ3GW8g6N7tQAz8gQCNQlixtdoAGk4F9ajKsXjzAte4GNKQy+o4UaM\nsWLmSFBxMLs4HrUQnRbzjnJPj5u4De0EOUSrmOR2aSp7O7AA8aqw8mlZOlds\njfAxBI9m5MUQIyuTPn8G3FtyFpKjl+mIS9n7ejRPBFFPbpt5742snu1XQ37U\nayJgR9c+rRGeQpbSeE+ZzCzbOms4t9UOU2pYh1SgYzsP4LCkJbedhvyrq1kx\nD9tonu4qx3WKpLihfE3JziPnCpwwWERfAggp12RXBavUzS9fkp2hSCigz49p\nCxueunt/b0frgUi8MQ43KvaOW5Npw7uHy4wDEAMJPP89YDJHffOjR+vGIAbc\nTWG1LTEOHjfdEBI8XwAofetS9pIzAnfgo+6k7dBHiSqgy09T/0KNoazDMQaz\noU10kyC4xxM0fbebosyeJrPmA9Km1qIdCZ3v3zS/7IIMdfMEWxbdNTJv4tD6\n0KW+kmFcMTlQfT31t/6mHV7wSSmlAQho37zutPchSCMF/gyt2rmwWxrRPl/Y\n05FWGr0ucKqTfbazsZePT//HCwXKux/Psduo6QJdfsOQVgwL86mkUkbzVWzT\n8CCR\r\n=anb/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"feac4f49667201ab5a6ef8afbb2fb9285091af22","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.7","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.7","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.7","@storybook/addon-docs":"6.3.7","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.7","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.7","@storybook/addon-toolbars":"6.3.7","@storybook/addon-viewport":"6.3.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.7","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.24_1630470069220_0.9546720881859005","host":"s3://npm-registry-packages"}},"0.20.0-rc.25":{"name":"fundamental-styles","version":"0.20.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5544663d76d2df4353359d5ffeb278e4649e8be4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.25.tgz","fileCount":596,"integrity":"sha512-Er6LHVB2crp5VhMdpO1NLeUiqykmAaU7GUCYVr/Vep9VhyuSYQ348rVv6FYX2AOXNtenecyC0NqSL6fBhYz+yQ==","signatures":[{"sig":"MEQCIAaPceKhithvXaf9MBBOW77CjKvk8uNseTQKeDrlQuOIAiBghNYuPdxuAem1H5Jlf9RIYLHmBytZ2URbnKv8NymPZw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20701130,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMPprCRA9TVsSAnZWagAAaBkP/366SgqlYFJhSVBqSVqV\ndqj/ooZ9Kvz5kTVdjrdD6gEb1FMfuKlDUTfCdhqDL80vVA/0yidkMY7mH1Fe\n8Dgl4DnhuyNfCZxE/7IOicJAnOdnyk+bucL0LxxJE7CxKX5XJNAG+HYEaY2e\nMjpr3n4wC0zLtuRIDYyFJq6Wdh/JTjQX1QKljGRrMLr7brp/AxQfG6bpoGJu\nG7JPYxdPuodjG+MJK5KGAcPZ04Rd6OX/UbWl/5bpv6dfWFEYNBg5uvaKixFE\nmpkrm2GNGLsEwRfy1wScFwlDbiwYj4+wUPoWoBMOkgi8JV2LxjLExWnEb0nY\n+mBxtl/XnhJ7KMqCH+EWffIx2d6U7hqmKPEERznbouJlkO/XOlRyiCZBLFxr\nrIQ66PA2JgwiNIaLugFjPV/zCyWGr7NZ+D0ndTLJwaWL2e0OIvz9ciblKDf4\nk7bABIpFYqyJaGZ1FnMucVwsU6TYMGyYFlx7jfnKfJTSqtJk3grK6G0vFNpY\n3FJ2ot3yDekf44UtBtp02/lHTR/3uO3+seD60ARmVBoH8RLrkraJ7bjWCMdd\nTqaJ9uw2CNFsm/XgNQ6BLgIcKLlu+hs6Sla+xrQYJaAgBoeyOyw6kcJlAGzV\nnu/UroxhAZCAB1XCGZdNFI4xIaF8HBcMFPjCN33nDwl5SxNFvQLLfQwQz9bJ\n9y1W\r\n=yzl0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ca8f0c6e03d23eb595872bc9d6eaeabd0e574b12","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.7","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.7","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.7","@storybook/addon-docs":"6.3.7","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.7","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.7","@storybook/addon-toolbars":"6.3.7","@storybook/addon-viewport":"6.3.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.7","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.25_1630599786788_0.9295784320090208","host":"s3://npm-registry-packages"}},"0.20.0-rc.26":{"name":"fundamental-styles","version":"0.20.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"658fcbd974d5cf81aab92e207f4b1416cf695ba9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.26.tgz","fileCount":596,"integrity":"sha512-GUGB4VwD/C5uLHpmlgx4Q8wZKFif8XjFws8bww2MPaSs1kj/mSyNrr0iBAUhDUd77d+W/IE9jmK70Syq/Z5sDg==","signatures":[{"sig":"MEUCIQDXZTLX4YOgJiKnbZc2zahwIBiZ5tM9OkWdFf7hx7YKTwIgMCkVugFETXWIgn/rCaYzbKh0QU6fivGSFtuprLrYxic=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20701243,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhNM4LCRA9TVsSAnZWagAAyEwP/iTPyomHHGZbA7987m+P\nAuphMyw9VeohcTwqlwH2PdFAGAGeL7KnCZ2uC9r/iM62dDXcTVP6CTWuEaUW\n84fBcIx5QFFvdhUd6Zh9wB98QWJaWR5zzikXbRkKgp+Aki9NiLbICTgscI3o\nk1ps2dUBbcsz7BOwcFx8ctAPrCNhnONLyfyvjmCF7uaZhvAn5/5TQVy0xP9S\nr2I0nPyQHF+oYYfEtnow0mQAcSMHivK+njZUAiYWF5+s82P3Afq9Sh8836Ja\nEZxTY1kTcCN7S5Blti5nJAFCftmIXmZQdKD2GqUDDwecpRlK5kjRgKhWBsH7\n4+a4s5VkMkCQWLVE7OqbuJnO5XfYfXB1BIvcbUKYwjhg/2RsAg/qD0w6pDnT\nhlhZDZPgwGILDhuO0OjCdwyyV3AKdI2Hc+i6HwjH2kdNaljPn1kBgPG8zfLt\nn4HOC4Ax+fmLBR+cPFjhX9jsyWCSGgfArNcQL7sbS9F7wQVtagQ7aWueuycP\nsPDBHAyqU/MqjGIDA7xoM0oCkGiiBzuv2WQsVJTnNoOw9nFqc9RyaNBRjBIv\nH4Sf3US3E7wyUDFKQFJeNXddy0pRlO21wQ6kedTLkFCbZ5yCn8bBbNAH/yhr\n8lHKQiWOgAxdVwia7UBXya1EyMvnNd0Dmn8y9LRopCIf/hcmA22yQ09O7UOG\nExdX\r\n=Jn6h\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2bf325cc9bf8577f5dad5f3ccd08c6dd40060e48","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.7","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.7","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.7","@storybook/addon-docs":"6.3.7","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.7","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.7","@storybook/addon-toolbars":"6.3.7","@storybook/addon-viewport":"6.3.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.7","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.26_1630850571130_0.291745645604512","host":"s3://npm-registry-packages"}},"0.20.0-rc.27":{"name":"fundamental-styles","version":"0.20.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6b76c97470d599102c67111746e982ab8bdba7cb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.27.tgz","fileCount":596,"integrity":"sha512-7hIjxtzCSiiDvrXDmZjsmqvZWibvFk13Blc1xlg7rAr3Gw3HENtINrLRs5F6XFmzv1O0teBtSZnQQdaxPa5FHQ==","signatures":[{"sig":"MEUCICBLCpnKO2G+0M67mGVWvyBb8hQNqGpy5vPE6gI/izCYAiEA/8bDamwHM8NmiG4WKIG9zFXCoMGELK8sEFnjHaxb6nM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20701356,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOh51CRA9TVsSAnZWagAAWGoP/1fjJ6JDKvWFv98sdHFy\nv2ivNdQ32gMVq68Y9GleuVDmDdLwW2Fe744re5unils9aiazSq4zqvDci8tc\n2mU4/tzgf4HTNugaAtJUtJJh3X1CJ8Xvc7ky9eJJgyvBQYWrQEQQJznGsaPF\n0qU7EGbt9onfwRYM94Mxz/67WPBgP0oTk+Bg/O9ccX7krvQrwIWz1w38lU2e\nNWX8ZmOJGS2vJtMeYWA0k0WfeiVmTxpO2z8v5hbCCWvsCvmfuRxcDg4tShFS\nIuUUYU2/IWreJWE4Zgr7sSDxsenjtcd/09ZbZP1X5e8d+eLCy9X90K7xXLM3\n1TXowKis0bObQWR8HccaHZ43FjhMykLhPgsU9gF2BP8Xy+eUpzadJ0ipSxT8\n6WPpBF26FR0HShVNMA0hOGmExMn0j6jX159ayuugDaXyP1+GfX8lFMqsnK30\nX1PQJ/vmXO+7s2h4NDo1LirdupPYi9kKbCqEnuPPLp1mOv1yRCyHbGcw4cJU\n7yBwKdo8OTHaZUiY/iFOAEU8+6VeyNSA0OkPtTjRJMAz3KQNHXugythgF/Km\nHJpxz8y4ssOE/zvSpxo026/7wL69wngzKsAf8WJKKpO6O2aWGlXK8w//qj+Q\n1g1nM4CPetH8Lp5BMJEUzNmAuV4fMuhKN032FttrfFl6tGhKzCGivzU0gPkz\nciT2\r\n=uEB8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b62052b294a4417d7e4fa6e88b0551b62ab93ddd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.27_1631198837368_0.8663708286111063","host":"s3://npm-registry-packages"}},"0.20.0-rc.28":{"name":"fundamental-styles","version":"0.20.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"48482f56bd1f6722e0a52f1accabc4bf9864460b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.28.tgz","fileCount":602,"integrity":"sha512-PNzFGS9AlQEmix42k/i0bVVw/ySX/ME7jJKGqwHWXfk7LZSFCyWBKi+oZsWEV5jzPXg1DZWBape0t1fH1BwU8w==","signatures":[{"sig":"MEQCIEf+a5uUcH6jB0T4HdfiZrWmn3/Uv1r7MTxPuoihjb2XAiBti92nE7OvUNg3OKYKCEVm/4RlUh6oMdCsoD3alIdC6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20748396,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhO4N0CRA9TVsSAnZWagAAzokQAIGwHNeTEHHpqKm8Fv3v\nRto0M6W22YBn9fHe1HmXoooB+H1F3imBYn4H8pw6rpWGEvYfgH99OT/iB4rA\npDd7C/XFWl9YXfivOlqvammIit9wapFqPZKRbVTXesk1O6hESM5V/mQ7DgnB\nr2FK/Ov0P/fbQjzN+OR9c7PfjKM56uWBhQR0Cx3YNh3UHKAVulwqmlDG8XVd\ngUqVXZJUnntMMfOrJ7qNRb/Z1DwTJBrR4/IhVw3OxA8kG6PvDLY0a9Xg6ZMy\nBFL2mt11soy5AWywPtoPizhyJMkNtsdEoZkb+B4dROvgaR7R8Bp3KaoOka3/\njo83yoqES09qhvbzdciMrfW9MqMhe3iMRpDnnNoIFKsph3tkezGXdUM2n3L7\nkDdgPrnWJkyRVmMiphOdm+4BmyWBYy33mJyBZA8Lwf5dqiA8hUpqDru0gIoX\n3BQycQfhmA3v86vpbD7s+rgDDReWx33MFpChQECgLqwkaaQssvkvnwvNp555\n5OEN71VZUlEH9y0z0sbWZeaJg3d7O26Ixaebny8RHJ9pxzeWpv80zDc+w1Z1\nKzcbGLPH0GXvzx2YBRxbIHcku3yNGmWuOvIBG2PYxUlcz6fvAFetAp7PhHqr\nhcer+w88+XKML3qUzoHRVNQAOpXTOa/0yZeqv/HBEKMdAa6yTbfwGFvdVfbO\nTFyY\r\n=eOIg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9dba8836b7d33d999511d7abcac2db5a7c807f0c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.28_1631290228062_0.5324764397330142","host":"s3://npm-registry-packages"}},"0.20.0-rc.29":{"name":"fundamental-styles","version":"0.20.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"32782217ec0cbc942c6c8f1de417dc1505e2d938","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.29.tgz","fileCount":602,"integrity":"sha512-qfjCBVb2Fo4xI+ebceEfqZTumFhqyKFFP0xGx6olo7Gj9jdvFDd9+Xcy9dhQe+JGrqUqmJk6gjjII9ZbR0eLlg==","signatures":[{"sig":"MEUCIFCaAmh11KoNIcAOi2excDf0Qv5fhTPkRK6y60jWEHcgAiEA0wNXSg4DoIxf/VGnf1peUEwrBmCBXDrBhOl1OBs+1hQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20695952,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhPwoMCRA9TVsSAnZWagAARLMQAJIG8U/tHM4FgB+m24fi\nh1mXiHI7IBijBJ4eku7KSgumr7trdynEAzNpXnsAyc5YOUK14UK8Y5vfM3Qi\n4MYNdPIei11HL4uPa3a5mOsm1kYPXFqDtlo2rVag2kJekRlfSap90CJ1GMr8\nAi1HBzDWAU/MBWHf/KcHMFC+yFErYw4cG9mjMc4Np6xLnmXHxjMGil/tTnVk\nVwLNOCwNSAWQ9GOIFZhSVltNQBHsZusz7gQC+HyG7xV/62BhkvbXqDCANY5M\nB/v/H9H5H2s78/WhkzVmVjGu69aQJxFJ4lJceH6D3BI7VD4KXyK6efXFMBsy\nm0w5ldkusmrtKXvaScl2KsOQeMJAxhwU/CQPr2dQ59lEwwpSg9ED6eV1HG+W\nPL7dsBwM3o0I5P4FU6Dzax5aACPFAmIMRdr+S7vxmbgQxeSRQofVbcxDABCG\niAjdjthfn4D/MsZCEnaFzre4HGboYULWYTsxlfljqFgOaWkEriWeNMKhLglR\n1zRjNPnwVmHgtByBaXsBHo9EgKeM6Iulcxf+YLthLQr9X4BOM+dWMjYKTyOE\njxKsvhYZQDKQ8gnoUa5UfTNi8FOKOIR07vPKeBDNuOlWNoROdTz8UecsB+Bk\n4ulRb0doqQPMqNjbc/evISX9+uwZH+iLfYfK5R9EhMm2NwLnxifxGNhMMV2J\n743b\r\n=5WsH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"90eed16aeeafedde10d8d85d6b260198f17b064b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.29_1631521292238_0.37675089864072775","host":"s3://npm-registry-packages"}},"0.20.0-rc.30":{"name":"fundamental-styles","version":"0.20.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d7f509ff2b8b1ed4b60eaba7116fe99bea930c48","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.30.tgz","fileCount":602,"integrity":"sha512-IajqQwTmLPSf38H7dtq38UWAFmyamJLTaKVDVnSllTYVEeyXeniBSO+Yth7PdvwxcKAThFE12qVhM6UYGn61rA==","signatures":[{"sig":"MEYCIQCX+OiV3WK0yJG4xRbQXHeNU2vrxtmTz6s6G0mwiDywAgIhANuDbrg/SHXsjtHEf49n5imo/jWdKRzrHV1cMF2+EMJ8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20696065,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP2d/CRA9TVsSAnZWagAAzKcP/1tZ1+tx3OMut3v8clf2\n4n7pPNOMWt64gruw5f2oLX4a53Vu6aBQr9tM3QMU4QzXLl0ZL49RKEGIYWCl\nTyN5iGiCd5Nb3MVBiSMUSEeKXLsfNYuXmqwT+3fcxZ8XEABkDwP8cndBGmR7\n+M2jFDTrQ0JVolkZbQ9u9CmI9s+SISefQh5ub4fQoOlQwEpbOlR+T8W3ORMD\ndNm+8AwgBTP/n/t4nykYHRsW2WxHrOcMC0BDs0lEhnDGHRt5b9dmLBMSOl89\nrJ8HnECZSKVM8oj1Q07KR/RkE0PWxBaTPhRjf3IKhf34fON5P6WRde8KoOaL\n+Qd9JNADSw/lx/tAEa5An/znDlTELm4eWlc3H3/+lhcyfaoWfuOh2wXt7SjY\ng6Y36gsh9TIkxEk02t4+/a2WSl9G2KST3ueOq0mQKFYHoP7EzTzNw5ryDGTq\ndxEhp0TTNtyGvTdiHfFaPu1l0N+vJsjYR12UHzSMFXHy1jxrvmNnUvSDrCrt\nx88lcPqFDkGdNRzfQCZ6kOigxzMwr5+RApdkQUv93oDaFfCXIzY8ixPdvAYN\nFfsoXbYLDGCvYUL84ISKVR1ez2Rbu/sFaUe2pqasDItsRs43m3nm1NQt53iT\nASdgF+sT4gksnp+FknfYRKeAMy0CUunYBY4VZgQMlB4U2qMA0X3R2H4TzMUS\na1jN\r\n=tWy6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a77a87539fd24ad36bec83e1b2efc6e0d4ff532f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.30_1631545215164_0.9903372232705732","host":"s3://npm-registry-packages"}},"0.20.0-rc.31":{"name":"fundamental-styles","version":"0.20.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"343dad750169735ea462b860064fd71f4be34594","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.31.tgz","fileCount":602,"integrity":"sha512-DhrrEJ++IMo6OvHMmtec6jMiTDIX5bBWC9woUfd+k1Q7VZmP9Rsw/Pe+P7GArjQiuZB1dQNXy5nhzNXF+p/G8g==","signatures":[{"sig":"MEQCIEaMoHZzboVZLmzGbwDIbrmvcB5URjTJI6E/W+rxdajZAiBWU7ymm3x14nn7qP/5dZ4W66US9WmZmjLESM2PVCYrKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20656346,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP246CRA9TVsSAnZWagAAbL8QAIkyeGp1oOIxnSz3xm3a\nRKFtPFeeA26TW4dMca6PRwb8367BZsgVmWd52nzA/U6a7ZmJHSgSSuqPa8rC\niRQo1Ft2TtGRWTk7t7ecygb0oj5rdOmpM25FwkGL+AI84ZyqHhOiCuCeiJm6\nRW4ziRqirIrzAYGbsRkcIM7FpYFQ0NsHuyrQOS4TxU9+3crEPEudxYRAh6AS\n3M/dKxlJiSZz1IsjWGozGzPSJwfp2QZBg/ODX4BB3HkhK+D84eBDfsBQLqEN\nn7h7ODK1Ev1hoYoqNf3wQAheVVCAHGIaPzmC2FG3x6szgrvw0jvnR4zXhPCR\n6MR6ADy6hhku8q/El6XH1g/ogRZDY4Qe7wwcnzIyJEDxnRRIJGWyMECsS41t\njYXH5Bomx1tHUryAW/h0j6vew2Et3a+TWQaDYrG7GPMn6Of0BK/UNevNjck3\n1hq9LTrNheejWDUOY7qP6DWsNQGaFvgeHSLxUzwPAG6KlLr9qVJBq6PQgVe+\nK9i7ob/ZNy4FSIKNtva/827T8Opnz4zA4VgTTMCRjTyJYNu4flKL7Rc1qynl\nDbRWagpuMnmPbpuPN3unvXSt1jXTM4WcEhavJ45+5EF+gJ903L1DYEUA3PMR\nSfdTDKjEaWScJTq0qs1PxhGnGQdmPD2vryKpSadoNTrHz4fjnIvWdzy1kk0W\nSip0\r\n=83jS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"337685d6a27142157cd7f4a83b45afabeee21183","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.31_1631546937784_0.9084611297246463","host":"s3://npm-registry-packages"}},"0.20.0-rc.32":{"name":"fundamental-styles","version":"0.20.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7c85d157f169cc2e1cb83fe839d0e6bb3e7dbd6b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.32.tgz","fileCount":602,"integrity":"sha512-eMiZwXORK5kqrgIaaYB66XE/aVtYIyomQ+6IF9o7vdoR5uZxdfuz2SM/tsrCxYyktkKbLtEqJMh5vrC1K/vvCA==","signatures":[{"sig":"MEUCIQDUppkK254dJi5d3UC0nI57H0/epQ2I41Eu8OSOzzDPkwIgfSNpvBbWRwq9idkd6yudELCWXe04b9W/4S+nYVdOB9M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20656459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP3VKCRA9TVsSAnZWagAA8IEP/2p+ud0QzdaYIgKonU/S\nD9qgP5Q6lU9bvRKfnhWzZBVpr9JFOzip0AoBYq0sVejsH9cd5DYSfcHxtcJG\njmKM5xhbJrF/2GPTuwg6nhtjp2thrgm1WaNWdr1TDuQjZB45fSgc91n1+zhG\nvPAapg59z2DF0SfgcjUMsVKZyQITCjVyt/6BWq1bFGhGf5LrA0t1c2bs/F7+\n9i/Z8ZwXzlGxFNmQgaw0ctfXvOM32vKG2nnsZhmEf2Mg6ATduhbptAmYS+rs\nbi8Wk2jtzUQQVorqmLj5h9fpWs8xinaAKuF1Pwsz6B4jXvvo94pI4iS5BzAX\n6toilNyqQi4nR0MpZEKJB367hS0Muq6sDNLNcX9PkgrkIhcIqM1VjbGTlYhB\n8Uvf2ErdSwyDWs610evOYv9BfTpVtCU1mDLl7AUmk/4X4SPNdJ8g2zPuONaZ\ntsVRlVJqdeDlto/Ayy4ykXbJ4fCo+3b7HNJjQQN4I2uS+888eGGfLyldzxEe\nI9FUw4xeljrZPuUPRp5ZgaDpR72HYB5R9soOcsC4i2O6g2KGxkfjDIeTMmEz\nb+BvPfQtUN2y8fqlF+nZDNQlz4X7Kk/Yf24gcXC5Nwvlef6B0ZlZK8Uq+nxI\nCp5q0GH+VAfxNi0Qr6xKNfemqfaTDt/uRznegWu+l81MOgNfQHFc5ex4MJ82\neyGS\r\n=L/pA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"aa6d3adbfa1aea0ba83a45f8441ee352f94d47d4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.32_1631548746781_0.9080173678321173","host":"s3://npm-registry-packages"}},"0.20.0-rc.33":{"name":"fundamental-styles","version":"0.20.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fda2c07f2f637122a31d2ff0f2d3f160a8c235ae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.33.tgz","fileCount":602,"integrity":"sha512-2d5ulAMBW52T+hOODyyJrnyQOMVuij5pr9TCuyAPJHUnKW5BRjoS7JIFYFVIzSuOrW7ReJbLnv4xsU3CpHtIhw==","signatures":[{"sig":"MEUCIDbi3fmSWqlW+cQmDD3Nkc0BM0hv4te/vfU4wCsrufFvAiEApFm7/o3rsQsJjO7q2P3Z5d4bGx53ZdIDK4apdwwKRJo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20654746,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQzRECRA9TVsSAnZWagAA32IP/2G8iTrNw5gG0Ya0xaKj\nhvZvecdoX5TQJ2Y0vQTyDplUFvqf1gQ+opN8tWNAJ7OnJTIkLJl2/1Jqk2YG\nQ9kmGhmeQFz3/3Z1O+nUXzjELPqXZydVEIX/sBTtrJ/7NIXoXCXiu/LW6lD5\naXh8V/WvJAZw83UUXv25cPBwdmlShefAK9diuGPwrCVfjR7o2vrvsg6Yt5xi\n7p6eqxAgx4BqdeTKC7z4bfW0lfa9mzDMJal9OlducyO/USSB794EleM19PCS\nIsdF3NWlAy5UcKzqhiDmiY8/dkqLarUVDG8rjl0y+Du+6mlVpsAG5CfyoBhU\nl44ifGpAwTM4Yp2zzFl+qHiWmU9OtozS/8+89JAKkpN9uF1ZEHVqrAr/K4RB\n3ZMHfHyri9XFCsE4G74RTC2dk1Abr2cGn5jCz4pjuDLnmx3d8yl7tbdO0mzI\nZ+BJZC7QFygoslAfZdRerGYqGPS6TLI0D3sYZOZUAUtvrzTd2mC3laZkN2dA\ndiWKEziRAFXxzkGgkFPiyrzV2gIDKZkTxxOqieLUDz16yM7W+E2sKYWdaRq4\nsOKkcSBxzKtvWIa6M5kn/Ivr5fCXJbF6TPP2keZc1PG5Q0tG+O0Sh1Wjc/TD\nsW3KZW6BFr3LsyAD5YSYb4kfkpQ8Z4oSVJdwI3XnWKZQK/0xTY4/XICLbrcj\n46Tg\r\n=FtOw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"54fc942f335e539dfa635bc5dfc05607a2b5ff71","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.33_1631794243872_0.20074649185965998","host":"s3://npm-registry-packages"}},"0.20.0-rc.34":{"name":"fundamental-styles","version":"0.20.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5fddf52047bb86770b3b72c6a8d401901ede524d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.34.tgz","fileCount":608,"integrity":"sha512-qQw8Hg0R1N28qmiGT7zDE7u8OcENbG13JSSg36oFGDoVIPHF96r+Uyqqj5uCdtn8mVL6N6XYYjeCGgD0LAoHKQ==","signatures":[{"sig":"MEYCIQCe/OongRtuqLUSvJ83c0JQ0A95oST9CRcbWfGhA6uhHwIhAL3QTqt8Q+jV+kxcb56eiH0TRgWdGr+A2GBNSGaR62Q+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20884173},"main":"dist/fundamental-styles.css","gitHead":"de68a266b5d5d6c6c14aac6b04aa0b1906d782ff","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.34_1631890095424_0.9917438867549218","host":"s3://npm-registry-packages"}},"0.20.0-rc.35":{"name":"fundamental-styles","version":"0.20.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1271f496480a1f1f8937d54c1180f5b18505f883","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.35.tgz","fileCount":608,"integrity":"sha512-dXdmsDV5N99h6bMyf2dSkDBdsK18rtxsqSy74JsK+anpNsYNPTls0ekE9228QKwhcYzcFijrM1DopoMG+8zkuQ==","signatures":[{"sig":"MEYCIQCepxBpTZdp37e+J69o5hEUEAYi1f46BZdCQupr+H4HPAIhAIEzgqUwnXlM+L25idG6XgmnWTILVUb/MJB9MiJPgUMM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20884286},"main":"dist/fundamental-styles.css","gitHead":"e78956e939f0dcac2720ebded0995953ddc72da4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.35_1632137670090_0.1418582823575283","host":"s3://npm-registry-packages"}},"0.20.0-rc.36":{"name":"fundamental-styles","version":"0.20.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ff245db3c6d736423f7c15f360a99f0e794b8a9c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.36.tgz","fileCount":608,"integrity":"sha512-DYCUabEHcpgE6pSU9DVu3/DEgE3ix8BxntB68pMM+V2dEN8pJZHP89hY7jTVIrHzk4HAK2uUedHqH09oQKp5Ew==","signatures":[{"sig":"MEYCIQCBv+k/a2LauLkn8zxgGg3+Wc0+jXtQCMBeaQtkkEZcHQIhAO/HdlOlkP0i7VXoclJcgMoqFcFRTyc2b1+O7aCx//TW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20884399},"main":"dist/fundamental-styles.css","gitHead":"c102c46998451c0ef7bf4544fb2006797b76df2a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.36_1632174803975_0.7758562113908258","host":"s3://npm-registry-packages"}},"0.20.0-rc.37":{"name":"fundamental-styles","version":"0.20.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fab7d6a7169431de985ad5c206e2085d34852bb3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.37.tgz","fileCount":608,"integrity":"sha512-0Lg84CLozrirkeCNqN9qIJbYruviyIxxbcWdSZExbAxGNaPWMs7qK0/eo6TxA/TLM+9Y1cEWoUryU19A0Q6qTw==","signatures":[{"sig":"MEQCIF4AejpapXSMZHcpFjHvR3eycog58PxvJ5TTVq4FMAUGAiAq4Dvt8zkh7s+UbEBDEEm+wJ+N1r0B5kEvP0rU/7l6LQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20884512},"main":"dist/fundamental-styles.css","gitHead":"0faa35a7edd60f31fd2b616e15afe031150c2645","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.37_1632261813701_0.05094919977856205","host":"s3://npm-registry-packages"}},"0.20.0-rc.38":{"name":"fundamental-styles","version":"0.20.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ed228b2e78f2f69427b543d8461e226b60d71f9b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.38.tgz","fileCount":608,"integrity":"sha512-H8qaPU3BMJWDz4QD5d8Xl7JH7pACM8lPHHlcdUvBVgrwZxMv9Y4Vhi8HddFQHvxSc8jpKXvw8Rtd4E6Rr7VUfw==","signatures":[{"sig":"MEYCIQDR4T0bcyddO3xQFXinyXPHlUHWm6GP4skKhfWSN+S2bwIhANEJ3R9j+Zhrywlt/knu8nfUxPwbaWXIOkHXIst7v4yj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20888835},"main":"dist/fundamental-styles.css","gitHead":"9c25d4b153f2007e8691469e88372b926d9e6fd5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.38_1632301383863_0.10618016299942501","host":"s3://npm-registry-packages"}},"0.20.0-rc.39":{"name":"fundamental-styles","version":"0.20.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3af9919d78292848608714340f4ed45cd7400cce","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.39.tgz","fileCount":608,"integrity":"sha512-2cRA8oWZD1dGJiG7kkbj4fvtsE7BwbwJiaL5bm9GiirIqckKyvuWl928yznXX+XIqMPnAYkgwXIlYuWX1DeiGg==","signatures":[{"sig":"MEUCIGrQU22dTfA9qBTRa4j1McT3IbRtendr57jYvTFVUCNWAiEAu4abtbITd7phQVKnd+M13R0nvqb7gdSd3FJyDUUs1mI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20885672},"main":"dist/fundamental-styles.css","gitHead":"0eef671315e5166cbb3e23cd80c2cf63c6503a69","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.39_1632407707966_0.30757931549493756","host":"s3://npm-registry-packages"}},"0.20.0-rc.40":{"name":"fundamental-styles","version":"0.20.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3d7e463d531cd807a72badd5b5e4c5eb5857386e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.40.tgz","fileCount":608,"integrity":"sha512-ajuKLsU9fhBNvSUCIyeJY/Dwc65cxbZAN1uNUAzMGiMMbBk3E//hh8fLmtx2UCZoT1t5ETSBvVcSSkERWpwzBg==","signatures":[{"sig":"MEUCIQDbxupWdcOzzc9BFiTt+985WTavPJMwaedkrRIKrILORAIgN/1emo0Y5cWGhOVFeh2E1ioGSzfwrWc5W5US3LrShT4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20885785},"main":"dist/fundamental-styles.css","gitHead":"9bb63f1d64f5ebdf5525a07e33869bc1a74d8088","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.40_1632410242851_0.5845639273958225","host":"s3://npm-registry-packages"}},"0.20.0-rc.41":{"name":"fundamental-styles","version":"0.20.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2e15eb9ea99fdbce6f2de8ac02411ced02ed9bbb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.41.tgz","fileCount":608,"integrity":"sha512-RsItaZLjAkLolL9vf0XuffA/RtDt0qAZ1yGL75t47MHrytxMHi2Rqi3Vciu/RSeekAJLIJl3Yob8xalGtpoVsw==","signatures":[{"sig":"MEUCIQCyYt447WbWJrB6N5CXXirKGEVo/PLXZ/vQwlIzNOMWggIgY+coUsfSUIyMZN+si7duN+gZ2jVQOtdJgIdbebCF3Yg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20886598},"main":"dist/fundamental-styles.css","gitHead":"145870ceaa736575c80a1d103e6a67f8870fab64","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.41_1632411698994_0.8524334592762852","host":"s3://npm-registry-packages"}},"0.20.0-rc.42":{"name":"fundamental-styles","version":"0.20.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"af45b054212defbc533a486ccc672c8134a85e38","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.42.tgz","fileCount":608,"integrity":"sha512-FgrwmkSqI0VIK7+tnV6NmnkdU55T8e5D2gbx82d1PahqQEOEYUXKACGZn0KFxgQZPF7JuNGouc+d0VZ45PnveA==","signatures":[{"sig":"MEYCIQCAx4hCKTimp5sao+eTXr0rbjgZuLqcW79cRLrmcgL+GgIhANIPoqtn02JUPI3W63nJXjavedMEzBGD81N5KJanYfS4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20886711},"main":"dist/fundamental-styles.css","gitHead":"ba28b8609b0aba009d121f5b524384ec9b88b24e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.42_1632415245034_0.020117934540715643","host":"s3://npm-registry-packages"}},"0.20.0-rc.43":{"name":"fundamental-styles","version":"0.20.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b79d45b86adc62ac35de65c4ff9e5005a9fd6e53","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0-rc.43.tgz","fileCount":608,"integrity":"sha512-43auAY0BNcoE0byX42JkBTnS5qkiSLYzLJnLiHzoJo5fuKM+QLcl2Vcc3Eo4gWSgLL8Us+unGAVwkFjH6WM4nQ==","signatures":[{"sig":"MEYCIQDLRwoPwvUyjQonsg0AGAS2dhVWySEB2pJn0zq1wbJ+LQIhANATdDzFNwSEwYBhirJgYGgWD+ZJLOSFt6pwD+kOVGOv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20886824},"main":"dist/fundamental-styles.css","gitHead":"760bfc349d07a8ef8a18c92208a69aeee04cf613","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0-rc.43_1632420150908_0.18742191285540022","host":"s3://npm-registry-packages"}},"0.20.0":{"name":"fundamental-styles","version":"0.20.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"779dfa8c0d04f571160d2606ba27b35de5a422da","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.0.tgz","fileCount":608,"integrity":"sha512-cX0OBd1BUjxKleywvIxhK9p6E7hW2nqS4zAXZv/i/pL/Nhg+B5eHBMeN9mViLBbEegpUavGegn3jhNpa5yZvdQ==","signatures":[{"sig":"MEUCIQDV9/1cMIHVly6BbIhxllX8b2ZcV/jZHxFqNJfoo3ItzgIgRyqIPgTmfbk9s0po+vI57VuZaPgdew2NGJVoBeeeEyU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18098095},"main":"dist/fundamental-styles.css","gitHead":"cd8858822b36e46db42b3b37fb70ca074b6a3245","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.0_1632421133782_0.35338872387969866","host":"s3://npm-registry-packages"}},"0.20.1-rc.0":{"name":"fundamental-styles","version":"0.20.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"75222ef62bf3ddce0740e8f4e064f31f5ef4d3bf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.0.tgz","fileCount":608,"integrity":"sha512-rxZxXLngfUNUL97L3MnnB5zhShJ2sSFYM4tHb/iFI6BTu2eu8e5RNg2xAaAqEDGTYnCXHteEoL3yJx6wYyt/AA==","signatures":[{"sig":"MEUCIQCsA5OfR/G6Spp+gcUZZQhmd1QK2S1+PHSVxNkwi+aKyQIgBKlJvEF4boye3AWn3XWOntSV1kcTEss91LigTw7YS+Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20886436},"main":"dist/fundamental-styles.css","gitHead":"135390ee70cf4c8f73f6d74ab8e5747c962ec05c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.0_1632872586538_0.714508248335195","host":"s3://npm-registry-packages"}},"0.20.1-rc.1":{"name":"fundamental-styles","version":"0.20.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"27fe02bb2a63fc43edfa63f1cb15cea353b45ed6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.1.tgz","fileCount":608,"integrity":"sha512-gvz70tJhE1Q4ZqRHi7fLbE8afSSHDUy/IjNOcjC6hhhLnOohAMe36iBEBxVmRN42416Y57fHKja086+V4jDXZA==","signatures":[{"sig":"MEYCIQCh2Ae60AQ2GbNM0On02xqmIPx/52SRSX/MD0FbDBbBKQIhAMK3Oz30dUtsVEWypCAH5R5VUZVPDxGbfYZLIfeTfrvq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20886547},"main":"dist/fundamental-styles.css","gitHead":"1d6f58bec8332935986362dfa0c1d0d6f8ee74c3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.1_1632877655658_0.39439164584201736","host":"s3://npm-registry-packages"}},"0.20.1-rc.2":{"name":"fundamental-styles","version":"0.20.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d60c7de6bb8a0ef7b0f620ec0aadf6ba96dc2fae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.2.tgz","fileCount":608,"integrity":"sha512-W3gYmVzQA/FIqtHxDMNG8C56MtLvE0D3+MY2kyIGl+7vGyBx7pU4ijEe8gDqBEQCix/9BZ6KMUbQ7DDYATNadw==","signatures":[{"sig":"MEUCIEyLW7fnUlJGLvrtKR4LNgk7fQfj0kmJCEYLD9b6Em1IAiEAh96/QXLtR4wrBqtenDUzj6mSnNeO5/fGa/RNGqljDcg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20886658},"main":"dist/fundamental-styles.css","gitHead":"f936bc7c2701bf112ff27df46dd851dfc17339e4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.2_1632882229438_0.6147400444146294","host":"s3://npm-registry-packages"}},"0.20.1-rc.3":{"name":"fundamental-styles","version":"0.20.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6db98e7b4671f1dfc989d15d1cb30c74ef47651f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.3.tgz","fileCount":608,"integrity":"sha512-112sMy10pEea0JnEVSkco9t7/aYqIi/LsfXSXuXdSyGd9LR4f0Yry4oJvrW8Pd8ZtDj4UUdlWVO0ZQO0uwDNOQ==","signatures":[{"sig":"MEUCIAcPFEo9ka7dZ3qWlH261OCnJNAGBbbge8agfjFWTj7rAiEA0yJ2prZwaOw1zTlrUweeEUHVAkojibCX+qannhR6eIc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20885217},"main":"dist/fundamental-styles.css","gitHead":"b4e39bc4eb0ae39ffdc1d21dd01dafa8739c3a79","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.3_1632912126508_0.45093777230668874","host":"s3://npm-registry-packages"}},"0.20.1-rc.4":{"name":"fundamental-styles","version":"0.20.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b25fd2502bc4b8fa4d11e60f3be6e014a15e342f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.4.tgz","fileCount":708,"integrity":"sha512-CgXtLfZSSl1yKBPNG/Fh4KYV9KwNzYUJXs+Kw1Voon4xIb9na4BX1jPiGnrxUvWmIbVY+UR7a+ynpYpkoOLUVg==","signatures":[{"sig":"MEUCIQD24ZcrAjjgHOnEWiWEpcqzdha/yyxXkYfmIRVIrFpS/AIgNS6eTME9BqfiDarqxgDp4Y+Wp7Jr4ar9fOjYUoDRqyo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24277282},"main":"dist/fundamental-styles.css","gitHead":"e29ba92e61ecccc132e693a9485d6d0e5bae243d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.4_1632928773007_0.1399715044838119","host":"s3://npm-registry-packages"}},"0.20.1-rc.5":{"name":"fundamental-styles","version":"0.20.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a71eb8b2e58aa5cbc4308770d23da43e3bfba3e0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.5.tgz","fileCount":708,"integrity":"sha512-q2xBy8sPOe1hVVbFi2HJVqs0u3qVu6FBeuYdSQsX08E7RVyVC61St8BXIMXSbxeNk1CHSDmGpLUoaT7W605+Aw==","signatures":[{"sig":"MEUCIQCDku+EEfiwWZZAsY3Dw9QKuenemuXdu8NFO3gHUc0WRAIgfw46xrzByIhLdd8BMfoVRdAtmD2cO0dGw9/pWlN+pEM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24277393},"main":"dist/fundamental-styles.css","gitHead":"32c57866b44af308496af3e207209aeae3d59044","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.5_1633038826117_0.11339668355390153","host":"s3://npm-registry-packages"}},"0.20.1-rc.6":{"name":"fundamental-styles","version":"0.20.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"de2ad97c994d70bc89db59464595c5f705b5d729","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.6.tgz","fileCount":708,"integrity":"sha512-mHAqUiPveEm+FWsTyORNOxAlk3va8VwgH5id9BxSWsIPBlypz7rIdBWgloe64RV+HIHVY07zz4Bpr1Y86xwHuQ==","signatures":[{"sig":"MEUCIQC0CBH3EoEglx4+zQHSH8EDC9MqCa018r0BzItgaQW6/AIgdAcx842Q+1NBLDTbxDIzmua5c/JMDKnKbdJ9ONrZP1I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24277504},"main":"dist/fundamental-styles.css","gitHead":"f9f6d4456c631840613b02ec836967e027b58e34","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.6_1633039585953_0.5297246654029788","host":"s3://npm-registry-packages"}},"0.20.1-rc.7":{"name":"fundamental-styles","version":"0.20.1-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8c3924eb8c61c8fb4b07f7b5d48ebe79f135a8e7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.7.tgz","fileCount":708,"integrity":"sha512-whJ4x+V2ZvU+iO7ARsQDYx7s32uB+7XGPTwDpKm7YYmLaW+tI7bG4MlWsu0pFX7QGIy2490/WxM1RPOXrCSZjQ==","signatures":[{"sig":"MEYCIQC8sl6JD+33HOSq8yNvTR3Va7hND41ROgZh16LQhdVHOwIhAOMTtQsMDAOm+mVX4hKNK4k4miT/E8oJ3e8GpD6iLKSt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24277615},"main":"dist/fundamental-styles.css","gitHead":"b7359ecca4e43fa7c2158761f7c19ccd0743258e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.7_1633042376097_0.4584700539142521","host":"s3://npm-registry-packages"}},"0.20.1-rc.8":{"name":"fundamental-styles","version":"0.20.1-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"969052e5472606a2f344360bfdfbb4438644105a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.8.tgz","fileCount":708,"integrity":"sha512-V1SEpnSAP5/kd7xDUYgabGOZK8ttYV/ePDI3mQcAWyedPJ5yBfMikCsNCxfkzRTQqEzGX0Z4vbk1t28R7NE/vg==","signatures":[{"sig":"MEQCIHWbCnoFKdTWMpAyWu25MobtOZs3ctDAZBCaYLX53LZfAiAmk5cMX31sJSAEiEc5FhwdDtLaHLkV3BcpS0Cme1MIeQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24279126},"main":"dist/fundamental-styles.css","gitHead":"4b307d26fa1d2ee586bea441a90db1393d827285","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.8_1633125948803_0.7779186843552723","host":"s3://npm-registry-packages"}},"0.20.1-rc.9":{"name":"fundamental-styles","version":"0.20.1-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9b09acd0ff89937806d7026c2a593169f0e104c6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.9.tgz","fileCount":708,"integrity":"sha512-8aHtVAEsDdey4ImUERMfvCAENHhDXlEADgDEl/hEXWZwXQjAMR2dvMYlXEpiwbYO9fYlVL7OEabimvEykP7Umg==","signatures":[{"sig":"MEUCID+fNyzT0H279N8es1Na8+AMq9Xu7QdQFZpfNTOIVDlmAiEAuS6JIIUXgNW3+k3fDRrRXDiIGIz0JVG6hATFv80iHM0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24279237},"main":"dist/fundamental-styles.css","gitHead":"44752314a1a2921168cac8563494d48d5a1248ee","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.9_1633215742742_0.7752603092744241","host":"s3://npm-registry-packages"}},"0.20.1-rc.10":{"name":"fundamental-styles","version":"0.20.1-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"693aab8f22fad336bdd79e981ce19c77e585bfdb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.10.tgz","fileCount":708,"integrity":"sha512-wDMESSrNfGMtHAhjNDT2mBD5wmYsdagtK8O5Nqun6Js3A8i1KzvhnjzdxXrU/GVrIUNP78hB5PF8eqQfbRkOYg==","signatures":[{"sig":"MEUCIQCQLHg3MRPTFD4TFxmPCWhuTQF4J8ncyKnP8XiHOqS7GwIgaZWms/9Fe52Sh85E66NsStFegC2AJ16jTykfZXyy7XY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24280044},"main":"dist/fundamental-styles.css","gitHead":"a399c359e6c4c5ca79694b14080cc600325290da","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.10_1633221480979_0.44465436040629025","host":"s3://npm-registry-packages"}},"0.20.1-rc.11":{"name":"fundamental-styles","version":"0.20.1-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a086c0b2565e7c54b551e2549513dd7ca7a6da98","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.11.tgz","fileCount":708,"integrity":"sha512-XGUCJ0wt0JeDW2N5776K8OH1uSJW7Rv5OWh/xPvR9pKj7Pde1AfImA9tfMcST35gDh+lW8q+8FG6jas/yi7wfQ==","signatures":[{"sig":"MEUCIGEh9FyAiJckCTn754HMez4NM9ES8HxCViFOYqimS7sDAiEAhRrP9i2uhjwxg3FCWwEHCD8FHgyPhINESr97ht22oDc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24280158},"main":"dist/fundamental-styles.css","gitHead":"bfa902856ea6f479fbea820fb47c5f42e98b3e6a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.11_1633222549801_0.6672213260686684","host":"s3://npm-registry-packages"}},"0.20.1-rc.12":{"name":"fundamental-styles","version":"0.20.1-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2caec22718ce0e6eda926386ae83199a80737ffe","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.12.tgz","fileCount":708,"integrity":"sha512-l+mH6obylLnBM5c1UnNYvGI6R2mYA6oyY19wR3l8744UT9eR089IVVvmA6/W7UL5e6tgWgLYo0Ef0Uf8VR9jKw==","signatures":[{"sig":"MEUCIFHCar/Trt/D9VV3Qo7THvpamv5XwYpx7eQRwMpBaDwMAiEAtWb6QwZbFeiQzOe5da2znz7dCC50OSf5UHAL3LyysQo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24280272},"main":"dist/fundamental-styles.css","gitHead":"12cf0c63e46c05a576a69251e20f4971ba3625ca","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.12_1633223587544_0.08136134937574058","host":"s3://npm-registry-packages"}},"0.20.1-rc.13":{"name":"fundamental-styles","version":"0.20.1-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dd6dd2a6e7dca2fa37640eaf0b47f5e11ae3c280","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.13.tgz","fileCount":708,"integrity":"sha512-geWw7P9WKeh4nKFPLftcARqyWNfMA8uXEYf7GPwo87ofSFin3IVhb7xy+tL2ID0jreMSynRlpF9J5bD8fEs4Fg==","signatures":[{"sig":"MEYCIQDUNs8NEqC/YkEQV0QDwmL3Q15DtR3rlXuxAJA2IfkuIgIhAIS2LpV0E3hX1hOlmr5dKbN9fOC5/tfSmjXMFZuZn0ZP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24280386},"main":"dist/fundamental-styles.css","gitHead":"85566667707d028565ebb096dba8c92b0f9a0186","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.13_1633227231576_0.9146386316479409","host":"s3://npm-registry-packages"}},"0.20.1-rc.14":{"name":"fundamental-styles","version":"0.20.1-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"132829af46c85c65acc5a8a58c57aa01a2ef19cc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.14.tgz","fileCount":708,"integrity":"sha512-fRNA3KUe7WzYojvcaaudtrTOHZTdQkT6AI8US8bh1rQSbHJNJ8UTmTBN6O2c64QooqHmjIXii3ctPDyfXnrKzA==","signatures":[{"sig":"MEUCIFik4rhSADvbwlJWDQCIzvmvJHYU2YCe0J7lJMA2aeJUAiEAuTX1BnhByyIFX/2hWtpv9/f083ID30fB0Zm9bHAR6uI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24280500},"main":"dist/fundamental-styles.css","gitHead":"e6d51ea15b19e7ecce447a0beb80b00f44519fca","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.14_1633228182719_0.46469530305246765","host":"s3://npm-registry-packages"}},"0.20.1-rc.15":{"name":"fundamental-styles","version":"0.20.1-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9f1b33c90082179a8408f9e27a1784931a132bfc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.15.tgz","fileCount":708,"integrity":"sha512-A8344WcaQ3E2rnYqRd6eAZQyarE8VUqNFU9yaqdmFIkn52Omf8wawIWjCVRof7Q3HQrIkf4V1SeO1afZLXzw8g==","signatures":[{"sig":"MEQCIF8+Oj8mvjW5oMtl1/Nvaw4pmllYDglCFOVQ2iLJlVmwAiAmPBjFYPmfr8ghs/T4WdODg93Z8RnnvrADVo4TRREgww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24280614},"main":"dist/fundamental-styles.css","gitHead":"5baa7f6a7434c04087b68f0449dbaeffcd7029a3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.15_1633230515164_0.05841369758243542","host":"s3://npm-registry-packages"}},"0.20.1-rc.16":{"name":"fundamental-styles","version":"0.20.1-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fd399a76f1fbbbdf278fb22113d0935465ea3804","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.16.tgz","fileCount":708,"integrity":"sha512-eaz3tY4R7oBxaVdz6JPjG3KyJi8Y94+HNovIn2D28C/IUVwhR5+dQhae1YOHKwZONwRG5aixPzUAWRvqr+AJ5w==","signatures":[{"sig":"MEUCIQD8yz37PEXfu6cFOhJuNdS1vlUA925ZQYyL3Ot4qS3WQwIgfPVE9Owh+uhQ5xR+5bNPXAkXSX4LoL42eu7xsk8wtSA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24280728},"main":"dist/fundamental-styles.css","gitHead":"94b027b51b61afc2bb596c7022ecf278d0f1f5f1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.16_1633263296941_0.6620741718512391","host":"s3://npm-registry-packages"}},"0.20.1-rc.17":{"name":"fundamental-styles","version":"0.20.1-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fa8a36ab8a92f1d12d2fcf6c0c8ee81444360796","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.17.tgz","fileCount":708,"integrity":"sha512-7QEx/V50fmQKgUUJ0ygRXvQRcGWzlblsxX8E1YpajvcTlQIVijedDiQnxI77ldCSMW6Yr9MEF2wtceBImk5WRw==","signatures":[{"sig":"MEUCIQCA3Tes5xsi3lLBiEG/DtF6WQYbAH05NFxFWHwh5djdoQIgN84qCdQieLyZMkTFElEi25VHDCPJz6mjbzJlRSPGmfM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24280842},"main":"dist/fundamental-styles.css","gitHead":"892cd29e93c1cc3b3db3b993a7889de612742de9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.17_1633265889517_0.3290162205471807","host":"s3://npm-registry-packages"}},"0.20.1-rc.18":{"name":"fundamental-styles","version":"0.20.1-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b20063f9f87153247912da986452a958e90ea53d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.18.tgz","fileCount":708,"integrity":"sha512-69f+E7zdClVkCNbGzleprUx4evEbFwLV6e6v+iztpceygZ4BI26AGUl0hKBPE/YKhKSrX4fNsPG+mvQcvJ572w==","signatures":[{"sig":"MEQCIDQX+4h7Rch6nwqx/TLxQPgIN1M6t5ZbXkjeYYQacfBPAiA6mnESCas5HcaP8czWonYkwKXQbOhYmc0YuFdUaSp+Ug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24280956},"main":"dist/fundamental-styles.css","gitHead":"05fa640541b68e38573ff62ee104282b2686cbca","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.18_1633270233616_0.12165290511968041","host":"s3://npm-registry-packages"}},"0.20.1-rc.19":{"name":"fundamental-styles","version":"0.20.1-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e66bfdfcd74bb4bb376cdf0d425827fa199be824","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.19.tgz","fileCount":708,"integrity":"sha512-avsVH+rODvhS313XRhbTli1Nl1otWfrfXGjjA91kCzYXAhOZGPkq6pqbdYHCh24+ojp+c8zoNPAC9bG6bEjomg==","signatures":[{"sig":"MEUCIQCJFATjCXiPLBMAV3AXIRXGIohrjI5pC1A53vkOcW7UZAIgRDYSjTJF4c8FH7AepiQtm5suI9BOhcKIJRzWlaIfObc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24288304},"main":"dist/fundamental-styles.css","gitHead":"976bb301ae985ee825e6868bc6174060241373e8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.19_1633606256095_0.7770114346472239","host":"s3://npm-registry-packages"}},"0.20.1-rc.20":{"name":"fundamental-styles","version":"0.20.1-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2c3f2fc94a1b277a597b26e7dc6e655cb5aa47ae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.20.tgz","fileCount":708,"integrity":"sha512-pMJPKbE1G6FhrTm+gTeYY5xo6JO1ZCM6SF+iHaqP8jeNYhT6aM6EI69fsKOl4JKQ85ToOOSBv1fr+KHunuroZA==","signatures":[{"sig":"MEUCIE9y+cFVwdtfqxiTvDBrvQHFJHGxsFNtoHb+xVPEWwqhAiEA2xhOHMO/UNyZZSUJbrQRn8sNyslMcqMTQHAYn79AB2I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24289090},"main":"dist/fundamental-styles.css","gitHead":"1719d68320b2e9a4c41c30923e6b01244850e073","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/ dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.20_1633649147117_0.0352457194160396","host":"s3://npm-registry-packages"}},"0.20.1-rc.21":{"name":"fundamental-styles","version":"0.20.1-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f57ffd9be2ce7aa05551fc4ec27ddd20bfe8955e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.21.tgz","fileCount":708,"integrity":"sha512-ub4C0+MBAZsD1kZ9LZyt2YbyGbdLTMVo3p7/DpvhLZkpmdwRdFfvSRqfGWc3tkVBgSu2c0ItsIdsNDpFH+ip5g==","signatures":[{"sig":"MEYCIQClDUwlKXCIx1M7mk6JHzSlwkKqn22mboL0LhmjRDcY3AIhAKoKuRd5hPvDlDFwxjn6+SQCYzCAcR4QzDvTjkNSWNj9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24289204},"main":"dist/fundamental-styles.css","gitHead":"47b05c5fa2f5e396c7b5f0d152be342ec8618063","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/ dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.21_1633650782256_0.6477259978628256","host":"s3://npm-registry-packages"}},"0.20.1-rc.22":{"name":"fundamental-styles","version":"0.20.1-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a82904bc3a0b785dd9c6205a72ca29064368b5f3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.22.tgz","fileCount":708,"integrity":"sha512-Y9YkhBmUri8+Jmkamn+FdczE0ITi+I3tPiEGFm8mPfyEFhjuRroxB9hUM38hK0icdpXxiJmfMrXsksQk2R547w==","signatures":[{"sig":"MEQCIGrNssHmgciCmhQL/eFJtvHL2zssaWGSKtKzcD9M/c3OAiAyxCUm/EPHlby/mfbbqu+Jp01usaoTThzp07ir5wwlKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24289318},"main":"dist/fundamental-styles.css","gitHead":"ca43d68d01496f49bcc28fb62b1f0b99a9da194f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/ dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.22_1633653270414_0.3062916861692748","host":"s3://npm-registry-packages"}},"0.20.1-rc.23":{"name":"fundamental-styles","version":"0.20.1-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"92ede8b30db2aee467b6b55a3cbaae1a3b95070e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.23.tgz","fileCount":708,"integrity":"sha512-jd+M0B1aSByHW/f5kb46gTus2br5qQq5hkGLDMWWc2Mo2XmnmIpQsnpBx2+YtGXPyWYKHi7zKQAzqtjTy7B47g==","signatures":[{"sig":"MEUCIAge8sCbpmq3KE1/D2ovJwHGLJp63hIFHqV9MmwqaKiVAiEA4Jo9NG424WuCWfJpT1NTXo1VIo9kzM0jIdtddYFv1o0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24289432},"main":"dist/fundamental-styles.css","gitHead":"7e8dc849fa834509ec4cb681048f217c7c3b898d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/ dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.23_1633655360688_0.839058458498519","host":"s3://npm-registry-packages"}},"0.20.1-rc.24":{"name":"fundamental-styles","version":"0.20.1-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6557c1e3e28615bf85b0fd3d7d724c05211ef6be","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.24.tgz","fileCount":708,"integrity":"sha512-ZSu9EY8cxO8D9coZI+IhOOmV+BrI1YY6MQEaZAkjlNR345lHTBUfkLu+N7R3U8YCCk9TZi0Q3P1ejQYzfslVYg==","signatures":[{"sig":"MEYCIQCH8rdkk21SopdQdb/IiZCLsnlKcxWdFT1174Lpb+DsmAIhAKakwPh7Bp/nSt44Ro1VJBNknTn0nhNhPR0MAXl5MbIg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24289546},"main":"dist/fundamental-styles.css","gitHead":"c766c3efeeeef9a07d2c0aba7e7e026d1e14d19a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/ dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.24_1633657255072_0.904636979309851","host":"s3://npm-registry-packages"}},"0.20.1-rc.25":{"name":"fundamental-styles","version":"0.20.1-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"be32368d8dfbe73d422653046e7c499dbae04414","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.25.tgz","fileCount":708,"integrity":"sha512-GzkuoTczAzUT++yw+ugM1kuxS2Gc30sV/2HkL0Lh5tuYqKiVQAJHeaC4CUFEV0hHWntFXiOb4EzSaEZU0N1NHA==","signatures":[{"sig":"MEUCIQCxEO/N2+gNrv6hFvP3MG6hf6A9GYiqfDMhcR93gipTsAIgD5U33ya5XMMTgIDN1J/eSMdF4+WLUHIfe38/ZmA6z7c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24289660},"main":"dist/fundamental-styles.css","gitHead":"f33bb4bea3b80b5aa88d0fe9e143cf9cabb007da","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/ dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.25_1633658335224_0.7519747220604238","host":"s3://npm-registry-packages"}},"0.20.1-rc.26":{"name":"fundamental-styles","version":"0.20.1-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e9a705819e3fc157d0ef6076694e69d5f77e6c17","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.26.tgz","fileCount":708,"integrity":"sha512-gwtYnv16BDATgzaZEo1raH3djKht/nBTTBSZ1SSsri0s/xhFBHtlf8trr8HUKcsxrXDDiAtiRb4C4lp/TMW6wQ==","signatures":[{"sig":"MEUCIQCX46VEZnfWC8oWECKiwfSQswAzOnsqBBb2SkMhdKAo5wIgZ7CO1rmCruEY3pkpw4/XDQcgBF6jAU1wFfdp9CUMqkU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24289773},"main":"dist/fundamental-styles.css","gitHead":"b28f3687cb7d527b31ef86ced3003ca6e97d6b41","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.26_1633659298866_0.3179659966122561","host":"s3://npm-registry-packages"}},"0.20.1-rc.27":{"name":"fundamental-styles","version":"0.20.1-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"70ac1ad9710fbafbeb1e9401ba5c2655edc1b6cf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.27.tgz","fileCount":708,"integrity":"sha512-Wpu42Qp+pmvnS8ORjLqd3LxL58Exf6RWwyhF/snAPIKkTo9u8YpeWsMxKEn1PJcna1uPu34j2XJxDpIj/b1PiA==","signatures":[{"sig":"MEYCIQCuOYVcPBU/pDvun5jBas0F9viqjQj8C54j2OPA3pL3DAIhAPqKPfNJBBOttypr4BXVukQaTDDnUFb7kPy7kx3acVp0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24289937},"main":"dist/fundamental-styles.css","gitHead":"cfbebfd5ec3547da378becd65781241515dfb303","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.27_1633660536152_0.09418482540246442","host":"s3://npm-registry-packages"}},"0.20.1-rc.28":{"name":"fundamental-styles","version":"0.20.1-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bccbafa0c3f3778def0e85a92f2a9df2dd1b9870","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.28.tgz","fileCount":708,"integrity":"sha512-UE2i4Pxhe1RMD0+lpAXq5HGeQud0ybK1UlFuw5GMxG+DDusUtyaaV1xOv9mTvcfti1auB3dqVLmAMpp2peTo8A==","signatures":[{"sig":"MEUCIDs0ffLjerDjLuS4zyRKfv+WzvXZEq5wFFbqbdOZiyHPAiEA+gvNf/ElvazZMWFwVBo28X+0gIcnkxM2h7iP63RV8oI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24290051},"main":"dist/fundamental-styles.css","gitHead":"943f5fb9ef1570c9c163ca6a796ceadcea3df797","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.31"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.28_1633661900963_0.9678220766431018","host":"s3://npm-registry-packages"}},"0.20.1-rc.29":{"name":"fundamental-styles","version":"0.20.1-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4814800e4d033837776e3f90a695fa1b85cb6a15","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.29.tgz","fileCount":708,"integrity":"sha512-7NmwJogfnDU2e6BhdIxWieglCgvOnEe/vP4kjJjJoOaShrdrE2PUeT297f5hwqgo0wvPbkYwTQnVpy9Jrs80tA==","signatures":[{"sig":"MEUCIGXE7PgdNbAu0O3Zp2ocIY375CLG+DstMETxi1pU1G4UAiEAuNSvc5gxCB8dEuDe+HuZ6HSIKG0EeOno7zVmLfKLNls=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24291243},"main":"dist/fundamental-styles.css","gitHead":"8c8c471a9b6c7fc1ae272551eb513a0b18ea0a92","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.29_1633703931764_0.9786221200229988","host":"s3://npm-registry-packages"}},"0.20.1-rc.30":{"name":"fundamental-styles","version":"0.20.1-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cc42ab22e89b91fc3a2f207c9a9d8d46d72f6442","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.30.tgz","fileCount":708,"integrity":"sha512-Xh/W+7z+y/Ch3Cjg7UzmKzWQHFJMG9DPX05yxPtKtpJmC4z7hAi3IwLOgSveM2pTYixuVPC4nZAsi6xNwBmFNg==","signatures":[{"sig":"MEUCIQCJvIJYYuwvyFW6QOYLaT74Vk/4DIVBAapRtpxZ16sg+AIgWR+ivoxn7Yh8oLy1tfN7lhyOo5EWvOjGD/JvpCR6w+o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24291357},"main":"dist/fundamental-styles.css","gitHead":"5b5c9017b6940fbf52942edede6ca787f8c4ba04","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.30_1633715216327_0.768178685049584","host":"s3://npm-registry-packages"}},"0.20.1-rc.31":{"name":"fundamental-styles","version":"0.20.1-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f13845db3ae4189a092a284f4733177b15618b5a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.31.tgz","fileCount":708,"integrity":"sha512-cFyylJeXEAWNuytq2QBGd1guTcMRKxobCeBH4CvcHEfk7qefj+k8Fq0Nh9f5XWiy5QA7cO6C/dFR7zAJ8KG/Jw==","signatures":[{"sig":"MEUCIFjEEjLsfTEHS3gch+ZVZe2Tja2J22uvQvLV+cOS7fg3AiEAy0PluJM1aC0NhGg6Ji214ZLGQomwbdTYZD65Hu0J0HM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24291472},"main":"dist/fundamental-styles.css","gitHead":"5e99c4cfff708636dd83a8d402f3def5e7efa9b3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.31_1633738946539_0.4488506996554047","host":"s3://npm-registry-packages"}},"0.20.1-rc.32":{"name":"fundamental-styles","version":"0.20.1-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"92da698f96e66f1bc2a51711cd4e57739f7e16ef","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.32.tgz","fileCount":708,"integrity":"sha512-alDxjqQoY9dh0IdIiQKbjQtv7I2xsYrjYTVEj+TkBmUGQT1X9iUF4JnXAiMMvwo+j5WbzZqrUicDpvnQkJ2GDA==","signatures":[{"sig":"MEYCIQD5TmUV1xfMkCaFbpsXb03Qin1vqi0OuZb6szaBRvgQ3QIhAOEaYszDBVLnnXSdp/FdI3wNpOCTy9+Mn9A/y5iVhpkP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24291587},"main":"dist/fundamental-styles.css","gitHead":"2d8be26d48fbd60a11ca268a9373379f4f29dddf","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.32_1633740885313_0.9908208016214646","host":"s3://npm-registry-packages"}},"0.20.1-rc.33":{"name":"fundamental-styles","version":"0.20.1-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7db9eee38626801601241e6a649d01c15eb50fda","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.33.tgz","fileCount":708,"integrity":"sha512-PNYaRjLpJ6JACEEcmA/fLY14NB2cZCfohYveGxH0IkBXWqdbDGzxXHhz9nIvSiQcAUx1E7TlKxoDdyg8pVSi7A==","signatures":[{"sig":"MEUCIQD0RAivvlbXwvNAZm04yzeVI8xZvBI6jXkcKNVMUPpZ1QIgCNuPidUC9y6e6xSo6iiT+G76KXNrZ8nxtlytzCP7TOU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24291701},"main":"dist/fundamental-styles.css","gitHead":"032a28aab4d5e6bf01f6cd06871553cbebc373bf","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.9","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.9","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.33_1633742155223_0.468645051702987","host":"s3://npm-registry-packages"}},"0.20.1-rc.34":{"name":"fundamental-styles","version":"0.20.1-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4242d0a9cbf1219811d1edd1db13c53bd957fc39","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.34.tgz","fileCount":708,"integrity":"sha512-FFSjQVpX6scUisuhpmwOiYiDPkZ+BBc6BB+RaDgmadWFqMDMTfLog3M8mjMNwzmASfdJhGq6u+jceV8tfZPPVQ==","signatures":[{"sig":"MEUCIQDoW5KL3epxO+znggtxiZxpvRprxAVDLQgZRXX+LUezoQIgCc5yNG5Rf2LrIXrsRMGY2veOJAM9tuayxwwEa2XzbGk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24291817},"main":"dist/fundamental-styles.css","gitHead":"e07642d11191d36bb8070aaf8e5ae4f13415a9a9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.10","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.10","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.34_1633744634648_0.46363919077820825","host":"s3://npm-registry-packages"}},"0.20.1-rc.35":{"name":"fundamental-styles","version":"0.20.1-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"22f01d762cd0484a2460907217f82e446d2644c3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.35.tgz","fileCount":708,"integrity":"sha512-Jh5FLTKPzSnhqjR2VDKcgELRMN0w00NtDxltUjyUYjEAAow5SlfCasYSkBAIcCKw40OAogfb8uIw4+BbeAgk4w==","signatures":[{"sig":"MEUCIDVxstvnUq+hok1JasVkQ45fLT9RgLtj549mH8zf9ws3AiEA/BateLXRRR7VKsYauAdYJYQq5MT8wGPDOwwCMCDTNoQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24291932},"main":"dist/fundamental-styles.css","gitHead":"a1fb1699dde30b7c1fd7700bb8d3b5d8fb3fab58","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.10","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.10","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.10","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.35_1633745895584_0.4568025875002404","host":"s3://npm-registry-packages"}},"0.20.1-rc.36":{"name":"fundamental-styles","version":"0.20.1-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e99a65d8d220f280efef8e500e136437b171762a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.36.tgz","fileCount":708,"integrity":"sha512-pR0MDPs69aWXx7bSsAErqh+E6HhSEEFRHE1eI7s/beYwXrK06Lh34oWYeOehruqztEiQ434/66p4/gF5I6c6uA==","signatures":[{"sig":"MEUCIQCxrKIq7PN8XJBQBPdbNT/CW3sxCfo6ESC1qUdOVyYq5QIgG0y+GK0wBaeasGQBxW0gQAJc5r/NEixkHCIhTvlmM2o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24292253},"main":"dist/fundamental-styles.css","gitHead":"cbb60f49703429128af3445b9b21a18e5716bf9f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.10","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.10","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.10","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.36_1633751562315_0.43087055627131066","host":"s3://npm-registry-packages"}},"0.20.1-rc.37":{"name":"fundamental-styles","version":"0.20.1-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"15dcba3b84dbb58cfe53e27db96a74a7a19c8916","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.37.tgz","fileCount":708,"integrity":"sha512-sjLfJ5XgNwIoL/TDKyYyTPvfZTnF1yaO0w8lBNWLgiafeXN2AxUXdQosmKZJTPOKLyVVzE2dzUnCD6cM7y7M+w==","signatures":[{"sig":"MEUCIBLxZrDhtgmvOWN/eoCc1yh71tBysb3pMrlxt2BXS2uCAiEAuumMueCLbqDaW7HQ/tQZRpUBLiA3vFdMWcRWoueD2mc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24292368},"main":"dist/fundamental-styles.css","gitHead":"7d174d48334708b601dd7d7234c20aac07a1e537","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.10","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.10","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.10","@storybook/addon-viewport":"6.3.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.37_1633830657995_0.6158771544247841","host":"s3://npm-registry-packages"}},"0.20.1-rc.38":{"name":"fundamental-styles","version":"0.20.1-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d36d59ca0137351d3bd5289f55f15c4ea4e4fd30","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.38.tgz","fileCount":708,"integrity":"sha512-Icdxpj6FdI9lVlIFXn4YvsY2LvXRUzx3W5EOio6OCUibJoAM9gyxuAqyLDleH362QqdJqgWEPE5B+VwtN3g9OQ==","signatures":[{"sig":"MEQCIBY2hwzi22SIOT6IdcjIckQt6CnQals1xrFL23IO03bmAiAKeyJ5q3F3yzX7YisJuWkcJNASSsxasnbAdtx0g4bWzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24292483},"main":"dist/fundamental-styles.css","gitHead":"602b300a1f40cc57909723c3a4203108f26dcd8e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.10","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.10","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.10","@storybook/addon-viewport":"6.3.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.38_1633831753281_0.6651839273209936","host":"s3://npm-registry-packages"}},"0.20.1-rc.39":{"name":"fundamental-styles","version":"0.20.1-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6df5326d861c6b4de2223d93c27971054a96c75a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.39.tgz","fileCount":708,"integrity":"sha512-6D5rnUUANgqDBjywRER3Jm02jZQ0QM5PEFWUOZmYl7yDZHpkYL+3XCe3MsYS+zYQR6/hgwSUZUSJIlP8azJxIA==","signatures":[{"sig":"MEQCIGgdeoAP1zJe1e7ss8zXnhgp8eCeiqSEvg/ucP9Xrol+AiBiy6/CD87mbXPHs/+fhgam1+4WW4Vxyy0U/+4Afyx4Rw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24292597},"main":"dist/fundamental-styles.css","gitHead":"05e61bf3939b610b88aa2b925d73f95efd337c91","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.10","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.10","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.10","@storybook/addon-viewport":"6.3.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.39_1633832869415_0.05192582258274103","host":"s3://npm-registry-packages"}},"0.20.1-rc.40":{"name":"fundamental-styles","version":"0.20.1-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ec79ce95ee92e8651aacce9efa2e8aaeb6ca901e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.40.tgz","fileCount":708,"integrity":"sha512-pXA4D28T39ZUvhBZbcspEzn+mTzFGW7TEC2R+m+y90YwFg6tkbf2U8Ht19Knb9xJ18U56l6+rTqAoVZimaP17g==","signatures":[{"sig":"MEUCIDdb8mGefpnY+GDtjzbWXX9ErQGv2yUsZr9sMsaqnH1UAiEA4jXSRxNxgKU4KKgxziOXFq6fcMB8F9mEw6YupG3VaFw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24292712},"main":"dist/fundamental-styles.css","gitHead":"877898978235874fafb3792c662e688ff09be6cf","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.10","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.10","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.10","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.10","@storybook/addon-viewport":"6.3.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.40_1633834504706_0.8276709512554501","host":"s3://npm-registry-packages"}},"0.20.1-rc.41":{"name":"fundamental-styles","version":"0.20.1-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"27449a2b531e6972fdec895764da90e797429a9b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.41.tgz","fileCount":708,"integrity":"sha512-FeIVFb9xOUFAstjij6dWx3wGwfsspRTL27jRjgLQf3DERPTZD6s0/a3ljy02bPAITnXZss3tZRMVSEYYv9+C/A==","signatures":[{"sig":"MEQCIFJ0lLzXTs8BO5PWHDVYNnD4pbA0f00JZH/vloNv6p/OAiARdyMHpuKcMLOPJIbajhb9ntoYWwwoYsNIGW2W6HSUUg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24292827},"main":"dist/fundamental-styles.css","gitHead":"fa42d777a015d460993ad00f4f7c5d90d8c3385c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.10","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.10","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.10","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.10","@storybook/addon-viewport":"6.3.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.41_1633915205047_0.51507931783626","host":"s3://npm-registry-packages"}},"0.20.1-rc.42":{"name":"fundamental-styles","version":"0.20.1-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"58f47191719ec13ede1f5ce299f734a882614f44","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.42.tgz","fileCount":708,"integrity":"sha512-XIUm/sfHpBY/T35PfHZHqH68RZep1BjoaxAu6rB625zGIk+in7/YaXdrfEdWElqf8k/sXabcUVDFW6nPFglnIw==","signatures":[{"sig":"MEUCIGM1F5a4FS9c7+vhu4OLYUYZL2VB2KFulT1ah9FLU8CvAiEAsjWPxEcltkynF5r3ghP5DhmE1ze3065rAra0Ymg02Pc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24292941},"main":"dist/fundamental-styles.css","gitHead":"e59bb6e58a933011dd60ea8d006eefb6f19a2b59","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.10","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.10","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.10","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.10","@storybook/addon-viewport":"6.3.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.42_1633916827290_0.006554165723889671","host":"s3://npm-registry-packages"}},"0.20.1-rc.43":{"name":"fundamental-styles","version":"0.20.1-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6f95e15ac9fa70b39b1257ab2c436c58a4cc989b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.43.tgz","fileCount":708,"integrity":"sha512-C2qYi3d20d2p+zEY5uzLzKTphRmGFh7gBGaIO5b+kefnx/M9WL0+il/4n20mCTbN4GT/bdbMDqLEKYuDrn5Img==","signatures":[{"sig":"MEMCIFYnYMFZcAfUAUtNZC155qqMZKZxl8VmogwrgL9Vbvy6Ah8Eo0qFCABt5eYmgUy3FKSpMdwfUDyAvlZeyPnBeIh4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24293055},"main":"dist/fundamental-styles.css","gitHead":"8a896596bffa38f65744c5923113927012e964d0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.10","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.10","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.10","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.10","@storybook/addon-viewport":"6.3.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.43_1633919666814_0.8084716142072634","host":"s3://npm-registry-packages"}},"0.20.1-rc.44":{"name":"fundamental-styles","version":"0.20.1-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4f2c46dcb0a70a86b6b9deeee268f04fdcde6cce","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.44.tgz","fileCount":708,"integrity":"sha512-6UZbrskYsBp59IZMrm9ENKEntVMSLCR41MKPBjBBXupK6nBKnUzef23iigWa/Pij4uyu0t30vo4t7dICI693wA==","signatures":[{"sig":"MEUCIQDiDgoCbqRmEsrBnDeIdgBOHd8SpY8xam1AlJN4QjE4xAIgD8vAPAgN5GL40nKPxYKFOMbucbRcpmJFOGJQ3EPROso=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24293169},"main":"dist/fundamental-styles.css","gitHead":"080035bfa8d2d16b65418cefd81c6c91b316f3e5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.10","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.10","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.10","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.10","@storybook/addon-viewport":"6.3.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.44_1633921219924_0.18008467435252995","host":"s3://npm-registry-packages"}},"0.20.1-rc.45":{"name":"fundamental-styles","version":"0.20.1-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"03750beb78511c7ad078d9b2a4a8612806a52ef3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.45.tgz","fileCount":708,"integrity":"sha512-XoVvwgqGpiWtMVCZeMfxdaatWxm+c90KmKtV7SqEjLd1hzIaff4+STU25p8gQxA4pS2QPAIexHRsXMf/Dr+loA==","signatures":[{"sig":"MEUCIQDrY50nGyWC3IrfkoWMMUxrS3javWmoJIyjme/OgYrK+AIgGpOvviGC54Q/Gl/elOC5AVJXec1oRmx4fFw7qOFfzo0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24292702},"main":"dist/fundamental-styles.css","gitHead":"57ae2aa1a702509fe130cc4f12b977dc735662fe","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.10","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.10","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.10","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.10","@storybook/addon-viewport":"6.3.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.32"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.45_1634087114546_0.9671192398889057","host":"s3://npm-registry-packages"}},"0.20.1-rc.46":{"name":"fundamental-styles","version":"0.20.1-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aa771937e04f70e80a40538695d1fa089e333e42","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.46.tgz","fileCount":708,"integrity":"sha512-4dyVpGTRcc+ae/a3j3npi7S5OKc0U0A1ZVQLrByo3SRJJfXuTKx69V36616e+qXf127EAzpVzhSaA7GKdWbb3w==","signatures":[{"sig":"MEQCIDYM3+5GED7dSM65pIXXPwNtaT1Gu7dkRP5Z9Xh9zCa9AiBYaBPoJrNdxd2aUk4CEv7wJ9KTIfXM6IyCmK6V4jw46w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24286777},"main":"dist/fundamental-styles.css","gitHead":"84c021d7c940853072d9d4608e20767989e92330","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.10","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.10","@storybook/addon-docs":"6.3.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.10","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.10","@storybook/addon-viewport":"6.3.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.10","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.46_1634132544095_0.12427045372548773","host":"s3://npm-registry-packages"}},"0.20.1-rc.47":{"name":"fundamental-styles","version":"0.20.1-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"43099219ba30fedf59253a11f957f812a518885d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.47.tgz","fileCount":708,"integrity":"sha512-ixDI+wDB3sEGJbHb8FC9jH2h7JozOSlak3k4zkSasE5SlKh77lfua/b2bHZDpI5QjMnQ9mSrOlargccj5aLjaA==","signatures":[{"sig":"MEYCIQD73gGqMiwUIoGRcj//KVuZqMqlUOiP71PZW8O3YqA13gIhALIounzRP9qZ2uL8mtNb4InXuGujGHYNUZuz2QNcowKE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24286892},"main":"dist/fundamental-styles.css","gitHead":"00bdd3fc81831bba269d13b51aa325b42386eb13","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.47_1634310531499_0.479139689080609","host":"s3://npm-registry-packages"}},"0.20.1-rc.48":{"name":"fundamental-styles","version":"0.20.1-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"225b97ee98fe22126dcb714ec3a96c78b6d7ee71","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.48.tgz","fileCount":708,"integrity":"sha512-mi2/hTyG5SnREcAs5J1b869eLa10SgbNDiJzDNVbTImsfyqMpxn/oLctj+2r1/sLXTQT2+ut+MDv/7PIlfGdnQ==","signatures":[{"sig":"MEQCID1LTGTjaA0I3wwm7lLef2VuS7p9+ZOS89jkf3gbBf+AAiBLuFmOSnYKjbjHGN8c9nwHUgwWoYXakQzi7OYSnjj4ow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24287006},"main":"dist/fundamental-styles.css","gitHead":"ff94ba15484cac32886801bd94abd6258ec7acfb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.48_1634356632277_0.5608797508891341","host":"s3://npm-registry-packages"}},"0.20.1-rc.49":{"name":"fundamental-styles","version":"0.20.1-rc.49","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.49","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7d9a41710bd9f1889a8ac096967c7bca0945beb9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.49.tgz","fileCount":708,"integrity":"sha512-hV2+kk/XIhDVahVpcEpelJ3WP0P2I2hmQ909VfYXmHxJ9tXoApb6d9vAys2WZ+vu45M6S/VSqBKHdlocl0TGWw==","signatures":[{"sig":"MEQCIFHq/CTBBN+mJaQ+71xHujWXElqh08MFnqWvuB0qDYDtAiBnHxv0mWp00gGI3oDMIGAezTdILG8GqpKnY7FxYfk0wQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24182188},"main":"dist/fundamental-styles.css","gitHead":"f36dbe6c8a1d0dc295f93cdb3d2d61f20ba93c0d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.49_1634439493784_0.01843852190784423","host":"s3://npm-registry-packages"}},"0.20.1-rc.50":{"name":"fundamental-styles","version":"0.20.1-rc.50","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.50","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e5f4ef6f8f617f98ac062e27b322e69f952e5341","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.50.tgz","fileCount":708,"integrity":"sha512-0ew9r/0rQCBN+rMXMsxkxzGpVfksCBdBjE9Q3vLbbnx0Ef2pd1In3aR6dQ8zKxd+d9WCHs9rmUWqohgClXSbrA==","signatures":[{"sig":"MEYCIQCG7tcHDqFFnjvg2usq6D1ooX8UcAkASBTHI1vX+7g8YwIhAKrgzbpmJKzCtL8eIY0rDrF3roYOg8Mf0ucxK2XyP2/U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24184594},"main":"dist/fundamental-styles.css","gitHead":"3fc836acb785d623acd26272cd69548f20bde775","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.50_1634567829570_0.6576798060023881","host":"s3://npm-registry-packages"}},"0.20.1-rc.51":{"name":"fundamental-styles","version":"0.20.1-rc.51","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.51","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"305d6ff856cad921f57a8f0f086fb5d2ca7d6d72","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.51.tgz","fileCount":708,"integrity":"sha512-uUYqgkfkR+RriorKBSDZRl0Aw717cdQGi4FS5ltRISUZjY9HCUXaO1h9zS+dvJkvaaBZoVPDx2FGlNUMlVB67A==","signatures":[{"sig":"MEYCIQC/Ir9q3WEK+SNK3qcjco+us8KicaYZhqRV4ftU1xoVlwIhANs0SUTNYIBzu0N/SCz1QxabgjDpu3ar81i3ECksWRrG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24189434},"main":"dist/fundamental-styles.css","gitHead":"3f54ff4764e80e5bb78267439960fbf7ea446e76","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.51_1634606708860_0.24470096470729152","host":"s3://npm-registry-packages"}},"0.20.1-rc.52":{"name":"fundamental-styles","version":"0.20.1-rc.52","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.52","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cc3eef94fd7ee8df09b7a8279d872624bea2b284","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.52.tgz","fileCount":708,"integrity":"sha512-sTk3osOvXKBdFk7oK3wIg4AgoMfoCER0aQj5zrJu5qYC8mwgtz2QbUzTV+Q9FW2NMAmX0V5YcFCbwFiNZ/j66Q==","signatures":[{"sig":"MEUCIH2sYKmDLJbbjIv5MKov+OCMTSm8UGfNtabj4Hq8kZBiAiEAt/Q1tRTT6VdL6CEiIYS9EH5AGLZYENEJeSoRhyDykAk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24205483},"main":"dist/fundamental-styles.css","gitHead":"63d541c297e394d0278ee66eb85ce11d5b9d6bcf","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.52_1634607785463_0.027882308427231717","host":"s3://npm-registry-packages"}},"0.20.1-rc.53":{"name":"fundamental-styles","version":"0.20.1-rc.53","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.53","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f8ea3c42e677e32d0f6154c134d335045572979e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.53.tgz","fileCount":708,"integrity":"sha512-ydPFvM+kjdH2zZcWrcPb5q2zpu4kqL6CHRHWz5mxGTXkoLBuoawc9YhLhYL1qWOzRyh98hPdfHOjxCEqKupVng==","signatures":[{"sig":"MEQCIEeW5L84or/ruPVW1vbng087m+r2OX3ZaiUubDUnX+uNAiBmxqpgtkHPScxycb+OLxvMwh8w6OPpvlzyYoKAiGzSUw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24205597},"main":"dist/fundamental-styles.css","gitHead":"a8af042abd462332d51d4b1d1f4cd03317f4836d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.53_1634608688209_0.41739615522309736","host":"s3://npm-registry-packages"}},"0.20.1-rc.54":{"name":"fundamental-styles","version":"0.20.1-rc.54","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.54","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aeddf3040a00bd3de4fdf2f5cb7ae0004ef43562","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.54.tgz","fileCount":708,"integrity":"sha512-NFlymKQLCTKOeVMx8g5jtfUJRMHlXAPUJXmzvHxnnKEkvKZUa0gplNcvi5PxzcdzoxkSV9YOuwPlTXsC/tiigg==","signatures":[{"sig":"MEUCIEoLmQn5YKdaKY82QeLy/0KRT+d43SY7PX0xp+Zlz5aoAiEAzmLWyL33qinOL6TGrvrlDr5Dc9S7cVjfCIXk/HADOMM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24205711},"main":"dist/fundamental-styles.css","gitHead":"650401ddf751e7353737ef5f92dcbdf5919f0f1f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.54_1635102904847_0.3697978437872389","host":"s3://npm-registry-packages"}},"0.20.1-rc.55":{"name":"fundamental-styles","version":"0.20.1-rc.55","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.55","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b50edc18fa3eb12ad16517fdc3667b2fb6245036","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.55.tgz","fileCount":708,"integrity":"sha512-wjq9X16yud42V06W61+mDI8K57lqi0L5qqRIFd81zgWnopNoT65MLyvogBRDOzxm+8J+ElMo+pgOW6axZSpFLQ==","signatures":[{"sig":"MEYCIQD41x5gs07SYPCQS3ChfoJQKliWE1mQ8HP47QBwntTcMAIhAIRhqW3i6rL5MZwPZEg15TPZm24yf0SV0SFFdKbF3qMf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24205825},"main":"dist/fundamental-styles.css","gitHead":"c810f849595c7e23d718cf40fc23890a5bcebef2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.55_1635104163298_0.9775044063137164","host":"s3://npm-registry-packages"}},"0.20.1-rc.56":{"name":"fundamental-styles","version":"0.20.1-rc.56","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.56","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"102750e8b650a95814a0f0d38498ec91e05b92ba","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.56.tgz","fileCount":708,"integrity":"sha512-uT1iDobBifXfm37O4BfqOb4+6dGBPnKvpLa0uu3eB3l2lUZJoqWDcmPg2LY5DgofYJxov145USOkgl4bmshbPg==","signatures":[{"sig":"MEYCIQCBUvlZeD5pgMw1aH3U0hewtmkZ0JvyPPd7FeE1crHKgQIhAODC+nTqkvjLOBI7ZPQnnZ1zeaffEyxQLMP1esxoWAqO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24205939},"main":"dist/fundamental-styles.css","gitHead":"01b7b220dd14fba83e92adf030b05fb1b5dc04fd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.56_1635125865089_0.6816840035439475","host":"s3://npm-registry-packages"}},"0.20.1-rc.57":{"name":"fundamental-styles","version":"0.20.1-rc.57","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.57","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"13ba2aca84fac400f45719e2e6d092d63f98cda1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.57.tgz","fileCount":708,"integrity":"sha512-C/wlndy2ev+R99AIzAo+PukyT8PMZGNym5BQy0MkPqJzNicy4q8wSP+wu6sYvcmbUijvf20CBu141dLtmwndlw==","signatures":[{"sig":"MEUCIQDuJvBnBncW2zv9ajHZK+PmBANmWY6SRDK8EL4X1u+yXgIgPcM8+uagUcbJEs7rhtcswKpijTsRepBMxk1/4ndcC48=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24206053},"main":"dist/fundamental-styles.css","gitHead":"92d652858d75c230539cfedab66d5b2d1681f48e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.57_1635159035229_0.983098689356924","host":"s3://npm-registry-packages"}},"0.20.1-rc.58":{"name":"fundamental-styles","version":"0.20.1-rc.58","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.58","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ba5cb9999bf7afb5ce6fa5e1fcdb08e390dfbe47","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.58.tgz","fileCount":708,"integrity":"sha512-nkP8JM+miUw+D/NIhLkpxlItGisnxhDTHFR5l3n6eJcIp/qhtfhJKHKqxjrTwf3zvbx1nVgKvzYmnbO7oVNrtQ==","signatures":[{"sig":"MEUCIQD+4C4+pFScxDk/xNOeScAgzcy+bFeXdrLAUNQqZJ57DQIgVxgHG/kSxkXHgNVMC/08tfwPvyC5yTQWHJlOE3ylPfA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24206167},"main":"dist/fundamental-styles.css","gitHead":"e5d22cedf54af73c1282170a153c10d629d34508","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.58_1635159760407_0.3302436990308517","host":"s3://npm-registry-packages"}},"0.20.1-rc.59":{"name":"fundamental-styles","version":"0.20.1-rc.59","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.59","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9c7eecf1e737eca7df498e1fbeb1998bc16c4fc3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.59.tgz","fileCount":708,"integrity":"sha512-PqWC0Y8Y8ZI8MW+309Go+GSQqIO5vyfa0HgWBYHQ0mS670+YnsEQwFXSHBQYUTcKjXsBSSMDCoBjhn7u9qt5GA==","signatures":[{"sig":"MEYCIQDzCbSTjbaObc+9QoUm3M5qk2eSspedW7KHHoCU3dxS8QIhANbwTqrSijj5t/CmUMnILQL2/1Sv69xXjX5X26LzpP6U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24206281},"main":"dist/fundamental-styles.css","gitHead":"78f99a2cded9c23bb37f51bd38e6f20fe09202a8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.59_1635161259433_0.46707848796687856","host":"s3://npm-registry-packages"}},"0.20.1-rc.60":{"name":"fundamental-styles","version":"0.20.1-rc.60","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.60","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2d0d5ea2047a3976b752891cf19f301b0cae9dd7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.60.tgz","fileCount":708,"integrity":"sha512-Sep6gtlEpBZqk+ugP5yjP07VTfCHkVqhYODpndjNJgjAhU9oZAdtc3YlBSgFPuRJji0STg5eAgpHZOSVKEuPeg==","signatures":[{"sig":"MEUCIC1EfLhO3LyYHs8xzJhH/xFNKPji3EZodbN0pJ8Qe9QiAiEA/Nk6tvALUHh5UhASp9K2NddSUgBNhLLwC9gDXRShYso=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24206395},"main":"dist/fundamental-styles.css","gitHead":"371284e078f36c56508f51dabda824a378c91f2b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.60_1635211752953_0.7239283416243953","host":"s3://npm-registry-packages"}},"0.20.1-rc.61":{"name":"fundamental-styles","version":"0.20.1-rc.61","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.61","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c7eb01cd493c7322be1f946cf75ebc9c244d5a70","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.61.tgz","fileCount":708,"integrity":"sha512-EQZWSwOoE1FVHlYD7ZQtWtN5FQ6uQOwjwxN+wYOZ7qDem0ynHbGtscmX4yWD6fyhUWgqbNU6Q6zRryPZ+zziQw==","signatures":[{"sig":"MEQCIFsmTAjZODFx3wadeD2bJb+cJok0+1Ta3U3UvQiWfkbZAiAcGs5P8b00EBHhYxMoWiM8i0SX5+BSHRuGGB4mD8N3hg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24238257},"main":"dist/fundamental-styles.css","gitHead":"f43eb04c56f309f446c94ccb994bf7d76ab25c4a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.61_1635289604539_0.2601602169708215","host":"s3://npm-registry-packages"}},"0.20.1-rc.62":{"name":"fundamental-styles","version":"0.20.1-rc.62","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.62","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ef11f3360cc881b6d04fc4ec4b22c167e893612a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.62.tgz","fileCount":708,"integrity":"sha512-0sDM4KXNYixC28LjBkBmr12FGSdB31E8l21XC9qQUCiElUFyUYnPQBSzjtChiJ5L1YcjZA24KZhQ/vs/OuF1tw==","signatures":[{"sig":"MEYCIQC/dHvVJc4QPph+wW0JWFHSZ0+Ay/KQgOlCRcsWiS5qpQIhAMgIF8raBr9h7SGDYthQOlJNymOKWPqUyKe7QknJgZCZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24239831},"main":"dist/fundamental-styles.css","gitHead":"b44bd775e89fb84bbf3e5148f627b6f94ef57b51","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.62_1635294426545_0.6678795333943905","host":"s3://npm-registry-packages"}},"0.20.1-rc.63":{"name":"fundamental-styles","version":"0.20.1-rc.63","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.63","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a79b396e63040434b579d429a7e6062a4737e3a4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.63.tgz","fileCount":708,"integrity":"sha512-94DgK1B+3oGv00enQlsQ8uOIikelBkabjcUMmadGzn/LyMWXjWp/XdAlisy7hSYCTfKD3I6J+fl4jGZXoGZfog==","signatures":[{"sig":"MEUCIQDymqyLIgoWltZBOU9t4tel4dk6IAVTaa+o6hkZoqAdTQIgRtM8bosDOKoz6jS6Ulu52BncZe5oAM3EMmqP46qB5SM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24280056},"main":"dist/fundamental-styles.css","gitHead":"a9d30f229ee7f683b65c93ad3382eeeb7d10398b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.63_1635630814299_0.3308059122747462","host":"s3://npm-registry-packages"}},"0.20.1-rc.64":{"name":"fundamental-styles","version":"0.20.1-rc.64","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.64","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f1bc8c17f0e31e0533b134e19ffebdc2e9313f5b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.64.tgz","fileCount":715,"integrity":"sha512-L26MpUZVQTMRr6Wsx45HNs8XPba8AQx/+BOJFM+y+M3f2JUUSAwQ54tiwIpm/BXCNxWNFOYrXc2tDBnviw4Sww==","signatures":[{"sig":"MEQCIGYSUbilz3stP/tzQq05TqyOFZONmFGvdLjRDye4+iCxAiAME6VmRWabS0U6nNwxHNe13KhBE80aLOwc2SGfcGoD1Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24293387},"main":"dist/fundamental-styles.css","gitHead":"6f0d6459035a13437900747d59e32f10f577b09a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.64_1635638059721_0.6190500606333287","host":"s3://npm-registry-packages"}},"0.20.1-rc.65":{"name":"fundamental-styles","version":"0.20.1-rc.65","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.65","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"904fe345e0b77a88b83e47a0a3718364dd9fbf7f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.65.tgz","fileCount":715,"integrity":"sha512-/A6sBRBAA7KTW5D1DE0QnVekn23q35kMDSCA9RzC36kTFQUcoq6y0C5H/vAvjXTWhljBlTUkhaZwaWcWzcAmzw==","signatures":[{"sig":"MEUCIQD+i3GkOwWIiWYc6jwqMfRuZkjYmJVPsNpipz/4+qSZLgIgYT6X8HGFwUDmXMYN5zOcCD6mSkY8m5WeMur/xa6Fxjg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24293501},"main":"dist/fundamental-styles.css","gitHead":"a75b049b60305a0e65ff679c106712e12632455c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.65_1635640379343_0.8130935611898451","host":"s3://npm-registry-packages"}},"0.20.1-rc.66":{"name":"fundamental-styles","version":"0.20.1-rc.66","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.66","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"97efb7f0d4530dcc68f61c40ad6924636c5d7a69","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.66.tgz","fileCount":715,"integrity":"sha512-9dJ1ziwQOkta287EHJZ2PaB4OhflEtCngbNMCvcY+ARUMt/gQGlkM9XYxwYNl7w1VYhr7M6f8/jmhIOYou5HKA==","signatures":[{"sig":"MEYCIQCwbHFbZtxIJVFOi4pwqQemU5ZooDrlQ3iJ2EV/lrLXQwIhAPZzevU8Q6FMPUScFvFiTYBINGeQTDKAyCFIdrbXMsO7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24293615},"main":"dist/fundamental-styles.css","gitHead":"a5c89eb881a3fce8046df18c2a6deb0e2e8ff5d8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.66_1635641415938_0.2925286709426045","host":"s3://npm-registry-packages"}},"0.20.1-rc.67":{"name":"fundamental-styles","version":"0.20.1-rc.67","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.67","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"47c70cd8e219101be421b945ed67148d8bfc2265","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.67.tgz","fileCount":715,"integrity":"sha512-F9rya5z+3r4fMtJpmaHVJ//r7H2pHecTVVtJ3GMDCPnKzc8N7JAdnZ8f/zzSBL8rOr8XxumqoGAatXd5+Xb2ww==","signatures":[{"sig":"MEYCIQCGbwEQ66eXRmzJ61xwh4PpkVZkWssCT2dzX9BzHS7+TQIhAN0QH0hRFOLTVP+V2wLAvUIMI7Muh0DdFglQz3yFLBDI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24293729},"main":"dist/fundamental-styles.css","gitHead":"58d77087cdd8ac9b1d86ee1edfa0f7c605159370","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.67_1635642162089_0.3630223391365477","host":"s3://npm-registry-packages"}},"0.20.1-rc.68":{"name":"fundamental-styles","version":"0.20.1-rc.68","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.68","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"983e94e96200dc140301055f9e5f121e253d197f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.68.tgz","fileCount":715,"integrity":"sha512-7LGfnP7X3btdkxcpSu5TaR5UNSNkaMVNS9GmEZgHXYHQbYjKu3P4vwAGMb3g1xxv+RvRCgMzyzKaQI0Yipw4TQ==","signatures":[{"sig":"MEUCIFSKnXWS4lxMONb1JP5gBkYu3+q56Dw+VtauvdoRit88AiEAmbW4eg29iokEQN9fWsCVpzULXtxWD0WFKBHUcLxWrqU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24293843},"main":"dist/fundamental-styles.css","gitHead":"3d317d0ca17a3172343839bc54013efd24b23ab4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.68_1635643664147_0.6292313083607823","host":"s3://npm-registry-packages"}},"0.20.1-rc.69":{"name":"fundamental-styles","version":"0.20.1-rc.69","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1-rc.69","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"486b6854a3852a0874ea18154161c2eb521ba992","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1-rc.69.tgz","fileCount":715,"integrity":"sha512-lEmUweAuJTBJmqJT3lUWwzKuVYNyQtZOthj1QKxZYMw1Banrger6AJs/RZkxPs6czIiPhIeK3LgpfoOB9pe51w==","signatures":[{"sig":"MEQCIFtSeUQjsEncx34FNWQrZpJ0cjh84rjqGtud89vSiHXhAiB2lVqdtzqW+Zp8JhIh9uW8w2fRagRmyljTio6g+yWvMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24293957},"main":"dist/fundamental-styles.css","gitHead":"2a8fe9fde8f2bde572b76ae3e69271fa5028e19a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1-rc.69_1635644568386_0.9293905109073979","host":"s3://npm-registry-packages"}},"0.21.0-rc.0":{"name":"fundamental-styles","version":"0.21.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4b35a0ff7a0e0db794c85a449653e01f09ba8d20","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.0.tgz","fileCount":708,"integrity":"sha512-lh/y/GIKg0+3IaWMP5SKWEtQ15UjPVweYKU2X7PP8dvbPixMX4m/nbIFz36PEo7STJelR4v4HSmTZnitQUnDJA==","signatures":[{"sig":"MEYCIQCbU78u/49R3unPJBET26GtBomYpi8WBcWDwnyNmxKAnQIhAPFNMiUDJ9BiO/pfI7geGKMfbQgOkjq5e35hLT4jwrHT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23907011},"main":"dist/fundamental-styles.css","gitHead":"ad53f287367fa2b54279802082e4fb7d6b773d53","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.0_1635787690306_0.36161136793435844","host":"s3://npm-registry-packages"}},"0.21.0-rc.1":{"name":"fundamental-styles","version":"0.21.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"29782cbc47b9c6da33aeea257976e2019fd788a3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.1.tgz","fileCount":708,"integrity":"sha512-QCGKaXdAJbc+XCbr2jJ5JlZx/sl5J7qVSAfWqlAQTCDlI9flyHOzx9Utn7VmMc9bu8jJPSGr+JjpDxUtc/E59g==","signatures":[{"sig":"MEYCIQDqLqwsVKCFp4X/VO1TIZyDGup2UaqrIzAd7qMUKExm5wIhAMhgwy3Rx6bMJa9lKfep9l1qqdRaaNPToZXhOwoCirA/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23908376},"main":"dist/fundamental-styles.css","gitHead":"ff5bc383ca4b45f7a2999d3bac18e1e09926c9b1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.1_1635804211197_0.6157316227880858","host":"s3://npm-registry-packages"}},"0.21.0-rc.2":{"name":"fundamental-styles","version":"0.21.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1f5ecd668855ac835d9265e2af51498b64f0099a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.2.tgz","fileCount":708,"integrity":"sha512-JuOrMwhAjnqtl1lEzjFDE/txAKw2lKXyxgcwJ1ripG0sA8AVMW3Rc5Geyj3yB4PL4yHwaUZzPilpj23sc6xM1A==","signatures":[{"sig":"MEQCIHbd/+Sxa7X7smyZu7tA5wMmQRNNdLSkW2f5zc5ScAAQAiAniVOQsTS3RhXjz0KiNVCNXy4vkbubOd+JN2foDaoeuQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23909076},"main":"dist/fundamental-styles.css","gitHead":"73483c64fb177f8f14708f47ba4c1b5cf7626ca6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.2_1635874339984_0.9835903958839858","host":"s3://npm-registry-packages"}},"0.21.0-rc.3":{"name":"fundamental-styles","version":"0.21.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"81db78b2f130d5528a9f7c8dcb8c5280340d66a6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.3.tgz","fileCount":708,"integrity":"sha512-4/hx7dfuWE9b9lYJDlommQOtCNF6+dYPmK9rDSOtoZW+DReUcfkZB6ICyOIxsq5WpizNnhoUAnIdj1kRsMhKwA==","signatures":[{"sig":"MEYCIQCy3wLtwyRNDnjz5jmxlGLiMLU+8/XSwgwc7KmXsfR6jgIhAIrYF/oyIAFd1NXbmutquBSUGLeNNpoKqCqKqRP2aO8q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23916742},"main":"dist/fundamental-styles.css","gitHead":"a9e8ed13d23df8b9185758301150b480bbdca5a2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.3_1635950414820_0.9197435034494403","host":"s3://npm-registry-packages"}},"0.21.0-rc.4":{"name":"fundamental-styles","version":"0.21.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a01f8788f02dbdb59b553d1bcfe7788a55b20017","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.4.tgz","fileCount":708,"integrity":"sha512-FrSkfyTRB0DkBqMd9MpFJBrzVBPTrfpvGIn9ie/KmjnvNoqkRhZXGvZwBNlPnrTRMLRI/Dw/Cz1cqepqhcmUtw==","signatures":[{"sig":"MEYCIQDSENC8OlVGLeNngA9U6hYZM3ZwZUq3eK4wWEscDrl63QIhALVCYMuguygv790gVR/PgCPvL2fm+ntLHOouzP5fFZtJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23917380},"main":"dist/fundamental-styles.css","gitHead":"e635df8834e95d77c3fce837bce9b8641085aa2e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.4_1635956101137_0.4571108778478583","host":"s3://npm-registry-packages"}},"0.21.0-rc.5":{"name":"fundamental-styles","version":"0.21.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1440d83ba1cd0404182ce274ac9a13902e389bca","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.5.tgz","fileCount":708,"integrity":"sha512-J3q+4h8Mhvgi3CCsXONHmlXqsuUQoFxeDv0ilbT7fwdATiEsvqwt77V6g6uJMlOTwB0zQcDUl2Q7qh1/bMnw9Q==","signatures":[{"sig":"MEYCIQDK3T63cSa0aa5KHNi6mLTgZb5QUtlU4+/ysGRKxhvFywIhANm1eHtyy8I2bq76s7hIOnCEmdBWJcYP96WEixxoMr4A","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23920427},"main":"dist/fundamental-styles.css","gitHead":"b3b5bb288b8f90d280c01236beb1f9a45bda921f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.5_1635970247550_0.11025283973299227","host":"s3://npm-registry-packages"}},"0.21.0-rc.6":{"name":"fundamental-styles","version":"0.21.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6f0811f06e2027179520b99c5400c4a61e837086","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.6.tgz","fileCount":708,"integrity":"sha512-5wHh+xpRnMEMyYVe5lzckcjt8sDhKFzYPVahuhnkwEKvPDSqQABXhlrl2uFYt6fZNxjUrVo9NgXmO59qNNsceQ==","signatures":[{"sig":"MEUCIBSYQyyhOiBD9vYe4MI4Xl2n4v1uNJPlUwoFNWmPw4twAiEAzLmPMJeM3uB1X9vf8nC9pq8Z4++gyRPXJU9Jf7SmTmc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23920959},"main":"dist/fundamental-styles.css","gitHead":"bd7de73dfd3854b039ec80d37f08b310c72fee01","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^13.2.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.6_1636130691468_0.35800826803736685","host":"s3://npm-registry-packages"}},"0.21.0-rc.7":{"name":"fundamental-styles","version":"0.21.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6a2a237ece2772ecf1c5b3eda19b5f5324571167","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.7.tgz","fileCount":708,"integrity":"sha512-n6VH8p0FXQeXyfxqGyrqlbq9tFYydQWUM0+7K947ciXtm4IIWe1ISquJrzz5jePHfYDHghdmdNxif1TGV06sRA==","signatures":[{"sig":"MEUCIQCezEudMMm+tqDhI0WKgy0+EaxOQURS3BDsjdKMSLjVXwIgdaKcBMsMUJ/2i4Oj+bH/Hy7VUxf0iD8FuU6h215NY80=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23921069},"main":"dist/fundamental-styles.css","gitHead":"ff59db717f6dbc05d26b80b12e6f2c12b7b1e0d6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^13.2.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.7_1636301067988_0.940062642070572","host":"s3://npm-registry-packages"}},"0.21.0-rc.8":{"name":"fundamental-styles","version":"0.21.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ac370b3e2f54076a881e081eb9857d0bf3f68715","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.8.tgz","fileCount":708,"integrity":"sha512-7I2nLosq9abw66564kTWy4LvrlAGXNlLfHOmhOuB30Ta9o8UlJS7PxxHR6RTuPqor4QH1W5pyo/H1pl5t9CIbg==","signatures":[{"sig":"MEUCIQDiaOvzad5QIuG0SC4JJPGZm2Cl36FfqT/arKHWAf5PywIgZD/Un4mZks+lf7DNm96elm8QBGOrltEEO/8flQeVXSA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23921179},"main":"dist/fundamental-styles.css","gitHead":"1a61b937f5bb7308f9b2b0f59572560860e88705","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^13.2.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.8_1636303640247_0.904340421205531","host":"s3://npm-registry-packages"}},"0.21.0-rc.9":{"name":"fundamental-styles","version":"0.21.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"95a0da19147adbe0fddfa28efd3aedca6c394307","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.9.tgz","fileCount":708,"integrity":"sha512-xdy6YCMjTdJVsl2Z3Nlh1AtV/d0pKKoScrk84xMAY7pbsqnKyi6sjvZ98+nYKaU99dader5n+7+LIAZni64Fyw==","signatures":[{"sig":"MEQCIG9xgCKX69nZmaaKfFbkWdhNzOMR7FvpWWnr4FRlSVc8AiBW0gHTalDyz8Xe5YOmvb7CC5Raf5G9anFLbsaOuFN52A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23921289},"main":"dist/fundamental-styles.css","gitHead":"26c284f3f6a96f51f671b1c96d4d58bd4a9638d7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.9_1636335016663_0.7986733322750585","host":"s3://npm-registry-packages"}},"0.21.0-rc.10":{"name":"fundamental-styles","version":"0.21.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e3e43427a06c4665ccf9ee258ee4491cde9be861","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.10.tgz","fileCount":708,"integrity":"sha512-wLruDWIAlIQKW0cH5xS72ux6uErhGseaccNZGXSKwJ+5IShTwLyzRZW6m3t3XCb2LaAhefVuFtyjp8kv2/97rA==","signatures":[{"sig":"MEQCIB/cO0pN29KOL/lZAcePThfdUQAFq3ZPh+nL2BMJXK3GAiAOPeHJjcAM3X2vjHWUVhcBl6hHkKcc4pe1I9imwAc/5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23922095},"main":"dist/fundamental-styles.css","gitHead":"37307964473acbdca207fdacdd18cf110d15feb9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.10_1636342096157_0.05298446780934962","host":"s3://npm-registry-packages"}},"0.21.0-rc.11":{"name":"fundamental-styles","version":"0.21.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"97ed3158f9e645c5d8a0b1690f7bc2722ee10032","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.11.tgz","fileCount":708,"integrity":"sha512-+4UTfM+F1lxcXXq04O3S3yEr3PJJkooLgndY13VaZthS5IrSl7uOw7rwgUaFASqZlDOlLhVVy2J3wessHrjKng==","signatures":[{"sig":"MEUCIDPWSxWwyXzzE67SiGHCRktkCjWvLbZk2mpZUUfZqQkHAiEAtT58HmdfSclPFMtewUlE4HWd11uhNlqAxwIcOH8uacw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23922208},"main":"dist/fundamental-styles.css","gitHead":"436400dbf028ad3b954ab1b65c8c93146a8c6805","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.11_1636343572869_0.3125352110519821","host":"s3://npm-registry-packages"}},"0.21.0-rc.12":{"name":"fundamental-styles","version":"0.21.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0d5c16ac323cd9ede17c10eaac9046db16b22039","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.12.tgz","fileCount":708,"integrity":"sha512-fDD1DbPxYu9N9jEcfUQZqIoslO7DMIK3HLSpvNmw1bBod/Zqp6fdG0wW6DnkgyH+ANwGSga11FD/+g0JzmABfA==","signatures":[{"sig":"MEUCICYlhc685QFykbf6Iv/fIre3dcfQ2Ifyj1t0UcI8+lNPAiEA/WKqENKNwSuPOibzzWut50BkY2dAoUojqMxxpZUDnGo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23922700},"main":"dist/fundamental-styles.css","gitHead":"b6a321552a650756381400b6d53f74ba06f0047e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.12_1636386099426_0.4913416258789858","host":"s3://npm-registry-packages"}},"0.21.0-rc.13":{"name":"fundamental-styles","version":"0.21.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f57abc1fb3d325278986ae426680f9494790f36f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.13.tgz","fileCount":715,"integrity":"sha512-A88G+pmlXhjNsV6gi/nn/sF5wYkod3eBx74GTx6ZUXe3FyqI1eSKS1RcqOaTFfXtU21f/7YzGqy4jN6unMfVRg==","signatures":[{"sig":"MEYCIQDwtOrVdkFa1reFHfTutJNdv/qnv15d3yOjPi4ecG9zOwIhAOd4YylD4G0rC6UkTL4fmun0Z45NK7mvxjXgBShYU/ej","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23936611},"main":"dist/fundamental-styles.css","gitHead":"19b46a226c0e7550926b992ee982e4366f3026b5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.13_1636480789942_0.7534917627406592","host":"s3://npm-registry-packages"}},"0.21.0-rc.14":{"name":"fundamental-styles","version":"0.21.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"50a10d5aa0ba067516543c0a5b255147c2fa6075","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.14.tgz","fileCount":715,"integrity":"sha512-pLjebl5azB6boAIvC0QA0diYT4LvtuTDS81B67ctaU43ZQbnICsz4sPrroYHqai2D8dBmDr7sXakz2/Z0Z8wog==","signatures":[{"sig":"MEUCIEHBPadWLJhYJJ9xvyevzxnVlxtinGYuXkOJvzJsuhDgAiEAq+7DxTdXbpjqsQMTUmLDNAnj/pxMJD1eb/umDOxa8q8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23938971},"main":"dist/fundamental-styles.css","gitHead":"6b75270f58d6b350d5235d49e0e547740f4141ea","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.14_1636561007164_0.9709250508840019","host":"s3://npm-registry-packages"}},"0.21.0-rc.15":{"name":"fundamental-styles","version":"0.21.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d14b042e7509f96a3982242471dee4e6d7bab778","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.15.tgz","fileCount":715,"integrity":"sha512-VwBdr0wn50LCM5KQQQ3INfP26Q8w5hMJ/C/0xH9f4bewAxVnTzEB9R8vfVDXvwSGZFdGNryi82N8VRKYP1Msug==","signatures":[{"sig":"MEUCIQCwewQJPN2TN9nU6rVbuU60dm20pD59Cm6Eso0IiKF9AQIgL+9b3tbtrtx9bJ34utY92DnENwAynjGwi9Ol9gF6SHc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24007094},"main":"dist/fundamental-styles.css","gitHead":"b97799a539257a729af6f6483f84f2751a811beb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.15_1636583105098_0.3428834013163429","host":"s3://npm-registry-packages"}},"0.21.0-rc.16":{"name":"fundamental-styles","version":"0.21.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3c9419c50afed2690e1b6e57405d2226c66a0bfe","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.16.tgz","fileCount":715,"integrity":"sha512-4pG0xklX8DjgVV2GQKEnjEADFktiApdhn2lclIBQdnlsfN7q7a3yqoBx6QmbIWSie0kk12mclVipY2BRXG3Dew==","signatures":[{"sig":"MEUCIGWqu8A2xFJQFMIAoaorC8vaTKD7UdDUZgc2G+ubU+rhAiEAkZ6+UW9k9vO73Oij6X7qOIeFrVedm6mW/h/ZMgp2tPQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24007465,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlPFzCRA9TVsSAnZWagAAosgP/jse1DyIkR9+hUNVXvfS\nqnuK7JEBzGS7Mnj77QBQefZ3nVoNh5Fk6OnpCXsP5pcPYVTwUEMa4GqLnBCF\nwxIFZZoPDDejhhCRgyAHrq2pjcfupdzfa1akxcR5kUljhu0FSyfFLqmoXygn\neEXB6x+Ba3iRtkfL5tYXuhEZDOe0twgLahHjSqhIHmNVJcosH3NokAviFlQ5\n3aRxJqAEB6xCW7wyEpayNAsz+VQ/s3B8XEROUEQSI8tWrh6K77h3kkpT25tp\nY0ekceXXn2HzNFh0/QQtVW5JLdwrkP7uownBM4bYiwiakMs2gNvWh4xxDS6E\nZBY4FCeP5H+Rl5e06jU6zvg9nBdNV+Yhpu3A/x8Y9zae1AW5Nr5185CkxlEP\nnAAf/zjdDbv7H5erEX6jS3GtWrWwYODHOAXhbpVCmRH7eDHN4YygIkKaL4bL\n+yvwujg53Eq87jTXr/Lh1MR9J2vE96XE56eGMV3Td5mYg63lxJG92XDXwPJW\nK1q+qKpN5otSE8puiZ3jLw6nGPKkk4NiJ9EsI60jcUFkXz42bMBKT9Uwm7c5\nzDtBpa3CJgqii/gjJphUmj1lsFt1SwNC4kSi8EwZ/fQIu/6EL4ryttnPDCfl\nvUCSxTM+tcr/njA050WtjnGLh4whrBTl3kVVYUK8zH3uXCbHERsv8aHvR5wA\nHXGb\r\n=IXeM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"787b28fde0c03c2d17c6d7101407dcdf33a501b8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.16_1637151091472_0.28072139422976305","host":"s3://npm-registry-packages"}},"0.21.0-rc.17":{"name":"fundamental-styles","version":"0.21.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3999dd1aeeb748a5dc6781ca49fbb2d46c430018","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.17.tgz","fileCount":715,"integrity":"sha512-nm2ChpTk8TdAsWCcGg8DPj2iPTrnXZ1Q+cFx7BbhgO52/tY4O46IgzygPeGUciiJqGNnO+At3GUqai1PGGueCw==","signatures":[{"sig":"MEUCIQDn+FaFvtBGUSTutGRlxtln+PxUQZXjL/0QqzfE2rLJvwIgTMpDvbLIs7JpJWui3Po066W2nBhl1v2c+HwrCN53K4w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24007830,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlShnCRA9TVsSAnZWagAAznIP/RiEGXuB2pcSdUVjWi0F\noPlDqCMorWCmw/v3g+PukowZSWEcpcYsJso4J84cy8/z2TOK15xABFd1A5rW\ndufTLGkxG1ZcWVYEXWy0U0CnUcMPAkTbeEUl39DADNFGKRR+YbvrfaIMUAd0\nxDcPipiXs6gNcatZL99FNBYO7xOFyhzhm6o55w2IGdZVmAgWl7Uz9tKwn+vI\nAUcSCvWkiAkyB8wIJPMlb8ipxxbk6Lyc7iPWzwvwf6tM21kc47BsC2rDBWwq\nOyAw30PvWscwXFDUaxQZKVnMq9GLkdHmPcrWqUahXmO6WL7Pw8S1paEU2ssW\ndwcOOmc8Aoel5fe3uFYpp/4bcioWancvSwjXWXc6mHmj4Owl2BrycQgHP3z2\noJwbrTh+SAE26M9/S/qMipnXklyjj1KVJdlDQPUVCsU+sWlkOf1VfzMGa2on\nG6lOA5oXgiqUmNvgTsZ+Byq3BSWd55J+DpFWisuIOng9unhAB1OLu1YBxQQp\nxqfq9/I+sxXsTTGGZjdbv9WetxJaNctlAKwIx/NSGZH+/Lr7qxMIUTd2FzWR\nFPO81+51ODU3DDSUIWowf2guQyBXNGtavrRRLxvwBXg7wKUoDawZQuswtgaY\nmYG0M1LhPtt8OKZIbYU+rx8zLG1Qy4SsTedyYaC6mf+CJ+TfCkM7A3QHxhNv\ngEM6\r\n=tTAr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d942ca0c9525965a5730541ae2182b12cbe78d99","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.17_1637165159114_0.05606836800042014","host":"s3://npm-registry-packages"}},"0.21.0-rc.18":{"name":"fundamental-styles","version":"0.21.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"163dd1a5c9b4a3cbc9d9969c09049c820affa934","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.18.tgz","fileCount":715,"integrity":"sha512-59IMFRbaW2fdPbf9eRCavjDnp78itRk2uiZk+WNTX686lmUu7SXjC16tyPG2Oza9lwslqxig+nEhTNdU8fHZGQ==","signatures":[{"sig":"MEUCICOuX/t1/5iIBJtAzaL7tIJV/rd6Hrb3BfDfHbSb3bBxAiEAz4V+KsXdy39oaqY7IHrvsCxtqeOLMKFJnA3And1n2Lw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24007943,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlVDGCRA9TVsSAnZWagAA+b8P/1m9CKoTebDjrbZ3yaHf\nNvVyIF+/nnoTTy2onnRJB5V3dETd6idW2mkcnewrpdwTKZU+vkQAr8Nh9zi6\nCCT0B/dqMBbaemY+ngK9Uu9zenwPpgEo1piMwBOsdAlamsaS+ETCPbTovzwJ\n3foGMu2fGLB+bXVUawxNnldjb7nsmJhCWfnkxCpg5oEjSUjI5Mg2sc7L8FSv\nowaq3TUCn70P7vmyFkcsOfHDJV6PoRv5K/luVJdWM4TxubsIvMKDiyNRSV5T\nW7BwdCf9oCzVBIrBlyOZU5/LWxh7qOOaNCAfXl3uWmqPW0JF24FLiD10MWt2\nVt+VG3AzH+bcSLEL+sJq43X6EeZSf00cp93epPxkklBQ4l1ey7nZdWQO0oHR\nvUhgHwGr1Fr5VByzENEabK0HLoTC0Zw3m2I0OSE4FCudo6MEpdd0inta/9td\nZH8twzfjHYReZ0S3ViVhWs4rtjoR+Q5iZA0KfXC/3txSJcbEZ/H0d+0laOyh\nUmaML2XfB3qP+LdRqM7MCtKZWguQqHXR1QAePabZKMgGb13hFZTElBU2t9bv\n957649LrkJviRH6FQ0GlLfF1WG22Zb28aXMQK60V26C8LJZzKdNo3kYXaJA7\n7z75h87xJXxaa6D/2j9q0JJ51Po1utG1lRSKGCOMdGCvwPVkrQ9gAlgq5OWc\n10qA\r\n=dGPc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"fbd6dbd3cb48c2d66bcc29b17ab0d9b16815135d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.18_1637175494578_0.003290962152614707","host":"s3://npm-registry-packages"}},"0.21.0-rc.19":{"name":"fundamental-styles","version":"0.21.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1e0768b3d7463f74b1e6f2cea5552700f04f6005","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.19.tgz","fileCount":715,"integrity":"sha512-vOboRfNf5+FtVBcv3G89TLMXoSmh/lkAV1BJTAXwSNRKhOzh8iKu/DKME82iFTIjp8WzfdkUCNbhfWxdfh1a7g==","signatures":[{"sig":"MEUCIAvbWRZUWNVXh3Sk2/9spmxgBZ76GUUmbEbd3Oht33sgAiEAir84Oa7L/yJHwdBLo+pQutADn2tdt2NWRXMh5Z1ddzk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24008312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlWItCRA9TVsSAnZWagAABSUP/inPwUVdtT2vJf8zyGjg\nBXOSZsnIDnmYesRCQkAC5frl2C8WV2s60GJBfvtqKez/I0kLrcvyiSxu9f3F\nFZRa8yWDlKCsPs2sjHugNWHB1KWNlG/0ZhMAuP04m5xbHUbp7+KsSM3QL9mE\n0DcKmHJLiN7r+Utu8Xrq8douGmii+AOF4g490x/fGVn1RaRC239hPX0hs7Rj\nf3F3JK7lq/6t1aYpgAcZxZVNYobBtcaLthil+Kkro1FtcNCMwa91yvdkRi7m\nRredp0eQyazsCIWT25Zas4HWDVlYxrvh6iYol4jybyi2wwdCw82zcm42dky3\njGABUobRONKeQapv8SQWPQPshttYYF5WiGrr5TzQNzZn2WD0r1arXb/u15jl\nqTbsfKw3CxJt6tdrF3KMvuszdMXePcLNYxesQy1d9RhZYqugFa2Clmw8fo9q\nQINVisW+Tlucfn68TpxFbZAls8jmosFvEvY7y+w2jUdH7W0Q2Vxh9615hkRr\nxVHEmDXHngZ1z8+W2KkdwzBd13l9MY0tRWqW5KFhKPkzi596VcYDTI5l/Hi2\nrafdGcv/9Gib5Z3NPx2cugrbKBXYE8G+2E5lPMCK3lj3BpuOv2E3wP+lG8RZ\n0iYOpL0i49lhLT5bhuroiRv8oQKu9qJ1NpPz3AEywUFAKTl6CuEuHpfAvAR2\njoPI\r\n=PVBU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2059a3b2c8be28b7ebdeb4da207e8d2add60839e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.19_1637179948917_0.5305350406677725","host":"s3://npm-registry-packages"}},"0.21.0-rc.20":{"name":"fundamental-styles","version":"0.21.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e01c0bb8d8bd969683fdf3aab1e585d785a8d00c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.20.tgz","fileCount":722,"integrity":"sha512-HKztRKiAwfFXLhw5MSbTpN/qaLQ+RyUKHXEqvTPGOjsDCdFIBUy4Xuo6zh9uYEGk4mp0kaEieEjPeLwuSPKUfg==","signatures":[{"sig":"MEUCIQCF8YmNp2AuXBnCRorp25VC9EwiTllwxynsb2AQrAKCzQIgbkhF/IZgJPHrVHRlCXHrnA3bxanW46OuN74UA4GfBGs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24081143,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlXF5CRA9TVsSAnZWagAAZC8P/2TZTUjDLYSHSwYMe1WG\nvC5BD+K2KTFqz300WcdAXMsl2P0kp8DIu9B+2u89He/AIA4J5LVRNPwubbdR\nrpahCnyYNaO7buHzq9k4uuuyIhpjFETjl7xvKE/sH3cO7YHZAYkM7Ot+mR1t\nOIBkCJG+UFsH/QYUeyW5QT38W18P1KBCDdMR2Yt1ihq4nu9dVC7bh1hdGFGM\nGlISNQJry0Twk7cllJDXfjrnCx4r2IwNAo4fJouBjX0YTlq/jrZzaGarGVv6\ncaSqJeubR+AzIfGuaJb7JVEaZJPXZT6T8rH8pTLkn0YzNVkra+DVGfLz0tm0\niF5NrfbYSlixAembtlLAFYMEzWo510QEs7CWwKQMVwtgY95y2RD/RigseUBx\n3vBJtJSwWjVt70K6wDNQecmQ1thu9dOoQ27WX/G2rCCPXXmjtsVHiKHhs/Pa\nHM4844sZbLQW0yn2unR6simhluPv6LLeYmZtLKfsk3p+dvD0sZWY6Eipu455\nWk7JPx1p9QOEhSyzrLEGdb+gCEs65K74qP/ysQm+KG62fSysqZo+cD0qKqhr\n6XmfDCukYTiqnqCDEkEkniA1957R2Rnozx7FVOiVybX3E8XohmpLTt/ZV50V\nefSkcg+0zyhMLiO52AK8f0JrTtjkO2mbCvRUy64D8H/XqZOMu5TNFPmMr4aH\nVFqV\r\n=wDDw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e9b6ce975479970ffeafb66ae81c86585d8b0367","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.20_1637183865707_0.4752180935833339","host":"s3://npm-registry-packages"}},"0.21.0-rc.21":{"name":"fundamental-styles","version":"0.21.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b2f7d09242598a9ab361d8b19abd3b1be33aa970","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.21.tgz","fileCount":722,"integrity":"sha512-Z4QGDWfpYBInJI/a6WUenA7ufhQQyJpY6Q1fLL17hxnvtfJd6tKDguOzjPx8PT9w+XE6i22awzXY26U1j2hlFg==","signatures":[{"sig":"MEUCIFkkJaWW7G2rg5Q3xruU03GioyilK1VmUPK95OKCfswIAiEA/17Q2VR9JbX1BBS15962gTJ4VgF6cvwl9HviDLfHhVs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24081514,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhl84tCRA9TVsSAnZWagAAiEUP+gOZw6pDEWSCDmUTf4PI\njTd+LVGMd9a77vJUqRvzWBZdmd2iDjGi8O5wMSIlLjEoeS+8f4LOQiOXSl4e\nGGb8vDZQFQ0hwB5JQjNAveScH8zSNubFsCiMXg/EMYoO76IZqh3MtzVhP7qa\nMHpqlTrZrpq/QaW5ZYJ9t6RZDtMoqwlVRLzqOE5FQHUa11rvc7KN08JZpkUJ\nJZbsGcE3ei65uwecSeSf/CABjl1uDqcJF+lYpSF4ozNwR+yasQrrOCVKYf02\nUpoWWC1ZWB5Ix2uVItHB4BmjrVxmqgR0GQcGfLiCXL09BsVIjb9ZSDx16usQ\nCFHgKnhp8/lu8EYz8TjULgbmCZqlUqDn5nL/lMqv9BW+kBD6eCLSRvw7aguW\nN6Xwg/ZMeDK5AgF7Bp47gG5b5+xyUDOd88p9CjCtQAwN/w1Pb4NG1QcvHge/\nFPP7a1eJGMOo11/vXMalFYhdmCuLKIZ4ZJFR11RSGy0DFdJz88N5Q7gSCw5W\nRIusGzXEJiPQT7MstuxmDhRTfbj5ztOktTiVGshKwoFGC42s+ne9tqYxrG7r\nZvBgmeJOGd+bHb0rmQsAzO2nEIx0wx2muztiil4mmfsSFC+HmwgpLDtWiLka\nbjSOx0y2yCKqUFFpVqct/sf8wrAHhU4N+1E1rQ6EFNhtyV5Olg9QLXMZw2EL\nSh2P\r\n=dU3L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0084b9964232cf9652670216418bb9c0e8243dd8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.21_1637338668942_0.5132911546954315","host":"s3://npm-registry-packages"}},"0.21.0-rc.22":{"name":"fundamental-styles","version":"0.21.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a0bc5294584560ed3e89491741897cd57e1533c6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.22.tgz","fileCount":722,"integrity":"sha512-xcAne6MWQrvjAfUKUc+MnX0A9MadvfyBhgxpi//kaRtmxJNpcs+ZvSmj0GGY16S1zBtqgD/V2zbzCHyXC6t4RQ==","signatures":[{"sig":"MEUCIQCvhk6wHZ2BxqKlu+KyNVBnWwQ6SfJ1/MbTz5p17BydLwIgfc2Qo3XdBA8lELyjKhu5SvT6P9jFlEKBj8EshWtqee8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24081875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhm+hZCRA9TVsSAnZWagAA2lkP/RdR5Doyt//l13gb7MQS\n+rOpRaDgFqzQVvzzM+tzyl76VObGBm9wVcscE9z5yMXc6XrYhb5Ak+Y0TbZS\nc9hYVGvxibQnSE4FVP+Qq0p9Lki5989NFnYTKZbHoP7MqJh1jNE+KsZxsN04\nADJ10idqTWTyHO7ylu6hjENNtXdAKEBb+V4A9q2em9YC7gHZ4jf6YY2xz+NR\n87KzqQQqbiGlQHmq+LiRybd9uG4wKaf4SoLlskqd163jzelA+yaH0hfT7/pY\nsEcGf7ERBa507cHHuk1d+hEMPSbJvv5Cr6KMLN5q7yZChJOKpwfZfsyP5EJt\nVmSLWpXxhe/Z/DS8H/v09SQdA1N1kVVS7hHp31I6lcfH0TniCtjL5Wppbmd8\n9TBzIhnDlT5VPIynVYZqCOnGLl3Y0C7OA1OtIYwmJ9d39pf7W1zMCKqHRt+p\nNqY0365AYDfRlypFV+HOUNvrSNbzWWk2L0t9WsY7HPx281iS/eiV0IyH84Qm\n4n/iZb95DXhRkQ0bw7xeWk3h3QZQ6EUPNgJ7QsoZg+DbvExTKGHnU9UZRsAs\nbpJklnyOaLpKGI5F4bz/9ydM1Xvf77DrTVOab7LA7WupzTPPR7/SObdvfShI\nNyVqvUN7Yzfk6RRgMBcr8VB+ZJCRZbzdwA1vVtO5QTIp/Qm1WHN2HRtpZYYh\nUVtx\r\n=43C0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"35e02cca688b116bb84739d8744d3ef5f162d5a1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.22_1637607512955_0.9783344084012071","host":"s3://npm-registry-packages"}},"0.21.0-rc.23":{"name":"fundamental-styles","version":"0.21.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"713d6fa0f0f6f941a0df2afa2c8fa4665773705c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.23.tgz","fileCount":722,"integrity":"sha512-bZtlPZ1ElLiDBNntEdHMZKbsQ89vkeEn9TMzG3T0rnkSGMcxNpWIvSRTqjK0N3tLkZbaTZ+jyyreIwjo8dyTdg==","signatures":[{"sig":"MEUCIAMTdhybRBxlSlEnzQ4uBFCwWAR7PnD4cFH5sKV5nrIAAiEA9G2hLVEGAUtIlT/LgxRcD2E5sNekKKJNJM5oNyL2nLk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23987444,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnN+hCRA9TVsSAnZWagAAw0MP/2pG+xCr6D6sF80U1P3n\nEIky7cZTM8ElQ375MGozBMgXpg6yOfss2yMuAnKQzC6x3vcqW4jgCpZcsgUr\nVMQ3HKAYXKOGzvuufR3xE7r0NJpcyk9vaCkQ+9zV9p1W13NXFE9OALrndBT/\nhz+TqqXhIqcN3RXZ5fF7azFHBOM5DIuQ+Hd3xYe0Y/djsaLHpUVJdMXSaOVd\nJOKd/Ogmf569zbE42jRqbyDu4vu9C1/OCancD8cqC6bHj+8d0TI6TQ4Bbf2F\npch5lVu2QkHwqz7iHKdyCrSFGjVcIXG2lvhUmnysS6ICzRyLkfCg63WhtbyH\n3jlL9YRJGnmAv7JRyoTRP9rMYt0KbC0HZy4XWuOvuALdcJMxwQunGMGD0RJO\nLNqAEnqENhv6zVqL/txrWEZFsJA3fsouhlQKlq+Ou1ZdMvstJCCEIRh1yEdQ\nXmyOIZzFZw2BMcw+dLkBex1ukjynCEli8CzQYCpe2hpo5OzxcatPwOqqdK4h\nYsMb+mF/gj58tMn8xaL3/b7GqbX9sFXZdKJ5UKToij/iPPuETXzqpjKUjZdy\nI9hbpTAlJBamExo/WftFofVK2xk0hFY6V+6O9ly5auo/lpEvVS2YaHbv13wo\nIyXH7hJqyAoA8h3E3nFgtPXfwzqmsSYYLh2IJyPI5eQoJFECcXK8w0f//nje\nFT2a\r\n=cFIM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0fbf8d93c45365a65b86b2540017c832b9f65349","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.23_1637670817736_0.17990789527622852","host":"s3://npm-registry-packages"}},"0.21.0-rc.24":{"name":"fundamental-styles","version":"0.21.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1593b31100c734afd04cf3d04834ad42a75ab1ec","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.24.tgz","fileCount":722,"integrity":"sha512-3LJwlkz/EsVKJ/OvntWSH4L9L3kJwPryzISpsMguYR5GKBBar8S7Tpz0cKR/JzpjB6aXzaWws6ve9IT0acS8Vg==","signatures":[{"sig":"MEUCIEXpPd63fVCDeUa04pkkx76iUUL6cXiNMb6ncOTxjTYHAiEAx7ehP9BkpvYL9lkxz9OvhH4BkMTSHDFTnSGYgitU84k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23987941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhngqSCRA9TVsSAnZWagAAuO0P/jcMJf24E62NSCKYcKVu\n77b3ylCesZNpVGMTPCSIynU6mpahrg/Vugawe7/6tq4bqsT2/P/PXiI3q/bm\nYxK+TNiMY4o7PIxeQzF1u20RBB87kYhM7XBDrwhYn90vPdbeb0sxxq7j5ZPB\nSfx4HotdZBSoBs4TCunR+LUKJr0osMUwGF43xMcUTJll+408dauChYtumw9u\nTgGOgPTMrz8txBQP9e2UGEsOIurm9D4m+Hh4t1llcigWrwkWwIWloUr1suAR\ncGWUU3TZ7NCY45MZ/jKiphqNB9BJP2UFk7pNInlw1c+JNnrXtS6ScwX7UYQA\njhLuv5vzahillqI52XHj+QnAkOTqdvEziUxbomGIKO2S1kU7R4cqkAa5NeLH\nvoDzjnUdcUGKp8+WnkupBB+UDRrwT5Jb+JaiWfVtgotYLdQLLC2I8/u7wt/e\njJ0G8W95WOnU/qZxvg5Xe2cueUXJIbceintRYtaBAR9/shdQjsxqLaGDK+kg\nSUIqdh5KNs1h2cqBzOomfDps38G+3odPJCswqzW8XaT7W7ajj9oochNKNEaO\n+j5SNkyJ0JJKZcON3QSWT2V3LXWa9SYN51vqkdAQgg+nNz+msZlfaw+wJKzA\np8PRi/6hVifOI2+Aj6fMT6D6w+hsyW1thRvyjeqTt3z0nQGSXV8+bh7yExtL\nNPQ2\r\n=vjU+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"621e442d9fd1d90595c843cc4331130caa9cec42","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.24_1637747346381_0.020024913395819244","host":"s3://npm-registry-packages"}},"0.21.0-rc.25":{"name":"fundamental-styles","version":"0.21.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b3a69ace4c886ee997492b465ed768d3834a5baf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.25.tgz","fileCount":722,"integrity":"sha512-93P/Tt3hUO49vlo3lhiBGts4+QOCb5DwijGyfeZgQBkYavjM7y2mXMjUwikCTdDqpM6//jc2JZcMm8THSmv+wQ==","signatures":[{"sig":"MEYCIQCZMk9JaK0brONDWSgJUGTgowkxnFH8cBA3Tid+fAJSewIhAJ//ZCb1gI2TPaP3mI3nN1BxC5zN7jlQTa15Z1Bhe3wC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23978108,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnlnRCRA9TVsSAnZWagAA0WoP/j7Q9wqOE7L6GaV5Bp86\nUZ6C6F5k7XmoCeR1DHmjRryZmKQGDmry3bQV7PrV4QO70cx4vg1YnU5YqnJ/\nEh/BlwTBgUoBrDv8I0qcrTX5YnVZqmgOtF4LBqPkFNRnuLJr/BxY7pm9ZadF\nDvnn49hIcQ1nUQvnsZOOYi4AVgu3B14InhuQx+3JFUyHuN/06I6P0AyuajuC\nLCWltk+kVl7mTWoU2YY+r5KSgODbirwi8jl/eZAs0+HAuTEyB0s21bop5rnI\nLdSFILDxQ0JqCKgjduKf3UoPR1b9UUqZjpoCV4/MGXE+FcuscW8X8CEJ/dkY\nnG8OFL0tUQifcAXc4IupHaIvJciiZPx12M54Bx5tjrLqoBPxSU/FzLHBX1o+\nU4sp/nJwF+jyZR9lqcgp4Q7pwlTaCQytS8ZvgP4TWWLshzfs4q/8XzqLuomZ\nWqEpteYXaFOcLV/+Mvuse4SdR2wmDQlhsUgz/jQ0ETrD5rn2aoTwXKFamN56\nZ/T8da1G7KLVxOkfyaopP9HNsAYt03TEL9/fng4uQgMbxPHXjrHr0MABVwVs\n518fwGO/FIP+zsB6MP7iVTIJZneAFkif8dJmDE/oVgjZbXqXhpJ3fLICT2U9\nkUo3YvpRZ3H3jpysJkuAk6GOmzerd9UDKvdts+zdxXCZRx1ultLOfbMbxJXa\nx0sX\r\n=WqvJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6b45aad5cb5ad2b500feefd0c72ab573f3d07f36","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^14.1.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.25_1637767633406_0.14683256754038232","host":"s3://npm-registry-packages"}},"0.21.0-rc.26":{"name":"fundamental-styles","version":"0.21.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d0dd411f359cf1d7d40240566133fe7bb7bc124e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.26.tgz","fileCount":722,"integrity":"sha512-87/SUAPQyDqXXdl8LRxapCrUyIb9pMES86Om8GB2BNj2GZHLJE0ddHWs+4pcBF1SU3IGkFYlLaumxOs7QZlH/g==","signatures":[{"sig":"MEQCIGu+naJtsoMhLmUxsPVzN5kozN617DF/ox06uYX82QTdAiAVcrt4NkHTPvRwcbLPJXPEaZD5dZkFXyv8jgsImNRiBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23978221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhntvRCRA9TVsSAnZWagAADXgP/1H4/LdpVJagVjlvFQlZ\nms3sFRx8NW4p6Skqav/0PhbeKs43w0jb0DvUQsnMgabAmjSkriwgWa9E6kaC\nOyoRbmqUb6Hv9ZF+KxjO/uyRWAtCWIreZ6gIETRQZU884pzXk9fu2NxNmOBu\nVTuc8mLki7w81FkbpPHOJBCpC96VvcC8LupQW+I+YpUKVF9CSNvcYaYaCcqq\niQyw9AP+FuH0RtYzi3s42w1f6BpBPwm8MQglJm30PW4VcODeOdHzaXXKPRbG\nIga8BK8aLBZFKqv1dx9sy5Y2LAYAJDwk7a9HUFAnRN24nkPKsl0YLyxLv+zZ\nsj9p40Gch1yKE68D8Efsegcc/z209ZK7oq5VBKsij9dgqwZdcf1c2EImKm1H\nd8vxhbcN5TtWWI6qJ8sYG6LAjP+6dhFXE5gNtFJIsgXxsy7FBybnwp3FDdmJ\n8WCcUY4wjpV0UYhKeob6wOM1M9inHmRUpvPrLPVYIrxC+FzgzAtoI6nHA4zi\n0bBLGY03RDPOjWh+me9aluZwuwPNCGfaSzr+sYA7D1BmQZCnXDhtI2vBg7PG\nO+Xph+PtEqmg4QK+LTryJUdUDk5Bi18PbUUOKkmX/dlK9QO3L6xqPOiefVWs\nWm2+PZ4IHw6QGc3CVx5Hs75LmpGf4Q9hOSyYNIUKWVUcpCe12UgMI6+q/suP\ntH+7\r\n=Mp4C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e13669eceaf4dbc44efd7bcaee66d331242f2af4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.26_1637800912777_0.8797124441462192","host":"s3://npm-registry-packages"}},"0.21.0-rc.27":{"name":"fundamental-styles","version":"0.21.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4c196c8987a3ae4655a1ca8da83b24bcc4ae167a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.27.tgz","fileCount":722,"integrity":"sha512-sTQpy8/ccL3t5NarHBVz0NcBPtof5xRuB8E5S0QRuM84vTcGPVi/czysFAT1JWYsvZg0YYhEfs6Mn51uBzHx2A==","signatures":[{"sig":"MEUCIQCefzeR+bKJ9+HE1nBkfVy5OZsITiSdv4Me0HxNxYowLgIgU0usY/lRPa5XZ+yxEaQ/6Kp0f00jbhOD7+oPTZvB6Ug=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23978553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnuAcCRA9TVsSAnZWagAAdi0QAIhXcfmqYKFC9Clgb9cy\nT46pgfe0qJC/aJ3C0hidL1yzR0FVoYGjmfXjxbaYc8db17MtE9CPIe0i7xq7\nZURgNvBfeCtYgcOOEljZXOqfbKuUPaV/mgcEm+ppLHe1JkLRaFFW8H8H+1ek\nCc4zJZc8meu9S40nTqK1sNw9B0Qpz+wtM5AsPm4plcfbOXdkN5HrplUSGUeB\nvxFrbKKnWmQ85EqgrMTcZOJnUWudunOaD9qg1TaQmISjx9iT0TaH9LYPdzqR\ndhzQniCNIJUxY/9R07NYnp8C8MnwhelHGkr/9PVvbta+H1veNI7Fnk4/rAmD\nVMIWEBXZJIEEi8hfYQC/Mo/ZsAywjThNVfdiu0Xums5EtiKY0kN3yH7KuKSD\n7SIakRDsazrwobvaSO7ZzqdYTXNHTsrggpngDsG8eeqqQHV9Umb4HIHHlF5p\nLJQRiosNogjUDb2Kx24v3kiSGdhHQCc4CwXMj7Luy1aZl3q55JmhumpWBK7n\n8NECqEHiEtvb0Dtxl+OxgAwX5gWGQUsZAUP0s6f//kIQqIo2IwRDreKhfvvm\n3S0JhqS8B1FE5YDj3K1vAGd4JLCXOkbBgSCmo6dHVs7Wp8a1A4ItWO9PLEx7\nrndoPXlCq1O19cYIsFiI7EPvXImPFmfWFuI3403q7zZ64v513MRFrLv5lwHY\n8Kbr\r\n=d9E6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9a98f3827e3a46be0902133053b25336efb95303","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.27_1637802011780_0.06853465544702964","host":"s3://npm-registry-packages"}},"0.21.0-rc.28":{"name":"fundamental-styles","version":"0.21.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cbf1dc6ca96b9c0f9998411b8c32ab0b8adcf2cf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.28.tgz","fileCount":722,"integrity":"sha512-C/hi5wuuPJx93Jxm013R/dVIxrT4c9pE00eFDU/KPcAtYIknqFJY/OWIyes9v4MZCtsNaJAR0QknOmTNmETfWg==","signatures":[{"sig":"MEYCIQC9KHEuqUPqK768nXjO3oRl2EDHRr2PQDoAy09GG5ECdQIhAOcNpn5vRXE2v/+46i//wtHg1kl5vGF7CLn2Qpza6gnt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24020574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnuYyCRA9TVsSAnZWagAAAf0QAKQfo/YMf23CrjoRhfbn\nDpfEy3FM6CXG3iwmwNTSkqdZA4mrMnD3ke/zN6RY5y9p7n7pZCLSRXf4SRr3\nfCNCNOj0dCuFJiZhfEWGktpFc3sPE9aSMr2nZZnCCXYFZV2xSEn4YZ0n02ZL\n73Vjyg284ZAWT1fmS+vlcEna2tKHPBYQQjuQpM/GR7UgPAEhVr5s2YxjVCjl\nOsGsfGQ8LI8qsM4MeZJkKnJLNdck/kBCa8nW2pieAkX52kXJRETM+ykOHsDS\nwf2E3Lg1fTaq/k9ZrfIfstDqqnfv2vMjGGK0T8msjDW57c3sIgh4YjufM5BL\n/kxmRXAwy8M/3caKYlxDN6FbrnfEl/DxDglc4G8F6y10HnfGVcovrIgkbak6\niUfSJXJP7cVKwGIyn3XcGwzdsid9MOX7CWQCF32Y2Myv8fEtfHJKzY8JLIfT\nPEJwir7fKuITMe0YRagyW+mn3zdFYgiQ1UO+UHqrcVKnNTSj9/azrqjteKOi\ntvPVcLFv8ctiEvK6HCp4z4G70XyXIkFTImq4X5SEacBByHlA6MKat2uB2EUF\ngFkYScemCmReMLR/VgWiN4/A53pP8ODKhm8iwrVLwQoRYlMRoZ/8dAkoNtVb\n5o2ctVdzVaRf7GBzhdZnEjPlVrZ6Ba+J9+T7DQ4TXiY6aVZk41gQUvtaQD9h\nFFMs\r\n=ffWM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"fffc39e5df1ca9c9be9877b2b25026f543a6cad3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^14.1.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.28_1637803569876_0.5885345903954577","host":"s3://npm-registry-packages"}},"0.21.0-rc.29":{"name":"fundamental-styles","version":"0.21.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"010598f66bb5d00a26fd57faff0a4194a61054f3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.29.tgz","fileCount":722,"integrity":"sha512-5RiCIzmnOYGAxVMfck1UUhgWi8yLNc4IJJP6O0Igl88Rsgz8VoJFu+W3Rd9e8DI1NXAFd9o5hqrioAGik+16pw==","signatures":[{"sig":"MEUCIQDpIDhPeBgC2RA4F0Ie2P1SCIdH4oGUsRXarGSNrQkrAwIgIA68Mn8pxilJBIpFNxbSV3dCq+E+sYVEp2z3dDJNF+g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24020687,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnuxaCRA9TVsSAnZWagAAULoP/3NS75oK2iMa9dxuIAoF\nHfh29j5w5lcXwH3KeXHoDlYR60j8T7AwpQ67RvYY3IY54zLtZWXwJwZDmesE\nT5TpvkaTXf4sdZQVJR37b8y3cSowSmb0YrlGz/SKxSQhr1E9hmBo7RgQvfXz\ninI7oeOnKSFb+7EZvFWYLnxg6/zwBOR7cwW4l7fRMZ+E68vYNlhrikKnqqmj\nVdSTG3gKhxwgw41CeRH3U0sMneyn13xi+SfHyO0LKOL8yWs0IReBKM02w5Z1\niLa3j12VnneyiwCcl0Z3pfn2Tf3Aim4fNrNE0DjFovOMLVBBEUOjZvVM1oNq\nnspTnMxhn30hAiU1lG+RxtLV0jtruqq7v5+5g99Tath9K6NSSlkyG1me11d1\nAEccN6NHuq1fhDBoY4OfmD2V17HBl1m0qC9t7qW3aCna7sxI+iMbks7is+NV\nVNLE8vqhU0UUItbr3InaBScuASFnil+i/uc4GTAwdp7pBPIyM7K0a9BDqpqK\nTV1t4Vj0HCoMqcwk+jbsG4uY7tZ4OiVXY/0HwU8hAEl2hwnxfT1PveYhT/Yh\nRq1IOw76C7d5vk9ov6MfEDSM9qyixAaTK0O2XUMt+wQAgEB215PMiHJLwg4a\nZJpyRhJ2GuTbF9mXX9y6F11ZGPhlzKvSz6XV63CN58YcJsGxmTCl+cJPLlyk\nZ9Kz\r\n=IFEr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4d5874516109c2f0220450b55ae54560d4208af8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.29_1637805146310_0.08474532325057571","host":"s3://npm-registry-packages"}},"0.21.0-rc.30":{"name":"fundamental-styles","version":"0.21.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3b7ea064813d0edbdd097c05dbef6dc33d7faf6b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.30.tgz","fileCount":722,"integrity":"sha512-cRVoZ1gQAbcT0nEYrgbfcv0dJrVQANAfQPKX9I2prDzc8V2uXBftYEjNR76DcvAyTw8wmCtUZwnq9rqDiygXZg==","signatures":[{"sig":"MEUCIFayuJQI8frY3d1BsRaqPyljCdrtUkhwOAtZevPkA01WAiEAnlGHuNsB3FxNtK3uSi4gLfUQ1rlO5ubFCw2P39dKdLs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24020800,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnwSaCRA9TVsSAnZWagAA28cP/ijTGal7L54ukRfYZkiU\nwL+S5T39KdcsKz5drYdSNzIm6X7Inacvl2EDr15yC7TqFWXwIXWmbIfaflND\nyfAcklqIFXhY2Olz1JMeAyx3qrJUSUr3pxoCBQeD7c9tnHYpm7yw91KiBDdF\nmaGQkwEUTVyfW735oVsARE0l1iO81v9b4KYpPlexN5kCAUC3lAGV49vyKBbA\niBI9YHx9Kh0ZpLPER8H7cn7NeOfKPIi50xB4GyydqG8mbmq7PiEaeGvDoQK2\nJYvfzPmx5OsW/ETx6bSWkYtEexdLtQtaAwobjxpj5pnd0Z0cE8vxsBk1k28x\nRCLUOZ01hAhOKoWhAvaEDCmfRTIZ1ERPF49a7CJFWsRlrUbyquEzrEhIX1Xp\nQkrJ8u8ga2BmXuh/qoGBnVmOrBS8/anDb+dfu2Gl0vDjlmYIQ0fxoCP31cLt\n2rDueMMXTDV8kNK+WVVfSSIbffA6YNWivQjr7bqiO6gvpNDiRGCj/Dp+ZruO\nNmq54AQYLrU+Eejq1r8k+selAU+rv38tMf5BC2nPUgsSscVnTpbRUTRjLO25\nRHSYf/exp/8dw+wT6Aaavj6zxCsuXhICNAaRsxvSmNenILoi5q7+DwR8ZoA2\n482w2kSh4a0ojvdyMlnXGPcFJfToebUJ9ntAQmIZ0EHTSmXT6L1DHqGb+LJ5\nkDzW\r\n=9myt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bf9b9d39cf0ff93949fb0b25023e423fa03d4c3b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^14.1.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.30_1637811353906_0.9259469544937633","host":"s3://npm-registry-packages"}},"0.21.0-rc.31":{"name":"fundamental-styles","version":"0.21.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"456f732334b0bdd8957dbdc8ec7f83b3ee49bbda","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.31.tgz","fileCount":722,"integrity":"sha512-TFUkea+YJ+NSh0KgMIawLkU71e2jJMRrH9WiJpPSbzE+4Yx+qTR7C+QjXTvDj9YM6HeHNBx7RVRm9+PEf9G2/w==","signatures":[{"sig":"MEUCICXO0/+bis7PPi7P48w+udQn3AoM51QRLYPGHbMOZ2nxAiEArl5LcP780X1udB6b5L7suVdhBt2Q20zRh0rMBrJN/oc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24020913,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnwesCRA9TVsSAnZWagAAP/4P/jPbt4Z6iSQR80K8lHpZ\nxXgw1orU0sqirVt9VUjX+EY6+KS7LckpG7GzXX4HWJZg9bHcjXvEoqbzm+83\naMc05gsbKjFiO912Yq1/x+ED19G4yZ3hFSyeUE0FRp3uDIDYNAv9G6PDLckc\nsRRo9GdbZJa2hlTFGHyvEoHZYtsd8yNPGTT4Y7pMm46KEcRitNZw1+suXweQ\n3Qb5qEaN3v+/r+rSWAum3nwiYvVYe3x2V7dcSXUsETHWekmb1o5u8YADSSK3\nKXbiLbB2FHoqwgCAtGcotH3ga4eqa/XVU98rv2ZJn0UJ7VmHFOJY2VEal6KR\nFv7GJDXojxiEWpF8CUTNPbHdXfm4Pyqr7vrL+GSxNdyAI9Air616iO5+lXgV\nb6RbtX4wQa30wQ3o3z8ICleQVKRD/Etiy1Yv/ZTarLjyyxOVggYukYf1bXeh\nXhCdRUC1UQIoyaNCU/4nwbsDzaalHkeDpdYZSV0JsLqtBeCOrrNBfGLDmX3S\np2mVHQZ3XJx8r5Vusx/bwK8cdwnym37yEOON9w10056tgj4VubtZu9KY2m3o\n3AEYc93yFpi7yx4nLtnwgnn54DiLPqegtHEjGBDwwBUdLtqUsPRH6HhbmlYX\nMgLTJ7VY+7yB1Lidqxqze5Nd0M37+PfpS4ANcQgQVjicwgjr7M01hCk0Thya\n3gWc\r\n=TsP2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e20288a90749f474c2432945bb9eaece28184427","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.31_1637812140517_0.9206703406205743","host":"s3://npm-registry-packages"}},"0.21.0-rc.32":{"name":"fundamental-styles","version":"0.21.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0bf98cec9a5f35179042f8a3ce35040a94d553bb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.32.tgz","fileCount":722,"integrity":"sha512-bGg7OSdeu7Oxy749OhDfXmxfIJHGN1uVU8I80aw3sVHtipIid5lJZ458pS5WlP/oZlsZ76kZaWoE/Taf8dos3w==","signatures":[{"sig":"MEQCIEgzCJKhQZvcPkHJvtctleA21Z/MXJdOE66Q1kSrd0nHAiBb1tZi+sKjD0vHlZI0bdoecCwnHwWFVah99dxCcyb8bA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24021529,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhoFEWCRA9TVsSAnZWagAAL+YQAJ1LEMMg9n7n65tN9o3O\nCXo/rW+8FQHXnBgyPCpq6fUrSnMZQLKXZwE9gAnQ8tWDyErPDbsiJINHqam/\n5X1Im1QYDoUwm0EIQ6JgDPnJIPFgF9ZYIzRPVgeNi0UsPdS+pXoVNdVbtD3q\n2KjPEzMJ+bH5awtT8cE342SKAi8wyANZ35kIB+biyR9ulh6bMWG8ClTeX5Ki\nPWQ8y/zt7n2zEO2z66RqnRzFQznSSyyBc3h+mPdm1hfuxHn7P3IqxHKYsDSW\nw7tA71WldRnsm4vttpK1cciHs4E+cW8qzhr/7IPVkE8qQZDvrmA91end6Nlf\nFtdALvJq86M6f89bc3WTB6r6puMmo+tGeWh7I0+h30mSOpbMAYHdRBXRkS/5\nanCrDBy25hztq+wO6M99MpYq+dGpEBfBAOf+D56vjDGUZIbWyW0cnXzFsNIW\ngaTOyVpX95Y+gbF7IDpZm2VQuutDu/Bl8sVBGotYjf3v29d5111ZmsXUXcq1\nuz+dU5z6XeSVbtgVCBojlDcvaPqqAnF33SWElM+7ku4Ck6kSkSWQOUi0+3jy\n974+BHasmzrW7lk47g9mm7Qw4ZArnC89BAx7h1H86AQ/R49bBlNCJPJtkGJ+\nDkoLj0rxQlNnORQ0xwlUtKyJuZkFMoLsFhaKm1QLB8DYPWumbVRAmkjZnEUU\n4IJ+\r\n=x7TC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f053c158ef635f0ce0b5b5d4434f2b36681a67c1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.32_1637896470041_0.9278220427530663","host":"s3://npm-registry-packages"}},"0.21.0-rc.33":{"name":"fundamental-styles","version":"0.21.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f545f34a60cc39fcee9e9b7b1a8904d8588296d5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.33.tgz","fileCount":722,"integrity":"sha512-NBLJgOTYv+ZgsbRxF2UhSTRIP3+ZuXlvUJ0tvbR7wG2J4zCxiqEw5+gkOmz2Yo4a8nuGc/jM0Cb6jg9WuduBHw==","signatures":[{"sig":"MEUCIQC1T5WQqyfYXWl5zdZpEOoxIPJ5esGxYbYmVRTApRymbgIge1t6kmmVp2462rCPIAGCq0+cEtpSIPO8IXb087jwT/s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24021642,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhoT2TCRA9TVsSAnZWagAAFWcP/AnFJtwuHQjFGXb/hw3j\nHrETqfJC6KgTM0xWxHU9xlAqrFsygl0dzB9ZhUGEDQezOx0w7JC40tu/GoDs\n8omGatud5yEoyLjhZlibJzvrHB8kB2VecVuhpU/SMgXQv5zAj3aYmX1f6XMf\nw5KXBiAuMjmgzoeASC7zeVo2EH7X+iSkWpNB5EYtPV7k5HLjmL79RNiEIKDa\nQmN0Y2+WKLXAakeJoej9PCztY0JsqXyARp5bKdJD6sG8rFE46JJ8O0ZELJYO\ndW78ajF+/ZzMzTyDTlAVktKMsV9WPNHFhwDq2CGYtPjj+K7NWtr9CaY03tA8\n8u5IlgLekfGEGckY08GkIwCVIiG0NipS8fGlbuf8HZvYzzUqW2lI3nCGM7tf\nhgkrZz7NTwfq9EIyiS5LCDiTs8/2p9eP989XyegLidJ3OMq0oOrwCxZbNtKI\nj/sFpk9LllYJTNhEzWtp4W+1GFRhX67ijd6/13LfnnmYOU1ay5D6yWxkDbi6\nAR3vZxxEq+ZTkhC5ubUeC3nMzTpLURM+6sT9ixCH6gX/C1/rLoCYOnaRemnz\nxzlRizLFUHVQfopyUPM1RsSM/4aC4M8bE9sZqf4hR+VcigYVg0xHfCqaRBko\npX4b7WyP1jK7oABZwPPGaveDP5L1hHaq5KGkIOINSvUWQKHpB5aJw9JXSNPC\nJ9gw\r\n=MOId\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1283bf108b63cd07ff89180ac98db9328ae53f94","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.33_1637957010902_0.692992055145492","host":"s3://npm-registry-packages"}},"0.21.0-rc.34":{"name":"fundamental-styles","version":"0.21.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a729d0797dce3f552d1f9457d79cddba2953c3da","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.34.tgz","fileCount":722,"integrity":"sha512-uTqWCfVSjo7kPp0C7HRCDxdZ/tBeOWKCJWgnQQg4Ec1P8E95RCGGWJk/txicpBdIHcyG0RrQin9A7CDMof7dfw==","signatures":[{"sig":"MEQCIDRporKP5IYmiK0SHKgI4bQxNOQw4RVHIkWEvnyVQvpZAiAso79RinZnEvQeHydM4iLKhyIclVtwDZ9f9cOtWgAGVA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24021993,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhoWtBCRA9TVsSAnZWagAAyJEP/iPQgcR+O3ZuZu4hgZEV\nASItu9WNTzggRyFQ+AfmEh+0GLh0qBKsL01Biep6BVYr+4U+i4sLBc5J2lp1\n7qMlCob5Hi4SqmEYFOshxWXfytj10bG4N9WBP+lpd4wNJDf/fv9qt9993ssf\n0GyjtbOkNkiBD4cHlLuFzMl/jXuwVxK9r+vi+TKzC1gisZzkD2cbxI4DKmeD\nsdCIlzypCvmgj0U3yDGmKwv325EClH+GByYXTxkfUoti1JyOxj+SD9wSLk7C\nFJUPY9Yl3ndEY4G/22qapZb0tZD0QHjwFFf9BHHXAztjflvG8w12bv7ErPgX\nqpzeBQX4t/I+gtmCsmv2JTJJCMErrcIb6KAx5hjYNSoF1p64MBS+Ath1ogNq\npPdf7WX8SMgpEbpgY0Fa0nnkH+t1V3aiQLBt6Lo22N7ANBE8b8D54kTsk+4k\noiva27/YJp33Iabg9ucPhIizHVSRUNEe3rbooCpe23ilGP4E8l3spaw4GkAe\nYub1nLkYPSY+E/O9ni6Wus5BvJweGsjJ45eWUgtmqh/PoD8LB6ITUjK8CfG0\njD4ftTZmbyOei0LHtKJ2j/f1E7QKj9+gDIGP8pf4P7uPzKK+AwDSdEFonhSq\nHCfHQq2vKOKxvZAV22YLEzefgTRCw17t5TZ83AsWSYCmGHw4g1pfuDvOjjwq\nfloW\r\n=LCzF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f35bd9c471b0d0d66b720e80d08f552ece17a755","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.34_1637968705515_0.5806935238309285","host":"s3://npm-registry-packages"}},"0.21.0-rc.35":{"name":"fundamental-styles","version":"0.21.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"27220c0e9cfac8b6d5c5fe6b42902e9b83134f08","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.35.tgz","fileCount":729,"integrity":"sha512-QUWiFHFslm362kTnwgaO9tnujSWJ5/+1Uz/mgkwzAoiR+q99t0mz90gDrHDcFAwOfRtTwZHZNzDteU42bZOzBw==","signatures":[{"sig":"MEUCIQD6qREdG0n6QRxkdYzdsHSkSkgkNIwgaEPoq1jZlh9teAIgZX/bbSNDPPh0O3cEXP4L3CS8Kd12BPumvJPQad14hag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24079776,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhoXrhCRA9TVsSAnZWagAA4gIP/0jl2khb0k3IAaErmH5J\n7VqnXBZW3ndcOgjSN/jSiR/ojx5hHoXkAasXxYg3YyifwLx2wH6RNNVlxZTN\nl7acteVt7Bgg2LpUwEW8iIwoKqnnM31apxC5+jomVdJKuTgZiWJdtfjGIYuN\nVCtPur8rN7qoooOfq/iMOrMVe0OQSrdVCFCjUvPXwoacEykzrmZUG3FnML55\n2S0ZH61HCvYqOvwejtdmFwxWxldgH7i8LdLqwkloCV/S/mYk1ItLQ97R/2zk\nUj9z32jbkhnlKQAtBKinLdPeX/72PuZsZy/7HkeSopvvKqjpwkxvElYUy74E\nsrc6QPuETMHFp5SnCrBBfK2PY3QmvM4aIdgibWg+/CQlJxIpvQJgOnhkzpRR\nkxt9cxhGU7W9RQL+PK4baCkAftN00/ZWIZaz8H/tSPW9LyQDYQHesOnWYPNJ\nM2xyJcgd2x469F4IBAlI6lPfktPKZ4psYRDaYIonUUCQkchAjttNBXiQrWQo\n6vWLvQ8sVy/LtNzycgkJsJv5/awybsOUUHxtGVKjcxgTmBqBeZCd7/JyBQjp\nqlaLFNl4JTeezqjXKwuWq2k4/Tk1fM7Ehcmlz2XDJajIYvw0C6u87TYO32Oy\nO0LJDeMSjeKQrzydx9mETl0rwD8mxaUK2H9zJ0tZvEy1I1dFgK0rkTvnf4Gk\nKdrn\r\n=yP0f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c20ffa9575632fdfb28bfcd44744d824aaac0583","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.35_1637972704784_0.6410648439827524","host":"s3://npm-registry-packages"}},"0.21.0-rc.36":{"name":"fundamental-styles","version":"0.21.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9460f37ed333dac97cc8da384396ad01b55dd17a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.36.tgz","fileCount":729,"integrity":"sha512-MrUq3Cul0kZvBlbm8Rjf38QpXYX4ZjiyTWIX1heoQgHXine9OfPeZoiZw706LkNTPrjOxo/11Gdkq/YynQKuOw==","signatures":[{"sig":"MEQCIFqMlMl/ASwpyZrRcMe6T2Cmbxt1RMeAjgMHR7JYqM14AiBVT/y9lfUz+TobdfaFs05sYnghnchc177naH3xfP7EBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24080150,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpWTOCRA9TVsSAnZWagAAtZMP/20Zp+dIC3RHZuYG7tI/\nlqHTEOIJdboTRWddvZAT5DiDgcTLwjlT+ge5qmVELOAGbJ1FJSyzZovaGFvJ\nERlu0vFR4qWdUVVdb+fT5/+Hp6Brx/A0D9TYlIhnGO/gTRObQatvJXz+qhV6\npxE01ucWtcXk6CYO0DBjYH1OPB/VpOc8YuvbhpxiIQAPiPwPHnZ/LhoPz4UJ\nFknRCBNBb/tBe41SnTNtIHVfLw+Z0VaibkkOPFOMRyQCFEtLq+ktEEGdQ7ub\npj/bV8NeY2ujkQH2pVcmSx+vd/s1VSTANocQnfVgoKeWDmZN3Wi0STY+A7to\nadw9jw+1dEh/pC3JwDo+e0ub0+ttO0qqd/Onm34b+7LqWwjuKr81323GbB6T\nPb6EQLoau/Xc0L8x2tDJZpOITzxtVQNgQnSliudEZvz9ojKz7In53QJZzs1M\nd5NJvfjFQbFds9RiMQht6kdM9QJ6vYIozyEEwvrUlVl6TazcV6F8imDiA5sP\ngZjJlh/FG3w6XNlzs6nTSAmQaiOF2VZgWkHycmPnyBseyHEl43I5ywqrarXC\npfvCSkgBNQAh2c0lOZWXv8N+/g6RfyVFJGIxgfW5HQUjb1pYK3i2QP3jhOhe\n0AqRAFm35cAyY4gsfUOYRGw74IE6KO1A2tNq6kYysu+45XBDldIdB3VWvaKS\n/Z7R\r\n=MtME\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1640f133fba11aab43200dcd67efaafdd46abc8c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.36_1638229197592_0.5476806081368213","host":"s3://npm-registry-packages"}},"0.21.0-rc.37":{"name":"fundamental-styles","version":"0.21.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7d062faa35f7fb2b4cf847b9a9dc5c2e4b499d2b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.37.tgz","fileCount":729,"integrity":"sha512-Hf++7VHZyZjiw+U+MRgCAS3E92yKzV5/tIQyH9i11cmzOkX3y83DWPR3/ZmcZ0JboQzPO1KPUQJAeZ5084MIJQ==","signatures":[{"sig":"MEUCIBxDLsYUCi28YoKitm2G9U73pJyyb/1m9MiYGQU5hGylAiEAkzbVHyc7kAz07x79p86Wl1bB1sn2BjfkM++SL26tm9k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24080602,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpqSmCRA9TVsSAnZWagAAXt8P/12+75MvYx60nh5W6bwJ\nhiXJBjpnrJFPEzemOmoKYRYfujqNnkNfS5uVr0XCbwXg1p1GymZ4cyEutCGF\n9U6mH6IHMN9RXtAOYSeBbmDj+4XKLVApFBUorscg8UacvQcyiSbGSESzfLaR\nfUi/tPQ789I5FH5peDh9QtMZjmReW7HEDNr73rZB7YsIb47pJXXgcaZ8tlVb\nmVSh9LXJ5NlvZjq0R1Bg1YuWTeoHBw+TFYrf3+V3VK7zxbSfKa8ZRL6a/v7R\nMtlB5Ts1x2Q9WqKAbBmpRXQ1KRB795OBcM+4pTBJNeSPcYaFeqC5QTTRbWA8\nbuRQYPxeDrXU03r6se2hqMuqj7Q2z7GzB1oZv8w3/8FkcWAFDF+fR8FjeR+t\nEaD0VdNTzwYGzKWRAFYOJQ9UQi6CDDcZczKGZPhDzuXAE33XUFs4D7F/eOe9\nwPkXVkS3oIbJ1m956VgKCQydUbEIB6SEuaZqj2K+kTON1COwQOk0vB/ZmWYT\n4Zg6frGesXNzkppeysXqYSmFpMSWt6daOYhb67vnrmEhEfkWDxWj0+w+pt+W\no8K4IeZrVtZc24ZAfM8J3ogjIOYJKoO1nt6RSJcxgUDP3potCpSjQ2j5BNrF\n1/Cx5gMCuVLRVCZqsRRcaAfjkqc/L+eN4ijN9ZuwiSq76mPZeDRuAvXytD/a\n7f8a\r\n=M4+g\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0c759fecd09b8eb4dab93799635cba87e9737dbb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.37_1638311078063_0.43224166806575126","host":"s3://npm-registry-packages"}},"0.21.0-rc.38":{"name":"fundamental-styles","version":"0.21.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6f854a629c0beb632d266bc6fa5cf3e64030bc6d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.38.tgz","fileCount":729,"integrity":"sha512-p+c6UAqlAVashNYBiCzoywAQ104zwPJR+bF5y9jcmSq+A3PKX+yQtUzX8xYe6NIgxx2cb/RSM7g9rrcJVu4u+w==","signatures":[{"sig":"MEQCIHQfoaEo83DOSI4g9FzLrNtVgYQAow/YK2WqT517GOhmAiB7zKGVDIw4LyLnzhnOut7EovLcHm5ssAY1aFWGDpKJLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24080715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpqjzCRA9TVsSAnZWagAATsYP/072P+WfQz7ts56q7FKG\nPouCyszCg5NfS+nQpP0nNtjr9rOnySrKR8lWj+dCaKsuND6b8VAQZBveh87+\nd54slGaliUV5e2RHoUGKGKvUkFLqehN2Vyd++ImD/i16aK6za5684eD70PsK\nTr792uFoWUH2ipXylxoZZfm1RBHgC7KKb2uKfjSIIkkXco4s0WgDMqenllxa\npNTkCHxsn7VB1A0YmnbLyCHyp3VjmIoKIjgig1lqf9MaFBPflfZV5fQkfur5\nCH9FsWKasl/kk/Et92TykEE65t7ti5IBTWlJuph6MN+KAqP/k8ZLrLToigZg\naQW2WDCoV+rwK1iDkT9MOw0KINWi+pUZHp9YR/ne1cW93KfVfOH7/rrmFW+9\n7mnRaABMgK5pHx2mssub8a2FAWwn5MtgRWexohw0GBJcjZ2tiZX99/hVVb2X\n05isNe6N8o2/S8P+bd8r0tdB+htlEoyK97Pnuy6df2HxGY8Q1+TX19ka5lwX\nBsDylh0e5PvqRm7zs04ZZSPtzmNfdj01rqK88EXpxVv7dVlFrB0WiyZLnEZ9\n1v4zRWA+u4kWqy4dSIzHhhucKK5S9uv88ghpJwTqi8p8WAPYi3rK62/E9JXN\n96knlml6qKCWCk3cMZTg6Ruiw8x8okiNZByr/DkrtgwEzgy3HoEOKZ0/GxUd\nOG+K\r\n=m+2Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1ad0595898445023a7edbe72dbe645474fbcd3cd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.38_1638312179713_0.9147674555103174","host":"s3://npm-registry-packages"}},"0.21.0-rc.39":{"name":"fundamental-styles","version":"0.21.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5173f37f6b41fbb5c1a78fd6f7f7a1595fdf2428","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.39.tgz","fileCount":729,"integrity":"sha512-YDvY1SVwh2xvx3TKjaWZF1Q7SvZgBwS4KsvRAgJXxVpu18k/boF3NkSm5DivIGW592fKxFMQBUFXnJ+LIB7o5A==","signatures":[{"sig":"MEQCID7nTbjjhsIDJePTFQ8H4iRocIMwf3tkToLAD6c+0XunAiBJzyt1nLXBGO3XjU+e/MHIfk2C1uj/ZsfA9d7wtlJD0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24080828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrODtCRA9TVsSAnZWagAAMggP/113XuLtKqkQ3UzJXNBi\nfeITsCI9GyhNnpo1qJsRii/Z60f375YtM3D+pFxzh5iJ1xyg8RlrEwd9kz1Q\nxuwwfqL//YdG5Q3LPiTG+MAxwXEQ/3O1J+P2sXDzDU3BEAWjtWD2EYf4FTQg\nrWJmnTlNrfTrVouDjROX3U9slgSptTSql4pHkrqse0Hcucfg+WdGg+N+3ce6\n3As6zAcRtW8MGoVJ/fPe0CWW8WH7cafNh7RM9qaMP6xsp9YJPXzLJzNXs765\nwAu1LtqI89Ktk61kuSl8e90tDBa1eSUpAyv5D/uVfcLRuZAJvRNvmWR+UJmk\nUbRcgP87avNgfLofD3dXo54VlirdjRK3YRpS4Zk4N9mpVIvrlIcEUvZljoMm\nRAR0JygVHFV3525x8ruEcc864L1uBl73neuNeW+IJz/L6uPiD/RAqmpAg2PO\n9O2T6QwlhFk/nDY1RfxPPNQC79cmhUs3s/DPOfU+1AFuZowiNuARaCwe647g\ncvB7crkmP5gTqQhpa1tnDLE9Cv/Cx31xKiSO/mG2AfML5qouJ3R4gcrC+71N\naIM6BRPmeSJcf8JmNExO1onIwxxv1Wo5pygEduWVlNVwlPa2pSDe7Xh02zvV\nkd4o9RA/+Ivb8vKf5H6I1pWBNefs8ARjpRTke6L1FIITlu3+BNkHiO+onR4T\nVHOT\r\n=3QrO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f71946c39479c869ebf7d7c9b520050ee2c81544","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.3.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.39_1638719725169_0.12389126646657389","host":"s3://npm-registry-packages"}},"0.21.0-rc.40":{"name":"fundamental-styles","version":"0.21.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6fb8a6882a868401e615ce3ccf8ec0077a51dc8b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.40.tgz","fileCount":729,"integrity":"sha512-tfd9oghVPrVEEia0xLYPiGPvgwtS6m9YM9SjSKcyi69wySEQmNLq3P4x3dlkkwIsmY5glZopFc0zkleFOEyA7A==","signatures":[{"sig":"MEUCIGRV2SS3iPB4uv0drBKr5Dem/ge+EHTN65X3rcGMCmnJAiEAv0kxcIsfQw597pHGkh8rKj4BcFAdEwU0PkS9RxS/cxE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24080940,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsksSCRA9TVsSAnZWagAAGV0P/3i6A0cp+51scYlvzu1z\nwwfFVirgitFhHYBehsRmtCoyo6e7q0b7k1f4aRqsAl8I5BK5PUuwGFgz46Xl\nctlMI4qSKVQLn41K4MmAL+oIRCPk9q81iP8JM+nMfgrajx+1E/yxkYyxD7oq\n0z3k5ax6hxb7/Hukn/mponp/iMzawEEq05NKpTXhdXcRyEbjgVTkmRE9y86u\ntEWCAKVjEthepZUTRcWdsu+Oc2IxP/gSlBMPxiHuhbihLl2mPi4ZbR2N+tBk\nzufWz+nY/KRdkawKLW1iMc2IW/fHo2OEg870aOMTxeFJo8ynjsee6TmsuW7t\ns9Iyujacy7u3qn7lzvx6CtyqyYKIf2g0TwTmLdtb9mjsT2JG+0OjxC2DdN+P\nFWwZjRCzlPDQrnnm05vr7DGobkrhJSYdWaBUB4d4COQyqcgOOdIyYbnEf5Vt\nJs+v/5hPRRMBUE708aYVMHWk4X6K2FainaJk4xy7svUmf7Aiv/fNs6ldKOvj\nyynqzQwyfhCnJjngIzv08DTuuqJa+Zq0aNdsXQgrXOQ5BykjGDBTtKKimqpm\nHnKSk6vVuwBXGZAY0kk7W6r8oHSeeuPrt8Y29IIE6+WLCewb5Y/mCm3CDmbk\nTALA0Iu4a/gX5AQfb7Q/Rj+vAxYPqbZ8RKlcnDH/CXyGJXnhJlgtxaSSQovM\nSTVg\r\n=31xl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"876e3d43f7ee505e2c7b9a7c60464aa72cdbfc54","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.40_1639074578294_0.17948829271213573","host":"s3://npm-registry-packages"}},"0.21.0-rc.41":{"name":"fundamental-styles","version":"0.21.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"091755fc28f330ca692c40ed17843238b7315f71","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.41.tgz","fileCount":729,"integrity":"sha512-6Ve9VxQUGdUhlbCNhjxKMsQ6Annz8dv5YCYK+GmBKMq0xq87XoZeTUw+qqTP027hWr8hJIZ9lgh3o0ODWTgUEw==","signatures":[{"sig":"MEYCIQCW5q/XD0ASDMYs/20DpVI8RAkR67U/OglNaG1aT+1JaAIhAOs6GV6ha5PSlgjv1+czp3m6bFCWdY0ghUIhPWnm8IW8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24081052,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsk4nCRA9TVsSAnZWagAAgFYQAKAn96y4WlYYUlnIu60a\n8XOv+73SaylU+9bWIuXYGk5jBHouaWGtm4ptpguup7pbMQa+jTUa+2uCgaHV\nANfsyeKidrmI/k2trgEjB6Pe6zW/FhznKAeig7n5O8eHFhKAx/yOb4uNiRRf\nR2aiux0jtnHTF/SUg6QVRLBUPLSk08MhbZMrQGK7ymaIvr42WbUhFcyXOMf8\nokcuPxlVBw3IldUrG8ayeCqN/QGnY1ws+UUaSnRgsORtGosB2Pf8Y3cBwaDI\nfgyfLEBjlihwEovn/nkRKKL+FFyQ91rWmYJIImaDrtOGQ4f4QJjcdmsF9WoP\nuybnSbuqmOZL+gAlYd3YhOZbxRa1PE7xtKY/yXNypz16+dUtgeXuPajn2Q4U\nv+eUPVcAos1wcozrSgmCwTv13geWaz9saS0ZA7kjzkaQHnjXA6dMCakCq8iy\nP/YucXpvmPVZnjmh23CyQM/Hi/7MNJNsXJTCSoFWT54cmBLohDgbEvW9JNCU\n1ZPpKIxNl0856eatZ5dDTUP0dg906fMJ1tFM4wB2C+QTqxsIfkZStbhBOChG\n1IGwuByyqIvxaaGNLDsJi6WhIWtT3zvpIidKa6S4EyYv/Wk/BQhdxoX3k+bL\n6oQXwRBDdDGEnfdQhP/X8QGrmYXhg/6Zu7pELAfWlMU2spk4gd5qfTdcTHPg\n0vQP\r\n=UDZQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"010a6a93eb097eca40a739e9fe60fd31d1ca5422","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.3.12","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.41_1639075366715_0.7301109387291342","host":"s3://npm-registry-packages"}},"0.21.0-rc.42":{"name":"fundamental-styles","version":"0.21.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"36d1a89f9292f0c28df369f307042aa67d16726a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.42.tgz","fileCount":729,"integrity":"sha512-R6j4EF86pKGusuMCSrGVWHGHsFiWT363zx3jgNvm6SZWcywEDC9mA96JIawi6nlthBUXStWAraXmDId/3loWvw==","signatures":[{"sig":"MEQCIGpJnxDdR+9xKFlxqRu5p9YzZjE03M7/DxmmXWuPqBoLAiBKuhaxLPF6LptZWzNrE1M8eNeLtIvzCS0xpCg0Fyrurg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24081164,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhslz+CRA9TVsSAnZWagAAr6kP/RJgJY5Wt8fghrafm6TH\nkNC1bX2oufw6vj+fV2mFlui2CGHBoJ7DGi5aWbXu5XBcr3co2GbuO3QqEnJw\n0lQkEBZDcLbrlWg7qfcxuNv2UVMzj9mt8ST8JIn54GeLegsA3GtJrSWr3w4q\nfGopVB9Kg/G2yZx2+Q92hdFzFYVdyD+JTW8wvRNWI7Pu+9gKOz/wvxYlGwcO\nYLDIthP4ACk+KomXl4VWbu4jtbZL3Ce8W3Bj0JzsndWCFzvF9x+tFFkHS0HN\nu60ykSx6Mr7Le8RuFs+f7kj5YSIYhzOc8UAbg17KbI17KCmAq2pzTdgT1ICt\nfYz2sAeFAiaci4Uol/JPERoQhWpU9JCJ2O6X735lKBTiWg1KnglvEhTuTpm3\nibsFHqFIm8a9RZZD71RhAjVYWRfCYsLxyHCLnTkr2Y7pp7eltPb5FSkkXEUr\nQ0kmC9PZEpxZBuKsg0aluf4nNILzvkKB3OSruzNkE5eSNeuB3sEQQ1vo+xBi\nYjmShlUHkzpbNewn5dprYFnipXxxn5tlqvh0e9yaX153du31dP55LXsTm7W/\njpcDuxEyB4PkEQk9PSpeFaq77sUyUx0OjWxjoilJezUmoBBgIQYimf/Wt+fF\n6Ku+4vyZKIVijfkEN4un8qwg+EByp7t7co/JHTgsUQGEoENKtnDE54umPU1x\nwGbG\r\n=uN77\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c0dd5792982ac423715909c9451200932e3fdba2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.12","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.42_1639079166615_0.9223356405076988","host":"s3://npm-registry-packages"}},"0.21.0-rc.43":{"name":"fundamental-styles","version":"0.21.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a1e3e621c5f92ffbec5a1319c2a37229acf07c5f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.43.tgz","fileCount":729,"integrity":"sha512-kGKn/8+4Pwbgx2HdkPV0J/NlHtcgpUbVF+QNONsb+Kuu4NTUvmmyWf/HnBDVwkNL8COqTmmi4ypAxwJx5VP/eQ==","signatures":[{"sig":"MEUCIFXJQa7cOAb6jnEDJrN8ERNxY3dsCPB5eI63Qgt2vvJhAiEA3Tcerg3kP2Hn8TrjWN4vcKt9GVVRU8U13N+GWwd7rDk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24081276,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsqgWCRA9TVsSAnZWagAA+1cP/3Cm7jcw/Kt1eWz8YbiN\n77Nr6dNHhNs9FI3EOrLqaBpOJhVWpafsTIIX2aoElWoP1E46prnGAPMtinnP\n5VBnZ7kJvNBxZwJGxhAKsGRn+kbvY+JYrJ1Gu0RPE8EZHqIL6P3PdXm4b/e5\np0A555YWNc12i+a2Gk6/8hITQ6NO5lsCSWyqMGLlNKNYplFb9DioyM3b3jdI\nmOOl0GOgSuYkExr8D/YG+1oDau0Ccd+tUIfGzLNnTQFAJyfxGuSZp6iuUqJr\n5vViQ7jZhw8Rjj8NdQs+iCJOY8G8mGnnCtb/29SoiZif732I18lQLCdkbdke\nvBm2Hn7Zak5Y1t7U78q+uwtiooY0b89UURm9ygW/hUzmpl/RvXQ9QAXS5uQl\nM5CKpspwv5BiIeUEO0wRbnPne4rguyAOihwdvgfIDOHUyVsfdlDX8LcCcaco\nI6eFRm7YaTv2kBU1f+ntiFP0SrnS/a72wuhR2yp7W8xGPkWC0vqUStvLjAYV\nomjoOTpvQB+7Jm+6fOH8II9N2kAgdkdFcqdW3P411zhQBp7LTHvelE8YTD98\nvqbFECtnDmhb8786l6YyPaWGd1exLn6ca0FTYP9pFOfU5VSB2W7cnRgZq3tw\nxw645VZ2WsZfJh+UY23l5b18rIPVE3zv2WOWlVz01hxTAa6J0rg9+f4T9zUC\nJ8V1\r\n=PyCN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a81b65f90b6961e2f1b4b0bd70c5e62f945d00d9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.43_1639098389767_0.7832991523321038","host":"s3://npm-registry-packages"}},"0.21.0-rc.44":{"name":"fundamental-styles","version":"0.21.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"50aaccdfa0638e7a7c7212a341815b771c65a520","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.44.tgz","fileCount":729,"integrity":"sha512-Fo1f2YhYEWMSSi/Pca1z/1EWOFJSvjTkkXs1IlfGW+BR8z0Ej857/se1carICVCAekw1e4Tu920c6nALCUnuCg==","signatures":[{"sig":"MEUCIEVjJQCw2yiPlJ5XeushX+knElXhD7he4Q67GlZ82zoCAiEAuAmjvuOl3UQ6za+91m+l27eAlzmeN05qZlg5dDs7Yc0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24081389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsquPCRA9TVsSAnZWagAAX0wP/2An9SC+Ow+qPJAkfblO\n+LKWNFUg6H7OV/IIrlzz1MdFr/KxjFGvWomFm/Kc5DYzD7qbs7IcrIXhC2lE\nkKcmY79tucYlo6E0T0SEKartwVPtiOKyHzbLnR3+r+Jt+gXFegMhi+4uEHID\nEDgSdlaK2lcGKn/bZENG/Zce5V3LzEp/rFa3HdCqU/8vwXz13bKt7WmBASAD\ntYtBJHrRl8ZRBrz8QJYPQiLi2OQMd3x6FGTFBHOsYb2bvO1sklOnTNon5FBp\nkZ1SuOiQyGreaOcVhV/L8QabDbs8KY/HGEEXucYsi5CSZHRt94KqcCyPoBAD\nGhaxxPz7aaCK9YLzMcmU//6IPShP2bJaNBXcNAzCGPzvyp7CzcTmHetZYyPG\nuGu+UP/np3zstRaP4PGGA1FaTtaRFiKrqnkn7QQSO/MjAFXf4iA2zJ59Jk4n\ne2IiiO/7z7PIybvHATXT4i/AOBy7tV4EArt6zzGBJ6Z4ROEZre+92KWCoCyJ\n4SDOWH2oQManSLPc5IExomhEMh4E6aFpuWV/hpGMTa8OiS5HVgbglYX+AhA7\nda85iADsZyxauC+539ZGMuxI6gM7IZ0p7Vx/B2c+V4soiPtL4wPOl/VacGLg\naAGFSg7j9J/Lcps9wSbFLhuYgwO7cxyjufGYkl/ZzkjCLC+pAxdHKqLlnmc5\nKIP4\r\n=2c0H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3da4c10d2d2ee2dc073a2ed26914e0c343ad7f21","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.3.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.44_1639099279018_0.8760403446371547","host":"s3://npm-registry-packages"}},"0.21.0-rc.45":{"name":"fundamental-styles","version":"0.21.0-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ed47bd33b27567c1939868af8be7ebce8ef53177","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.45.tgz","fileCount":729,"integrity":"sha512-lmdhGIk/eYbBQeQS4AdMAgPAGhNG8Ptd/Imc9yGYY8JHsGw65hHFpKtd6kCToKZrTYF4ZIhl81WzzI544oXgbQ==","signatures":[{"sig":"MEQCIHIDAkQyCNPZ3z+itiYwx0DNE4TuMLcfhx0S1yr2s+3OAiAlRl0ZbeqoZHRqmi6nZkjpR+imVBe8450CiHvvGQARNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24081501,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhstV0CRA9TVsSAnZWagAADO0P/2+gbsmE9giMOT/NAJng\nw2yd2Xp2f7J78viOa6ZINyNUlo2UXNbwFeFg+ZyZRyT02M3MTXlW/0115aWG\nJtij3qMz9ygUQV7+JAcu6T2kEbvB3socyUOzhLl/THYGBAVn8Cxi6+PYyHdo\nbxxkiZryNjvNKj/qNxLDUnFPaJtGuBqndzd7yfJ10xAAbtrlbpe6IBpqfVjP\nuaqWHuiTedhCfiVsaRJXILTSFoFrEX/Si14RgS+Oo6dzTXh5Js0cE3IKIBP+\nDCHJkPu2Cy2nh41ZDC+yYFgkDtdsc0ui1gYvktAY3ajFSFxWeuYUObzZEcTz\nN/lF/14x2sto9OsOtCuqQs+7IiATpmLpYhdCTmvzXtJRQMnEaDQg196TaaJJ\nz9pF/UkevWiMFs3ogM+KAlJySf48h9RkGl3f731NGfKA20ITcO7K1ShFV0kn\nnrQYCuMCYMKVWh7knV463qZFZ3a9poR8I+QwLdSARtBU2GKoq3FtSUcmK74g\nwaG0CHyMaHnpruMyZnMblMwGrEMybEDZ8kXYqb95ffc8lNAeqQgfDVu6H6OQ\nSG1agpOuM0rXqzw/93EFqhdohoJ/9w2mmjXOtmBQY6/MMdUxQgRqQyo5VKSE\n6fXZgKX9F9HVcfZQ2/W/kIHVMW09uMmPPOGwsZ4R3DT24PD4upqrYyzliNeM\nT86I\r\n=9vBZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7a50ef1f44f5dd9a8e4e7bd3eea57760f90c3163","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.3.12","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.45_1639110003921_0.7452397049991588","host":"s3://npm-registry-packages"}},"0.21.0-rc.46":{"name":"fundamental-styles","version":"0.21.0-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6c4669f62a7902b6946e14a5679b876b8a336108","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.46.tgz","fileCount":729,"integrity":"sha512-CYm+pXJBTvuZMftqFjRU34tcOxsTN4jpvUv2L+JXhVM8aUfdAXhZhBut1k+Sqx57Ulmiwrz/sFzOM0YZMOGQIw==","signatures":[{"sig":"MEQCIF95+LAxLvsspts93fnTDgl+K0tTihPd8Qhq5anrZPzEAiAQUxGj9X4A3CdACw62GkQMBtXdgPToVJ8qPXcAfrINcQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24081613,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhstmoCRA9TVsSAnZWagAAPUEP/3fP4w+ePZY6aEd7EomB\nXAq0eLgGvgnhp3ZRa3IIcVPtO0NBPvng8eTV1JkFOcB9ndjiHh7EvZJErLgp\nyjdqtxSccEtVwZrhT9NcpGx4ILRDFVPHgDQmyDGf/ImIo91vn5aftU4ftH+l\nASrch0qPQOlzejSraoz4vb+Mx8y7oPxYgUQIse7B5/68W1V+UirE0XHCK5n9\ngBV4+TuqZ/bZ0qSwALpIMiA9dygQtR6lNizUW4d0/QsWvwM0pYGS0r6L9WrC\nMKF/JnJJlKxHjWfgaI3LtuzGCmBkiS9ZonO9tzW0T4lvzHaYb6ejR0uGMufC\ne6JAJjwa7R/qWxPxyQVAvhfW8WYqaPSoAZlmWNGLdfQ4q65yT9Xd0OH5q3F8\nrto7C1cVmO72C2myi9yLT6pbSWsjMDbHGwmranfJJpOgnccKCA/EQEakCDW8\n1lizVX5L0bdKWvmfjjgoi/j1MZxmkRcD9pLwrhEULBYGF8KDDi8liK3FPEUG\nvLSl6mKwWP+V9M7IX2lxShaBqSK9jWdnVOB5QOAHSTEuEta8sRrREpe9Cfdi\nmUkpa5heMvdzcCTv+gHIVnu5H21nYx1xTtBjZbZE1o1RPo0Gtlha8St+aGvi\nALlvutyNreB+olUbTe7qnMDdoBJkdnaukVp4Xv+xJQqRz7Lf7XBJfjaIs84Q\nW8Gr\r\n=Ll6i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c7f373afcb48466cd90759242bf52d80acc54b82","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.46_1639111080688_0.027673220054071912","host":"s3://npm-registry-packages"}},"0.21.0-rc.47":{"name":"fundamental-styles","version":"0.21.0-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"23e82f0b5b92219e20bce0e1c787b04626881acd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.47.tgz","fileCount":729,"integrity":"sha512-zosJ/dUz/pS8M8zWJ6HLpXl4Pjy/mAk4rP5HzFYdZ93PJG7beqrNOdU8tG8q23WjCrIOLrWmG8Sc+jw6ezeOSQ==","signatures":[{"sig":"MEQCIAONmDmrgUo3uPwmL7fIEWRQPpTGSPQx2mDkgTHEreP9AiBc8R8ufVCsFCtFkJOmd2EcRCirOZGUZQxaOliCLvB/og==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24081952,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhtKPICRA9TVsSAnZWagAApIcP/0qkqrRgdvo5gO2ZXdCR\n50CVBSpna/Y8RUKd/e4QCGB0AKm2hxwbVtQmFMu9GKHZlAgvKAbhjH5BKLcg\nwzYLjbwXYrPdeoek8PiKXzyarc+crPAX10MV0r748sztNiWF3ETmA7Q+RNzt\nf02jHCr3muGUjTgX9jdxNZ7+wgEjd3C+Yr+8ZMw2ixfUG6Dl2MyirDCn0khz\nLU3m8CTOR2YkLWtaoi/4QxnUJOdleMg0KnMBm//ekbzyvFjpKbSdNz6IHBP8\niutoqJz+aERNp6+zO94s/6tMzHkjIhQP/V40hDpb1e7lwpGIYxKT7VwIlPha\nJgiTNnvb0yzmqXR4wpEOSrhpSSNAtacdhkOwEmk4XOD/9uKEUEjkowdL6/vc\nvskhbbTZG9BmsKtCiUWTIP1UIQEvakeweuWCkO23ahhUfeIO5kwn3VG3nM4c\nEikzf0Vn9pf8J1c/CZTlpyczT/NqkzUNPJ0t+/hIOKRwwVwnm9vCNieKk70f\nJses2EDGjxil6EWNRr+D/hLaIP6sxPwgkgjiiJQIDoVuoo+bNs8NBHWLIwqa\ni1kwKnwUcapmqhl4bTvvxK/V/owB8AjXvgSgrhReswDIbKH+P48jTU4extwX\nYuTwbaCkqorGIOU7RoNmufoPE0pz91O2nuRzi/UM3swzbx//Xa41sBF4NCGm\neZ3P\r\n=MLBv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"aa33473106cd58625f9b7c1f15d8cbad30ddaec0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.47_1639228360615_0.25418686289998726","host":"s3://npm-registry-packages"}},"0.21.0-rc.48":{"name":"fundamental-styles","version":"0.21.0-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"40a817ed5c489fedbfc67d6c8b7beb16cb718de9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.48.tgz","fileCount":729,"integrity":"sha512-YBK0BRbI+4HuQEy5f3DtZKcxjlqGB2+RWo0+LIe9SAoqTbUI5IVvtj4TgAX9CLcqHKiEeXkVz+GzU+prrL1ZDg==","signatures":[{"sig":"MEUCIQDGfoi9Zt3KGrBEybfrplM/g8dkSkU+XqT71azw3a0zNwIgA83aioHgseom55na12uVkaDfFL0foGQupp7KdEdJU9E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24083559,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhtKgVCRA9TVsSAnZWagAAmhQP+QDH+RJZDaLZ2yZf7yyT\nFq9CzTXfz31Ry2I3N+luAhr8Nff/3c2bR2YGjOzwP5q8FF2+dpIc5GocNnU0\ncJ24nOsTTzI6gKw6ozkP27+SkpPW96opMKU6MH5ory3UqbSWYiCkI1bOuiTu\ntaQCWfNnVR6jKo4TCJRqzoGw9MKQapI+RQlByavSSGu24iJpAoALT7WU9gKt\n9juAgUTO4X/nr3MGWrotxBqSZvtJS25Hj/+lJsUSkg217VBSP4+lsoESK9G4\nCAwDQNYX3/6kBb7Bh6URXOfZxhNNtmouJA+fdj5qtZbcyeLQDj3bPF9jrtO0\nWN0Nd/7p3wYtris8+nVP/pvK/NgDFBeZvyP2jVD01dqiaBmjZz093BYWjA6v\nXZ4/w4v9iXXMMI23j/hkdHOul5eCNjHAMnrBAdmxu6AkyYGpabuFMKYJL/yk\ndPX66/J03fhSKA9TLNvzxFg0BH+GMAY9GP+Wrxe6VRe2CkOovdNfbZr0Sm1S\n3UxnZk8kFng6Mg06IC7WqZvsWcUrGmXFTMiuT98msLCFlz2YULp8mnSlHUTw\n8qzrL1tvvmffd0amf2CEiNWukseluR5otNPB833pxXenUUPCVZVMdInIs8DG\nha3bL4TNRPUk1u1707g5urIm0F56pAyrsY71oeBu5bely2f/e000JewYVbdO\nEbZX\r\n=RRUM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2e534885d9b87c5a826e4a1a9b0adf6371d8384b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.48_1639229461531_0.40883762608797225","host":"s3://npm-registry-packages"}},"0.21.0-rc.49":{"name":"fundamental-styles","version":"0.21.0-rc.49","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.49","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ee14517f8669d62352e73e7d829e5cf33632ee26","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.49.tgz","fileCount":729,"integrity":"sha512-hy63L89WN+LAMkupGPvlqcsUJh8+y0h2IJO/CZeX5ugPy8q5BSNIBj1J7s0FRKWQMXiOQ6qzvqlL/Oa2zXkuug==","signatures":[{"sig":"MEUCIBzdKp3Usr0HQ63Cpv4QXNXIEYLk584ThwZTFQlgBfXIAiEAojrPDfSY73OOingY/F4Md/oF5AzYU21GOE3bBo2KdbY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24084109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhtR6ACRA9TVsSAnZWagAAmBsP/08BIs6G/5oG38ZuOfd6\nBzEQR8ZmgIZmiZNMahn/kJRgTBadP2Yg+WwwPEAWAJ7m8YWl3rajLuDXQaP1\nJG1axxWK+3vbQ1E9hkP8affCSoIPqzCzO1UfB5I9A1GFjYG/otRazeouWzbU\nWTMBmI28qYcAd97BqI8xRu2GN+JxmjJD8DsejthD+jMERMicNfjxIt66cwaG\nixZ4g94+Q6rQgOQ3tlwfLZYmy2AMtvUtmD1HkOw6eqTOXl9usi5jaCJqd/d4\n3hMSgHjK/d3KVcFyo/yK/reU2Q4a+cT6zCVtFx9cEf6xOZcGLAb9QwNpoT+I\nLbaKfxQ4/Gf0JqwifguhXtz//s+Dnf8jB5SXpv1S8UE3bxpVM65MaLq1hSru\n5tuotvKWDZrtprV9CmMoPwsz1DxsZkoQrZ8CzrbFljCYi7NXLA8FCilw4CgS\nhFGY172I2XSkExsD3n8WKY8JbR6HscgWUItbmHSdlgDHtB+RK42+cL1HJka3\nAdMzrez7evCAJCUAZZftwScz9ur9qp1lfaIreAVKhiiawipUZtynPqHa/1Ei\nztS4OMJSSohF+JmgxdrzYH3VfR4k4QOzzHV7p7ha6tr2vN7E7yrMvbykXGg4\n3akDTazxhddX0r7PK8s1iEvG9PL0Qdg7shhZVrA6sIanVETUygcCp2+sWDdM\nGoLb\r\n=dfvo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"44fac260d797e8a11addb9cdb5b07c97b8186531","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.49_1639259776185_0.20787937277396473","host":"s3://npm-registry-packages"}},"0.21.0-rc.50":{"name":"fundamental-styles","version":"0.21.0-rc.50","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.50","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"053216d219f826d406286a07064c851872026f5d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.50.tgz","fileCount":729,"integrity":"sha512-UAkpy3ShLdSOoivhCV4GYbiWvbaSMvxiRYVpAf1/JXfc7zHfVAiyZhw0AdIl9PcV/zH645Ly2ZGVUXkQdYyyfA==","signatures":[{"sig":"MEQCICsPCMjH6qNybxQhKNmR20TN2hE6vFT+r6Bg4awTTzGtAiA+iiDJgohTMBC71weZcTmtDkDEQFmrGxwpNIUhtnXAPA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24084222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhth+CCRA9TVsSAnZWagAAmjsP/0OcvhuY8LUxStmgVdte\nBaDj/w+WcWWUpMrdV9g5FNpvoWFJ2cFdSaJ3IBo5KXwiB8nEEmlM2RWK0sIK\nZwyd5L3JXUHquj0R8linLtCEl6V9CUH8e2H7WPIRHg12bfisYhyNAamicYE4\n8Xws0kI935nW5BeHlH/2h2NnkuiBmq/C9q5q4iYMzZ2RFd4rTckYElD7iSDC\nCNSax0bTs+2TPs5cxOY2J09dWJpqN0LLfD6dmTEsla/oUL8Pp9HA+xPQIMRH\n04wU8ffQwxU6doxxaaujMyap0onskXqnmxwvOW4nHf6LO/Zs9Gfla1MyXeAy\ngFtTVwpYHShmpxuzkiu2qswzEl47opm8dxTDp5WiiOHn+5VC/9RjbbMUDvWj\nN+IgqWD1HXjJsXQXvy5RsFu+wY9YiZbeGgfDW3utVrzFzdTBIvHfCQJ3Po6P\nT5O217KzTmfzlKAumJsBJ0Uo5aH3DLgf29ThjYz4wyLsC36dsc7KZWsJ+gWi\nsaguzvwUbGj+VHM62B2C4iZ+xYkgD0OtlnpeO6IYrzp5QTIGDmJVW02CwxA7\nl6oIeRd0TqwccCROj3fIJ1WzTU1A6niiKuctO3szUregWBDkuKpgdT+opiMr\nLQJnKDPSsJXADLnP7g+nTIiEFirJkh4p8TQcX78k+dsQhBeuiub1ZC6nKA3Z\nDuMz\r\n=fc/z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"02fd8a036c2ca308a8fdcff8496f8d94e8ae5f93","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.50_1639325570716_0.638859818603871","host":"s3://npm-registry-packages"}},"0.21.0-rc.51":{"name":"fundamental-styles","version":"0.21.0-rc.51","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.51","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"93ed054a8b2497f6660f924db5334eac8ab35350","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.51.tgz","fileCount":729,"integrity":"sha512-6beUcvoyJK/Let2pB/JB8u2wu8slT1Hh/e4fJRoHrgBQ1RwHJ/R3Q3/NPZPtbPxktf1WouldNPjpRX4nKlrM5w==","signatures":[{"sig":"MEYCIQDNLxxr2LdyZFPrga1BKqIP6GQ1PQbA9a0OZleKKi/32gIhANwtqKHd8wV4tPzQRxoOiYsm1XaEpHwgvwjA1Ah4i5Tn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24084335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhtiOwCRA9TVsSAnZWagAALhwP/iXyJpiPZKqN+wRtZ4Sl\n7c/YiJ0piV6A3Jxnp6zPl3xwUJ9Qer6vzRIBsm7M0iBHMUWGpFB/f43TPKLR\nGNaHS8+f0OQCyTYjCEOQ43afx3Yy7Xb/vvWMELHQeq6wfagjhq1tMqxAJiCs\nf6y2CgpB7WfbhHeP2B1gj6n0RX3HFj+Boco8+YEAuP/G6OD3c016d2LvDwKB\nBNPaNWlLcRhIAqvY//glL+5pnGX7rkLejdVOZ2pB7XzRkWRjHqp7gLTLNtOo\nJuLB6wfKJVKsefzaZga7MWMdSlqCVToLhQcQUX87N1QzK7i2NVmt85KW8o14\n3RaCi9RGZRi2XoCVbuPh9PUGbbpByCqTPtUAiLzx/lP30IC+ZdRxp7PBglQw\nZCL1wiimklVIv2Xm6D8Qls48F/3bUsyxJuhFNnjVfvXL6Z0/nxe/N/l3l5Uk\n7fmm1Ky34qTKCVJqTLlvVJyofZ9d8DQJcv1FyJYaBZbD2rMZKUpObHtKkv/w\nKVqiSRYKc+3pglfFN7pTmc4d4BmXA+G1LgbJNJgCCaWmkFcbh/0sWwGSN8JT\nj/28Rgt1Xx0fM2EARK+w4N3og0jhwuDpTGptD4kwEq/u39LLLndjtwK9yBqi\nAPYZgqobE6dv6+Wa8WFSPYHukutHy0fIepWf8nNR1+8w0GtkgPeRbDBv4ztA\nNs7j\r\n=OUdI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1fb1f92fb5d316c39d41f94262b5e919953618dd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.51_1639326639954_0.42972112776964067","host":"s3://npm-registry-packages"}},"0.21.0-rc.52":{"name":"fundamental-styles","version":"0.21.0-rc.52","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.52","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1bf62c9efc1884e8934afe6842bdf6e8e5222b01","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.52.tgz","fileCount":729,"integrity":"sha512-2TcTf4ybRfWIJU1lHy0Q9IEyL0XhdMEn1kLIX5FcNP3IWrrMk/PEM4QpKoOsb/KzygOjPOjL3ubu65w37VRBug==","signatures":[{"sig":"MEYCIQC5YBYKi0JMW6kqMCAM77gaawXWUP3WCEdopnfilud8QgIhAPlRkMWK6YWDwCMb4JEJMLpiBFPsRXvlfmLOHzlm8WJ8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24084685,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJht0t9CRA9TVsSAnZWagAAKMgP/iwPUmUcGadVZ3ZAZTkk\nXd7YY0HJpnvwEQy3pkzQQGCCCu4x4O1RvZA0wwGQX4c/BVKsUGbd7eWjPfoC\nYVMKDCzF+EpO5Mq0/H7QxapnTj/37f/Z0VtsOhCoQGW1Rue/3cGXBxaMPK7J\nny2uckPaV7hwVmsxBlCN0v60U0qUN8p/cB3uUIRVkXqJ3wtoAxpXePRYtkru\nMz80+LGDZEp51/566dSfbgizY2Wu1iLxfuQARObpPIcy0z+sSIon+v46HCfu\nzpnakWbyDAkTFNwKlA13e9q1uMFPAC+Ki8ag6aNcnVDHLZxcNY2gHKAwp967\nOAp2vAdW4AVM6MCc1fxZal0e0qwpO7njduvocmyein4Y/nbQaUKumGg1Or73\nxyf/+lEM7UDYHyvrO4b3BkZe1zavRtp/bZR4GJJVUU4k+aJeSYmM8Nf+zwKK\n0AUFnIdQVX+XcZhoIoXs5PnS80V6gFGDsdNP3awrQkC1jh1u4MjTMG9PaYba\nTa4VpA8h6VGv4CDtyFeNgUF0GC913zvdIY0qVGQQylWANwqzdLGS/FGuSRNq\nuwiWPC0J+bCIHU9zocNJV8stBIbmamTzeCRsfP1Q2pk2bTIku3RFuJms2cPK\nhAkBOoAAKyO7jhw6hXbz/iCRzSfzfyPSIvy4CsxIx/IOxaVDS17FRuLN5vMX\n8uPJ\r\n=0Jeu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"08e254b8a4f63cbede9f30ce9162fa40ddead9db","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.52_1639402365057_0.6643736130844329","host":"s3://npm-registry-packages"}},"0.21.0-rc.53":{"name":"fundamental-styles","version":"0.21.0-rc.53","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.53","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"41875c30d7feea8f454dc6a93bfae63007a012cb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.53.tgz","fileCount":729,"integrity":"sha512-QzKX38xBehULiuQdZ8DfVnLbsAikj8M4be6HboUGR9wqZ0RIIhICtmWHtbbOfAyodAkyAamxGhwCsexdek2KQg==","signatures":[{"sig":"MEYCIQC/YbN3G/g9FYBO2Ns6RW5mrKFbSRHVaKGt+zKSsC/yCgIhALDU0LLf3pjamnx8SP+403xsxQ02x5IommgXUQHPAQ92","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24085045,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuNKyCRA9TVsSAnZWagAAbpQP/2B4cHJZh1okNRbejXhK\nJIYtw97QMSJT6XCkaiE9QaOX/kQ23SV/dQlGylqmH0W0Wc09fJIAF8ruc5AG\nTxRcHlkhRVLhu8QZwHIMkkfT8nNSK5VybsjZatB1IRTNE+RFdMGGXkNW/IpG\ngVFCRB6h7xTorQ1zttYlrVtF1aNHxYwCe70a1cSg8cKn69f8DTenzVkq4enn\nSERqUfdbN4IhkuVRIdHh9IO8kSc90lTJCowzPydEb/BtJBiDGnNx2k3eYa5/\nd/CaDKlVTkkH11u8kPt/uppSZOt7VkYxzOKX4lRZR4Wt6gjHshtaqVCTZrLc\n5FieygppxHqyoISS4U7uPd9neYJUE0BqP7CP9Hj5pYLiD67l+Jc5ghNXhWUh\nL2RwLX1y5m4bPjPbtoO2DdWKqvr0qJC6CCdBw9x1LZ63Nx5DbxbNAUOFrH5A\nrp4SvoeWwUeiKgGk6EuvjbeuTAycIOmzBNa+zWUPD3ChyCWKPZtk3n3fjBJS\nEyvGSu5GJjj7nrVNaRq1HfWx8Zny98Dmleb8AgvK9i9akacRx1LgCtsxvf14\n2M62waTK01SAe+GYP1Kk3z9oA0HdQxIFW2fGIFiYJU2krG3XJI6YfZ3e58Uv\n5zHFmnjlwWUB33fOg+8kdrzCaroITGlEPHTEWIRvJHJRe/uU1KLhT8P2ud2O\ngAC3\r\n=4Uv6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1d09a9805c0a621dac6e261f41f92f50fe120fcd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.53_1639502514527_0.7621744798998065","host":"s3://npm-registry-packages"}},"0.21.0-rc.54":{"name":"fundamental-styles","version":"0.21.0-rc.54","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.54","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5f8eab940b942464d84ffb0c1b4a5933d696d7fd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.54.tgz","fileCount":729,"integrity":"sha512-skaYGk+gyJz0aS6kqbGnZJhiaQawB1sHmkIE/IEvsv7znbwGyijjhyxmrckh0zS65ZZPJmPHR2VkT1CHhFsaBA==","signatures":[{"sig":"MEUCIE0ue5/qOdNDHeEWdkbw8VAkK0b5gMosd9OSGioPkgfUAiEAyjXntZ6z5N8eNkv58HFditr4qrxbnHlPMGLretvav/M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24064897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuPAwCRA9TVsSAnZWagAAMwwP/16NMyRc9KwdKm0ej5LX\nhglusUXI7o3CKk0zyaV/gj8qAHykcbH+yq0ff894dzlKW71lImgEonMlmswl\n5xm3Uj9BaQvcqm25N4SExgyokeY959OtUri4ScJci57lIq7slVDhkBd/NNld\nFDB18Njgkf2hpg4N4mBKZs3bi42F1uk46NfuZdKR4yMYrgkjgMELLPDYJM1c\nCxFRPUJBKnEuAaCYlsEid0vawZVftJfTeAuERBl/sSzvxg4h6MRosK558ztT\nQbPtcPrlTvkdX7+fnPa1JT2ZvcChbr3Dipot08j74itCFtq7DDojHwhrDYjF\nvgJ7Ggg6WY6Gi5+bdBAkAUvCqbW6HdDGzbuWAtNg5Z65QUCoJaLLpQ7vtUYc\nU+a3NgQNuSH5b2aepmgwTxZwH5JkmS4UTZ/ikia+lR/5stJJHYDwCH7kTP6N\nzbMYcVYacFHMdBaVZZRTtng20DZJyOT0YQ4uT4wVUeQFw87QhJNdfsazXVMY\n04IHNdRjhAxZISkgQy3y0aXuHARg3TMrv4OUKqORLe2vAKO9yrbqobgu2JYS\nE5KVj7qZDGYBSuApZ4ISy6A5b7e840Y0XywqpDStvMIkyh3nrTOyNbappef5\nItJiyhWH3LExQhlNopT+iH9cloTjK5P64KX1VVoYxGjWMnzCGnFAT2UghX1B\n8aPn\r\n=aGA4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"72ff90f4e21a965ed71518ba6dafcefaf58346c4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.54_1639510063816_0.047998949562726434","host":"s3://npm-registry-packages"}},"0.21.0-rc.55":{"name":"fundamental-styles","version":"0.21.0-rc.55","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.55","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d94297e96c1ee1b5912d9a44b111996787c6c92a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.55.tgz","fileCount":729,"integrity":"sha512-QnOXdHnQJ4o6o3YKRHgjJ75Uq0b+GqMcLwLfxVKdhv4YPdYAVTu7nZhB1xpixBYnihMxWJDsvo55zbAIyi47mA==","signatures":[{"sig":"MEUCIG7G2MYwbo0TNJYAGF3V8GwG4NRwlL8wF4y5GhzXeW7gAiEAwOwhYAEjw1+L1DeowX+P7Wb3QWXVRdTEp7gjHubiprQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24065247,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuUTwCRA9TVsSAnZWagAAS50P/3IIkdTk8dxSxftu780A\nxBZXmHLGOYP84EaUNBhGip3BADT6FV3fYsSCbxLrwltXee8GtAc0totUE0Oe\nAQIVh8OyE5yvLr/4CDLs3Jlqdtzfol7ju3qckkQbpTuGNbJ9gnDXBJfjQZGl\n2lR7HW3Gj+EtypWhYx4EU0NDssqAjCrsxc5CcNN4IIUrlZJ3wj3WgK2r78kY\nm4DrU9jLs3zdh1qCSKlFLUa/EX94WIoiOiSHMZh7B3cW6aNyzxTl1qx0fsFZ\nQibRBvM42aQp+PxUXaJuZ6b9pMwrRNGwdgH53XHJ/tGycOzEWkyIkA6fux6s\n9LjBtg0E1eNJLe/bETGIqxqlLF2dlJnnjevxPeMhTKonsWrad0ydqcywuLTn\ntXBRncD/7OovAJuyVgMXWWnCCz77FCFlhYH4LMJwHqTicg8Ly8y7KYoORZ5n\ngSI7wsB6aaqLkcK6Z0dziVUtnXI152/8FRw8IAHsVcc7udhq0Rpzj7/t0xxD\nvWvpfVzz15fdHX5C+2PpoKRg0PGg8ZehHpWLSY7h/GOJuajT/Rvrwh8SKWJK\nbPAUsUgEpa6eIhEq9SL8tD2yVU615BV+L5T+PDTBHIa1ujIvSl8Bfr8E+bAH\nvvw6H/UsatNUkl49tKtLRHRjpFYZWGIyZsuyfbzhXISnv12FtAc0gOpyZRGe\norB+\r\n=XgqS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1d9ee7f7fe26379dad5913e41992f954b9d9c559","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.55_1639531759814_0.026375466313921292","host":"s3://npm-registry-packages"}},"0.21.0-rc.56":{"name":"fundamental-styles","version":"0.21.0-rc.56","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.56","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0b05895e100bc2a85fc241e53fb8d98e5f970085","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.56.tgz","fileCount":729,"integrity":"sha512-BuYlVFPB8F5J1PiOo9RMpYdMfBHPWMphkRKuARMt40wCI5IOLJ9v83njSkv6cr2Y/CQvq57BeHwOM+XO4KUyJA==","signatures":[{"sig":"MEYCIQDl0I63LOw0Zby6qH13/OpNSTcPt+niNl8RWwENC4Wi2gIhAKj/O0KwaPnsXwG9VOf4kgrusSzOID4gx77Xi5Noa3Zm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24065611,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhu5HsCRA9TVsSAnZWagAARe4P/0iBv3FsZ5KisPu3xi63\nWngF82SlJvAFqYw9Ka1liyauXN4SWc64Ve7exB/4lJiYTgZuWMHwa+urisLR\nI4EsOFr+tqyJf0KkTAXlqNLY226KshNScm6W+stAc0S2hFHBWI2IwhevbXIZ\ngecNTsyEh8cLydD0JwwYyW9EY7ECg8zOIS3Dyhj3U7iHOdr4DaXmTiEEru0h\nnS5uOV9YVk1MYEzvpttMDMRkFpdextVflHT/cOfcPYilRXn18/I5amVEI+xx\nWxqLfU6JaNZ0J40r1pADSMm4HvglBAThdrnONlWL4SRIfXyuC9aHRKh6L4Ti\npZzwldQJpieEiTIqJ+COwDUYJGGQWbbnKjzOd7LVs9+RavxcpzD/625lwNLD\nLRQmUWFF/Og5NEXWXhYWCxMe3MwYSK5nS5IgHKNZIPssDkvxjjDtqdRL3yYX\nQxz8PPtsfRZt976KotG1oKTf8CfzY4BIWTbfc58vU8/QMRCBkurEQWekzUIM\nfV9v29ZDxM236RVTX9CiAeISNg2R7s5vLHA1RZxJTE2eBcn+JsYf2VnOikQV\nLzpU1fpAU7Gr59Ow5/XSwxqxvDefu+zxCeyW4Q5/140QDH7F3UZh+Wub8H0A\n3b7H03tV3laxtmNNsv9OlLFPvE2RrOQbUgJZBlp5pgh1y6LdGnmz1GuLL/cd\nx6QE\r\n=TqPs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8038ed436563507f0e6740505ec32466ed1f3fe4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.7","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.56_1639682540704_0.6503990682771159","host":"s3://npm-registry-packages"}},"0.21.0-rc.57":{"name":"fundamental-styles","version":"0.21.0-rc.57","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.57","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9df4faa57f56cbf222c61757801a0b0fbf9be647","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.57.tgz","fileCount":729,"integrity":"sha512-hRNnnj+FYjmQIU4zib0KvLf2hr4um+32MDDfJHBe+h3g8JwUYSvunwxYoHQ0HYhx//5HVD4VRqs+JfhCd96qsQ==","signatures":[{"sig":"MEUCIDLZTsNv3amWqvOMI7r4yc9RMgiMeCVwPti8gnBWkYBzAiEAis+1AV7A9h/uCe/1aiqPNGZAti706OXK057zobF9WNU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24065724,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhu85lCRA9TVsSAnZWagAAYi8P/1UlhI0VAw8W9AH+jDky\n/91hoZXLXW9dk531MyPrxCMwvlMiOGeWdawxH7DzwwmddZt56nfJrvczwcVP\nDaDBujBNquGRdoQGfpiAOcTWWBuZLJ5JyScKVSRH0BfudLADkDJdDlTdBxv1\n3CK0uJoq5ZKf2xR9+zp88bbVd9Ut153Z7dPoDo9b9gBof79qVHte3ZPtwrKO\nAqWyakcS0698mvfykUYPufko4sjFh9VpXaIsrul/AHAcChkjKOr4z9FYrFBJ\nE5OsEyusMtHGWzCsQkqwGALIS7SqqktMvly94RivW3dtuoMh67VmssE6mfwX\nSx8nkMvNmUG42c6QgJjSd96lTvHtGmsFHkKSQaOVLD4Rv2jJnTISmsdE47aX\njLtLeWdDpdHkkbyQqsa0/7m/HfZ72sXyLEWCoeOS6pkR6dmATmeM0zoIBJY+\nHAIKkSwNOPzCr6awWbpKehbqVblAa4qZXTOV93lQEPPbSweXAhnTclZLImzg\nRux1V26snfTkPp7XmyFVT+tGulTYb0ipSTkclg+/L/jCLnAzamWR7B8gELpt\nb5nEMo8hQNNSXqjAWuOD3PnXIpxbwQ2CBfvM5eAIdRyNZ6EZnvvcmT77q5Ti\nGXD5NbjrAg4YpYu/biLIrUgpWW/Ju9wKhznp5ehlmejQlIWEHSAgvArvISw8\nGWYS\r\n=u3iZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"dd673dfc92be4dd05ff678070d5bfd4825197dab","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.57_1639698021644_0.7481816895921611","host":"s3://npm-registry-packages"}},"0.21.0-rc.58":{"name":"fundamental-styles","version":"0.21.0-rc.58","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.58","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7c536be522db5d3230aed0372c2c3ba5e34184bd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.58.tgz","fileCount":729,"integrity":"sha512-PbP9DKBwso/qRkY+cSmABtZbp30RTqcJvJSJsdZuwKJBviNhIOqQzF3q+CHUZsYzs3qWtNQYSCECATcuY88A1g==","signatures":[{"sig":"MEYCIQCpVbXMcFKWS2/Ax8+PEWriioeE0Tqmk1cZm6dHPpgfJgIhAMEOgUiVMJjPcrEu5hA4py4OecwizmGv9iUhg3nq998K","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24065973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhu+NKCRA9TVsSAnZWagAAPQsQAIdmMv/NIHqrDwq+zoQZ\n66L0PlU7vgKPnwhuGzD2iL53mEijFG0M31rMkYDpwNsqEGgCF80NhBXQnFrV\npfOt/PddZUfJqj4oOxAyRvNUpcUtb4N5ebBxlxPe8XWjtyPyGTn28oDsldNm\nVLf9umWNZmptWsy9b1vusT3+s8OViDqZqkfTE9rOq9qrTXReQ5aNfuwgac3I\nYZori01yVo8sOdaxDrSojXt0lYu3xf991+ZFJ1L7/FZHB8tmCQxmp3H/C8bi\nuqYlHxQqtVXUZE2ok4U6L2x27NROZoiPf0lUp7CC2j3AFpi1XdmiR7zEmnzh\ngE/of7A5LdyeYbb4QtT5qHUDWAfWx8H+LISPHv0QqkQyy/0/7mgxriM/y3qG\n28x9luzVPtV5tCVIoRwsXF+q8T0VYZMPhoMEzg0ZPwjo6NicfYu46k+5AfJe\negY9OFqqZNH/HrvsR59XZD+Y+u3r/W8edBaqDEX7/tTriYA4vR56uRAj6R3f\n3a8t/1FvAvZBaUtEmu3grZaWSsP7A/eML81fRIuEQSfq6aaiWJqG9/3AmVJ/\nE0BfsaJ5cI3q/HdH41zYiw217lTQIXv+Oh/KRvAji/Hn4JeXG8Dn+xCAkawj\n29EkfOAXfkPKqBuLY7AZK7ZNqrrKdnd9O1B0UUQImozii8VDhA+mWqSXegI9\n2NGe\r\n=Q3RF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0dcfb21b23a65e850c679d4e71225a0a4082b7d8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.58_1639703370299_0.9684682286319601","host":"s3://npm-registry-packages"}},"0.20.1":{"name":"fundamental-styles","version":"0.20.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6df0ad1007c675e9ece37fb3ce1f81c74ff5445b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.1.tgz","fileCount":608,"integrity":"sha512-Zw1Vk4XlqO701K/I4aiR4A1dyAoxbdbunR9rO2FnQE5LUyNm+B26C+G5Dl0nE5PMRHEg7id4Z/2iBOtmi72oFg==","signatures":[{"sig":"MEUCIEpNY7N7aGhvQYTUW2DfnB+wu1gFxPnldb2NKbJb3XvSAiEA2wk+vVXXlWDZ8canLPbKdTj30C/OGTlrPbkTqr/zZpY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18098327,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhu/WjCRA9TVsSAnZWagAAC6EQAJWrqF0FZpqEuO89B3JS\nsBfSiv0vyOk7MwO8NgkEadlhiUNUU5/7B+8tHXPQzfpHg3PuV9YG/+i8PcB/\nmmjlBmDt6pFN/JlmKtUmXwnxasbdfqf/J5uZnYOCdzvhcn8OnhkYIUhq8NFh\nc0tE7H4l5JIjbLUnmFpInHi73ZGkm9OqP/ZSig9TXOTV2EJ823l65F9YbZSl\nv+NtBwQ7BrFqbWPt9zu7CLv/q7g2w8oL3qdU/o2nGaxsJ+x9RUjT7kZPdY4J\nXkJKN6+IEipj1/LYYasA/MKuLCw9XjMgRboW1xLrqJ/aGAiW2ESmjdvOFGKS\nOw5Tad0OOSCjH/nV1MLavuCRohjIGT9y/3gjp85GXpbuyyebNzrcxC6NEtcq\nZVwdOwVituBGto7SToYx7ZO7SAgdQWGD9FCukri3J4p4ZsZtwEcdBpzpB7/j\nUnIQc6ZtwujcZFOqu3MKCZPkHSPBV6hA1lIJLfEIBxhvYhZctfqeZrD5EQHi\n04IEpCZCIbq9DnPdJQj3jcwP+rJabZT3T7TEr0Mlm4GzYC+d25D+TID8BG49\nrdZWA18fReJUfx8AhkerJ+25mp8DoDiFPz7fiAzc7dPQLEf+v5vMdaVRMg4P\nrAaUaxNxQTv8e0s+FsnqhIO/mcup0H//ug9GO4gff/pW9KQMcE/HvlV0GgNf\ndViF\r\n=/+m3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"34b9df76664384418832ea8fd4431e51b1ae85d8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.1_1639708067550_0.22398643765707305","host":"s3://npm-registry-packages"}},"0.20.2":{"name":"fundamental-styles","version":"0.20.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d53099d67a25519c3e3508304dc2a10049e1823c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.2.tgz","fileCount":608,"integrity":"sha512-E8cEiYvwaSZZw1T0aLMf6xn3JwJz3mbI/uLMi6uUaECfwQyBsjWbYnTNBaPzJ37PLrki+fFEwgk2cj456VS5hQ==","signatures":[{"sig":"MEUCIQDhGZ488EzYdhLNyDy3NjRP7qB2MN6Gjule76nxhyDlIAIgVD2YeTuZG3zBflfKzD7nDqt95mY8d9tyCCnNYKZ9P1A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18098423,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhu/rlCRA9TVsSAnZWagAAU7cP/1Zuu3yppoEJpcL4QvX5\nMQEBCEh5VAQ+gdXGuuG9+f6b8rnnw6rpIxRBN8c4k6pnkokL875sCRFJbLkA\nRdQ1CWGLNAvZEq9he0NFK7DUtLbU5bwBukiVeLymCQ3W3N8BmtDC7YIWhiEO\nlDrdkIvEZBkBzOeQWzUBwEefx7C8QviddXeKGxjegmdTPwV2Nb96SLBea+NA\nzCoExNe8LtRaD+WRQKqtEfoPwdyBPSf1r+2GhPrxe3gbhpFcjHi3lGKW4QOt\nwkF1W3pmFI7onHNcHZFT2e+ger+rjoKTJibgyyaz1c9Z1TrLQV1f7oJgUU9T\n7AsrB2ZivL+kT/gikCCLZFksZ7qDn0DgnC6q5RsKE+zBO7mYGGBAWgFD2ZbW\ndzp6XC0CWLBvuQmOZOENhs68rf/wJvFZfTG975VnPUuKAbyAoryuFuxAjJdO\ncyECUC+FS8tf6GQ7MY1lMs7++KVr93K6h8Zs71Es361hly3zQe2x8SMO53X3\nwFZbL4gyvxegBMJ/LsVFoRLjwGFNQJFbce+e6cyU4j+P//XZ57H484dq+1AH\n9P6/aILd4lM9EewP9v2vl81DbLl1dCBzqMrrBNoyPskOoLOGmRQjw1a022OV\nFzGXvX8CcKbubSf7PXPYr7f1TDGZwqkGcHXZHycZYFfN3z/AqfGHKNYS/bXh\n9HkA\r\n=0PuD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"feac6335da3f92311a39a57f0b91ffd58b8b8aea","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.30"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.2_1639709413605_0.8201669702993664","host":"s3://npm-registry-packages"}},"0.21.0-rc.59":{"name":"fundamental-styles","version":"0.21.0-rc.59","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.59","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a1275046c3c5c872c5fc6a703e6a7ee5e4eae3ad","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.59.tgz","fileCount":729,"integrity":"sha512-7h2SAxNAn/L3CtjT6AYHyYF5tz7LKFmyUALhw65tMzxfTtEHl649iW+4PDSIbrZD2NDlmg4Xit9fUd1OAIS5Mg==","signatures":[{"sig":"MEUCIAXLejk0K07bHwGAEYL/zlv45dTZSXzhf7fp0iX4czrcAiEAni1UtZ+eEoH5mVxeckp8ioKLhVyJ9MIe4hYTqqDTo7s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24082066,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvT0dCRA9TVsSAnZWagAADxAP/2i2ijvxGf5EUjgtGnD7\n0rFwbli4btM5U+ks+a0qGJQBHppgfwfCGFdu0eqvqYX1WB1EXmgbu3jQQgPA\nW7zsDcTH50KYq02dajjTdNGRwtiXS0bEF4PggcHNpF29Hz+jkU1p4KADOmOJ\nM9d5II3Q7svBjVPRojUhOrIwNjoK8t+MjTu4Nnpr3r1g/YGfdjMKf6otrRlG\nTVaItdkPr524XCMsEIm96XaTLS2Ld98x4fZ0dziEe8kRwPN3K0QP+TUupKRH\nvLsMJf1YHsZNWT5WRQ0trW0Gph9s7QCX0JpI+8+XTGXzVb777NVnW11pqLVY\nntruSZEvrqi1rWZzHqsxIiIQcxRoQDBu+LSF0zeoQN78bz4nkGMnfVVH32ze\nyAlQFbRVpMytxRFUT7Br3N21Xdu7O9kIVe9fqBb0t9waObjhtRrM1Je+gy0C\nW5YVJg8JneY/drPCrlxDb+y2FhANDZjFjGYTi9rZiStJ5zj+OcwDoe8WR5hL\nbkCoQPrtf9tQMSrURucCAL6V+PhrPBWbks4hrtfP7YyYf+nKHEvBoEnuZNAD\nE+7oNRRUiExLVd+ztS8waFdUVkAqYCBbRXilcABXWE7ix5XK/wa2U11W6uqW\nUyhhUMRivwRbZy3Gqxz/d91WL52rmD+oy5c+hkyTisONUl5YO1OJIgpFnRgM\n7bbY\r\n=zyzy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e20821ba42838db17e1dd69ed161c572eff205d7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.59_1639791901344_0.06997275342175802","host":"s3://npm-registry-packages"}},"0.20.3":{"name":"fundamental-styles","version":"0.20.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.20.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4877145187d5f816610c8f2c2a048414db49833d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.20.3.tgz","fileCount":708,"integrity":"sha512-mv4jy6gYUil14j+RgG5Xl8eYQcErLKR2TXrwrjaLg1Su+PcRRoFPsOEycIaASSjvA2wjgrFlyXhNQ79sfpTodA==","signatures":[{"sig":"MEQCIAtIrKoecmxkdlBjmFkvEn2bW00x+eIGRfoEX9O4HlqUAiBxy9fse10dvMNWRJ+GKKWnvceppGznvnhQnctdlhwcVA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21089719,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvhHNCRA9TVsSAnZWagAAEpkQAI9QQBj7JStDZwIXiibF\nFwCJYUE1MEVCQKeuZzzx0JBlnV5xTqaB0kR3QItcJMAgxr6LC4ISS/en6ONR\nFPTVBaWBNoj+B5S+jSclgQMBqdAWP1mewWQ/PaiZ28KBu1Vw/CmOTV9pCriw\nTCzu9bAgufOYCAxj0wl/0OQTF6FkJq3sGp+mKd2XdHrsmiKKIy4HauOo6Zzp\ndRkZa2VophOkSLF00ZLCbJAdi7lqAhZ0jIgLPfuyl/75Kh5Z8V6hjhZ40n5y\nh8UsxxTHH+ZC1f/CFYA4zQtXXnQ8pjZ09jebofBjlzh/CKCQL0Gom+N1mNLQ\nNkoz6UeUjhR/aAUWsb/yA/ZE5t8vao2KXn0OzWugOmG/aardCOSBwA87zOV6\nz5nqHNlU6aFDPCKGhv3t6EbkMe8yVyJdLkGDWdI3LqdOHUtJXJZfbNmgMLyJ\nqLCvumPEID6D/9iazziGy/RJIRz5qWOy4TeD8CKKvAaFEqtSqFTBdXMm1xCv\nRFuRSDlLivLgVzabl/lEFhlRJruLIuRQi7bdw3tI50QC/rEwQ2T3JOlvHSCw\nEbBuhcm+5bfc6PlXXr/3rWLLz9iu15+/VF5d/O+U8R+AkolXyD4M6KHIhZew\n+aTGAqsHpJ1xeNJQT7qYovxCzvSFLYJJp4D+myHNd8JjtXrGjuJCmRr3TMy0\n9jQv\r\n=4Yop\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6136afa1dbaeb2e028a147eab1e0a26dc9dd395f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:theming-preview","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/ --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/ --docs","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css && npm run sync-versions","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.2","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.1.0","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^5.7.1","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.0","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^8.3.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.3.0","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^12.1.4","@storybook/html":"6.3.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.1","@storybook/addons":"6.3.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.3.8","@storybook/addon-docs":"6.3.8","start-server-and-test":"^1.12.1","@commitlint/travis-cli":"^12.1.4","@storybook/addon-links":"6.3.8","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.3.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.8","@storybook/addon-toolbars":"6.3.8","@storybook/addon-viewport":"6.3.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^12.1.4","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.20.3_1639846349102_0.7861796149764584","host":"s3://npm-registry-packages"}},"0.21.0-rc.60":{"name":"fundamental-styles","version":"0.21.0-rc.60","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.60","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"71d6c414cdeb322f82fd50d58ecb532b0cb87837","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.60.tgz","fileCount":729,"integrity":"sha512-6mp7E2jjZ3+cTBDlwUoRucvpwlozdCION+6CJdFeaTtW4HjXBDL2CO21qFfhYdNBid3o28TCQWPfa6u5Wp9KEA==","signatures":[{"sig":"MEUCIQCWPgxObf1rbDz8uCHr16QdOtymGbKTe4GzSdmRyJixhQIgNw6rWilw7kug7PpYjNyrEf1E/PNAySjAKBvfMtx5dTI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24093090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhw3trCRA9TVsSAnZWagAAkLsP/Ao9SiJrDaijRvMjb/TF\nfKQUB/9Tu2lg+xnTM/eNh6s8fIucb57UB//+vWNB2t5oLh/6CPtpK07Yz18+\nRPuBValE2AxJ416iZecTpyxdagHWcd/c0ykKY6MpfP+Arab1xBOAK/h+ptSp\n6TaCWwUiCx8YobhGiBOF+bxjg56AdFhMGIZwQvEzB7wtGlKu4Wv/6D+veEji\nHvveA5+jrVXfpIDaEsf28tDxCD2BVy5FKw/T0IrzHK76GTBYiHfyVxp9dWp5\nCL+yyI5qRou3BdEsbstoCbfjfnOzc7kVd16LfcscPfvR/EJu5DxJDYk+OSkl\n9xGm5qqg1FrynoO98xx0NvUnpBuQwlsmzFvWv8xNhjkMoqcphuDxI4kSmI3u\nzUnT9fKtLgGZE87K0l3y9vTAKzrTWE3T59ommuS+m56hqctHhDKu5xK5HkU9\nTjjt98AwQJy+WK/8VtDbrqEiZo8UmLG2Rfd4EqqgVPfIu0n5z1JinizERqIK\ngAgKa7UemkX0OWuZAWWvLQ7e66NNY50li+a4AEnu5De2dMcSkP57qdlrpZCK\nns/LyY6zbCO9y0BM4t2lZgWnYUPNHHOl12w2KWwooEQg7jKIR4wFX1t0ZMuQ\n2E7707lTBt2E9psu+29dk90aXkyjdP7QNpGGjQ2vgDV4Sxa7jRvmLQFcZPep\nLuhV\r\n=33O9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"56c0525c19befb68c3e47244b13e9e0df9c841f3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.60_1640201066777_0.5360951399490477","host":"s3://npm-registry-packages"}},"0.21.0-rc.61":{"name":"fundamental-styles","version":"0.21.0-rc.61","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.61","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6852e0c4a7bb885946b00327eed694ebb0c35ea3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.61.tgz","fileCount":729,"integrity":"sha512-qHKHRoVhMOszZ4XnOihL0BNSBISWrMbH3rEqdJ5phfbrD8mSrtERctRwy3lBzeKsPv/PYUVS9bTcaVHMUWgNIg==","signatures":[{"sig":"MEYCIQDLK1RlLQr4mdf1Z2wO/meQw3JLrpOp7/PDIZ6XXjN0NAIhAKh+UBd8QXIO3j8MU7o4s2pgmw4rlAcCw4LxLulXirrC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24093451,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhxHITCRA9TVsSAnZWagAA604P/0PBDvmAF042v7BryV9H\ncdRrbtiXuzvylUtx0RrXyeaBsl2bF0EDe4mVAKr3qb61+qQjicWj7cbKvcP1\npS6tt8SKVAYx1WAPotuOu3TQ3Uzdbb6orGZaA4UUV8MfW9IZpZNpiQaJuz6L\n5ZadLc8CW/q/KO00NxzN8F6YiZeopkrBgycBbgMt+4qbVxbiZamBbFohv9Rl\niE84wsSUPV/dbYReXZIS99lHl7WMb3atgvBpWAre+M0IfCphshHDVTAyuaEE\npWuScWvm12CgEbOMHigWnm54du8GzB2MFomCVCE5pXHrBAfTt/fwYX4zQrI3\nFGRv1WXz1DCgvbvPe7YdQa0PW+7vuRNq9uzsunZHDwgkPngcU4OCBc4WmPk9\n6ZKM/FbFygeZNibUMbBdjoB9J7+j+UF6ljlzqFDZePW/uPo3KC/msTbT0M4c\nUQPPrViXoVeTIuHdzMUESM9pZDJMTVui02G0HKWVPQOO/Vwbkad/4FXrvbha\nX5XEWFrWbcfUEzTw02lGdLCWKw8JBPMhO0czNFzp9ED9EGhO5aMmRz6tj6tt\nQBpEAsebe/DvPFQeQpuc86gg8nHBk89aZSkct8Ccm2s8KH685PN7TEoqBazU\n7stn1ZylM4Ynl+6Og/bnMY9a+gdU5fwYW4PfPRku8QzxToRH68bdUZovfdvv\nUcaz\r\n=xh1t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"80fc0460a530a9ea70ea7d54199277b06490e75e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.61_1640264211112_0.10900546625471841","host":"s3://npm-registry-packages"}},"0.21.0-rc.62":{"name":"fundamental-styles","version":"0.21.0-rc.62","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.62","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"35ed9815592dc35f7dbde8fa7f533c0a2ad8868f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.62.tgz","fileCount":729,"integrity":"sha512-mublnEAHZGRNdxzUrWboR+jvhWRJwxXjE4bZP9JvBJ3abO6qWb3wWsFwYCWdDf8oPnl/upr9OMXna6jQedB0xw==","signatures":[{"sig":"MEUCIEi2JzKb+5tOAZiEJXv7NhX9wBnt41rq5LfYyOX52xJ8AiEAqI+bgChF3KppOtaJ1owemp4ui1nzppwVN6ZCbdTk8Mw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24099720,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhxK/WCRA9TVsSAnZWagAAbdwQAILyGBtPkn2MVuLcuXs+\nr9vt5WxPTgvJz7+jEbMTC3PXi8XPhxgLg25B8NNqGha0GkMPY4OPhfl3reAN\n8B08CWAOi+FacCJVEAEqRgCXn1N8WS9PTK2nD+dU+FzNRMtJyVbFhkHu3QEj\nJzIBi8R8/BVi/hMJjDcP2f4S7gB2mopVySuPm/uDRJN2mVPWvvwUZMJQXOBw\nKo+ZpYDfKS6hGPIVgdeKfBsnu1QuX+EafHneAPl/zbPnvza5AdG+a3qXeb9h\nnhiCcUfBXtKVax8Dj2Z9GV2SK9fK8rEHNY7tLHdM7NHuQWwVBXiFMFoAqGUJ\naPrz8U58/x/YTEOvfX8vTNdWU5mEaLkO0ZMV0qpJM9pXvaDCVE1jUSZiKff2\nLtGFwC9DSqDT9DH7WgB/sfx0M24N1KarP4S8ZMTIaKok+lv0NE9AaYpL47PM\n8mAAnJPqj+MEhD/Tw9qNh6CEtIv3bp7vWLFN1EykdnipzX9FlPrtlJygKjyj\nrfY8BdYJ8hfUmSQGM1jLVz1FUaxYBnDmjycks3lkf2ByeoIBO/RJaPwoegJ6\nGCsKnvgU5ZrtlQCuBMvbiua3QwaaqkAkx41vTRyrdURFdz5bioftB7ufQRlu\nYcM6qGQcjtSLU6aC1c1g+aJxXU8CCSZzxXOTKJ0eaiMOdVluu6YoKHg8oeB+\np401\r\n=CogH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"700df701d95a5a47f0bc4b06cb26866738857d01","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.7","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.62_1640280022084_0.2850680989371155","host":"s3://npm-registry-packages"}},"0.21.0-rc.63":{"name":"fundamental-styles","version":"0.21.0-rc.63","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.63","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f28ae74641b75de770443c5e7c16b41656e73d30","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.63.tgz","fileCount":729,"integrity":"sha512-i24E8zESddwgh0grovT7Qd8IBKVnAfAQvIAAXf6De2C2h1Bh0PKcsnEPNUBDOybU6OzptyxlRpkf8e6rrY5hmQ==","signatures":[{"sig":"MEQCIHjsfNZ+VppSn/vodGX/8BjfLuoOUZEPMjR4zW9qTS1GAiA+X72aphc49zY073Uin4ky9hTZIESaj4Y3opoL0QiHgw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24099833,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhx+yrCRA9TVsSAnZWagAAB7wP/ioW1GvGFQGAz5lycQA+\nQPaODv8hKd8l/g8jP3a09VzTj0dYT/MkzeJ2yAdvFxxp4gCQg0huhsTDq+Em\ni84wy7xBwtYplSiFJ3jo6TA+7zJHP6qoH8NL4QwBXxxWlSUNfxUjJ61kBq4i\nYL+gTUozfhCGeF9UKysQ+DWFZowx46kiaFDiGuoUFLY8COPU/rDpCZh2v4ct\nUuVWPujWyc9SvTZNWnC+hK86h69o9WnQ721BWLqru05yvKo2ltfgmcfB0kwg\n2Je3tbDnicosg0tbsmrGzEehwf3qVRZL9gxJ8m+2/Bh7B4y8xmARaUrj2vpk\nk5YU0KghJH7nav1d362sO8xAuWsV9YcQUtWK6sAVSlk+SPvldtx1/zkUI5Pn\nCMraK6QhWRTFtQQ6C5SUYFfxNvXSrCY/z4TrkdzR6L7NWNinScrxp39h90/Y\nY7lWX9a/Oya0hxaRi2dtb+ym2RZdhTmzEDGy6TidpxS2HuH53b1dsdjTkBNT\nFhHXPUT1iw1R7546IYAPjO4PIiqUaB2qpwaHNDzeyrzR+wBLi2G9SF7iNZXE\nNSNoqAky1gG0RaX1g9Wrgc0GmdL8dmVJgn821EpqFZuOUNvHC8NoBEdc1IPj\nZfSjL7AWhb9pJlmt97tQ+O3yD+B+bUk0c/45JySK6Hi91zaKWKhcFyI2Ja+h\nVQhC\r\n=ioov\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"37116d6dac015c92e9f88377a9d6d48cedb0a829","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.63_1640492202917_0.8906117028861944","host":"s3://npm-registry-packages"}},"0.21.0-rc.64":{"name":"fundamental-styles","version":"0.21.0-rc.64","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.64","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"297ff317c9416b69cadde432fffb0d80dc15b8d9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.64.tgz","fileCount":729,"integrity":"sha512-r0jVW2URB7NeIGagkwWIg25jHA29w/WTbcHa2KGpm5nXDq4kVQcT4JMjHXZWIXF2ypphc17D523Om8vcFjeuIA==","signatures":[{"sig":"MEUCIB+tmEIjfK6Xhir+8pW9OpFKt+hhmjlsm7iSVZrdRlwyAiEAiCgRUdpF9MOdnNo6QVaaFpEban/g66P/T4XIyBurBZM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24099946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhx/txCRA9TVsSAnZWagAA4AQP/jywAJjFnjR3ExaRfGTm\nf5o29JxEuRMLwrETKauF6p3pA75aZgZpACFLA8YSAs34wL9TxnjG5kRKxrUi\njyZUnWuyvLJPbXz3wObtIhebVZW/SUPrWXBD4EFaUqfuY3DozUSRwU2u4tgN\nV7j62HfOtitZHpHyK+O6/UZEJVT95PpUtTsctlgQXJyjtJ0f2ppTeLccgpvf\n7skpBAgyGHkwdUKzg694i+6mUDaH2aXDQCZXe7W5TKjh9oDZoib+5Gg9AIYe\nHk03wHy/4fqn8K6bA/UVqkPNxk9O+ON1ZNc1+gqt7byofKxmbjZzXFqRiRRX\nFAnNhsB3e4xhWynpxLuDYE+Z1p//VfHn46GK266++ee309QaXYQdOtMjjJVt\ntahOBEPDhk4Kr9WpQmCDcp6zPqamhYsqLLBAxcCUtOqHRjHL3Kc6ggXrcZ11\nupfF+gNPwyLJ4APN0N+UNJvI63u5nQ5CeKf0oaQ3BMoqi8tjgpmaram6hZ+P\nzZfWih42qnD+FkC1c2yakXhJgHu2U10u7LiiPqGK07r8W69bKM6ZiVohoejn\nu3RCE0I5j++OTUEF10UN6PnnwFfi6WgluXmv7OQsUq6suUxPo6va7kbt4Qw8\n1GeZ6A5+xhPy+ZY/sJlpR5ngKaSCQzz+35dp82/J7dHtdVr9bXOsE4jYq43J\ns3Zw\r\n=Tctv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"832c07723a84c767ac54ba1e9c9a6008f66ba3fa","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.64_1640495985501_0.32810992244315695","host":"s3://npm-registry-packages"}},"0.21.0-rc.65":{"name":"fundamental-styles","version":"0.21.0-rc.65","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.65","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0d541c175a2c1cc2c529b354b16474efa4009439","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.65.tgz","fileCount":729,"integrity":"sha512-tQvTieSsIl8ijhFh+ro56CXtLWyAQdx2XkfTyNcV4uIMHhDE5LcY/SVbmfYAM0pDS+wHhWSr4UllI3XV6EJK1g==","signatures":[{"sig":"MEUCIQD7LMBXYK4XiTMCLiL3vpF9mjrKv6g50tDvdDoKKwBQ+AIgehf94QdtnjErYMTpdGQh0V6rjXB1uZ6wrfX8NroZoCM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24100059,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhx/43CRA9TVsSAnZWagAAZX0P/1XTnHia10di2Kn9nm1m\noodhhWcGKNnueLrglqVpTxf+7Ft485+Qpnoa2KYeTDS6GNT8Lu9tTAMQy45x\naooAQ+lBz8YFRbvw4QveURr/FC1GEEV1dhrVcb0pqzNu2ZSMCv/2YG48BvIV\nRIh1YDNwcbvReXJ2U3brTsp5KnaSPO7nYqsEz0c5IykJXgypKk6XbXRKfh8C\nx7mIPYmMs/LmW6g9TjMzv3M9yrsVuj1tDAoPceLY3biK/lpGA3mbsRXeLRF/\n+4NiOMhv+jEpztQvBMS4JWzrWeK3TzCv2Y1VpV812llUBupF13A+8KfadsTs\nwXv544ZD/91QPY3wJT4sdHpPMnnnx+ov0R9W78O+9pXgJXGf8uCouxfP5nxo\n0znq3kFSqxxKtxjVLOjFvw7/tM07lRzDSgTiUigtF/VDTo0pABnCAU0eFEHx\nHctPcdRvIvg3K3x+AlzTrfp71eI6m32P77W6iVcnJuFF+GI7qahhzVBiso+X\nol13Sog2OngVv25SYtUcLBARVB1AK91AJWDIE87fGSUcFfjTj+4ictk+JfAD\nGlZ1/7IXEdIb4WktQEpswgsREltpGZCuNe68B1b8M2lgdGhZwhwd9Mn/WWxo\n+g6MNVWCwrZYLOWjSO48xxXTduY+ObMWJ/Ohf1AIou6VDy49LWshRyX2yfll\nMkgO\r\n=AYdO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"72cfa50fddb83c76265b23022dc2967dee9d456f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.65_1640496695169_0.7936857964050636","host":"s3://npm-registry-packages"}},"0.21.0-rc.66":{"name":"fundamental-styles","version":"0.21.0-rc.66","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.66","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2ab13dc6fd3728b39236fe68c00f137d1e947200","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.66.tgz","fileCount":729,"integrity":"sha512-bMc7avJ8WLrWIpvjPFDNwBU86bjuzjaiKJQFsQulwMkxoHSPOEnpAJ+cDybDkQPKTeeCB/GeczpVrGX4H3nkRw==","signatures":[{"sig":"MEYCIQCd7Aq4Lxig91m480qRyZ305a4Lcbz7L5ZTOlnAtzzzwwIhAPNOMBitCU8UjvdJTIXXQS0t+hOsUNGA2uI/OUzw+mRw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24100172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyAKLCRA9TVsSAnZWagAAyh8QAJ8qGitMN0pF3dgvcOFE\n4EedQimg0e6dxyJrIe7Srw9h5iFDQtdKTLwE9M2SwlYc5kx6NsG4R0UxGx9l\nwEzQ0uHIR2eLoT2w8lNS8TC+AIh0ahPYCdkEFlCKzakQ3XESlbiJtDEVH2nt\nYf0yM+RZXbRdhjjIW4AB9DpnJmAHiYGt6gamWb35Bxb7XTquEdX32O0qwWtZ\n1XQtMho1xIwKf0LO5oHlrhjH3qilbLWkLGNeqsarcHTYsRg1csxAdDSRtCVB\ny3EzTR1eRm2o7bF1krEV523mUCCDxYR9Wyjdx0Bb+3lXVuI8i6byF5/XrUBr\nvQoC/BAUB9MxlT6zdXoDbDNZQZ+Yi6ph2K8EtZ1K51gtNLjkQ8E3Fd+qSPVt\nEGMrixOt+rXYxN2GDyhCRk3Gi1afJ9JtBOCAhL7XoGSFiEPFEsoeB/ulc3IO\nxrf7fht+/7tPziI+RQjm9mQcp2wEm9J5/uTASIEiaio6B62P5wTUWtnyUk6A\nt3kRr0YKZFS3Evgz8EEAEpXRRGSggG4BoBVb9W+VNMW3L06RbOcVxq696VLm\ngH0Y5zwDbRn8aCaS1oxwaWvwe/UMkcECOuDKJcFVhgbl9hjG0KHaUoS9l09Z\nG7bUf8cQDl5/pUgJob7jhqzZwSojqhdFbuEvgJs4KugXeYwWlWSBSI5mVtv2\nmpGt\r\n=ryHQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8c1b5c9463b1261b271407ae7c5d4fe49a3dd6d8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.66_1640497803185_0.3417196488608343","host":"s3://npm-registry-packages"}},"0.21.0-rc.67":{"name":"fundamental-styles","version":"0.21.0-rc.67","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.67","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"319c6cd8480b3f608a7e60dd3609ad6161339567","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.67.tgz","fileCount":729,"integrity":"sha512-GCgX1MzFwwIXrmiTl/F08uoeIrN1E0myNKm0+JbwerD/OLoKJe8hbZ4wIgaFntaPydtPXxxacIhrAp6qbND/Vg==","signatures":[{"sig":"MEUCIAdix3bT0ItSzGB6yjSyKSndQlpEG091mXfNFfWeIVliAiEAsoBQ9ULXNxbQLE5+uumomqkSaWhDg5ruYafcorj/jL4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24100223,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyAUvCRA9TVsSAnZWagAANAUP/jKGL1X839pf6ht2ABVs\n12jGgH3fWaMFCB6T27ty9zGBdFhjKDX6CrDSSsLjr8Dp7e9Zpb+80JmVvW5Q\nCbPKQl2I7dDjl2LdgImG1SpXiknFk7DxMIbuvEFM5xvJAuqzzP7TiSy+1h9B\nYJAcOMos9QLHlYH/o8mSZr02SLbrLkFbtytSqEbobUxRkGsXgZDG5I3W/wII\n50CnDba+NjnWEoAARiz5kPpGuEVPy5xQ1cnj6bAhw0CpZv4YoSD8OMJT8vI6\n9n2qSgdhreyCzZ4CaK62pfI5BkSEMYqdOEDYAZrg5qDeBnOM5sSv/MhppEW3\n6fcM6MwZ7RZYyViLq0lPW1ykXL3Dy4AvJlbmrqpSVPKXLzPeK/BSMvE5eCpL\n41bI0dihPzLbVTW3jLt7I5rNja0BCvef2WBhDugjzM9mbkMQhnk2dKgS1zds\n3Y0b0SXLKDWtBZyOu5dBwIwYxdzVm/VovsDH60hs+hRDDUhrntoJVyBgJGpm\n8x2mP3d0V5pp5ds7BqzfR4pgFLCt7cmzrB+do6j1EMlWKRiX8+EUmkcMw2Fu\n1Uw5j9fO2fg0gIKG3Hd+BiuQYO9RSMlnyvq8HfutxhF8o3TaSNIVfj5G4GAf\nsOAl5asnNqJtXGtBaY/R8pF1FVKCZTmkwkmOsv0t64Pgdk1x7c6Kc/Hc9skW\nt2ez\r\n=ialJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ca3263ddb2de7d5161bb4d4f6c9fd4f005a3b49c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.67_1640498479524_0.7292868103300518","host":"s3://npm-registry-packages"}},"0.21.0-rc.68":{"name":"fundamental-styles","version":"0.21.0-rc.68","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.68","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"de582d0c64e9a4cab50de61fd09659d944e3ce2b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.68.tgz","fileCount":729,"integrity":"sha512-+SptJT6BsMO7fAdPiDKEXKgOwNFG2D8iM+zEpTCXXlThABsjUY4bC4zMuasKTcCeD8ghfWT/uE9/Df6DwkaryQ==","signatures":[{"sig":"MEQCIE+KEK1cX5kNc6auDpU7iFOuExgi+zTkIRWo2UAkVP91AiBSvvZ8KyBfHS/dAhYUrCPqHUI5g8NUCIlP+ETqF7iKzA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24100336,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyAifCRA9TVsSAnZWagAA1YEP/jn8E146g9T1793ZyDXl\nGI/Oa3aJYskuTQlvUUBk/g9oD6vp1cBAgg/eC3FcqMTGpRK0elNrG0JpyWeI\n9lh/j5g8wa0fazg9HWXLyxizcTm1pr+wOyGUkxD6a7sZ4s8jWBmSeitUERuP\niKnQYeXbQEO9hPCz/LA1ILFZxBGiTdLb39itaCBIWdlWifuu8jJHh52f+8Gs\nwmLwP/ojsT4NrRyrB2D/F5PZqFi3PsaBiveuAtMbJUyLQcSasyctY/vfX9qe\nH57m10p1smaG3iZsseTRNLNA8PwEAi7rxraghgzf7cORJI3RCXCeYJ7rmtIR\nTswTUhVc0/n2RezsfRnJB6Umd16j64eK37wCXMaNzi0BpQ6a7I5vvN3zRJcC\nYry+LmA5DfkfR6FixUVXlpSOC/RQMQc1P+THAZ7Fjsm7IT2r+SaJ1M8Vi5C+\n5OBm/S1Iu62pl4tOOR+4m18gonPptTk25SNLrCKC3QLcZpKmFB18f5GS07vi\ntR4Fcu19uY9kwS6ncDXPj4AwH+FT+yOoTXgvDkEXh/Z21gTqq5eOG1+0QEVB\nUOkvZ7p9+dyEQtfh3xursNCjM/HsbcCgHo++9byWLu3SBTOqqYTCH8dRIuNb\ndlxxixy8lUY81TWyF1PVr6cdQs9QgGIeeAVLirTE4XJjcraStnIXxr7ukBAf\nBWjK\r\n=X8G6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"86f92871511c1ca253dea292c429e428e93fd97e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.68_1640499358953_0.6832028291468626","host":"s3://npm-registry-packages"}},"0.21.0-rc.69":{"name":"fundamental-styles","version":"0.21.0-rc.69","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.69","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"39c5cffa4caaedc28319c4f724250897a2296f55","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.69.tgz","fileCount":729,"integrity":"sha512-8o9zmJ2ViihPpYXukDfzyqncRNd026bXCST6rkopRNf5JP4h9lTyIiGqyt8XF34JFYWyKPfE9T6Lp92A9dhxgg==","signatures":[{"sig":"MEQCIASCcUALk93/vhZhbkD073OK7Ht7ANK89uy4gCR82QW9AiBoePWzZyZbMz3JxrPNxBppno1i0qOf9oOXdclf4KtDeQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24100445,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyioLCRA9TVsSAnZWagAAgO0P/jHOKfrWK1AeJWmiUAsX\nvzJYoPXfDs+T6rQvH9gthvzPQ6mNxhXdKGeGWWPLNoRTJ9sahTIqbkTnjCNI\neCqdO56fg4VopLtduTrE0ynmFuNjLFWqcNFrt+jgb8uNik4CpFqVbspUNZlx\nd9q7LURkM2qVS9YWbmJeSLuTtC2+o77NBlrwQkE2SsBXsuPPurlXs5dyb3ti\nW+THb8ZwnYK9gXo7lF1YCRgTTldBcNYpmqGrk3CRxp5pNWAezqYpWw9lVkQX\nYG3LpdAKG6+FQ5KCQ1LYu5ZXz65huY3gXf4UrWU2JxGY0IRI0vUaBaDE1eLT\nV/iXDSVXqKVZGp4709bgR50hRel0ZEtj3mo2B+R+a/aDMkHzVWY50C41gWuY\nJ7+cgZCnxCa6WfwXvXYqXbH1YOxMyZpVs1rnximV+LPPx6nn+N9v+5bEgUTw\nHLGLxaeo8spm1LrtiXoP6XQevsdXw9sO+I44G1EoB+NiDuVrQMV/YrbfD6HR\nZJsTczqo33aDSqcxR5p2fiKBK3r2v5JKCCHoMJjKetV5AmmTHPMswCEDMTtl\noT5GUTGNJF6NQTlfjwNdtCU6o0IuU82K5XSoecqHUabDr6cMdIguuwttLOJZ\nOS1BJYb3KbMDK/b2u3yFTun8saZEDtzDntR3fQyHfxLp9/IGc/hnzHsfDTC5\njtO2\r\n=i3fX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1e5b81e14d2fbde60354e69029528b30a7f334a2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.69_1640638987480_0.11140429070119606","host":"s3://npm-registry-packages"}},"0.21.0-rc.70":{"name":"fundamental-styles","version":"0.21.0-rc.70","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.70","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"be5428c721df0cbed729dd5be4a8b7f27289c932","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.70.tgz","fileCount":729,"integrity":"sha512-pyH8DCTwLztSrAm4uNsOw32mXiDNe+E9b0q51uBefTzpFTQfIbU/PxrvAbfgR+3gXxtR/EavM+8CcsA15Oq4jA==","signatures":[{"sig":"MEYCIQDe4byU3tGYRNwpqXwkJrxMqzTvBJ0ogit1UPsh5YCg1wIhAJR3lr/OMKxqOjMcZlmP2Yomdj2DOaA9g8hnfXpGLjn+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24100558,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyiz+CRA9TVsSAnZWagAAsdEP/3g0hqdLfbUoLCZ6G1np\ncT0/16CKWLgYiVD6iaw7jvr7sgrYtgpk1UGGSU2nYiNHncpZYgss8gnvqr4z\n6IFQ0qI+mcJNNiBVJIYwdw9sMFAORIgjJNU/5QCAmlXBaK5liS2BQsjgSAgC\n9nv2wRtyZVqIjbMOgjxz/ix3EBoz4WLxloFJeinEFDEG/iLgPaLMt8zRd67Y\nkGup0ldnJbYUgS8QtY6nzsrIBYdsMGsbmm/aKhnwHxyyiBdGjobTjNVzGnfw\n2Cb8zMa736zDEvghm7Wzw+NU6yq2kDqy+bqq3Wi9SRPjSB242XIbbuTrQ55j\nHxa2SpeYnHV0Y0T/eHM/CC3ggKQhDAEzLCwnVInS9cQYWEIKBpppWAgXPghJ\neSn6CvVzpymrRxEuUBFDoM2LnNer4qMPrUm4O+If2qt22t1IVeDdocpRrs0W\nc2jAes6RvNGy+726nGyYJgkj1DPvsKJZpqWEF4EghmUw4Q3/Rk0whxGcaUvr\nMrKIDbPT4RgzR8L9h5QIg4/Rk+B5LTTQ81PDgl+6Kldp6RC7QAaxcTy9hJhg\nFHSnXQ3rtID/TlTt+jXsuE/B5H64g2nqNVNp5yyPo0wOoLT8YaCuj7q45ITm\nyGj0UVA0NqwMw4R/Fk569Krn4pHHvnn6pWtu19J5atM3xKdZoKZPrbBhDXDh\nO7SO\r\n=MwZJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"89cd72958e2c42bc0be725b3bc6c002040e8f71e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^15.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.70_1640639742476_0.365907734433224","host":"s3://npm-registry-packages"}},"0.21.0-rc.71":{"name":"fundamental-styles","version":"0.21.0-rc.71","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.71","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"47f09b6784912f2d85b12c6566e5a9b030dcf87f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.71.tgz","fileCount":729,"integrity":"sha512-4MJvdbRfO5EHYSSSq2tDhwNmOeXHwTBW05Rq4pGituMh0uDko/EqP1pWtaGSKoxLKtO4JroL7/C9Y5w6MoZFuQ==","signatures":[{"sig":"MEUCIGkKUFedZ31CWDYeHbmIojl3p12Rc/2KcdkPnskJ+U0XAiEAgFQDKIr50puTqJdBXiLFZNV0Qrw6hIUiriWC0z+irLI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24100671,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyjD+CRA9TVsSAnZWagAAzDcP/ipaaQDUnn+2YcA9gvKO\n6VFgvEQaH3kTtUmsHW+2yrf4BQRGxnupvC8FMnrfX5i14LulkRwCJfVfx9CG\n8XG5qfGKR6UXXDhpc4ddlltQE205BncyyvSwH18UX36R4fDA4QQO+O0bq01N\nNXI2Y5RJP9HtYeOfQkqwTQXEY5zqLAgVsQIuIiGeb3MUlQsMs7GeYXqo3Nvt\nyWIDGjxmCKM5qu6bYfidHLZdiyPXixOrmk5Xr3mQPC/zvMuJOJAEYTaL5EVY\nxhFRB5FQ4tAlqcfONLs3H/CahM1h4e9f4F+P0p/+IeG4Vy5kewlWgPPHq+hq\nKPxQMw0bWvRyK2OnjUsvdY+BCJAzkPAuJfkYw7CI/1KP1Uwg3ZTzQ+Ibwjj9\nXPwbFZexYWFdeckavXriwdPK9PrEctOXQz1s7PRSBRFHDQQGZQWuM9ip4txD\nCrocCvf3WzriVf1ON4GK0yaCY7ZTV+boBeGiD2kDuseXyOuhRA9UBCYcxVhT\n1ya9DWlmJdW7hITlOX6P8jvnxApz277u8YVI1HINBpxmQR8M+G1ISJZZtcm+\nm0aW2qniaV85mhSB+Hqq+Op/DNS/rAWUQ4VAFd7hW6nQ5lcxx+o1jU518wne\nX1AUIKJXwtlrCYnqWGaONL99xaKnCkxHVKe4QMPbKQWQGkU5ty93NxJKCF5c\ns0Nj\r\n=J7xG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e063f2021e5535bdfdc9c531012865338d3e8b45","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^15.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.71_1640640765922_0.7109719670580619","host":"s3://npm-registry-packages"}},"0.21.0-rc.72":{"name":"fundamental-styles","version":"0.21.0-rc.72","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.72","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"529674de90a661badf542be2f52643779065d83b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.72.tgz","fileCount":729,"integrity":"sha512-dXUigau+WEJUrmLWuDCQbZwC4+figlDW3VMQPp8dvqcWBA++JuL8UgNt7ud65Z2YEa1+0hRsGJASM5/cDz79SQ==","signatures":[{"sig":"MEQCICUebg3yjNd5HBuq91RNrFVKbs/AOtG5644reggCmx/EAiB56NyA3cUfAFJPOIy5r3eVRJ1DdJQoaCm/iOuZgD1gUg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24100784,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyjdlCRA9TVsSAnZWagAA9bEP/RwlEo0l7Im991JzPkxj\ngcr63G8nCbc147Wmg+KSTrB5oj93xUamcONOKAguKecCHBjyPV4OAio1yHzb\nIvruwb2Vmxu67xnlpqM4JNWhebedaDFlIIf0EeJSF6uUot1mjZGLLoiep/lm\n+bl8tbJAoiE6FQ7cgHW1IDqU0a89yh/jzfICSd4Occt7i7VH1Dk5Lsodriqt\ngGmWlFEm2FYMaw/wg3YRM8HZWTGQBuaR5zjr7r4IEXRHlQSENkpt23ubQJRa\nGVZt6FmKprLvdC0UmxbEatoZPREfU5GfHvY+upSOh9VUcRor7GGnidnyf60j\nwIi3PHtuX1AnhVGk6fxk1EMh/XBjnGIO13+TGOX368/Vev8E2n0yIqZn3Dby\nitVHGHz/1lJzvBF0Evuz25KzHm6XKW3ahkuiXlH5NMItfAgqTKAXxlPM9XLG\n4Aovbhf2eb0MaQHV/uxtM/ADCYUaNfPGijkZ47YXxAjzPPZ+9AccJB0TI8cV\nHWlVcrJVrY/eE4m0SKg0YCbuSmrWJhVI6WzzkT4J2ElgxveU0w1jdyOlEv/m\nXB6yI6WaP117Eu0VYnhnDBeWJHYHZwoIVkoJlxeyjuXR46xijkgRbPbTojYS\nbH3nErRpfs1SusDjWKoq7NpthMYQndl4yA++s6HwcH3RpfTkF3uDXILYbdZ6\nphLy\r\n=LpUs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e27668bfda92ef12b5e848c4755fcb8dfcd9e552","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.72_1640642405693_0.25271363699481064","host":"s3://npm-registry-packages"}},"0.21.0-rc.73":{"name":"fundamental-styles","version":"0.21.0-rc.73","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.73","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4fe56a1aff488fb41a597756d0f986aedd5c35de","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.73.tgz","fileCount":729,"integrity":"sha512-j5nMRgo+0Pcgw6UQ85X4szP5lXxHHqCJ419vU9mFAy/UHAZffvaMtDzaFCsd9qWzhv7lEjI80MwEBCvRWnoC4g==","signatures":[{"sig":"MEUCIQCWQaCg1+YmX9i5PDjcwStgf+FRLRCOz5QV5qc3yFzSFgIgDzJja/J7TbjloDGvhZFbQNZFfQyBsKJdeyLBLdTz7RU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24100897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhymQFCRA9TVsSAnZWagAApBEP/jjeFu8My9+Xc4N4Qt7H\nHmXOJyEIK8PPiWkbtc7gz4757tNsptYMHVMTdCg14x0d4qlTrswbry1nSQ+Y\nnB7LN+obBRjZFqnJVjzT8XPSpuHcHSaruB7AubPbgITnWhTdAtofx2NF+6+o\nPcmbOeD7fen8+1fxNyV5bNfBDknmSKHc0TyKmvHXngYyKmimFLOo9T3FBwKr\nE/293wkCkr57z2kZI1Zi5ssilypV9KafHF0177lmU87ZMsR1zYU9fygQXCLb\nz1uUJGEXCWZ2lzQW3MlBZ7iIFmvVgfwB4TNWaQmJuA+0i50PFFigZxNnPPVs\ns38XgY8edtrRgqfBK/nNwRAIyKpo96d8uw/vsemOar4hCRDp2uFPbZO23oo2\nRA/+7GfeLS+diijvOEXbTo0X9qUK322ooKx9eEJ4GYv1Nzdk8PY0nzShcD7Q\nkduDY3hg1CcyjuCN1na17tyJXL3LcfcT2TRFIK8Uy2+cYs0cyWpJgPoHAkG2\n9jnaPRl9gQWfH5iQlI2FfAQwsJejyVEzjx6FGoUPjh2ZdOGS4JutrEMrQNV/\nF/uOgk2j86NT+R292xhy7NR7QnXa5wP0eR4a5TUJAqW8yptPbbPbw7AZHh+O\nfZKRwfgDIdJDSiIBs6HU0paAtl9eVwb28DqD8Fq6VNeu1F9K7fRT1kXNhhcR\nEEvX\r\n=saxk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"413500489c5ecb9fbd22f8108ce6f12be1dc5066","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^15.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.73_1640653829452_0.6380352499604103","host":"s3://npm-registry-packages"}},"0.21.0-rc.74":{"name":"fundamental-styles","version":"0.21.0-rc.74","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.74","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"22aa5a74db56f772fd078319eca495c1eefef879","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.74.tgz","fileCount":729,"integrity":"sha512-WZUwx+rknQ3GkFFllbWv2KLW5KojNlUVrFysXapYZhtqjQ9MIEIU2TtnXqTPUZHWblkesuHO/yyGWyD8lwbeNA==","signatures":[{"sig":"MEUCIQDHUYIn6A87ExyGvibWp369IClwVCIpvAgEvSMPr4+8qgIgMjQjabqBenRYePelMkofRVLijfCpJz6MmZxaqhkDPDM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24101010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhywfiCRA9TVsSAnZWagAAEDkQAI0yne4NUu3oBKFS+fu3\n3bd5LO1otQVUUaLcxrQTB+JdtjEdSn/3p1asctqYBdrh4xX2yNy3rb086E24\nXEAY/ScgEsMdCBQiBqZPr0W2sUX2wHk6ZyW4YKBoyeWYPRH09DNVNDKO6NAh\n1yULt477bDU3TzK4oqhOmx32pngvBa/q/6xeLa0K+rsfewzUto5ajaSHnXnC\n2FI8tUsksI2zWCpW5KFD7PXxWo3SPtSWbMp/rG93M1WxhDOeRnaOABB+wjI5\nZb7raMNN3+TghFkysxfMgdsYnSn8CzgbwvAGbExwmJfwAQnAsHsJIl44pFks\nD8ucZAJBR8lvjJ7ELsnCR2zZ/Ihya8gLMcYzRJUINmCWLUMrSc9yYviQGBUM\no8ljicNNJ7aG762li949fNrET9LVSPegVOLX7OdbE7n+v1VL1DkyO0k42K8C\ntHuHrrzaEUYZ68ZbRXqfFdUH5r+X7xNIj+lJCd27oWQ3lG5nIKFQOsiIkFpe\nxISCnGx+QvDOLUHbWvzRbeZmUBiBPKKyiIZKtGWaNQ5S3Icx4djsvt89nDuo\nyNXN0hq7ol4J2aUuuP+b2fw1QlovjGoGtUHz0p5eju7mC9ZRhIVMu3hSGtlM\nytg71RcRMCGG8F7DK11ejuLqtuQudNNGRiTIR5OlAsy0i9Bjn5idFhN+UAv6\nxDnn\r\n=CdT9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9bed7ea6838299242a26f9a4877906918c5007aa","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.74_1640695778098_0.648932980035783","host":"s3://npm-registry-packages"}},"0.21.0-rc.75":{"name":"fundamental-styles","version":"0.21.0-rc.75","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.75","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7d47dbe9470ab9dbae10f6dae8d599a873931ed2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.75.tgz","fileCount":729,"integrity":"sha512-fdDEXyVhMhtzyGyInIOCb9D3oDaR56fYlLADgkzmaXNh3nkaeE8oCo2Y0FTv6jOW+9xBlxvqYg7FCB+qV8e0Vw==","signatures":[{"sig":"MEUCIQClDtihYB/8OOcLKs0HH05isxqg7g7jHxkIpYXLtTOnOgIgPC1ARdDsjCcQipSJY7nBaXSVpq9qEODYHfoT90x7tJQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24101435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhyyzvCRA9TVsSAnZWagAAa7sP/16yhkFC7MHkMJOhchiD\nOFG22uJzh6Jiqvbe6bn+Z5q0KnRXdxcDHlsk1KVrOJwRIhY2fa5CAfKzv0OK\nOMdPnW7H8mPwb0uo39a/zFX/39aKKHaQGNO484EWj/5fUMw6i4BDBE9ing0Z\nxQNvQsrwh0gr3z4E4/3BlxDehMtgaDIQwyJB2PQxN44wE7HchX8mfYolXsPz\nnZ65T+kHURve3fGnQyiHsnXqntAPu4tcXZK5UIvZ3JYQHNk6ZnVow4oMOF95\nUCQY4/Aw49ZUEZLuT29VarAHDbJlZIPczSF3RH6Opr3+m7I4voNxUZTGAbcM\neWyMl3j/FAYWTtlhkGxOUrVMauF5MLYTnXF8468kNZalKrqF6tWo2NYh1C45\nCeEPn4k65W4HDW577oe3R9MfSfhtzhXMzCva0I7gZHgPj6Py2pCz8qB+gtzd\n2/3n+AZhghEXkwvyLt3445N/hkCQd6Gyuzv6cQiW4qLUwvtCiXAhy4n3NKgp\nK6UgY3OyMpssXcAUVdEw8acbhuUhbylrep1oLVTWIZfstoSL/73isAdfzfVL\nan2UBjAz0bKIHLnG3jLAtCfhQvfZLckgvvHO+5NaedoVBy1kUdnp+/mk0BP8\nDjHkuFwrtfSEpLEzZAAJVp3J81trCyao3jNmJTw2YoCrSDcvTddwffK4Vwxk\n7U6x\r\n=Lfpz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d334a8daebb3519a27ab986db451d7411ce5c1a3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.3.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.3.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"^6.3.12","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.3.12","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.75_1640705263534_0.04569255258480154","host":"s3://npm-registry-packages"}},"0.21.0-rc.76":{"name":"fundamental-styles","version":"0.21.0-rc.76","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.76","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c9d445ef201a18f8e336510416a0c53033d79824","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.76.tgz","fileCount":729,"integrity":"sha512-RX4WuOpTWF4WLcoRrbh5Jg3QFhJaUCJsK0lTbRwjtmLTYh2eY/Xmxjx264cF54ZNl5cWIw/aQuSL3oc+kwcm4Q==","signatures":[{"sig":"MEUCICe47z+i9Evhpkba7bAzYFoNQCCb4dtQlYs7d3HHilGyAiEAhh51vtzTWtgP5CrqO2WXlTEB2bqMlcsotsQ8xW+AlPI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24101584,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhzI7hCRA9TVsSAnZWagAAET4P/3NuYg0oHUIERIyqxbvo\nHi+TgN479sH7j7AHOU8IBNDi8S542w6U6WSxYigpcAZw3APJbNH3PJ39pjnC\nLYegWiAxy8aXdvE8ZOBWBYyBWcGG74PwdzoUBIdwMQJ4vKxHiDcLVR9XpmQw\ne0UUXkTL1johlXTyh6wEOPwgveRXWOSngvAgvk5xqYwLqx6ML2objRfkFjMg\nOOAzJjvsuyMPGugnF+stxFXHNIz1479V5rv++iJDZHDoJC1+KnSW1BGq+hsy\n+BXsmSYRqj7IZGUV1Qil5xNt3aLiVJkTM24DrmmvJrcd15wftxgHl0Xj7JZL\ngHn3dziBeZnGqkN0P86E4YH8HoyQu2RkOZ1300HtjckcCYwhZeM+7o3e1xYn\nhtYEvWwyjW7+9MEH/shpKLOg+WHWvnYrsc8+urIIKfggwOv9u0XwJAtjsMmE\noXzGaJPFVjh56Yo/jhtkyc+yVNKQzGvGlfH4lGItoTts6EHR0UO5/7aS1CyY\nSnQLzJsysD21+j/JZOe0hQVb89F8yPsMW35AsEQcF9SekdCKlzUOny1XGIwe\npDQ09aA6C9Ny7PVHt4qB5Yn364RWYsXKusvwn+fvMCOczDRAr7FTaykW8zVy\nCKRGjazeKeN5SnDbmMQ0O76ecbjYxxdajkoA0VElfI+tmTfc0Byu7/QZz7g1\n3ZZ8\r\n=sBBb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"89961f9fd9304fbb32856f3787b6b9648ea908ca","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.76_1640795873371_0.2769474990993295","host":"s3://npm-registry-packages"}},"0.21.0-rc.77":{"name":"fundamental-styles","version":"0.21.0-rc.77","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.77","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"18904895f2342aa1379537b40d3c378b6ef816ed","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.77.tgz","fileCount":729,"integrity":"sha512-UueEBPT/O0b0JdqW1tbOf3eHij+I1hXnKbj/VaydR2Q8rY+zqvTKd0Y7D7SNaW46ihXwPd4LhKCv47vPeWD3Xw==","signatures":[{"sig":"MEUCIEciepxUX6jZYEhiT0fIIP+MsH5lw3aOSX+QZZAfJpEXAiEAwKJX3e+cqM0L4676au6GBPxSAO1eFE7PIP11Dm5Qe08=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24101697,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh04aPCRA9TVsSAnZWagAAeRsP/0M7rECRv5GubumcCGAf\n4KoDODM4+9U1A9JdcibQIFSUuN6LvAd6g+qPWO9gMOcoe50z7X6u1NUh1o0z\nH18aXt+1uwIx3ATnpNCeMpfBAmeyk01j96fNssasbElo0tYoZR6Jpw0pPqhX\n1exRjm89YPs+7nMF1AWwjpxEXm0pGy8y4v6/b1FeYgk31Qu4osvHye8F1YYb\nwWckKKdZrnQcWsIixTZMIBMUE67ZjrjqFB3f8eUNdzS7GTvOx7MiddN3riLh\nm8kY1NAQmb/u43ia74ZyBwr9WJlVE6PfL/bJFs7S+mJi3/XC9t/xOnuegFVL\ncN0KgCsIHlBOa8Qj/5UJBwFFzuu43n715y+XFGWuDJfSe3aTkHlgyaWM6sjs\nkBmyDAIubGMR7b1vurrxVCxTPq0tWpj2m5Dljz70wq2iOxyre/mkIUNeoOI4\nLiTHeOzRvfvIR4mrrmgYwTNOnhZ4u33ScemqjTop25hJ1/0/WaWlFLYj5sEV\nwT1w1wrL9mUTu2ConlYAp+QBJ4+p+wLxI4Br5XDLx1On660pZ7gYNtBQZkuN\n12Hk9/v+rbNZPqFv9aeDqXHt+hVR8d0vDLQGs7MqcwdHs6zHc4tbVOn7xjq7\nnFUNZhZWs4BPKwpMoh0iXkUFGg5tS1iUDrm2YpAmpUn+tEpB7OhRAw6nKkfd\nDCP5\r\n=L0cz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ca2e37a33ca270079513de1640ace0e8dc20bf63","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.77_1641252494919_0.1056040137743115","host":"s3://npm-registry-packages"}},"0.21.0-rc.78":{"name":"fundamental-styles","version":"0.21.0-rc.78","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.78","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c07392b695615f14b6e46ba23e5e7230b3c7e60e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.78.tgz","fileCount":729,"integrity":"sha512-opw6K4roD6v1qi0pORU3IAobcur4TYQzyAouhbI/AhkOT67Qx62jzEeQ95mQpWe2z34Pz2qae4YWSF1EZd3Rtg==","signatures":[{"sig":"MEYCIQCyvG91WvElFZDVQ6CS8dH2tWVtHunYvLv3/hLQS+m9bwIhALYaqGijAo8oKM+tK/WWIbJ0dkPqcoHibKg6xJ0dATy+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24101810,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh06Y7CRA9TVsSAnZWagAA/kIP/iAGKIv1+2PfY6tA/rTW\nPlFsvfFJDvbu/OVAjNJcZsiKYBA6r/LtmPKr3fEcSNJdJopVE6gg/e/WFux5\nG39xqABACXw3lz9D7eTIradSCMFCYx0TlKFbqm0unBv6+FbsibImUvTPRR1j\nwu0txz6g6bqDg1ZTQiWtBhqcT0bdc69k0rlZfWtAr1E23N7mdcqB3/9uAt1H\niImHcREc4lZTjuiWIQkvNCGeqdvtMS4Q7PD607dINvwG7ZcdevT/JnjTkvyw\nImLy+KFZj3tzBrUsdIqQtct+WOBYlSBg66VBGj6q9FlnPxr4FUYMO+bZd8o1\nn8gTfF41cMLvDUiHq1qSJzf85aaFgTziO9yd6BrM4FYfQuiDwXVr03MrogYA\nsCtgttFfNvOHs4x6dOWf5N+OrIIeBlFfCHnswWoKLcauVdg5m4P5XSVFa+pb\nb8GGrZrkIN6u3wQL9oL0Ujb/Y2YViyycAHuCMEUSkTOGS9h1BXi8EW54y5M0\noGQCutX9fkqpNSMc1tM++wyKwPpQ0Vz1bF+4c1K0UuaNDVN0zdCOVnLw3l+n\nJgU2+BvYx/mOmr+5NdgwFn0UnMis8OX2Sorw9f0PsOYRvs8Bfow1peqxm7Tk\nNZnDVJG06chdWucXRmd5WSc1m9d3gKuKJNwEnLsbly7SwBYhShvUwtyMVmcg\njI/x\r\n=CJj+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bfaf42f3145f4f4a253671014a5963fe815357ce","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.78_1641260603573_0.010303672120545837","host":"s3://npm-registry-packages"}},"0.21.0-rc.79":{"name":"fundamental-styles","version":"0.21.0-rc.79","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.79","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d1d426e249ac9e48a61bbb1b465ed73f0dd49a3f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.79.tgz","fileCount":729,"integrity":"sha512-bhLTLnckvDJGhtlquQOmA5uUadEHJVfF9E257ReGHn1C0dT/13CQviWNRmxkPFn2DQ4jO+0YaI1TVCEh5Ekhfg==","signatures":[{"sig":"MEUCICtBLJ8zYp1R0gjk7yWrAbKY6vIKJFQ5BDDAu6714JWYAiEAzIGR99l8sivAloA3Mpl40BCxb2RTA2wFu5yD9jpS4UU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24101923,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1J4tCRA9TVsSAnZWagAA1WgP/RCBzdu/FYjsoLTIhh2m\neuLQNY+Z9OGBTmQfD5roEXHlPh68uUOfhH888zBELZAzPmqlZsNRlVViRjbx\nCc6PjEuXIZZTHh0oCxx3dHqC+7dAt7FMrcr7F8ADfNSo8dfymz9+8FUVOTzM\ne+ZEeTksPkJQq8dliicF9cPWsSzqDfH35DuBKotunJGPNDYPW4YIioD/9EaY\nc7m11MPI4MUEX0IK38pmMmcy4Ge2VJIvhkKpCX+bUDIzTFFlsO85Cba7dIx+\n8zNZvhO8StEK4RiuVWLdzH/zlL/wrpWWldlxrJXf0nnfEKfeiDZe4mMnKVim\nIPVZt5SJrVf1oEXs0KROSrIJDKNT1E7rNJ6CsXKmm7QP6yZ6Jr7ICmOtg4Ty\nOYxfppCcBC+ifazYRiBCxafAGeHypR7se1lKoufrLm1vidfxTkWmdsdvargc\nBRTGjC1AE55YzyNDP3DwkQVfzWyLwBLqT+6R80jf98dYqXD8Q4Flc3hSD+NU\nmNp6ZiB93TxWPfypfJ25gGhBZtllrJZxmqwfP2NrBMGqUyJctRCYClVI0QW9\n15sFrUy46/7t34K+JcpvXW4/SKECadrDBUipQ/UVfVRwqFcrXx/sZJZ/Z1Op\n9ItveIeFC2g94ZF42B6KWMYut4/bwaiPXsvSsixblrN2c1qdIjTK5imJQqj5\n5amh\r\n=5sgM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1bb411ad342001ed7db4e3b9075d755edac556c9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.79_1641324077067_0.29734082610613566","host":"s3://npm-registry-packages"}},"0.21.0-rc.80":{"name":"fundamental-styles","version":"0.21.0-rc.80","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.80","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d200c4bd7c426109a1762f3b8c77113ce4d94729","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.80.tgz","fileCount":729,"integrity":"sha512-I4efBrbN9N21BxERVw1jOXbissjtoTjtL79G7SHYoFqQ27ARdSeIRccsyW8vbpcQ65SNwhVcTaf9zyTq0gqkDQ==","signatures":[{"sig":"MEYCIQDXjIf6bc4LyfQ7nK7i83UL10gHQ26bkutIhDyhcQjXowIhANDoimKkjdR0DoK6BL0C7CQg1hsEw4t+LXFuS3j0mS3M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24102263,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1468CRA9TVsSAnZWagAAEmMP/jmTpZnPV7hwCHmr4FXx\nA4NbQ839eajwBIWQGjXagzexR2mAtVpD48Amz9g6P2K1McBz4C5vD11bs917\nqJ4eZ5Cr6Q/1QTDJhR3leTZEJ93vzBFNJicDiZiBGcoZJIWosY2c4IieGJv3\nRRczNaIXJ6zgekRlW57jtgtQZZvO4Qs/T1PYZdyCvqNVAbocx5V5q15khWQE\nslsENyQxR71xeLWgKDwH9d+sIfwnRA7QiQRJM7r64yfh81swhTuuUh5oqsWr\nD8jTdBDprSbNQRR3SqkL+piTd3kRCUUZoH3mue1ad6+30G0nG48FduMHFG13\neAznGzKSitD5iFGPo6YXMtDypKq/F+2swgPer8TbEZ5etlqVyrzUT1T4NX2h\no2GmOssCvnH+1BZ6T8BzPnXa1+708JRm32zpN/e1yJHdK2ZAXtAm8YbDLTdt\nRvrCxTpVFa0naI0A26K+6dktx6/8J1XRZtSE9nyRoXGqg7iWIdc/B19w0vRK\n6XlHCb+2Z37PgyrAdo6QDqkWsuRXDKieNLD0X7P/QbLjx3bxcUCYSBWxTsqp\n7jEhBt6LbO4jyMIIM5OXz+3tsPqGmarPbPf/VOOtfnoCFPosU154p2hvMVGA\nPRgcxPPo24EkIHhBqt4arfsH0kPsPDCQy1Exe9+oj6dba9ligZxYKEpXerKt\nFoY2\r\n=oVRg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e793e7309180de1185ff6ed4e80c54b3a1cee1a7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.80_1641516731838_0.1238003745009999","host":"s3://npm-registry-packages"}},"0.21.0-rc.81":{"name":"fundamental-styles","version":"0.21.0-rc.81","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.81","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a6feaa41065e05bdd2fdce184e5ee31ae5d32a98","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.81.tgz","fileCount":729,"integrity":"sha512-pNhzTlc5woX7n7cWege2SXquyPPppf9wPFulhVvBHpZ/3YZC+PdnKQyNTGnoAlNCU7mZL+E5muUyBf/l7PdNfA==","signatures":[{"sig":"MEQCIHPUIAMzFZt2wFtXGIqW9ZeaMPO52MHA0+iyhEEXYKqSAiB9Gf5LjKC+kb7etX1EqFl6X4ntV6jz3IBFrRwkH2+CsQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24102599,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2GVbCRA9TVsSAnZWagAA4bMQAJ29qBVWPCmhqsHVtzWY\nKP9KSf6SnOV2ewxPM9xyoX61dxX5Lw5AwjFgn7PE7I0gc33W/+TPJmqPq7JQ\nfQDLr09H1eZshGCdnyzYVDJbUGv9HjZz/odiowAB62GTPcWbw5omhCet9Dtx\ntjZoE0O/5kuR/H5lndGnSicowe5sOe4OCqPHzdD/pb1Ny6Ug3FtN/4mizXr/\nbTGFpPLoXF5BnSPmn3gWhMCTm1foWqr9RISryAaWN4YN4FlawpMzKqYyYLGa\niGlJpnAD3hsrwfIqjwl650lGu265VyiBa7Pm3wgmi93C9OrDY8diPuuVORYq\nKg3MCX+rkMmxZCmVtFYjnBHMyKdRwaji7//neAzhPgz5Qvv5lLEUPXYMwC+s\nVvHToua/+J9/Df+2SBgQxFi/OuooOF6D4vQ2xNGU5+JtgPGtXq7u6kAj9Nla\nM+PseRPmVMcQ85YTFbKkJ2k6ns6+cB6cK7Do9JJdB7kR1Q8cHYyCgJKpM25b\nyGTC7l96O6N33ZQhO4qTKYBhjryh+WB2rEsVktJvxcVIX3Ty2Qj+6CX4GT9V\n3WzrSVNJU9ATEvQEhGBUZu6BUIdcOST3+xYwLZ91OjQ8ZsLxNylo2qQFboZp\nHTRZOURP96ZvV2zKYxRbYKvKQ5a+1PDQgRvgL3ruAD/2l2iM6+Zys/xjchGA\nHorw\r\n=vZZI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5340ac8f1536f0c959a2ffb463aedfe45222a6ad","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.81_1641571674696_0.23522739407926196","host":"s3://npm-registry-packages"}},"0.21.0-rc.82":{"name":"fundamental-styles","version":"0.21.0-rc.82","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.82","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d5190a6ddc80bb4511237ee21bb281995ac85db6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.82.tgz","fileCount":729,"integrity":"sha512-gUrtM4nOX/c/ynYj1QT1szB5yIliMz/5wHmJTs1kHDgKP3bC5A9QQSi+fLQy3IvwtZ0qyGm+iwhxHQD84fZ4Vw==","signatures":[{"sig":"MEYCIQDFud0BYeCG1JAwwjnNn1EYyF6rq80hgNQJElg8S5dVyQIhAIk4e8ZJ6vskIKl0qLSM1tAjO6V/JZU47B8NxEbdjoN5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24102939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2GleCRA9TVsSAnZWagAAdYYQAKEMKVDBr6xVvBPyA9yZ\n9Dkm05z4CwerDuaWhgHmNmpdttZIgOpi4Klu2f5o4j0hUMfgo/++k4oE/Ndb\nCO+pHY4EBegbNHB0KVoDcnte7vmTJ/V8zLN5MZ5aUgrPBj4kcZVr9/G0nW+d\nvmuBdBtkpeZ6MzW/XMvULXgTXVkxWUtFoJ/lGr0yZT5eUxq5GW485lllY4dJ\nRLG/LcZAa64A4XQQ3Nb7DZLMQ5Rc5HlhSipV263r980QMhBJcTINFGKbta6e\nALDeLOqNAyzYWC2USdf4WINVZD40hZ2iAgZeqcvTUsqqmu005kT/0+68CGLK\n0GPCTN9O81U2lTa2niXdJ1O8YNH6bJk5uYuIa6SVc5qKmNPTRYzk3wkDeKpE\nOaUrJfuNDTU0bFZCxsMHBQ3KZsqE1R1FdX+LXiDZA1hqQkTaal03FY1V04Uz\nJDlT7pfYfNHLwQ+iFpDrEsVdNlvZmH2wVyUPsU2fh12ZDxap3YcnAYHDM3nd\n/A2o1r/Mzab1l+o9aAomC80fuvvfXFmfAGYs6ubjQICdBnw5BU3znUtNFakc\n3oxPPxForlk57nE6mcVA+8RIqY3g2F2+yubM44m7IwUBEfRXjsgjgbRcOOwj\neGCDC4X8/43xGka5O+1uZGmBdpj7eSkdWbXVe4OnIGl4k6BnvIfnRVZJ3yHP\n4fGz\r\n=ApJH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"62870ec9d854f525ff5c02911ed8ae0449c2c7ff","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.82_1641572701998_0.7216579292051926","host":"s3://npm-registry-packages"}},"0.21.0-rc.83":{"name":"fundamental-styles","version":"0.21.0-rc.83","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.83","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"16e27e49c72a37108e4355ac0ce11c0b4c0106f1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.83.tgz","fileCount":729,"integrity":"sha512-ZEPa/GY4friw/pvxNa0ssHDRGqBUlGkUyflAsOSFSYoZjTIQuxtYdAh8xgzpTRc3Br2zIksQE6H8xJ1rDM0BdQ==","signatures":[{"sig":"MEUCIQCrD+JQTmL1Kju0/x1oM2r/qBG+Tl0P708HJeIrw9X6KwIgUsy2qVWdSdPLxE3j9pxQu2ndkw4Vd2gbqQsXMrGqTpA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24105593,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2G2JCRA9TVsSAnZWagAAbUAP/1g7q001wZIQnjWdJslH\n9KiiXx5wfVGjU+F6FO2xs9qFUOldET6AUCRbPSYzHqKCrCmVpzy4aEysFc4a\n138o9dc9YuByDoms4SN7r17G3sSW7gGuZKDSb34fMNB5P8y7jyB5n1GjfuDH\nIIHTKKB3p1fTLF7DkVQYDxVLB0kuD1XI0aPI8rI9YSkOhGYgQHazknAw7L7l\necgxpuOIK61Y5DKnw1IbherW8690zTocdQW9NiQ5lSGNWZ6Hwt7QAWZkv/tX\nvqwLCe8BQ+RyutMCdNcQLk4rodSVb1LrXsPMKEV/KqKGjIMtJKlPeBe6CH/l\nxwBerTmCscdybykadV7jYxhKGQzOC+gQamMAy4mtkjiFGBolLtCm4d+lco4h\nT0+XiekX/B2l1Te9UehYWO2eMzCAYxS1Pa7GV2xEiByVKs0yiRkA4tDLah2L\nYi+dL/8Z+/q3cTNEF5JhcabucucMMOagUIbqocSmPsGjIWJFhFQQry3T/xiO\nCQdVG+uP0kg39WFgfOM/0Lk6rrB+AVKkDIuKkT4/AZy5NP5aOPbT1cfnATR9\ne/+4uQonFWz6OUul4f4O1cF6nJ+OChvnPpK2EWJcbaDeSQgzJYbCTrhdx87e\nkOO+tYtzpOp8B8q8b9TLk06M1xAk/Lvh2DDJHYIOnx8ApjdYKgwKO4NkuFK8\ni8AK\r\n=sHyQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f35aee7d3ea41aa51d652923a711b0e04aca8cbf","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.83_1641573769080_0.05046256770311608","host":"s3://npm-registry-packages"}},"0.21.0-rc.84":{"name":"fundamental-styles","version":"0.21.0-rc.84","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.84","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6c6402442377024b0eff80a8be8ea12899b7aaa5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.84.tgz","fileCount":729,"integrity":"sha512-ZNsh7lDwM4CT6yM7Uwo1At2MMz+751k0GaEoxqmf16ChZ+QSKLGFvJ+slDN9WHm36OxLNGcGWfN7LCZ2LwCBZw==","signatures":[{"sig":"MEUCIGT62vps0zbQWATx62j5HEexXjcUHC3FJt+SVQj0jlpeAiEAyeX0CbRQ3N35+C71yVIn3WiDxoqZMAIuxsbmmJV/v84=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24105947,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2M3gCRA9TVsSAnZWagAA+yQP/iQ94OX1VtMYxYGDeRmD\nm4Qgrv+z+BJitfIMBEK2+cyljHB7XTodVBfbWhrm2kw7gY1qow5ozdNpWoxb\nxLJFE2X1Pqa/30hedH4M0+plczXDcU5onDfYiBjCsiD5rPrXsfjTspkOf5f6\niRdd+F+CTWcNC3T79SzBNhdm4nq1xAR1acvS9UaybIkWfE3LAeWsBf6kXWca\nL0s1Wu/8AydOINLOhAB3+tSH1BaQHf6TPBjD41OGpVwvgkpv41j62XqnjjQ2\nYv7BfdnvNaK4VCdxitMwBT+jycnxLsknSbIkD8tkp7607DIH9PxmbhqJYH7y\n6ocNcgNzrXch3BlXOdBzMy9yTjSD41JpO8lJzR+tz/Lz0JbQE3JwrD1r91+K\ny5MptyiAyqdGPUuOlLXCHWxYfIQc/zeImRzOiOcTG21OgWI6lPu1Co+iIWEe\njo2qEdN1zpZ1Yk39EAgW9bPNwhLmyNQCymYZdvueUmNhaOrLKLsIB+VDmFRE\n+nIbv+OKCJBn3pOJz/BjnQD82gFE01JMI1z6O8UjUv+qtrwamKzfirsjVDF9\nqimySqMvGEMx+67HCOdHdphumekK8UQAYfclST7cEyMTz6uCOK01TdjVACzH\nY7KwM78WQ7gWW5F0sL0MrtlHAwkDVcoCl3jyKDEXTbx0xMre6Qd5oiSWrp7A\nSLWM\r\n=LXdY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1830aff995e68c515437b629b6ff98669d6f53c1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.84_1641598431855_0.3292881103504537","host":"s3://npm-registry-packages"}},"0.21.0-rc.85":{"name":"fundamental-styles","version":"0.21.0-rc.85","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.85","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6f77001194267df0fcad8d0cd1fb6f8b32e8d1c5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.85.tgz","fileCount":729,"integrity":"sha512-WeGHo4Wls8py90MxR89SijjApmbXc0hXwnnXE5a5UEKqTds46VPXr03qbd7dkqt/R5iud9oxO+5rMvJKVHDaAw==","signatures":[{"sig":"MEYCIQDyYGnn7xad8NRmWkoUBC0S1HhzpJCD35wVLRVJ99TWbAIhALBg8hTGC11NchRk2mZALuhaX4qeE+WExDEn4XT8B5LX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24106429,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2OblCRA9TVsSAnZWagAA8M4P/1ocxHqqbK5dByRHrHk8\nBYRcQt/Yw3SP1zJNFvXGW5+CwUPyqIhkcKsWn7m/pTYfXUNTJgA+rB+g95EV\nKcuVqoIBnZAiFRCVeOt3A0sm12uDlztBndZgWQDqwGtz9fmicPnfN9mbfuWq\nEAqf+K3HjPI+8WPhlO9yclfdky47T+i+VSMzHWca72TDt34ER4PnZMlqUFIa\n62+asJcROMg1iW69kXwggMjEtDEKznKxWteHBB4jowop6e9jIqpRoYfccGZ3\nKPx8qgHdNNxFqoRkQtiOoRaOe0kQiNEVeKFSO5CMfnRFH42cOCNh7FG2nn3k\nh9DhIKzyPzSEv7Y78/3xRZIpaFfhAxUCL6xM+o9EkRTUhZWCJ/xxKNp45oTS\n5+Bl2sFJsXNymT15jEyT51XQ6PEjrb5RhnacD8FNcd6imYHhnVh6SJHvIFK2\nmcxDAGIThH5w5TwXbmpnoxQeTYrbeZ3y/FoeIDFVf+wOQp6WMcYFBl1BGSf3\n0b/Gs+9rBl4PCnNHqh3MGcdgRM2WS8p26u9HbjGudnw5T2o/Gcmke6yQmjLs\n0LR1XayHZrI2eNFFdo734UjVYDpoq+zpbThXDrnczzc0o6KN0i+KgOU2r+Em\n4ZHkRIqTVtmTVnBVsPMerevdUpCU26ZnyJZHpwwFIcXeYFrAotWTpAeUSkIP\nL51S\r\n=w1/S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c6c945f3422077e23ce54869ec5a84c6aa9f5adb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with Fiori 3 look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.85_1641604836699_0.24045523249512724","host":"s3://npm-registry-packages"}},"0.21.0-rc.86":{"name":"fundamental-styles","version":"0.21.0-rc.86","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.86","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6933906425f5de74c08e38742f2692c70fa51060","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.86.tgz","fileCount":729,"integrity":"sha512-ZP46ZCjq2dVCU3XMIUzD9HeRCZ8a2LK0Io+aqCKlgdttY7qrQjDYsF4WntBtkrFkziXI+cLjmPRO4fa0DLcT2Q==","signatures":[{"sig":"MEYCIQDAFKESAgKThYrr6+u4k6TGjvySTQiVlwbfeOpw8ZCacQIhAJjCc4GeUWyhETfvSEiGapOoWauor1UCwZkLGXMLRNNx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24106542,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2O6qCRA9TVsSAnZWagAALD0P/iAopevf78bmr0V3NdpH\niUoIhSNwBSZMm8I4CoPTlBKa7BP52BUB93MjubxYo5xm+VlC79tajYnnmlGH\nRWSDm49ngL/+afyqwJl/6xlg1Rt9w8p3o2u4dxggmOkMIXd3Gfp9loDg4nAh\nBS2CCYoti3QiX3KcDFZn56l1ShstpR6UQa7bQH9fnz7w05pl464JZ8iZD3RF\nzd5x6xlaqAaKpSsEOE/TTeSIyiSM4v8fyjFL9AN/XS/zrBcvu79+uIDjnljr\n8X8JspSsCXU0/uK2U6hjh6zMYKRkddTShef9VCRonYFC819fzE5Q5Gpas3c6\nI9/B/1ONyLgwSPcWfMTCjopnKFXSYbA3B78sGU6ForAH0GKpHjrxGqCbLi2V\nC+w2sL5l5KNEoDDLuxa2E1Z09OrE1/ZdJ0S4GVfSkQBXQzcA/KYf72vV6srH\n1x3qFipY3UJYjgb00Z7Q7V0X32uJh5pYjt5/3GSdAZMIjXMScgph8Qz3LXOD\nxQDBQf6FlcS+mRs2smLbxvXeXGHAae+oW+SiNTZ32B9QsK8anuzYKNWWQ869\n2I6gQnS5V0jSVboVWMNmITbja++g17FMTnfVcURy5djg+z8yxB5f3aloeu5c\nzyAMIyBhjKSfgKpNof53QmodXqMrXBhJFl2EnxJa98x0fk0nn5lanYQdQ34Z\nMlxO\r\n=iWUw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"807c318a7f693a5ec4133dfebd6552925fd33cb2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.86_1641606826043_0.5050954297271633","host":"s3://npm-registry-packages"}},"0.21.0-rc.87":{"name":"fundamental-styles","version":"0.21.0-rc.87","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.87","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f63f2933b10b17fa3c8afb43b6b579aea11485b2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.87.tgz","fileCount":729,"integrity":"sha512-jXbyTY504tZ7w0lENa7r7uGOWXoqhyZefRU2QQKe8mRB8JSdcR65R7al/TR2YP0DHIMUWMVxwMmubvsVIVW+EA==","signatures":[{"sig":"MEQCIALyHlNv++IQWa+rL/eT3IImpC1tXoMLehLZLph6yQcRAiAOVg5l9es6Bq2cpeJs66+pdUbIrU2lG0OoMW8IGpiKag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24106956,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3NSfCRA9TVsSAnZWagAAnoEP/iAAh0UvgHVXF6ym7pI8\nfXb5/CJYprHSO7uI8k+X+F80p1xDdAF0r0XgAme+WV8M3WeN7Z9fRMvNY3uH\n/ei5nUyVVSWYjoUkPAAfjPovoK35aGK9Eov7zFKTwTRUeMg+1fSP4iuITlol\n5FMs4OAK9CvguwoE1hYrxUbxXLrcUb7Ipn3LQnLSNPXfXoFsZxVSSP5X1IAH\nF/3nm4JmKLHpOCh6S2kzusoyeF2vb/y+6zvrQ0FFPE1t3H7Ab6U33/rv2jPu\ngXas1d+dzgP8oxCRrMQtQt+XAvweDsiyetfOa8R561KaXuszLzOXRDGuTWZ0\nbozbTI6XBf0mQvXw4kFqo8/EUvQgPENMJmw42XooDQ6Ttei0hsfIhuZ880iD\nueshqrHgOG4Aj75BIcAyMbnVJ02LZUp59bFRX2HxRRYNqZnKnzBAIt60MKwG\nEuXY+klyROCT59pPrp6OJ1ZFl0ju54nlVq1nnh86QmvTy27gTxcBWNSTsvmk\nVTKokdFxxFRaLPxOwlhHU34D1yjuo1TV8DIO6vd2/6uZ/Pp5Oqhj8z5AATCf\nG5nm5jI+0rubTjU/gyy6q2njbkG2LL8Iz5glm+QQQb9m2RC3Znw2MUnjDu1c\nmraiQDCas6/QjQdrZ5+80O5aLNDmACbDwdXfMHUmLfn9XH7uRAw+7pjjpm24\nMBXV\r\n=iWsb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5485c0f48e64ef0053f3fcd4ce70576f2aafa4f5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.87_1641862302908_0.8653300467894955","host":"s3://npm-registry-packages"}},"0.21.0-rc.88":{"name":"fundamental-styles","version":"0.21.0-rc.88","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.88","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"19cab9eb9eb269e4d5fe42d6f8f6d055585df275","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.88.tgz","fileCount":729,"integrity":"sha512-0qAfhWW1x+vVt7nnMIOh0QAVf55NMxrXP6wj6iHZVGsI0XGhMKU7iy4bIKyluMwhJNhTo6bce0qqqZ1ZZb9J3Q==","signatures":[{"sig":"MEYCIQDPRJGP7xtYMdIRSmqx4mlP484sIWJxvuFvbmRUZqgIvQIhAMWFT9M6z/qvS4WFNTa/IdAE3jlMTkUvYXEoLiRQR8CU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24107306,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4ZscCRA9TVsSAnZWagAAsLgP/14dqGjWK2RYqCAaTU4k\n2FUukQh30h7pjF0JWc49yyAeZ/+6YpUNQxB7FitbU/Bx22k+zmJ2cSD1HtYF\nVBGpkou8ugFZ8BVjSGX61gxq0ESuTu1YbUboYmPHvMpA7MRx+wEU4wn239wT\nwWfOUD3jLGibvGVW+C5/VRmFGxXGgBZPO0UjbtxhzmQJkrSlYqVYLXKJ3JzK\n4XrKNOpaYMq+tDHx4enOHda37I1fSKHT8TyLMi3cfH9GQ8h7RsB8tOw7eyfr\nEf/J14srWBTwooaQIloQpLrMAx5bovAwd4lQugUgLDuODC/jf7ha/DWZnSGa\nfW1ptWHYDNRlOmruJ1MmfgmQoU+ZagOFJFA5Bfjgvgt+dLk/EYh7Hgxw8hib\n9xfnPb2/47Bl4SRm+NjlWuombUHFR3J5PC7o3m0O7N/XtZzLfkm8h8LsR40m\nwGZGXtflsK9qTOalXDf8j8/SFzBsUvCJR0V0F46TKlYROI3Cj3A1cRLpEwA2\nCobz3bUrXguYP1ITive8kzIqswdMsPgmkVNJrO+4IBMf3QkuS/CZ5+F5dVrc\nllKmXSN3ph840FReUOBuahzlxbnnG5Sv6bwfyVrDcgfqeL90zKrsHHALqAcM\nrZUSKQ79gjwmzPe0gcFwxjk4GnEc5WemxfPc0Od3jdv6pfLpjHAsN2G5riO5\nHJru\r\n=r7UG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8787a8cd7c774dafdf9811eb76db2f397adf7fa5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"node-sass -q --output-style expanded --precision 5 src/styles --output dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"node-sass -q --output-style expanded --precision 5 src/fn --output dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"6.14.12","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"14.16.1","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","node-sass":"^5.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.88_1642175260379_0.6566058356638287","host":"s3://npm-registry-packages"}},"0.21.0-rc.89":{"name":"fundamental-styles","version":"0.21.0-rc.89","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.89","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e3ed0011a67bfd5c68ef16aeb8509ffaa8b9e349","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.89.tgz","fileCount":836,"integrity":"sha512-3wlDTXtU/M/OfgrhYH2WR+71mUuQJingbadbGt8eq5Iwy+ZebtMR7pyatUM7x6fi8TBq8rUXOFgTA8SGPSbZNw==","signatures":[{"sig":"MEQCIGqQ1s2vN/6O2SNLDb9hKEflN+vV0RrtGo9pZvkPz3+cAiBbPO9H3vf9JJw/VqcFdLB7ANkTbWSCTDndqpTooJunmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24283644,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4hWgCRA9TVsSAnZWagAAargP/jrIPdTDq+2W9TZtHYBi\nFBg8gq0O1Yh77BE1vnVa4REENf66yTx9liVy0NPtUFi7z2z7PG3TR+OLyTh5\nY+aOGS2UWWxd2XT0vSJPKYe91TKvpmJOxykVot+lI1tbnMeoRqmZVt3vTwoT\nFn1pu8uRFO5HtuTloPD2zE6L+ec2CAh1lUarFfPbExhxtW8Zgkao3etwFtR1\nNnxcmYo/rM2tcNbmSqHMJ7q8svoAhwTrjeAaLO8tbBupMYEQp+/OYZFAI67p\nwEtPzEOX2UXn9p436DvqaC0XK/YOWnx355uxoI1tzrMh2cpZ6iUZ17pcpJ4q\nTn/yLq5Zs71nJa48HfzXIllUVH94yHMADLGGo6y9bGLS/mJdhTbOjov0L6oU\nBxTY3gm9uL1gEead2TGiON6NmyMYU3dvH5Ase51ylhDW8KU7WBUuazjt6KTE\nxoSgrtJrTT5jF5YGT4h9camfLMS/oh9lU2YiY0PnAP/w8mgD+vWoKX8WT9BL\np1X4Krsi0X6K1PyYi0AW+UdgEC05IjfxcNZUB5s9kqtngZmR9RCeE7xHEKwt\nqHCnDfdo+EsmlNpLpTC5gsmZq+MBMoJIU5yyDD2c5+o9733vCKj/i23td+o8\nMWKewJsKoGUBEqv9TReIgiq12bjOs6AB+90Vt1N8Mg3IXfC5Fz59zue0AMS5\naGdf\r\n=EKzr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7b57a5a95b4f647280ba7942f80f5c40cdf9c51a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.89_1642206624451_0.9014576381693469","host":"s3://npm-registry-packages"}},"0.21.0-rc.90":{"name":"fundamental-styles","version":"0.21.0-rc.90","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.90","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8aff50084a72fa5ccf2097d81f8ae8dca2d9c382","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.90.tgz","fileCount":836,"integrity":"sha512-0hurpI86qn7gwsOk7lW5zP9wGmTlQ799dBgdjqzEblSpfdNAEFH36rIC26jSRlxVDwKKU5CcBo79M7clbEb3SA==","signatures":[{"sig":"MEQCIHdpmrNmXV0F8Cg9h1zY/kpZYavDaoDT4JoTrNzHcuk+AiBFGu8B9c2n1S4DmN+6fY+Pi/3/DasBMlJ9uzOBvBqF5g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24283864,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh40GpCRA9TVsSAnZWagAA35gQAKQL87uzuNxYUN3hW57U\nR8XK/QIORYWP6XLGbiwY3kyWovJoMXS0pMgPQ7R/EWFHyymxH9jCg1HnY2Pr\nQ1cDvdibT+fhGvXfRQKQ4cDa+vPrUhdcAPGj+IGsXN/CreqYCaZAvoMo8IHL\nHQyWBX8Mdugip2OlkyuhuUmUEhofyNKncH61+QOFSBcl0/68j43/SOApFvJU\nxcQNQinHXphxcw6Lo1qtDeuW86BkK8OubIEMgCaS4sXktAVwTWkTtmZZWk/K\n+s+84PrsK1Kcv5lniyecJqrvk5gWgdsTvy0u9ehcJa32drft/xku9sm0PMjC\n6mrmtc6bQyhhA/93LJIx1w+dPskw4qpCJQnKYJqPDFWb830Q7ZCUJxy1SrRj\nQO2IJoyJrFF+QAGxRSdFFIwp5TA8H47eqhRIWk+47S444ov3HNPjP432VtS1\noOpIrDEboJYTARlM1rvTZto4X0Ktx8PAHqsO5atd9wwtCSKBcBVCIoHWjGNb\n8jb41NqUqKRTLQj4C5CGWTex5PRCzuK1nNOWoPM5Se/VsG5P9cWW8zoQgj+H\nSKK4ZJGM1oiNAbKJchXOwrSJ1u8SUOW6H54y+Hhyq1KM+sYF+SLLE/kH+UbM\n6nml0Z6bUN5UPqnkd8rEJ93B7+DOzYLC+2oJtPQPLMVyiJcWVqRUX19S3WUy\n8V6T\r\n=vgTH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"eeba31a58b69f210f876e3922883f4ac4fd8bfe0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.90_1642283433742_0.5947929009338699","host":"s3://npm-registry-packages"}},"0.21.0-rc.91":{"name":"fundamental-styles","version":"0.21.0-rc.91","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.91","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"67accf1acf8aa87c31233d56bcd3e91e5625db59","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.91.tgz","fileCount":836,"integrity":"sha512-KWnl+Vi2Cm2eomMeH2UOv5H6YLbw8RGegY5KykTZ7UdOZMS3IYtP/VSysOcrRfxIRH5RpeXhNkg3VfYK9mks0w==","signatures":[{"sig":"MEQCIBOqnD8/DiqeujbiUih2jrNKsWYi9Vuw31Q7fEZK9jNjAiAHJyHl0fZSDBZxWc/I09op1LofNPnZiItkgvTmC7AY6g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24283864,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh40ZlCRA9TVsSAnZWagAADJ0P+waYr8FvNGXKc/8QNhXa\nahol8SXJQu1X1iqr41up1u10Y2dEWZ8IZMvzR50Si7Sc3zKJPb+INiDFBk4p\neD1ItTxmmf9Mb1ADUThQ5p+nqLsbXQu5e+NT4PkT1hokj0SYRgJFAzZ996f0\nMixh0GU5yvp+6fJgFolIuyK9PPy+cXfdjUtnq8/aJgu+dMmSTS9qWFVjEWIk\ng11UZUY9YYtIKWk413yL1EIFU5DVDvOFO5XJQufL+q791NZ5vmUU6vKPu1sN\nWE9u+BbkvxzkrqoQtkpTTDgTA1tQaGexxafBxx6yabylfcRiwOU+c89E8rrD\nGs1Z2ZcjGel1B08d+7Xo0UPcX4Wa2CfULx5o4kPrPfDKxC5vUDMcKrvVK6zR\nB/76YKbIoSzRFbNGuywvbFPL1s+/Ul0USchXSOaTMrkn4yV4WCDgyNF7VPre\nwG76pkuKlplILEsZxCAvh/Unr15/7KwbPibSpbKc1qwtYV6anDgGp19Yo8Yi\nxFWmLs4JOsOaGGPlhzbjedb8e+yzw1VeRISa3HJhCsxCwe49kPJw92U7Z3+U\nDT1WpuqcB7L3g+TsozqW/YpCndV2rjxAnQ6J07QSr1huk55BTf5dRgrHoX+m\nT2fvyrIRa9FOaHu/mF/c6O9kCq16sA+A5+Vwdn0Vj3ErL9b8Ljauzl0EHflr\nHuGj\r\n=p0Kk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9709754d1dc8c1a0ae337fdf73e8e02a478f962e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && cp -R config/fn/README.md dist-fn && cp -R config/fn/package.json dist-fn","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && start-storybook -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ -p 6006","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":" babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"./ci-scripts/sync-version.sh","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:static":"rimraf storybook-static && npm run storybook:prep && STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/ --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic -s .storybook/static/,node_modules/@sap-theming,dist/,dist-fn/dist/","build:theming-preview":"cp -R theming-preview dist-theming && cp dist/fundamental-styles.css dist-theming/fundamental-styles.css","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.9","@storybook/addon-docs":"6.4.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.9","@storybook/addon-toolbars":"6.4.9","@storybook/addon-viewport":"6.4.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.91_1642284645184_0.48637246988024563","host":"s3://npm-registry-packages"}},"0.21.0-rc.92":{"name":"fundamental-styles","version":"0.21.0-rc.92","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.92","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"60efe7e05ba4b806ada4a07a16da59bf5cd8dfad","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.92.tgz","fileCount":836,"integrity":"sha512-l3BMFvIrIHFNxly4r6O0FvB78vUDLGFJtGN+ZGthhqIXSAVU9BDrKgV0CizDpQAzUywqk/mE95gXZGxALGM2YA==","signatures":[{"sig":"MEQCIH1e5xXSAWYZdha/qgp7M8EO0scJn3BZpZfTbd0DyI5XAiBYCOZb1g152oVGiIGw40MOf3/Dw8s6fIPWkE6CNxwjIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24283832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5daxCRA9TVsSAnZWagAAjLgP/2tg9WFRTTsUjbNDUcqR\nyMpMFwX81p6n7Vk20GTio0iOwe3asM2a+/jQWAJyQhURRFDaenm/a0+bGT87\nht4hM507op9RiheQi+birZFH7W+a5u10TM+BBUboXCJqNfKCEhpj/HLWYCwG\nOBHEba8cLledci7ihMYVRu2LL7HRWQ5zNwJwcC8nmpio4frTqx9ktpMTBtok\nb7L1XMSHhoXotOQ6K4i9NBbRna2Uzn/+UlfiR4LjB6fh8Pr58EI2FKtSJOmk\n7OxQ0HYUV7rfpHc7dp0xY74+3vr+rPsLOIZseSDn0swnDwE6iflJXrUWk52S\na0olJ647a0eRKg+qzsinbXWLxC0o8mIJ4xXgIp/dxqFiPo8YNtU0M+6ulg2m\nXBxxI4au+QcxE3A7KjPwavZaoYpbk4tpf1PPTgZ+FjhX+HD0zl2m+Y9UG9bR\nZ+pcbNhpddwINXNeyjv5La2PxivcEDN/SU1Fo/vLAF3KPm3Vn1/E2Z6y4rBZ\nB3umFcQHkmQpAMXNz1wJpL+YKhCvtzAixCCUI4ihoKLl63Jg4yI9XajEKcY+\n+Gcv97cCdjokHFEqo33Q7jezF9Di1bgEcFM47dTHcbRdZQTg7bEtyGmCJjBq\n7MSqH5A7g5Z4DArB9JGJSVX/XtJUc31TA58dGQb/nWZvMwTb31jXDcXn5fdj\n8HIl\r\n=b+M/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e941195aaf35f435fd298e0f8892023a2f70bac6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.12","@storybook/addon-docs":"6.4.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.12","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.12","@storybook/addon-toolbars":"6.4.12","@storybook/addon-viewport":"6.4.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.12","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.92_1642452657180_0.45131748305651875","host":"s3://npm-registry-packages"}},"0.21.0-rc.93":{"name":"fundamental-styles","version":"0.21.0-rc.93","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.93","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"10d5f1ba1b42dc421ef2163cb4d19ac6b3191650","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.93.tgz","fileCount":836,"integrity":"sha512-KURS5KhESTaMYv8UuOfwL3FX6yyDHfnjl6krS3frSGeidHrdpbGGtc32FqRYTFjpdZGTIyKzBqG86BLpvChaeg==","signatures":[{"sig":"MEQCIB35wT1ZVoYiwwlJmkPa0t6gWRIGTKJFgv4rGuMoES+TAiACwpGGKGzcr5YKODHYfWQoZ3w12OvNHwE4LECA1VBFRg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24283832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6wh3CRA9TVsSAnZWagAAej0P/iOlKo73AsbmXGjLTTOD\neHkLjBd+yWd/xsK+aDJIfnuQNbWOJNdrUdLOhNjE/Djzr2VxtO0LDVgZ6Kl0\nQgAVFhI3TOgdjqC4nqwHFYvUCcFlAky8xxlI+8wGH10WZ4op77MCEnnF6lSs\neHig3ftIEQBlfCkdSDkW418ZYYu6poHsWPvMElKIhX61nI4/3zAUARTfkHsn\nHanVESaw9GZZ/eif1eQpqSLWv5sGLDZgJfmirbBV2DCsvlegGKGPXcyg2cmc\nQVbySvMteGpT6AEnl7bAi6vGjq0i1EArNrbTo/BVGvZNWHwTYJF76mtO3KSJ\ngyJNhxiaQozCBlrKs/CFFWHizL+dSLryZR1/jWAKqmK9c9YxFx9RI2fbRhKp\nXaRPdKTHj7898VMlh7J6omSXfXu52t+qMM95XfQyiko40KVfb9MidAN1KEVg\nqhwq/ZDgJE+SVVljAELei42GIOM9OG/6AkSmCYUeqSWWf6aa228f99xf7Z6y\nkIHFNSDSDoXKoV8Et+Nz6MhJborKen4FucOYgUDqNj8dpNESPsZ09MSU3MSJ\nftq5yO6mYyqwCFNEAtx2HEZQOYVDkRMrpAqayGFSWRQh+s2v5M1xaD0ntoxM\nh+uN3/iyw4cOzqjYELcYsO1XZWBuQDYAqmIuldHv3QnClh9HY+3a4QapyyXp\nOb6C\r\n=V/Ae\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cbd6f8fabf7b47344718bbc94257d943fd82551a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:prep && npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.12","@storybook/addon-docs":"6.4.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.12","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.12","@storybook/addon-toolbars":"6.4.12","@storybook/addon-viewport":"6.4.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.12","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.93_1642793079509_0.5966236089764607","host":"s3://npm-registry-packages"}},"0.21.0-rc.94":{"name":"fundamental-styles","version":"0.21.0-rc.94","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.94","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7847aaab502bd63dea953737435c822bac0763e4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.94.tgz","fileCount":836,"integrity":"sha512-hliJLZMm9mQB1a+vtulXDOztD+YGRcGCHcXm/FoEkZQKpDxQpIcCukuI+PCtrAU0jbA7s0OGAJ8RQzV9eFnTqg==","signatures":[{"sig":"MEUCIQCmNn5GdW5w0jrfNOqg9A8XPF7eXNgXsWmRWNgYTKHbrQIgR+Ka87Udig8evf1PnDhap/LsHH7aIk3XRbU82iGaMMo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24284138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh62i/CRA9TVsSAnZWagAApKcP/jt89/k6gEQvHSxz/zRj\nLo3pDwZTBxbqqrDPWk8Q2nLJvab6t5PFnrzImDeChMUpD4pYh/+fNvLK0qZD\nPt7j9Z3/IEQDAhPPBIuq6xjK/98iufXZxd+UATx3y2T29wkPH1+pbN2FOt3P\nVSOqgDLu7SrolO/7cHRhPc2Gx2ALBw5gNPKyPVr7C8BsSR2sFLUK47Cuev2C\nGk3Ku/PXVfWH+GKOpndyUTV8MrH9YDh4TVb+XSgJsrybgTru2+WyjBCNLBas\niMyJzBiOaXJl5ctSJQKLkEzSNXLiW56TCNJR3V6Tppp15AmlTnB54tDgnOdg\nUmaZC1+KSDL9Aj0g9L9V3jXYbrQ6qA7IRJr1QeTIlExcQcIjLFrZhoC631eM\nALqtHIUWpnd56y/XzGwUdTk90sVNTntnFcsOZF/djAFDeVRyDFyaWCHkXblY\n7hIIftrr1sXDfL/3zt6EqQMgFm9dzTkTeJR/LcvRS2MhuFvyuDOcx0gAcoMW\nCwR4eHub50qBKdKoQNKDJDvavaKIoUfJFwOFfnGL6bXr3Zha55acSEmUKMPo\nxtVmQPMf6qR0aKVMybSYyMIBJUSD8OsSqIWf1E+LzMQKkKXAPAfXsprc1bPh\n4e1rWQHO1EDpIIhJLuOT3POxLr9bgL1LLdJXX18jLMYsn01s8WzZ4Eo63o9k\nh+l0\r\n=CeoR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f7a8da35378ab683f8dcc07c606ec80513ee882e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.12","@storybook/addon-docs":"6.4.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.12","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.12","@storybook/addon-toolbars":"6.4.12","@storybook/addon-viewport":"6.4.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.12","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.94_1642817727374_0.6986756660429354","host":"s3://npm-registry-packages"}},"0.21.0-rc.95":{"name":"fundamental-styles","version":"0.21.0-rc.95","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.95","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"852fbe8f60947da47ec7cbb572f0a95969800f9c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.95.tgz","fileCount":836,"integrity":"sha512-uytCqp9mliUErU130efuBYvIr3ALxZdXbeY7dGGsFvOM+KE3n2dGUVWymoXurmc8KeasVZAUqkDrl1S678A93g==","signatures":[{"sig":"MEYCIQDrjt4Swe8B7+vJZOH/IQKL4shXUvAtt5ZQxHF7OzeZnwIhAOGR0MhnZEAcq5SM6K4Hz79v871whbw8W0GvD+IzeT2Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24284138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh627iCRA9TVsSAnZWagAAqFQP/3rBX8OGn2DdyllBhkx7\nrPxq8j+LPfNGhxRbMiK/FiLzocTw7ELFF+sdR/zDTUdAzWTzxmWdkn/1v1PY\nUdlyzrSaU4FLgIjztrcBUaxKMWyy2H7ijwB+oo5THq2AqVA0mKx5Py7uTvuk\nTNuHezewtKvtkBcDWPviCpVXMpGEZQz1b7L5qnvNX71kBjQy8x33w2n/2kPl\n4R/dvLcedJik3i9SkS9WM1npOuIaKxg1pYx8ujjoB57L6zZzx0+YLDFPyCp5\nboef1PfUOB0HBRER15fqmeesvWSKQ6AAvnq4kKgx8184u/+8CS+cJOxU9MUs\nAdfCLqzayk5GO0ni+Wk8bFe8ZAFCB7Psf1Q17PLSsKaRFyLeKDeX1En3qX9A\nntMLUWSpeP6DCdAW0KJWc8Q2gewKW6X69BlpjG42l5L1hwacaIw/AXHlYd7x\nBOMKSIAzdABjS4rMmgx9cjV0ixWFRlE/kaecVSNzJm0vp9EZ/t/yVfL3BWlm\nO4+zvU5RDDZB/Qn9B7uBoL6zoUEMXG3gyVvDpWhroNS2N3jlowEAzqY9aoP/\nF3o0hbuFqYXJKaytOMPpgLc7v3xEiWLNeATCPOktTEh7C7pLtD1qEd5my5+d\nx5WXki3r7xXnSla0WgiJeSslv2m7WQhHxcNBmLbew1jNqBuDQMc6X12Xlggn\nzgge\r\n=WGlx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5054baba68ee4a780afd3e1f30a0ca5f26a02f6c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.12","@storybook/addon-docs":"6.4.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.12","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.12","@storybook/addon-toolbars":"6.4.12","@storybook/addon-viewport":"6.4.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.12","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.95_1642819298127_0.18581050772982421","host":"s3://npm-registry-packages"}},"0.21.0-rc.96":{"name":"fundamental-styles","version":"0.21.0-rc.96","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.96","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dd932536fdd6995e02b5674b4fc43802d9eb1077","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.96.tgz","fileCount":836,"integrity":"sha512-7VpyB+YFXKmV+CZJvs0icaAp9Po/g1hZeguQjEDZtglqLIH+/i6VNT5JyPv3lelkFKTT0+9RfQSk4OOfk4TxaA==","signatures":[{"sig":"MEUCIQDjG/hmivEXwoe5jypRbdn1b2UsXrowkqswJmZC4LoByAIgZLszOabdrZWV2SOWL9nKS95GsX3RvJ4IHwQDsZK7DPQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24284138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh63JYCRA9TVsSAnZWagAA9hUP+QCKfZMlJiKbyEtPpqbV\nTueDTWKMps3miYYpnjtR/+7bGZxPgUUJRo9SaTuRnk+gs4dMewZE1rrRIUs4\nlUgY79263ksX6WXv8UW7iQYXhgyTkIR3YNMiyNJcsVfCZve+5rB6PIrbDTYR\nQasVSyyEEFkhR/Gp5zWKu0bmilPcgNxgRMwhnQ0U1HTvsLfNEherpkNu/7LS\nbRaIojP8ZQlSNLe0AsR4JLFhDQTk1Laxqf9R4dxU3nkIiMSsHZbmiEqBLDdM\nG4+aKwCM127imqanh/PV0/79uSlhyHKj6VvWO6DjqXN/h3RlZc7NwON6GXaS\nT4+Dh0/qvTqupSgYwAqRxA3b64zKJP+PWapCg+IL6IbU6g2IChO7IdBHkVTu\njh1FS6uZba2PO8Y1zXittG8zMFMDVmYNW0cGT0xNQm+WQQwhCwLcqgxmDlNe\n6N2evRQk8XoKAwoFTshvTsBmTHH0FH8pJi4GrWE3C6AvuRoJv9HEuyI+CKqj\n9DcbDok4ooF7uareqdEdIG52SWhNIFOlTKcy7ZtRsmjkahd5cr4xX/nDfyfX\np7qIE3EbjCdZB/IYgM4iZyyoPSDvjE4asdPFcPXfCROIH3+QIRgx1YuTOR2K\n+g3jiYOUBX3PrvCw46LBK3m1Q5D+XyFdKiXOqF42LHRn6iWxLQfPLsQZuf2x\n07S8\r\n=iNBY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"63b0975dec84e759bc98e307b9489c320bf7b939","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.12","@storybook/addon-docs":"6.4.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.12","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.12","@storybook/addon-toolbars":"6.4.12","@storybook/addon-viewport":"6.4.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.12","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.96_1642820184323_0.8472206476123334","host":"s3://npm-registry-packages"}},"0.21.0-rc.97":{"name":"fundamental-styles","version":"0.21.0-rc.97","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.97","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"53c0f9ea2663ba811fa1ada043dbbf0135d6b017","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.97.tgz","fileCount":836,"integrity":"sha512-QF7nEp4Mz2MQX/h1C4saBn6UawLfxBbWX3e86BxKNacONmbsTQQWskqR8aFxqPMTDiCrf1iIYV37E/r0Fo2ZCA==","signatures":[{"sig":"MEQCIBoHY6a9qtfGsDrh38is7wskQb6hnz2r0jag43HY5mQJAiAS6GOkrquOLwtUBTwFDG/wgggNTss8448PGJ2+CWEr1w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24284138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh63UpCRA9TVsSAnZWagAA2NcP/3Yb8wEI2by1JbHdPQ3c\nEe4GSAP/w9G4+3tV/h3vCDy+f/ozJJkZY9FQx7Hm4zBdGmxH4I0N7iVM1jYD\nTn11CeZrXJTIkZiztoduLRpcNuIYoU/1UA/u6HigqESqFuic7IuwEMClIOth\nbODNz5hv5xQ8a7erRizrMWj4aJJMVGpoqYLmscH9TQQkgNLwBXv2/11JTA91\nPNT+YpmiAuAOlnp3t6uryHmo6Lm2Fe4ptms6zMrD2Oes7DnPJsS0o2Letoyr\nguGomGhoh1UrcWPIDeRUFugjJcrLGM2n/pTpQMjrAEXh1ot3WRPJEvd6zZp6\n+HJ1DJSGJHpfm5Ndc941vJMq8x2ooTKyJa6JeW0ICGnu1UOGRAEdYAffItkn\nfnPp1XD1hgabPj2K+aI+IU4QQnSicXB5I+8XbXy+mufhxYeVtU6r6S4lKcXl\nU2Tirhtjdmz5e1EExpi6lBxOxCyNtIHDvylekuMgOImN50FQNpyi3wyHLoY5\nx5FMoQQ/vZ7DKutQESBAqn1it1GP67eoJ1UXuLik6cVcswXMf7Mi7qF1vr/N\nqhooYSkXee2aZ2As0Ay7LW7oyQxOAe58jsWlNKZd83LjKSrBi3Kfw5x60URJ\nQEyeFcb5uz+ZXznsGJj10aPvCN7CM5I0ZrzThdt1vBFccOf7rpyrNcV8jKZi\nwbFs\r\n=anc6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1e561662a33125c8c1c59e1361153b0219308d29","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.12","@storybook/addon-docs":"6.4.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.12","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.12","@storybook/addon-toolbars":"6.4.12","@storybook/addon-viewport":"6.4.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.12","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.97_1642820904868_0.6849098834470695","host":"s3://npm-registry-packages"}},"0.21.0-rc.98":{"name":"fundamental-styles","version":"0.21.0-rc.98","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.98","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7e98ed9e516ed8165162f908d269b238d6d6b612","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.98.tgz","fileCount":836,"integrity":"sha512-En+5RSVck5Q9LfctGBtrd50b5le+gyVVusQ/0fLrOCRRjFGOfty3VrSbEcjP6GKlN93NoeCthibG6i6uN12lrg==","signatures":[{"sig":"MEUCIGCVV1hC1rlLSa9LWKwWcGKZsw06v5VuUKeZ/bx1GJpLAiEA0NqyHPCwH8KPa89YKu4VOLtt+4/21a9voqFSKSaU7ho=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24284138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh63hmCRA9TVsSAnZWagAAOfsQAIML2O/3YUhMk5rbEwUr\n8+38BI2hNfMrcA4/XWbd8/SIHRmeo51CvWRTDzSwuhzcPZdbw1QYYNjSHxwP\nsmtnAXB9CBCqZjgggpI0pwimVDwQY9i5tAzdwIyjz9gKnSQdyxDhrc9ExasI\nNow9UzjfzxNm27MWIq0YYpOVAdQZy7MGhE2ch5HbWTdfAXKhchCWdmjbSFxi\nUy1k65EkuAt1rooy14kGzJoN/Oxnwp+MdQAR3QmqvisUcH2nrnWVv2uB3YZw\nXw3RO+9gt85+Ihqsl+bBq8N6Qk08HZ/rYD090iP3vdQh4QPLh1uFgZaFb5Eo\nmuCcAHoLMCkzXyF2Pss/m+pmQsPxcyN4Z60w3eLQXptSLn7uXruJGZGCFAqL\nd9sbDZxoj0DOAcnX+2pnu0N0ksSN6qyUOrQ40rmXbv9gn5Ejs2i0HdhXEPZC\nqA1iAYyJoMOvhEbpfIxTbeA307hzrq4XH5/IRB9iPOU0LwblUBGQnGILLcAB\nLvRfvWskAwQh0pnrT6j7dmKe3Wo7ymWpYerE5CYNYtlOslpzpwy47tNGD1bK\nZhuK+XymP7W7U8ceZPDYbU/9HI5AeURC97fMsDxbsSvn7G9ZHxBxvcL2Ta19\nbeKNL9747qjeXB+fMgTVqKaCikjAOFinx78XqlpbK6vNj9ZeZoHI+bacQdA5\n7PEr\r\n=gJc+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"870f6c9a0d70ea606f95f346317bc903855463b7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.12","@storybook/addon-docs":"6.4.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.12","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.12","@storybook/addon-toolbars":"6.4.12","@storybook/addon-viewport":"6.4.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.12","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.98_1642821734459_0.6057583336350152","host":"s3://npm-registry-packages"}},"0.21.0-rc.99":{"name":"fundamental-styles","version":"0.21.0-rc.99","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.99","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"73d0725c6810d1f9cd9e49ee4d4e02ee57c46833","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.99.tgz","fileCount":836,"integrity":"sha512-AC+PhGIjZzUjtytJMg7s4EfrgDLrIzUXxGVEZo6rwFiIGKQf2SoIGJDFe/TFGtl/d2BxfuXvWzBoOmM0wWavZA==","signatures":[{"sig":"MEUCIQCCv5SjcImkYFIO9NnaDgLxiMkBkuXv6Gr/Ek12WjhoiwIgEwSMkYB42hD/bP6EWBViHafvpn2NE3aIJ4yVkOFl95I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24284138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh63scCRA9TVsSAnZWagAAgxEP/iZKiu/7aGWxobXwkbfU\n6HaYcKvXNQvnxZZADFdgJWMK48I3rwUvjudp+IjAW2uJhaKpr+EeU7O1rzPX\nETkcFoWp6YX580myU6g2R7TRH4yH+AkgHEa//JQmqsRWN44FKeRCBjlyxUw4\nDhhU4Hic6sDWFmnk9G6oNba2ee7yTqXviOFSDCRzupteKBwhDoSnFJkGOhyR\n6IhFPR++uTe4S/hX8INVY64OpIP2w9/0d8JEQqB4DlalvdIrWv7qoeeVrNYK\nuTbhzcw83ef7u3jXRHxzoCDv61FXurxIGJWFgPQM8XtdQsOHnzz6EOSAm1uI\npFZl9VUK08rzHNQgq6+CrKhoW53g8xMpTWtB1PIhFT84OKxieJbJ//ojUF3P\nccJ8lkEmvCvS91z7HoKB4oZtfyR1NRwYWcAjwDFvM5TZz7W/YXGVQ4wMoaUT\n/EjYuGQpWBSv2fjlinL0uBboP6C0LgdgU8mOys4SZ/PNSU2EAheyUgWU6pHC\nkJUduPDx8NYWjon66+Q10TppEvleOKRUsyCBTfuFI5N2gEZVtr7JybE7eRay\nQXbh4DuIBFY6tMmiBRtvENqHoMe0O6WjSLIpwv0bcATzeDGKs7vZJ+mD3eC9\nuP3yd0EJus6ixSAQqdbypUz9Dq7hJCQvMYmJABCVfT1KkVPyNkw24nc9hhts\nwVFw\r\n=kDrD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"236f68e0ebb9f148844552a412664167645ef099","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.12","@storybook/addon-docs":"6.4.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.12","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.12","@storybook/addon-toolbars":"6.4.12","@storybook/addon-viewport":"6.4.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.12","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.99_1642822428310_0.6979254350734736","host":"s3://npm-registry-packages"}},"0.21.0-rc.100":{"name":"fundamental-styles","version":"0.21.0-rc.100","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.100","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0d0c445bd240321a0f32a7a32e57e8d5a4dbc2e4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.100.tgz","fileCount":836,"integrity":"sha512-nmnZeBDLsqRmupCJMR7nh5kOn81BC5MChKLCECmBI/7C+aY27L1LvdRO+xmacYP0cHXwfO5E9dM5CNsEjCe4aQ==","signatures":[{"sig":"MEQCICquwwIS+aYOlYstZ3r4W24pf0JHPjJrhInz9BopO+Q9AiBgEoFHSyL3ewNNNQtvrtqdPIzFz0fThoJ3NdO0pSqZwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh632+CRA9TVsSAnZWagAAFeAP/0TOeB9A+LjpRZDKgJvP\nejq8CU0VoIHPfzOb9FZ03TaG5HIOKWtGAJr9l1CkguAvOgOn4M43ctChGB34\nNtLNexVuYcq+mKvPgb3yYg0L7TpEJmDVI/h9+DOH7cx2BX26QTUy0CKe9fCc\n9HTt3CFVoFzO6G/uozUk3iNIcKu9HtkumB4R+SpZSWzyYnF3F3Soi90zs6R6\nPtF6VC+c7vLEv/bLsmsNKKt/QY3RAN+oar+7o7Q9WY8lvooIT7FHbmwNwSJt\nMHcC9Zff7Wm2+5SsOXR1LEG7KTE4IWxcmO1ADMsldyPfBMahC5Brh89EFbpu\nSAMPwIOgCVlIsRcT2FwUVHH/kQxn/F9vAY/buFbXkx87xOgwMc6gQ5OExaNu\nIhU39Onk4ov1gjIIeOD2H6PnqVzgruKO/sOwViRRTdXF74NQLcO+1i3ylGls\nr9mdQ6rst5VrfIkpsYEZEnX13mLcvGUzWGxy5UqqdoIYPpwfcHuHQmdNgr0S\naowWKY5+u9SuDGl2ABiSOfts+z0Ebhugu/6GHsooSUNcs+79jh/RXbWlctxn\nIh1RjzGr4CEmnZr3sTeH+7sirglF1byihIqPVSsXWV+sBWOHrDumWDI2+8mJ\nFj2uXCgpn7nN0IBPO8spFmDl7qI/eq5MGaI8sABli7BOryJFBAWR1rzT4XP9\nu97c\r\n=jsIU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5f4c7cf1e16e93626d84693efdb98ff1565e0039","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.12","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.12","@storybook/addon-docs":"6.4.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.12","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.5","@storybook/addon-actions":"6.4.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.12","@storybook/addon-toolbars":"6.4.12","@storybook/addon-viewport":"6.4.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.12","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.100_1642823102252_0.4549482696166718","host":"s3://npm-registry-packages"}},"0.21.0-rc.101":{"name":"fundamental-styles","version":"0.21.0-rc.101","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.101","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"914ca5f426c7d28d48cec0cec28f69053d05483f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.101.tgz","fileCount":836,"integrity":"sha512-pyCv/0SShRw7yeNQ+TuWIQ/Jc+2qYbx1dx2Oq3n6ek2fpE0W1FB9yeTHoykx75s/7vX63YrAJKDZovN6f8396Q==","signatures":[{"sig":"MEYCIQDcaCgrtk/VCXx0kmh7XtX3OhMIkyKa93+atGNKpquVlQIhAKfIodnhZ9Lu+AS3ayx3O9qvW93SBijYHwgFb914esoJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh64A9CRA9TVsSAnZWagAAK8oQAKCQoE3ik4PQcbVEFSlc\nzm1wMHhk7E/8JKGvKM0d50ir9Ts8rQ4Vx+/lIw3dKKlpMMigsIrBJmEK+XaI\nmQJr7Mt3zqmu97UNRYT2bidus3UwEBlM4k9b73gON3cnWKNXXTHMD7ax6zJW\n0gWfoaZTMvGg+SUjnaEePdudbVYcEdWChQEKzoC4Jq3ZpzfkqFpGMD2/cVZb\nrGz564FgfflD/X3xMcdW/Z9t+FIlRiSC6FPfEPp7AHvOlnPCWdr9CqpvMhAf\nJjdgtADcrUGHwbXbxnY8PSl9Nly2JDlruO/dQ6MTLc4ad0M5yxO1D9oeOkSw\n7ACglXx2i13l9spXst92DNpdMZ3yRRJtmGoF0rUvkW3zjNpbp9x7LPSo5SZj\nP/ECSikzo2NlJljiqm/sEDtZsoC0E3kd4VwZoQKfA/JZFDOUNoPmE4Mko/HQ\nAPCy9FClGFLbZmJA5dwOF/VzzMf6/vP2LSoTf0Hne4apOtbyxm5NKt7GXyXH\nXN383f4Yv2VWcCEcKuZJRRELSv9E987/X1CkAFGzwouGEMkbImms/bnfshvr\nRmvoe9mF1uLzx2PLpXF8hW+fAPRpjH2M+3i0P/ph+FC/SvCJ8kJgDtc6MyPS\nk6U2LgBC7f49u1v6TVKjx1iyIeSndxfQYwp50pgSAxuhoTM+W+8T8GAZfIog\nQftC\r\n=HJqK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"db4be762812916db142c597b1a3d255d3f904ea5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.14","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.14","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.14","@storybook/addon-docs":"6.4.14","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.14","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.14","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.14","@storybook/addon-toolbars":"6.4.14","@storybook/addon-viewport":"6.4.14","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.14","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.101_1642823741651_0.6416823828839322","host":"s3://npm-registry-packages"}},"0.21.0-rc.102":{"name":"fundamental-styles","version":"0.21.0-rc.102","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.102","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"da3583811dc3ac5e9dcd23877227f0d82817522e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.102.tgz","fileCount":836,"integrity":"sha512-L+C1Wmr9qj9LNdlj5oUF5DhswPtQqkwNyRGKVjL/1BJTHisxMzNAP411xQMdCjF+6iQEVdeTWsIR5TgMRR9I9w==","signatures":[{"sig":"MEQCIFFtsniyo39W3YmwMBBiFkoZeq83qyFUgvn8ROOWN8IJAiBj6vNIz2TBHIUtwsqKFIPlzbhsCZQzvjHCahOqcMIt3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6/i6CRA9TVsSAnZWagAAoBoP/0YgQr2duQFUnZU3mWNM\n/xivCJlFWB5n+lCvzSywRd6VnuS2oBiSsEcycL3FOfffZaUdhN7IEDxNKbMs\nkXgZzJpSx0QwxJrAaqaBC16aUeVTClMO8Ib/IopcW0jwxR7nNwE2XEwPRTUJ\ne2IXcwXk0oxXpf+yv2TDiezPQhjirIzJQLMvNvDRNUUIkPUE/FdhGUlZbp1A\nmF6kSbnde3GXdKJUZntkhPnPHd7QIVpdgkkTgToNvqSG4CGykcUVtOhXUEIh\ndveNbou+DzsB/tJeh3jkaVhhvBTi7ZLd4A2GZWXCdgG+0SJQT98nQYRAxdfa\nZnLXLU85foUxrsWRlxaNL31pPSXiwa7sWsDMwjpmbgcAGY9sWs5nVTcPhcBK\n8bXLcYUTSI1JW8uknIPEMXhswj5W4E3X34mNbvhLSSDpEvpnmi6GCQ0xcep0\n1B0gr5CmCxUsJSmYIUrR8S0jKQ/GFeayq1bAbsN+1eLiCTJ6XQdwgoH10Rc2\nbGowwHbTX9DLnGyt4Vf59fDAOuDpqy2BxPyOCDUkxD7S+Nvi+UmpsnkgobVx\nVyO8cbKKv8l5kI7Ueoi/awhlqvFkknBqJmZdbr54DY7U5VWSMEMctgBv7M/D\nMMIqnUrioLP25dGWSG9//MKoBjcl0ma+zdVqMiI8rphhJRJItMAJBZSaEA3M\ngkuT\r\n=OEMi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ed4c8fb3fe0750076277640442cd719410ad37e2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.14","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.14","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.14","@storybook/addon-docs":"6.4.14","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.14","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.14","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.14","@storybook/addon-toolbars":"6.4.14","@storybook/addon-viewport":"6.4.14","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.14","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.102_1642854586660_0.6001634436453553","host":"s3://npm-registry-packages"}},"0.21.0-rc.103":{"name":"fundamental-styles","version":"0.21.0-rc.103","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.103","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b89e56e1e5d18e048282eaebce637697fa3431ac","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.103.tgz","fileCount":836,"integrity":"sha512-UUe7HjOuvPkBQGUmk87VGV1JN1lFMQP/FH6IEuDud04KRfolZenTa9SPbHphoITBJ0ftBYGt42jId7Jz75awjA==","signatures":[{"sig":"MEQCIAZe33MMWpGQvtRxNLfCTJ31cNHK0h8PSlsVj6A+f+p8AiBHCSSRB4edDovQcTIr3o5gLnu7jF9tUdIRvUYq8sjL+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh7yznCRA9TVsSAnZWagAAAloP+gI54rmIxl6HWeFwB9Bd\n1HcgFKmbdH0vkX2YXIBXMLQysFWXpdDo6ziSl4YQl2Hk2N3CrdMaZB/od03T\nrrp/wNqa0VIWgq+uEUJfuFjPy8kGOSTvfvCR2fE8Dj1Iohc5rGMBcLhZRkkV\n1hOni9FmT9dRVwAyG4KYxrBTX2ivaT00xGGpsVHjvkzyU+naZQXMmFlqnjrm\n6ZSL5fmz+5CSMozTMKqGIO7nSGi5HbcCX8AYITivaTjib+oJkTnHOn76ANDh\nEu9mheObOJT+NoQFbeFD4F64sYJ3ZlpgPNGm6Fe4NvpB9ei7SkyJtezRr403\nJepJpm5h2Lp5zr/EWBgKlexP3gO6O6cRIJ0PuiLU35pIyXzVIVvpDn5nZtW0\norYGvkBNVMocVkmyP4GQxhw3Vj/H1TIShZlFJSZdZbHkKqJzO1rIoL3SGr9/\nueJ98IHCwM68zwHhrUdaYryVOLQML1CosCHT415ipaTTvFt/7fQDN1NIQ13R\nUvbO9aKcmE3LLOA3dy0+RdNaQOYbDYJm99tNO+nhDLiIXtW0M5kozs0N2OzF\norYUmuEvwal2yUVIjdJA8jiXqPVX+j9+xHNICj8rLx013xL9xqV6Sx6JWjUI\nNxeyaOLFb8tqO/07xTKMQQxvBfPP1yCdUhrSSngnK0UKjZbhuHDQ6zcXI739\n8jYA\r\n=Us7U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0a274c6bf0ffbdcb9df2102145d842b6883b3e2d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.14","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.14","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.14","@storybook/addon-docs":"6.4.14","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.14","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.14","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.14","@storybook/addon-toolbars":"6.4.14","@storybook/addon-viewport":"6.4.14","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.14","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.103_1643064551406_0.5904951335691098","host":"s3://npm-registry-packages"}},"0.21.0-rc.104":{"name":"fundamental-styles","version":"0.21.0-rc.104","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.104","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"87a853dc2272b420058090a8962b94e808c202e7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.104.tgz","fileCount":836,"integrity":"sha512-9ioVWrFNH67BHjs2HLCoOnQYiFx7grQtMveO6knS/GUIXw8fe9UheDaz8Ovt8Vh/qg20UJ0gQyUkfJaCtMiJwA==","signatures":[{"sig":"MEYCIQDWk+QYLXCZU/H5XCTN7FfU06T4rsPPHJ8JVBcP4k8J8AIhAPtvQcC8FwSbCCrMStdkmRkM875Lk8KNyny/fZeR0aFZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh71PQCRA9TVsSAnZWagAAdxQQAKSJvMRen7PfvEAbddDA\n/rsIDhV0gPR0Ixfl1+A6jGjMyhoxsjvHi9TAn7Qc7jl8Rive4JBrXsDRSyEM\npvWxTMkoM/4i9LKyCFhoj23WswP+0leteYwFgcvTaQGIrGlW1PBWN4RpFUm1\nU4qyGMCSB2j8lEeesO9n1IHByjTrRyVAgic3FfjEnevL0zQnwfBMoinf5t7s\nl2Dc5c1oX4+Xxsmyh2WXQbqxj1cyvsDqt2HS08g1o7My4uqWCnGOUGwJ0Zjy\neGtUxunhrfg4YKRd3vL0D5SFBOKLKcDy8shSXKAwowsEmd0LEWxdTP/he7t4\npX0BzwyPb9l8xscDs9+WiBfl7jCun+qN1l/bgioyR0rpFp1oV1U54NmbV9w3\nZ8QCrbbyLKTJ2hFdZzGGjx0Ymaz1knzYlWlX2/fyhVPUcOxJbFncL72pqirb\nQ51cp4BHyrWxe6WheBOUup0HK4iJkPYHNoHbGNqki2nuSz3HU9FvP++t6pPS\n+7+SChhcPDl0Of0QXcGTcWws/IrHL/vBtSUSh0hNMC27xiiHoGeQHe8XhZIV\nDRFMygpoQ4zEksIeHJab7Tw6di+q27e9qeIxNUA7b71iBV7vx2eEwPBe2Wjf\nm5DAe6ZSE0swsAslabwcLg2ncJ1gS9YTib71swmxGT6bHIu/ttm3KI3719k5\n7mTJ\r\n=Z+ob\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0c334d429daba9926b445551734a0f8b1510c288","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.14","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.14","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.14","@storybook/addon-docs":"6.4.14","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.14","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.14","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.14","@storybook/addon-toolbars":"6.4.14","@storybook/addon-viewport":"6.4.14","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.14","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.104_1643074512256_0.5143629926319577","host":"s3://npm-registry-packages"}},"0.21.0-rc.105":{"name":"fundamental-styles","version":"0.21.0-rc.105","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.105","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e5a0d308f40535900b38a26a057f8ae8a96822e3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.105.tgz","fileCount":836,"integrity":"sha512-pdRCgWnzndHYxDXLBS/t27bVPuw2oYib2R3sLeYay8yFlq4/IXjt4M2I5DyzYiC6hRsMeBJKiyxRmsGFLwhxRw==","signatures":[{"sig":"MEQCID0Gn+JSU8K4Ms4SX0iZ2mvn7qG17EboOdRmZ5MOMjYeAiBTiiNtG2MVvlABuh1BpdUtPlFMrMqrc6oC3q744gGRlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8C+tCRA9TVsSAnZWagAAM6sP/3TDroXA+HFN4ctlnuCE\nc0x0wvyX0EBifgcoUlZPxhDNB1hMwDnDSUYCc7fUPCM9dDp/S0H+lk5zt1MO\nX9PUXou7F/mc7rUZl9nGcxjkcX5efFpAATUBLaQp3Jm+/6awn+6dVwyf5iXB\nrMC4/guoKw3v/lCRmo0KBaCqJUwpU/u3ME5hh2rLhMX2YgmpTs7MZb5urXbG\nMPgG/xe1DRC56wCyLeIlEE+wCvaQzoRRBVF74+NhBl3I4BLi9fRK+/3mAAIM\nX/bXDB5ywOc/D6jVCqd97nVM762sjan1QzZ7i+jXVB4uTfwb21dfz10G0Bm8\nu8++hoLIeBusTsJ5n5hCMhFfSY5cE1Eh/b/tNJ5dXo50i8LnBk63jKzFrI81\nDIh2FF3blVLzzSag9VS8TRL3m2vDyWsGPjRcr4aDQlNUx5pPIKAryEv/im+4\nCVx54vuZnB9hgYbAhzRWbJG39xSE9RgyUZ4+eyJi6Doj3grpoDJoaHNbeQ6g\nXRqd0QzeF5jmlLdK1DsWnfIS6/8JImm/H9uofQ5JUuSgMntJOh415rQgPWdR\n+9b5iAlvkfGVT7FylDPG6sUOZ+go/nRFXKcsKVB2dO/bulbbZBnw6481rnQ+\nve4KOetPEuWH8btwlcj71c9rS3ngnvvQLsns42e+6SYZR2VfbeCPIOPU8+yM\nwH5F\r\n=Gl9+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6c158588ebf20ce347cbe04603c74cf3e781fa3a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.14","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.14","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.14","@storybook/addon-docs":"6.4.14","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.14","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.14","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.14","@storybook/addon-toolbars":"6.4.14","@storybook/addon-viewport":"6.4.14","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.14","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.105_1643130796722_0.9340441049199968","host":"s3://npm-registry-packages"}},"0.21.0-rc.106":{"name":"fundamental-styles","version":"0.21.0-rc.106","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.106","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5c43f605aa173ff16f6502bdbcbd35d3fadd916a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.106.tgz","fileCount":836,"integrity":"sha512-LsyeMwA5yWUdk7bAztpSx7YP9d0urWAhWTB8hO216d+oBdwq1MyR6H5dBI7Y193nHuMJpU+N6ydRaq2g85vGkA==","signatures":[{"sig":"MEUCIGvwPL8WvQDcQ07I+9ckzSX084a8K0d0RBsk8m041sFkAiEAo7ki0txKzYii7dUP5xgCxcG3muigvNmVpquyycHKyj8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8cMiCRA9TVsSAnZWagAAgX0QAIHARME08r58ukDjdV4Z\nIt0bQZK/rFAVCc6eJNolk6G92FEuKCKOZJacKNGjqYe95hIj2nYpl92NDY2k\nxv4VrTkd5NXbleI4xknjOoxHiYw3p3Mjq1YekNHNWnOmn7tMLFO+B37Ur6HR\nkIPR4ceR1Xd9Ssi1O3U/Gd0cLW674Gao28L/Np1qf08YV78JHKrugiwU6eyt\nucgKst+Abvl5Ezq01qJAh+/o8uk8JeacjNWRjgViDkvrFBodBkC0Oc/IJjW7\ncl2eEDOKdo2zI0HuscJdVY6aUud5x1UWaEJKMAFodaFaZVQPNqsthMyj0H20\nX2mjuNzYiIBOBGCaGTEKWI6wJ03beApy4hyh2RwjTAQspAP7yQrR29OMMDgO\n3VebHqH8qJebTP1agjsAYHx/cECOkf+NU0Xa1EK2EEiN8Q/BCBEiUuu5H/Vo\ncFWlsc3VPgIi1G6O2CWhsNP1/4B8eWUsSfho+ADTnKgCXu5qdjtSNqY1h3jP\nDM1EGmAEFF0fjy0Bb3nb621KmFipY89tIwI38h3pmjpodfdtv6lQ3IhFAIHR\nnAlzq0mfMzEqw5T6U4Nd8ZYnfEZDeBW26ESVso/UoPjF7Nw70u4bfoIwPxyR\nEWprxxYH+YdsnJLlajeki9n7l3WW+gIvIhjA/QH3YLLENmIcWuf4ZLD+Q1WN\nognb\r\n=hZNj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"91af24f082ba8747d53db737e451946c4d30b73f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.14","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.14","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.14","@storybook/addon-docs":"6.4.14","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.14","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.14","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.14","@storybook/addon-toolbars":"6.4.14","@storybook/addon-viewport":"6.4.14","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.14","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.106_1643234082473_0.2685929612699507","host":"s3://npm-registry-packages"}},"0.21.0-rc.107":{"name":"fundamental-styles","version":"0.21.0-rc.107","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.107","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"55d64891b5dd76d74fc721e66c4be4f7657cfe5a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.107.tgz","fileCount":836,"integrity":"sha512-xcwhxuB3wIIq2hVkN0FdxxwqjheyM3et+U9gGGXnnbfLGnt55U92q5Vsqx4yTPE9CcBvWsf0FHxKATae1r+A+g==","signatures":[{"sig":"MEYCIQDwhCpfOF18/Og28/bETKiyss2qQBC08wiWbbUpSSyMTAIhAPjeqljhkDDMFAtDTA6sRZ+8NTWngQJW1xiGxoodej9v","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8ddBCRA9TVsSAnZWagAA/IgQAIYWDYEFyXAuCf741BC5\nYJYvJx3LLI3XDr0wvn7GJG32rnl6Uy1E6cS7NRZg1ktqOEEAstco87fSyV1o\nMif5NkuF8Lf0E9dVE32CjlSX1nD4223dr3GVMnAiRBCgS3dGMJ4dL1ug9CI/\nVHp//OW9SQuKD91d/PGrFtdDUkhlENNE6c3XLiY45XuLjSk8K42FEKKrZVs8\nmtDZLm1Ng7O2OXD5Ct83vokVvnlLtxTaHH1kMXlwDi3E4c39r0xK7uSfq3lv\n49ukizAHTnU6j7SxAFaGumNUtgO0oDfrxmIgn2RFDOFkLjSB+tUlbPDnIccL\nJFhKzao59dy79mCQudSYfRYNrlTZVfxTAkFKuW3gNwFZEseJIfBZ54Qd+a9A\npDzgEDRdsFPQLhoriKMGVNdrOSbAEbbIRQ9QmGH8pN1Ou5TqBXIMxqtNTKAs\nAb+xckN1NFjebouzBRjDEHiJen9nYhjXkRqfoR2uYmLUN+c9Q4pY65hsbSXG\n4XljWJl1pNWnSijET/THP0QKBQw75mEMjaRtWcnxnG2oF/54gunNWEYpO8hr\nQ12ZKNRUosbmPpquLaP3haeVV8qTeuEo9VT6jMwz3im8TSUt+oW7Nby5O6sW\nyBL0MgBIqIM3wF6q47B2YBgR2DJVdUwZxeRIZ3bIWOT7u3lEeaSB9cAR/j1h\nferX\r\n=g7z6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5b890b7c75bbff01ac846c28db4f0d5a855e07d3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.14","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.14","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.14","@storybook/addon-docs":"6.4.14","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.14","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.14","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.14","@storybook/addon-toolbars":"6.4.14","@storybook/addon-viewport":"6.4.14","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.14","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.107_1643239232872_0.9532152563142022","host":"s3://npm-registry-packages"}},"0.21.0-rc.108":{"name":"fundamental-styles","version":"0.21.0-rc.108","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.108","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e4af13fed9629af807e6a305a943318eaa96d618","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.108.tgz","fileCount":836,"integrity":"sha512-3Zl7XHd07Ha+rhYFfbnQR2zrFYyGFthP+MKyZ9vQzDkRIVT67Iy6YxJdZfG5wkZvLzAb3CWPrpcQyjAhBYdEgQ==","signatures":[{"sig":"MEYCIQCm694/acl08x23qo9b+u1H901bM9Ycvwf8YcWSuh65UgIhAK6/BtK8nQqmbIPNhZwU2mVgNkE+j1+YH8AMwL4bADsv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9GdqCRA9TVsSAnZWagAAOz0P/07PM7wYjdrYPbprLtKm\nQhlFRzYkZKqIhmLMlXUTgbRcdLv9yagnDA0r7zpMQxUXtitF8SJR7Ne0NJdD\nxB8gyq++H8H5WJsir3j3RZeyR8A0EUdhwu2lJaX7ooI3kzeas4Hbh7esGrdm\ndEtIcIYfnX++EiuSS//ZvpX0T49t5zNWh4fFyOXhrOGfBLmZuTzVdd/wtgux\nXBSP5I8zxFajPcJWs4JZbUwhNZBmog92ysQKeWdT454jtzobjqo9pJX16INi\nzIx+67dfiHMf6feO/mczddlVlCtoY4dKFshONuYxRij3SVV1B76ndElQbp9k\n/mpfokGPacEep1vFV0CjcWNOafgo8o73+GWXButQ81qzNCvIc7fsl2F15vGf\nZxCgIFbrwM0NxzLIcHCqJH/Nq+DbQwLvxz1X8uARTeeUTBIDCM25sxztbDiU\nLTQFJd2zGtiAy+GZ9ZKH66W0j+naPsPTRT/NAGQsh6o7wWkAVOboTWp0aMJI\nCaX3yBnfhaDnYRIy4UWUFHZJXYlspQsgzWH8k2aPD4FZyzVU0URYZKO9L/7B\nq1qsjbOjVkKd0ykRmJYQyiLCvkbCCM1a8FV/p/4RnqyCyOOfrZfkU+v36Kr7\nMJTmVv74kfpQzGSi04Ur+QWMFVSteK2WORwMjQeXxuIp9Ac3gJruXRlfdY5/\ndb7Q\r\n=GiqW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3107c6a8ce3366f038a2874e882ff1c538e2364f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.14","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.14","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.14","@storybook/addon-docs":"6.4.14","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.14","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.14","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.14","@storybook/addon-toolbars":"6.4.14","@storybook/addon-viewport":"6.4.14","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.14","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.108_1643407210173_0.8366399544645442","host":"s3://npm-registry-packages"}},"0.21.0-rc.109":{"name":"fundamental-styles","version":"0.21.0-rc.109","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.109","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c698cb18b0ceb0c05ec4400b67cd86888a21480e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.109.tgz","fileCount":836,"integrity":"sha512-lbihWWkERNDeYPr38PhmdXY6i1LHPSV7iXPSBRt6m1o/LasPgYkDxaxG30B24Ko8QvWDMv4cTMXYdOC+d/uE7g==","signatures":[{"sig":"MEUCIQCUrYJ8zRmUETzN+g+H8eBdzcyzdyQfvlYlFKg0yOKa0QIgfgbJ+sAaKwgmz53ML8t97AL3TzFnMM5mctEA6lpfijs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9UdgCRA9TVsSAnZWagAAxDIQAKK3nrk4pmVW9sClyYhv\nD/kvgqICdxqDvvF1fApkjnJhmwebPABTTUmyvHI5/qqf1RaJqCRFyEEg25sW\njtXR6Ym7HEGRIXt2MWYDlem3KjgJh8X599uhKKbJtuKxnc4LcAO/OhrJKzp/\nJ5YHgnR/PcHXQblQEyD0jOstDH3Z1rHiKBCPxZbGv1pP5CcANvZyqe2ptxZY\nSsrhagY6b1N9WfhPd+NakjKmFkWms/uMnILul/zdUCssrAkdIW5tjJSmgKIZ\ncD83eIfcXExmGlh0clSV569qoafUXCsEDQ6g80j5zLMC4KEDqE8RW72rDvau\ny2/TuxZiGvT1Xq2LzDezxrhFKrAbE1aOlc3hxpeuMJ30cgUw/c8cBV6AAcnX\n46TLMVN8XN95ON9dpEV3TejJBOHMS/PTXoJd+sT6Fph56xhbesBHU8L3Lr3h\nyuCUXQbCnt1BOqaIH/h46694MVF7w54tmACjvzDeoLT95zo3DTe2Ff835m0q\n9gnvCGPd4VdnHjiuAHGUFTSlAhw0p3VaYsHU5iA31LBlfmQUyCZemJdq4SdB\n1R+qo7qei50RyTlxKVdR2v8LycshKkYBPrfRIoNATDwhZ7k014o7d8DuQCRu\nf7ScMdq+JbrVUEI8YV1caNR6KCbZunM6kIodM/x0Mnjs/Qn4r3SlVrKQYC6G\nYb/v\r\n=h4Fn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d55bf1002fa14ba460f65596cf0a6b392bd8c3ed","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.14","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.14","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.14","@storybook/addon-docs":"6.4.14","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.14","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.14","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.14","@storybook/addon-toolbars":"6.4.14","@storybook/addon-viewport":"6.4.14","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.14","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.109_1643464543904_0.2868224404845947","host":"s3://npm-registry-packages"}},"0.21.0-rc.110":{"name":"fundamental-styles","version":"0.21.0-rc.110","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.110","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2dda12f22c525821e29f48fdee0b84af3ea9cc6f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.110.tgz","fileCount":836,"integrity":"sha512-AE413Vp9h66xW7vtFixOIwkI5FtigzA6P5/Qp+DjPQT0Gz9DLYnR0Ysfxbcp6EH9us0HNiEkaHjrvRxxtdUR4A==","signatures":[{"sig":"MEUCIQDpsJOnpPm6J2p48q99FndqPayGbLlCKrnyUQpWv+RXigIgKD0pfCUPHkeq47AcsssRDW/6GyOTgnzlaKwTfU7XQ0U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9UmdCRA9TVsSAnZWagAAOL4P/j3r0n1hl4PMMJylwycT\nHc/PYl+X5fmBc5u+GEAODe/xMAHuiG4wyr1oBU5OvKT+yPwcNhBoViOWD+E+\nO9GRolBLL+4bpjmgQiF7l5XgaRtTggaWT48x7CwmANeBNccb8KqBTbbY1xaV\nLra+W2J1OOCJQUm1fZTukzfqij9uOXDzMHGhFch0Tq6A5FdJc1bcDvjfd2cI\nBpKGTBF/R6lFrVTFYvwHf6qbGbpz9wXC6stwXjJKp1grVd55MNPHAdPFy75v\nGTYi0iZVAb/PwSVGeQH4x9YI8Ivo1EafCF1ks7GUtZEXrMD+w5gEZ7s/D0vN\n1S0JtLjuvKclF7zVAYmUESmAgokQAqmP7Wm0mMz+C3Qp3hPdaoCWcvqtwgCb\nyEVur9/TnuW3+GXg/cuFliUzEoHfQPR0WloLpeC/HtSbGyFKy1e8n/2d/V0F\nDa3DTUyDh809MMPZi/dVWKRvDjiGKyEtyC9adreZ2KB0bVX3zZE7Byb7Ba9k\nCSOsxaO1k3K+TB1f8dQS6IID9Xdxac0u25hW41JQP1lEYjMtDhwEI+j30QXO\njNKMBMqq3zT9o2VUFM5MYSite6O+ydnxFPSAdOpTu/GJou3EtyfFotZCtj/Y\n3K+BS73ugU6+YYG4wGMDQ8HEAi2d3KQAWyo7A2p/twi5vubFI11qZ8u7gwM+\no84o\r\n=4V6I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"262a458a84242596144a0f5b77604741bbf2135d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.14","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.14","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.14","@storybook/addon-docs":"6.4.14","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.14","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.14","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.14","@storybook/addon-toolbars":"6.4.14","@storybook/addon-viewport":"6.4.14","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.14","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.110_1643465117764_0.5337441102475864","host":"s3://npm-registry-packages"}},"0.21.0-rc.111":{"name":"fundamental-styles","version":"0.21.0-rc.111","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.111","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"58d57d6f5e878a388ffb9dd3d42e7f50c0b6b3c5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.111.tgz","fileCount":836,"integrity":"sha512-ibJXrgo7fwASZLtxjvxMcIvYEn/m2/AfC/o87NQ9iljK//xIkHwrCqfmSo3uncDtjOszUspQtGK/rqee0+kdhA==","signatures":[{"sig":"MEUCIGUIYRI3QNHQN+CE0yasV+Ap5j+A/T69z43Slt/gAvkuAiEAnWLEPAvcbNSxsND/bTDpDY76tkGinpSQLv7C/30pp3o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9UxrCRA9TVsSAnZWagAAlp8P/iz8DbiCftJt5sR+KrS3\n16rAlcBC4DoTic+uz77PbGa3poV78aMyIJ69LSexPp2ejvzR4FBoY4090p0U\nM3Q/QuX3UA/y2defuytpdnA0LVg29B8Hw5j4DnMsWxjaL5ROcdR5DFg1Q8Qd\nxyJ4lJfbd0r55gg1S9LYMJ7wJzmrZlt0fQw+t7ebZto18/yb6VUqvU7Xjlqi\nj2xS4b6iv4RnQ809qYJOi14fncb7iLaA9J4lIZjKUUm4dTnh+jH4mWKYMT1L\n4roYaZvZXQ9fEopvOQEl/0AdLIFEBSQ3hlmrekS44YX/uWHOPErEuWan1FVe\noQqA6xR0uSKUHWe3TyH0ZAVOXsFDQ2XHJe0eXjMQ7aPB6yXc5mwVyTnzQpkl\n5GV0jfy9682COd9plAOLPXQJkvgj2ssxDixK8au9JT9mcz4D9uiDPdXpO6pG\nBtrzUzoWaclV1z9r/L7XO6YDiIR8CqPJ1fpHTcDmzJ2tokmiw4GF5ZpSPa79\nGWJKYWV1+ZKAWuvzqaVPmC4Jp20aLWVXeSaYMyqDboPchU6pD0yWJTsW6NGu\n3uvxjaXniNrYkD4XOG3OZS2YyzkUO3XFcGKJ2r1NqTW74uOgFlDYSA5YCWf8\nklKGGRO0Yedfp5rxLbMb71ycbs57Or1rGyv6/iM89x9hAiCeVGxHaox3P9mp\nhzE2\r\n=jx8T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cd9dee336fe943a3c8e47f8eb6c5af85b75a92d8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.14","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.14","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.14","@storybook/addon-docs":"6.4.14","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.14","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.14","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.14","@storybook/addon-toolbars":"6.4.14","@storybook/addon-viewport":"6.4.14","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.14","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.111_1643465834708_0.21004043698856445","host":"s3://npm-registry-packages"}},"0.21.0-rc.112":{"name":"fundamental-styles","version":"0.21.0-rc.112","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.112","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7fd2a2b2595a23cafc66d38bd3ad0c5495ccdadb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.112.tgz","fileCount":836,"integrity":"sha512-rXkfedV03aF42p38HZTKoBIPV8asJnWezgrg+LJdPkCTZllKhKG0p0ps8/iMxuG5H/bbYTIgc/T/+fJ214KF5A==","signatures":[{"sig":"MEYCIQDcgqiv0qwK5+oYiCAid5bVzz9oRWqxkV+nxSrWqt6mwAIhALNddHziDxJF/8Pd1Mvf8+cQmDkkgY4243hK2N/RORuA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9U7kCRA9TVsSAnZWagAAXvEP/04HVJEOgF8rni3OdHS0\nz85EBCY7tAhFHhkS1m+5aEssSEq1RQsxepGN1ddDaDSpGnYdvJmTjzRfCSDP\nmr9oo/RIehoNkZpvDgqhHk5ZiBVY0qbe8bx30Zy8ZkBQLMarBF3DaBQIsr38\ns5Kmf4hgj18bWO7cM9DKRrHkfq/encVu//nGI4rgus8bzQPBNISz0ENDBxIC\nGCLCiVd2AENPLIYVWXI4P2VxPjT+iC17GftPKy89qVIabbtrPqfYgY5uGWIi\nfOnDvTddBUNNqqoRCLkZVhVVRCAhqb9vBLlpxLuLFKolWpZM8BMQyHr7AxFu\nbggrggN5fPxFVW+6wxjitLFf4OBALsamPbuquL/GwiEGIVkf6bfaWDJtAA4h\nMRNxRpP8doUVv9qgchsAbB/Gcw9dY4cHerUlwL6EYXrnWJYUIhwOFi8fBH/0\n5N5zvB14K92le7WxQq0ZCqEICd7ood4idlXUPc5P6FKnS6/GdovQZ3gO7uw0\n7JRJ3Kpyq5qc277rxNdwZGskuWzRHV+zzcHHHhYDTXs6kohk4kOyIAQguHgd\nihKRXHr7URueXuySga68a9bIECtVXBKEccB/w3a53Aa7gzuoFUQHST6hbfcS\n9jGX87b+/JK3kDG27q5hqnf1M1W6YtvcfEPpdPs7AfufuGKAkV7fZxnrMbf1\niAz6\r\n=qNQl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"78b476425d3f2f668b1f926efb6f4e2255385a57","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.14","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.14","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.14","@storybook/addon-docs":"6.4.14","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.14","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.14","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.14","@storybook/addon-toolbars":"6.4.14","@storybook/addon-viewport":"6.4.14","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.14","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.112_1643466468609_0.6931784003924046","host":"s3://npm-registry-packages"}},"0.21.0-rc.113":{"name":"fundamental-styles","version":"0.21.0-rc.113","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.113","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"57d7f6d35b11b82704f2018ea1d9a8c2861c26db","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.113.tgz","fileCount":836,"integrity":"sha512-lxEy1YfTpDOfe3W9VecZdKd79V1Dsj6irY+c/Elhv9ZSucSvnyKPAVhTyvOrU7Go41APWjo3R+0bheTt9c6e3w==","signatures":[{"sig":"MEQCIFHPcp8K+UxnpfEftSyZeMIhQp1tp6tul1u0mS6qOPp+AiAVo4Ge8EMQxPDcrHBEPs5vYawwBg9K+QnaQPJKljdVXQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285477,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9Ws4CRA9TVsSAnZWagAAWe4P/jNGMihhvwwxf3V4gpqQ\nnJ0X1tiZfLg+oOE6LKuLvx30qWBNjIqyIJvhmAOUdAGn+CYc2QlB6HYdr/i6\n1Pb6jjMeOlge5Ho1GkB1Evo7jepN+35wb8XjtyXjlZrbguK3iveGxeVqMS5e\nYkRIjNSvglffyzgbuCk2ZgVaOSQkM7WVe8D4DLQ7nmJkhJiNdWkGzDrv1KrL\nFYHCTE1cQZlCfNTVQEJkML2eF8xbhKwNxvwQsZhhMtql/L6b/mPshnFJSiaz\n5T5szoYUQ3rt/JtLFw82QkM/rwPKgxmcl6J01Jk/6PTgGgVmPFTvAdLOSROo\n82vb2NQL4lqBTlU86utKV7TCdljQ1vk8uaIEYdzMdwKd/yIm+ESNU8XgTKfM\nR/2dBScsrrKMZYfSkgbTi1w9ddWMRpBITk15A9W3Khut+UxiH4bbWRtcw3/X\njyfPc6hYsY07Q4JXkb+qt/5iuYJYBFtvqqkk7nOeaOACdDZLS0pNlDE5PuZR\nRvwTqzhbqxS3scSsQMA1+/0srj4EjfQwlrhR9xZln3WLSN7gLSkfvqG69RfP\npay/AB7/CyyKianJ0/zaMLEf5seWaCAThtjupzXTtm49SHvGIx48X+nijlB5\nyXC4Tt0KERVI5NW40go6WpC3OqOQC6i1Sqzcv/BgowT4yM0Femz/BObP9fWn\nIKGV\r\n=X/Qr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e6e8c0c473d2250af04c48eef862bc04ad9706ae","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && babel-node scripts/build-visual-stories.js && babel-node scripts/storybook-prep.js","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.16","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.16","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.16","@storybook/addon-docs":"6.4.16","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.16","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.16","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.16","@storybook/addon-toolbars":"6.4.16","@storybook/addon-viewport":"6.4.16","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.16","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.113_1643473720512_0.21389487813999986","host":"s3://npm-registry-packages"}},"0.21.0-rc.114":{"name":"fundamental-styles","version":"0.21.0-rc.114","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.114","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"71f809d53d7cf4d39b685e546932907a2ce810ff","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.114.tgz","fileCount":836,"integrity":"sha512-39Dh0mm2MQBHB1IVs+t/1kCdUzxT8KCvTY6ibBMB+TKRYTC8Xw3BuTBqE313DbVi97g3PqyVkFrMAg3ymM5ZSA==","signatures":[{"sig":"MEQCICaJgduqIvDyasIIaHgrP6Q3a9dSDeVNF5MASaMKkgcmAiAddSrL/pGJp9VmbJ50eyCGZ8RjGbvJVJwm/6VbxgvBTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24285529,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+pNnCRA9TVsSAnZWagAAHgcP/iQNtnRMpzc3gVhBlWIl\nBR5RyBVGqsSD1KXJUm6Xdf1XwfWwVz46WNlVzTgmjkjytSNYHwNFP+TSIf/7\n2ImQbnqYwgCLL4txfQbCQ3y+o9ItCJUdrN9i5e8KfC7e0PxLn7HNF3ckup6l\nKT6L6vSOYjrMdV0RgdkObf3tjqiMn7qyP5xddpTbFTn3cXoZnb6ZZPzwoEI5\n4oKn8Wn66M836vuQVo4ODXM6gwpuyaQypwls7kpuSvYsw+B+Nzlak8i/Idgy\nH4KhtBsu42i2BFnq9X3L2XFUYjAIzOYYwI39QnFBxi7Aq0u/LoWWc18rADNZ\nhSUQ62fq3k4qjpzkgX3sTBxujMD3+Hwr0YIdadKINTw3GW1dps7XvWODvRFZ\ngvBWmw0D1pqgyvzqwvDCUp3fw5aGZbr4dZeXMVjk1+isGxe4izA5/aUiINai\nHV9IPknG4vqdhNyI0EUmyH7peVg9ZRZE4Vva/VDRHcnDakHyKH1U5sKzvYJ1\noPfChytF5GCatOmV3JBznL0I9W34h03Ay3JikPjZbfwY1EIbjs8EJnSYE9Ro\nxVk95cvbO/z6BEIe4alz9XqRI9ddvwNrU/I7TepLOotOP4RYsdTKdIj2I7w5\n0ixxlCf2v7rcXcotqh3WJHkj+vph+esl2eogrc+S8MN8zmGLuzY5wYx8KGYp\nOcyB\r\n=Ayam\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1a981f4c2321e54a37c4c635a5d1a9ded45ed908","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.16","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.16","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.16","@storybook/addon-docs":"6.4.16","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.16","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.16","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.16","@storybook/addon-toolbars":"6.4.16","@storybook/addon-viewport":"6.4.16","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.16","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.114_1643811686851_0.26556131542111694","host":"s3://npm-registry-packages"}},"0.21.0-rc.115":{"name":"fundamental-styles","version":"0.21.0-rc.115","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.115","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4e36a6d7ea3b2eb9bbca471f0eb982dab2ea8e85","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.115.tgz","fileCount":836,"integrity":"sha512-Otkr48DTQQHicT5sa8bhb+gNw9Kteaw1B2skM2GxHzSIm2letWUPlwlUYkbg06S34HQ8D28F1Rm3a6GpKfBibA==","signatures":[{"sig":"MEUCIDPqdMetWP9Jkw3ayGUEX+gI6JNPq4n2/8+bflsiO+q+AiEAxIgw8Hl94u0ospo2MIsO0Da0qFa53oK3b+kq1mx2qI0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24295949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+qhACRA9TVsSAnZWagAAwfgP/iqp9Q7BgGTVC9v7TwyE\nPTgToOsZVVhDTC3+iQ3h01tm3uthyOG+cv3tzYat73FSijuCdpJwy8Z4YUjk\nIzziota+KNzMy9oYdI63uDMNids4H9OOO0yj9GDL9r9QNXo81zbPDLXzGAn1\n7h6U8fCJUTzpAWgpYC4kTuGpXbBMZCOAFbqtBEHB/dgEh6aEPuZeqz6zeYuY\nUt1OmLlmC2ds5tVdBzp6rDYpvTQAsuVFYx5HDam9/mZLkF3TuVqrwPTOsSLG\nhnQRCSBnSFt0Eqta2lNvGtyO1H10k+EgyBYnSHZrOtUILK5C1HemM22jEkeO\nb01qZ3j5x20WThGnbMQ/3AaLYCuibORzNdboY/si/bPs6nnQPJQEn8gQL6Qg\n8iS+pf0HOScXRNqWr7BU9I95dGJ/rXB4LhkTyXhvr0v+3muJZlPFueFHrKh8\nUxa2Nb0V6NBkHD6jt1oEK1bBroDvbGp2rGlN+dPiaCKYMSX36N1xxpSzBCQj\nTPCltQ7vXayAVBBSgS22UWD/G0XaJeWSJdiAuf3tQIiAd3TU7dZNdHX50Drj\n4epHQ1IiujxXyf1L+iZ+WojMU27jsUP92Xfi7yGIdXFfF3hNvGjNJNxIWLYn\nIg1n4F+tfgMO1reog93BQOlVz/q8p4PuusHTpk6d/hv2x1RVCxfk8F2u714V\nr6QX\r\n=mObR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e5aca7108c9532dd03da9ea952d33cefbe91e115","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.16","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.16","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.16","@storybook/addon-docs":"6.4.16","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.16","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.16","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.16","@storybook/addon-toolbars":"6.4.16","@storybook/addon-viewport":"6.4.16","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.16","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.115_1643817024337_0.7222967202735939","host":"s3://npm-registry-packages"}},"0.21.0-rc.116":{"name":"fundamental-styles","version":"0.21.0-rc.116","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.116","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ea753fd542d9ad1a01033cfcc1cb46a3e5c711f5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.116.tgz","fileCount":836,"integrity":"sha512-tYmvNo50gwVPkL+gkOBur3xx1IBatiEyXoT8GKdD6z8oHQf8sCnRylgL4YA1SK9Y4a5IBCkx8X0TK2hYQJNTjw==","signatures":[{"sig":"MEYCIQDgq9JjABBtQAT/W4UvgGK1pgIRTcuu7ikhXHXfq6lPlgIhAPppiDp4bjXTOoP7TItFkOnnJhB69U4XDVC/rbBRviXA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24295949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+z11CRA9TVsSAnZWagAAlVQQAI2zGsJ+FnzZg2BWhmB3\nDl3PIH3gCRvWUot+/WaIyAt2AxJXYxnv1DiurW+KJwXatONM/0i8YGilcbe9\niU4No42hhewMtt2Yde+zxmXw1Ct0OKnUSKdzHMMhDjxrbP8tuX0qW3TR5Dod\nELy0eVHVh0l6DXs+/80zmkLUXVBvZPAHmE3AVZN/AAr0QxHcOWKWju7cl2CB\nERIpZ1eG/aXh4pdoE6JEq+Lq9d6IfTe4xgv/T4jgSWNoGuIiwU7fJSncBTJd\npaTwwLwSkqLTTz8mSEPLtM/G5ZojBSzYVWWdhMIv8isgHxL3Wa+IXx979bQb\n1ViwH9Nnd7MLYXPXFqv4pZb60HO6OrgrC+yLaT3hwc8e1MYVMQtUmCKIt1Kb\nJ/gW/vLs9/1vfslGIpGp1lKRqM+maWsie30oz6xEak5hnBS3V1J4V1ylUaQK\nShENsBXYne+JBiJ1c6mNWqrEY7rGbMGahRvPww/TMRWqVbZwNumkXhaVgllr\nPYguDokWH13Ck3rFikceoBdaLZm7n5+j+aAt+MhC+N7yEdm/nWjpRbb9QmGN\n45GqHxVwPEWFRa8ot+cBsDCeFu9zjE8gzDQxC0GK3xu5YFcXvE4r+NT0WTIw\nCVddBdozpovM2NWvuVPWL7h9lval861Ieka+FgjX9pO95qzb1OeD7bCX3FqV\n8Y/f\r\n=fZmc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9d1f5e7e9122fc39e8123c2143277040e01ab216","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.16","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.16","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.16","@storybook/addon-docs":"6.4.16","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.16","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.16","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.16","@storybook/addon-toolbars":"6.4.16","@storybook/addon-viewport":"6.4.16","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.16","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.116_1643855221354_0.9216533145280199","host":"s3://npm-registry-packages"}},"0.21.0-rc.117":{"name":"fundamental-styles","version":"0.21.0-rc.117","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.117","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aa73093cf8238a60931412bb538b59ba9b2b1f03","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.117.tgz","fileCount":836,"integrity":"sha512-3JpHXSw4Bi927mZ0bt3nMTryrN9t771cs1C7h/hOTvY2lFmsT0+fjRmcS6XQdFK59RhLQzTrmIwRMYMDGfRHfw==","signatures":[{"sig":"MEYCIQDpTpfaG9iqcfhj6yoLUdvtz8ZcINBzb48gpA+Yrc/cyQIhAIMScQpj8hZ+sCC1xOMFizFOnq2WCfm4j1BrLvRgIiWn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24295949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+0B6CRA9TVsSAnZWagAAM9oP/RE33BIZKO7V036M1ayA\nDPg+k3KGGT1jYZZySJbaISLipeRYqU+ggsv9UZuFoA7d5J/6M94FTuLnk6xu\ngCWDjJwocvJo0n6hRezms7qEpQ6iiPYHa8uKuRmpvXBvZ3o6yPzJgH5sKmWY\nLnmbHFjAn3FK1KwdB/vtYHHuoEp3hOXrcZw5gtsf7a1VeEva5ehaaAZ7pEvT\nlCrQuzYVSC9ozr25kxilR1CH0ZGJLJ/2PTXHKYX+g9doG76n/cdjPC11RlfU\nevWaWzEx/KApbKB9R3tWmZJgSaBJHsP3cFCn6mq5AoFhT8hoRuzGD40vJpp1\nnMRjh8kMxfHG4prtQJN7hbwF/WOAQwIF1CG/6Ax1cDTJsr5aJbvpF5isuFUL\n5h3qKNBkmSkQteX7zlGbmGVu1ps/0jKNPI0x1EFVxZtorRhTWEE1kTRukqpZ\nlBiLf2McIUmAPqLb3Lca+ZcHj0ltfunGTSlECWOvHlPrxgF70V/Ws3xccbKf\n93uWycf4vWAxdRsJP3DIWeTFOb+3v9qzZqYpDMInwpKo0LtPiLMfgeta36Uo\n92R9k/A/le9ViGWDE4POOkdwSTwsX8+rdeVxAz33VLTI2qNR73gCzFZJU6OT\nTXzsQaBt8slhQbZTVYY8NvWGpvdAFAEPhFMWLLJuMExEM0tT1SrYl5OL0AqB\nmNb7\r\n=KvX8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0bfc9203e57c623d5961726e4262cc43903b8694","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.16","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.16","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.16","@storybook/addon-docs":"6.4.16","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.16","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.16","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.16","@storybook/addon-toolbars":"6.4.16","@storybook/addon-viewport":"6.4.16","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.16","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.117_1643855994507_0.7233371564954696","host":"s3://npm-registry-packages"}},"0.21.0-rc.118":{"name":"fundamental-styles","version":"0.21.0-rc.118","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.118","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1c2f217065c6913f50c0af0f3dcbfe583bf4ae68","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.118.tgz","fileCount":836,"integrity":"sha512-tALr0pkrvRk6V0ljGG/gRFElL5lBBYGMI14+Y/PlHZkk4j2rF5BJHKS2t2WIGNw9/jsRv9FKupz6fVLXPGXHCw==","signatures":[{"sig":"MEYCIQD773J+3mEm4EgfIq2X4IRNY9Y0CgFyOtVAqZZFjm9vuQIhAJ6Xpoc65fTcd8z05u27wh5Td1XiUbTetZyFON7DXy37","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24295949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+0UACRA9TVsSAnZWagAAk98P/AhkAi7QzuOnvhIBNpK/\nPKVodcUnNHOLZQwwioLbMMytdnBMWREpme5MLTUPCWRJ7KDy1puscdx5AQ/1\nOkqwMqW/FD53JnAFqf9heyUI2avkhK1e67waaMhXTlLa4sMxhvxibqAGO5EO\n16XbXhzuYYN/v2QNGhaue5QYple5K4WgOww+3ZPhgt0lFMellWMs0gvEIueh\nEyryOSjh/UYEHy07Nud45JK13Cwsjbi6pHCsDBHcjkMtKuFdDFE7ltRc0QTm\nCjW3KMjIMN4HQEujBFThR2yZMY8D3Uit255iSP2gUvR9H/B5lQ00IiJ767oi\n3y1/JR80gjdRCgir3yonRaCeycc/03a+GjNcJOJ4g3aW4QAZgrpT5R4DO2SV\n6m/h/xKlturLWkDdQJzBm547FH1MvfriRvkRkDS58t28jpn0A4OR3tYTEzz9\nGIy9GhCQpHWuDIJPtQg9RaCzGFDqgUy+nHsa8y09MgSjzusyUG+Wdvbp3jJO\ntLiCGpg3HfgcHEdvsSylYh9dluHoJYOUoeG7RFvpDa4o3scubKdHN9DYdxOg\nq6xiq3P5EKqVvYZ91jbrwjto/fkCZvlfh0p0rtIfUTgjtXWjXDfNMb6jft0/\no1v+jSXXooWcijdJOe6nVDcIoNy7HM+UKL7Hfok0lPPSCRga0bWAx5nzw9yb\nvLwh\r\n=hX37\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"16a7a2ee368c98405041ab87d7c4f27fc146996d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.16","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.16","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.16","@storybook/addon-docs":"6.4.16","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.16","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.16","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.16","@storybook/addon-toolbars":"6.4.16","@storybook/addon-viewport":"6.4.16","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.16","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.118_1643857152216_0.84442943347004","host":"s3://npm-registry-packages"}},"0.21.0-rc.119":{"name":"fundamental-styles","version":"0.21.0-rc.119","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.119","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fa3881abb517ebe3f8400fc58bd58f7ea1dba708","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.119.tgz","fileCount":836,"integrity":"sha512-Dp4Zmo8QIxfxbFvAdqwYCzzaQWABqydsP8PAdZXJYa5C/dyCdL6YO41novkHO+g0CPheeXtCSd/WBQ91wTLsxA==","signatures":[{"sig":"MEQCIA6wgZhMboCkHzvZSUDSMbN+5yL18D0OLLeb51L3xpExAiAaSgEv7th8x57gFbBWl+apdYk3VtAcHfjcQ0q+wGtqDA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24295949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/BMoCRA9TVsSAnZWagAA42QP/0EngcgjH75EWLnoedQy\nwq6OclK5lcmamXtJqqIt8FP3nLSuJkyZjfL3+Znsh7c/dOoTZZ93Pa096xqM\nGgMjsPfiN8ZLP48BQVYgHOSff6Q22CDC/YvSjQUKNXsWIx0BJw/VIDI5nzuc\nlKyMdJXAn9vj1WzN76F352z86nnY2rqG8NPqcpu4S1BeJT1Ynn/VtccZ51OX\n9x2aoPAHqIxwa4MhRd6FDWg1Jioibt9WvLI73K+Ga7DCevbdJFbwu1zRnADg\nzgMQRTajcOu+E4FSSO2CD9reDDJ6hBK3G3Tstn9+ptkZWBC6WoW6MKNTaUcr\n6Byz1Uym+U3pW6vQchMFt9PfkcR1wQQFgK+t6bl7pYEAiFuXeLyECJ6JEIPA\n5tINAtwy7oTfE0iWfJWp9eC5G6Sx2OoO5BRLX6Ryns55WwpRuwcPpT6jJMWG\nxUVbK36fJxJLS/KmdytACW/ZKvd+JB3/9twrjX2xto1rWbgK5PUCTnO32go8\nH3R3M2WH6xJlHY7dZuAMysWZfzha52Wtr70XdVs2fewdjPjnLJJgH3lByXG+\nKkIOJq7kFafdhCqTpCOGtJerU0RKOZi9XxQRL7EXlXtQbLjFjWR7woldgUYH\n8Wos2jDC+C/vMbQ92vfD/SzdKQMKEwhphCjnyECjbGjJHaXpMlCsdHtGotFD\nbTNd\r\n=TejP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1f8a4fc53ef796ca98ec4dba1dc66b107031f057","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.16","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.16","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.16","@storybook/addon-docs":"6.4.16","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.16","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.16","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.16","@storybook/addon-toolbars":"6.4.16","@storybook/addon-viewport":"6.4.16","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.16","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.119_1643909928320_0.4137820752422876","host":"s3://npm-registry-packages"}},"0.21.0-rc.120":{"name":"fundamental-styles","version":"0.21.0-rc.120","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.120","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"595b0f0d90400b9f9457412f858aef1d511bfa4a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.120.tgz","fileCount":836,"integrity":"sha512-bT8eTyGv0FpaSMOhcjO6fRkZE02eeyF42jAYHisx8DLRv3m/1MgnWchcRss5ChGX7L2djGhutTwXBzwcBwU2mA==","signatures":[{"sig":"MEQCIDOCjQFosGLwItsloGjcQsDubqpiktn5HFvn2hi6jB/kAiBMvAwXj/4pA7UYBF1Lfzc/sJrWhHBMg0eBZdpKPNCsgg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24295949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/KpuCRA9TVsSAnZWagAAWSwP/2I6fi2mRB62PbtqJsQf\n26fv+m5SyH4QeDyYBUXVBfP9XYVGkInn2Xbg+8fh26bcJWOmxKbJeC+yaAQ2\nn8COZ0Y/ulJ/Xv+XxWKMU8gFxybNhrPZdN3NNQ4ZjRjGBDk6y/gAarlGUCAt\nGLeCU/tiw7ScTAllwlJFvK68/IU22jnQDDSRheZ74pwngjiyynteMA1BRIBp\n3YSwebu7HpXSBjkseSLRnloKq/jiX66lspk+1FrWuA4g3BJIB54UZnRsXWmR\nt4wQH2pfqX6Ht/URYhXp7fs55x/lEIDmBVobqpMpgtBI4DiIr457NJvZdGxP\nqeJd8s+ramEsUuK8gZca39ONAmmakID9hLYykx8gyo7AWuyFOboSGrLq1a5u\n1ased0KXA8DiCI+Ax3x8TDZpUATJJGlJVAcC1QjlwUdq4QrFV4xcG4uNhx7e\n5GXPwKW2V4r5HqMUEoaELL2SxDEVcOahdLCaXZc1w8SP0XgV0MEFOj7YxNzE\nloOLU9g11YT+tIWqFOpuLaMGcPmtOrKRouO7lvaasmV/DWwav7SZDEnhbsvQ\n7olydl12lXERZs7ROy9Wb5HyYqOi+JiTLHOM6VjAGNSB8H3rKaj8C2GIqXDG\nqdiwB33aGhzDnMIOkeoeavQ80rvLKZaqA4IFnXJqR1VOMSLE/b7mvIdI8IxT\nyk2U\r\n=7BnS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c2312da6e99e7b2d24071ab9d7897a1d458fa0a1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.16","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.16","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.16","@storybook/addon-docs":"6.4.16","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.16","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.16","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.16","@storybook/addon-toolbars":"6.4.16","@storybook/addon-viewport":"6.4.16","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.16","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.120_1643948654620_0.9590977557020628","host":"s3://npm-registry-packages"}},"0.21.0-rc.121":{"name":"fundamental-styles","version":"0.21.0-rc.121","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.121","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"808c9ef32058780c1c03b22224a17595e3fad908","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.121.tgz","fileCount":836,"integrity":"sha512-yHFJVfPmVEx15maa2sFGkgLC+DbeMqhSGho9pgvDlyqr6TK0y/jHUJObAdfBAZenHA+hPF0vz7r2psykYn63CA==","signatures":[{"sig":"MEYCIQDwJTnh0dBV5+N1xFpD7dhJDDvUOSf70DOK2deCR61PIgIhAIU4IKhXCiqN6aToer7i3vZST3GEzYakJQYyk45h4iw2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24295949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/KzYCRA9TVsSAnZWagAAL9QP+QGBICit8jhM4B70LJ3Q\nqH3JRVJo4cjWiESGE24kgI4HzfOLhSGSVvidMB4ZejsvtMtmrqlpjIPvD6yP\nAJcj16NmX0Axvl7hWB06JpH3nCK0Jtyhz6b7OHYNomQd9TsHPCf5EDmGYF+w\nZzkBA3KEKK/kGrcCudPnaFFtOz924iENkovJxSZOKjTIklFyZIcHGIIC9GIk\nY3tnL2nTgRTKl6jOkOt08SJ5WQV8Xi0sHYchQboI46IQuEdO+XB23kpBYOYR\nsnaac3TyB5TQ1S3K+SrZVwFoiDz/HOSKH1HB7XCP5ksgVNyc8VIuwcNBzeN0\nVwpEqh3fCdKf+rjBZNzwuRoS4yeByAOvRnZUUbHLbCOqP8gONAvjnuG7UmgK\nhE1i34b3m8NPVZlnZmOpM4HC1xKZ5JlYGSLsUbTzXXvSGmTToB/ZtvI+ltFF\n+LEWD26z5ySrnMamCRJkf7ZnekYnOy8ha/ZZxWRpiSFQtrBnUnGU6pEaJbZE\nSmMa9JFGaRh9hhqGHG0KUO936u/4J3sGtcS0q1VIBMFMIikPuRezYIWbotg9\nIErDEcG9nVUGwi2P2+kQhLdobIKQQ68cJCdZPDZ9yRHqg38Sch5fUvRa2i7n\n8jRYHdXGuE0qHkUeYj4Y6f6EwpCHByNStOVTmQOaHoXrbeE9lYpfk05AoNkJ\no+eI\r\n=8Lvy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b57f2af6ded682debe18e6b012d208bab22fddc7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.16","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.16","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.16","@storybook/addon-docs":"6.4.16","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.16","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.16","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.16","@storybook/addon-toolbars":"6.4.16","@storybook/addon-viewport":"6.4.16","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.16","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.121_1643949272568_0.17899000576365953","host":"s3://npm-registry-packages"}},"0.21.0-rc.122":{"name":"fundamental-styles","version":"0.21.0-rc.122","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.122","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bc369ee319714759ceccf173035e3086e8690f7e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.122.tgz","fileCount":836,"integrity":"sha512-Cq6Oxs1ZuYkaFrF5QCXoY0WBAiNnkqJn850HcJtvKTnI7a5bEj4hzYjQEug0KWn1QIiujmTDhwgKSP7alIpO4g==","signatures":[{"sig":"MEQCICcUipR6bnNEPvB4Ez4i7fO1hk6CYRl5e93OFgRzcKAJAiBvb2ej+Ss89PoTuw6bUXfPSQLkHIEaWRgeFYiU6YY4+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24295949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/W+qCRA9TVsSAnZWagAAhv0QAJnm3lbp2rsL6JW3bhgc\nVHi+oyzvptCy8YI3NpkPdHJNOu6v/Sn/sPeuI4iJ/77wqEexjQ7QCiFlt19h\naEbnZrhQAFNFMNRGenCPgjQbdOMdW04qv1NO28f+c4Kz69myMaZkdL3UD2SR\n9A3OVEpru3Lx+XTjFS8jXmfz29JL81z+KO8LUFs7XVSFIa/q8bNwulPaxAj7\nxNi+YFmnBYEnU+oMu4UpG5SWHlBHj6UvPs5xYzYCjA30A1TrMpBt0GjBDL81\nsonOm5OeY/EzfUsXkHWVvuvF1vkp36dM0+pdP2LP/Yr3acV9vjFNQcj3y2fI\nMwVVaxvQEkIpntIzCOPPz5lz6D3WI7EYAFzWY0wTbWYTKi3Lg2XJvRTFKiVp\nnBVEhR78a0jKbSl9G9vJlhZIUTpX0Y1qbLQBUtK+Gs2VEEUh+XuWrSiPivET\nUJDj151PPQTfEj+/iW1hZKl2uejHuspbHa5bSV0V8zlkAZgLdEGDFv+E9u5a\nrzVtegsznhmTvh9HH1ZRu7c843Mj9YFlP5C8WvQmcUUwqKW92xR1NIdc1bBI\nFnw5CoiQZEgKOi2yj3G6AtbAnHbg+rKx4xlCglfo0Uho6rH4y/Zt2i9E0FXJ\niQuMEu0oDOP34ndvPgLTKNJlEE8bX/MLYQJBLva6HK0Bw0sB7wK9/iNPRyrG\nm16R\r\n=LRey\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7bc0452aa3a1c82a74409b795bbb6e1fbd59b5c3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.16","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.16","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.16","@storybook/addon-docs":"6.4.16","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.16","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.16","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.16","@storybook/addon-toolbars":"6.4.16","@storybook/addon-viewport":"6.4.16","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.16","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.122_1643999146168_0.17381158657731444","host":"s3://npm-registry-packages"}},"0.21.0-rc.123":{"name":"fundamental-styles","version":"0.21.0-rc.123","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.123","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"090d8a8f48b5f4357c6b29a916932939da34b59f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.123.tgz","fileCount":836,"integrity":"sha512-OY4tWu9O/0BgGEA0az46U0AWbjNjVa2BTWKanDjVX25xSLLV7vWDYWjwuku+1Iwz2e2M6DBkYGvI6fFy4YEdfw==","signatures":[{"sig":"MEUCIB1taptukbrS6DXJhkdno/ss5IWHjqtVr3n2+GY+KkX2AiEAuBoKjQRe67jH+3jk4mI+TCh8Fl/ofgYhw7xaZ3747EY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24295949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/ZzACRA9TVsSAnZWagAAL8kP/2Tfpy+NEDyHhDpNFItR\netblOIRL2CnTScZ0k7ALflFd2G4i2kSqIPqQiXVPwYmkxvnyuvy9WlHu/P0/\ncBGI9UfIKowlxWbQ/+OgWB8VbaVHqi+9VWkWjd5GEnWAq5+nOF+VGHdJRsco\n2UZGofnOskvdwFPfmeRG1Iz9XIuItCIQgrPPqXBaoEdUKN0HVFHtaEXsF2/L\nM+lkE2XNaYT3w4/Rhrkk7PX7hTNe5laDJKsu0FjzeKZ4ZO1x3fJRGuh0saV6\nEZghUZwdd+Crs6LY8WGgS1CMARP9RCVC7NcKhb7IHrTa6ROYye67hlut8oEr\ngLJd9PVdHz/kErI+2tUt1Ncjqz8D3/Mg86xNYAptwCvxmmLTVVsf8o7y8eRy\narcsQTF4BpEa7xOipen4IzoqW3MugtVobw+F+B3AKlrZo6rey4zsyO8KxHtC\n6tJSCHAexFFI9pA1C5WowhRIJd5f/f4BiSxZHhCV7rbKZbTwLifqEzJKeg/E\nxGRA03veNT9v729N8+pBMTtyVjjm7L7upvR52QpCz/tQAS2JynEIH1t1+vvH\n3RRFcK9T91PrQXLhyDkGfwW2ea7BnwEZ+MQ80+mIM+wvtCFceSga5tWZT0cQ\nSI6aO+6DnD6KD1SjgbuOrFuzk7IidppwS5Tu2J5DWPRv3fclc89HTroP+Kbs\nYJP1\r\n=IP5J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"05afcef0744fd1c27d46bc317b61e24c92d3db70","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.16","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.16","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.16","@storybook/addon-docs":"6.4.16","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.16","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.16","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.16","@storybook/addon-toolbars":"6.4.16","@storybook/addon-viewport":"6.4.16","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.16","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.123_1644010688157_0.6243303287092914","host":"s3://npm-registry-packages"}},"0.21.0-rc.124":{"name":"fundamental-styles","version":"0.21.0-rc.124","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.124","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a7369cba56fed61dec2b5d63f274ce64127d4565","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.124.tgz","fileCount":836,"integrity":"sha512-iD9iMM5HcurNh9Xh4qD6t3QDzYhCPWD7Nqu2T0K+4sXwv1my0f3bySh+BzbH79ml/lZZgGiynuxsO9r3I/eeWw==","signatures":[{"sig":"MEUCIQD6if4i5fqGmaC3qROGXqHCviE5EEKOmxEncuGAo3ANqwIgKrJzds+/74MyR79L1VqKZ+BacME6qKVmvCYNqHjAQs8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24295949,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/Z9nCRA9TVsSAnZWagAAdboP/1wZjxy8PMqYg1hHEOJ4\nv2NZc6us9I0bisTjqr7BEjoLTALlnB8jjU3ewXKQCp2sJ3WfYRD53QeixGCZ\n9eUkNjtFyN8ix6YYACEfoszY+vNX0DevwGbySPLqBz0ujzQaxF1K5l6h4DgZ\ny7c18+Aj7/eGtdFy6RVaB1GZDrSqdoQ53bA6CiwfkOiypOF4U81AYv5GU97r\n1DITeghmzq+K6s1iaOY8wJMTGQeq/OvgxabVq6jCX96B+uU2k0oNtLCohAy7\ntSU1SYoETKZbSZs3rTVmIV9NJJPTlSkX6nL1qgfspztT/7N6PfuNZoTGd78i\n4bDiFF4nBBNfgXuYVCR68U8nMya5aGuecuj+a1cry34Y7jmVNGW87DQGjpZ+\npNHRxDxUDx6rCBj20Iy54Q0VmIDOoJYqaLb+NUbzl+KC9uoUafoyNEuX5tJT\nQ8mIpBEIqDmJbSa4tWd6azr1UEYAEgYO6WTRiYQ1HFI3V9Vmzqnt3hxjebht\nng+8umWFV+bsez2ouXwdFgImnOPuCz/0jgIFoLYu+IQaugAzAhmoKat5FDHl\n9lW8RP3n+2BZzq0bXwpWMNm2d6p4YF3B6w6v17trxGyZ2hWIxZgs34/kEbsG\nHi/GLkDqU3QSkBKphiBcbOcQ8qVuV6mwNYRIi8+ecNbflFFToa/93DAvDZXX\ng3Xu\r\n=wYza\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"fccdb566adae0b91de44d7548c36d50173f66eab","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"babel-node ./scripts/copy-icons.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.16","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.16","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.16","@storybook/addon-docs":"6.4.16","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.16","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.16","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.16","@storybook/addon-toolbars":"6.4.16","@storybook/addon-viewport":"6.4.16","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.16","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.124_1644011367443_0.8651939426910777","host":"s3://npm-registry-packages"}},"0.21.0-rc.125":{"name":"fundamental-styles","version":"0.21.0-rc.125","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0-rc.125","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c47186fdc1c9ecfa29e5b3d3d0947753970de8d9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0-rc.125.tgz","fileCount":728,"integrity":"sha512-X/d2LHnz/tfWcL7qyF22jZSDtoyuSD1Km3NyArSsIU2CAxbDAEgTlpWINJP6Xkj0FWySq7bXpTNw+P/14RwDHw==","signatures":[{"sig":"MEUCIQD+zsrNTlaVtrBfUYwqJYysYSETcBlE0oQvP7JxTrPU/wIgAJVxvFFrIF/5Ard+GLoA4s2AK7ziCjfmauYLEW4rkwg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23861365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/bVkCRA9TVsSAnZWagAA0KsP/iqoKAzK8UWc0W39QTBL\nGXCTBbkFWGFh6iNK9rmhzx2uMDLWHyNDcck5FvjE6qQhBtSsqoFpd2JmlOlX\nRBQGng2LVKLfjCpvpgdhsaR25E4XRxlKSPUt0WqXokKh+ZsaMNO4ocDIR7kw\nBoNzuRpv5IGwsupqGdAm745CEJ6yY2sYjHhUCY2B0sn48GrPoXKfkGU7AZvw\nwin5YchYutNMErFe8JTcO9VvEVnTzu8HdLopf1XVaLY/AwFJSWpjs4ZObXPY\nI+MdF5rch3U/C6iWt6RXo/8witDDT/olixZzChzXn0srN9D5IVCWJTUoYPop\n4r5RZqrXmYpM430ntEJb/E4jylZE2AdtdNdgfAOVQBiYkhIZuv+khxhP6qPz\nyhLfXDpEwNqo28fb0P/8ntjEHbii2Y/p3wn7OGbOzJwmI3LWzb1p2q3jnK4E\ncjacro1fLYJVP726/je84GnQUq1gfUJZ5rqHTGLmmDDhWB0ien6299FReT1W\nGIiR7s6RyASlhtoNi7WpK4d/nitgP5iKu3BooYKn0kfpu2DOq6sEylBQ4esS\n2LrzRr7gxhKUATnJB/D7rzGuUBi5JRAzObcN3VNoY6RhC9QyWOHXJWTYYwFK\nUzGqXorncTi1fUuuGoNd6O5yXsnw9mCAoLnt1Pd5xALWmS/uA0S1q9zqFCXe\ndFZ8\r\n=AUlK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5c5648766b05078aafd3dfc67ead3b1f81a48caa","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.16","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.16","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.16","@storybook/addon-docs":"6.4.16","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.16","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.16","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.16","@storybook/addon-toolbars":"6.4.16","@storybook/addon-viewport":"6.4.16","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.16","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0-rc.125_1644016996141_0.6758631075505683","host":"s3://npm-registry-packages"}},"0.21.0":{"name":"fundamental-styles","version":"0.21.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"869868b3f2bacf0b25c51d0da8cf8e499b9d310e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.0.tgz","fileCount":728,"integrity":"sha512-EtqrV8Hrum5lfAWJVdKmIJS8PwuUWHKjnDOjLyczP8YSg8E3eOTJI47NYahZ9u5xpBQtEqB42o7Lx1ncXDPFog==","signatures":[{"sig":"MEQCIGwZEzB3QrlhRccT1b/vYnUz12HF4mTPza6B2fsOop72AiAyiT4LxsEUXHODnwhNeNL0Y1+PEZv6o1CT7jtwPKfR7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20611264,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/bf+CRA9TVsSAnZWagAAKRsP/1FvD9kUDS0uLK7l8Jtk\nw3Z8C9FLDHVxgXnXT6iUh6KDangNSO8N3HSXik/oeDFG91eTyYy9qL5EUfkd\ncM9r/15OUCwJzL13MlnznX+Rbn6EGpsBwybDNRnIQN1Gm8vHHyCyUe8sC7Og\n51KUAxeNCV6+swNobtcgftaQDrPLHvfg7zDEYCm3KO6aloJPUOD5znHlpTQ4\noYb2fp1wz6uidPpO6SpQNAkjTf/AOij/LJjBSdfQ5Pd+RB/BhYKAKnzJuC6x\nS++e6sc+jT4YOgN0t+5vSFxShsPW7txnEfz/deOrVuBc4mJeMeY5FENhWHEk\ndWMmcsxUvDHL/yxeWHW2/ns01d+yQcu23rgCbRpeo6pkscdBuYXitS82VVt8\nbgwrBmr8IX1O7lwD6s+84XoKVwKlTLcj2ZhH8U7UVEKCgZycmXbEW29U3ryh\nRBho2TGhpBw5Jq0jciiipv9kqW9E/3Rqa4KyfQKkPYngYYH78kFXboZ54M92\neEGKcMhh/IM2+eFdOTbSZZEtV2KENwBbQhau3wwUuYC41i3ZHDFUERo9ZdGn\n4nLXn3e9Kc6lYkhFo+zvtCiIoQD4tmBk+FuyXaHfx/Xx/d1g7ttJfEUAaGWB\nqT07NC9M+0LigK3GBw63kqFc0RpclsZFv8y8lgs4JydcrWOIfk80VHKGa5U+\nd9bM\r\n=d9R5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"05aa164f363bd045ea0536934baccfb2dbd14aff","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.16","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.16","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.16","@storybook/addon-docs":"6.4.16","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.16","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.16","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.16","@storybook/addon-toolbars":"6.4.16","@storybook/addon-viewport":"6.4.16","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.16","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.0_1644017662743_0.21736039432498755","host":"s3://npm-registry-packages"}},"0.21.1-rc.0":{"name":"fundamental-styles","version":"0.21.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bd7c0f37b92297d8115ca7ccfd93292f87f14fe1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.1-rc.0.tgz","fileCount":728,"integrity":"sha512-4mdbr3fXvuffffyL0fxxFYGn0RXHMqtTe0hucH692EaF4g2Vqz2sEBfYLvy2+iIIHlVUBQFrTMHwvNbVVU9z+w==","signatures":[{"sig":"MEQCIBAfQO7Fm52TYhKY5YYKhthDliDhEB7iy5qWDCgS0nviAiBEqy5MK/O5DFTqS4v5waptBwxNeZ79iG0A9MsmwDGBkg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23859935,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/9FkCRA9TVsSAnZWagAAp6EP/jwv+9qBG8ldJbCtVhYc\nZ9RWKgl/bV3XXE/kFs49ErNUH9Lqxzl95VimLodyGxb8sF8GxwWV/cG3stTz\n5JsIpoSFolpaSVa6T1TxE7OTMXFJY8T1WHgi+QHk8bjIQEtFPxrCtEe4Ia0d\nFJMeNqP59MxBoAYJanR6wWxKRKa8DFuOLAupBvU3L45t9jJWllhIqQULJeXk\nt4OMPGv0RTXZTNEB4O4+/5R62uA8zTqOXMa7ISCum9Clpcbd4Ctli7n72kXQ\nqJObptdZTWGBDZj0SUB0+XFOqbR7Fmob9u9BAke5iZWRu1mmqjTQ1lf/d/RG\nY0iL4PS+JP2ddGPdetbGoAHP+cPaViAsFyg8qp+6MDZnJ9MmqW3IkEmAX7TW\nJpnBaK+5CqfgVf+bCrXSCLCiNSJRvhAw+gvCZCd/OXogxd95HuyBaCKayUUR\n/UVUoajk1Zx/97niRZ+qIr4NZ+zYomUpTy41C0CC/pSdDTZ3QRuPx2iKiTVk\nfcmZU5H79QhPTMx18YyvuGuC2AK39PqbIy15tTDHPZxWFfttwAwhsHpBUTK9\nYXaJyDWk0CGL4Dh7tA3vg+HJpF6xzqfEVS7Egs+8kwttnlvfM9tKADOshqYS\n2eZGMVauN4tvJGOE4u4atmx4BLGr+MTc6zBQ63Jokg8ywKK9L//cABUb5dQ4\nULN6\r\n=2p9P\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ed57576d94e557d6e2ff80f0f3a9cf3c9b218145","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.1-rc.0_1644155236079_0.7357895959240977","host":"s3://npm-registry-packages"}},"0.21.1-rc.1":{"name":"fundamental-styles","version":"0.21.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b13dca3edaddc7a57a251ebeea0bc34ac06e7990","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.1-rc.1.tgz","fileCount":728,"integrity":"sha512-w7+ND5Z3k/yqDuzytwxAraeQ0kKsmWDtDVuQNIIdhK/k0EnGgFaCMQQx0IKM/AAMbAVOIG5xx+RGpNG+2qPxhQ==","signatures":[{"sig":"MEUCIBD4OiTMs91DaP+TUr6KMFTAluF1NagnjbVSzKKduYQlAiEA0Ka1qwBKDZ9cb3fKnrO7zSyriCXdkDIs1K+gdF4ewec=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23859939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAY0rCRA9TVsSAnZWagAAIvAP/RacSRkLrrO3eCfDgefG\nib4RR0zohG1Io8d+RihepPlpWke2b+2BzwxNp4zxmnj+42kuFGahBm5qhc1r\n6WpQOmPEc5IzkguZ/BcY6ef4bSrs99HFcibgDvxcaWbGo9oE2AK405hT+jd/\nxHyhb44bREvKZgBufaKMfzC1VX8Wj9dOK6QtdOvD9K3sVYwgbrCW1BOK6MiD\nKC4m4QJiIyWVsqpFA4I0KHPmGeLs/5CWqahRFKHfl0G53V+g3WCR5k0rye+7\niRZV1XewmM7lzZQFcDXg+HOM0Z3SHyVUwHKQMM1KR7iciCfSsmlCc+IHGXHX\nGbfur3Q60OwqRqKyP4ayQO44fND5DGROMVTc6O4StYBv/l9BrA3Hq0LF1HjC\n2t8iy3RHjT89IHxmcn5AR41u83yJXZzBRVryMYZuiIk7qTtr49dt+uDju9ew\n+9ve0CcRFABehje5Ovay/AfeRg6jIvrW14TwEEeMWcm0FojsZBGzP1UbeLo9\nkM0qLZtD04UNRizLOOpL/dsu+XjD7sNxicD5lXkvVMfAkvEu6+vYgNJqHLQp\nYRWFrx/34QKnI8w2GEbdJUcn/DWeYEl2QEwyvDLsZyZ6QbLyusUdaz07IdQ9\nvVJDRGX0FXJcIsfLOhZaaiyXX0+4NtkxOgm7AsfaxvUWMyUlUmkYYG7iGju7\nEp4Y\r\n=0qUk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"367e12a260386ddf9c1e1275c1c25d8c784f0388","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.1-rc.1_1644268843206_0.0574370431050526","host":"s3://npm-registry-packages"}},"0.21.1-rc.2":{"name":"fundamental-styles","version":"0.21.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4aeeeb28837ea4c9783dc9d215f6566c43e3a81d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.1-rc.2.tgz","fileCount":728,"integrity":"sha512-X/tTzVhKT3E1gdpo55pnJ+0ryJU9k6dShrpjaJfTQJwsNI9/rYutfe3aU3INi1KtDKn/xLfi2rC2XFQjDZf3Hw==","signatures":[{"sig":"MEYCIQCio5jhBU84OjpuxbhSlRJ6843MP4zvsouNVZy3VEuZZwIhAI2htdSB3aJNbeVzeqZ3G97K/+Rj+sSKP7myM1QJpHwd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23859939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAmO0CRA9TVsSAnZWagAAGMgP/34nA9g8cJ6gOtiZL/O3\na2EYdXPBpLB2Cu2pa3IUB7ItR787TPG9byYK6jo0ydpFwlYYj3R/kq0PESMk\nRRy5r6/j23tJbeOx1PNM0dIWmEUR0K37uUHIN+aixSdLyFZga4JtJS+8XZm+\nsGHRDCOmb2tmTt4Q++RESBVtOzP8HBiDEZedtvwZm1RRiv/NKGdsf7xBcUFr\ntbcRoWF4UsoaTLweUgtm7CtFvTWDqqaN/cIuciQ6yWoXT7kcxkv7WLS3mI3I\njfeIAlRVp2cv6YqE48zJ430Jzk/cC/1bjFy+C2bjRigW6UJgaCe9qxbeVU4b\nwpSYcFAk2BILMbJ9ovAy+Rrp1KYMsNOacMh6YLthrtoCSfucwzIBVv4uPKey\nULzpH13/YvSOV2+owvqavVnGqflxXuC27155nBPu0t8i0ysecnsp/cVqSkeh\nK/vyyeJ4WJRWvCJFNODMHKCcBdchHyUV5I7KAxbK8nD6GpGsQb6lTox1RqPI\nYKoatWWI+JY8KdCShFoPpGWomPJsa+UVBYimSDEY8b2uBH8czZFMEUMTEMRQ\n0NkHBXzHOLDkmKIsEipY0t3uEfL8C6N7MW/0LKykk37u93XLs+KugkGiHH63\npc0NyrZDZRb0sYj5L3I5JyU5amdbC2u7esDOaJsaHFT/7xstKZgsSup/HRhL\nEbrk\r\n=7/oI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ee97e4ec5462820a2eadff9a63f828efa82f2a7c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.1-rc.2_1644323764405_0.5256765751219366","host":"s3://npm-registry-packages"}},"0.21.1-rc.3":{"name":"fundamental-styles","version":"0.21.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"76c63328f3627500b5b9655d39be3d560f4141b5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.1-rc.3.tgz","fileCount":728,"integrity":"sha512-pn8k/aZgNUTn+BvXZKEQ7MumYV5hXaJ6owOUw8gG2sa7bXB88BRIdBB5Ch1rvQo3EhfqTgayj+Ohg0cKisIqpQ==","signatures":[{"sig":"MEYCIQDVb6rKJ5HzSvflEBQyMKus5LRjgF/Io5ZJd50s1y3HIQIhAN0wB6e5p6FHBFN0FzzwzQBmcMaM2gej8QP6oPLjrTAy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23859939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAmY7CRA9TVsSAnZWagAAnV0QAJ0ZG9RhKvn6K1t7gYE2\n+eRpKekGU4R9lFggXsrqU/tJg/p0IGrc+thwvfyVh6aqSR/PKznvH9BBRHN2\nPz25mj6VV9ofq0Z/GKQfs/ei3YnG+fow3+QIJ71HJIWuzGAB9Fy0djtzKiL8\nVdgoC+A5LbFiWSNd3+oVVBe9T1OWjNtAZINpGo6Z1pusXyTBBHX0ZiY9B0Iz\nPf32I8N29zgVqK1w1TQMW9Ex0YbdfmZcy/bPWoqiVdJr7z7ONcJpHSjgmtBF\nKPxODIqNOePxhM/vnUifce0SUgRo+SpfWRHNvbJgiGkCr/LmGN8+EoqbozX0\n4yjnrG77LG+9reSkznLKLvIpdnxwll50HVCb3c0QFBASdiJ1j3J1oCh73uxh\nP2+JDOyPqUxbnShPWeB/qBwQNxskODi44wOw4Lif6cWl37X+SZTBrc+9yl4y\nThhEB1hO9JKHiyPdGHI6FI9Rssc2dqP/PUbs6WhNN+2bR/f9TByiNeM8Y4oY\nN0SF7zx+qxC1XPh7K8d2VZll4m3M9ZjgTqRMabzFA08wMqIJyhViOcQ4m2WL\nJccMi+zlgXcKh9m4WnUiScYr5V8eCpsJ6IEySYKajobIpdoDKU/+RjlE/Lhg\nA/3K+IYKGdZ1ErvEwefQKQWC3EeDhKpIEpevuvHXeKkZlmIpj5J9GPeWneR6\njFhL\r\n=nRWA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"51d1779708ebca3480468e1d539c7d3da1d733d4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.1-rc.3_1644324411024_0.8799857724922626","host":"s3://npm-registry-packages"}},"0.21.1-rc.4":{"name":"fundamental-styles","version":"0.21.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"07a0003753b04d6895a88495e836d9c4522ade42","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.1-rc.4.tgz","fileCount":728,"integrity":"sha512-Jdndb3wPFbMw0wj5B6fdspwq6SKkJXqo2MVP0K9IgkkUcRucBuzGelAvYrcp/phV+HvWWXnuX5sz39OD6yBC6g==","signatures":[{"sig":"MEUCIQCJlGlxUi2X9Mwr1/DkCRv4/U1hwCOlHIXubeuCEObBRgIgblWCjUrIDt7uHBgVb/HMvCpXBBt5vT83/K4w+yEWH9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23859939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAniHCRA9TVsSAnZWagAAn5YP/3q84FbmJg0+U05kUSVW\nPJyeqzr6c/y4r/K4UTnvsCfJg9exPrjn+ftl3gN1EEF3dSamPVwiJ7tMpzQG\nzOaD5nPIYGNi3NX34MiQJ8J9KDRjEfvcfepzNBqUm6wy6HZ7TLOATKnGNn8p\ndZ/OqB1i8qV1OoBBt3gH04RBF3bGuC6ksjAzDeQzK0CWke3JRG19l1ISFmTn\nUzrHXrRZvszlBNTWQGIPzhcJ8uYuIuvgBTbeSGzqnIarPMm9TxeAFIbmOMtJ\nJj5et5YtDo4yF0J1uarb+b2WAikSBaHJmNlhGx5NDAZJNqVKNuReBkx+a4BO\ndtAhjt3bOyKgUPM/QfkwvXsybpw+HKyhYTPwHluYn2ScuJF8fVblEjlluHKm\nqiGPV05SHIBkYvwYs/pLE8nFj7YvOip8YV57lPLt+vQ3EhGSOy74VlteyyBD\nX7YSXw3Ngze9pXnJ13mP1PupC8tRgyzj4QzEGqsJ2MO5UL2a/5ifuNaSF3M+\nvAWuSUMsnZWHAtXbTYW/Cn1KZ1ykDD/qWwBvSHiHvZbvkS0zppITjcjtw1/K\nwZHWdqL7Nil2NfWMzrykULOosUrqKDOJPsVonLzCquBEDvmeXjUTkIPGSymf\n9zc9FtWjwFps5Mjqom+ugBKYg7Q4vewcFiHEM/9a+4FIp6MtTdxMf/dt3cpB\n6odD\r\n=gRQt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b606727292f7a22ba59658f75c265e5a0393d168","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.1-rc.4_1644329095270_0.6033358674042062","host":"s3://npm-registry-packages"}},"0.21.1-rc.5":{"name":"fundamental-styles","version":"0.21.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"32f9e0912c2af35ac5f490ec0fc131293b87a8e1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.1-rc.5.tgz","fileCount":728,"integrity":"sha512-RgPn/byUHP3NoKPF3XRkF6sM20fmqjzARTryd7UPaZPFQJwmqyDnAUtf2LPFMVlHS/EObGigsyZSQawRDHdfVQ==","signatures":[{"sig":"MEQCIEIyk7VrCl1eI/NM2jlC5JzlOUq5io8MgOyAmZd28R/hAiAi0EEb43TUgpU+d7mkD6+L6UVQgmLdlj6kYmoLsHRYIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23859939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAv7GCRA9TVsSAnZWagAAh8UP/jrFltG0uHMzlu9vPD/H\nRv/2WXgu57pgtWKUAKdxSEISWQ0gX7vcH7LRrtrgiybJz3jrPv5JwGEzaYpz\nA1VJnsMy55bgPx39lVUdQ7UWPYqczrgDpKI+CVk1Vmfj2lcwjmkr86MD9wxf\n9P5jH33iZUL5JGD2mktXGMskMwDu/aWd/BuZcqLjj3IIx7qK92dzLoLBWoVp\n87skR/pNUcwR8jT1lOa9Stnp1Z7FI4ZfSkHVDNs5BH82T0sAgPs6KfstgZ6j\nRW+qDXyIxPK2p2ii5QiYGyztLsJOjOlljVEYfxS6i70JdzxnLH/EpLNVZIji\n/bf4TQxcbTYIJOBexHzxrs/WEl6RK/JVjE4mrk/2xyyQR7vWE9j3uGio8RmT\nf1rUbdeCzDVYGwwhaFx14c+/fKmmMsHh2DJ9wKg6rPiMswAH0YmejXEl3RQF\nIBiFAm7PcAW+YSkjkNzBKiSYdFwOwzSMBsd/C9n6yGcvU1ClHxj84pAh1T1X\nZZVQ3Tp/YWSMRyP6pyj+oqA0N7E6N5ahl4v3UZKU2m+A9+roeIATHN7EkeLw\nQ4BdgPyDzTveIyMpsbaqXPC4+dTa/9ggGsxMHkLmY1/NXDTJxyTftfxpLN1u\ntZoA+Yv4FCJFhwNQ7ABrJDXBhBQgQdEYTsVYAY/nWZro2dCmxxAtHBf9KJkk\n+ISD\r\n=EHOx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"df982208176004aa739071a8f464cb42985daa50","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.1-rc.5_1644363461979_0.3633105583441494","host":"s3://npm-registry-packages"}},"0.21.1-rc.6":{"name":"fundamental-styles","version":"0.21.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bbe455ea53231d62535e1624da028f2b7f58f4ff","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.1-rc.6.tgz","fileCount":735,"integrity":"sha512-kHo2yfpvVtrcl5WhieEBlkWBaqqZq9zwzfRgKCXhlFPXwesjvXulGXlT2qwSiOa1C3POwgBtIvi4NwnFwNM5cg==","signatures":[{"sig":"MEQCIA2vWOSmfGPUs7PqGRkz5dpoFSP5DX/IwSgsWVtt81qUAiABStOydNEGTQzK3U85mPj7y8OfCzfIPf10/fDeAMMzHQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24495180,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBAbJCRA9TVsSAnZWagAA1JkP/2HK6KlKdo0OlMy7yoaw\npmm5zvilcCKbp+5nUaCijuMCzOEus2AmNRMmrSVkABqLubDs9fQ7q6I604YW\nJWM6+zHCXK1gQwuZLvLH/MnFSUaaAbjJGCQdcf8RggyN3HwWrnpESJyGD+Nu\nhdftur9+GMJ8JlzxedePeYOcYWfOQTrrVDLwAplAOuBJ1yPPIDTfzsmrfnBk\nv2cHG3uX3KMSarAvBtWGU0C+rqJXm1UrVVe9hiPNpga0v/BKvMgI4l/QoGrX\nW8LCK7azsaaaFOCwvoaKuWsI+HUORVzFRMTz4oXhJDexqzUEoFEtTPPC0FFi\nYqofT804D6bD9Z9u9B/7wcsklBmbVfaFFUEj4NY2ibYUbDpYzbeK9xY8JlwR\nlXcRtND9JVwW36pzbEPpYyTOk0/W79tlElVIMa+VWLoqBaXt5oqaIkeuk7WT\nD2FdnW+J99ofyMQOS+tejXF4MbGO2CSRyAh51eTnAiIVU7g1GLunfTV/4Azs\nDGpMqsNYXrL3z3YSe58w/WKUsg3IlrVQp9wN0vqxKPTg3m4VkonAtubJVjD9\nOvQJZxCttEPmAxTi5BfSizX/jQBhgFCIEq6xd0QoRcUoljvREqbfwB/dua2M\n5ozsXZc1JtmFUkqc78KshWH4s07BRoYjSU+qbvho+MmTNc5favRRLaar+mQH\nOXd1\r\n=vCgx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6ac74a8ab6cafdec06317023f4bfb767ceb398c9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.1-rc.6_1644431048875_0.03452069281753367","host":"s3://npm-registry-packages"}},"0.21.1":{"name":"fundamental-styles","version":"0.21.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3d7676d04db4f3155ef6e340051bb9807cac7d8b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.1.tgz","fileCount":735,"integrity":"sha512-ezT/GqiHL8r/oNrEfzz5kAScKml6Y3GxTYJ0/yS5YShMy50dygzTe5dMPRQiUzrBzbairJVg8jw10brteaoQIQ==","signatures":[{"sig":"MEQCIEmdLOjn5X1E4dUfk1paiSuUqFwSq4boOdyaxI1YqJWxAiAY64dBiIbIeBx9xUFjIB6H45MKT1E29VcFjJlS2d6haw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21212197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBAtCCRA9TVsSAnZWagAAVrwP/ApOf1c3ZQe/iwt2/EnJ\n9QBBSZ9NH9gdcd4v0Fk3ZL2+bybnLClASODU8Rjzwh3tJGJ3kJLLRo3iSvV8\nNf4A8ejClvv6+IhR6dvm5k4iWF3+HKoK7D9PGxh5CBaHiW64KBph8M3tLThI\n+2ZOr6+NGo527QHvpDmu1A+B/wUhAIBkwTrd0fv2/Hi2WQ2IU20zhGlpE8Zt\n/gaJUm3yd4NIH8KoBBuLfFiElwtJ3Bc6F3v3CCkXZyG+sqOp+k8OCEvQsJGr\n6/48czOy8S4mI+lBoKmAV0ecCcvTP6mEkB4+Ul995UA7hB9l2eQM4D71XZsH\n1yqLJXShCNKUTlN3tLZnD4TmcN4aY97cttLXbMIu7FlsD1PwPDE3O0BNyfXJ\ni4RXd75zmwNhL83VzD1uBw69oogucWADIJoxVKWBUNCvgdpNl6YVoRHWhkSC\n96he1NFh6dS8uyMEvofTIbew6LTtw5jlJklEpUQLQ9ldTMt7eoSDbSe1ZxLh\nYRxPi2kiNeJG2XYD4ZaNMji6MAKV3lNgOe594G38CAfQjNdLaIdqbRw+kFD+\nQpp9zNKEP0SFUsiEtZjk4+RN3u94q5p1AWfdHEmZXB+ExBb2cCIaj/fiuW1s\nWuS7cSghLKspdgwMIm9w0UDDLXq8RrbnWJAghMmqm6vH5VmK/5CbefazS8ai\nOall\r\n=wdNf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a2bcab1fa5e580f33ce77d378041de2a505a8a43","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.1_1644432194348_0.5311722196868047","host":"s3://npm-registry-packages"}},"0.21.2-rc.0":{"name":"fundamental-styles","version":"0.21.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4b451e45eebedd190997a4cd265297d992ddd90e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2-rc.0.tgz","fileCount":735,"integrity":"sha512-rrhLnue8vJSmgN1cEFqmEiiI2SO36B1o2sq5JqtsdQOtLCiBH+ddlHXPySRKpmIKibx2zysVAi425Q5j0YFC/g==","signatures":[{"sig":"MEQCIFjkVe6I8LhT78h/TjPTeudroIlDQPvcFHMMsPumF/JMAiB7bRQkW5FWCBFIiVleOqT3YtA60R0124kYXXBihBeHzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24495180,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBOXGCRA9TVsSAnZWagAAcq0QAJnPqQ0ZKxV7pky+wYnW\nURSAzgEtT4BrONYUxYt099raBqQ/ibo2UaGhgMXoWG2dSyOrXgUh0RW3QDBn\nu4UzMCTHCwZ7XBr7BbiwqsrT+19PsHXlozL9o0K4t/gQ3wrVfrsTAzE6HCGe\nuhV55/0MVRLKU2jwZWq63+NmtEYagleuHgvaNVOUbcMHlx8/V+uXYbHTfkIk\nbI76ZMmHuAFQ7YBPKdhgf327hZMxU722ZYRY0bC03tBNOQADekmDANIn0p6q\nd80evwv+AReY2nnUsBlJeXrHkHf1uDUm7zEq0D7oi/foEvZHXRfkhXdH9vtV\nhZ57ovAIHIUharYusftdgDHtSlF2U+PhgrDoUXrX3VLuFzvIYO98FUw9cGZR\nnpZMzJIWKeFxVNYZ3fUNAof8B2S3XfBXm1f6qMPk8w4YTgCsmFuQHLEfhp6o\n/VdxiKwyYgrx5ka7x1DO9Ay6i1yGN+SUmNfq47AYelOjRSJQKHo7LmiSi3PO\nGmF23UwM9RsD5aLgnPLYeNEVdO4G+N4+QssiuXkDG68upH32EbQr0nL52TE6\nYYVuZkgnXRn4tbY3pDRM1MVxOniqSQSnTkzpUQku2lBmZuBNzaHNkQtSkpPU\n63VLdZs5a7EG8g0Oyq8/npwd8/JQ2fK7GBlXrDWzlg3h1nTGn+oQ9HFG0Ha6\nj+Cm\r\n=MLQM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"da652331dc06b1e9de68f29b0a8c43f586a7ab57","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2-rc.0_1644488134794_0.533487612929453","host":"s3://npm-registry-packages"}},"0.21.2-rc.1":{"name":"fundamental-styles","version":"0.21.2-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1c26ae1ddeabdadc22a1beec0b9bcac78c9546a2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2-rc.1.tgz","fileCount":735,"integrity":"sha512-K5BnKFxMyPr2l3p7KSt5YQc8oIKnwH+MwOaZE/0uZ2Svp7p05HsK/upW6oQErFsbzNx6llG58U7RwNp4+2VGDw==","signatures":[{"sig":"MEYCIQCST/wJJdPDq1suUSsA3+JVABwXMA2qhbyw6MgvlGDcgQIhAKpRGkbEKeEpRHT4O/NwiGUZL7pyi2Iha/lPwTlxSIZH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24497364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBYhBCRA9TVsSAnZWagAAS30QAIzwA1PQOjrWw6ExXZ7L\nZQGbf0cS5hX51WDuD2vE+dS53MFyswLyam302BLyPF33Rtxsd4Qw46DeZ9lN\n0OUGgmGby1KjqoZzL6rNv4ltwQnhBHS+l0gUqQLFYTVbbUpyLAsh3yYwY/sC\nCXUCVSRksstnuQJIFC7F2RFvKI9GW/iVNmxucYt5wb7SBF8mZT0lgPGiQj/W\nrCr3+z8q39Us7ehJ7FXnfUGBHfLs+7kj8HRI8oo4BDk8wDCT1273p6+6xgrH\nkL0UzI4srqZTamn7jUP7JFijm6hFv5Nyelk4bb+9oC1fG5SituQ0QygAI8qg\nlk1JKcCkzL4Geu8IWTkYBaDGQKwtcgYJcBPx/LK9fbVfsHmBd37STIHrgmnR\nOQ/kkkl7Tk6TTdMfPObKCU79uZFQdzF08IZbBIcgAkO/AyVwFCE5VBK60Pe6\nAIglBtEBbhkk6AoS8ZK+W9h6zCp/hMnqjMDnoUlkXM1GMuuaLnrWTaEWHMfB\nKbIwgkc9+d3R1mvM60RwH29S3hNewjqWj62sK2IMJY3N5etmwkbi+McWvG6E\nitVOHB/KESh9idPoGwf2SArRUbikLckpGBUqM7C5ZOrVN0pmCxdiPddmQA62\nIG2KJ6QTpERQau5j+pKn42U7jf5VwgPYD/bs+ynRVwcjopg+iGPZCNqWT6Rf\nu3Rl\r\n=vZw2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5801b24dfe90f546968a14b7f05c62fdcdf6e5f3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2-rc.1_1644529729282_0.7722599457628694","host":"s3://npm-registry-packages"}},"0.21.2-rc.2":{"name":"fundamental-styles","version":"0.21.2-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2052c3bb2d7c2597820b7bc1d6ca8f7fbaec9b70","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2-rc.2.tgz","fileCount":735,"integrity":"sha512-zeXJMQA5jJ0kteMad4DDl/vkqKpkmZxCTRSo3uX/VM3gkCPTxUYvqN15vrj8gCk8D3Ut5j7iw8dtWQ3JL4JzWg==","signatures":[{"sig":"MEQCIGKZHwZsSmDM2ISJxIQqdaX0I83gTEnu12uMxPTVI8SuAiAnREjpL2GqvoQNEGj5PNDomxex7yYSjPifPF+x9vcxGg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24497364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBlamCRA9TVsSAnZWagAAv5sP/iqbj1g68k67GD+ejA3x\npVoqunlEPYQCDv2rgs4jvpPkdfOEhDY3ppgm80PY/H/huuCBMIIUy9N0//2x\n2dh7EYTN4lf1puBjNr0lwnVefwoYuiJRCfj2fw2c2p36SSqxGdQLtP1McH1N\njDvpQBW7gS4Uv2zw/lZkXh2aypSfzrt20HnZXA4XTiw8toLQuLH8YRu3ERnh\nNrBSGmXcqPwUL+GnwA1sH7kx0Cshsz2g2MlvWovWZXIqQZjc8HVnntYZFpnX\nqymoL9Rkq8xYP58vGYlb5faBmIulCn+QAg7IFucYQmMG7omehC30ca15w80U\nMe1Pmqi5nau20RWKKj0Qtdim8PuZt1ivEuxsfAs8a2L11xba+6zMN9j/aLFx\nH5RVx3Ad7KJkd5wRqldGHJnTPz73bqe+fCYMSAnHv79fnyEhhuVQzzKm7HyT\nn4/Y3tajEyYifDcXYGzoN1LgZynQYZxCLUib/txayCkU2xen1YV+ztByWn0X\nPVen+pmP5fI+iIPIh94zXoqfILh1AWznKI5cYBF05tCCicmgAZ6D1L4YMvlD\nxzBZUBN7mspyE/HCl+D905j1Yfm7z6wG1olHun8D+RUuPs8TFNqnHX/gyKRW\nWhq+mO4c/FeDfzKuUE+cFqfpigHL4j7uz0lYAAScrLrfdDKV1mWuiwYxWoru\nmDzm\r\n=Y03e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"27b4b2e03405c85cc47abb30768e16eb09735766","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2-rc.2_1644582565767_0.35883927322267994","host":"s3://npm-registry-packages"}},"0.21.2-rc.3":{"name":"fundamental-styles","version":"0.21.2-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ed2106231391da369481cfe9df20c4bc409cbe6a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2-rc.3.tgz","fileCount":735,"integrity":"sha512-ey4hTaxSrPG6cENWCuzwkE56Yqe+l3LtMdbWjhgs1ckq3MPRG8xgwUDAs1tNGfTeWOYX7map20ApIKGq36gczg==","signatures":[{"sig":"MEUCIQCVA8duGR9zfcCzkivc9J+7Y9rcYvcqIsF/+diRYPUo3AIgHgG8UzBg8tBI8bIKMuUjFZRokRnVNTF8KNMGlBM1IPQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24497364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBpWKCRA9TVsSAnZWagAAcnAQAJYF9ryIa34ytyjeAnsF\nAB/MEDzvnrTqe9NFIKB6YRI24SgfTYuLKk4cEYKdSVCDJcikevYjtLuecpdJ\nPiwds8fljzgtShCLsviDh09uRwBF5cR/ZTzijUvLuhIWMjwXBRgYQCdUTag2\n2WA9zlW9LSwcejY7N1OziTFxxjKsBMAcVAq80AiGP1J5UNx+8NCWua9gd/ay\n+coGCWJYnI+mRC1OtwybcqoDhN6tDg7TLVtBqTRYsNCftNrwDkwN8X0jfk9o\nhC8wKghTt41fyorNBGk9z/9tofuiX+9Q0rcxlBv/aCzFaIge+m/MJ1I5d+9Q\nQsTZ/3gkTSwT5G0a5iy0Wu+aijvs9ayfERsIkiWXND/3I2n+x/n5m2CG2SlB\n0HJFnQ9dfnQk+xHoZameMEINIIrwNKzpcch/dL6mavRMvV/p5pMdq1xbviiW\nwr7esIfX3ya70Mbwoq5IJvFC7UpBELihbgfahg1ExWbnCcAJU51E1kJS6Ci7\ny/rcE+pZNjiekct14l3K5kdKIgBdfwArMF0NDdV2UQTdy6tjljUOz1F1q14U\n2rLQH443kxQLnSDDkOR/pquiSftONnK2nHM77z4Hx7ldrJhi4TAfD7or5P80\nmt26RY7qDAcbeE/6i8hY+Pd74WMD1sWps6yI2TY1+3MgxXUHlUjjjmg1E3k9\nU4Em\r\n=8vXZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9b937cac5ce86bc6d92f335c246a157f10a68e54","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2-rc.3_1644598666470_0.5362526769815554","host":"s3://npm-registry-packages"}},"0.21.2-rc.4":{"name":"fundamental-styles","version":"0.21.2-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1e68e37d0572f98de6d4925410f213fb10655ad7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2-rc.4.tgz","fileCount":735,"integrity":"sha512-o3a9JE4DRNhTkUldJryZUHF2TF4m9aiXU3xgYdP0xmmd/JxAUBbW0LLQVsxthNAbc0ILo2mn0GkxhOlqizagkA==","signatures":[{"sig":"MEQCID0acxm0l7/e1AeukdnbRmCirswoQSKEn/U77qb1k3rHAiAEIgIYuI4lGz81XiYM66ykx1L/Lb6FxtnYXBRYG9fG1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24497364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCEGZCRA9TVsSAnZWagAAfvgP/iJ8otb0S9wq9GOeA9HU\nL+bbPo5JW/Hgz7rSxSbzSuVuCZqHJGiq/RKTW92H91qLTPE3uvhHsjPYHnX6\n5CqgxLtaRb8XkdkYEiRKTkbjehgnlBMU7slyIZhjKbMr5eZNLb6c8nu/FquV\nbSqX06ZWlBqga2ld93TwaVC+ZA4jgkAsgNIn6h2bhWdRciKfIHKafwv/6+hr\nigFRem3x8dNtH9CWeVLlaaRs2Qk7gScowxs5myBvdNx7rwYd8IEfYMWISWJe\nqXNvBLFOrriLbOZizkB/HKG5I6ZHkUnvFHfPcLxyYXR1g35hs3lWfdFD6IGL\nOlEQaHdpwDiLA0venLqM6MjCun3NO+0ExXQIq9035oxH4FR3OJPtoTGTpoyK\nFvmJsdCxJQUuWEebe6855fHqWv9xPnR0m/mINYx3H+eH+LSsoIemts9zuTaJ\nn88fxPCsasoGdPIvUbWHfj0u9sv/J24yyH7p8S9m8753Q1UuhV36YItkCf68\nB1N6PGhwrtEus524vQVoQ5VY1cVlCrUOyScDaMgYc2TznH56Q50CJLti3QqM\nqV/5tZbHL3aUTY+pUwMj8G4UL7pMonSDYqniLzb5p6US/RhYFmygCu4xlqR9\nPkyQUmnbEn0XmbBeO1lbgMimnuenjoCdBOMUmGCL+YYzNXyidmeu4s/K+0ua\nrzsf\r\n=p4go\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"784fabc760d5413f5880874b12aba8d355dd76d9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2-rc.4_1644708249465_0.6751155342172694","host":"s3://npm-registry-packages"}},"0.21.2-rc.5":{"name":"fundamental-styles","version":"0.21.2-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7c5a93bfbbcd9cc4766cea83ed63429ad7e88ad3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2-rc.5.tgz","fileCount":735,"integrity":"sha512-7Zc3b198PzQ1XJymX/iAksluyD4Ww5jDCPSaYPtzy0O+TWS4HhdmxwtayZ/R/cuDaT8I69jW1YD29s6D1Ms79Q==","signatures":[{"sig":"MEYCIQDKVXdw2Z/ok1l6MlVMow0Kz5fXG/FCcDb4qQPFSr0Q1gIhAOveQhqOqgn0iY2xCODAHcWBQP/Jy2nOX7EQE5Cw5+x6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24497364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCEn0CRA9TVsSAnZWagAAxvUP/ibusvA3oCFQlrLlp1yx\ntyCNY97/nGMdIehB3hs7Sj9y0eBUEWxNZ8XIxOkoKkdV4hLrhYL2XVxidBpJ\n71Zzvz04lImJCDA70Tkdzkderol6kcvqZUslUEviiHyqEhTS0sCfAonJL7DR\n43z/KJyPfz24o5V28uiS4mcurKYQORhiV4KNqKSgsJBOYZCSifHiCbvdQRpJ\n7Lip+hmw3FJKXokVgUQqwf10mSCRgwrmnTVU9h9/K2VJ6QtMSbk2u4AL9e+K\nhBVzDIP6p2YV0UJkwf9AmpHfed92J9dFATB9UnjxfxsWIhCnblwtLoICuvag\nyZz5IXrj9w8dGRAjRiYrxIFxBoKmezdWggN6U7dyL7SDqbL7+a0UEaUlW3GJ\nt+dCzvv/Yy9210Yq7M84t4hSAqGyEhS/J3G+3D+28ovv4D6ICUWOjR9FdtB/\neFgHyUbyfjm9QwgLiI7/XmPLdOMXEuutmi1Mk+btzhYqFBWAE29rdqBs2Wi1\nknZUAjqih+QH+IoqptpTP1Q+PzC7pKadEfMXls98S6fSal1NkyBRQAMp6vD1\nJvenwv0fifjU+RjKu+ctdzVbvKvvTXOG0mfpd1EMocXKsgVH5whkO6ZzvuZn\nXaAIG+HGXb6VjRfkuUC1mkmAwnUXGnpWBDWq8Dr1pYz8j5UmH64/TiNxATPP\nyzkF\r\n=q2Z3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"51de86355eb1a18996b245847ee06b2efb2aa3ca","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2-rc.5_1644710388297_0.9059564407989558","host":"s3://npm-registry-packages"}},"0.21.2-rc.6":{"name":"fundamental-styles","version":"0.21.2-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ab301cde341f5ee4323c28bdf0d2ba8dc9ae4dce","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2-rc.6.tgz","fileCount":735,"integrity":"sha512-70zqShe/fgARbUXi9ZVn6nMb09cpa5QTg9MP+Wy1INup52mTsJqHJRE88YvfTYOPqDKryUixJejrv5/BuIyoEQ==","signatures":[{"sig":"MEUCIEi3RwgbjcJFwUJVGl0wU7eNU8s5DpPXYnhiBlj+LhuDAiEA69lcuB6wprF+ssFsz3faaF0xU4ubXUCTs31xXGeak3s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24497354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCTOUCRA9TVsSAnZWagAANuwP+gNh7VfQE/KCat9Ws7O6\nGc9ZcYCVfZ++tnTqdJDz8D8PrKqrFwSv3vuIwMpjZGEN8OTZj2IbzVa/3vbI\nQoYjoLMV7UAdi+JuoCxCVfqim30y96TBxVmzk6ET0Aw4tQjDnCkRk8yoZscO\n9YAphQZPk1rAG/bTW5rqwsVFLzw+eUIXL7YP3qDLw0a0QdAaf3isLJBQMdT0\nuU/DHQIp3d6ZHMe2hUGtAmwRmlLiCx1XECnykDmvTVkTzKyZxvPZL+n7O8Gt\npUQpeN4bJAQXK8tf69aoMFJbwLNqRoEx8N6NAEgCc6kbYbdTGk/gvHke+KB+\n+QNoSnHoCjV/gN5rNNSWd+X8ZVt63bzVXF+++LDGkvXZgK6fYhZNKhlpqImc\nCH/yyAadifZgGnOJzlbV9JMAv/ORFoUmp7ydMtj0vB08MqSnadmJQyPeGG/p\n7uMxG1+XFX0SrcXxncv+AzTdwk8Hq61cUb6moZpD9lEl+Z7l3sgzEJ0y2Lec\nX1FZVTmSS6/kjsdPkKX/A4S61swstHOcrHSe7G9r8iapSeB/fCGHWhuR6/Se\nlY3Vl2EjZvo3sznqa03RR9VO5WTrzuXNAgyN1Cz7VHMeYU6I0XQUbg67QvWY\n0P/iKaluwfLPcGFLlTU4HPF9bnbnUN6gCb5PisVWkv+hwcn4/WKm4rtBXaen\nPVvf\r\n=NJe2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d0f4b2d805a9d7042096cd9d1237912dac1e6bb1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2-rc.6_1644770196686_0.3700123821245269","host":"s3://npm-registry-packages"}},"0.21.2-rc.7":{"name":"fundamental-styles","version":"0.21.2-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3e28dc66cc08779088c8aaab2657e07ececf2fe8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2-rc.7.tgz","fileCount":735,"integrity":"sha512-icoOhkKfBfeqp/7SG9c1X7ij/DPrGJ1g8FMK8my25m5LlmGFNbmoWrQ5w9/pzQT7sx8chRuoPLgw92LzAo21BQ==","signatures":[{"sig":"MEUCIQDdj2hfoLGVi1awbdI2SmSoQ4RaWd1S4qANsl7g3izHrAIgCK8yyeNKjPRkaB0gsr4PfT7hVUvOVtCdw5XCFr0nZeI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24497358,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCTzZCRA9TVsSAnZWagAALk8P/0M0e0aXxR82EIB2STz0\ne1DZsd8jWJwlw0a/QBOgHihnXvWokMtCNY7PLFKR1hgc14T0zdtfwtR7QInH\nbU/9CrlN4D12VklRqLxy8pvdK0eeupLNzwOZsrAAx3TcJPeVUjApHyfmFCnV\n0NTwp0eNdfr1LOuTNPWkgmD9XEaOTiTCwz4rv+NDv9aDooG52ec8scyD2Bzy\nous56P0Kqh0oTxEswABdtpIlWloy5WtY5QUEGgoEn/dTq3gooPm0XjkdHSXs\nnlLnOWvnJ1pkCzOr83tqWf/LR1KMCEtU6OT9HgDjkD6kWMkExJYqP2K3VfUa\n2ZVy2vNs5WPTYtaXo5mUKpX/wtROnWcflCjlQcyCiOOnubq/4G8E3Y8VLMGU\nfOIjuliHRPKFWrXDNN8BxENP3zc28kf55N25LnUkio9A7wds72YO7EkyHe4E\nr52ZCj6QbH4U2y5MlSDLAZUgZrLUrOoD66Tx0MNLjs+hRVQ+YtIdVmM333fk\nLXCqjgYRJoLii9R7Gb7BXDQo3G/2gMmkYGPQrOAKB6kcotxAHgCTJ5P7jIR4\nAMrCtybqVzCOZvfnEM843RbmtST4QIIAkakBtb8O/2CPYMJ3g2pFJcrbujbH\nVien9qMdSo05H7bD6wjCrY9lNxCElC7QV0S2MhfzEVdkUDZJHzhUR4fZdHOM\n4jjC\r\n=ck13\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0a66a7c8fd50944f374490501942b30918d7e996","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2-rc.7_1644772569713_0.780123541338845","host":"s3://npm-registry-packages"}},"0.21.2-rc.8":{"name":"fundamental-styles","version":"0.21.2-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b593f40257768d9a685cded944ecb4bd64a6b5cf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2-rc.8.tgz","fileCount":735,"integrity":"sha512-/m58sjfR2W4lSwXJpBr+T8cNWsPdFXEdqIBu6CdgDBznxqkg3Xo2vv7MgzgNk3kwjBLb0dUhn0DT+JULqnnb/w==","signatures":[{"sig":"MEQCIG6DqENQwpoonak5HFNN2mJsAnmdbl3v8OsfdgODKrWVAiAe9qpWr/WMlGN/jBtsXdij4w9qqHwdFHA4+05bDGYx1w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24497357,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCUAOCRA9TVsSAnZWagAAhOAQAId41YeWR/915iYo/K3i\nDBmmn6S44iXTnYy3B7pJmbPAhIGzNWhpB8H0eUzTxvlWVcYBO8lL7eRDY01h\nTzNcGztL+mukbS4+4fjjlFMtPPjiWMSTZyhmRYy67SLp0XOCmn4JEHZr060E\nIPZsHcFtH8MmpJKPm6AiDoENhkZHQdkU0wKNXfzDc1C+PyiRANkAVtZpysLc\nR8Vo5+4S4eedvOsJBcWmjJQGFGpNWdVQpEVL3ZLfKO8c6xfyON8Z/PqkSVkT\n0Nii0yPlQFOLYKu8BjNfzknzVE9f1YiAJdEfZ4LxZ6kRI24tXtPCqiH/geqn\nMpUxMeCu7gmnj0QtkKmQvgrdc4a0wXTbgT5ygcKr4zDY1cBlKr1TvKDkyWOx\nm4Ssd7KsL95qRxst9gtAj7cLl/1ecWI24fyGV5EnXKSn5bmUNKx7mYXnUFeK\n97R1XLJyUgHnWlC9DKIwUXNyuo1L/nCt/MuHNQrbhzG9+qqDrfOxdoQWrmb2\nWeJq05gCOWhlwTIhIYDQlKOqinOUfOSIcfkWxT7aVeqSfUkpC5Hv90FXHdQ2\naVL9vDJxGPDTVIPzRm9XMerY8FuNmJ4PgycrMI7Jik8HHjzfS8HkjP4xOz9d\neQ55J/KEoDjefUmZ1lggjwNnn8Fuv00om6p+6ZLI6SA8JqFXA5bspc4oUFC0\n7MbI\r\n=WY5r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4b45cff48958b8c36492a7b80847be03121d6fb3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2-rc.8_1644773390304_0.45124240708883834","host":"s3://npm-registry-packages"}},"0.21.2-rc.9":{"name":"fundamental-styles","version":"0.21.2-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ba4231418355c4783dd4ee3b92bcd409c6252567","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2-rc.9.tgz","fileCount":735,"integrity":"sha512-LSod66YG58UvycbKHsDj6NWAypkVRn4gJD2Zilvf5/yFVRpJN7h2sy/iWhxRxvd3ItEAlhKbVyTf1EzFV24XPg==","signatures":[{"sig":"MEYCIQC/unP9h+pnfpIAHrnfvHglSkZCIZYimKKMMNvksnborgIhALGGXzX27w7vrf+mtC7JvsCOBCdB3/udHiVIynJgs/HV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24497357,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC83cCRA9TVsSAnZWagAAsWIP/0iqfQQFrZJQOAkJb83q\n2d2eNwlpkzR9xNO1KGcc25ojXSYWHViUxmObSQFDQ0iCD311FoWC8dmNTgpI\nfpo57Y7C0QkWWOL3MtHwn865vbQeVSeaUQp3bWYyzBRTjcA3l12ELXyX40iy\nbaHMXzOCAceMkmpc+TpSXaQmqJ60I/wLC5+5WFgW8QO4MogHW6zw+L+3pL4t\nzrHcSgE9ViFaHpIQDN8I7/4fqpf8eZLyZUOtynV56k/GYP5yVkQ8kNTzCkTY\n66w9pckvHV1tks/xsbrORi+7KFB1UE1dngAP1ADdyWZ5MI2cOPhy8zaNoiSH\njkRJohBslTwt5Yi/HQ7sCofzBJo6EWq6Ug9cq23lB97u2xK/P7r7814z8Skj\nqGwmqTVs56t9v2gS0AQtnWJiuyqxvRNpE6cwfsgZpwVW95bLD3lngZQQvjxv\n/WYgjHPvQ645u7dKUCk3qDVByAGaRmL8Z3VMrrZpJkUKk2qdA87XazqCJ+ul\n9M5YTN5dtaJvP6o29zpBJ+OxMQVWkuyV9TNd50f8V6Jm7DDjuLkeQnQ2mD1D\n/IcYHGpiw8ZsjBoXYMUl4qP/ikRCiZTk326ReM2u+UOci/K2lJr/OfmBJcGd\n9DGbyR8RLjz630LdXMA1OlGfqvLQ7Z6jtfCxDlM6VWHxr02DG0WCYmqPmRoZ\nc3Du\r\n=Xw/1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"91c5dd4c4635dd54d1edd7df3b7ab7705372fffd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2-rc.9_1644940764334_0.86710656417441","host":"s3://npm-registry-packages"}},"0.21.2-rc.10":{"name":"fundamental-styles","version":"0.21.2-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5a507bbe3b06661969b6af4e77e083ace7b51c11","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2-rc.10.tgz","fileCount":735,"integrity":"sha512-BbqTtym5KIGth+d7CtKEuj55MWWRgm3aCXR3H+Tb0jfPumJ+23LKb5fNFpYhwEvoOhUeWnq4iqBJXQSdOLSxfw==","signatures":[{"sig":"MEUCIQDFwyZmCqxK5kFuUTiAnyDh0yMiuYbKp5bS6nD4GPDe5gIgX5FXwH+5OWd6JjemD2J/gP118cqYO8Duw/mf8t8j5/0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24498079,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDBAkCRA9TVsSAnZWagAA6eUP/RaLLJ39AmBBtd5EX8jr\ns5CVleT+iXeFcZU+yaV8kH9k8utzQTwuup4a7zb37vXpQ/4/1i5BJs9VK33X\ndJbybRqom62tCB0E1M+oi7zHaZHFElNEohSQhFdwf6QDtcQAcw8TXwkuKCb1\n8VshU8PxkugLc2DQLG1Pewfr4jaTsNrkyJyFhxJoR3Ni1ocYB5dIlqSc4G4I\ntFQ3BA3/6iftcW+bvhhg8OSwlOcN1nc01oyqaVx73/Tvkc+W/1UcSp+XTyVm\nmFY6wpbS6NNCd8G5oaI7twcll8awr6EwlAPOTQ8vBw5kPRDj4QPg5s6JeKxu\n3YRBNAHmyLx0nhu1Sug2IPrDn/F0at47wV8zHm3cfvOaky7jq6uZizUpqLeA\nE8HpqheAnQjP+ZgohugEbZIvHod2El350BCfLRXQrAGUqochR9f9UwuK4h3h\nWlyqvY+g8gO8IsTQ/WliRtSnNwiyq1htPxUFmLkm/joi18WCC4U+ZEM7IydO\nN2ujatHIMfsbf1zEXDX5zhm1sOFrLw6ynBsqsVEMlIyVIUNSZObYv74dhu1k\nOIFAugBmybroZd9u6zyqXch0Z/7ug5CQ8cwszH0xEfqsKILY4fKNL5i4g4Uk\nYA33hq+JbjgwAm/usaaugMNkvaYMhoV5d32tw1KEwPFEkxIVtxFUuHrXFjSI\n9Fr6\r\n=H4bW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6f57d92980fa90f5fdfb780b85bc1fc2ab25f11d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2-rc.10_1644957732621_0.13785055879484198","host":"s3://npm-registry-packages"}},"0.21.2-rc.11":{"name":"fundamental-styles","version":"0.21.2-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e0e3e6f9d3465cf688fdc468d4aae2d6eb2d1bb9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2-rc.11.tgz","fileCount":735,"integrity":"sha512-zzIAksOldChrTy0uIQVIXbhM4UChHoUjO/jRJu4820rDZ3u8fZvw4s56l/GOUy0MP6f6BgG1j7Gn+X0LJvrFDw==","signatures":[{"sig":"MEUCIQDRcuw/Qo9lTNraYtEBd3jdXjUMp5pOFotaSzh3goZRjAIgFbL40vy0DIKaf/Lp951kNzr7kiBLH9ieEEUTnR3H5CU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24497211,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDDEHCRA9TVsSAnZWagAAR20QAKE14eVsGvwFVz4c1x0n\nl7D+SEu8B9V6gA85/kXS/rX324xUli4KR1xDkYBnW3Mz7vBd4ZYX+uOOLRBy\njBxa57Ayvz2iUP8tgJbHYW39SDqZGwA9Rh8u2ookmspKXs1QiYj7eZFx9drV\naOWJRpBchdegcWJp0Wp1F+wihSf/z2ePFqS2oKKpIFRXRZYQ3btgwuJDxxwp\nPAWEFyDi4MKb/INFiu2fReF5GVZe2P4SJO2jFl5Jg0jtKQydfbSzUdzzbp8H\n6YXvBHE7dn//bivaOdaZBpumPAyM8vwYJkBCou8gN8CrykyH7cHTYRX0cyiX\n8RrTSVuLnauQP+/T6HsT2d9FveR3igE5I5Ltw31w+VarxE1wgZdy9+NZS6ZY\nPD2u6fLusmohC4QGJV4vlBzM4UqnYiHuJnyBuVK0J708kEwALizdDr5CgSKm\nJmENvrPSIkxqEwsyO41m5yT2vb4TcJ2KLv0BjpXW07EXOuY6VzHs4/HQjwea\nlocAXMbT01t9i0eodRduU2MZGhQh/lJ7Dljf3HSrmyqRVuTzWWI3mtXdD9fK\nUtyirpCgRql/5z5YVhQNL+i0k0bhljmR2VuCEHy6JwG2BO7uVP8tc2EvBMT3\nG3HgVRbruyBNRvmEITdWvz8+tTafZ3qnZGqjz7LN6/qZQbtJ6PnNFkj1Jk36\noZvz\r\n=MP/i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cfc8ff94df55cda446c0a3214218c8c4c51de8c7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2-rc.11_1644966150787_0.4549579033724436","host":"s3://npm-registry-packages"}},"0.21.2-rc.12":{"name":"fundamental-styles","version":"0.21.2-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f81e21296697790e8d9e131a04d3eb78a72cd33e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2-rc.12.tgz","fileCount":735,"integrity":"sha512-crW2giGNv0AZBncaQ6vzTnkGA2XmzmXOUn4IdQ25iIBO5OnXl2cNobtnYABd7PziilIIvsHVa5G8/nPiXiLTaw==","signatures":[{"sig":"MEQCIE4iLZEzQRj2cMmWiZMu4HXIhuOiTUZ5IX8cQJPJZ+RVAiAs/V3TM6tssyo/en4qgKjqDkefNV8bWgYJyeWwiUjF6g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24497211,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDDmHCRA9TVsSAnZWagAAUFcQAKByjAUSdFOk26/CckHr\nEAfi4RNLM+ZSw0MPWjx7HKt1djzHBcQwu7+PYzZhNN6nP+Dqo8g6FF4fcXXF\nUlDtiemoi58pfynrNSU1Qe/pPBli/wIuR7+BWe6HJuHFWaDU31tqOc+XKnRW\nPvw8KVx7WL1X8ogwi0CmLwSZCwblkb/lTqjUOMj5+LWAE9V1KrSh5fyzXWhH\nTus06DhRwmDrnmhZgfd8BydQ47xGKizWfAUvt0ktgKWeaYvusbNlwWpPrg6b\nZ36hJw7u0WG8RZHQ7rQ7zrxyWI0iwQ3xZyyIInOEjl3HUGhuF6qKVeS88LTQ\nlCGFSv60yXT1GNGIIfG+XJSN13Wbw6HvFeRffd6bGMl+sxUc+Z7fh8coOlwB\nAcx3QlKwZUkAtMnjoFUwSVoT4ThJu+56qNBrbPQp5ZUDU/ICaFhtVoWvccIA\nCUCyb6O2TgFE7lcST+hclEPf3Rs7ZxCxWOca0dAjN6sgBQGievCb9/BxTpwx\nlyusP290DZnXSGfaj5XaXIX71AXf6aTC4ibvMmvHj5AuhikLX2B9vjeS0tzJ\n/oIUJ8FRj39szk068FLOI8u03vpOcO9vu51rod+MLn59SyTWP0Iz5pFf6ngp\n/1KCisP9obMLOoWDEHO1mv3zqSjOKxZ9PGlKch2RXr+D4sReV6eedFk1VOpB\ngIyL\r\n=w3Dl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d32ca1248f68b65b6e4f8a8d0a45d0acb4628211","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2-rc.12_1644968327800_0.13064221304212853","host":"s3://npm-registry-packages"}},"0.21.2-rc.13":{"name":"fundamental-styles","version":"0.21.2-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2acd5f7a3de97ac021e0c295ba0a57ae7fa8dc1f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2-rc.13.tgz","fileCount":735,"integrity":"sha512-dRmiSqIAcS9JXTNC2SgJq++aCeLVdFRQ9PhdxaCGf69HZDeKQY2i1YH7trSaG+bwAwdfmxPZ3S32qgSt5phyQA==","signatures":[{"sig":"MEQCIAy++cqGLeeWadna87WAbYOgjXseLtdqhHwiBZ9GBZ7zAiBrKN/Y83sexyCCTwxP3ug9YfJ0phmy6q7FkyRN+pJBUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24497211,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDRdZCRA9TVsSAnZWagAAwUsP/inZoTWgQ5DuSeBp4qEo\n+/7INPxOT1+iQXOF8sdzeCdLxlA/dxAlt0Tv9el/UaBOkNDbbITBum4P38Sa\nmo/oLAiauXKyAdxCRRe7DJ3dHl1zMNEfUHhdYUw3/70yZuFubZAMt33OzYEs\nfM6gc3A6Uw/HABRe4fYFQwZ2miqF+y4ghcfyQUrX2Dy8msQSe0AOUKT/tcKr\ncVvtJrPSsgjgrUAuLtwklzUdVaekxmF6WsMJYhoWaNFPJFxWxIQoTxeMoHgi\nwELbsn7N1Y1J38wGAZrSS22KtfNpng+aneADxwIwZADJ55B8Mq0KZZHHOP3F\nzeoR27bVOO9c7SmANLaysb9zjMUgtmfPFb/sHEpRTuSNZjSiGS3LJ4Tj8O6o\nIZ/hDgZHZl6GBHyPfE5E9UbTtIG2yt6wbSkanKOmWv+sf4EaHOXoa+4ELc4D\nw1mpbaCUK2cL2ZT+SfZbcmhSWH2p1C4auPh/iyvuNWP1cfpb9ZXJETCCdJMF\nZ1J7kVNdWC/1l3+cEN97o4FGV+4iO7CCSXbsCH3s2rr+ehm8uPKqPVE6hAMA\nj/YfzgTxHlFO8tMbUw+PjYN/s8Hlkc1Qnc72HmhTfSVhDBq39ewG5J670Auc\n0PwCq+hV7yHyHAETAy4SV6Z6typQQuZYvSAymCGViniwbfJwjexDQKAQKxjH\nptRf\r\n=9UNq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b3b8e4081976db8886a7fe143cdb9be4a25c01d9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2-rc.13_1645025113342_0.383358651386563","host":"s3://npm-registry-packages"}},"0.22.0-rc.0":{"name":"fundamental-styles","version":"0.22.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ebf40a4464218f04c574cfe817714873b02034e7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.0-rc.0.tgz","fileCount":735,"integrity":"sha512-RoMIc64d1ir5EH4YWg+GblAPKGsVmczuC3+nbAPz/hWcnZCfrtHkSUhxCXDHRpgewoHcGXgULI2tBCvpb6EJ6Q==","signatures":[{"sig":"MEUCID/UnNTqxqaEhg8epB2PJpJOdZpwg3RfU+PNN3z1veEAAiEA5RtUWoyY8bJ4RSPFuKB4unh5okYSqt/2p05VbFEn5Lc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24586305,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDXtTCRA9TVsSAnZWagAApY4P+wR5+axTp/IOpbBQwrqw\nJ3lhbyrab54Us5xqUwH00/CN9E+UiPuunthg3rQVsYBR/R1UZEFaqDLedSIt\nzEZanLk8Y21sNmWiCkBj8ZEkzJN1uRC/GUgOAA5DE7BAjnnPHsiuulj3Q0B5\n00PrgU5x7UM7zsCPU6tytWOD8JsNnb6NduAEDy27xwz4yQspxrDIRSsMOwOV\nyOWfsiTo21ijGAGkJAqoPk5W6xN+aOgjtRx9l+1vH9P6TiL2LxCWuL+fOTWs\nbzW29Fj2arsNpdwwEA7GQgo91kIng7VXll+9tE3rdhG501JLZxPl75t43F9T\nHvxHcJnLHGcjreOaSsPcUW6TMBtxEzrCgJJkuVMdRoMwr5ERgpHk/qd7FJpo\n4PBbbvA6gaYAACqKQNulP7kOgKQLTAcXJVbKFh5B76oLlnaaXU9mbvkZpCxb\nfMLypi/Okm7YTVURwQaQGCqouSbakCuCkflke+cPW7/RR4UfEna67pt0rPwq\n7o2cF/zeWtApWG3a3PhDWIwz8dXV8n4aqHtSkWNbzbWISc4BrMpQLeVix4Jr\n1ZGvlIiZnfGJviN+IBqLftl2kD4QOZT+rxnn09Mn9pX/YTrl3sEmf5ak1fNc\nWUCY5RojseItVOn32E+bMYZp5/ZBa70orIYeD5AcppHGxcA/PpY1TdeMiWXt\nEde0\r\n=5xh5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"433deb346b02d84c3f56974a8f4209f1a0d405fe","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.1.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.13.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.0-rc.0_1645050707505_0.37485919531453016","host":"s3://npm-registry-packages"}},"0.22.0-rc.1":{"name":"fundamental-styles","version":"0.22.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"44b59ee47f06a77bb8d8f212d30afc019340cfa6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.0-rc.1.tgz","fileCount":735,"integrity":"sha512-om34wZJSTNyhPP/CmbQo1Tz8k96lqLMJj0cwcYQyVn8hHI0Ue/cwjiW4rA7bn/1buqbhMJJ2j1mJoHd8T2whNw==","signatures":[{"sig":"MEQCICsZXF8TTBEWdZ890c2avEZ5Tokz/+Tf28ZO0Sjtj6lAAiB7QmQN+eQ2rQ3x3tfgxnJxkhPHTj1dDngeYKnBqMWkPA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24586305,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiDlNwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJ2g//c550coDvczGigkiZV4AkejBfUCRPBHtWb/USDpB5CN3mQWZ8\r\ny+EmKYl0STeHCELubT48pJLvyQITG2TKmb3jqd4UyIqkqibK372iVZhc6U0i\r\nxE5W56gYvpcc38JinIXTOJEqZFfHoNanC9S9ppf3vInmqZXmOo6hw2l5C6ne\r\nTu60mhE5YBujdBQmqYpat0GaTZ1NPSqS88xi/6/cCWM6j1N0BhKBT/mYl59b\r\npgcnINe+D96C4fTvwBZzCELDUj97sPvCq09MRyhNuxoW/TXh4jwspCHmgApi\r\nWLdwlXM0UsyNaZlHaqPegeBRidZGCMbc4sTGBdDOOOql9gUq8i2qJNdiDlSt\r\nRz1RIqxooHwbCXIAjpGuMvIMQFpVOBVYRNJ0cVB3o5D5MbIBM0IPgpb+xXru\r\nVXF3M57oJT7qV0HMQHCtNM0WZLau6lENdWEvE+ZuEKmHC99qa35PcF++/THg\r\nUKRlScQVpxbvso7lg2SI8jUa3cXuOJQqkVcYAT2i7jWBDk1TOossejinUFyr\r\nNCeHG7hGYQPAKr0xpNUnk4d5WbZWdGLkQgGJxmCVYTdQMnhphexRGc5hbcVj\r\nEVdqs+NqqlB1PB+b2WfMwhLZMyYQyKB863CKJ5RCxDCWKOd48+7OtZxQdxJZ\r\nxMjucG7XrhThpED6VagQmqe9H+1xBgDr4rw=\r\n=p0EH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e1255f804c034d13327b9061fc6f40e521144ed3","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.0-rc.1_1645106031766_0.9194796023713516","host":"s3://npm-registry-packages"}},"0.22.0-rc.2":{"name":"fundamental-styles","version":"0.22.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"85a3a6cdecfb5ae6cc9395f426a4772318391ef8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.0-rc.2.tgz","fileCount":735,"integrity":"sha512-WPkXseeRvucBBLbIxE9ffZmV/Jxr9p/Sz3klg08zi8NXvBvCHAu8feUeF7XenYL21uCr6aSQm2pN3k6hBIfV/g==","signatures":[{"sig":"MEYCIQC6dOl+dbv81JkcRUPdbrigNN1ybxX1Xg7js67N6Nx4aQIhALnVabNi6hvrQktX+NXKnRCWidtxZPuIXlB0kiyg6Sd3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24586305,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiDsd1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrfKBAAj1AWpLl0ehU2AV85oNTDQz74nY83n/zjKjpfxiFoL18xu9km\r\n90mVWM5qgiXMrbE73k/MRJmdcNsHvOH2B3smfsj1rXXNQLjasiKQxQIcFgKq\r\nX1BouruZ/ELftyRhIcZAirWYH1whBkvlCu3EoHb3Obyle6XM9W/IeuOpUL32\r\ntjvMEHTwgazVuV+IwuOpKYfOjZf3oOxNgCyQtMmZFPj1ycy+wjH4bTko0Z8d\r\nCmXs+eqV7xKI+JGA52Sc2wzwcL17WttoI3n8k/NkraoLbL56rRuA4OZvj2qD\r\n/zAbmz25Er6laAdNrS8D0wHaza/pfc8YmQi7EaURUDoVXvYtlRPn3i+uxl6Q\r\n1LEAPaqSp/YGL4mi9BhJ6s8cKPfdFb0PaQ90mcTL1j2Ne7G/2k57dxIAvls0\r\n812sjUi/DihwYk5/rlNIPIbK+ZkhRHC9r7TfZGpbloQSis3xWHTgNHqmCQUA\r\nYIhF4WQCZPVEFimfQa5BHc3KkvGZb9dVy7UXLvLDOXfjKZFnf5LTjJAVfZLx\r\n6qrL5rPWvZOERaHqNYN57BqkS3EdW8oILwOSuE5SNfc4sz5tZUaleUz/ZdzW\r\nL+NYphGuBQ/BJsp76vr9FICURgpLv5kyRVwJ6nleYrQWjE8EejfzL+fc7NHd\r\nXrpuiyLIlCljuB5iQkxGwzeIIdq9YSozBoQ=\r\n=DDo/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"57f8cd0cddf1b2ebf458c7ce5cb478d509b862cc","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.0-rc.2_1645135733159_0.5964016864203423","host":"s3://npm-registry-packages"}},"0.22.0-rc.3":{"name":"fundamental-styles","version":"0.22.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"197c03c72f4246701833a8fcdf0c4b05e830931f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.0-rc.3.tgz","fileCount":735,"integrity":"sha512-l+64qVJlEcWWWcaMe+g42tBomlpCNwK4ouYqnYfV3amNlPtSGTdR9+44VAgNyi9zLku0BDD1cttp+m+YUaaKNg==","signatures":[{"sig":"MEQCIBMyNe9a6x1utdZFjliNECDfZbnHj3NiYS8nZswB7m1rAiBXbd+EAVeyvpFMlIyqQOYUJLUzXw4r+mZIQp7e39SXrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24586384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiDsuCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjTA/7B0yVTjURyptw/icBl+mwdDyFrkW5lVF7cbgN5g3ZECOnGiNk\r\np2/FXsUxRoqsC2nJIM1dUEqTlUZ0d9p8d3YHxHcUCUuDTDP2Xqgdssph5AG4\r\nKiNwSsbytXglmg4w06rpjOjV9qbBhqZf//fTS9535rc4Lw178zeCQgb4kKBR\r\nhzQWNjcbmd5r7P4vrb9ctPeOBdYztnVST2boxIBNe9U+x2tqYJmp6DX0hFpY\r\n85AxTMXRm4N6RTj8grCzMyF4AhNR8w4PV6YqtKObOMzsSaHMmG1ODYNNigoW\r\niNh6pE87lee9k7thE0sKSQEnzCyptGVCOTnJq4Rfcep/V1hiH051iiL8Eh/1\r\nfkJ3Jm8w54VPnQlZbSeBq1/UOxJRRr6Wf8iLA0fja7kHPC3hkJHpo851y6SI\r\nsGh0kj+pZcaza/4vCyIbWdPHAO+O+Zxkyk/ZeI2IabrNb8YxvP4Ov620DgoR\r\nUosAlUMYJQXD42xjplbLkVigKFI29pPmWfeXZC8YdYl7I+cS3aLQh3EMqqh1\r\ncIeM7DXike0NndMdy/sikIyIhZ9tIWLwFzt4+RIgC2eQeIztP9x0dy6oprZW\r\nfUQo4F3xfVhMLGXIXo2wLvv9J5Uvv+TM9EZEaQ1Fcd3P+GVt9NGPNJUlTThT\r\nNZSpRAjsgQSMxAyCNcrMcQM95LOGV7tQ/i4=\r\n=+RBV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bb8be87787c9332c6b6aaa268b7d04fb8e10d77a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.0-rc.3_1645136770460_0.8755855210527068","host":"s3://npm-registry-packages"}},"0.22.0-rc.4":{"name":"fundamental-styles","version":"0.22.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e168bde949e47bd08a546b98f834e615c6ce46e8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.0-rc.4.tgz","fileCount":735,"integrity":"sha512-DTVyL9AdD5R1Snu1064/JXqcre5Ozn1DEWh1lQyTkD5WDNacdbWwGjNuZyZV42Xu645eXCmT0ATDcootXXtCEw==","signatures":[{"sig":"MEUCIQD7eog0WuJxNxh8cHFgzV2t/6uYtUlYzMSIG5us7Q+4UAIgLa14jeY1xnpAFxFgsFmCqDeo4sPkW4FKEHmFpvZeb9g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24586384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFBNVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpiQBAAlbMzxTzep/qJ5Uwd9q9p9FMgrU8S02LHvf9zGbSSa6zE4zIU\r\ny/TALswPNGHt5oqqpaqqvD6izswzIj0xPVniRkeZbqFssWxCgo7AmNng2GR7\r\nwU3vOWi39YfSJiAO3rem6+O1pXqE3c3D1Az4meNaolnfrzgjT/LrDaeumMEG\r\nwHw/WHcsgBo+5s1SgK8ZG7yBjMgob3/J5FbFd4gp56obUPpxsw8RfmeKnSFq\r\nIK49Qy8OqMUNGNqyNsHTiSIDAUV3BxBSgkvSeMDaBc2nwVzwaKH3i/4l4Ns1\r\nUgpMuvRhuXpugxMd2xIEsxARF0hXIWbrr3ouecTLMn59kbj2Yrhw+2Cz1yXl\r\nAStf0wH98x2NIZ8H2V+tNYBEpIK3qxn7Y/bCJ4rNk8DPFMjNjRNJwcFerAKu\r\n3QIqoGLH1s+s1gZ80o6eWa3TLM16zTvCkE/yn4FSUEmGKlbYTPXv1eivfWo2\r\nGYCx3qhTGRygNP1gR5udJzGucZB8FG1vb7GnV6SBXj1F/nmDc6Cz7BXTt+No\r\nu0NNHg1CXSUNmmBsA7TOlNNkjMaIN8oJhji6GedwEeHulz814ksHvr1bqkTA\r\nFZZpFymVMCe5Px8C/tWGw6PqacooXC8JnxXDP9uFEaIkgqdrv7t7WwFABh58\r\nFaL2BzZKc6sPXYkbEqwEjlLSBCt17j1FOac=\r\n=T/mg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c1e5d6e69c280a91afbf0d2631d18101b2aa9e7d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.0-rc.4_1645482837135_0.79946430212737","host":"s3://npm-registry-packages"}},"0.22.0-rc.5":{"name":"fundamental-styles","version":"0.22.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8578f17ea7489888db87b65adca5460e32f8b8ca","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.0-rc.5.tgz","fileCount":735,"integrity":"sha512-L1LRb333CSkVnmVXjrXgxY3huxXUsI3AVBZrfxG7DJQjPjS6iRsGtkvy8ZLTm7YjbkcPxKr8KRyW51iJfkpBPA==","signatures":[{"sig":"MEQCIAWIdHG1bLgvt3MKhnRYgXUJo5WXtIAZID74g//wo9IkAiBJfChluz57Nw91DpnW1mlEQmr0dfjUdxiYf3+s325K6A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24586384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFBafACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrnqRAAhBGy4cINxF5BbzmElBXPSysHWui2rxfdFvZ87uexRYT2rqpo\r\nXEqmihkPCOHnj9x7KrO7dlHKKjWqB5wTADruucup/qxRSofScfaN7ALmLK/U\r\n/EP6GI14cksRlr/nv4bs0+4lQnu2WZzWsQ2VMNruMiDd2s2vFQoQkOGcFRTY\r\ne5k0qXq9zjFZGiQAiLTfCfxeVxpkxvYK4+ad0ajE+ii2wyfttMtoCspn3tdF\r\nKSXTWB6x30DK9Ezzh015DR7z57x5tGY397cyfce5metVW9UBO/8PHWN7SBCg\r\nra8NviF9yKVi5e3rxI7IOHezHGbftr3CfqialiKfRoV4IMCgVUWtCjWNLJEL\r\nJ45OsRMn34Pea3sQmukjMUx+pobVExcM6th7aVXcXI8AIsYlv5bEM9l31E8i\r\nUL2n2g2t61lWlI5SMSAU+9Hvhm3OqSyCBLMJDJ2cVfQR4LjkdHJjsmWwYp59\r\nGgyXC/fYR66Xhelt3l+x+gqe/VnIlhfWGo/tL11ZvfTDEEEhfFF9C46Pg9VO\r\nJxkHTEf6sC+11LctEezaA3iUPk4gg6x2g4WNKXG7LW6HgoNejkNu5Ar7P6tu\r\nDg6lKfagORmeyF256geZCpIJ+fH6vAwYs+RNJLtpplYNMMNZQeADujAYq3mk\r\nhAJSpKllC8O39cS+4RnivsHEGQKShwwVzD0=\r\n=kX3K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"18be0a2ab504e17b79932bb5fd03b8aab14faab6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.0-rc.5_1645483678836_0.04502202637386343","host":"s3://npm-registry-packages"}},"0.22.0-rc.6":{"name":"fundamental-styles","version":"0.22.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aedb174e7ebac3583a8e4e98f8e7ad154b83511c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.0-rc.6.tgz","fileCount":1047,"integrity":"sha512-droy3rt8VwHQy5nkKbT9nW7/BgYTYve7c1VnqS4f9LAT30lGbgvgLHAfRTd2DcHxgwDDxUOiN4BXDytYld8lww==","signatures":[{"sig":"MEYCIQCE7szA/f2kmf+LPWLSyMJS30we0saK5d5EZxtEuQT47wIhAMf3jpJXYeyb3Ba9JKZooybmuht5zQwVWLGo7z11sz75","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35207538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFBkFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrkDhAAlsG6ke2L2jI2LAjmiRf49EA00wUL1Nm272c2Mk9U4ApNmoEP\r\nn5E42cUH4U2Wbyg8fAYb+0/DssGtDhS6kxpDWd0Fmj8Wse96ri/gsltbQBf6\r\nVNhBeZ//Uap+eDPFrjjJaH0I/bRWnIpNmXwvWkmOA7+mHRgu/30rRf93A5Ql\r\nbmN7XItFzTayaLYWJnRtl0W/K+xQeWm8vfqSmhZFs9NR+Dks9YlPWWiEm5Kz\r\nuivOQvD+ZtwGbB5BgBWFHpwbbXn19pCDpRpjoAfJznXxHVXgRdOQbjmqeufj\r\nT/qTt2pQAIVhHKMIwzPWNhMWlq2Dr19tYIgizGL2e86oLtUwAcvuUqcd1YxG\r\nP7IuJOToLZrOfkfnlnHkNSXnoM4+CtJRFJ0ypQTihnIsVtiThX28v66Cdgc1\r\nTVEzJnXtahloFtj27yg+EA+Supdv/0U0iIaogfr6vZIQQOw+SIDpxCaSufNw\r\n+PXIi7ynqudJoTQFCIa07kbvsK6FEPMcLWEPmQ80a/DZqeXKy8SYyVWJsrfO\r\nrevp+VIH9sZKkPyxXNqUEeeK+MdMuOt6rT4dDUOWClDJzmTe8O6hk25BBm6o\r\nqnWI7QyNNShCo6NO5HXBferm31Q74XdZXaZgHvZ1g2grY1NDioG5wt0jIBL8\r\nagOOrVytyJ8iKdMB1SJoiEgT68l21XB+04A=\r\n=HCgP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"79de7a0f429bf128e3a874b5d49885526e9cb6e1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.0-rc.6_1645484293256_0.42679431854033645","host":"s3://npm-registry-packages"}},"0.22.0-rc.7":{"name":"fundamental-styles","version":"0.22.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"89340487533f72deb1fb9aa075590e4db7e55543","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.0-rc.7.tgz","fileCount":1047,"integrity":"sha512-dqE+I/EWmhPL4miTzcfKYl02SqqJYMUG73nx43s/MkYP/tcjbTD0QKMU1NW/JrrTgy+NhTYCv/T11KLSh/5Etw==","signatures":[{"sig":"MEUCIQCcN9zdc/MOEjtlURMS334UUsC1LTgm6+B09eQkaVp4YQIgSfFqjWRHX4hv3QasEuGDWc3vQjx0dQDE9fxOBusf7oA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35207538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFOo3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmowLg//WwnHdPXHcUWPEh18IH59ORw0gSIOBmzVOm4lMDMpZyK0Wg9b\r\njtC44K4CoKstDxFwoxX4KezNQUxoXJxHpgiJU0ViZpfFLHhBZMMnbf+tO5F6\r\nn/ZApH8wZQVMm/4fq9hIg7OUzzaxmenecRgp2eol2n6LKSdq1+Ddeqyn04Su\r\nKqreLYK8NERDw3/hwBBeu9U8hoXvqrF517btmZcddaOK4RR7Ku/Mcr9jpepK\r\nELURiiA7FcJD1yoYPRCMgIpadlL5ZOAA9YVE+jth7f+1AHvUQxTQZ+pGBDQz\r\nOiFYXgd6w0vdWiZUG7WJjcdQMPXt2TKday/BewuzzxsT/LaydxkTy/UYRytL\r\nkQJvSffspC0Xw1MYWR3SLb0Uu9WvjKeCLxSHY+llyBCOyBQxc7FhSR3+X16Y\r\nbodw54wzFGusqYkf4Sz5EiDexr4BZxbW3/PxHBlAh7jBsSJm0oKedkUOLFGm\r\n1bQqgarxokMVDCHTvyPNEWiiER2X+RzCbWpTdCr4BeFIgp2v0ypCSB2VE/6C\r\nTcbAFPiHvlh2EVdBwhbgy6vGv63RUpThBefyBA1Pn7euWeJh3ereQoDk86PI\r\nL3tuEdYSRYJtDTNCFA0TxTO1HUIAPJdBs6DTY3ATOquVGaeIrj583QxpEwaJ\r\nKjjHbVgzOCjG12PkJrAphhWzfeV11QyMAcg=\r\n=Im3f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"07ffee87cd64eb1b1b753506bad174b3869785d0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.0-rc.7_1645537846951_0.5558210364837137","host":"s3://npm-registry-packages"}},"0.22.0-rc.8":{"name":"fundamental-styles","version":"0.22.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9e63d82a282348653809d6114490870568503af2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.0-rc.8.tgz","fileCount":1047,"integrity":"sha512-ePbryLpAVTum0N7JrUoJo7U0jDEISGrAqwcWavI2jlkAajBgMT9gVJluQGA3V0LHpshfXqzpaha+wFlPS+udsw==","signatures":[{"sig":"MEYCIQDOklfQdD+u7+PZo0wu7u20q+CkvVIIhP71b13OkZv8xQIhAOgjaH8G6IHnbQDql8ADkTPEMX7NMefrW/Gkw6/qidUx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35207538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFrzxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo19g//dcOZhvZIcA/CTtcjN1f3WYwUpxYj3qHjLd1KgTKFcGU55V6R\r\nYT9GKUBRa2obdPtKYMhSvB93+9J29CW+JbTQ637ED2nM0tSqNsKFax1SQ/c2\r\n1tbzqHRc68fC02htaSbCeEGGx2RFKw2nfluVliNM/9jiQmgR6m9ds/ndndLb\r\nA2QLvAIPsBo+NruxIpbdgwp4Kb+pLbOsVYtJwCuyiYxutL4dPFooDAiIpfOO\r\nJIGIveQ/Y2SfhsXMbKth2n0Y4uqi+QFob0iR+ck+H2Z/vja0421SpNu8Stfa\r\nLcZC5t/xf4ABtDAH2bYz9IoZBzN9aLh7IXphNG3QpbvBre0R16v3Iz1Mf8ft\r\ncjiU6a60DiExMCmlTvT1EipDte85NNAiCxunRRUi5iNt9KZIW/J9egvjHhWJ\r\nlW3NHz6W6Pg+IrAZjiRYaCwodgbW+FtvvWb6TBU2rRAxYyarlrPYl+Qm+iVe\r\nK4mNppDYjrXLNGUAWRHQxY6/TIzKLJrq2LgVCyhVQ9XEoZMNHlewguOXnmtq\r\n/dxLE3WAAYbDM+2N94DvVcWtKhefDbWrxt+Ta2kpoH+SwWODQc8zLdMv2K8c\r\nBPz8toHfFiyFG7otUK+EaesID/Zsjv4X7EPfbuTeWh65yShB7XOoqNArR/mr\r\nrOnpM+pjmrDXtSFfiSmA2tKcQSwPY9/l5FI=\r\n=aFSi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"735ab5ce719b817f9a58db957cdd0edb75c82fd1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.0-rc.8_1645657329400_0.2750551033250934","host":"s3://npm-registry-packages"}},"0.22.0-rc.9":{"name":"fundamental-styles","version":"0.22.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3c3d96c7f3f60541a067dc2f7b7df8e0fd5227fc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.0-rc.9.tgz","fileCount":1047,"integrity":"sha512-6OFMrhkcDbCSMAwfF+QYEx/mQgUBX0/4yvpmkA74Kzv3XuMlIoFhFPxILHASGqswqrPCccEoifxtgMDJq8I79Q==","signatures":[{"sig":"MEYCIQC1bgz9GaQiSw8j1e700UKNHv6uzI3NE23MO9QfkwBXFwIhAKehwOx1CYhM8EvLlMsBXyr7oPEO6gPH8z2Dxh0ybb4q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35207538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFsp7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrFGA//besIjL1krZR+CPtgVpVzEt4tR/YKZjf820d0iMKfcaPvab9n\r\nIgukneoiLIf0uBr8vBpJCUNGkK7dseI+yyb6XPhA/cpUHBRXbko866BMSoB9\r\nngsOTkd7RW2O+HMs9U4H/M/IygQb+BPSJWSszqw5d9RlzLqgo+634LRRGcI/\r\n/msItUS73S3DbJpQq+a1A+MklTWzq/qs/zedMR6Sa5lO5zvsNBbKharYGsan\r\nyqslVWe86p1/Y6zfNYgKD5BIbnKZ5KWQDHg3D0DC3C9c5/Pr9D2WkJNYeAaw\r\nZ3QAtQ4m2yUcPUg8L995C/nUZciQ6BnuP1oucnSPUDWOILSwujNwi12YNDBL\r\nX+J4q6da92YLw7gqcvxKoUsXoBkLDI6MPhdPvqHfpscbBkYT4MVwmfi4JQD3\r\nU9sB5vQSzsqRxESz2b1luQaZtlkhaxOmDqurrTw5S8BdOpOkhOhBztzcTOqC\r\nvlkDiFIqkVW3a30x5VV0R/LZ8lkfa2acKfez6CEWKyZKtaPCVZXBrHmsYWEA\r\nJifPd1RnVk7mqAthwqsPsJiVbx2yLL8JfMx2TLhJcvIVq6CDyKWfqODGZz6T\r\nr/jgLD6UCjawxE9ZD9BkJzbq/183EQnbiJmSKF7a8OzHZHwqQssA7AOepaNQ\r\n4FaMO6f6+C+Y1tPoUVSg6hKkWjpfDAUqJ48=\r\n=ZJdI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5c99a940fe8e9d0cc79a2873f3adab7eaaaa4de9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.0-rc.9_1645660795231_0.8243499066229449","host":"s3://npm-registry-packages"}},"0.22.0-rc.10":{"name":"fundamental-styles","version":"0.22.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cbe1c6f88709b583e1e07c7beacf2eadbbf24a7b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.0-rc.10.tgz","fileCount":1047,"integrity":"sha512-h4CZs4nTAmw8S6GQkY4gudran8ytsuiCXsScTvOMs83lXD+TyqRU/v2IsQU4Wb5FPF6bCuD9t7XG5QlrTuOU6g==","signatures":[{"sig":"MEUCIQCMzhaAgILtEDVL7sAdEjBy5FA8YqbRbIjJoiiaVUzGPAIgThEzxr1eXAZpsiqPG0qpQ/sX7urQQaDLoDfToYArKdo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35208569,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiGDozACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr6pA/8CaFa5lZ0Es4hQS2tV1RIjhnnPHJX+tyqF0sCO5HUQD1xhCvc\r\nNmSA7C5WsAm6v3YEb6qJYvX4EiRbZbCkMWX8surfO4mpkIWfxG3s2QwNs+3d\r\niJXRMfl1hfqn9Rdgdwe/Mz2uOuh1FDl3hbdGPaAoeqGjEzaXAFAGVjTk2cci\r\nAocE2n37u28dx0Ipju7EBW4MJ5wJhwfxJ3FUc1whjTYgN37dXBlOfdc7P9np\r\nkSfT69sL15j2U3wTwaz+pS3/rs0cA+AKwSqnlf8784niKGjWnL19bkUIThHt\r\nBRJbUF0UBz9HpE7OyZxDmHM2RBQ4+PcE4ir5Jp1wySBndJeAKRJDKRA3EUPX\r\nv8aPS2rxqW7Qm7sDOKzsu/M1OjSH+gVMJxT4mZQurgh+Dx24LvBMzG1uegrk\r\nBPhNKIJO43YqC9wLHquC/act2MaXrfLzKpPketoouQrsisjWBuu+sjXxd+mE\r\nxvp5LkE+Oe+CqqpJ+VVUZbJp0YoxBXpynU3QHrafl2WiMP3FxqdCSDhV9EFm\r\nuKgrdEob0fKcWWxUvYPPPE02ZGL912FQOBzCv22sxJjigmRRGCqgNZMeTXUe\r\n/wKi79KnKo3+AZcS8pjrpGpMDHauk8fVlSf+3fW63owPRws865ghI5gKIfRX\r\ncZiP6pyuJIbRXN4g9at+bBl1yIFEP2rM3Lg=\r\n=IQSF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e53f83f697ef71bb35d6a350f27b34eef7656734","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.0-rc.10_1645754931496_0.022279584890054327","host":"s3://npm-registry-packages"}},"0.22.0-rc.11":{"name":"fundamental-styles","version":"0.22.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8f6ab21f2a8aa5588436df52152230aa9de7eb45","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.0-rc.11.tgz","fileCount":1047,"integrity":"sha512-0ircajEDqM7f0Czio2bQ2zpzE/shQOgm0ZnUS5CF0nepg6Sle5XLCCT6+d6+Qpi9e5K0LTKK4mKBe+4yj52yOQ==","signatures":[{"sig":"MEQCIE4aqD0BfqmGIDtf6DJ05wl6PZWP3pH/w84e2mmbTIswAiBWihcjddnbXtHfAVKUAq3DHjis78KOsZBSDePm7wgtEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35078210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHpS1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8kg//Q7O8Y9T72E+vFSxBAmTKIlx7uFUPO4TMTXyVbGVw6s7RfgdX\r\nKK2J7OPpCJiolmIj2gr+/SJvmlT6WOb3yusrVHkc0FjML17BxI77zl/30Xds\r\ngaNxiLdqe31qIoS/QEu1nx6BjzcykcWaKreeZ3Da+ILtmKThAk9RNt589u8+\r\nk3v5J2RM3OHTzSFCrd7ecl5wvbUVy1lqYcOaEv7/wlO7/bm9BoqPX6e8oW98\r\nTOVa19GP0SuKRz+0RnWtxwHfvuQIjDPWd8yDuOJh6Bo6aAPsxRiQ4nZ/tYcT\r\ndBfxRv5S+Gvoo3WLRB3LuVHDFUpjur938+i2LzWJtlM8QthROoWcKTmUB7oR\r\n+A65StXLrzR4hgWFrnXculsJb60UC8FYsyO9hxE8IgKhxEyLCtpEwWGro/9t\r\nFjsfnw+zMW7EFZTdkj3wP1w67e6+vq+aIoS0Yp8NSXwG6ZWHt8kIouWiEDCG\r\nuTt50ROfijq5VEerdVL2FPTdgn1FTPnrMO5nsI3CSyls+ky6nmBnwTJ/wf9d\r\ndVt5lpGzDjGYGUG3VUVl/rUcfhQ8NSnq5eau/Ece3D3XeXASyLuOp8ia5GQb\r\nkCzZj7HpVAJXsDHxWHzZ5pjJVDo3NClJQwFZYEGacGYo5k0MU1VkqTt5yp80\r\nWcaeaEIHzVcQLmYIVn7aDkutGnEh7epN7Ec=\r\n=sDDZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0f90ecc7dd07d3ff13516f676fc0cd9e5895aee2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.0-rc.11_1646171316952_0.38149690934301406","host":"s3://npm-registry-packages"}},"0.22.0-rc.12":{"name":"fundamental-styles","version":"0.22.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7785b3ea7dbb656fa2608742302b521b6ec1f003","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.0-rc.12.tgz","fileCount":1047,"integrity":"sha512-QJOqpoeebi6Nu38G3iu8ioJoZ6ga+zKdGpKXe/vHKk7hM0MKp3+EC/2FT9tprI+yOzm9nNkkhOv2OkbG62rlPw==","signatures":[{"sig":"MEUCIC9a5Yf1krUMudG1FIz1FZqBoVmbdjJrXalzE/9CryVSAiEAv3U1UZSAYQw0O0jllrUTXpCObKjx9uxSch3M1P1grBM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35078210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHpgKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrO4Q//d2073FA4a8tFMbggTjOfH4BCgdoWkNBcQDVAb0MUg6W32A5Y\r\nHe4Qoh3LlVcGXD5REFA/UzDm4fNTzs177UmVSMM/ZiwGTYDjc6PDO8vzpsWN\r\nUwadZgrJOYSzh+daQqV8W1RXiXxO8leIM/B96TDqlbpwXPkmsA4/fPnOHWYe\r\nRBKoNFkhp9hFdRORTKu5NulI6G0QwefI6FvvN/G2KhgS4JmQKKtS9uFrcIm4\r\n3NzZTJ9Bm1MS2sEPnUhvgpDe3FUz8fIXDW3dyaOioGlwISIwiYDMMtoAZP/M\r\n08OhHgL9YP8v+Cqksqdhm9i1c7zPCaxIdi9nxF+4xRPbkKYoFaH3ydUXU3FZ\r\nSmKQZlsg9bKaDOKMCRr36evFcOKzU4HxoMxOGioiIWbK9nNuN29T2lg+P52r\r\n1yfIM4wD7QOV8gP1fa4UWFzmIIOL8/c1zYAJQVWNj/O5QBSLD6o3NnK5sUwD\r\nkVQURx12eFiETarolopB7zcNmnLkv/hExYM2UX3RB1V/b+qvgwx6N5uI6kJ9\r\ngavME0+V9Mf22KyyY6E2uVntkUcGIqd5Ui3A7iItgUkxSdYZhvboFwWA8gVf\r\ncE7C94I9BJLYJkQpo0BPnjq9MRJIO1TNoR6is5Qw130TiU5QXWf6ZftnRhjS\r\nlLmInsmQ6n0Rnk6HU2Bts/mZWOlVklU+lVM=\r\n=NgCN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"152656919f0d1bad4d355ef90f14063897a7d368","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.0-rc.12_1646172170580_0.5108874009832849","host":"s3://npm-registry-packages"}},"0.22.0":{"name":"fundamental-styles","version":"0.22.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9361dc2c8347048456736b3e0777f5b2ed7578a4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.0.tgz","fileCount":1047,"integrity":"sha512-m2NLuwEjyYhPcTr+zJqLVfO/7NYVtPhln4rH2G2D7wB9xeeW5C2gGgwx2/cEjtBE0g0+jjWfDPE01ReTIFuUnw==","signatures":[{"sig":"MEUCIGfvujo+ujF1fFuN9Je6Rr1TvjBBN9TQt5gw/kPP9F69AiEAq3O1YjRWjy78DW40zgblAaIei24mBrVoEXdyye43SXY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":30380241,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHppdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmri+A/+LI8JCuCakqbgMTAAX2Om7qv+9i4DXlNbIcbW4RFgZ59wS72F\r\n/VLbCCyVS4g2UmgKZSSB2ZGhtoZE2Uh9NAw3mH495e8M14f1AngHEhW9tmt8\r\nqZK6SxdpaQHSOTWqVjGE14YvgIHuBlYbyzoUUrDAZWmNAbgyNLZtBXUnNm2W\r\noP975E29mhVrXOS02bFg/5XBCKg3r/pmU6+GmrIpHyQ/cTfLV3D6UJRWQNXH\r\nl+JKFIOYKbJsL9leAR5F9p5ce5ku7FNAOoGxiY+WvvThy4Ir6WLm0F3fcLeV\r\nyw0IHWYGL0E+BBFA7UQV8NsIa+3P2HV6apmQcFjfr5dIa3giRgkvqoN9mk0Q\r\n3qQVGVxcfHKLTI5XI/BYGISwkRkytkcelz6BAnV7T6zAMRHvwZWmNyH2kLar\r\neU9pIfHhWDHdqWMOtVd/knjQiGIJ5ryAv08FOuc+/rTABPvbjD6/paXBuTUK\r\nVRy0oHoFJMmD+ThSH9TKCtHixCqmnvCPCTPOOkqHyyDS3lvWT/p0vUy/Q5Pj\r\nN+dp4m8OOX1cq8+OkIGhP76JwwnI90e3X13M+a1P5xSuzzz6KnIzLWLu0tae\r\nfsM9vdD/tBbrfZpgf+rgFQMPSUskrlzmITbmilsAh5bF5IRRy8LQ2pURGnaO\r\nIXOwlfvylHgqsCmhHi5msj4RHkXQUk1ljzo=\r\n=dQE9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"34bfe5c3057047cd2ac0c456b588d5cd61618fad","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.0_1646172765134_0.9023044230091566","host":"s3://npm-registry-packages"}},"0.22.1-rc.0":{"name":"fundamental-styles","version":"0.22.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5b8b400bdd92728e9facd0d162d1d69d1c876e06","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.1-rc.0.tgz","fileCount":1047,"integrity":"sha512-8isW9Ix95MvCdjLGd+SfyIalrCXj4ljgV0qPSGohoCW8B+0k9MR1dqpkKjmuvVbFafaEKFAHbUKcoUGlKp+D+Q==","signatures":[{"sig":"MEUCIQDFIPkNo+ewo3Kwx2cnKWUE81hhJo0E3HOeOSRDo++jfgIgXEICHrReekVPQjotx4SrLK7BxpS8L1fqCP4KlYMWgL8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35077179,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJPq5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoLxBAAhAgLji8c0fKUyGo8fhsTdUpaJr26fLJ+Zk+ELjbp/lOu/9wZ\r\n7e3LlbKXigT6MN2LyBh4Ull0XqXBBhtzMXpNxBxtgN2rD/C6UOkV0KdtkI6a\r\nlgmAp9QjMfvWlj2m93Lb7GVQX0a1tqaypKxXsFKjqvzGv8nz4DMO916MxuZQ\r\nYLtB71kVXUDdc8ZoM0Lkr9rkB1D388iG4U+U3y8S4kkNOB7vu5ijAhf1S0w5\r\nNcAkc872X5dJvWgb1oez4atEDqIIJ3xNrFwnxvZJjNHkcGYKeE31vyiLINmF\r\nlGSgLb/yE5goFAl+Dh58L6ARuoOUttrq9IBJc0PX9R0zsb1Tm03pKof0br5/\r\nqaED3nyH+ct2OLi95SmPJHfYYALIq6cSk5w1x/IE1Gs3Dydf9hvdGbEdwDVn\r\nxJZ14OqtreFexPheyu2/+LAVj318fpI9tZwtj0IeqFAZdqrbpdHTV7sUb2l+\r\nWg1NXBlYdYB65qIuxtVf/CA5HQyChllPQVbtMJkeOnvYlVa8Imh5OyQPpSnV\r\n5ObxzXfk1/8LZ87pNhyEZZv8icjHtEeLVI8dyc0IJQgKvZwxE+ttVLoCgs9O\r\ntDKCHj8pyw+8u4K9TIpYcq4pHFEd4EbJOmZ/8wxdHQhiWYWHgeZJ7P1A+EDm\r\nayIGCfFJLGqe6X/MM7ALsUVrBfQgfKjgyWI=\r\n=4GQA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"96d56764b2e5e31b8aaa0541fb2fafeb0ca64012","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.1-rc.0_1646590649161_0.4811960418045882","host":"s3://npm-registry-packages"}},"0.22.1-rc.1":{"name":"fundamental-styles","version":"0.22.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"791021bd828ac1da1c44011da8fdf239dec7add6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.1-rc.1.tgz","fileCount":1047,"integrity":"sha512-yYKH1kuhJyXckdlIZHyvwNj6+Qk6VrFJVtIOMUTv92JUhOtPIYOLJDlOKkHiPpKZEZkp0KfnoF0WsBN122D2gQ==","signatures":[{"sig":"MEUCIC5pKAXj1ARhSZmh4TgWZQV603BQqWitF2l/ABOiLE4rAiEAtaFFPXw66gp4DFTL1hU1OdbqITdEpL/DgvJMMHQeKfI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35079059,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJSF3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpckw//d69Vwa7HUD46fuLm8u6DbfEZSy0GdlLSzobRTaFrXHl7yKGe\r\nJw/ysLGsySlJ8ELih/JO6WEqLhoEAfqT5OmP4rjNQlp+SpWuBZW5gcG4XWpy\r\n8D5/isC9iB4jyV0KrmFVuVkD4i9zqU7IVRFFk2hmWwSsFZCD/LNBAX/1qKis\r\nORRroMxsbw5t0FlJN0ZWKH3wgHsGiaLdTE1BfXMJQXs5a7xkFly84lknKg+n\r\nWLCGCEMnAZ6V5e3utHR5ABJ8rjwTIGUsaZpopRZKL+l3qVnosjitrGP07uG2\r\nEjAnsw1BrvC6ZUxrcv+LLr/96lQn18lmYDcOk7xXeHUeeZNd+SPA1GZpGueL\r\nLfwnW9iJWTe5i/knZGgAl2nyjj+vVQp02Uswbaw5bcKPdpEbVnAkGgblsJX0\r\nlRr65kduOsGaxg09RCsFfEN678lYPwQF6rcu4UMEk4G9l9zKQH8xDddEmYAV\r\nuhe0snQ2yHruCJ5xHMEQrZ+jzNrROOPF5pBNfVRBhco1ifiiBhEWo8J2gRx7\r\nrFhxvM7D2GQyquRgiHD0e9EB/2m94hpZ9V4ro0GuKIjPgfS5FjmhqZ7XO5yj\r\ntuF/FYfiLVK6FYBJh/MeM8qSZDLQegPqh6vMuf/cMGx+OIvJOWZfiVSTwB6k\r\nT6Iz9s8PFyToPcOuAXRApViBtnl2eAo7eUA=\r\n=kV3f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"12ef0ea99c653988c46af95640ce9966757c3ba1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.1-rc.1_1646600567391_0.6208277275226419","host":"s3://npm-registry-packages"}},"0.23.0-rc.0":{"name":"fundamental-styles","version":"0.23.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7cc1c53d77388f1166190310b14e564fe6bb8f65","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.0-rc.0.tgz","fileCount":1047,"integrity":"sha512-MQ3nbavo4C0nCn3NPyK4YKUASheOM0edmrTlHSxTlQQ5fr2f2FPTdrzEoCVFuL9RjRASdC29hkWe9UwnzuuuTw==","signatures":[{"sig":"MEUCIEmFGX/w0rsZeij8Pch0qbgXoDtROfPKZSk9NYcJjJj3AiEArowREOYM6wGa+Z5WBP4KafpGNc1UNp0Vp30lcCWQfCM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35309267,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKKY3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr6BRAAhQnh8mL7aAAIr1SCrS9DgrOmLXZ9d20ZgqSExhs1a7kfJsul\r\n1UeClHfNIgllg+fJgoR2eCWzgwJz+0BpSM9UXXwKRdxlNauGjysVkN5o1PFa\r\nmepWuaHbnkfTlVMEiRQkX+483sMjzdAnR0qIGdtxCdoI6Z7SJN6DK6ZtTFTr\r\n0cizypeyrHohVZNZpFqcyvZmY1h37AGZhm8d/di9HYx+SRCB4XcRkOuWcTTl\r\n4Db9IcVtYsnuKD0bJLmXGjawj5D6w3QjjeJTOmefh/+CMNAzON+dZBT5vgW+\r\nKquINfRFZ/gGJSb3FihrwNRfxGV4EoN/Q7ao15mm2cQllhu2xcfY501GXCzn\r\nW+9567jVVdsa9u2jVn/QGSCkglefBQCHWdBMivGgcK3bzEqBu1cfD6HXBdkL\r\nJ1R/np1KKfzZBPu1VqOZYeQP340/V2bM743msjIuCyCld2dbbifI0upuFTxI\r\nN46fQvIsneSrc9oiDSmwnuYauv5E6qc7KJonkVAZ20Lkoc77oDctyhpvEZSU\r\n4fl1e3mOy7/2k1EUlWAlgHLLHYqsohTz99CN9BVnISLlCeD0A+xzfrCgbx4a\r\nmd8tY1Zqkv455ALs6+VGvsDo/uSnWyeV90KkUZ1pA+7Dx90C7igbzAfl+JtJ\r\n5uw2y/oHlbXYC3ey2rBGw32+jtU9YECx8is=\r\n=iKAh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"73301df163cc9f1497390ef692e6c1617f8de556","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.0-rc.0_1646831159266_0.982193784613332","host":"s3://npm-registry-packages"}},"0.23.0-rc.1":{"name":"fundamental-styles","version":"0.23.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"21eda0906b4ce045dd2486f9b44bf5ecbba61560","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.0-rc.1.tgz","fileCount":1047,"integrity":"sha512-QoRawXC4VxhxTT93g9Zx6o3iHgU/t5o2Ajsy2786G3r6bCXIXhAeRUvTNr91uQ2Oo1/q9KfsVCohEQWb5nFVJQ==","signatures":[{"sig":"MEUCIQDzMRZ8z3G64Lu9Zvki8ESjXVq6dU2BgWINpnI6zM2Q4AIgTMM9z9pEc/dMbIDpRyc+Uwcs4/J9tmWPOlDt0sct0RU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35324783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKrBvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrShQ//QP6zzi+/0EAxQC7MwPFOr579rWt3391eMzNQnWH0IXVDZ+u7\r\n5rocQxHT1m28o8HbNo5B77MZo7UHwWo8AxuSKIynytxKVXqbFt/DHVQxYRrR\r\nhbd6ErfmrlOTO8G4P2xJ/x95TRsAsJpJtoFM7s3PjfD2pjAi8F8UFXWhnBEZ\r\n2bD5Ew0l7iM4V/ZzFSJdP43cqa9URvnGvo9K7U0sMs6dTsxirHhSgk+cKA6a\r\nFdsvFyu8MCmt8MaV9o6EXlJ6E1rGngDApogWk/euY+oOLbepRmWys7qaoYIV\r\nBaO32TSX9+0d+WKgmHHG1YE/kQoEEYsSo5CjEVcSjtWuCciuilRIFXb9n76z\r\nW/NpbO4N4eDIfVPmU9jfX0lKVjQn0t5+Xn7ltZ58/9Qi775TpyPWHFUTjqqz\r\n2jFr5VF3vy9mG4wUNwUiKvKKkxXt54Xps9RdHjE1JTyngfiPpBgzIo8nt3HU\r\n7aiD+qWznQ4EqCNZgOaoIG5+LzGCxAQyyBMYT9YgkDLQRTQ3P0FT53iZR6n9\r\nd/AKSJgp34CDdulQOTc1ywGmcdcDJCNu33X3FmG+HFiEkYK0jPVjXsDZsAtU\r\nLE0xjbWh9feqDVBnbs9YrUvJveZfYxmr2j3Pb2HmtZBVCp2PRTbnL+3ijIUf\r\nPjRDWUENMtBv8pfONxM1bs5BlhP15bVe4Lk=\r\n=1xDI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"aa7307b9edb9289f93f0fb09a5966ac56eefd629","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.0-rc.1_1646964847679_0.24492201350481446","host":"s3://npm-registry-packages"}},"0.23.0-rc.2":{"name":"fundamental-styles","version":"0.23.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5479aa1639a9907a21147d864a67ef37b5a1ddf9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.0-rc.2.tgz","fileCount":1047,"integrity":"sha512-fYVu+Cfpi4R6AQt5agC+Dw7g6r+SrS2baoaQJw1Z52iEwr473fv/pQVDSfMIXjI09o5OOLwuPvvKZJTOlCrzSw==","signatures":[{"sig":"MEUCIFQAxl6Ba53bBnuq0cBpIgv15WZqtF97MqGm7SoSc2yZAiEAu0hMq6AuS9w8+tVSt1wzP5f/HfPlZW2dBJmGmYQtCEQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35324783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKrPEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo6xA/9EA2s0rdrZ2dyc3qBIn3kI055V3WYXd9+RQuEOH/WX7In96/H\r\ndX0DwXzmQ8mbnW4qTHSDlN3fn3iu3p3Lu55u1xCPUbmb8bwEmP8nQS7Q//Vq\r\nqGNii90YY7O8S1EdJrYgJUdqWJATjfqS9kByEGIzvCbMOfkBXQKRYFJBLJEc\r\nn6GIS3pCRoZoaMbcv9lvIc04un9LnG8VjDHiVurw81G8Ic8X0qUg5QhphE7k\r\nW9MLq24bIxKtD1NSwJJPLR2wYYKzo4qtuColLcfrK3i7Tk5n2umD2MyKvLsM\r\n9mpSRI2lpDFFWba2I2XkISEjBRuG2Ox7LLGFwIl/SydWJIFTLFKkyaOoWDDi\r\nsXKDUJmcJ3hcFBSshDoqN/wY77QLAV8y9GKfxBTkCyiGyJ6eHjA9AQ2W6l73\r\nWl00DD/aKPihnoF4bbjXIojuzXW/8dQeX0B8JlBO2sEHJN1wDEiDH1rCFMmz\r\np9+LRcjYwj+xLvHU88+qyerOy4g7zrDpyn3cKf78EJuAxT9/HZ2kYms8TqNe\r\n0v+5wwH3fu9pY5J1OqVq2WNoINVgcwktwt73iw02n15NcokW6HO+5PKDQXt4\r\nHXxZntTqoct3tISoaQsbyjL9v/fXhR0s26841lu+1a3AQMy3NFf7aOjZuWkL\r\nrxB52ilpxOuHIAFtoaJ1+Epbv1BCSgPb/po=\r\n=M5pi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2a10502d51af9c6ddd1e7cb7fe5bd2a7bd897d36","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.0-rc.2_1646965700246_0.12067148759506408","host":"s3://npm-registry-packages"}},"0.23.0-rc.3":{"name":"fundamental-styles","version":"0.23.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dabe7b100a3918dde9bc584d5fe57e0156c3784e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.0-rc.3.tgz","fileCount":120,"integrity":"sha512-CfqTjWOFLUtAy4yCg9K7d/WTv5ejmBh/F/fFy77puDCJZaXpF5I/lA4scWqlwIWEmEp14X55VsjgIOWoJCOqDg==","signatures":[{"sig":"MEQCIFJx3aStZ0/3tmP7p9KWFUXMEfbFqhh7GRdjU4DpgS0uAiAhtFp5o2b0ZrsnITIIc/6qt4IJY7W9TCV0a1E3nosFjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3260752,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKrb0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq5tBAAo/sfnBsieU7WjcKUrAwFTCzWXYA1waejmvhxC8iWDYJm8Tc6\r\nkp63zK7smBG3Z77hyw3fdvv66OrM67YrcteLGDtXlsVn658AfC6rDJxVsonk\r\nIlk+BFaFBNw7y7I5yhCf1jCkVMRbhraNcu4nDjwbkOEEVTKSVGDFwMMCBZSJ\r\n6GC2G0MtITQIArVWcfW+C4Ysz8mK1H6ULHNhYvmWLf0w/ymTe/vdCymUiu2m\r\nqrzvXVsLGkaPEN18rP7ADlmAlC7b2H570xSe3Ug6sZBxTjnORj/JVeZfT57e\r\nMgl3Zm9KUWO6eD0o1pDlG2C/69n1Re/wro/iR3o31qL8w5/9WBSIHeAUD4lO\r\nnOCsWEYx6x7qC7+YJ5WUL1BcmEEkCISWYQrsWeZMLtppQl//CAlMJSNjNhva\r\nyM3UIeBj7A9SnKZMOCAroIPE3LUkzczPXeE5v1u85vEfY6kS77oJsLbLpoVZ\r\nTWD/GsXjQ3umEsaB8GtoCU7nOQROr3YWv1/EZLiodXCGuKHIh8Mxiik0EYdj\r\n6fR0fwi4oqdvvugoht2sBq42MBRv1EkN5u12gdTp4+LpQMMQT58hqeha1W5X\r\neY0M0GmcnAjGoYlgu1jgpyoZdIpxXWeexFdKeffA51xSUhrKHIZ6R3MWM0AX\r\nl05lr/K5hSTonPfozpjMzo9PPxSGFs2Nvhs=\r\n=uS/0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a5bffe536e6af0010fdadc1dc34cc2301fb7c97e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.0-rc.3_1646966515974_0.21017210038088985","host":"s3://npm-registry-packages"}},"0.23.0-rc.4":{"name":"fundamental-styles","version":"0.23.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aea48660d798833e07f6b1537ce2c6c6ca32416f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.0-rc.4.tgz","fileCount":120,"integrity":"sha512-fLXPKzDarVvI+vKbgRNaVx5gMO8aA+KnPLSHvD5ryyFl5q0HL+zt2C/o/MoU2b8fZTZxkYzgmZLNy1KevMBh4w==","signatures":[{"sig":"MEYCIQCRqqi4fDiIZNIjUEwT8sv1WWZI0+MObEp4dz4zgVFaXwIhAJTVuSUUN2bvspo+f2ZIZDhXvhk3Ys5WhZG2fBuhQsND","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3260676,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKrjmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrgQA//ZE1PQae/8ewSVYB4q4hCzr2C2D6wF3RrdVr/c+IYyC88oh41\r\n5vBLi7OdY5qDq2yknqMnM75VB5rG4Nb5dv1WSXGLTPN683WAdHfhRODMKg5I\r\nbAhAq5L7aRp7YAAF9kH0OygjqwQjwBIBV2i3I8saQOuqVTXjzevoQzcI8JDD\r\nCY+M66YKwpMCAucUM3Ex8vUrb816Zlv01ymFam2SLBF3YQAx8hB6N4uCCia6\r\nQ+uBCmFiKSxvL5OjEMZfFaEO6x0yfTSPsN1ab2GzQ0DgTJQ4k8AO7p6UX+az\r\n50bP3iUHJjwRr/kl2djsPTOWcPjVQLCTataL6vnIgCOM1tg4lqzfuHVIWZCF\r\nim49XUPnJMHFavP9woiP7wTPAOqM1WFB4lfWx3u8R9nbMTUw/On/F/RXroRb\r\neh9w24RaEmP+35VwVzF49dSY06jfnRDbc2RpOdx+sMI+HtIYpnqD9nt4PHvP\r\nn5/U9MRYT7S/EfTgV5scBhRMDuMs4k2is2QXCdbcm7fjAMOtd0GorEpa6hE3\r\n/ROPf2xjGckm+5TzcTs4FRMjvW3Chp0rdC7RJKttVrYWnjg8VhwKyTw3HYGO\r\nkw07YxV8oLEIuVf2qagMWxSKZVwsAN9HVh32NXyk+bQjU+Ja/pTtcR3yfDiV\r\niFn/8y84c4FWzejOGVH/SNUd1iPfcO9Q+6E=\r\n=UzPw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c594bc793fed329b58b395d36edebf774b1e0ae1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.0-rc.4_1646967014617_0.16281414645088632","host":"s3://npm-registry-packages"}},"0.23.0-rc.5":{"name":"fundamental-styles","version":"0.23.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0fa396edfb60dc9c863673620f2098b093d8d43c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.0-rc.5.tgz","fileCount":120,"integrity":"sha512-5NKhKVOmhMQ2okT5oIkGXJun3eLXdaSNIXdeKLQc32jcBuV6CtoUZKoQvJQ+RYTbr3abc/4RkYufZJIfQO2Ibw==","signatures":[{"sig":"MEYCIQDYOwaYu7jXxQimalMOft8sOAUWLJEKCEib+A2r70DudgIhAP4Pz3+vGeB2MaCRUT7mYV1QuINUjNhu/ej9Xv1WBX3B","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3279694,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKrrTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBhA/+JBo+8YFxmVFcrfPvRo9WlNtdGpHSBrBkQmgH98F16H/UXLnD\r\nYoI6Q9B0GrpAjDsk5dg2eOB4NoUkRhZngduUsd26c+YBdPnBnDx/o7tmJJkh\r\nazFkBCanrD+GYCv9IgaWOtha9fOpCb5HwyfcJichEgVWwiLAoSvz/swji8VN\r\nYbqIoUr4MgP347Xxd4dCnTPwGFK4g70DFhCdW0vazBAqxNUjFBNYlDLhKa/8\r\n5S6rifoHkBmrNIXDybBvgmdkR5vyzApRoxuY2PUNEDJ2Pased6afNdTYh9vX\r\nMJUUwpn1XaRxt2RCuwQnaKoyoImgn+Km2PvkqMJaoWij5HM54F7V961GzCmk\r\nh8RibGjbcz4PeK6Mas1Ib/uzWwoJI0uHn2pNRkpaSyT5xtawHqDicgB0OBEy\r\nK8mQuGPm+NyPDvo69XSxxDRhawUDDFqAKsMbJVZxVevQ4D9AsyhsuD4TwGyE\r\ngaK4VeSNEOF7pFG7L6DqUvUj1Qggc8UEPO0qKfrDbw8P81IAlOJCOfWuyiw9\r\ne4JFP+TUYV5lSCpylmTIsEoAc3C2wuHmPOctC4TgBxVVjI5AsI2mIq5ZV+R2\r\n5i7qwHmegZwMd1MyDclfPMdQg0h+d/MJf7oh7rBFzhOC4uqmL4iXdhJIXD0I\r\nLBYLsdrJCD/hpSYHELNy8xHokeY6MXCcSw4=\r\n=rhhs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0e5c2365f74e404e6e70fbf59cf9134de5801916","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.0-rc.5_1646967507420_0.06845371245667731","host":"s3://npm-registry-packages"}},"0.23.0-rc.6":{"name":"fundamental-styles","version":"0.23.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"430864b20e738b9983fc2dfdc10c32d9c977f19f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.0-rc.6.tgz","fileCount":120,"integrity":"sha512-mIawgbI6AtSSD+rONePM9rQmA3ONh1pKhN+MVYWq2k2V3c8BKw2gAHMXq6OIgplChHN0G1r52QBR8pDirS2n2A==","signatures":[{"sig":"MEUCIQDhSE/qjwZKe4fS+VBgif2BYyIDX8YDr5tCC8z857656QIgN3gq86PbpwXxYzsNjA9DQu+TqMLDpP/d+6gsOOm43WA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3282681,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiK8+mACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoFIQ//a8RGGSf91CSm9uN+airTIa4ti29ZoSOYV5LQKnIjz420jBf1\r\nUMnUd04SYtahIApBB6bAHI3jn2UOTk+K2pgBRFkAGErDmBH2/D6mHC5YvhBW\r\ndTNPjwGh2+MMI2UjoXu/SggFvVO6D5eynaV4iTxCBE6We55en3DAlMw+08p2\r\nDBkJaXlkJhDUoqPAR70jwsSCOBlFjl2xzsNcnchLaFlg3hFka5cYCcrc3rD3\r\nq7jZBb7yRKHDSITvNU8dnhMIf1XExjQwRsqNaDT37Gz0SaxCDXASvVBc+E4J\r\nwuuUc1MRo88x3/+/6EbhWLB+xuR69LanuJzERXHxHNC6zbRm0TnKIFY5jsui\r\nAivP1u9rs+bE/t95/b2pbrnQbo3TNwsQnj7PU8QJi0lKnikmTRHATEqze2Lc\r\nCjuZnw8GjgHYiCxGgp1HcSULFvbfPiUbPLcTxmnGuMwL1YzSh4zjGo09rYo+\r\nUCnAiTr4rNfBYgnlu6WJQV8y9vPKO6Jj3LlEmcgsr55+0cc9y6YT8inWL6Te\r\nC2zE8IVuEkvm2pkViyeGWGr29sknNFRtpdzMVYlHHo7x8GTsnOMrSr+Mii6W\r\n3Ku2lQ+5QdCV5WsWMRNbFcSh7cWC90EnluAKgHsB5JVcW7OAPseZP/Nwg/X6\r\nJzlUxpBHxnaNxrpCVMmpKWNpDzeXZFOD1xc=\r\n=3kyl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f19cb21337a64a3483196fb5a1d4ae640c1eaa5b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.0-rc.6_1647038373901_0.9916203974052269","host":"s3://npm-registry-packages"}},"0.23.0-rc.7":{"name":"fundamental-styles","version":"0.23.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6f3e0d26c5192e7b9b90c7aa0fa287b2990ee486","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.0-rc.7.tgz","fileCount":120,"integrity":"sha512-xnOaiFcWTJalS3T9hdxXm9CXlbsoS7a56KnUZqJnaTo5GZ9tQXdZDVsN3g5PJ2pNKv/1H+W/8uFLEc7ZpUUPtw==","signatures":[{"sig":"MEYCIQCF/0DTImFBQ5v2fp6tGUNCu2V7MJZBznwqBoPhG1H5NgIhAO8PHSnPzIZuKgR1qbm3MK0pt9UizNI5/4YI61jVp1dZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3283719,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiK9kGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoxeRAAnslSyB0/KDjWxPH0cyEoDmUJykkI6bqtWKRDLMXdSgouaXgM\r\nx8QiWzIrAS2u9qd+6AB5LYcHaiL97ZHyTEoXbN3zsSZe55DtNUJ0s8MfY4bP\r\nUDM+cG6PjDwTPQbhDyMGaUNSkt+w1IghkQE6x9JDgPOTE5fAlz6ECESI4vkv\r\no12BYFoyPf7epZRLsgECPVpXPQR5QfLnGkUL4iIJnhFfflkyEow0hfOUSh0X\r\npIxlqzTkjlufDzq9nQIyqpBm+LQJxXtVkAwjYDf/AhnMBeMkqRxuhIbkZJ06\r\nCd7ntfM2dlBTNu1kE/IJt2eDoR1U2DJeokovONh642wK/SptoOw0A4OGnxJT\r\n9KnT+djT1/+uE29bGwIjb89G2zOFNOzu/sSfv5/PX+pox/sgwXFLpSJbjZ1w\r\nqSzC3LmWaw7mc/t5GWdwUczCwdLbQ6k060nfuAAn8BdhVisc90+aKcv6gb0T\r\nZ4ycZZtQo/wFxajBVvXXdQvEzYg0YZUptCQVpb/O2WlqwJ0aBuPlgn3J30wm\r\nCRoonBozXxclL+E4n4h4I/xWHAMx9cw7+1XJvnc9dkHFhIyMcbSxmWpVMaev\r\ntmLPA3VkaJb41XacGI7T2LrkhAPi2NOeGJwY3a+duSiDWYudLjjsa7XM2htu\r\nww+WTvpXEDY5J2OYWM1ZlrltymdyxDHIFlw=\r\n=NpRV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"648a884826148955fa6dba5f77cbdf9522920495","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.0-rc.7_1647040774470_0.20987629436051725","host":"s3://npm-registry-packages"}},"0.23.0-rc.8":{"name":"fundamental-styles","version":"0.23.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f5c053188ceaec29554546cefda77b301701f69a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.0-rc.8.tgz","fileCount":120,"integrity":"sha512-3YxA+k/i3bLREUE22ipWTuqpXKGb+1vD0gxkJ4Js1Y/wIsRt2Ru/SPsHwLzobkyea9eWPB6u/7nbk5BKAeayaA==","signatures":[{"sig":"MEQCICOoeMSuvjyrNNWn7NewyU24feuFgxjEm9VKTjwQ2MttAiBFmiVZDTCYUeXeLuLukmtq8qOgQSZqvi+5/K8DafQmpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3283719,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiL9EAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoFNQ//fcH5NFt76z9XivehULHI+ez8zjSeSxJ6ESpvVHVlo7AN+NfY\r\n6pCaN70nLupTHa3F4BZfVMzOLFwiVmvLcA31sK+TXIbfSpSAWn8b/wPSAsdS\r\nfU63vlycMCaGadqS9bKFkKLqcvS9ADr4uz3Lb+6T5wnFC4Vejz1vPtX2uE1A\r\naK/H/QplHX3+rbxNpTsMzZXcFOp6FrVeVT/dAggFfqQB3Qw5ewtbh8qmjW5o\r\nAgkHoaElPj+Ckvc3CCc8UdsvPcXUqrtzXPaAkslkkMl5THT3tguTDCuM9uAg\r\nadgwUv+BymhcWz2xseMOKQoHcTjqRue3uxBMzIfoAIqNzOz3BxTyAOhZByjN\r\nKLbYB5DNLtw59CBEwE/FOo+c3smeFEccAO86bRaAAbeu0PgKatuHWA5XM4wN\r\nfSqnBF70JzWChapUtxARp06zq6jc2ZIrJOPawXxvtTua936yB8GJo+v9KxHk\r\nQyfco8vbe3VDOj3uTuzvLQEaXjbZok/KgOfpmQ/DQAWuZSm/C3uQ2MOmK0dF\r\nHxYTJfH8AAU5F7047mzBcicMdeXz8UzhbVNlpmvg1kYrdZGIoOD0PZaGGInc\r\nGfTe45X3+f6Wvar1QBJxuQBOk/kN98ysRvOD5e0oIZRckZfgYnVFP2GS82Ls\r\nVwEgnXlaZRAfnK2vuiSo9LnW5Ect0+3WUnQ=\r\n=ePH6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e1fd2602b5013deee078e9d84e5286520ee2e7a9","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.0-rc.8_1647300863769_0.5255069582209406","host":"s3://npm-registry-packages"}},"0.23.0-rc.9":{"name":"fundamental-styles","version":"0.23.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c8e9bedd45512cbf2db74bbddc54be7c7af2a090","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.0-rc.9.tgz","fileCount":120,"integrity":"sha512-fFdLNdlUDYyXh7v8U4RB8gGjwMZ1ZLd3RzIB2a3FUJ8dwi2XCkx3p0wGnQxcA486ejAcVUzppptCqhd5Nr/ZFw==","signatures":[{"sig":"MEYCIQCKgehBpwO80ll8uPkpIL7y6ETyD85zmqne2Fxi6KQ7RAIhALnUgAAzBtIfgGrKvte/ZlBrniwh6cxJ6tJ0R0LCNzFF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3283719,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMhbNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqgEg/+KBbq5hGeV4Paa39/3RWt9OFrcCCha7BBF2oWxxamvsBRZt64\r\n9cPMymCaZbe0KFZXYGDp0v2ysBe6JvfIy06kwBmv+aGt6qlP2RX2aKiRekdw\r\nHRpcw3XJzs7GVMjrmpQ8GeG1HGITZprIXnsdc0oOn3nb4wB6CtsGVmXftvFp\r\nMGFC44+To+Enohh3rx4wOcpnten0OqZK9t45v+hdy3T47WNheyBMM0tU9v1P\r\nopuo6dyN2btFm4nElfG/2hrBTjfVmchC4GMNGZZMnILCKuF1O7e/nuhS8ThY\r\n0HBWDL33vXMQBKKpHOwbU7Yjr7UnQGk5zuyTewPy5xBgOBWNglvqDwXBeole\r\nLXM87jjqWJqS4YCG6EfW9O0FBkhAsPUQM4t3low0w/+/8Zp3qpdkhoO5Yzg6\r\nBYOd/u73efpBQc87WaZGFnmXNjds01lmvf7wRMTGXYquzH2PRGgrB5YDFmOw\r\nUO3/ZDiWtgf35KAHeyxM0VByMFQw27OYRwq6ocdHVozyExRW0XTt+Vcm+Zsc\r\nsa02TsDZEGOHPaOvLPB43uM95ilET1xmlwUIKs+3cNKFCYsaZ8jkEwX6fbrq\r\n5106rdAZMFPw/5tIUfrq5kAmUXnqFo2gTK6sql16w457zxcyoMRgvbPvqHQG\r\njSFgiAxZe+I28G7ALwnfXnczgrBFublZFeI=\r\n=CS57\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b0498e17a7054ff5c312630818d875d36fef2223","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.0-rc.9_1647449805143_0.5508202530064452","host":"s3://npm-registry-packages"}},"0.23.0":{"name":"fundamental-styles","version":"0.23.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"711bf9fc152e1b3308bd842c5f10c36c721dbc43","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.0.tgz","fileCount":120,"integrity":"sha512-A5VtoDI8GebDziLmP4e1S4RXwlagglCgBUfHBCCe7OPzbIWH1s4rQ1mO6rp+Gd8aj0uvIe1mkHi+pNKEdqSg2Q==","signatures":[{"sig":"MEQCIDrZcPaaRlK5EbCWQ+9ZlaMqGRmmNKEtej1XxFVzEoYqAiBVUyN/SMjC19pM1I4Ec928wyDtqNVh911PSNUkE3Oo9Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2880591,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMhiFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3xA/9FVoWuRYwHwdAVGFKqCBVXkTHx1/oMjzaOkS6zN3FXy/kC4D3\r\nrcDVVI8fC6aEfRb/pEODB8JAmY7oCZuwKWW7cQxz3xVO+vQQLAdXEd32ZOGD\r\nehfqkqoVwe0Gm/NLLMddUHZgQoqV8XegiCX/dU7V5820FUPqlZ4SlCm5XhDf\r\no7/SxbcO6/GTlkPmQi6Mv8BKoFK7+G7AERr6eJSjRorJX5k3n11LNDV+LHL5\r\n5v+1xDYrUrtsuSQ/wE4tUlRNvrgASJ+dPdCeoTURcrql8AxH77+555kA27Mi\r\nRBb6x9s3xFyyb5PCQF+E5uE2W2jCAdu8lCvtlb+XXh/OZ+SednMks7XljLLR\r\nOvAi5+Kk46K/IGrEe4vwRZlo66wJniv8DjFZWiOCcjldAOvMKSXHr74Tz/VO\r\nPMwW9qgqgigWg9bXdmehD+QTL9e+nzmJggDr/aMajEodPWOq8/BUeC3nk5P7\r\nZzKiJvocqdy6kgbo3Z/0KaEY0ZgVk1v8HLU/0NPC3/ttD28ud9dWBjU1fk9y\r\nukjAoCPqqVgRCQ7gWl5a/1vKHhOgTSaC4in2fUTMWFS4WQo4BS/k5Ecw0YTQ\r\n9idpHFZH+1ihep/+Mi07vZUJaURsItJPhgjyNt/ShIXIhccShnM8BkKs/qen\r\n7TqGn/P2/CkhnJnvCWbJcAkTLMLGL6MemtU=\r\n=QY08\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"85c2b1d46a8c67c13e715ae64c0508cc9fb4eccb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.0_1647450244812_0.503763588360842","host":"s3://npm-registry-packages"}},"0.23.1-rc.0":{"name":"fundamental-styles","version":"0.23.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fa085762ca0d29ee69092bdd6362c19818a58233","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.1-rc.0.tgz","fileCount":120,"integrity":"sha512-op3MZWUJ+AmGK7rgVI6EA8VCZdSxtk/1JbwiPvRarLOs7U/nGGnpCbvD5yonqHUKbljgFZS92n0YeYDmonLZ4A==","signatures":[{"sig":"MEUCIQDtJR6MVuUxOarCHd87gyordLCCZxInfFj1eTxQ40K55QIgCFH3Nbr3KbGDcMtaE0yHVCyxArxxu/W61zexBU4EXjE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3283721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMnIUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZZw/+PrMVjvQRIzYpvIL3bRegTaASEwSEXE6kkCkXEhBwcn2OYREo\r\nzRSOGk1DiA/LWBVE8Q0Jiy0gvpfJtrpOIaNnTs95048G1cy7TGPhX43Eki9n\r\nA8kGXaCVbr4UsovUe6ryzjWQD+wTVvv++/G1fa/kBB7vDNtCvSteOweupTkK\r\nidpD7ZU3Iv6zrbiqRhaRVpGtuv9gqWPgt56pGAb4O2eo2oznJ/dzRkGDXX61\r\nLKeng8P4WvLxtz722cA8eLAH/zABp0SuGk9ksx5xi3bk+FIUWoucyu11LFFV\r\ntJeOyDOPWicwejFJ17cOvAWZNpBs7C5sELUO+E1q/LIOmQE8zYYAc1TovbLT\r\nbxhmrYYE8E+R/H7LQw0puZGyjfXliUpVZnuMHJ7vqLQu3JD17t9rlkGB5Qlf\r\nEjjnOFukKA1J3ez6v9WLZ/mzvS34cugEfxVhr2C5geVXEGgQ8Eht91d95BDO\r\nmuavqNJt9rU7XMsOn1xs9/5ggVKt1/QLw7kntuRvDWfPi6CDzXACJASu8r8w\r\nhjaYkb8VqQH3bMkkNwVm4Q11ml59SlqqbUaESqP7sDhkUL7/qjDH8gGHh9xb\r\nusAFS/arMo8GXHA2DoR3d8hOgznjlPcvwu1KdeqnPpT2oI/yP2PA5Lv0V+HO\r\nZaO51VE+qqUCSjTuceYgJkhpVykMLpW+7r0=\r\n=oPtf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8d84e76f07d991da4a2ebf76db1ed3c04d51cccb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.1-rc.0_1647473172098_0.4042706520651509","host":"s3://npm-registry-packages"}},"0.23.1-rc.1":{"name":"fundamental-styles","version":"0.23.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"32e9c90a9a100efe045ee0e97fd35c8348dadfd2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.1-rc.1.tgz","fileCount":120,"integrity":"sha512-ixYjC1O5j1+z4jbj27FzzOVcXPm6ytugZntbmR8fFbxHN8NqzE5vZVg1JWu7suAN2QpOKSasXQ7+nF+fIn9ZKQ==","signatures":[{"sig":"MEUCIQDyfuBapmsNowt/h7dj5QnEwiT7QbyOkWtQR4oEig3VNQIgHZOeCEFYGSelJTSDx8dXyAACZBgQS6oyzPFBZlKYWJE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3285573,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMyzgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqYhAAnnLZytxeqNmaSuJybaity7nibNu5B15sIDPywt748sDXmOoe\r\nc0y3DD2Nr13ZHX2u4NNlr2jgNX82u7PLbp8sHu03CKN92bAPwCOKPlbveKJd\r\nXnTtUEknBiDJPVqpFKmVSAJTAtiC379qs0qs82vbachaVgBoeJfjzMN/5cix\r\na2VatokQrEDXOIRCx8uD2Fbq+HiXVXVUbgWlfw1SlaSYXLIu2xvBGOdy54Su\r\nlgr3JfHtTFqAKoCQUWsxDLtX0yMyJXn6yGk8ogEH99BpokzJG9Xmv4EI/cHQ\r\noFXjG1YUz+ylELWQpjuwXv2wYyRt/8SX31E7xe6nWtKhZDm0+LJm8sirDHkz\r\n0EUrQWv8NlH4nj36tEEhWcIzeMNe/P9LKa/Lq74z6axBOPLP0/ZqlSYSKq+4\r\nHkzYxclMI0t5gHlHPtBBBAugRL5wqnntJuUWLKrLjC/W5hzOl1PA8fNYILT6\r\nm34m14JZBzp6BPiXlzZXRze+ZoAsfxd/09tBwYHCQERKxnMdFZGvW8bPYW9/\r\nLwnC61iIeCcwxmppriQf36bz4b5UI0h3QWs0h8dS+wTxJzJALLC/vf7o+PVz\r\nKpL2bwcc3AWROu4gSTjcmIC74OzPK4gWbwH7+9fG6PV2qkEJCtwRli6POOou\r\ndMuLPLo4KhwYaac1eUdvMgL1p708TtLsQgE=\r\n=fcgu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bb8e8b9f2e6f67d75d2eba6e4916d4b045194e26","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.1-rc.1_1647520992765_0.9281749994949646","host":"s3://npm-registry-packages"}},"0.23.1-rc.2":{"name":"fundamental-styles","version":"0.23.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"04df90eb35ba82dabe9b9964d7db1c0995cf8efb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.1-rc.2.tgz","fileCount":120,"integrity":"sha512-L8Jrp7IeScoLIQYNlJx0UnzVhyAn5MlspS2/7SxPX391fJx5i8cJLi9BXNvZdTpPF4rLoicQx39VhvxUdg1Tlg==","signatures":[{"sig":"MEUCIGuOzV9TTCmXRzlopcWWyACsk5pmEh5lbA9t68fKaFgvAiEAgVfsIz6XOKjIw95lbciMEBRMHuVawjWV4+/hfVUhvCQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3285573,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOQKhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9LA//RmWF/oe8uqMcumUBZpna+o/OLn12ih+xuI3Qwhg86KgndwMk\r\nfM6Sj4JRsvM/mNcIuYQrESKksiW6VLAhpJZPG1VWov33DVqvR/dz/VloXB4B\r\nxfCxIZwh3qrgSWGSsI9aidQS05RDDq8IwRdHNSBkpKWa6xZFDl3XFa6muKFZ\r\nl6PxEVD+q93DtfnPxXYU7M3FuDK0bUPaljGkH+2AoANMPlS30fKTxROxzkl4\r\ntQow24YI4droDpm1b+8ladHgBeaGvt/RsLZNDp80y9YWq7gRDlLCksLQ5vcT\r\n9f0MgmODQOT93o7Bd5cnl5J7D4PS+6Kt3Ay5OtKK7J9jEH/4rSD2dju0MU10\r\n0p61do41UNjQNWPumDJcR967Y4jIUrtiVo2Tlz2zEvr25SKVzPTTYGyWVrwu\r\nGTqk+NePNTVXr0GELqe0/cNhPQDwLvEDRGdbqnzinOEypE8of0Ly2ojjm0DN\r\nxoSWvsLUbyWSEztxVB3ydXZ0yJyfI9maMLuAyKWMUkDJPnM856PSb+Dcl0X7\r\ndr6W1ZohIXPTwy8dVzTfnlHshD5LbCz3uozP+vTLgfaB1KsXWUICUJMRJmtC\r\nByybJXGhIcnzTJ0+Cs3vRZVNiRaquYr3iUItweqhH9LIvTj+Vfv1HNolRlck\r\nNZFR8oYcRxhfMY3d9F0OGZoBGhvhbqIg448=\r\n=gIXQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f739c30190af42cfcafc40d711c66d9644bb2d5c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.36"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.1-rc.2_1647903393725_0.9976054142256208","host":"s3://npm-registry-packages"}},"0.23.1-rc.3":{"name":"fundamental-styles","version":"0.23.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f9147ebc917a639228df75c8bdfddc8353fd6936","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.1-rc.3.tgz","fileCount":120,"integrity":"sha512-knUj5L+nnALT7MyVxF/dADTiNgPTGgCJ5J6woCw7QcYeZn4Z5hWHXTpRrN7mmsLFPb66SexIeXLw0xh43dwLBw==","signatures":[{"sig":"MEYCIQD+HUe5wrw0GhkhdSxpXfeY+KzH1Z15Wah2xZ1EYoqi+AIhAMZ/eFvLV7j2Y+zb3IAJf6ILbECCQLPAfwpUg+TRcir5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3285797,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiO1PGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqxVA//f+aTHLkNZSJV3S4o18Br4FfSdHSqDQU7q9ZR/O0dJOkIkrPU\r\nGttdsWW3Kq/kuLcIUJhcpuFpTKA4Jfo1qPtEOCtr8sw6T03BOc2JdCCCjfM5\r\nIqkcUbv6iNr7OMrBKkS/ScI2xkwbSoEX1fWSQe/PR0kS9slOK1xy51p32qDX\r\ngILt+NPxod9qlEkYYNyfN45/jAK9A93j16yGZshDwv68vZ2Bi0EyWryfkgLG\r\nVQxf4PKOIIPOPxgIXTyEnAA10Q8SL9DMnqjj5NFlmtzViCzd4OOMvirF9fd/\r\njK5htXq8ZIFj4oi2bHT+98PiddbPiM/rAyB1Wt58Ea8wyRCgBfvYx4DsfKhK\r\nqE5cbFVmlB5SKA5OgQCo1sebElQY3PWbPUYAbKlEfB5L8NGoehC9gmC14/Hf\r\ny/fbarYyfY0zf1TOVHvANVcFLatIA97lByvAb8SfFOcj8XOGMgzYp182cz3Y\r\nq65f36MbyGfxvgcIvgq8II0MGl9Z5275MomnIl+ZhQbQ+1/xrU8241ar8naR\r\nqSaWUJGXbHjE5EVzLPd64qq9CekAgLAQaXWtWRYaqnHMFe0B6nnLTo7963ox\r\nbogzQP+zkwp9t+z3HvIiMXLqZxh6jNWjUHlk973iN0p+nWsCUTBzC+t+Lwqs\r\n6I+QS4FCFnyASRmT0UYBQ0hojk0ARk+Sd9Y=\r\n=yQYh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7dfe400b212e7694ad0b1e84d3be155cdc0d5c21","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.36"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.1-rc.3_1648055238786_0.5055457880509637","host":"s3://npm-registry-packages"}},"0.24.0-rc.0":{"name":"fundamental-styles","version":"0.24.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c846fc1de400a24ff691e88ba4b7fc25d5e6c68d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.0.tgz","fileCount":120,"integrity":"sha512-kfodBZAY2YzufizJcTAh/AdKiQdeUhBbeggnfvDTrdLAEtOC49nUJf86tzkqy+Z2rSrHAD4jyN8p4b+AGSqScA==","signatures":[{"sig":"MEQCID28QsgDafHh5ozH7jiPY5znGbyjAD1OW6S8s3xG2YfFAiAdTxnWzABk3NLafjM30BsL7zUcxTQLG8h0bde7Pom9Tg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3287631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiO1z5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbLA//bDPA7qlBf/4P4SKZKwJz3a/h3ArS7pUzVYXtHOHE3qrSKXZZ\r\nKkSsSSWsI1MBGmhzo07oknQSZ6og/uFLB8PrcxJchJabgt86J0sovrvH4leF\r\nEJ/Un6olRJxVoYMApKNjMk0iXgE+4LAZJgk1eO4I24Zbanv0WseVQPl11wrB\r\nvGgakovwg8dn0QCPhfjSxzQTaKAL7aEM9BOrfOc+N5GqCOCX357pZPnNITJ6\r\n5ydzGhLhRPpY/LwSB6A63IqWVk+dubCJhyDaa9ykMVsFM6MSep2tXZtCG3i4\r\nN4V9spSMBop0GJTKQrhICYyXHEzJSyZW2SQejeKNMTZ8LJzF3FUceSrG4Vu1\r\nv6eHaBujLEJSkKAAJUSB/rkW0BVb4NWgBK215JpDaJxHNoGSalN4u8t6sGaJ\r\nn1MDHcFtDKjmCfeqmq/nRPO4QhoEGqrJ+zLdFN3M6Nli4AH82m8W8dLPZAgx\r\nTfxhaq7T1ylxt5+Qop5uRdF0fZXkcxfWAzPZaaC7cohq+AL8J6lC5a8CZPOr\r\nhTehuB8cLn8cNlNeymRRYi44ApmAXYdSUcTK8qa8qvWdjP7OLrtcjUT1C/BK\r\n9JJBlZ33vS7EQSmi8RPLrV2pY4hhIZZKYNpLrPeezkOpoKQW9lt8DL3ogj0w\r\nWuaUqSfSaWn87EWnxepSI59QNJip1KqAQvI=\r\n=4b0Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3d46c3e692fd16d199c65fa0224da7a869818eeb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.36"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.0_1648057592984_0.23475226390466708","host":"s3://npm-registry-packages"}},"0.24.0-rc.1":{"name":"fundamental-styles","version":"0.24.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"524697c81918496075891057608179ca61291236","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.1.tgz","fileCount":120,"integrity":"sha512-8m0hM+s8Ve87GalKo+pjx4VoM1bdnmgMYKQ/dr3xg8XLE0xla/9sN8jM6NJvPNCsqon3PihAbncvwf2l0nztBA==","signatures":[{"sig":"MEUCIDEnjjbgmDHPzicHCbGYOjep96EYSJNfe5Av24GcEM0OAiEA1v3XXAGLh80FtisH1o7NryHQEQ1/hNBOzS2b2sVXHUk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3287631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiO5UQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRhg//Whsjfwd/vADvWVxKCjNG+vj61xxzdaUWZWSTobXzMZPbvd2W\r\n/yqM+5BHbA9BsJj68IevtcBvbWlq01OEVlvYs5th7J98hi7qQybhNaFdhFr5\r\n2Ttd4uDZlYqzClhpSfc/pZknvMht2iCyUHnnI+TWwpmQ1LXquS4b8+Aj66AN\r\nAjbmQJ9+sXt/g9YiNQlESeZQXXbxgs2kX0GrtVSiYNfXQUHR05hiB7FG0ZEU\r\nrSkqDNYkrAV/TGvSWkpC7RXe9KfGkzyDInVyqF4hz4B9Y8FPpjndXk9NMcV3\r\nuJMGwoNcjjmyxVzTj13GOF/IhVkJkY4tptMLcfNa8OW+LaPpC1rJTStwqxOM\r\n6BcJn2mjCMpNO1sN+FUewJF2aN+yCxuVSACqkq71C23R8FBwICdjSSVmpHlW\r\nU6OZuGp5Gf+GrO9PvedIqznr1ILzoLdUwexEgkCRGi2CmVyt69BsLO0Hps6d\r\nRxLoj92XT0PqpLHCjTB7c8O5fVURWzonAEiT/ZcfFmp7XGuSgve2NNU4BuD/\r\nQF3ZRnZWux7oiNjvtqigGOm36fSPdqozTl1Jymk5g+20/BmNNRgCVqkmceGn\r\n6/4jJwVkpRCRUiDk33OiTPzB6wuvokUTKaOFIMprlXnsIgcY8909zQixxuvM\r\neHFGX5RvP7/nGo6TlkcS5CUHhQv1fPnyWI8=\r\n=Xehf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"68a4c8959652e1940d737647de3297404c034921","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.36"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.1_1648071952115_0.3605894325026284","host":"s3://npm-registry-packages"}},"0.24.0-rc.2":{"name":"fundamental-styles","version":"0.24.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9924127d6a418a622f85e59c29810f7cef59550e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.2.tgz","fileCount":120,"integrity":"sha512-meQ2/32Z1kAJytAtFZoBVVQo58taxNxAGoZZiYjOvZApDENZVzBLN2rbBFAncqfMF/l4UmyHyPiToH0mEyBIrg==","signatures":[{"sig":"MEUCIGQuJiBud9kElLWYZ7LhkruXmNsT/eIZ8GSdUAGr+y20AiEA2r/StsMR1uY8OBeiHxQveWPRc7n2qK0qXH3arev7uVk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3287631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiO7LkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoEdA/8CSNiGdnFJTvm59oXxx1hUbRD1TTVkJCqLrhoIUiuWBEcUoHq\r\n6hV6uNBxT+yHpMLCiDhVSnwiwR4MqCtlDN1W75Fo1nlee+MXq8bqi4IwIeiR\r\naXaWQVPntpyyABHVvdzObf+z9xcNw+h8bOrnHR8v28zRB+YQjuUQrtW4rSRA\r\nW3IXD/POKRnIUDetUZVTy0i64qzQcDcg+lqtQyKTJF6TLq9rgCHpmoTRaGMn\r\nnDnJZmIDjxmgg41i+iw+2tybZOBusOrcHKUAYYnEO4g5lpm+UKxjuNK7EakE\r\nc+OusW62GYgHUwvCu2KfHzqrGeV1qnc6OHsJkdQZfl0xsogDQN4wvSj9J4fa\r\nxVEC4PAtPNYhj2sWHlZM04yHgh1KMTUkci6HAULQ14j0rpWCcbpstpwT1nnI\r\nCfh9EGWab4S8DvYQDQsR5ksTIQ6RKNWuvnaGE1Tf/K3tzwwLjtPXbR/gSdWF\r\nGiWTYtvXO/eFh/oSQsFncDB/VukBmC0iYd1KYizUeR9j4S5mPxcQUwWLWUfB\r\niugYnE61T/b2gHJe4zv64o2yZ6/gkTo9rHvglE1Dw08/RNX8jN3e1Qjtxk+A\r\neB2h7l9MeXnE0oDbHYrHvUboEcDmbd7dwAd7D7qPHD9EPHL1Na4HnuMzK9NH\r\nxiwPDV5k82x5Fp9ROaxj+f1X7WmASX3WPVA=\r\n=ytCL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a8e026492e4448aef72cd3b60f6a1f55c1515a2b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.36"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.2_1648079588068_0.06363802149889031","host":"s3://npm-registry-packages"}},"0.24.0-rc.3":{"name":"fundamental-styles","version":"0.24.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d833f4ca1154d8f24805db64b2bf0e5bc6c8659e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.3.tgz","fileCount":120,"integrity":"sha512-bUtRtVUcHPhI7n2nDKs92qT0iOjP25e0JPPcldCdZuJGTMTJ3q0A9uMAldhhUi8F1I5XXOlkLfCGEPD6CKRRHA==","signatures":[{"sig":"MEUCIH/9dDx1TsJXlD/zX0dgssnFO6PVUqZyRgWnBaZ3gvllAiEAxaGTok8NVhI4J4DKu+IP8wSPshsYJ6LuvAp3EyCxe08=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3285704,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiO7lNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3Qw/+MsiBPFPnvEbAu3p1Y+MdndPU+TqstwRsEe53Uqpr7Gx/u9Ov\r\np8yhfCFS7TQTZln/ZwS3pMmX2aDQcizumHK6zKjA9eqlfMH5lHctnXWdiwK4\r\nsZIz5lel0OhZuub0B136O0aiElUuftNJN6gQLndHIMmQOvlPRjO+c0D/XZkv\r\n+0PZszINHYEmEbcRHRXAJjfFoAsGm5hqyjPAHWNtb+gXQVX1P6GQljB5rKHz\r\np6vCACSjvD5samI0nuwLB0sbVE/lb6TLF8EXvcSAMHfR9SBHjvZtCpL7wbc4\r\nUD4/ir1RJyox3oR7K/OWC3lu+Mgtk4N+H93a0cCnLdFGxwz3ULG6xD1ee+EY\r\nov3UBnUadqCwrAFu51bWaxNm+AKL8p4Ly1O5yxGrOWFdgyhTQifDGCuIaaXF\r\nxACNguZ+vMqWPWzhW6aldx93/mi1rgxJZmG5DBnsCRvFe0rmH+YpVVpYGBuR\r\nZYjxuqVxwJ6Q9h3Jm4iLdFjxAJVWcKjY8V+xnVOKdDRjDnjgiN/dsRkV8nsK\r\ncQnHHLC7dMUn2SsnGVYCIv/T7EQFQ7ODt2mHvb1SRAlHxIymUExydwOZazB4\r\n4frSBvWQbyY14K9T8tL+aw7PijHyt1gbOE8KqZU3AFxMI+PBmwG5yIplSF1B\r\nr3kPuhIPiKWoynqzk9pEcyrRLaLSXcTvBow=\r\n=+Ma6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f5b6d6fca70c8a3be7fea7698f1a8313d93df620","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.36"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.3_1648081228622_0.668749252196259","host":"s3://npm-registry-packages"}},"0.24.0-rc.4":{"name":"fundamental-styles","version":"0.24.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2eb3afb8f86f57061aaaa7ae4e609795a08490ae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.4.tgz","fileCount":120,"integrity":"sha512-2UvTM1pxJC4x83HvUEh3DDAH+Eim/bSvoKTl03Rgos4N936pA5PrbMPvS31BlDkhbEMRqfgsfOqCb+qcDQCZHw==","signatures":[{"sig":"MEQCIHVOEsMzhrPH6nxH8Bg2ts6ZOhOH5snUNPpqNIy4X6Y2AiAtSR3IOr1FTr/MkNZ6cZzshji3ObL7uNdVoVvx9fBM+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3285704,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPH3HACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmplOw//WVWd2Dseb3o5v7MvIbdXCoE4NnuxQCIhCNUVlTNxO3kjwCjF\r\ng9OlZIMnq/Nd7QcahxaHYxWIU0G2JpT6dEycezrWufdv2s2ufXr2TFGgrONO\r\nGgduLz2cYVAm9ZVnnjBuQbsioINzfwit8vX0j3lRttfEp27aDfSk7bdlzBII\r\nGZ7+loHOiHSet3tZZjjvMQWN64xksuvYMeLoi7aKMKB+/nlwSArKfP7tlsaP\r\nIwiLZk+eQq4mpCEGq5AgaFamPHVKmYgKyUiZuQhU7h41kJj1DfvKvq1dgW13\r\nE4eAHi37xbJ9ZmcZtaZPD3Wvp2CwULJkH/pu1uwXx7yucCI4+I1j6UmUldGV\r\n8cwZ8YXvuiGX8tMBDE5SkgV2x7HBS/TlHxnhQo7F8DNAmq2fK9un0PbVhFpC\r\nMJqxcV7opPErfzbU1dwodQRety+lAfiTaYolAS5F4UXa06o1nAqBb2IFvzrQ\r\nLumwFTecrT84ysEcSHlppR5p+/m8jDYiDtnyXsLQHOoSLsftvex73A3Kvtlh\r\nU9ZZwIuRhbXg5UnxZ0si1PxuKhnl6HY5+brVxgDVcqO3afmc+O8JrEhj+zmp\r\nA4FZlhP3cEyN1g7E7qqJVz3uDA/LH57MARcAJq8iWnrZWqTBsLAxQflHpcDo\r\nsDSTvU5w77nPlciS3xT29nAeOnsUOcbdbFc=\r\n=RMdD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"961820fd3bb2a3400675756717e6c933d817f6d6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.36"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.4_1648131527532_0.09661563465940848","host":"s3://npm-registry-packages"}},"0.24.0-rc.5":{"name":"fundamental-styles","version":"0.24.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"413c0fa4db7e4b85fcdf9ebd76b34a2f20d089ac","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.5.tgz","fileCount":120,"integrity":"sha512-977ALz4NHQepcXdS2WTY3qpYxRCUfTHXYgXdn3ArTE9O2hiIfuLLQ7L8RXGYaflhbbEbPEZuGcj617zm6mrDbQ==","signatures":[{"sig":"MEYCIQC7KMje7pbOQhAaVkyM+maCGJZ3l+5PONgzZwtK4t7KjgIhAMyjr0HFUZ+7RCGsJvumtpK7lGetgK8mnp/3I7mhlpuc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3286312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPdLXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo1EBAAk3re1E/laDzK4H+Z59MVhBpt7XCeCP5IN0kfvX2BBwgHvNwg\r\nIeIR5gsfA2btrWTLAeny6KUTCSRSMP0Vjeh9lxWKwV7SQojqCX3itXUH7VNC\r\niSQz6Jw/DmCLVyngLMc3D9uRhqs+jLvs+icg2u0JGiPH8SxvgkvTTbqSTKRr\r\nsgd8VDVBDlJePWrEcE14CWLHRozNpwZ41pFqRvtlmjlEDo8reS2fgJ/vgheh\r\n3khgxf0LrtMugs/z9+yQPS+AShU+vcvUtnB0RoBkJlAMal+VPqp9/twg9yWb\r\nPML4Jym6QCUq2w6yUKuwmLWt0jTWT1W0OHU9xdfsEPX10DCtcdC97MrUiVX0\r\nzHXLxIAnHWLY8cjNYlDdCMP4IAMwA2ZUSG2jbIJHzbIG6Ke2ntYc5a0wLxyf\r\nbwLO7HbWiOMFBDqmkg65X+opKP8PL7Oo5bk2nj0szQivBzwlUSu3/MmM2d83\r\n/ETaAYDkZ702K7rWV7LY8rGflmJB8gChz/nNuHi3YseEZhF791Jj1opfsXbG\r\nFYfgat1Jkw5udJvLDxFc/801dYkhPMM1VeCE5jU9Y8qUZ7KL8NsQ1xD2iQ9g\r\n1wi4ZRtiuylWSMpyauR58SnPyiAiFX8B0bR3wXzwbOhZkEeqspkT7Fs0gQ3K\r\n2nk07Mzjxvstnt5ztX9LP7M0IohZQnSy2E8=\r\n=+JWv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8759cbec1711136b1eaca3805fbd14307c8adbc5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.36"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.5_1648218838986_0.12970724161584113","host":"s3://npm-registry-packages"}},"0.24.0-rc.6":{"name":"fundamental-styles","version":"0.24.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9eba9265b0b925b1ef30428f34cc738aeb6316a4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.6.tgz","fileCount":120,"integrity":"sha512-egbZk1TN77zp/pSHN0WQwTyK2YYFcxH0twKI9lJJk9bCLIzBf0Ltc5DWvh892Wch3HPorKcnbHDv9EuGGxt6kw==","signatures":[{"sig":"MEUCIEnbQtJxfez0irtVwdo+ETI4HIgnpUrZbpTjZLZKqdhRAiEAtM9KCJzwzmKPaOOmcI1HGYZNGwxcCy91CJ1n0KKNWiA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3292273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiP1GDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfdQ//ZIsbGvBAn8N5/6YcHgzwn43O/rAMQJT3481nVwKu0/fDAddZ\r\n/vQ3v3yfwUULm5/iEE8OTCDi8PITf/5OiGisYWpVa/E/2UR7YHzEsSI7ihXJ\r\nyZd0tnTOzw2G22dQNKfw8LpMeC+LXsZC+CHZ6nZ2Oycxm631U9wPvDCWKyj1\r\nixkPTiHNwRSwoVF6M9EKs5ZfVdRtePwEeKmcSBsSDJlLtqYS/gN8amXwyPt4\r\nfPRn0VupsVHVOF0cm+kMays4RtcpVM84+d1LoXlvh7/NJCxGbOUyM24v8u3g\r\nvTGbru+pDBXllRoW+HjLjxc4lum232G101fqY7gntEsHcDir+becchYn0uZR\r\ncQ460VPQ4oIJB/inYnDT99MxrVWIBoFehliMUJn/U++lRjwK/GVHlNUq7M9W\r\n5EtcXp3o0LhgvCFk1EuMUSMVybJPWVCQGAmCyVl2k2HLiy8brjt5kQwHqoAV\r\n/MelxH2nblI9D8t3KLL0IdBFkDjQlxk9M7dJpcLIBsYbJ0NK6n90613S9N7M\r\nX09DX2XauiLhaWJtArcElKIoC8Yfk+Ijp4xqUx+t4CLC0ADb3gqMKfpeN14W\r\nmov80aEGla+QyLOrCbgm94g8mc4rJc4oQ99v/IrXAnuEmoXkKXKVVl5dLXCj\r\nvXNKCFhD19f2DnWjNwAOn8pMZg09eclDTgo=\r\n=JO8c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bd60b194b1f9015846812d1b93e91f2b447342e2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.36"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.6_1648316803719_0.047757518609781835","host":"s3://npm-registry-packages"}},"0.24.0-rc.7":{"name":"fundamental-styles","version":"0.24.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6316386e768aba4588d38014d398e8db60da08f1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.7.tgz","fileCount":120,"integrity":"sha512-N21LhTtmnEqgFYBcpTAaxoX43UKyorS6BLlm/DbUbfnrVQxzx12c6a2CUxzAHO9bHy+LWN+zOBfow2OTt2kbFA==","signatures":[{"sig":"MEUCIC7R60rDp1l6PyuNdxTYsgpiQtxHTCAIauip6P97RuPDAiEAtZLa36+sZW5BVBGVLJyRbAFbPh6Z9Y5fFS3vatBiHCk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3301473,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQeugACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrgWg/+KZrrUBhovXTeRNVp/U9lmD8oErb49s2ZmkeBFZKPb1kCB8LZ\r\nkTbx6grX9Eu9m9L4zjIuTOgyzvcIr1/rD5M1K3VFJJqndRdLti16EL5LewLx\r\nOTDF76IZ1JMIeSBhjwKFADFFH6PAVLxWXBB9T/TW+/zGiCnyUXJk5P3Iwc+D\r\nbyX7w1Jq7mpMQB4Mq+sJbo7btOcm8bqTOqhJY48NQdbgPsbUDEiH8L5og5Bx\r\n5LEI0C6GKC26NLjKdlUjL2CHdxhoSHoKeuOC8jkfguzDeFhEAbC6011u7CYP\r\ngkvgL7RtkmsGvQfj2PB8Pf5qlvLIE1CFXMawVHjRo0PpCZxi9BcYXW9x7o6S\r\nYN6KHtI+iNvT0+YU38fGMKlQDe6uSqACRi8W38oL59sx0csjlbDpqC/EHIX3\r\nh5SsARY6GogvsWAUoJewiaBOOgWpdl0hzm+MTE8N9S0c7IRSBzTc2JYvjyk1\r\n83WusmwF0BL3qjXEbC5l8VTcc49cAMSVw/sLx5Df1pia33ZYq1wrL2SqvPPL\r\neBGmdNBCuMrpKkpbiOrp2yEdbviySpjM0a9O1VhNAZ5vsvTZYwsTvNg263bv\r\nUyl420C6HdLT9pux9o1qrDZ6+Lzb4Bo8NZu9cpuSl8ecz4oKQ3T8pqsCTuBS\r\nZ8x8f9CjXK7hGeDtSLB2IcSt0fnSmg2FLKM=\r\n=9SN1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8f72f0d7160d6aba0fa06fb0565886c9b792c544","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.36"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.7_1648487328534_0.8341115948702418","host":"s3://npm-registry-packages"}},"0.24.0-rc.8":{"name":"fundamental-styles","version":"0.24.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3ffa4fdf476b0ca54b96351e96ee271686e2b1f7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.8.tgz","fileCount":120,"integrity":"sha512-8lnzv8yr6q0dpyMVW7zvZXgQX+MddXUsJS7E7mrHXU2KAJtng6sbrJs7M40Pnmo+d/iuqU2UOC16v8y6VlPCPw==","signatures":[{"sig":"MEUCIQDBZgggD4Lh7pTisoxlSDS35GPPlPpCsLPapdNfha26eQIge0k/ipi94dj7clArRzyJEMn1tjzBr+PpHAd+zA7tlVk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3301917,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQgzMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrmmw//UXzCoKcZ1j5hmbMct0ZUblKKj0p49R0pmK3GsaWyWi+rDTrt\r\nOEZPZ4qfNUNOFEw2i6hD5BvCGMUB1oOexj7i85UnPA6ASj+evnvwi41zFhlI\r\n8Vfk/RAdPvqFClBHHRwTHZtSzYs8K50K3MnY8xefAHQJhsNr2kHLPM8BS0jP\r\nAfTI9t3WOwR6/x86fxCWBIT20Mj+/plKVrpr1St0cBUWezJVVH0fF7SIsA5F\r\ni6BB/YhGyLsMWgIl/vTSKPmKDtd6B3agnwbfDTjaL6ko1tq+7US5JhOBouAD\r\nkYaePcnoUvtooem8vZHXzy14H2lIXbOJ/BnKOI/a/UnTFRy4ZJn9nUOdH59a\r\nxmzlhpOeZWhuNDCwUy6luhGwZdGze/0OAk7PgzTkZ13xU63KFGI0LIo/NmrQ\r\nB+aHQV9Yv5DWSc32GcbjD3IcG/gfehjq/QvjcvnBHbigKuakWVFyRQF8AxSq\r\nIkwsBdPYec3/i3mG3Rj1qgOOZ2x9Tw9yL2yuYYxm1o4Gml9M23h+fUBJHFXr\r\nsiMWCAvcfo8Vxl+TJ7GoS9+2lKTYRlLHerY0/qzuffDodpFwTTZUctbRNN3j\r\nqN/TdWEOD9Xp/gz9WLZjiOqLZwt16WAtiRAZoiAp0GprTBKwsyNrWoACbcCJ\r\nQo9ppD528X0vM2+E5dkT0XI5gF7q84b6frM=\r\n=H8H5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f7b1fa97b5985951efde516838a34bdeb935f2d0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.36"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.8_1648495820697_0.09143300088674788","host":"s3://npm-registry-packages"}},"0.24.0-rc.9":{"name":"fundamental-styles","version":"0.24.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f1f1cf0c635077ab82516efc70d4b79ce0d8deb1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.9.tgz","fileCount":120,"integrity":"sha512-07K5ExAiBr6fBHX3hZx8+5tuVIPDAGKO82n3ftrr8V5L0la62e4lmkF1BzPvoalPSP2amx/45Oz+mybUMEC3Pw==","signatures":[{"sig":"MEQCIE5v8naw57nB/A5TQkGMJgjgA1TUZavX8CotakuNFt3tAiA+ERqPyZQcLCVxFoKWmC7JsMpmkS5LXBBpxbJbllZ8qw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3302702,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQjG9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrqww/9E2jDisC/9jDFjqxblZsFYUrgN3jQ1Quhb6TWi1VXspwrUOvM\r\nu5IMbbyGQceQLXpvhzOsfN6zCAMYk0B6eLR89xrGokdIlKEQB5uYm62x0md0\r\n4DV3eD/hvMInESzoetq8Gm1qugf2aKYcaW0gTDInWusRJchE9rsRB38AxMFa\r\nSMbn0MyId5THIplgTeN2gPNFCv51iaHAzM3gPdWkNpSsM3FTtXxl7YO3eb9Y\r\nOoCYG577rQ+EGn3cmLaZuoB8h/i/BegI2NZb4G0R/7Md+0QE0zjELTYWlnE8\r\n18q8NbzoxYW2jWFl4uZQPEwNoNvsb8GiL+V/p1FLq5Ph72qkhY4rOh+/kqtr\r\nn9gcV/CLLJ6/a8RhmL24ISugKOYZTqat/qPDhA+GnCC7nbFuYVkeF/Rhh9BF\r\n6AYbwo97lmOy5354PsQPACcDtn/8JU9YFNQYQN6JNposiH/gvOnLo4KiyCH5\r\nSAqc6Hqn01vJ/iWk2MzZJq3hBy7gpjx8mClovNklFS6Uy7VgmExjfblnS4QL\r\nAX1bB1yurqbkcbNiNP9YziC9BDSPbRfS67YCaEVZJot/fGOEc9mc//u4Lm/Z\r\nQRShK78HmkNVh/Alg/T+2q6c9GIIK1B5eqrTKnwvve79RTg/Ki3dQ/IEskmt\r\nYUIfoRjf4Yb24/RNS5gPWXJGGJmjqYKrK3w=\r\n=4guy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cb2340939ae0bd9ca395b48a3c8d79042be18241","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.36"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.9_1648505277584_0.7078506555831825","host":"s3://npm-registry-packages"}},"0.24.0-rc.10":{"name":"fundamental-styles","version":"0.24.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d5854537982b3b6babcf8db4e45d869f91078b02","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.10.tgz","fileCount":120,"integrity":"sha512-XYltMTgyuTm+n6Q49dJjH2B55MSnBNsxlE/4QzCTIY+kC5BgHRrIrT82CgJKFFXIUkDgnr8kvZB01WqjqCZvGw==","signatures":[{"sig":"MEQCIGEGvd8E3kYfui4Eb0thT57Qajfx6sVnWnnkYqsfxLEpAiBgff7dJL8sb21bRdl4GE+/m46jrw9xSSwH8SwXtcutFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3306248,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRFDqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmonhA/8CN9UZX9zckyW/2dYAMuoVXsfnzjdpTBlmT9mjdlgvyu+8uB3\r\nMoWhdQUADovW5tD8g8gDEHzHPt45bt2sshwwJ9Od6oACfwZMbm3h8LcCLs//\r\nFcjs1Ns0hpoIGa4uPXfkkkiosvdLFbkc4bb38AMGbJP3XrSwUrk8/RLFAQyS\r\no02yrQrWHgLAjIYncqQV6qq3B6SKn+TdKjpoN5WsRn9sXmHHj/E0AUIGjN0Z\r\n6opjPgDPOfKNxt/kOBXjZV2cwCikpyXp50SNcIJ61hCV6VgB+ciDgzJqwV3u\r\nghj7yQc/1HqUSBiMxVIxE/YM955IbfPtBEqW5GE9VYLs1au3lRyFLfrhZXBI\r\nrbWCYZCjd2PT1xuIptmI342vprwJHdD1ovB0dzQkdwAVHTiMQQh7Z/JfqBZp\r\nltZ5f+ltMP9DkANlyFz8h58zdWLEeU8MmrAHrdu1KnorkWkvhMehBJ+kmKi2\r\nWII72jLvSL2gbjDZrev/7dXf2h+z684cbTO/SAQCudWJ7GzHvTEOuBXHfy1l\r\n43R1+4R97dN8jHlKez1FK2rY5n5IOOvlT/c/0KbFvwbjAt5tnji7iH2ppRA8\r\nErRD001p/fvH9Rf/TH0OKgKTevdJQFduckTFvPtwcARqE/PZiMad1TfT/ogm\r\nDSprnpEmLVF9a4Jh+LWKK8FYXdGE3Tb7nSY=\r\n=erMl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"682e25f709cdfb8310e5144532a9c10b98b4f7d0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.36"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.10_1648644330559_0.5225560339404405","host":"s3://npm-registry-packages"}},"0.24.0-rc.11":{"name":"fundamental-styles","version":"0.24.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a051dade97c98f23825a16fb2c8365a1803fa89b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.11.tgz","fileCount":120,"integrity":"sha512-OuiEqk5kSYfFaDkH4aByDBTxCLGf2/YxVHndeA6D/QMlI6aI70j1MoToqYng2/cAMKtpGNgucPDfT5t+F9s7IA==","signatures":[{"sig":"MEYCIQCOzKJE1p85BG0tsZpLzwu95MIXD0NVik2EKaR+MwX7KAIhALznAJ9IKNdm5RerTvwzpdFFUs6eMKb69tnWKu36oVXK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3306248,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRFNAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/Bw/+KgJ1sK/u9n4lVQEGiopJulItkSLCtUNW2D6LujubL31tX/dT\r\n+MNSXhTQwATJ9sfe+pvHQ1jKusirCt3OlceRQkvomstivpZlYcdlujtNhlFx\r\nDKt7jHoOy/pY4OaPERBTzdRpf9WBKdeqO53RYHSIrexwcpCnKh3AmieVwux3\r\nwgCGnMx9HiPzN92l2U4pNxtS+TjGUO+U/v2L5RHY/aGku4J4LW0NWasbsqcz\r\nI1nkTtG/Bu9MYty2uc/GYJl57iTCUChNxZJTmvB1EHycO0mUXWYkJylEAjEO\r\nCp86okeqp9Ec+6iXBaLuWilSAq6d752MjPz9JVuYPKyVJzJbiMe/KxfJj4Ex\r\nryjqos032xoE1YKkA11IRlY9/kVQgkiCWevOAfa1Gf1fn6lGjeUXlUwAM/Py\r\nlJUisqOWOujKsEB+fHMUPBpFhHkugXj/RZusYbLWS8DrZGBjKmPtdcYLuXjg\r\ns3MU55/YjqZjeUs7LWKYinkPJQKBsxVomvybrAAPEPKozBwCNc5JEzvNfYNF\r\n8XGv3KkZ4XZz3s9Ae7J2Oi+mdHw6rqgYmjm63tQanQIyB9WA1PIiXybelhcT\r\nsH7C7Fk1O8p70D+oqFsMKU8dEL1TlUsuQHQhagdHSMl3w8v6Gcrq48+npWCg\r\nayOe4Y08TixoDTsAvcMsa9YqMQH+UlFoDsk=\r\n=YVSZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9b99fac348a9c51d39e7d85416a4ccd7f32ec3a8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.11_1648644927555_0.4575013534797532","host":"s3://npm-registry-packages"}},"0.24.0-rc.12":{"name":"fundamental-styles","version":"0.24.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2bd6de3141a09d350bf0e3da06284bbf9af96499","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.12.tgz","fileCount":120,"integrity":"sha512-+q5WxKyFTkHEheHcM1zI0gYJ4ibe70cYgHHGwxUhBPtFkvI8sIB9xhoJexINfrtP3nMM162PXTSaEHXqstMpyA==","signatures":[{"sig":"MEYCIQDd9VQ31SVy714F0AlnH9+CiNq/8TYz3Eu0IjMJCResmgIhAPTWWFKvzwVbJaf5zqVyJyT0+KpbQuYeLLLig8SBgUcb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3309882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRel4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2jRAAnoMXmaAhdhl3RMTG/UlcuN30ZOtwEQWbU5KcCzXWiYz0OmZ7\r\n+QW/X0f6RicdzBzTjoEdO+53qQ/TzP86ItS4m0MlayO5UE+jT5I6avNMC6x2\r\nTOGMdJ9gkDKnJpLZKF2IIytdOgU6EW0Sg4hFFTpbZhxbk2lJCQNfWYFUjapH\r\nlbaf2asM243qCUk1a4DZWb5An0AyCQ9OG0WHU77JD8udPG5t7NTHyoltiRZz\r\ndQqaa4O0jxCd/9fVsvVIbWAcdwjRCJfv845j0w6+or2VcieSFgPgaOWPdUYU\r\nHpEX0v6WfW7nZ4+8s7BDWh7YNYuR9R6lEQeuPPV9u8nZ7akL5a0+JBmrvndu\r\nIjR+ga1lgRPdYsHOnq9b16XqPAWbvxlqnhdcqZGR6t1WKpleROlQE0pLsItt\r\nP7fZ7vlodXTrMORZpCEpsdGHX1njWgtrM8dJ06Gdj0IEfyB8oFsTLyUhSyvA\r\nS3drf0nKHaBx8AzQIdlw86D2AKFzq6LOeEoHimVm8i6l2YQ/2GyrXOglqlrY\r\n1VCqQZ55Yb8mtBm43e2a9KXEUVgWgsazGpPC+m5C0ErMTfbBbni6rWIZeBWK\r\nYUIsDNHj7SDsLc70YAJv74o9or+KwcBgCRlcjHRJxP9GrxTdju35eUpeSEzm\r\n/Y9qIvzwXpNG97shDZWFi2xG+mZK0BC1CWo=\r\n=YUl1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1edfb435cb5a7d676346018f344065e0b6dd3736","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.12_1648748919885_0.7024463767237998","host":"s3://npm-registry-packages"}},"0.24.0-rc.13":{"name":"fundamental-styles","version":"0.24.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c98a4853b2612ac366a5c22e432071c9b761e786","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.13.tgz","fileCount":120,"integrity":"sha512-JeI++jkxmu6Y6KAZ5SMJElbZYbSAHB2AZWn3fUHCdtrsiPBZmPSi9tXKDqAxdqPdSZ2C2EvBOqbWbHdoqsKWew==","signatures":[{"sig":"MEUCIBuc24/PhbbMvGW1xTDjpEf/q8Ly6tKPKS7Sm6bD54skAiEA/lvSt52+KhcysFiJ5+lovosmIbYIAZJ70qNba+kn7lM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3310741,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRfHgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpjfxAAl7JSflXGmub1ZqG2x7abTU/4/JU13+zhwMTM/tsrNv/6pDaE\r\nmYv5MNwiZX5j68D07umNY2N+tNPtax5Jcdlrx6DVcmWgEF+fsYyNkw3H6qVi\r\nfl9SbnaCSHPimNGt2SU73IYbnXHbEabpWILAzcTEUNlZgQtdoum4x7icA3Hf\r\n2m/5GIJ+e/qk7JwFrLKyKQ3xhjligLasMLskB8HXXakbiq4R0O8Y49Wgf2h9\r\nY2sZyp7O+4SCXm6r4JWImJ4lxZC3c4XqfBFceyOD6M/opvn8FJvZXtWhHMSu\r\nJA/JYesfTpOe2acuPa9+TL9CIblbgjX3PMlTXQJ/IHV9FIsEh0tCe2ATi57z\r\nTv/gk/03ANCTMkXdkuKV8HFhWucq1959XpPk1CEFVZFGw42uPHmWkJbkKI+2\r\njBxv0iezKR9uvaZC0JvQ48gQJUZ9PmncFYcS5DrgGH98LI3w2cueuZkva4/k\r\nIZ7kVZQPGiiH51zmQ28bsPaHWWZWDSUsy9zCgmQ2tE7ML8JANt5ngfgk8j7N\r\nqvoADhUeeyZGT/oHJpIe25d/EMykSH+Y97XQlljlZrykJy147PwvMvtNdviO\r\nmu5DHSTqnGFHJOiSrg92V7Z9ncRALxpXt/9BnSUkgpcoWESxuihc5hHTiQWm\r\naSLMXWVqDBKabI1q+5yThKHWwNoe2joybiw=\r\n=5Agb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4e52def39553bfe847d17be472fbe70f315671c6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.13_1648751072118_0.4010564370161773","host":"s3://npm-registry-packages"}},"0.24.0-rc.14":{"name":"fundamental-styles","version":"0.24.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5aa5cfe946de0140437b0cf413ddd969c61fbdc9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.14.tgz","fileCount":120,"integrity":"sha512-tRyW6ybe5JJwBZF6CzxpJAVDdcS9p77739sazfjt/heAY6mXJ85XHncHXnp22MoJEl6e3oE+o2hGaVp8QJ3cYg==","signatures":[{"sig":"MEYCIQDsr5V0dRxLmwzd6uvLtpY2kk07ph6xoV1C/XhumBOSDgIhANhKqWKjgj+8KM1pVCkz6agfW7PSXIAvbfjTMc9aFOlj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3319253,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiR40QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpO2g/9FDml0RVXEUXMIBYxIWp2DTbDf3qJy1HNl6T6xXUIbsn1J33I\r\nZiuHAr6tjtvB84qoJlnuVYE0qOu6ylIT8MJDpalKOZow5lDZAhRRzMXnzve6\r\nqhwIs02jmraJi+l6WAYmP9u90rE3HY2FfuuKf3sYkA8IGI1gaBoqZivZIq9L\r\n7u8ncg5vWu3O8Hjvwj67NxdmZQxIY1RqvTA7BybaJiBZ2XFcQwjQD4zjx/h+\r\nZQtPUnFqq/078qXleKL/AeL0fF8OlybGDbvP5St/z/Q2bgM2ElwcZ70uxql4\r\na7+RjP8d7PTrCr1MLd1CZ3VhJS3l6su4/84eYaMt94X9jLR77KfKR1bUoYVu\r\nTVP+QlFrALk4NgjPuLdfM4iXdK88fKdKP6o0GgJUu0NSDtmBDhgZd066hNL6\r\ndxl4nNKFb4v/ueabetNkniC3NkLF+eZJv1wGjTnbpMzQ1NMmiQDHs1I+sdPS\r\nP+ZkD8IsBkuIAJGvWwLyj3RxRH8vriaCf0P2sHn+tEHyNUo4ZpwOplv2VUqA\r\nwMgFzfk7nGnlAM4wQJBI9jR228DKI2FtVmYhKiY42z9XZ5LxRy9vobNSzuxZ\r\nTq/UDjw+2s1rw/1AS2Ku88a8vQjAm5K3Zd0YcxeB7MxBqcvx7LzIQ09yrIz8\r\nsPrX2edwbg4Me8A65xs5TbZ6Nsc+MTsgcD0=\r\n=pTbN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e2fce3724f46a3b30a0334b53830f01c1f634839","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.14_1648856336708_0.6803479995607953","host":"s3://npm-registry-packages"}},"0.24.0-rc.15":{"name":"fundamental-styles","version":"0.24.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e8f9029f3fe764d57a5e3ecf2cefb23cb57ff6c9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.15.tgz","fileCount":120,"integrity":"sha512-xQ9fl6cjIFiaYVU1A16xZYJ9bG8wDCT5bfnazHLvzn54vzdiFnotUv3MNHZdojiT1lRusRmrbbnbfMXdxq9GfQ==","signatures":[{"sig":"MEYCIQDlJxCXINPn6o2fpLOI31xPuPSfg1+Mdfl9eZpTtAIaswIhALTQEPhFHbgOOu2ersokn1YQoLGwO5oBgeKwnfRoC0W1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3358770,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSLRLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoNMA/+PBgFwXYkdL8xQXTYnoqJCMkGyAgFvwyN/nIEsWX2zTyRJ1cz\r\nWWFSKQnki0ocPDrT8eqQOwQov+SBaLTH0X9qOA3cgF15M0CMRtSyCNkLJnb4\r\nTWHTdQV4dRDWUfLZ9TTUrHmxIBIpXN4wvOMs6EWff67cIIOqYZhws6n/0NB2\r\nmICIbuBuw11CbQ9tf/+bdOitu4TPlk6ujTf3dCuRBKUbGSVgAcirmzhN576/\r\nHFx1No9wU3oJ0/GhLF3EU5cVZJZcjX+StaC4/pEfCIO/1NHMoIawfO4MJHAm\r\n6c0lxTWnePVbjK0EwLaqLHW5HtDdpu3TySHKvD5ROSZupw89z0zLHKCSGj4y\r\nU2G+u8BGHf1EwNWiS5o4bDuiRRxBUebWOXEaPkSTCo1KMXGyEgB3wsrN4bOs\r\nGq6MkyuvCKbNG038zdSK/ufcTi/czmIVuFzDtnZV3K9/R0MYowISI3rfDtEH\r\n1HqwFvANtfCbmXh8Czj8h/YdrNSVySDlCeZ0DRp1Y3lV7r1o7ROv0MglbNXp\r\nGd0b4NBhAD/ahzxPTYPgWntj2srZiWf6HiXvMC7hFizv7yB+KlltjhM3k5SL\r\n9+Wz1ia/LjTnfH2YuigF3ABLf9getQeuOmTYjRu0XZeE5y6uZSm0pCxiRp1P\r\nn6huOPQCEKPOlcP5id+ruTdGarbTl9Vyx3Q=\r\n=VyYi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c273636f945b0e530bd80f57c2cf818d8bc60564","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.15_1648931915288_0.294361225894332","host":"s3://npm-registry-packages"}},"0.24.0-rc.16":{"name":"fundamental-styles","version":"0.24.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f748693d830f42e87ce741c7006e7e0a284b840c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.16.tgz","fileCount":120,"integrity":"sha512-MhfF9WVIolSWRcgkgSzXYJRD+7BRhUdaZ7UsL4qdFlMFkC0v7frd5yqvvF5D4scsWB4j7QDFgVohn181+pAZeg==","signatures":[{"sig":"MEYCIQCjfIbJNEAYhfeE51v0ni7Hn1wAnLWBTXbb/mvxHPS+6gIhAPPsh2y5PrK+IQOttCfiM0KE6ZbfuAZgRkpPwjQB288V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3359202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSZunACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFeg/+NySAo9uqTWff9q6+7vHfyNqpR1Z/P4gawV5bdGYpPIu2+yXf\r\n6Phujx+Tj7aFzK9tS09iLALf+KJoRW2UQJVfJ/HS0s818mxDiexGNr8R+3Cc\r\nOrc8zv9MF1sk+Q+Sfh8XYLOG1aVwQsJMu2KTJOgq38QJABr0HYtQbpwa3lEz\r\npi3ZvXJKfC5PrG5h6Uu8AHlk9M8kg+f0ReKiVITebQKyhi+4kSq+WQIq49Ur\r\noebnM4JRKPVzOUEmucHEeCqDPM9P8aFQZP1H0RPgUvEPbsKxOq+3NM3ii1OL\r\nHQUqPdeq4MEF4VOaRxqx1C558qxHCIerSLnDywA3p+GJT7MAFrjcMthrkXdl\r\nDziDjdVdZf3pFeBuZo7hynZKNWyE0R9N541BysvKqfreGnk4zDcfAhbzW22S\r\nFtQ96qk+yPAvOINYgYUS2i08FJTGNnzTz+nebwInOodpToPM6uR7ObItEVIo\r\nGh+gGeO6fkPQnB2rIXsgrhu1X/4IyvmrbuAwckMsdidvQkX0UWGryQl7FYDP\r\nmhky/DkEYh1fOK54iKCLD4w2oYAPFdJZ03P5KUnYuHo8QRvadtZW2lAMAAIs\r\njbu9RpXVOAwp0saN076cMuB8+Vk6nQT8VS35dFiL7gIhwh+47tLgQDkCvh/r\r\nqfmx3uZ6zn8EhncZynMd2lfw1VGa/G48OIU=\r\n=x9MY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"35828cd54ebdb296a5f3067ad506f500f5614c36","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.16_1648991143348_0.595454037370833","host":"s3://npm-registry-packages"}},"0.24.0-rc.17":{"name":"fundamental-styles","version":"0.24.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"db5883c6d8a943103b8439ddc9089ddb58e887f2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.17.tgz","fileCount":120,"integrity":"sha512-nfQ2SSJhn5nZfxKtqucILet4lGixBAFfoSjHh8GX0YdvBtC78ijR+1cHLvZ8zBYL89Yubke2y2JfIYTvhagW5A==","signatures":[{"sig":"MEUCIH5sTxofaUuXTIaKzEGkeKQAxdPS+y6P5CoysnzegY0iAiEAj3BuMjmdaYQijVKKYku+sGR0/DLmSUow1DyzOcbBFYM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3359202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSaL1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrFng/9EWC96Fu0DMRLVb1lJ/dDT0/gTGKol/3rMCwAx5v2qbLa2xGb\r\nUD6SbnF1zlLzhfsXwqJTCqHNQ1plR28LJGEaELS0P27Ie9tcxdLdx4fYgdLM\r\nh6FXV9QvftUqTGEy3xIw1ahrZVFZo2OXN2PQZRw2Nyg3Y9OHgOm8y5E2ax4K\r\n9gloXrK/VXioN9MNM9b6hPEZKEDhVUBSfTCVsKf1FkOjxamN5Tx5pJck8xpj\r\nz6JJ4xfx7KBNlKXFVMJ+Qd9CHPGqcDEL7vkuymtZG/snSowy2To+W/7GWmPX\r\nO9Ey0zVtfSEScEY5vAnXjZ79MswD0ueOwZlYaCy7MupYmSbEZX/2zVytlpvI\r\nNiUVDHbeDJCqdvpp0vHXRFf64VlcdToJ+amhSpXCSXsxDCKOZeek6/ocMAYo\r\n3ZR/u5xcYlwjXWPIRy38SAsyho9nyGQYHyp9zb/vsjRYpk6Jb2F3TIYC1Hht\r\ng7Vlp/NrL7SdzFS5EbAyACzfxp3CMaKvioaZj4VHrbT8xG7IoqpkXmO9gWEz\r\nijNyjAugZn4hc2bkVGfDH/01upXh6K9GuopyCYutUsu3etz1x6CMMkyY+6xO\r\nl3uAZ6z8fbr6X2UyprtOJaBUI67BKfaRom7y/Rp+AchJrbXZWJC8k0kC+5w2\r\nq8dm5GWwpx3SeJVk2IBqp+0bYHEK2CJFcc4=\r\n=2qpx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0100eff1a9e3c22c30d6717ec520edf6f1218a13","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.17_1648993013731_0.5505779901938546","host":"s3://npm-registry-packages"}},"0.24.0-rc.18":{"name":"fundamental-styles","version":"0.24.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"38ac87b8ec2461270f371f29846588022f50e46a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.18.tgz","fileCount":120,"integrity":"sha512-BKFENh3NXgR0w27HJ8A6Vi3YzPxHWP1X08DXR6jBfl9++1Mq0Zm4UjHVcc+LcthTpD/8Ot71ndGYzpjekDV8vg==","signatures":[{"sig":"MEUCIQDcgQvQofP83mX1Cj9BnMw9/64JunrGGCvC6N4NojKSCgIgZjvUtdX4cPPb/ZAsMwa/qOCTt8KN+BU2tf+I+dZZexI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3359202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSeMcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrO+A//VkCFLz1QD9NuLqE5HNR19QqFevcMcNDQTS9KRy/UN+7huvj1\r\nCR2CB4Z2PpjjXm0s0+CixKYH5WEN70Yv2L27mZK1SKsttSWQqT0c0yV1xzxc\r\n7S9RTWN/p/inB5EhciI4DCvU+rkcddZzdoUTGJyVd8CnLRYy7XnnNU8IKhV+\r\nwm16+h75Q9OUTX+nxVcq5iKQ4DLH/KeG5QGHNR3YFbGhPYv8ONtl8onIgyq8\r\nxB67q9hp8CKsL1uJ7kjf8XbqD/G8y9/QGZd5ggo67Df6UKFYEa8LQAs9PddJ\r\nWdn1MJW4XdApQCdjpZIWvXuxgOC7xuJpBqFpILF2AkHTtumbj4/iTwtcSog9\r\nDRffPCG+90wibr3PQ4lt/Io4M6b25bRrMar0/UmZR4ZvIGkf4QCgE1FiVNlq\r\ny4gYw9UIwy7EIHWVWc0bTLEMljtqIfQ+kYF4r2RbPGwhv7qXKpQcmi05ZTQ3\r\nRU4g9ATYv80Mm3u08Q1+0Hn6++1rAM58MoTV/ZOHZELhVGczCznq/99jMQR0\r\n/XfGEGKZumorBHANNv2VvOy0kQQFn5WiS3K6UUVdP9M+FNnGz5wF4R45sZbR\r\nsv6LOFWhp1W1x7shz6W7e3swUlFldwNEURMKHM7Dfn8srUMBGPhps3Lst3RI\r\n5wgylu6PJDhUWjrZF1zGRSSLSMXrtZyTmvQ=\r\n=1Px/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b9409a9df7602d20c08d35ef1554cf70bf05cbb8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.3.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.18_1649009436325_0.38965280094813015","host":"s3://npm-registry-packages"}},"0.24.0-rc.19":{"name":"fundamental-styles","version":"0.24.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"057de37f9d756935e8feff6239aca3b6c86166c1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.19.tgz","fileCount":120,"integrity":"sha512-56I4x8J94REi5o2H0iJmGaihCNUVY+O5f6wPjIbRUiYPXJ4t+zZSC/5olKyFhD2UuDrMDRjZHK1GFw2cVHN/Yw==","signatures":[{"sig":"MEQCIF7i1wwSjo0BIJBzTFYqq91mcU+25QJUq9I8BQs6LT7wAiAEBJc3MQ5QOx3lIK0VxXgmtjAppOSSXr4LSViY7KW1sQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3360926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiS0BLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpyA//fuXWeFBKd28wAL9JhA9lSh7y2dpnUsMudwCIT/nm4SdEiFVK\r\nFW9BE7akZeZ9SyYRQosVOZIGB1xKXvcXzE+njanRx4USu1cIhf+KVNj0JekM\r\nQfqu0REX7YYWfHplIaNwbWcEGcQJyQJZBERV9nzQvQFtSjinWtj0eFcKZXso\r\nfO/yOUyi5gFxu+NtXEIqLL389X5raGjlPBXRSzrJen6cfaAq/uTXT+vk7xfV\r\neIhxl1+zSzYPp2fAt8xUmnZY5jmJy5JI8NcJNMHqt48wa1dKNlIjTpJr7RET\r\nxO0cTpWMTy39F2ozEDnqyh9a5ihfYKxVcxHvD16VadG8Or2/RV2d8y2cNaFx\r\n/twKaI37CSNzraLihBkdRUEvfihoZYH6BGCJ25ZEgtqq8Q35IsiH12WE7DjR\r\ni13fSWn18cKNJ4sSNPRP2SLZ4Kzm9YiUKtxKeSobR9owfSxbjVcecfIUEdhI\r\n0TqB7ZPlw4AmRSdb4ZBmS9WAWRiwJXpLxcy8S1OLpqOg3i2gabufzRUkP4R5\r\nXPOH/Mj2AllmBk5Jjv3yveDDj1MBhDxfgaC5gIqnsUJa253Y2e5ta/MogwG5\r\nwDR1seVAcL4CjygyAhVhVziZNthY7DwqwwGht62eTrjlQyqVS8uUg7DILnA0\r\nhAc2wYI7TozF3LkosrxaIrbNZl8FXz8Skp8=\r\n=sTcf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"71ab62271831500a9e212b124f16d8814e9581ed","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.19_1649098827410_0.5522256593851529","host":"s3://npm-registry-packages"}},"0.24.0-rc.20":{"name":"fundamental-styles","version":"0.24.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"340717b1daaf03c5b484f51976008ac178fafbea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.20.tgz","fileCount":120,"integrity":"sha512-jOy09b9HXlD1M51rv4E99ghA4tMdsg7/9B8MQhKhO4pFBR3AGltxMr1m23pzlQG93tfM6kXG/Pp4T2IEo7jPeg==","signatures":[{"sig":"MEQCIDxZ9GVkkeXHSn75+K0Gq/5ToZsPlOOU1OJWoZiGPoGNAiBE7vmBwZayfr9Izd7E7NdwiLoBSh80Tf+JuI/gwqBJXQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3360926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTEx+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9qw//ez48iljlpX8oyT8WRpwWghvzPmXCHvimDovhiOpp9ODHwgSg\r\ngLOReSgrfFa8uxiFlGaYTOp7NngiwL6QWOoceKk1BjIEPXW2hp8r+9isaFg/\r\nFtVMM0FUKWbHvhdKMmcnlr9WNlPKGyU1MAgUb2ozELwPj9UIv5fkdhSVSWKh\r\nyQ1KRIF7I7Rq1dBmlo1sRYoMuDYH34+90UqXYMXMwf5g62b6tQYgmTIx1UT0\r\n34vN1MZiEYtha7CzB+U8SyUQOGV1yD901ep9ffq0FdRY1HBSRpxDDnyh+DpB\r\nCpIEOQVo5aDuhZfb1vyfazH1DdzW9TDMkEoxprckHOYlScPKTzgbANDxUDC/\r\n1dG/ym0OZqB7E/aRO0om8yTio5nKc5mxqUXJLUgsRerRO7lZT8/ZM+/JQ6cG\r\nH+JOq8xHzeHr3u3B/5zEzOLDRpJxS54Y+odnQUdGoQjVu5CzhcCESaJ/NXcH\r\nW3DjFggWmavI0nePtT8Tbxjb4fECBjxu/mpRCx1MvqQxc4NT0aqevKh+EMFV\r\n/laopl6meccVl+OwM2G5ogeeWfS97AtevhWv14UFz/y4D/tlBxBI1BMRHRjz\r\nl7/XDviW9a9qZqxndbOFBxfM1CG+0sJMCB2xsCflZE39YhluVHCaaLyy/fEp\r\nQKBuU/JPSZ4jHGiN65Vs06ObWXlQNPeHbNk=\r\n=obrU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"72a64d07e1c7b7ab34d71e8cb99e278e373551f5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.20","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.20","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.20","@storybook/addon-docs":"6.4.20","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.20","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.20","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.20","@storybook/addon-toolbars":"6.4.20","@storybook/addon-viewport":"6.4.20","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.20","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.37"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.20_1649167485754_0.6218845085142879","host":"s3://npm-registry-packages"}},"0.24.0-rc.21":{"name":"fundamental-styles","version":"0.24.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a028d53ca2258b78c53c5daf41e269dfc12d302c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.21.tgz","fileCount":120,"integrity":"sha512-JPAqDYdpbzggsS8GTlMRs4/Kn2eXOpM52/pKn6gls8mC2XoDQLFzr1i1HZalhmmfEByXaYZtQvZAMkyygdvhBQ==","signatures":[{"sig":"MEUCIQCSPdwekoIq1O5FYo+PIWi/hjTVc4y3JCgHhx6vcG+e7wIgX2/ZnoDJAghL96VSGq2mOX2oB2CRqzfOhBGxJ76VS9w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3360926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTLtQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoc1w/7B0qXjoqbDNrHvQkuqfQtYeXF0JpfAUIjiiH8D2rPEIiFJphT\r\ngU8EnVUBdw1ZQ2ggSgRKEwRjeg/8uFK3wt5/dq58xsNT5nUVHPqYWizRsiXk\r\nvsbjDRci5zqyw+cSqVhbMKbVP6XOzbjSdYX6QO196S8JqvE6lP+ICKU8RBCg\r\nODf0cBdP1k8k1XinE6Np/qsGbdBnT1OnJVCKFicQVmEAW7S4EFCIXVTp3Dhs\r\nJf8sAZMaBBWVRwIw9ZNzDAQeaujbk/jmBnyM6vXnAYGMZhX0KoV/zP3wmYXF\r\nSttrnF/AsSrYnwXpqVEViM3b0iXF2o8nNe2PGYz3PiCQJSTcUtyCQT+MeefA\r\nWXsdQlEQXnQtSUvvBqGBXxrlq03NrNbhI3PejIFn/ApLnK1M1m2Nn873ozlh\r\n4DyhgOiTtrIhnVK3yZoVuOk6Hb76dkDbBgJt++1tHf6oqe2hJVI+IUnswMtF\r\nkxUm1MZiAf3EYI/kuTqCeJS1R3PtoffcGD8f5TIlTK0Et5cQleERBxtZ9RJu\r\ntzu0WHffROCIKcAhcINz4CVmv02zigl57vj4wF5gGOpgC4VOgL1zCr153b1f\r\nURG72bQxZV71aHMnBFzgC5wTA81N+4aGEXkeh84Ngde7tqpQloxtwJgH73Qt\r\n5G2beRLuheoSdMHtTuksA9ulzGxkPu8UeL0=\r\n=CrSq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e1ce4d67a2eb07f1d0a777893f2c80a43435cbf7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.20","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.20","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.20","@storybook/addon-docs":"6.4.20","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.20","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.20","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.20","@storybook/addon-toolbars":"6.4.20","@storybook/addon-viewport":"6.4.20","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.20","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.21_1649195856047_0.49258705607861764","host":"s3://npm-registry-packages"}},"0.24.0-rc.22":{"name":"fundamental-styles","version":"0.24.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"32f28bace12aebb3931f913b1cf4a8efc0474aa5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.22.tgz","fileCount":120,"integrity":"sha512-JtLs3+kDtF5q/KTZ6UX1b7aCEN3S57yaNOlGeB9h1BYojd5wkdy3/JEfT8Jvv8XelwOorSn9DLxgwm/FAQy3CQ==","signatures":[{"sig":"MEQCIBgU4j73mIQbVCBPIpVst6M8rHOBa9f/UeSIpYaYbrZCAiB4JWoR8YrkorJpFlJAcZ87IYOjERaf5QylTh5f4Hfsfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3360926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiUsK3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrfcRAAh9pjGN0rRK572EqxaQ6ONkbMRAqly+Lc8GecGBiND1Cr+6MT\r\nVtQrVF+p1T6s5JQcLDfi90zmPLztKsnFqq8LUmPI4yNdie97QoqR+oya7a5a\r\nISnXAkWyIoZkw4W5/iTIhEKEbJ8Jsj/tXCNBRU046pH1cbOWnyDG5mC7i5Vq\r\neMi/Nd01QegAPnJpLg/rZ8ONahsq8CvyRw4Y8+qEk2ecVgMMQWsVIvczonAC\r\nebTGFeHwuENW9x6DMjyP1Dm5v7J0vs3E6RsFlQUpz2mBYjNHeW+RGjhCSYtI\r\nFfYjAZkFRnQn2diG8JUtgQXUXs8jxfQL6nn9KuESrNWJy+iCUFxjqTwZ7IIu\r\nGob+/9jhefnK6r1LdJw8CzMJvHwxqMUvH7tn6Rs1JhmhX6/bBb73NV2hKM3C\r\nRl3uvVPIKELhX/qrn+Fx/oNTFHsre1nf+Qa6m0NsWwlxqMDpG233P+MqA1SC\r\nXKAIzAJl+e+2B5yOmK6FDOjiuXAAbayBVV1UR258/RVeOLIdKj3fksmwPUFS\r\niXeEkRdhwweSQz8O0As7TSNpQXanaytgmQxEkWq6WsIVTSBtXUMCiB7nbRGK\r\ngnhZYNt8PxJGbgUOWtGOeazyEK1/5NG6E6EwAOd2y72F4/7BLRhAlPgFp6Ua\r\nqOp7ngOsch3YNgI+BNjTBTzj87jLlIM+hH4=\r\n=C39R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a8f1da0213962177a16732b4c4be70d783da2a19","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.20","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.20","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.20","@storybook/addon-docs":"6.4.20","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.20","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.20","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.20","@storybook/addon-toolbars":"6.4.20","@storybook/addon-viewport":"6.4.20","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.20","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.22_1649590967769_0.8099078791194649","host":"s3://npm-registry-packages"}},"0.24.0-rc.23":{"name":"fundamental-styles","version":"0.24.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"57857baa037ca9969fb2ef275a2a9a0ca57f28eb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.23.tgz","fileCount":120,"integrity":"sha512-UGHGYuVPQaQLfuVT+OVbBHZARy3sEikjhIqi0K+nx7ZWeOMoJQiSZlqp6RCE3mj4JhmR7S3Swu6YEVPNOEQFsQ==","signatures":[{"sig":"MEUCIB2R4DabvcZIK5hcIvRmQm4lJqnO2fHsFdkVfNecOFWDAiEAyJG41qVy6Su4EgEepQ1DgNqloSV0tC+Unp5M/OhEehc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3360926,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiUsZjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqr6A//bHgtA15xsYBWRz69HrjHYdaYfS0biUYlBaDU8pMyLRz8cilP\r\nPK9CTvJIc4ulE2imQrqjjEa7l0x9fTNjNzMmuNjn7UHFuB6ZhRcfDO6vOpWc\r\npJFrQm/iODHB75VQdBR9xDQO9SYJ0vsCxCxEr3HaZNUwkgUjjE2G+CSCNWFy\r\nkBstJbtXacrPZwEMe/KWt9gQjGeZq69iDLCjeiMRKJ2liQKTZVVkpellIbfS\r\n8HfqzbXkwlZ2uOTRTlybG4lr7D2wa9AYv+cVzJnc0eSpn4luV54jZPEie40d\r\nsjAsPGP069/LMrEyYEqGF5B5W2bvCZIvi1nHZRnijA5SjRojBHt5JwMKYFsk\r\ngmr0G4cgI+JbjPu88pnPlHOatpaHho4YpKt3ruZgVhMCO09YFvhI/jwDZWDx\r\nrbCBzkA5NVMe2+O7Y+KCNlukcQfgrr/mhn7MO0Z1OqdSGxg8UeKYc2e8HTAV\r\nbui1VGYXsvg5Hr2PR4d/9/HIsubK/r7F3oSGYNY1xh2hP242s42cqDYkzRe6\r\nz7TnTttzLJlmr1pfiKR1W5jrwzLaEfFhmllFjjt5ProZca0rlKz6WigaYkMJ\r\nxILiBF69tRZlCrYpHSz0R+KY3sYmEFkhlnelGlhXfsIi3XS+Is3hpK8yo2eb\r\nK29XZ6eRyabKRlJWe6ymD8AxedBShicGHvI=\r\n=VdeE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"18368f2d7f4843ba3d607b9da797652fd42f6b15","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.21","@storybook/addon-docs":"6.4.21","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.21","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.8","@storybook/addon-actions":"6.4.21","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.21","@storybook/addon-toolbars":"6.4.21","@storybook/addon-viewport":"6.4.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.21","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.23_1649591906821_0.8243638769533586","host":"s3://npm-registry-packages"}},"0.24.0-rc.25":{"name":"fundamental-styles","version":"0.24.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d1e40febb091add7087d1fbbbb94f379f56a9f9b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.25.tgz","fileCount":120,"integrity":"sha512-pf4y294R8bkD8yFCN7Eu/OTGFqox5OQGYVfoNipZdzQDDdVdIV6nroEEz2SjB2iqp5SkwG6F+N+HfTutQA0kOw==","signatures":[{"sig":"MEUCIGH6PMITGG9T+pLpIuH8MtDn974SD1Y4Hqr56fIV6kFqAiEAxHykkkK27s5KjxtHWGZsrpNAVNy+weuFfN8FFAlMwNw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3371220,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVYL+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpwOg//bcLFzWaDo2uzmfvb7reubzMsqisWcfQreiAmCgg+1fYrPU85\r\nL/015iauA4tnsRAfKp2TAX8wH+bNSuORQu89OugNXRxeteNDjeYhSq4xZYfT\r\n+n77y6Lr+QMLZnj9IIhSMwPywNO5BvmtFxGa4jgI18WvoHyNIlJv5IWyqEMx\r\ntLcfEc//QRzSc8rDj/6x3TpyC+lZK1YbNM1BdgMxvzkrLoXR/ACZuAQ4ER3A\r\ncPzAsXs6NJks6bhc98IdSk2EE+xeS329njI9q/j71FhFJ0LoAYvoF6V7L1+E\r\n85CVMO60T+GW3POjuYAbjcPQBAPFg8V/QFP/BXdMg0MgXzlQw86CGYHndK/g\r\niEDmG9UbT/cIBt7orhO6Aw1Q8SJj7Akkklx9ALqroAHl3gUUU6+HjbuWMzUC\r\nX+YE3ULis/zvGL5RKE6VClB4CtFb0LG9/8ktnHyc+8pEpCj3YBHj2D1onHqO\r\nyrvwhEYk0iQsm1JxFw6/cotQC0XEz/CGHjkfZCqD4Zm866fIxk/xQE29YGGQ\r\npBwaL03uWMFY41WK7ot8iJ0OBStBFkm1O1ev4PwNsi7N4T4/uMBNls+0c+pT\r\nDqj89YGISKHu+OP0EGUPxbz2oXqk/3RgoGrixVGr4m0eMiLVaZZV6iKxJOpB\r\nu5AVw/JUfe0++CcIdaUlSe5cwq0JvUQ0XD8=\r\n=f8wp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8ab7c5ff028618c546d8aaf0e3f974a66328fcb4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.21","@storybook/addon-docs":"6.4.21","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.21","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.8","@storybook/addon-actions":"6.4.21","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.21","@storybook/addon-toolbars":"6.4.21","@storybook/addon-viewport":"6.4.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.21","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.25_1649771262642_0.9486467162876808","host":"s3://npm-registry-packages"}},"0.24.0-rc.26":{"name":"fundamental-styles","version":"0.24.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"224bde876774cf51b8380640ee6ca385a18320ab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.26.tgz","fileCount":120,"integrity":"sha512-t7QvEYvT3ruW2fwyMjpRV9j5wLnFRL4WgDScdBivO2Gpt7dyEOhTRVaoUntRjb2nkAmdIzvrWmpXsTUTV6YExw==","signatures":[{"sig":"MEUCIQC5lZD/pR9l7empu2nrWvTMBPsrPrc4K+BWjL6jUlm0EgIgLwhW496GoUehfIp4TZP88BNDbu9Gg+DplFTtyA9P0wU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3371248,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVZrJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBug/+PTHks3mvK71j9D9pnv5/C+9pecbLCsv4sIZnBQNgXTFloPgm\r\nI6IdOzFCSlRXVeEfXhc74JGuDuCAgtG9SwoKHo54QzMvrbh7jVn7cC7CTsJK\r\nVyk4SbnuqreQeGlkhnB/sL/BI6GiMt6eJV6P9+KkpqJRo1Eb8yFK6pYaGL/l\r\ncmlKu784slgvBmHyIZLEty7t6WOzDIDrbGACCUjse89Bfm6oHMix6QX4zOPT\r\nvA9eEnTq36zVev9acQ7WpFT4OBnSxxHqflteR40DVaKyIuy+WsKzw4WA9wLO\r\nxgp3tDsXe/PugC2XoKUYqsOMKvaq2/l1g/stQkNb8eFa6F2a9kYrwUd4KFbw\r\nfb4oiFSQ57gAA7xxFt/yF4OddwRVQf00u1RQBQmSaryMWgPVhfFKAcNbGL3O\r\nRhZ1ucHfdShFehTp8UgmNY2HCcn6SX3HKZ1AR9k8OLqtu4E8BraU67Gr2Q/a\r\nLnqCfLiEVLEur0gfX3ecN/H6NzXv88Fls40IBsh1c8cBZfoG6DU+3ry5eqBS\r\nMMaoK4UL1nkWkCl74/jxjUesqmA7K51aq/gbVj2N0wjcNewRifoUb4XW0+cI\r\n4LQNwHilB+Xnv3Jjuo2CYcpk1cn/NGm2Gg54eKeaV1nUYckagfImkfs/H7Lq\r\nKV1m6xpV8HbdP2Iok/b9QaPZN2vEiU/3kDE=\r\n=y/N+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1084c84d7682d7fe2ca54ba7fd39c7bf1d5970c2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.21","@storybook/addon-docs":"6.4.21","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.21","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.8","@storybook/addon-actions":"6.4.21","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.21","@storybook/addon-toolbars":"6.4.21","@storybook/addon-viewport":"6.4.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.21","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.26_1649777353594_0.05565935638560382","host":"s3://npm-registry-packages"}},"0.24.0-rc.27":{"name":"fundamental-styles","version":"0.24.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ab6ffe652249caf8b53c9dd1d63110f52a7db061","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.27.tgz","fileCount":120,"integrity":"sha512-2n09y1r79KGjTivEuc0c+PKYO8A87KUkgJVlXpPpSeV7REC+n73lg5kD/9kyMBbcYLSsW/fH6OMvIU6iStmoiA==","signatures":[{"sig":"MEQCIBc6u4QZXqI7H1vem7HyLwU93uWNjTVdBY9jUlCpbUSqAiA9QUCaqsVybIREe2yxAfenaQoc9Bg4tLwqrrwRCBTtPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3375071,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVfQuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8qg//dc5GImdwsHWuXJ9aqkXqOodLOyuABy7gss0HTFFBgLD/n9DY\r\nPm0a9LXGqctwWPzgOAEhRJ33J4qqmoTPI8xq/DhNDc16pIWwOCbiUqwBRhbi\r\nbyPHzJhnDgbrVPxisFUEkk15/UlbyxLvseOaJgSmXfa/jU+6oJ64T/0CGaw/\r\nIhIrN0D3Na+fG5MqOMaOy3XfLYZEqDc32400r31Fq5Wsikk9GOdDm1gBCeJt\r\nAj5YscOvDK3pypYKZ1jfGj/0HC1cvRd0ypqQXH92GBCoDRAPvdUbAS1AyVCX\r\n5aivSPCFXFYpYI9SA7EKSHFx3Zp7DhMm1BfCWqhy4+A0uebBCqSjSjQy7GSi\r\nTdps8foK0ORWBhDGFiW0bcaAD2K7dryUoCuJPjzQNaMBFa+EBtqy0/+3vJzb\r\n9DFjU9jzT0efhfGtR0xT5kYOm6cwbq7cDiFDCxobr7PrLMWaJQOHH03K4BWr\r\nnJccRZiwyujpenEoUmF712sP+fY70QLZdRPIHYRT3cpsE2IrkgcbWKtsNAJj\r\nDlGFXoZqv4KdFa0FYxUPv2Fkbr1aaBnS2eT227lcg/3K3xlsUoUSxeHzhR68\r\n5KbAKkjdfUeY+mgOhdAMj8iMZJUFbclPxZzycdPLXadnriTJrs2LERVjiwQ/\r\n3uJ6r/k+GrDbcCaTZOouGPEjx5PN5xRxazM=\r\n=sgvL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ca5c9034db21f94f42fb31933fcea90310e52d7a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.21","@storybook/addon-docs":"6.4.21","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.21","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.8","@storybook/addon-actions":"6.4.21","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.21","@storybook/addon-toolbars":"6.4.21","@storybook/addon-viewport":"6.4.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.21","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.27_1649800237848_0.12482246395022845","host":"s3://npm-registry-packages"}},"0.24.0-rc.28":{"name":"fundamental-styles","version":"0.24.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"19abc2a0ad57bf98e2350ceca82ba10a7ad03dbd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.28.tgz","fileCount":120,"integrity":"sha512-iM4ZOi64v0TJxrxa1iQrYtDlUFpK1V4qODJPicThBe4NrN3se35BtUW/28GRoAMAG1uxCUoXKlNv89rMXWAdWA==","signatures":[{"sig":"MEQCIDjKWXFJto5s8N1UI+gYEfNKO/new+bCo6iM47EZD3esAiA4EbwtSdyRUSjG/fIylcj1fKfXaRMc6QMot6NAvFr+lQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3375581,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVm/oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqeXhAAkmOs+v/vv4OVj8wf6Ff2DuEoQ+DoS9wk0Tpp5PewI80aM0bC\r\ncE6XOZZWhG1pMgq6srbqzKxTIIfWGIV3lOdAouGH9s3a0a6oZjRO3IhcEQRB\r\nEFjYnHB600Vn3a2C+B0UqzcBT4i7/HXDxuyXCiQhl6Tf3fr6zBTl8Ez3c+yS\r\niy4ljEGgV5R3RpEDSpQkXl8ZnDntUwK+1m6WwdFx0fl3/3zaxtrXTsGJIy1+\r\nFZG2HkdH7HavoJ0EMv3AG/nnoNEV1AnqegTHvPyRX3/qrK9WWLEpyBqsFxrE\r\nmcEONZ9A69GmImwZQzMmKnvNtt8aBun0wdDy8HuLZ5pyX635GzmDw3DB9kpT\r\nzISvAKbWZ4QsIDTdtyhzHv5g6nvE6M9OBTmaB1zn8S37AKh+94OH6hutIIBa\r\nglUduEvIYmM+VAsPt+hTYcYa1FnfvR//7rT5lOqJiyWAvBOy587W9lYAoeOL\r\nonfuXdjk5egxbnuzPwUughNNqvc3u5rK3f9hcp2WRI0KQCBf7GcBvN1j4rO7\r\nWNBjcqFLSBr4JxPr0HXNaMQqMNeom2ofniZu+GUMbQs42246NXENsHmUTHxP\r\nwHmIBoHSqJMKBNsMAaa+c/cPAQuNR3fpyCT1JKE7HDESsRe0077ISSFni0c4\r\nkjF1xKpMKW3nhBbVa5/5XqZP/r0iEdrNOVg=\r\n=NBAM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"89aeffdbf26263d31ff4cc5ce77d93f651b06f63","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.21","@storybook/addon-docs":"6.4.21","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.21","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.8","@storybook/addon-actions":"6.4.21","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.21","@storybook/addon-toolbars":"6.4.21","@storybook/addon-viewport":"6.4.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.21","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.28_1649831911840_0.08492301033879257","host":"s3://npm-registry-packages"}},"0.24.0-rc.29":{"name":"fundamental-styles","version":"0.24.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d18d7c439b33172c1917289fcceaebe5ae667571","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.29.tgz","fileCount":120,"integrity":"sha512-4qBQ0z/srzEO5/kakfYWwp02TyFy+x4jTZwx2IRGmlnOCNoXCZ7AqMSqXCM2roh3KJb/iusZ1L/GDNikYdDnPg==","signatures":[{"sig":"MEYCIQCV102cvl2nPtQ3fTQllDitQPARx9bEXgcYtn4tkzLIwAIhAIKAhl9i2ku4WIkTV0xwCZ7TFRNhZXaO0PmC7DHWsMN7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3377489,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVndpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+ghAAk56mX8+8JIFXwBqwWDhXYtkUOhNyqiPHCfogBwU2t1yUnnum\r\nRXIh194UD7xEl/df6RsoQc6DSyCWAZpIdXMm7ZjO+LeTaxMsqnLNzEyNPbRU\r\nGgftYtjRPoSkMVgx9xvC5mJHGs0c0hEI0T2upxe7qI9gEAK2AZ/0UdF4Jbgj\r\nDHdm83qUFSVw489ew+eqdUtSRFuaHzcJPPqTETp3NLJoA3+rvv3NmRr0knz6\r\n6fwghEYomy+aHvVH5FVoNB9xganTO9K67dzaTkMrRKCqYRT0Hs42G7v7L1OT\r\n3NXmL3EzOT0VDOg5Y9YHbRoA8B2BJFzoPBgBPbXZKtglMpwxcw++x3Pss8vv\r\nNv9NzaqxTFC05aWxej2pJWlMRBvLOsNs5MuumvtXHZLFYw2xHURPF5vY0fDA\r\nSDKqY66p39lPdwZgsVKlX2wQp64TL+tLItrvcp06vTUJQIoIlpMjOfoWOK6X\r\nR4eyN9RNMoJtTjvHFjkOSHwQPyMpvz9G5Is2e0csRizv8Vb44VzvpdH8XVHQ\r\nZb2ZtaAY7Ug8r22b629JYJJjeSopoYKnhzEIjQkQ7Kz5ZoXo6FDJHiL6MRSN\r\nx1Cscz6ug02Uvd3SSE8rVcmhTxiyTJBHK9lKNudOIXK1iRdGIJPNS7H6Yw4K\r\n9mmIGdAGg2Ip3Wsm8Y2Ff1C8zFigDGJVCQY=\r\n=JRbH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"80226afabc152a9f06d8a90a4b16b07752515815","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.21","@storybook/addon-docs":"6.4.21","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.21","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.8","@storybook/addon-actions":"6.4.21","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.21","@storybook/addon-toolbars":"6.4.21","@storybook/addon-viewport":"6.4.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.21","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.29_1649833833655_0.4477570226655663","host":"s3://npm-registry-packages"}},"0.24.0-rc.30":{"name":"fundamental-styles","version":"0.24.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3754c7dd3e2fcde161df17d0fa54a13d0859d41e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.30.tgz","fileCount":120,"integrity":"sha512-1JyY611HfjCq4cwUES9FLfbtYVryeqMG9+jT4XmMVSm8A20AujCqRw4K74FBvj3Sc/IrMK3SNCby2IcvJ8BncA==","signatures":[{"sig":"MEUCIEdMqRDRtPE6jM3fAzcY88qIsmRHj4J6RV/LtQXHGo9fAiEApvfpZP3ejkfVTAse+OyRicUZBZYxwcVAXVQCrEqxQZw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3484682,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVuH6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5Jw//Z0icV22EDlEHEy5wvwY0HavxXQV71RK3BxqCt6qG39v9Z1nP\r\nAT1LTZ7P56Q18oLcBejWhOnr8yTa7SpBTHe2/YofXKbZjSugy/Jj61RNc9Iu\r\n4bc5Wnt/8noqDnFLWodpqRg8n/iCOkWhWUCoKbspMQMnLiIO9hoN6zJu28zF\r\nKj1H0jX4mhTyKMEzHihIT5hEYS63IrM6ntF3FPLGsIc1EZGKRyZFS7Lplr67\r\n318JE5Hh9jsNU7ELv+ucW/JLj8H+lduR2cvxfWKjbCXYQ4MxKzHutcVdFuMT\r\nVoJc83QbAhiuEsyxfSuLq2gfOsYOIskOJMwCbgd3/EE5FNuRL90Y6Dc5ecVw\r\ntJokmU+8B4NlXgUswPtLS3JQ2DrBBwNMMc300mClwEdhx3EYKjF9PV1aqYGt\r\nWSj89lFcBiOGNI6lQwvIKXavYnKoM8LnuZEsB3Uf8PxmjW/DwIDohBKSxqn6\r\no7hx15fa0hCuCVcdR+WObdvKVJNKpYQGyFfscapeQOsAk4MjGfy+qF7qGuCT\r\nYRRsOY/yo5tLkO3NBBX4Ogb78oGHI4W7wM3tvvp/y7MCox1DJEngfk6JM1UK\r\nQVutS6kizRqnsK470/GjSyIx37xaNqygz72DpcJbUXlzGBVdgTwEX2AlE5OH\r\ne2QFOJ8kh7ObnvlxkU/89oW6e813ulWcd8o=\r\n=heOU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cc01221d5cac2c6053c0cc1204790d3a241f2ecf","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^4.1.11","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.21","@storybook/addon-docs":"6.4.21","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.21","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.8","@storybook/addon-actions":"6.4.21","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.21","@storybook/addon-toolbars":"6.4.21","@storybook/addon-viewport":"6.4.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.21","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.30_1649861113941_0.6169856004276038","host":"s3://npm-registry-packages"}},"0.24.0-rc.31":{"name":"fundamental-styles","version":"0.24.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"67e97c4150addd4d84633d416de0d32d5eb2aa5b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.31.tgz","fileCount":120,"integrity":"sha512-NahGQzPo12NYpZTnKJrCsc+Aw9hUMTQ0OdyXSgcee/ej0e+oJI6dfYUNo95Ohm3O5aN3hme6aHG5aBfbjhCQHw==","signatures":[{"sig":"MEUCIQD0qpLKz7doUBRL93XszDtva+4slUW4ob12KgfWV+r1nwIgUaSsnWIV8328cEyrgo8WIqU3WJ5JwAtgfC/SrOitTsw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3645004,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVxXeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqwEhAAlOppcanVU4pHom/RZisuYk7JYpO7fM02ElMUHDk7/sLU9kvu\r\nbxeCaJ5bWcHwIDKf7Pt4UyQ7wDGdZbwSzm2EVsLsGtxgxZkFgeaGr+mT5TDQ\r\nuBrk6k9g5DkmUL0dBMGkQqIVTHl+R75RGlHnpN2mV5EqWayITwqAq49ALk7Q\r\niL+g7brLwtR796C5R9Cn2gKfemNqiMt76OdsbiTJIDWgiLhypeiVQ5hs4xqx\r\nMY7893s15+oPiFOFVOUm10Zl9Vw575upHIgpt8/Meh/EpKnA4h4N9tglImKO\r\nXSHxOI05elICfkzhHHLz7u1XAnv6gYgwMLlb0tBZJ51SeV3BvhWt9vEzNKGs\r\nT9jod9KaUYj+IAojyQpZCWgyw34Z+jVnMW6B16DAxzfVXeb6hdSt/3/gmYkh\r\nVCBjq6hldC/jnazm2hyUdS3ursNWOrOGGFY921DnLU0xiHon2CNxCSCiiTUo\r\nauMvjK0i+QwXF9Cm/hDMBJrV4Fp16IEu8Tux3IdIqBB+f6bKMilIFIR352Dt\r\n7Od0Dg+eDr5NPvmiCn/Z1uehYRUHlSw5sl/3fhniZK7iPw71+tJaMZHk0uYp\r\nJTB1J89Y5XEkbGjqxTRXixbIkQ8IJAkifKA7pADs6QMaDecVlzHSmB+FXXV2\r\ngNU1VUrO34oZiI0mjkDEYa/Te6+f36BRTy0=\r\n=ebhA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"359e69f49d456cf6394853abdd0e8ee25fe73669","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.21","@storybook/addon-docs":"6.4.21","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.21","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.8","@storybook/addon-actions":"6.4.21","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.21","@storybook/addon-toolbars":"6.4.21","@storybook/addon-viewport":"6.4.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.21","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.31_1649874398055_0.8728519308816518","host":"s3://npm-registry-packages"}},"0.24.0-rc.32":{"name":"fundamental-styles","version":"0.24.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c729a0871cda0e7cc8fb38be77509a410320dfc4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.32.tgz","fileCount":120,"integrity":"sha512-m41W3vdW0NIR8fdblRFq5YkqH1X5eH3FfVj1PWOLLsh7BusBKsunAFy+ab16SixbBQAKROX2TAJhiawxs2EEjw==","signatures":[{"sig":"MEYCIQD2tS22FgI5MTcwroleL1ypvPkl95fCPjZvHgx0f6qFNQIhAJe52Pfe3cP/0Re4b7JuZ53wZCXAfsMVt0ir/+BKnEr+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3676403,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVxkFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpytg//fS9u5RzGcpaj19ZDMK4Pp7eKIhTUar368oGKCPIzId8JTZYl\r\nG+Y0GiiwZI7hRTAYeH0mGimyk8nK0LBqe/65wrWULqhVi456orJjZ5QGBkET\r\n9WjQnuSfhvDrqcx2Lfgr7HhPgasy1RAlZ1llvyjMWXjobZaBvnUL+Pu7Phkd\r\nPGPGov1YK4ue/BpzKwOOxZ/k/BYQosIjajS07R8e3I0xIiKNWMMWjPO7s5bJ\r\njbzJurPnwdrNMNyENhbyrXWGHWn6bFXvCpZy+UToiJywLkasyzwfV9rLZTaf\r\nxU9omevfyz1RxGoKQqrKakv0q6/P7dfbpNPpN+dnKByiHj6s68r7+mYMZipR\r\nT/nKf7PF6Q8rCdHEO1bXQxs60bTWweIisOkGtfjO4LjcTQUGD8tWeU0L815a\r\nHFJW5sTbHgx0m8uLQlpevm578X8cKY7fgz8y081sxXXaawcUjqdDdPiq43o/\r\nleyDjNZ30EbMFPXKPS9MbhVaRPjmOM3kBLndb5Dcuy8lJmKSX/1Qu3Jzr4C+\r\nU/a25MdZEAglk9VrdZdQtNyBk40GYgGdlW6JQDQpJgoXYGhcrwn4kIlg4Exz\r\nNb4u65PNQLMykMboeBXLkuR+NKVtfDn8RBkGTp/IHYsQkYNLJSIK3yWC1639\r\nlAANiBr9UWTnVB6jyxLJIl9xcpdUa3w4F/k=\r\n=gD9f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a2eff46749dd3cf7b5e1b326bc8489f09f9c827a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.21","@storybook/addon-docs":"6.4.21","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.21","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.8","@storybook/addon-actions":"6.4.21","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.21","@storybook/addon-toolbars":"6.4.21","@storybook/addon-viewport":"6.4.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.21","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.32_1649875205179_0.6541563836505664","host":"s3://npm-registry-packages"}},"0.24.0-rc.33":{"name":"fundamental-styles","version":"0.24.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"65ef885befae754afe72ac7e55c98bbfad0f32c7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.33.tgz","fileCount":120,"integrity":"sha512-kBCWW4f6FuYtLDgmPhHz8AFS71w4D1cOPtnZyC/96MDjH1GWer4P8htdaw/RhN2642shzhWcjP5P1BeZpRcr+w==","signatures":[{"sig":"MEQCIHMixKfDyibThzQrdjvEj8Peiv2TjB/7ScVI3rubDV62AiB1IMBLMgYU/ccl6PDhzRr+7/TFs4pkb/35JnuJpUjpTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3677063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVyMQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpF2A//RZpPkiwCWnh2vHK/W8T0Ma96e/N4Lc9bFzQtD2nAXCIRQvHi\r\nlYCNDyUbMLILk59OOxWW6RWpf9VrDIutR37NBqtoxKkVef0g4TSegqepp09e\r\n707TBsfhe/MeD6Pm4DBCZejxiLUS372aZYXJ4JEi2lLmmS8qoBRKwyOs0uwu\r\nTpr+tulyrl7ufBa/ymBjIq6U+AKAN1LBtx/rJlFHDWCGisM3gvBFoyMajkYN\r\noVlM+81Jff+yojn+oVUMbisdt+wyLmfpZ/6OFNGMHLSHLEjUFL8CUB38fPq+\r\nhSdQXLjuwE3C5wmA4IIMzqubg86k4VVjZfCbM1hZ9mWQ/5FaiH6TJhLL/YiC\r\nTuao+K+ptgS4b/r1rWRZN5+dIBZF6dOLlJBZo6CrMazJnhOSH5V+BwIVtlTT\r\nt0CiKj93thdjVsa2bZSJg2FDvpPsFjNyVUykdWvKN8Z8Shv9SqQ83/gP1T94\r\nkIwxy0AdmST97s7z8WhwH3qJ3/KYTk8fB2oxFTmBI5+GfKIkmyWevzk4Xail\r\nMnduIB+tUwvsZjhzSEQDVF2DIw1a5j4cMwP2Z81qgwCJIF/kgb9W2dcojVyD\r\nA2npnXKGe00xN7PDMpU0amAysVJ4nUEKg5QRtAwPFRPel5nJtZfzXlboOuG1\r\nMtvYT4wpFpvrYuF0nZ4m0Cbz/Zx9Vr9woDk=\r\n=GUxF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5654116e9c645b81b135b658d007dd7854217343","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.21","@storybook/addon-docs":"6.4.21","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.21","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.8","@storybook/addon-actions":"6.4.21","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.21","@storybook/addon-toolbars":"6.4.21","@storybook/addon-viewport":"6.4.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.21","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.33_1649877776591_0.03223670091736719","host":"s3://npm-registry-packages"}},"0.24.0-rc.34":{"name":"fundamental-styles","version":"0.24.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8f95a167129122e4eb7f218f898e25fae8f2436f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.34.tgz","fileCount":120,"integrity":"sha512-+YM8gVvjR4QcMmGMEt4eMraZB57ig8qkSUWyv3D98ivM8RRNutRXZabha+4ngta9F0kFHuIMdIBMG7Xz9bU7fg==","signatures":[{"sig":"MEUCIHJuz8IcF2Zmcp55Gzt6OTJjYnpQvi8BXUwXYBMNsC/BAiEA3G12lg1PnvOnTyuw+8hBVZ7xEMzSwCItkaGyvUtZzK8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3677063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWGYTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmowsBAAhGjZvZnKoCsox6d+VcelZUInfcdDSmn/Cp1BBie6iP7tLjV/\r\nzM5GSBnCmCF1txPY70ilQ5UhLNImjJoso9k66lYd8yMVpdy2JTaAn5IFU9xp\r\nZn2N+YwidL/ZbPOYpeEnwn3/zegkvzH6zxQLrO7xqgGckfIRQSKATR/ECIG+\r\nHEaO8LpMQh2JHvUFZdhVWfdA11zMW03xEvRCmtyA9qXop/Mf97mnKL71V29f\r\noUFVnWcT0fkqicijpfjb0iGxgPYBw1caSz/ts7iG9IIzb/nM1LAYTzMBOwey\r\npDNjdqtNHoOsxHmcEyFpDk5WbOIRuW4NWKWWMj7KOGd1pw1TFObIAKM7bD8M\r\nrKhm6WdDLVBOH8wsGYh+9BaLx/VFoTFgC8RKcwK3Q5h2c2rLh5658yuWbZGb\r\n4L57dOq53DdzFDbLYdKkkeCgEu2P5KFD3dpxaE8ViXu3nArszxWSOir1zdRx\r\n5x6aTLWKR9nB9krqV4Is4F89R9dkLs4ukoAeySCfzWRJCj8icO0xoSXhsRtw\r\npYOjsnSggB1Yd2iZb9voVDKItWs0FGd0CoPImZI42dopySxxiIRTJ1Fe/Epe\r\n8xuIQJD25FecaM/8vEBJMX9zYpEo0cHqKXHOQybBGRcadysjegLGFAfIX4qG\r\nBdn7aFppWg+MBWGAEt2nVu74kEe9pYKPa5s=\r\n=81m0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"02aec04b78d1607d0256061d0aa8fb829e7c6389","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.21","@storybook/addon-docs":"6.4.21","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.21","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.8","@storybook/addon-actions":"6.4.21","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.21","@storybook/addon-toolbars":"6.4.21","@storybook/addon-viewport":"6.4.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.21","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.34_1649960466775_0.9406256811570994","host":"s3://npm-registry-packages"}},"0.24.0-rc.35":{"name":"fundamental-styles","version":"0.24.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e92108db9526368fa9ce4af89ff225417ac44071","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.35.tgz","fileCount":120,"integrity":"sha512-wWUrFIowHjL9tcWtEy0HreeO8mRtKE686Zdlxj3EWqiNiVBt0RFRy6F8mKqKBmzdSp4NiLZwI8x41pe8978/ng==","signatures":[{"sig":"MEUCIDOd0WVz/tC3w9ZA0ire9iC0xkqNKq18C58zlVF6F/Q7AiEA1mplqOSF8X1WkyGVmNuw13IY0UnIANjmTna6ittM76k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3700765,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWGlPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoO6g/9Gej8AfOLjSYVWU3lMcZWE3sTMAU7dbI0F75wfTYehZry42jJ\r\nCw1OP1uls7dQP4zRoxTfjfcNhfs1vCLcoBh8AlsBpd0NuBm+32/NMVMiOOZv\r\nuDaapdWmP89ty/qFhp8um1thAdn2+ro7ivn76SWvG1JpBi0x/Y8yCgIMq6nI\r\nSFflQMG06Z123UuC2Kh5CDk+YuHaxODwv9kwOWYtzcgYkY8RIw+G/0RIfWZp\r\nSzAuTtQEmkIiJwX+ZbDxMF/tP6XsnfrNB5MgSvGH+Aaiz40EVp59Aq43af48\r\n0vTzEPBZgZt0uWcans4AaF7Q52gglzydis1noIDPumQ5YG8cETlKv13ohtZw\r\nI+G2bEMpW2hifxTSlbJ0nhqoF9IKkmg46s40ryi3rC2MxhOyidKv6kReev/C\r\nMEGULoLbD3FdupXxiqUm6yuLrohU7aWf0noo8LTFwSFwPp2kJQyVQgAE490x\r\nHoY2eWctr76wngnuuWOuLy2/P2VWbNbAyXy8sHh6tXbzsYpmCjn/fd95+k7k\r\nl7vtSQ2WKLPUnvpxtMPGoNo6CjN0gIQH5M7OKzxHqFrIyvQ3bFNFlsYVA0vr\r\nLtMcmCIylvXdvprHWqQR8k8keo0Eja7vSX5F4SpVHe40nn/rhOSCnovY5xZV\r\nQZj7KYN1VzD0fTOYj7o6oQXeKZxrrgU5mhk=\r\n=ym30\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a392f55e7148ca401744d347d8221a36f02410bd","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.21","@storybook/addon-docs":"6.4.21","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.21","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.8","@storybook/addon-actions":"6.4.21","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.21","@storybook/addon-toolbars":"6.4.21","@storybook/addon-viewport":"6.4.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.21","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.35_1649961295585_0.7294988282480035","host":"s3://npm-registry-packages"}},"0.21.2":{"name":"fundamental-styles","version":"0.21.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"092bbfb5cdb1366207d7bda2fbe39e092dab8a23","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.2.tgz","fileCount":735,"integrity":"sha512-dsqEgCEVU9k18Q7nFXrKzT0iGEkgEZDBnh017EQKdPqPaDK/+gL30XOqglFemjRVH5uZi78QHPkUQYslW14Eyg==","signatures":[{"sig":"MEUCIQDwtchaQFA9Luc61h5Q4mnHTgWnk5SPptfxoa1aZiEkjgIgJEMYDSHE4DApv2UUUcAcsz1RSTKtEkuPPrmuGsvLuis=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25729030,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWJ+IACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqilw//fERmv5kpDiraO26zN+N3bavAkzNixtVYfrWlrzwapTzRtilK\r\nikp6Dfx2Ki8Nink8rT+khdHNq4tvPTndDjGv6HOfmQ3Gb3tOUFCPB5LkW0zZ\r\nv9WtFDqWXRM6hZryG//pMx617dFUK5pGEdgavhNGGhNyct12SfH9SUVgoaXT\r\nYLcyJPh1aigb0wEK4fJDkg9ojOr1QKDL8BHP23l5mAGAV8zKrGmWJNOT4lhH\r\nhVNYAdLEACYDOwSMgYTjwTz5SNAdSHMb/IQnIEgwyPNQ/FyE1lwjL63lGTel\r\nBerFhSr5flmUNZXGWJxx2Daby9Do+zle6ISGrfJDHCCEFdSxpyBNRICqlPwQ\r\nggP4Dd6h2F0VCWnyw8xLATfiXmHzAyzrNw9hJbq2iNCBHoLG8s4+FeZUrnig\r\nPQhhy5RJzeJXHrV4KLK0hLgaG6kQq/6c8oQCfFJZC7t5LT1kPWeciSRmVm9r\r\nKPJ6cuylx9UfiXTEBQqR97M3pCvVei/LUDZy62YWhwticq7wq8sn5BTSfmdz\r\nuKCazrCA+d4/bQndmwtsHijYaw0YG7di0forvSn0r2ePBfDp6grQuNFnvoKo\r\noCwZSKjodL+SodRXp2zwKRI3X2YiKOwuV9XkCriGFeB3HIlnqwDjV+f2Avse\r\nvo0L6NDCAIXfZkwtRg9IT9M/bq7IWul8DbQ=\r\n=O6iU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d1c451770226feff3476dd75802879ad004e5b47","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.2_1649975176140_0.1691319982943984","host":"s3://npm-registry-packages"}},"0.22.1":{"name":"fundamental-styles","version":"0.22.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.22.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c9dc31cad264da77b71413e3f494c9280ad31f16","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.22.1.tgz","fileCount":1047,"integrity":"sha512-g7cJHJwqUJftNiR71B+HuyEH8HCsjGDTeA5gZr009oLDrnJ2Vk43G0cWM4IqVjAup6mRSVS2MgOkPqicQM98RQ==","signatures":[{"sig":"MEQCIAwl8uDQRaWP9pEOcw7lHX08SPo1CiS472Y1mSEdcjHrAiANEyfOfXiWhIbddVxYuGnLSH+k1036ITEGQwDEKe4xyw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":26240240,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWNPbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqf1Q/8DmNxdCaQTFmsY0mJXr29UCvEqFzWv4iY8BrCHSIx6aH3Ao3L\r\nmS596AZbfP/XEcGEBWdF1npMj4hFIuEJ0nW92IH19ZGl4nqhn/yajY7EKcYe\r\n48MANtUeL3f7f8hF9T9MCuc+bkNHVgl3I36Qi2vY2lEe6S10TDa9IvFdSQUh\r\nsew7RK3RwKl4YjETTNW0ZxszbSh9KkElskzew5cIm7P1fHn4Cp1f89WWSEgL\r\n/J6pM4vt7e8r2BcleejE4IkokLlwwS3S4rn+fqvFW2N4eGdQVHZ27s9eV0YY\r\npbWu2ILTH5y6MfH+OgFyD7E5K5SXwPscVODY8NA72Kh3LiU5PwPmvB4KyKrZ\r\nqu6oQYD49ZDCtu49vY9BMNOs35eQWscdMNYMDnPD7QGJ97iMF+oW1bWKZOVI\r\nwLKR5CA2tJOhStEM7KXAYkN10KdgOomxff7Be9BEZKJqmXh6JyHS9tSYecA5\r\nLjaTdlc7vC8xZg79FBoEtZCuSS42k6/8JjxSIQfYHtzaPJl+cBtuO5g4fV3t\r\nO0Zi6tHWuOltgBHEZ0jSo03rN1JlXE1v2lcVVWNrnsngPMbt7XU0qr+qSBzB\r\nVPz+qwNo2xpRMacAjqIZ3mR6n7VAlbkGqGyFnrROqZ2Rx5SZmRSCBc2lh2Rd\r\nYja5oT+srhF6+JnnvNSeISMx5UXGxSEU2n8=\r\n=ckUd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"42696a1c25a62b4133eeedc3a442d555253d1de0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.22.1_1649988570934_0.6639581937183798","host":"s3://npm-registry-packages"}},"0.21.3":{"name":"fundamental-styles","version":"0.21.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.21.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4adbce548feb35ac70d486777428e356c2eb738d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.21.3.tgz","fileCount":735,"integrity":"sha512-GnuJ/QyHMDJsIYt9JDjcXVq+CH5zvfkRjjNadVEncfmxsZRfHf59LEUj3YdzXVSQJguLUxEuIoO5jHV20Iz1Lw==","signatures":[{"sig":"MEYCIQDDmI7P01jk6rlzrvpO8y1O+toDg/Dxninwk/Bf/EPCLAIhANb9QGW5pMaMQNdI1yqS3xv1boj8Ge6BSRBZk7sCN46Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20838211,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWXGwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrr6BAAgVF0ijrbrClclpQPXNEQfCeKlrJHhXUkPuY8yJQKlVCVFCWK\r\nUVyD9TWwyT2Ocrh94i+mkv6QNX/vtCDbluf4nZsAT/ofc6KqXx651OF5qEoH\r\n2ameFGSnh/oGQFbPHqUqtWesiFzFZiKJG+sBL3s8oWH4b93kwm3p5FXQ38h1\r\nXkoIdxVe/zINlTOppZgTJ/GmZi8JUQeT3wuwaWK+k5BT+csPfcp4BNJHvyto\r\nhOdSXK3kU7AZusEgJP7yu5CJLhNBL8nosEEpvMiDeM5alxcbRJaq4iHdHkOl\r\nvGtJFy+c+pAHFTTySuaJZmqFL+NLftfW5HRTWRAgPaAYxsRxQbo+rWnrm4md\r\nDEcS8qIHufBWYt2nynYMIcRHwW49qCfBUpLY7BSEX03WnK26HmKYndEOoSYj\r\nINPb+FQ/ZT6edYUTTFdXrag5M+2AcazKxJVJekW0fF8TIrmANvzN3IGDKHF4\r\np0WzVixiIPl6WnqiHLzG0vcwmNOxY00OZj84SatDaL40r/xKNrtpmm1H6X41\r\nTB7tbtTnM29Vn+othlNRDxEHflzydB9h4+8ELkqfjthOwufyBye/o428uUQH\r\nKf2E7nAhfK1NHuw4Ddn2FV/zFLSzAHySH4NK5pCpZQ6mV7P9l2dxcYMVow2A\r\nQRMg0GBVXgD8TEoB4rdKSwWcJaowrE8WknM=\r\n=YU/h\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"98034b6be85519f9c135f569339d4113655c93ec","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","style:theme":"babel-node scripts/theme-css.js","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:theme && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions","IE 11"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.18","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.18","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.18","@storybook/addon-docs":"6.4.18","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.18","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.18","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.18","@storybook/addon-toolbars":"6.4.18","@storybook/addon-viewport":"6.4.18","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.18","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.34"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.21.3_1650028976245_0.33748536104001414","host":"s3://npm-registry-packages"}},"0.23.1":{"name":"fundamental-styles","version":"0.23.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.23.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"19d289b7f3096a58b9f677225acf528fd9c49d02","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.23.1.tgz","fileCount":120,"integrity":"sha512-u7FTcP+LOLrst+fmJmhg+3OS5yMqYhavGo8bD4OaL0kJ/u5N/QGqejbRKmwQZzF+uP9YVuEYZgi7CyZq5zjFTA==","signatures":[{"sig":"MEUCIQCqJwfyrsvDqqJS/7qdTUOpCRpSPKm/uTw5mmYpX6sYSQIgXCvfxT0h1jRU5Z2bDGex9b4rnELvYhIPsForPSrR91w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2842611,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWXc2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+IhAAmm2E2pmuNIcdQtnfng+mxxxMQQpp5Pe84nHaLjuv1XZPwdTq\r\nWSv2mM0wpNfnz07WcOA6zfYRR7qL2agdl0hs6cywIP84GYCq6ByB4mTIHuzY\r\nm9sJ9PWwjGcrRB7TKowMDJNp2u/uqxdbppDXlwCHsdn8BEgjJkczWmVugZ8T\r\nhs2t51l8PiMwVuiqqbFHUItESHWLUx2FQ+Q5pN3zAatC5GdkEPdjaHa6ZqLo\r\ntIJeqA0z7ZdZqnF460fGX08qD5+biRIfoV61fzucyePdj90+ThU3LNRMscW+\r\nCwy+OOFIAPDP+aqHvrCJC0dxJDA0Q7GhtpASjzz9EPnN1vZuKr8ZUsdIjDqy\r\nggiqzIh3X7VFpjMoyFDJx91HmW5U9Hy7JCpLhfQhsZ2UJAHxdvmGaHaZFCXD\r\nEX4qXyFHoyQekcS0DLFS3YiLm8tc/kyDVua1VZP+JDyFRBvoU/NkKDP6JMyc\r\neuhLS9hKhvGaOJVdxJyyFPEQB3O6WoBe2+9blpOxr7IagOxO3z09DuTCcbci\r\n618a5LkbTE5E7jiMigclv2nMzwRC/wh95r9DTlp5ao0zfkSNOhRwmLL3tiZ5\r\nLe307Is+bjUehVQXi6GngA7FOuC/aTgbkg6DRB7QaxjVqFS5XI8w6i/oFoAU\r\n3iajUFB6ZDi1f39COvzektRkL/wkIpjVX1U=\r\n=q5rQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b55c6b025768a5b4295b300254b3e355f3505754","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"^1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"^5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","postcss-clean":"^1.2.2","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.19","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.19","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.19","@storybook/addon-docs":"6.4.19","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.19","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.6","@storybook/addon-actions":"6.4.19","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.19","@storybook/addon-toolbars":"6.4.19","@storybook/addon-viewport":"6.4.19","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.19","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.35"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.23.1_1650030389920_0.10038652735368991","host":"s3://npm-registry-packages"}},"0.24.0-rc.36":{"name":"fundamental-styles","version":"0.24.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4a288f3e73b45fcfd26de83988b97c6f7cb76052","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.36.tgz","fileCount":120,"integrity":"sha512-6UlIWw4DvlkBBRMbHT9J4wKKOnXxnOhTZUDFRGDyttX9vBV7ut2qCA/YtMxs172xwQM37Pz957DJsR3uUwCJ4A==","signatures":[{"sig":"MEUCIQD9P5JsrE4fx8XnFpnc2Qayw0TcxLp6ASHKk3EXjJvlQgIgArYrtxfLuBNGKz2j3axdO3GtCFGyVntPTP6XvIythQE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3700765,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXd0MACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqYcw/8DnUskJBEOmosQNZ2RUmDvnmKrWq+MrUtyXKc18ObE+9UGY8n\r\nkQyG3uTE5pUI4BFVmbL7N81130syNJAbc+wdyxJtkLRGFpvjBV2LKdumiRbv\r\nIHoeyOqcwx2S71dqCi1o4Lw4zi6xZdz6OFz+BUuwm7MU9SASkpPXDtmqRCFP\r\nZVFBXOlhygUlj72ShYn2FNnBibiXC/WOWKwAqZYFfXehvxdfKIskwpLxyu0T\r\nkTv30F2JQ6Z44qo4BVnW2MZ6P86dk5wjzzn8ehARNcMznth48lL0gAgMHZJU\r\nr5tU2k0SviYcEcvb22zaNGsDJzCNQIZPBKbAXqIKC8mec16zcePAyKtZQ3gE\r\nBC+rqM43jG08d0g2uhNa3PJaQ/OHcywcKz1ICS1MrOhk1Lmpcl6dT/3GAIMF\r\nL4EcVEd4yg775qmY/g/idx4lCOGItYKp9I0QxXrf/prrloIusvz7qQJzHSep\r\noflsCKYKfFv9yJQi12l1zF2GTLnRAy+h9pAoXvHCwuqZnmJPUjV8VuFFYDhw\r\n23IanbPR8JK1p4U5ofT4Hy7V5OQ+BnuJL2rtoBb9vPIh+Rj/dGCV3nZWxGvp\r\nq47SY+3JXy1cIBrKUWVwPvqXrx3ydHHVT9/oLU0MU4YSjrtBwxypwj4EWKXt\r\nRme4q/52MbyKmA9U7Ndpvbr+UzzM8o5vCyg=\r\n=PBrY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c616890905be2672a9a2df3ef727f0a3204be7d4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.21","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.21","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.21","@storybook/addon-docs":"6.4.21","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.21","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.8","@storybook/addon-actions":"6.4.21","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.21","@storybook/addon-toolbars":"6.4.21","@storybook/addon-viewport":"6.4.21","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.21","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.36_1650318604498_0.6570745828367026","host":"s3://npm-registry-packages"}},"0.24.0-rc.37":{"name":"fundamental-styles","version":"0.24.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9ca312a1bf990b8bcb7f905ec9cc812fea39cc95","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.37.tgz","fileCount":120,"integrity":"sha512-tJpK5u85Yna5mK4dkyGytzJqN0xcTu8PxQ+lHGNnOhSFK1h4Ei2H259zaqQ6+VSJFksTWXuurmzk4klE385Cog==","signatures":[{"sig":"MEYCIQCeES2K6/BpQlMXeRwev9DAuDSy366eWO251xH+DvA9OwIhAN/CfAJ5RsPS4JTNdb5qdwaMl/tIzz2pVJYKMtffz/AQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3700766,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXeGEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoOrxAAlMHVoCH+E66t8LhpuDMUaSrdNwuTz2YFAqhEWdxWIlTCMrsG\r\nS7sKUdmoKM6dc5i+xCEl6yIXJyAwiS2wQLhnRpArC1l4+eh96EpPIeKgCs/5\r\n4sff003mJuAtmkN0dxaluG9+CxZhCeF+497RMyyzolNYoTIaD2E0wofXhQum\r\nSx62MVO/bKvUifMk2Zetf5vuA/PITcXMNnO3DitT56PapfVVDI4SMWNV8GET\r\n5lfCBHh5RSl6JidGEFZPp4tTlVBaKz0hLHD2fOFYbnPIgzdOMDb7EPHB3sbo\r\nxdVOPLPtjKmXXauDCB3icd7K6TiVcuDiK3xp2gsZoloThNBwuHy704N0mOGj\r\ncGpVRx8i+BR8GTcsvLVR/NA5rYLeXPrnhKNZtlO9eWIl2nD8LQrxibMilPsf\r\nGvf5A8FemKmkYyJ7Y9HwOHeWi94yrhMT7xp4GXp5mNGYOZKbEVm1jdXbUJ4t\r\nemAFjJx7FgUtsBO4mGG5xD3h0cGCeJocLIJVbTtTNjNYlbJlFVl23C9JQn0m\r\nXmPpKYdQZAeib9bY3vNdmzncfymxWQZeqAYiqZah2DImS1PNWU1JSTu/UVM5\r\n/04ymlhoZOel7VduxaoypB2GX55kH8Fnr8d5BYo09eMEXe30o2wSWPr4FqJ0\r\nuGAs++mr2EUpUOjBMJW6B3STUDxsjQXsElA=\r\n=ZZCm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"edbdbc56c5fb9fbb397e59384b7094ddec94e15c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.37_1650319747658_0.6523660433974252","host":"s3://npm-registry-packages"}},"0.24.0-rc.38":{"name":"fundamental-styles","version":"0.24.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"03bb53df16c88a3d6f338abdfa1bf102f678823f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.38.tgz","fileCount":120,"integrity":"sha512-ChcFQsfn/UCphw7jVWfgCq2h4KqFd7l6ekBj+PDBGl94xCiTeQKOsZJb5+cTXSE08isXk5cu6h1rEN2JDfA8pw==","signatures":[{"sig":"MEYCIQDwyMDe3zV5vDK3YMlTsO1IrW6A+zgiNlkt4C6arGYPZAIhAM1Ff3GmMfHtU7FdvIl51BjNUrzBillLMWPSSqYM75cx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3709867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXewUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTqA//aIsIPimtPbCVkeK3yERaAQdkeo6b1BLPpDjnTOHYcLsmdM6E\r\n8oJ6eUteY44Oz1ofHu8PjsRiHp3vH2TesHsAz69mWATUPJzIFVNtp8L6xaim\r\nMoREJDLDWojJgsy4id4adMhN32tmL1O9wZvsfwP9MTMRs7VTCn8gI4pl1QGO\r\nLL6qnq41Lt/OhhyU28k5mKujdErMRZXKyGozClIxP9E3d57ssYvdF2f5mVWo\r\nhTK4VInfTohpFtJf+dT2AnJruWO46pXU18tteeSUrFW62vndieCvlx0dye4n\r\nfAO8rn+K9LUDIeNyTbGo9nEWniO9fuxO/WCDpENX5KczLR3hUQ377OUo02z9\r\nVl3aSYlNU33gEC4T+D7PoVHxc/if1NebgSXpOaeMbUpLxqlJhp5i5oMlru4R\r\nqPShV3wBJjbYz5V2qyFjNIiuzLxQcEYNwU500/69Hf4YgPyiVHfNyP27EkbG\r\nicSniU2zdYJz8vwCIXYKaf3y7bQZWWgF8/dWd9CwCcI/fUvNA0CXhlFDndrR\r\nIGmnZuQr23EcNi8y8+7+TPcp7eCJrvztX5nKogiccxTu+E/BpmzayP3scogr\r\n2KF7AjVityiWtAGiPzQT2P9kpAjMlcbRVTAAT8m06z9hcNtL0mAsqcMQDJEs\r\n0OkpvaxJBcnhYZLki/fEDkCN4cATGwUsGDo=\r\n=kOCw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ea9bc92d43b13632b9130dc0b706c9bc94bdc4a6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.38_1650322452111_0.7288057680187376","host":"s3://npm-registry-packages"}},"0.24.0-rc.39":{"name":"fundamental-styles","version":"0.24.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ab3fa3619629672d74b20c49edf7038eacab8699","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.39.tgz","fileCount":120,"integrity":"sha512-5yietgVs395SZgHiZg2jobsXWj35co6vk5FfkYMd3NEZ+HQjNwVX9h+cojciRMj7StKH3/QyGNKzUwA+pvFX4Q==","signatures":[{"sig":"MEYCIQD5hmNf3+8jzT6b0QXdJdvEfqNORqCTADElmOpmKOrTJQIhAII8nVn3Pj2VHBPwF5JcCsouFhLQ7vD8ysr8iMeRwAOF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3709875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXrO2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9tRAAouQnrHY0m3YTojaDy4g369mKBmRqz+eZ3j/nob42llk0ogBJ\r\n0wKqO6mCFEsqISYavVELhHRJK1MOnw36Tr71534L55mXuNzqIKXWl0mVATpW\r\nWc5wC7k+ufVGF1HiNKHFS6e3ZJc8wLCwBCc7Hwfz526sPAxTOkbRNknIGE6P\r\naQrXZnxNnpzh8TUgHraitnl764vecvspHrijHsvajxoFeJxXfZCyfvN9j6JV\r\n6LQKG8Ny7JfHXN5oU5a6MJSWufrjYdItyCsBIvQvLNnRSQF1WyzC/z9uKQUn\r\ndDwGKOFpqCWMtmLgvZST/oHmtbseCYSVdrbI1cVT91mZwoip2tpQ6XZ75vNG\r\nfwtrrtO35wCCwi6jdi0QcA5ExWD+2CR0KdQw1mULmk+O3O7lB7yYkMIiNRsB\r\nnHGrMgT77u17khEYdWh/u0S4uP/Gb+bT+mkA1nZ/7ayYKRiEip/GC3vrvA9d\r\n+sSXa3Kf5F6y2srr6wN6xJAcfycx5aeU2JLGtWR9zFdEkQhkTp8lUu5OCMIc\r\nDgHYM+cLO7Y1/Xd4PdB1Dzay6Szx5qkg9as/8oIU2id8FgPdbfxx3iwBUtVf\r\n/PUabzE5fCqCuWtesUH9mu4tr9xvrWBgPgR3DABsP1wO3OWuWcHgtXdr1su3\r\nNtQH+yqy6leuOaWVcfKABDJ8buiYn8lOsuM=\r\n=WCN+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e76d1cc97416800d9dbf23989308b666fb201b9a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.39_1650373558564_0.8800424488313956","host":"s3://npm-registry-packages"}},"0.24.0-rc.40":{"name":"fundamental-styles","version":"0.24.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"238baca9dc6d144581a1a74c4af27c9348f7d27d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.40.tgz","fileCount":120,"integrity":"sha512-jrdumndusD8HxsrpfPxkPc80cTDhABvGkb3EmryinoBO4P8NNx9ERiLZS5f3TPMNyRSyzXS6SLYzpg+1Dyje+w==","signatures":[{"sig":"MEQCIGbs9G0I7rQt9bI3wICSkWGYHo/DQNN+2bujvhYESE9gAiBz6R6h0xrf0imIIEPUXdtPjmyrtL2BD9pGgBFboWQ7NQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3709875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXssbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobUw/8CS/Xta7BpaxbbS43YzTS4UPjQpoxW9tS6rmYFR2lSVwCAiAH\r\naKSVVFqp3hHXnzyyG+FPNq7J2pYpTQ4nSfZP0+vAIS8ZGrX0+t5dMyPb3VAl\r\neYzMnCXBpg+/LoZar8jU4ehShoZK3QnXZA/KMCDSB40PcT6RCY8TZelsrcMz\r\nlc5m3/6uOAp5jO7Zu6E8aNjx8Z7HGfqYjg1i9euBu1py5lfXH4J1O+/IzDG1\r\nm/YXmJMeDhIcROEhzx0rLcecRCeaH6SreEpICcdtNHRK1TXDk+Qrd4M8X1Bd\r\nEIRBgnLXErRYomvCaTQc2yfS7KNlRnigDts9MWymBvB348bOZArRUidYcj4H\r\ndW7YFfIsLAQrQixxH2FZdSmJEOHD7m5+B5AZjLi4oULe+qveAeTim5/4Nk5f\r\nZixQP/YeUwac4NMQVMPRORg68fqkaP1bQsoqulP7fGwsfK7krguvrAe8DxM8\r\nm7WS5qcLp9sVOvAGcc1Zy0/qef5ruVRXNuwMbw8VMnKkXJitStGfukWKmh6m\r\nQV2x7EeEnd5fWEmTpXlE79XGVl97Wr+3QeuAk9EN7WO7dVw1JFZTQFXTMMM0\r\nibO8xYgQ0sardCN9HPoorYo1rj98MLF56cFJmBbYFoMqSfBkbjrNJvBLCBuy\r\nTEpOldkI4jgiP0yS3bS4gPH2Jse0rZjzaHc=\r\n=3zVa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"83e24fe5185ba7cd68240aa96d614103aefbb68c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.40_1650379546856_0.40700731796175615","host":"s3://npm-registry-packages"}},"0.24.0-rc.41":{"name":"fundamental-styles","version":"0.24.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"415b7b8459527381c32816b7a891268a4b687d76","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.41.tgz","fileCount":120,"integrity":"sha512-uywkgssdAP8TFj16ZDjkyNpP0bEBxrT+UhgWFF6y7M4TUUR1vvA1lqIUdKxRTUeYjG2fMeU9XyBmB26OffmpQw==","signatures":[{"sig":"MEUCIQDBGNCbjsot9QjJhXNUvMeTPUndmZ2BTaEBMriz3Z86WAIgGKQLmjxz+PCYM8Iu/KQdn2ao1nz7/ytdDgNzABnpGiw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3710577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYl+PACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrlWw//fmFkLB6VGuCKVNopE3Ynwdh9Y8d/nuxygagwNAp9rXQo2bzk\r\nQOT9gI2KfYdHJoQRBcf7YXv8QpfhjypgbGC8jQb9dutI65TM+7n8V/XPBBUq\r\ny5Ulwl1Pz1BeLPPRoFj82CW1DE0PhTf/WZ4Zr52SuqlFH0sGrw9kQlKzGsiM\r\nz2gxEJjJUQpm6OOLN9Oq11AA583atQS010R1W+QRmO+A3Hm6nAMoNRs8rNof\r\nQjJyLjC100Thb9oWC+WsLbPqxCqn7CtSuLaycVZF3AV8zSgbM3vgn6QY4Nzs\r\nyksSpqbmpWPOZRHYcffGdaRNaRa0KWGzn1aJIjZwwVC8562DipDpS8zwqFSC\r\nwyttu5VCVNnrZZGnCdwcTt1lbgTS8DIHuphNvZDDtZ7X0YnaJcQKQP3YKXmM\r\n1tD3fINWkmCXOKYZt4PqeqQJXsD86QusMnt3v24qXZVT+3UGaWYCArriznqf\r\nJMrZedfvqyxPcQEo5jGjLJ+FuPBlU7XGYL7enywpuqvY+2rSbrMrad0IGseU\r\n2PNrrtg5umcghI6qNc/e3o7NNssVuHsk297/JbjeIBHV9UQ4JfTbPzjUaxLh\r\nTNcgLp8zae8p3Z4yzVkqvWAmhtchPM/5CwnWGk6832MeTEgHnfuLzIi5BWRr\r\n/wcyTF/YTMcKtO5vuFB1V56i8/j4EclHmwY=\r\n=HOpR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c15fb24b533bbadb8944ada3365f04a22ab6593f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.41_1650614158904_0.3232530514525358","host":"s3://npm-registry-packages"}},"0.24.0-rc.42":{"name":"fundamental-styles","version":"0.24.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cc7dd0619b909db4ff8937dd2114061d179d2767","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.42.tgz","fileCount":120,"integrity":"sha512-E5ugiGIb+v3FprHcigrHNZMfWSdA88uyqsFo9P/WYcm8yElFy1QSAPkkki+yJ0rf1cay9rAYEhxnlsvv5vXCoA==","signatures":[{"sig":"MEUCIQDdINNceWGrHFjR8BM1TxNSxI/kLxWfr9Ms6Fa1f9yIMQIgdp9FQ7O7sATSgX4wNJQrL4QA37VcK4/1foYXwtXUAn4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3710577,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYrl5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmql+A/+JdqhuGYVkmdHK4HnC9Mc4S5vbI1FegQ9LhGL8dDJ+V7lHyJP\r\nuX6l7eYFv4bXxMnBnLp8SxjcN8hXjMBXFgEPnnSN80VifRY62YqjOBxoZUs/\r\nzaMI3VtGlsACUkPEF6p9G1jq78QOFBvtfnsJZrD3l6srXqu1TsXZBCQF+yiA\r\nOK/+etVFRF2bp9aqFLCQXECM/UIJzmQwEM3QW+Z7KjUY1IW3vMAfYoR3FTF1\r\nNVHzqUwW2kC+OWrWodPimYjqkVCqy5hNWv1GzAxwknE0h77r94CTGD8oImV9\r\nt9fH7x9N4guZYVGGUWYSyNUBfuQ9i+19lMP/0JqrOK3VmEw3FtiXtz+euQcp\r\niQvViNv4U7cquzgPwiVd0iREb+OOWAOks23qMFpZbqrTSSHB7vjpKE/+hSXR\r\nHkPpLWZVUCeioE/yUcjAPqmR93PXip0G9wJOEv6v/pS21xl8kwGWu40Wf/DP\r\nPRnyvchWIlh91b49j58lzDgEJtqknxUfPIJlgo7NfgMtU6vdyBY1F8HCrVwQ\r\nOj8OtAZnOYiiUCdjEW0fQOt1m1R2JbqlUk+zIBeUYAy7FNreUlJVUP+oqN7u\r\nF0kQXS9aNy4Mc4MPGbVy8BSK4zROpijbQyMHspMU4xc+pEe+7TXLW4Hbc+8R\r\n0/RnyJdm3hXDw7D0A5JekKOgndB9xHQsydo=\r\n=XAnZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0405e71d67c6b973f05593c61d6b5a91045eeb1c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.42_1650637177067_0.11914314692708228","host":"s3://npm-registry-packages"}},"0.24.0-rc.43":{"name":"fundamental-styles","version":"0.24.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b8d57fd8d1d5589f195701172d7256cce5fe004a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.43.tgz","fileCount":120,"integrity":"sha512-SRM6gWs5iBRhbxWTuYBWXRiSkmuiCjTPrRnvH4pqcTiVoJIAsYTPkjBfS80YrEVYRHofia6qQZle5587Ind+Ww==","signatures":[{"sig":"MEUCIQDz3qG5P7hgTr1Soc16EUsolP+ViL6HwEfngKqjBfGm/QIgdiA9w4qv+d8sN2Sb7SqWE53ai9lx0P24YX55L2ao+Tc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3720758,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYz7CACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoG1w/+P/GmD3Yn6sXpDJaW7i44inl4ZkwCANM0uvQG4bGDUucuARZF\r\nKJCytlCuHR/mZsJeWHygKLv5Avv3EXJsJZLkMc/tJGk4L45jp9Br/ZWTBU+3\r\nCWVtNoYb7Ry8h83MysUIwRPAyAtE4DI3FYYrunizOmJPV+52QcMNTI135jjE\r\n1QG7Y7yjgRY4Q4qYU3pCt9FJru6ZmQtywkE9B6mk2cXfLaBKNAand7Sa5fDQ\r\n76Fsk6nMExMT6nDaEJ2vgJWPvVfN3sFObCBNjD0pcIW6ijk5NJWxRHSYPwtF\r\nwytYbMwIQoJ9hJ91pFFVatsVymfRvinhYDEpQffR9g6m1B+cnLYLSBJeJQNA\r\nlu0ZOmhOg4JVFlNHjBhjtsokVd6WxryIfeprFGLXEsVEet5VJCOEgoJaif7z\r\nKbwNToQEKlKMXtjDkdd/k2CGrzpMZImKQ1lk7nNTTWSQCzGQv8pCeTo44PhI\r\nVHmmbSB5O6W482rCe1zT/or/XTCUAHyJJPOsrI9n9lyv3X1LOj7rFoMBWsBw\r\nCPLIM01kTUa/0DpdmPKUhtjhk0NQgvjgBcrz8YsvaRAR7ZkQj/CK4uK6+ccg\r\nPVooEBJwcB3buCSi8GT8mobnNJOJCgke/VnhfB1wxpR3XPkEh0S1TQTqtK1z\r\nPYZgzDLYhC3Fr6kj3SCOXs2Q0R5jfkHMb/4=\r\n=3zbL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7072d17e6a2f4f5d7543da93cdb5d0bcc0e596f2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.43_1650671297813_0.2810074777724776","host":"s3://npm-registry-packages"}},"0.24.0-rc.44":{"name":"fundamental-styles","version":"0.24.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"625d74f852ea9b8657188b29e6d495dcd2ef5cc0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.44.tgz","fileCount":120,"integrity":"sha512-NTchb/NRxHyCB5Z39MgfM7vRkanIZ58YPjz/BNlo+dqTSxvmG6UxxycEEVImIaZnjEwMDInMhKaNzq/j7+eNkg==","signatures":[{"sig":"MEUCIBEdbarDM96RJLPqSn4iKLj0x/r9IsjBKqn+VWqsMsmjAiEA9XxWDfiQydmGyGLFGMP+ShGQXXNaCsT6eSeCIEK45+k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3721373,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiY0EhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpWtw//cEiIhRk90y5A0pQJ00qNjouhVmK5jC3bh4pYBMaLN4q74wsA\r\nCVSkXGpPSLAq5zhq6pipNhVbPj76Y5UBzfykL8MZGz6miLihb0DkKvglF/ph\r\n4kHRbF5V58P1R+e1D4UcFBHtf9JL4r2RRxMB198s7XbqULSD60aDrVHTIA3J\r\nMLkog/X6WZzycT77jREUGEjR+goLzCjRreTpw1kTvufD0JaWGs0ghTSFHTpO\r\nkHwDMTlZ4tOD6f6pXH3QdisMr3hwIJlkKpDdt0LjnsEHj73B0BQvQ+J/8a/K\r\nxWMYrnVTOU7jEUnUs3437XrqcaOksYagy6bm+Lxu3sChf3rNqoLGbCKpGt9o\r\nXERTHbZWpIaLPvuxtOCQ7kq6xVGtCxPZL1oy9rjrhCjx14TMxTYBomE5L/vQ\r\nO8/e2RxLAQrkwFXhkzp6DwpKfqhxRscYmpN99ExUplCU3b60HSNCxYLEvNPA\r\noJ+1vrLSqFwDdysjhHOU+fGpwGy1RHXjqc4nlMrdk5Ruza5sMLPSB5ghqZfW\r\nfbcpmqnYA2TKGzeRdRnbgcf5sOY9dOyViPLYaOMYRfl7yZ5k/QyU1/k+/KXt\r\n2OK2JniGGXbhez7iV6eX1HeWPZ73wc8Ziba9S4OBoiooIUbHqhbB9hh/7wXr\r\nlO5INIYo7cHg1gO9X2dYV8UxV/uSsU/wWmo=\r\n=aivc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cfc66493ee9abe9fd819fa9013b62155b1b559d5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.44_1650671904921_0.4416325260690377","host":"s3://npm-registry-packages"}},"0.24.0-rc.45":{"name":"fundamental-styles","version":"0.24.0-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6648e14044af2db3b391cdbd714d120392d60115","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.45.tgz","fileCount":120,"integrity":"sha512-d5L6P30raddU0mJUKXiKJstbWhSiQFnVTJUuvfGNpCuiiJLIrFBbYylTxbwfWMMvnzbF5qC/De23A9oyQtk95Q==","signatures":[{"sig":"MEUCIQDMRtcVbyhFq3DjQGv5NovRtb28QAIZ9BW0eNobYIUwCwIgAYBg3nuUQE4BvI+fXQUxj3s8jeP1JJsw6/pYr87IXGM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3721873,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZtyhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvfxAAjZkYqnPCYySXlUK1o2/I6nQB149l25qqWw85353/NpNziHOp\r\nkmM0KpgAcIva462oROK5BIq3VR8HGFKXKqjJ/r8SXhkn0JWkpuDQqdftiP8P\r\nBUfyiQcB3mVwxuG85b+5VndzAfkHQLGo/Sjm4gmiWa3YD0CcuifmMY5+Wf1f\r\nboK/AbvlCDI46T0mm4R+trU0UTTW8jKQa9rORePoaQ1Lil8/begmRq/wCt0H\r\nsjDszOLtgJP+V8QH23cZZXSK3IsZh2ADshyfTB2AEoBquokwx1EJM0K0By15\r\nX4Eqc4JufHFYTXhfeeyYz/W1iVwGAbmc5faqPW62rZrhCYlremcOe89b12bp\r\nwzF7OcJxFKjZAMhO2c/4l2UZR2mgRSY/xD5pjyNhdTeqhup3NGTV/9q1onJS\r\nU+doYzr3LYQnEqMurPdbyz7Mh7hg/0qUJIeVBfxpNxkKkFBXGcy7541V0xr0\r\n6kOOID6jCJpBI119B4XGhEQGdGn0jhl6WEOaqy6ePohGjf/BZoi/kHhGgPoR\r\neLJW6jaI+t/uL0+oRwb5v1FIy3zu3UEUw48LyVT7mRpix1dqXzZfC3kKfkwb\r\nGe1N27Yg+QGXk1uDTdURr7jiJRPAT5eIxxf6Oug6aHcZwFJKUEs4c8l0G/m9\r\nDmQkfdNHWsx7Rl0/IU0zRYdjGNKs4E9P3FQ=\r\n=I7Vu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"422eefe1fe47101441805996decf372c72a8b68f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.45_1650908321419_0.9626278427687185","host":"s3://npm-registry-packages"}},"0.24.0-rc.46":{"name":"fundamental-styles","version":"0.24.0-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cee13eb963ab1fd62fd157d2d27d29d491d055c5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.46.tgz","fileCount":120,"integrity":"sha512-Xqc8VqJzHfxkDEffCXmdAlgL22OMhnZCTDoidQzUSHtlTBaxzCCp9jTWelQJByo9OSfUGHop0XQ1EoMJ1dkupw==","signatures":[{"sig":"MEQCICGGlUh6kq6KtdMX6WoFb6eIUqaZBd93LZ3ILcThZxlzAiAw1fIuVr6Kzb8HUNSNsXTVhC4Z4w3bqv5ht9u0UR/qXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3722115,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZ/QcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrn0Q/+McyDCo7RFXjVyvksmhIBqP1s5Y2vWCYnKrwU57v9oJDWmmKN\r\n19ArN3eRv45YGI1v0R8gISqdQWt0vA5KrzaPe5UKopyRd2sfJ0KbyaXmhiWv\r\nx/jduG6S9VZitOZEP+dKIe/a4Rx/G7t7OyrW4jLheSQXv+hw6VSGWNsgHg2k\r\noBHxEgEKIBkZZOxgQ83L3MYOlIoaUyNZD4AJTmI92Ml+sZTsSOT5O7S/jUBf\r\n4a94x9xEu7BFx9GRLn1e2xLlP1uzU3/vQGXOzHIasvYjjkf11GQwAuQDEgKX\r\nd5ywtE3AG03PUL3rEIhK2FwwKOi5PU1VVX6/DU9fqw00HUntyr2+M6bq0oOn\r\n1tzP4JDzcwEOW8q3luUAMOTOup4MS6uV6TTlnMi3MYqpzLr/jR73q2qBzpjS\r\nGp67ni6Hu8BFKDrCZUZmrLTXkh4WzP3biG4kgvHv2qZs0V28BCfXR/TduNSx\r\n7bMmRW0b3HyOl+bMzqvAPkKHUMTECzpaijbJGcIsyxS/K3Vcbttp4XAwbtPI\r\n/gTr6sgI8varXzl33YzCnpnTiqrzarC8MlWjNvLr9OzcTdbPb1Jg9uJyiAkE\r\n7vDG9CJOJTfuSg83gwOT/1xZfUSuBYem2OhizbmzR80VQVM03TSBUZOnbd+q\r\npT3tK7ZyFuQYxKMh0DQr8RcUt5BM4xgS7No=\r\n=+lE9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"742aa3ecf04b894575bcd4c4d9b32e84ca4bf0be","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.46_1650979867998_0.9751636769469483","host":"s3://npm-registry-packages"}},"0.24.0-rc.47":{"name":"fundamental-styles","version":"0.24.0-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"31b64b8d131c2e7c4167624d99052e3334a201c4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.47.tgz","fileCount":120,"integrity":"sha512-p3slzRIJsDytw8ogNGzGhk/iXXo/XN5NKYiYNZ0KwYY74skJ+vhXLrNFwn9ij8ltQTw5CjXUNWa+rQmz5mKjBQ==","signatures":[{"sig":"MEUCIQDvSYpTNvO+ooFfMeB/OZcntpYTNVVgYaBMFAnKaUCTKwIgIBM/U96SPPoTWYe2jOlNCPHk5Fm1b9b+YFSYbqCGqz8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3720946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaP9XACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXIg/8D+Z30CdMgND05uD9wLhpzoYItoDxv0zJnRAp/tpmzkCylfoM\r\ng3Ueavu7sluDvOpWC86CTr8kFD3M8YumHhMdJ8bCT1w0QpkNCqkPPhmiMGMg\r\nMSYya4iO1FXoz3Bi1YiFLOf4KhLjh9h2SRYqzuZCcjbVIdaaoB0yNYask/+Q\r\naA4G59M7BwrsEull2M2AfBkpgqpsee6QtYy5IzaJubrLglFsq/F1Hdtg08rJ\r\npXO5uVTpvfUVbKqanYEkWHLy/irpojX2bCE7zSDJocoiPoE9zxxdNZs12k0y\r\nuVZSAmTg4mXlugjoQqJFWaEXKzrLUozUN3pnBcG0meh7w4I/J2Hn+wc5lvK/\r\nFF9iQGrXeT12mplO8ntekJvs0PwrAc873uCrBwbduiux6yMFMfsaBdK2taGI\r\nNXR/KH15dCKoXdGVQwaYh90C2DVf6upOVoI9AW17uO+LNm+vcVmss322m8LL\r\nQAuWamFpSaKKOyy/NqfSx9j/wxg/8zoNX+leVA04UvZafVEH9sZYkufdmKEc\r\nceUCmeMAm2pA53wwHILMsl5Y89VSF+nGVRZAXOSI+1EYG2ABN97Kqn044IzR\r\nyr/nP4BCMxvVmUJ6nI7/lcD+CBZIEKG8Eb9/NNyvARwCAHSTV4WHq3zmFZAD\r\nqgUE+APymrz8COxQclDGIPMXusXQSC/cAU8=\r\n=M4og\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"06f2aec06ddf7752502436c7ce9b438278b95525","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.47_1651048279116_0.044282605658709784","host":"s3://npm-registry-packages"}},"0.24.0-rc.48":{"name":"fundamental-styles","version":"0.24.0-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ed03b03874d2dddb3abfebd50d6d78719e4f8f55","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.48.tgz","fileCount":120,"integrity":"sha512-nCthqE8GM8Nr/ODlX7DjOd1ZMBbw7z/6Gmd5CroY5SRrMUxau4Leua3+IWwetlmWEAByKsTDfa88aMu4DHaCdA==","signatures":[{"sig":"MEQCIDuFMdsS7MGqNIBUOAr526Tou0hc8/0hky8JGQ0dlQjWAiBA5di2Ks+m9cnkSWD16BAynMj/ymrD6aOAz8LHRqTKMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3720946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaU/bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqzUhAAnFymRyn7Gl377nGY4vt3CmHRTxi0NTBwPjzAg4H29yfFmIMN\r\nPkoMENElAFWwXKYXaHsx1MJ9cU7etybcMH/iMtxo6v80av1t+WFvgXPUwT0t\r\nOwoMkvRrvmQjcDSRwB44p1E8+HxCTrD7ve3mnPaZrqLtWt8IttwI26jUKE7E\r\n5q9D0yMAYpJix8P/ijObq9qI5172ynYjwNZYKP4HIG+tj+RaxCt3L9TfaAv2\r\nKpn26vvrFcr5dNHsXswAIDto8l1KSavKJj3z6hVBUGUVEzxo9x55HcJZgqI3\r\n55X7ZsA6hVbk8KX8aKJFpwTPDJE56Vq7hTfCf/eLPDZ9X1hskdyZxqauzsSY\r\neDXg5+1qd4uv37BkYwIUp/1OKugWpfqMaVIQCNTDJCpc7v8UYuD57I7y6Vwm\r\n9Nf5TxOhOFC7zCnGPhTTvhDf/SjofKmbXbWxrstE+OF5gR60AlxtTs/RKL8R\r\nsvn5NhiHjH8IfQu+78bAsv3xyh1Vh09k7mu/696v9hoDBGwBgsC5sXG+HOiR\r\n0u0/+sPKtlKHHe7EnAeCuymchvqUEZPD3Q9zxDgNdDbJFIh6ev6u5ZXmh1ra\r\nGIoeHk/nEz1T9aj5OLnDiDU2hnkWpzD3m6dUrfLLjMGhGSQNZZ/zK3T1Y11W\r\nl6kUvNFaw53wdtw3PD4+dqgFMSBVW7Wmk7w=\r\n=k6k1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"21299b20994304cf2082d54883fa832882ed9b00","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.48_1651068891062_0.31831461983545917","host":"s3://npm-registry-packages"}},"0.24.0-rc.49":{"name":"fundamental-styles","version":"0.24.0-rc.49","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.49","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8969d7b17789227f9a1f6c4f659132ab92cd1537","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.49.tgz","fileCount":120,"integrity":"sha512-u4fSk4QRnEtFWTGaGMDHEH3Yzis8EkMduE1r1DOev6aTBs5EruaApN+Ez1S24Cp8qvumwp9bdHlCsk8iOAZj0A==","signatures":[{"sig":"MEUCIDM0O0ZUQV6FIAeJIfPAe9ypEn+jZn/eh4Xw5BQzbrc3AiEAs8NoQa5Wb9knalFWK3nERbPvtQNmRcsmTAYGcICb7Ts=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3722157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaVm6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmolbxAAoLagCMiZfrTEcYe9kff4K1MzXRwlfO4riBuir7QqHDA99EgC\r\nR2Sw0vzIim+Ir3/V1nLqg+3UBA+u3zXOuBWYBulGiIja0IO6KT0XStA5ygnr\r\ntGHw62gdzrZVyB+lhrlTHQR5vL1hwkZC4iO/dqi4Kj2JDk5qq5N4d+RBaj33\r\nh0c2V7rtxF87+ZQL0JuyuJGOMcIVanm1g/gKlvjB0HKns0RWrq6JVvfSDki8\r\nKWiNf6I9GbzAECW2fNz8312DtjZ4i0F1otpfyA1pgIV1iJ+OaaXY7MNxcxVd\r\nM60cnE+qNi35iJL+43c21KLME9Fl4hUrIjL1X6lf72F/WPx84+GhwxG3N8jN\r\ny7Dd0czf+ACFHCvMR/uauIdGCakWeYQ81+Ey/AiCydZYr6r4zniNnrgyBZ5S\r\nxIEQfRqk9Llv5nZJPKVW2eGFH6AQ0d58+6A8wBmJS752L8nrM+Lbf/tcLX/O\r\nfIZS0WdWuayUpySaxNyStJAhv8mxlFp48XIcImz5W1HCfdN5AhYWI5IbC0TS\r\nkf6MubvydIOxLVldCDcc2MvRCHnnWrvUH+9J9kDw5AVuy3KvgCwmlb7YHjSQ\r\nMkRhC4RGGj1Ol6OEe6rpPzU9ET0/47N6FUCi1TzPAkUd79IbsJNCEa0bCtnI\r\nenbKow3rJpzuVMqUdRVaB0mA7WkEirVhH8U=\r\n=5Rwt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"30e3738754439d7f1baa1ce977793f128370f8a2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.49_1651071417766_0.9459091308163778","host":"s3://npm-registry-packages"}},"0.24.0-rc.50":{"name":"fundamental-styles","version":"0.24.0-rc.50","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.50","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"caeb99f5a8cb7ef2a7f57a8d70ee6dc9ec3bf974","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.50.tgz","fileCount":120,"integrity":"sha512-d2fDKg7QkZLCkvuhmPpXRa6Lw1gzm0ZKtcSXX5hCUPQuoRIU9uIEPHgPKTulDXaXiUfbaLkGTFdXjUWIs5MtgA==","signatures":[{"sig":"MEUCIE54cOweqmTCDCKjzPJU7Szj0xNrAWiy3Xsntpqr5pwHAiEA2ObEQWDY+JE9venDEvboWxGycyXCVcDfjP+6A+E8foU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3734473,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaaolACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp1rw//XElVKS9z7s4SEkZnd7GW+4yvfMsV13Eg7bQRwmqHQAIumI2s\r\n4rk9iz0OEKGFy8tWojIjhCOn5XBRkqz1IpiRQvjYaFJjg1OQ8xTRCW1CfVDW\r\n0jc0AZgUdEUneUjESWzoSTNT3NuSuXfB35aBGCG11APQv8174LbLxHgeuXOx\r\nmCycc4zIW/oYFVZ8o8Z+gvpdyMEWmbtTO/1kE/mK9/S/cfF5do3HaV7+onGi\r\n++UZ8NW29cvqwirM6umVs4+XxtKxz471a9B9i0nkFA4okWkpk/0KwUE1wCdn\r\nRmArzSAJX8yonWYg1EnMf/fgKUIxaQQMbSllQ0HMvppOhu1K0JvJJPhz0Qk/\r\n7Ua/CmdJ4oxLZ9Q0sbEs74tgWovnTJrv7E5nvPXHQsPBOZEXfeY85mOJvytN\r\nnRtV2SONRuRogv7UOKkXD4UYtN026Mtn/AS/CiHn/0O4ngbbENHWedghCcak\r\nBfNV6aFqXnu+altUKM9YAXwbp1hu5Q7KWnHihUeqqZb4Te4XaM82hrxym7ch\r\n6pDISX0Dt/Z+BcQJuN3KXKSPXvlJHHTF6IbUE4jqEuMcvKwsqI1DEqZW8u0X\r\nImqTd8eLWNF/mWfRAn6FTKYTSWXvgSGxmVgWOFuYP3pJGABWAaPrc0k9tzFT\r\n4q2QxpLnEIC2ZgcOh93KmdYxf/9mdPOtqvs=\r\n=zqgy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"61b3e5f72d93cd3050daefdc0f0b4430092599ac","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.50_1651092004874_0.476816900182073","host":"s3://npm-registry-packages"}},"0.24.0-rc.51":{"name":"fundamental-styles","version":"0.24.0-rc.51","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.51","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bb3a9d7b816960efdd280c25f34b842a61fdb1d2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.51.tgz","fileCount":120,"integrity":"sha512-bUYyEKBPB0ILmDWdyFkatqxmFew5Tfdcbf8cFesxiEbSmme202N3KMdDtHsONJYGVitHHpxl66aKvMR7Oq0S1g==","signatures":[{"sig":"MEUCIQC08Xeju4NBlsnZBzkWtocMMzcoBdjfCJrz4UGNAoR8vgIgdaP4xniJEvz80ehKUVxxGMGXnuuejW4T9oiUaGQi+pM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3707063,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaj80ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoIng/9EiWtP5lX8ERTRpmL6wMZygVbyNIc4DM5Zls3LY0iKDzqzMMs\r\nOr2jCExr1wxuGXxqfWZw2yK8KG9Wql+YMctcpHU4YDmWpND+Cv0d22EZxysB\r\nLQVmpymNbSnTtZ32vvh9jXVCcMK2vBEUPfrP7WBQ9N07qkFYA89N6sNuvNfN\r\nmveYM+Cd0Q0KJzgOVtq+jHCjZx+iFLiH/Y8iwd86gIGkBum6Ym9C5zVxqNYa\r\njBya/G2ppoh2Lv6941ldkkkotwewrDwlseikg0pvvyOftBqbjtE/hbRKohAI\r\n5I/U3gWy77K1KC1JMYHHg3zndJTn0WmbCacUSPw1mfrdSoeaEaH8PZytPQcv\r\n6H6rbI83YjAtbqBU/1WnhTwvADegXh3Qt+UusSj6pvho8IjlL+Pn34Rz5wmJ\r\n1Y9/+rqUTvKZSi2oj/vER9iUN925tKXGicarz52+cpUYcpvgBcmqyISfXfHU\r\n0ifF+O+T52wMDwQp+KIbVabzpPHyGerT2j9YKqe5F+aUI2FQMAqT2X5HH4Dn\r\n4wqpf8QW4LmDvoPyAfW312ZPO5EJPRGkvsjIZdUl3c7o6ROl14UNBFtQf3Bj\r\nn+NW0UvAyNwEqUaTrtGKWZlg2NJv2ZJpyyheiDNGwiVN+cYmdXUzkOBqmDpt\r\nLhtNnNbVuQfEbO0dKAPMqXit1ITiRU8DWvM=\r\n=+rRf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"84fcacaed844a230c71528f9713e8bab47e0671c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.51_1651130164193_0.44675959779645513","host":"s3://npm-registry-packages"}},"0.24.0-rc.52":{"name":"fundamental-styles","version":"0.24.0-rc.52","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.52","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"852d3f9459c1b4f0746f1bdd311275c036ff1119","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.52.tgz","fileCount":120,"integrity":"sha512-j5VO1/pK/2NIXjg2PMndOFbQAHpg837qK3abxe9ZqRVaKnqu0/J7AYfLaXRcGAO2Adx64pBJvGgINmvFk5Ls2w==","signatures":[{"sig":"MEYCIQC1IFlLFB59+dCr3+s7RYgBlnKHMjce8LcYG8ZNNZuo0wIhAJEH/n5CKZ4dIRlcb7fxocbOHyiAkVuMpS3jya0dO4bz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3710906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiatgOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoszQ//SDZ3hYUQtVCwIhV/y9gzeTP20Jk5YoUnCICdMFhCPa2fmnZ/\r\nvHevmXjhNtrvnpxG5ijLwlrwv55tt8y4g6FPIi4Dzzb7crwXmbrJYAxrpNgi\r\naWmscswusRDS4Ys7KUS+ZEbUHACafj57hWN4lJj2lGfSLwvwP9Y8x2j9jAAK\r\nJO/Xmu4JCJzvhTi4KhpkLjE1e5WGz5iW8SgO+hiSgro4yb+NJOajiDWKr/+z\r\nOzuYpnTqmtRmKkfhCN29M/gU/vr77pG3iaMeeHFYTkejqEWQWnOgA2vH7imY\r\nYxXdF59DdBKUoWIELPMpXcXTv7bXREG3Kw7OUntxnu527dNFjzuAgJIMHeeH\r\nxIrTFqr6nj2Dl9hxZrUy4icftMbN+ZDM5CQFmGGqw5SiNAYgk23KuIr2skC6\r\nn7MEcQvZsBNw4fxHab+Ze0woWTLA7RG5MWMa7sZqEr/N5HslOS/m6bYcrYvz\r\nHlEWyknFzi43Ybrq4VdIpkLl6NkYph8iQststlmtWF4bKONVt8MspdXMnzDs\r\nk5rrLP/WBE4KLGWi+WN3F5SVBMX3GLis3Hp8CYs5A7IcbAUUkFnXowC/peCM\r\nde+9RcKkqBRPKqiB6VkLy3CkaD311zUR16nXuRxwbR4SP2/kpMWbd7OGsdTP\r\nABiocnvrsF5kKG1LRjfcb3mnaAI1Ftxe9vU=\r\n=lyAV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e5a47ca3139cf8312da4a210e89eceb5e9cc60a5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.52_1651169294375_0.8850985416644424","host":"s3://npm-registry-packages"}},"0.24.0-rc.53":{"name":"fundamental-styles","version":"0.24.0-rc.53","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.53","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bde814cde003107668ec0adb6c59531f7129875c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.53.tgz","fileCount":120,"integrity":"sha512-Qjz6atZNdj6o0ZN6v0j06GzN+rFAq2QEzQWqsTW5oPoD9YMVyErbiWlzP3acAEymegSSyu7CNrHTMTD/tJjhwg==","signatures":[{"sig":"MEUCIQC3PMHPrxAPMJvP0lju6rMsHNSkeM9BuizXB6gGwE8LRgIgEy0NA0r3nwyI14fA5DLGQQHK+ilx29lTxdoDdWpmFVY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3707782,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJia5TQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrSkRAAm4LVc846WpYZ6jcoGka4EHZYS03q+05ArIxHlM0HH6L7z5kb\r\nK42XNq+/+iXjOzJUGv69+gayoyh+WmTP5cz+e5+NXARdwAu7B8pK8eJsRvYW\r\n1DQo4QeQuZNaRBc4sNBfWN+PM/ZSs3f8G0UcSKRM77iEAUmRIKrGHbaYqb2R\r\neuHE46Asn/UpDWtswGdmi2N8W4sSwk+c4f/lhXAZPKgdIpWujfEmA57eaxHp\r\nsh/sefaclDIAQVFWsvj9N8c5cQlAEkWp8fotVuFTU+AbBaOM9yocrwyhB9Om\r\n6T8qJhr/Mj271ihWsh7w9Rb8wVcXnfNvFo/Os5d5re8IQFThKpnzFyDJk9d5\r\nMt8uRybRTWa9LNTbqNiVqZkmnP6mOdVWqLmsof0HHojYbDRp84VNohXvYbAy\r\nsVweAE7F+a9lQveuIh5dCM+eMQINleQjNrUktYGhpLpFDyNYavRhPbk2UgWR\r\n71TBLXPjDZVnv/fh0IOXqMddxbEBWix8PB8d3hjKql7150iiAgBhmwqK3Amm\r\nZImPLZmv4ooVt3O/s6oywHss7YL5DLM6WYjbput1bEbCkjcxqaqpgu9dLXGO\r\ntvhOSFJJ8VitEGSAomv6v9n1+El7ZF0Ib9vbhYcbioE3YKXzmUCJEHr0RDSJ\r\ncFjHD5Ym8kOMzsj3PLOPRUzXlnPODQjYhcA=\r\n=MFLg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9633fe811ad365875f7f77f65e6195b0cd8ae6f1","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.53_1651217615888_0.4324209695994732","host":"s3://npm-registry-packages"}},"0.24.0-rc.54":{"name":"fundamental-styles","version":"0.24.0-rc.54","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.54","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ec3c847cc124aaeb1dc8cade22d075a083f9a944","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.54.tgz","fileCount":120,"integrity":"sha512-vRZME+4gEmoGGQmd5ll8jfeA3DH0yBcS1EU/dzsMhx6GBbBGP2k2nKBGap1qLNXKt1CjU13xsMeIfTrwxrJUpA==","signatures":[{"sig":"MEQCIB4PpZHXCfYau0T4Tnul/qthnGZCh3pL82VS8tLhWxtwAiBjSDb0WvHG5MnXrh4B5KrrBBwMrdhZPjHyZzIQnzmt4w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3709462,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJibDMFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTDA//dCAaSTwJtZk0UCKDglGczVX7K3xV0zDxuqX3ihvHhmyXGh1w\r\nAxiI8k69MJXpNjzxQGHNLCsAibDV3j8KioNKiNK5klChwC3ZwmwSc1BTS77n\r\nqsCzQxCFLW6gkLqQbw4qWzTH29TxxCm0j0o65yIpGYgluIdE+fTcBfq+g1Kl\r\niDdn+JD20srT4XlD10Ao0hYrW8Xy82NgukkBF1Wz6NcON67MepHdu8pTP5Fr\r\nl5C06BGO+MkN9AarjIwU0W8PInOhX3MK6QAmMdS2QD7EYorr4CCKjztAwS19\r\nif+mTITG5cUd+aFiODlvv+50XIF9juCGTEtDXoQIsJkL6nyqPB0yAApt/d1K\r\nCasow1TQBiXFTLuPRWZyZ2kDlEpm69GnxkEg1RAEoQg3YX5sYtSHyyOlr3QJ\r\nu5ZMAz7QHveb+jMfL5cVQ4dLYBUSLriDPsMtnEbgJRllfOBs26k+5PY8cfl6\r\n32myjOymhTP+RpFllXjVk4iQxVrEyXT6em1sQ68D2MIewlx7dlR7ABxuzDYB\r\nPEznwvQX98F8baLZdIkN5tTuGM1FiUwGmQyOOUgVlIquvYndHEG9wR1eIii/\r\n+2IbqG0HHLZhi/EnJYvaPd8YsneL7F/Jl+QOgmyYBKCzXDBLIbiaBA3D+/K0\r\nRsPSeOz/ZILKr/UZBSqjgU71BTDdEVCmDaw=\r\n=KzS1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4f9d94d8aab94b64bfe6886ac86d75516ac1815e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.54_1651258117576_0.1683639199646474","host":"s3://npm-registry-packages"}},"0.24.0-rc.55":{"name":"fundamental-styles","version":"0.24.0-rc.55","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.55","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"be8e791e0a288383224e2c623771af2e0a38712c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.55.tgz","fileCount":120,"integrity":"sha512-BlnjrblmE0boU6BO7SQ3zdgGFO2IfMXgtNJ88qa0kVRzhoTUIFgI7H/400fc9cmi9uOj5wb3BVuJHN1kA8lSgw==","signatures":[{"sig":"MEQCIEZChS+tqh/ILSGbfVMKb+FPxTXXI0oytaOjSr/bqJ5KAiAj1p2j2w3QRs4P1bn1GUd6bkKIlAryvLzCgHr3VovyhA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3712526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJibEApACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrrcA/7BjuVSstu6qm32uLl1nBaG6SaHFlpTtqiGJ9I4TWGtQi/Hs6P\r\nabgNbb/15NostT8nk24UI8U1BsQ/ZQEpG9LsWw4VyIFRoJ81uQKDWOScmvO/\r\nG1ImFjofqrnzTmhS3BorDct3zuZiiNoYlAQMqf24LADV9Gjz45mRBigI6pAV\r\n0X517Qq311kFjesKd9b6xcAQb1AUiZI6yWzdcymkIRYgxGcgJvIrdzFVP+ma\r\nqBFhaOlb3o8mNGfCQt1yCDeTN5nvQRqvlvf5XJtc01fNKnUZS19bmkWzzQ23\r\nJSBTs7qpoC+uWBcIklw54vOsY2wbA7ZhVH/oydbpJXuqWtL7m1bkfZwPpL0a\r\nlhVD8MwMPJQFe21p4vsre/zNFCp0g3qjpqxecFyi4ICHqIipl6mAC71nPS8a\r\nuOI3mB2nGkuqsss79NRo71iV/FFMjOCiXSU+2yjyGiSdbvRWvNff3uC2L1KI\r\ndfkQ2w0B4RUczrApQjeA2cUxE9MM8db0xBY56+fmm6/+rwCuaz5bQiItapnw\r\n4TW9mYc/EQF5TDP8dLlXnGCPpzmLm7tKUV/SWdjJZDGPYpbRiBxILrqWyB/M\r\nCW6FKj1EMIp+TQMRuNSHrCk1bvpyfL6NSVWNysNip7GRURLB/hqyHcbcOE+E\r\nY12JOQVyJ9DRQR0wo2TbmxXNKwpmBYqD72o=\r\n=W4Pt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"83ef3790341d9b3278ebf136db9bc28cdf982b1e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.55_1651261480770_0.042960405811084845","host":"s3://npm-registry-packages"}},"0.24.0-rc.56":{"name":"fundamental-styles","version":"0.24.0-rc.56","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.56","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"573bcbdbec1c902420f3e767bec5c7fe2731990b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.56.tgz","fileCount":120,"integrity":"sha512-htjM74jfHbhMdiox4Z2/v1R0n4pg/KT7KDQUR0w615KK/H+xMfxQ2FoGxZfvVRP5xN/sUgYirlkNTD7MjHww3A==","signatures":[{"sig":"MEUCIQCvw15g5UAVkMO3C8YbZlRIppi+gxuQDnAbKtVKVq7ReAIgMtQ/JPx7PkKTuoMDcDQC4e/NbfyQ6HjFVW0+eQlFYDw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3720441,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJib5ZYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqyvg//Z63A3O8fUPz5/SQ7q8JwMTuMYAMeJ5dgTt93fWYWv83R8wNS\r\nuQCefru0JUQik2MDzPRfQF83PLl3NDuA4pko9oChBEg2ygs4fSaGinBRvI7f\r\nCzgB4dWGlOWJXjJY0omS2Y8YKB9PkXbmQ/6hkQ9NZGYX8leacx9VH1GQXvUl\r\nTBE6N6zDWeyKltw0ZcmDDWJNodO4a3kvxGVtOiCkxNyH7qW8t/QEqUu1H9+R\r\nomtxcWQolfgCAoJff12JwQ2K5nusII2rRBwheMPDzKdmfT2evBcz8LDkfF1+\r\nzMffSU4y7kl2LTOCpaYlPQAtWorKfr8qvC8D0sPq5UsMwLgcu0s97R8L9YtK\r\n0jD/X3zq36UVq6WUqDTbLjksRA3i7p4FVVkzqb8j5Zz0hEMkkeLBkhuMYPAn\r\n5/aj2bMLB9xx1tkefEjPbmTF2cxrpo0O+vzrOprfez8LB4T4YfthCUFC0nO8\r\nHIc8Lsdj3Hyigtfgv+KtEyJb+mxW3NBgYUuxKvXPEYh251x+eZUquxjOIm7e\r\nopVwGiRUrjdW6WrCitB+k5NOkwk+cH3AERqt0Bruiw+Xif+VCCcQtb43jfuX\r\nctEEySV/KIDJf9Kz9a3OB8DXkeclt7p+xZ1q3mq45HHQYiNyaq+CZmlW23Hb\r\n6PENgU5rIDcl1aPOn8XOdl7aAjjaxD4q2Bs=\r\n=3fzU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"64c8cbbcc765a92b544fac0679683fcd5d963cfb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.56_1651480152125_0.08788808219128574","host":"s3://npm-registry-packages"}},"0.24.0-rc.57":{"name":"fundamental-styles","version":"0.24.0-rc.57","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.57","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"19345d1d8d0e5bcdf1bac713f6d9242a2e7694c0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.57.tgz","fileCount":120,"integrity":"sha512-IjKvcLsDYIZ+k4K4+sGTE1qzv/asPCPnwevKhX9EeXqM5j7GnKc5S7nlfx0U5kQhOeD7+7Ci9+7zQ5mxqN6R7Q==","signatures":[{"sig":"MEUCICvLc4mRiTOTOhRXyfEOqZDOMzqo28MdhWSlvkzI2srOAiEAkaxVog6AsDf5P6sWRooRHTqnQkktlFEuLD451eMrOH4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3651848,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicAq/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYMA//YLqfe7FP9XmpiAMI8MgM0ztzF03BXGhCt5Bfu6LiGQfS/0bj\r\nGWu+cMALLfEO3caspYJ+B/yXzmvxGUapnGKN7bATVaQbPToRKwNjuWQGJ40Y\r\nyt3gvqCs5+RNXwR2eGYX3V2QXt/iqBq9lfYK9vGfhJ22ShadEQBG8PMeN3tj\r\nnEczO0fuJwwW4AbksEa7jqg2IhIWxwVOMVXBppaOdr6kgVT2EKa3WtHhg8Dd\r\nsZdo4eS25UMfi1cbijlGUnA8MF7zpnfu8lVx+svCAIe2TOgA/Zn9Acq74Js7\r\nmYoqJoNJQt7FOG7qYsyD9hPpbO7ZlhCQyjp8pDEfebUsVsVVvwT/F6JoEBie\r\n9JoNcDuxMJx0pJ+6LJtCtk3/83aQ5HZ34Pu/pMAimN5aUn50ukQeQuIWQu/5\r\nl6UbpF19MvSueunf1Gep/HY/4c9/Ryg6lUFh9P+tol5vJeCL1oHJpiqLeqpc\r\nId2i9dwpW3RlbxKNgbkZVhL2SqF+qVBSW7yPCsZBy/8cgjLGugMIl4D3KWeY\r\njKUYYmp6Ywf3TTilL3lMLd6vkQmxvYXub1M6pPF/oopcCSVH7VEs/Hi26WTS\r\ngW3yc1mq0eIgXUmqRm2ysoiu4yC+uL1zVbK7vDeR/pD8e9lPN2G6HWNh6kb3\r\nl9YYf6wPd/uugxmhlvwp8PZ2UD+DzCsnDn0=\r\n=Iz5H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8e97d63d27436c988ade80d1136bb8b19d6fcc95","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.57_1651509950814_0.06234355418289472","host":"s3://npm-registry-packages"}},"0.24.0-rc.58":{"name":"fundamental-styles","version":"0.24.0-rc.58","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.58","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d1797f9853cb66fc9803cb311c1218c4f6a24955","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.58.tgz","fileCount":120,"integrity":"sha512-OS/81zRi6IFIvuUgz88xn/SBWZQxaGaZcV51E8OA9YtY0VaAJQU03PhBMi4Is0F6drl4v5a3EL/33yf3li1Pxg==","signatures":[{"sig":"MEUCIQD0XY04plLdgn5bNdCZbTXU5O6H+wWGdQjfHpL4+Iv4kAIgGzaFzoZJch74kqQlGst5W4NzrlcLFxA+pOVxrY/MdB4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3653990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJic3XMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcTQ/+KO/A0sDq6B5f68bvLFLcnchzaXeWVEKHOR6h7eRbXEBxJao4\r\niVq5JS1nmh2+iFA0g5RYqOHoNi2Wasj6X9GVUZTgiMhliZDB43ChK+BQsJw4\r\nnSXsYyY8T8fu1uBhdDlZuIVDmTZ0U22iYJGyNrO/rHBD3gdXb0hEhfahSxtm\r\nIA4fKmUTE8+5XDPUyxy2kl+x9MX2/zkGxOz5Wl5DxZw6yiFaEffEOkD4ORuK\r\nuzuUdQCab4o3z1M+/znfTIoXFBQm0sds+740PAVX2+RduDk4TvyuKkoTMVGM\r\nDHkmFJE2B2T04HluZ9NFI0K+i9HfmpeFIEw+B5Snr/g8MWTnMhFX2uw9Qias\r\nNXqkzKriWzdCsSyWZOgGSZ6Hlv12gV778VD/mgGMYmNY/aYiUdg688w6cji7\r\nqel4jdVUiyIqbUYdVkZbsAJ6gV0xiaihw/5v8cDBzne4H9xDcm0+7yFxVxVt\r\nT9tnYHlHTf1eNRCOV50dWJj7vSQSNxt3HX4qfHaYKOKeDK9dwMEkxvAcEClH\r\n+Vw3MfKydULQkGf5JOeoR79jKOYzBerg/g33do7bMciZ8qvXbB2iJFfQz6dh\r\nuyQ8g3pCx9J2shd0mKKnGJgUfj4W/q2RrzEmj20D+GD8xQsDwf5M7UpYcN1V\r\ntQxHdqsXY1apgAwQt/QviqseLSdLcw+yqN0=\r\n=I/1r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"63451ee6280f7aaaf7777a2648035f4abfb76ac4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.58_1651733963832_0.3798816312222313","host":"s3://npm-registry-packages"}},"0.24.0-rc.59":{"name":"fundamental-styles","version":"0.24.0-rc.59","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.59","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ce692b51e59da61be74ba9b33321460ed0bb3d7f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.59.tgz","fileCount":120,"integrity":"sha512-Bsfg7dcX3FaOpKg6h/U+AjLUgW+o9m089H2/mYOLSXyc3Cb0sr37x5vVCIydDJzEgQNbNrXK4DtoBD3dzvxxOg==","signatures":[{"sig":"MEQCIB6kGk9BwOpDNrtKm6JMgKmOfwhfdSnuBH83S1GkTnmDAiBC7rIWjFPXzVMICk9OSeGtYKn1dxuw8YuL238By3ZlxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3653824,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJic33+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8Lw//RGGFCZup/+zuZyfSIT8hUpLdFptP+q2AMAVQyxFdQi/USNjl\r\nYx9KAsLrLcCm54zgvZUGGFgbuupOwO43QXrPFB2SOq62xzeluzrgjiVd3u1h\r\nXOWBw4hwqD2atE8lDcoxOi3pP7mfCGF7bzFi8a5N10PDeAbDDoS6n/hTctZV\r\n9jtcH95UGNFF+3mY3sur/xb2yBP1EMfTwc2mxNjymhEyDPKYqR+gFQwGjJIQ\r\nl6f+xpLHvuBKqLQr9gNYx9eoosUwZfJrRvGPux31G8fhNhkQHh/YoRqmojhD\r\nKYmYnC4GnZXjNjj2HuFrTgY1PDXL2SrGNNXSOloFsRiB0h0eL5amVn649Rbg\r\n8Sc7afv8c2urDQu71t2DAGzA/NYwTVZ8XkKAZnwjjie15Ynnsz/D6iSlES9A\r\nEZCvdWLq5TxwP7h0GWyI8ijKTupEI7jlHEc++DidYGvJmqHr03f2WGB1uR6Y\r\nxI/Y928fENYqy40+yZ7g2qzxH7vlP35P+unZc5yX6fcZrIdfXNC9+JnswMif\r\nIvUvqM7Hj7kKLAF4gQce9LdyZRtMZdcOiafGmmb8y8Q2b33nyDRjjBpHNR+R\r\nx29zPUwrDRI+TnUb3IvW1C//HxCbIq4U7HnrUKy+BkEb167fr1/Lqj7rpq81\r\noH0AKISN/9p4Fifoo9ddwwFmHyIwv/Zl4WY=\r\n=0+yS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3a7c7989fb7944d906e235a0d398053f0aaa7906","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.14.2","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.59_1651736062629_0.6611894975024211","host":"s3://npm-registry-packages"}},"0.24.0-rc.60":{"name":"fundamental-styles","version":"0.24.0-rc.60","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.60","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ec35ec95962b1605209ec2077c13548f49bcdb17","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.60.tgz","fileCount":121,"integrity":"sha512-OXYyqbIJCRC2pMEkt7ovmS++qr7fHWoyuLhD6IcEiYP1h477fss3BV4rqZjb69V448QgEk+Yf0LtEzKwcbOQQQ==","signatures":[{"sig":"MEUCIQCgkQh+xksK/C3e+NoEk3nef3IMgo0bqoCPMT0Tokj0qQIgOnXghuyueRtUHxPvXR5r6ExOu/pDWIvl6WuPPdyscS0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3684254,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidS6PACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7Hw//em8sX9zocCTQPfBMopKDcMWNE8CV0nPKocmpx+ka8WwwfKcx\r\nZ5Hn30xsznGygAU++6qAzDdyRd17ctt52xmCncN9fyLiM+wO+LqJpX/jxptk\r\nkTtbw+eR3xR+Qa75gqNXPCV5bHFxJkOZCbz4qcquVKZJSRznX/xUr3uiMmeV\r\nFv9KUN9gdCX4bJUDeIh2DuxfcmPDRJSt7rK5+bSb2SzEywgkQZY1kdOKdqEG\r\n5v/MpFSyD3o6gmWiFFBIFR15UYY78x9aqsL9c2/Zh+ABoQ3GkizMuQsYeiRs\r\n2JNAjO9eTHq1rL/87t4mRPONG8EkOLujPgfAYMsGDAKQ3aSJGRVJ58lXwQ9Y\r\nita5mnIZ+kGkb5UPqoqCGeCpUK/RHO5gZX0oYlA3d1jkOWCw20nzRHUkIOIH\r\nPYddJ/sXVzgbe+B977Cxhvw5t0rX+NE/kd3W/VxMzOe/OzHdcQ+5jqat8Lmt\r\nSuqJAlRK438FQ4GOZ12SpVG3xTLk6IoR7XL056n3a0AV6QQz0Ye6zD6hlJVv\r\nXu/oQwAxFOc0qBg5IlAgocIJEisFae02uSkud+EMFbCclzmzG8YkhqpaTvnJ\r\nMZlHhfSlHopqHDzgPQAPdB5DnXUZ/e4et/22anVq0q6SMVAfVoFJzpCQNZmb\r\nYPkJyicDV+ihdHESKnGtMNDiw/3jZk8iI8A=\r\n=AL5A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"30c59717b35c5463576f9f280d28e1abe35bc35d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.60_1651846799650_0.7832637205780761","host":"s3://npm-registry-packages"}},"0.24.0-rc.61":{"name":"fundamental-styles","version":"0.24.0-rc.61","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.61","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8ee5790ede25ead473f48959fba5e6f5764a038b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.61.tgz","fileCount":121,"integrity":"sha512-h6ye45sRVWCBnj6LX+OaXXfa3nZkBixS2Uj4ZaGyM+64f9srK2GfZnVB8hVwQAyUv9s7HAe2yrHQsGJzSKJgCw==","signatures":[{"sig":"MEYCIQD4i76f4VchKasRIOjji3CTFr1fxxGbh9I+vRPkxItbIAIhANaO381Xfi6V1kM6Gr0y4Pty7F1ATCSuT+M9HlQbxv+F","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3689160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidlsHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTUQ/+Moh17E+Z1KHFAh0IQ5/XnEZGNq6plJ1QHz0NpV+E1jSK5csM\r\nXwGwwVWZ6wXD5vL2tmyxhMWE/HMilRiuDGz+NQmJ5ZJsxruC6uvK4d296PCC\r\nj7gqCowGQ3GkZOXRAdsXqdL56/RAbzCrRkwHCmW/eiq62psYE69LNwVJXW2C\r\n8+NHuwpQD3A/dvpclCxGJKjWZJtGdMApO4sBP36vWlvcfDKp8ts/sZCOwu75\r\nUYbwWRS/U+tyVeazT6F7dnwZ1KdgvWoG4GpVrizJsiNgpRqoObtTaBZ08hiV\r\neL4azSs02MeLZufPrh7PDQi2K1yBB1nr+9WLNQv8e0zBcYe92Xz8rmLXzppe\r\ntzE9iArXLnOYISjKJMmZpLbF7TgBoYFSOeqtQhfA30rsYiQgjy0dm53MNJNn\r\nAWG9VcuUscUh99o7QkS2zWotl0BJZ3hfG80f+JSnGZo04pEFXltIlJwJ/4hP\r\nyDVnRbzuC9i6//6sf8JgaBOB840bNXgHMdDRDtSUkonAIh2sXrhnoh9RWXCs\r\nXbWsbgwjFSwD5wYgK3J1Fg8JOd/+k5ZhdMAD4PA8TDq6LIQHVr8GnB1gQtjl\r\n68+EsIKC8Bu6AinSb/hl2hyYgekrD7Kqyobn1BFEaex698q99xD5l6FOlKO9\r\nrC1n5mft/LYR/RE4K+yqVhW3oF9IQ2+97xk=\r\n=Be5L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"626252bdb6412835c0bfb20cdaf04613ee9f5d6b","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.61_1651923719146_0.18746350106198806","host":"s3://npm-registry-packages"}},"0.24.0-rc.62":{"name":"fundamental-styles","version":"0.24.0-rc.62","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.62","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9c838f97e97a0583d8e9a722f657d495b066a4a3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.62.tgz","fileCount":121,"integrity":"sha512-7byZwUTPmYaP/i0iVFc+OtP+DwTiM1iX3jv4ZCkBhUOX7M0WKmqgYwLjXO2JZ5n0I2mL9Ab/NjWiSVhzvgt56Q==","signatures":[{"sig":"MEQCIHe0sK9LZbGylTfg0OjfkSVR2aowdd9yGdeT+HAPraI3AiAhTixVuTrZWOOCOiv8N9YxI+SHRp5C4Y7Q+xI53OThCQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3799659,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidl5BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkZQ//bokioWTSCdyTqbp8qofy//f8LiMrM+TJ+dhDpWSgPBBhSrga\r\nW39vzNO8y+ElkyJuBw+6CYlSGGRmYiy440cfJB5G7CdSiA2dvn+C7pecjrVJ\r\nBKX2uINIHTX6RdUPdH4iu/01DBwXznvnWseFEUEZNf+UkXEOYBRMeVEtbv5S\r\nmIs/7TMl5hoQaXMetXo/pEgxoZHUqRWxI4U6kKCUT+ag7wKLstfs83R8HKqk\r\no8Vs6dHD01IkNDQICqlxUUWRo9kFV4MIr+f0gzXHnprRybht03YNrAEGeIE3\r\nqkZDZCKa2yD79dquKByIOp07525i4UteDKigbpSADIyZcMe4SGqxkkQzRYQB\r\niTN5/hJRsHneupxSS65BftnJaVo9yC2nL6wNVZb7s7kNusFVni/yJYlS/MjE\r\ntkqZGfOkvGzRO085xFlbN3azDy3pHxzybqAuApNekQID9NAZXICiGRYdSvE7\r\nSWQ8774KEKI9zq8r5+u6w6s2ydDXVpQbT9B/oGEylKjIDvrsEfY3glatBXyU\r\nujiCIPj930yB1PAl7TKYT4GrvyfBKef00T7j7gmAYgrg0v6MSWfyMJr7f63n\r\n4rvlYRr85+I7Varbj3JwZF1v0D7f0At3ESaJd806VzKEEM3qSBr91FuntdJ8\r\nmB0roWSiv5X/YPfraP4yPu+ijleuJaMHCB4=\r\n=21rI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2029ba28af198d593c6b3d8a81820a197b807260","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.62_1651924544898_0.5758047910329245","host":"s3://npm-registry-packages"}},"0.24.0-rc.63":{"name":"fundamental-styles","version":"0.24.0-rc.63","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.63","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"609957cb5ea55b27442afb13123f6f018bb08fec","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.63.tgz","fileCount":121,"integrity":"sha512-6M2aYb26ZRDesS7p/I7LNJ8Rl3zmD+sINPP8Hyx6Ex5ZaMUArW4FCgVXWWTenASUtzb95bW+SMyq+bE2928Wew==","signatures":[{"sig":"MEUCIAWmSZuBUu+50B4ESMGbSmQklSAZaBGgStlPed8nmqgfAiEAwEQf3wN5hoRYD97rw+MJOu3FsD65drmXgXV5g1OD3vI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3798845,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidtXNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKkQ/+Jr0vnlMtb0Kok/X5drwDg5KlBondELbQ11gSSF1AYRbKx26e\r\nuEXcVhPNvrDPcWFfP48+n7AVKx+TKDJn2BZ+i/QAmrkZMZS1YiuP2Y6p1Z+K\r\nTen8aGYxDvm5Q4MUIYSh9fP1OEOSw+uxN/trYtcgVvreYkAnGKOaqBZWIoJS\r\nFw8VLVBiOUyFoBsgGeaKMiW8rfvwSKXCnpAMkMFkZXHL5fC4qjXx71pnpHhy\r\nkAcDh66YUDtRSJctUd58Om/U3fVDBXsQ2clXpaXvX2+WSTOURkqemmC+Ento\r\nJNZRSsqoSho8hqaE0AhB/7WBZ6a8lBWWa6ST+qCgJtv9mYu3f5a9K9kqx7Ys\r\nEMxI024RVS/COYYLJ77lkTpcTWeyquiWpZQ5r3uAqK9BDO/W3QPPPK+FkpLQ\r\nBHiB0qXEhjj/2rW5ARXjLyEtVPKK12aP+edx7J3RcLMpU2HbbWq+Jqnj9MFf\r\ngz7Sdacn1s94vaVRlTMkQL7gnHvNoJKf6qI3uNYjU23HzpUgBBSIf1Vak41l\r\nNCkVHMLn4tWJwDzWA57hXtMfcIK0GPjJbNBMODnoa7erfAYcIcqoLoERboRb\r\nr+63QufX90EXBVwBY96UxIxiDh02GsHrnRkO+idgKxd1r6YRCnjZL6EEPvCF\r\nYt829OPmBvhq7pldnqmAKLJ4SxntLWMoYjg=\r\n=GJVa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bd6a3696c9d74bfc400465be5fdbe5579f30288f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.63_1651955148970_0.5575171577578921","host":"s3://npm-registry-packages"}},"0.24.0-rc.64":{"name":"fundamental-styles","version":"0.24.0-rc.64","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.64","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"22fbaf3a0d75ff329e6194df80b89f3421fa26aa","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.64.tgz","fileCount":121,"integrity":"sha512-S8/y31LQkcVkHUJpbpqwUD2S10iFxwu6R1iVIqnySlU4TS9bJdj5aEAP6CqfdllTtnb0hMd0fGdnlfpdMdVoZQ==","signatures":[{"sig":"MEUCIF5/s5xmGqRkEI0mZYhnscVH+LseDqBlBNqC8S/BZ7LfAiEAl/9qWRkq/NTcelstFo0f7a1OhpcEfUrbrPGfeo15s5E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3801852,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieXw/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrVog//eJZ84ldRh4m77tbL9ktrY6USpGVk5pg43bJ7mie8sr2fcDrM\r\n+21sBJKUyYIGY2i0GbpARgNkmfvCumjR/6TVHTcjb5aMCGMH3qbhcTMGokGN\r\ngVERhk9sR1f6qM5k8XnuNd0TFg2V1SLVr2fqtiRQ504XKdOMa07UXTYUxjfv\r\nK4lGmuMup/6zPTnbLeMfUfCi760QLXJDYvn2du9mtf+v8PrLcyJYcOd18exP\r\nluvaiKVwncNmmi4GJB+PtlkMLNNcqK5/v1jc86UqELMGZ3NmM9Sx5Wl8ZT4y\r\nWodSK15qm7wQW0KQfY6CKEoo7Ha4GVF1cvgQP/ZMA9dotopuy57y+Y7hiLO8\r\nc+PewdVeGt5D+ta00eBPMKYnXhml3XjLhHXzV6sOeeoFGtKVdBKiKOEe8FCI\r\nAxQKMbFO+PzxLM/jPy7ofeJ2HJ1JPmQBeqevzl0TSw5m6mtkjkm1Y0DhN6qF\r\n06ntmajwfRyogW3vbwVH2oVSZuGrZxmiiqnBJaq7eo4ETAF8wVtZBoiU6udq\r\ncblh2qjNwWd8s9LGCmGnw04DgRKQ8kJKzsOppV2RE9GXTwTcok2BXtYJ2lfQ\r\nSyr+Qt8VK2WxVjrAWx8bQTVrk399WcU7wjDXcMiVistbn+OnJH2iycT4Hcej\r\n41nrhmGzmjRI9AOOcEq1LPyNLUranz6bRRA=\r\n=qWNJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"140156f5becd6830f2c6e27911501308c40ff7a6","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.64_1652128831705_0.47830594276537775","host":"s3://npm-registry-packages"}},"0.24.0-rc.65":{"name":"fundamental-styles","version":"0.24.0-rc.65","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.65","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0e72ec20dcecf6a05073e003b1618db806d09f16","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.65.tgz","fileCount":121,"integrity":"sha512-C7E4Ap6EZxyLShHnE4EZ4N8/HJEita4wDM4EIcMI459BtDHiSJ/uoS9YHBGe8mZo0bkVpboQQXxKjAPJIwq/0A==","signatures":[{"sig":"MEYCIQD0GVYEM/OmT7TBd4LJf88geNqh676Kr7ah1Qwhef+UGQIhALw5R7KYN6LeZGW/UFKMwVhMw8v/rvj42G3J3qiAFmyc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3802200,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieX9UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpEuw//csDiHnWnmaXgVBpAA5FEIA6FhOjr9OdNMKfp3QZUW7/eYB4X\r\nlrvbsqvOHc7S1nIjaPdCKHlh2S6hFmr2qwaXZWD4ynYbl9P9GGi3DtRvjo44\r\nHu7ADzTn8MgFIiqDOc0Sp2G+PAZflYDoE+pIS9uBNRbaqBS4JRIKuutyMW/w\r\nLXl8R8M4UzMdAgsfhXmHse1APK6V5TbEZbxD4IVmdJ8QUZipT9oTLNB84HzY\r\nZ2vLyssjtBBQS20ZXMIMyzb3GBPw1jpwk/hTenA98SV6vdZochpq3z1yyuEr\r\nCiZNWb1aG5qcogH5bkPtkGURLFBv9ChPKRU2yVCHPMAs5LJB7dQLFITW6brp\r\nnx1kVbJeXnHmQ/SYkqGn5qUiq8d556cfHzrYI1RwHZvz/PVJtwYWdkrf3lGP\r\nTRlf5S8EkV1FqsPJ2e2st5vYsEGAzEYZrifrmihamLyCmNl2EkfxCZqTua+5\r\n3PQlhFH7vNqBuc+Wc1IMYWmnlegesQ5SBwEQiqAjcgpYAbw3IhR3WmAE91wR\r\nM2eaTzH/aPbHCI59VNpd1Sab+TC+a42FdHBLXX3/6bW+zcaS9nETNRGkIuxu\r\nc7kXQmGXnATSTy0LtRgYKU2u9WFyhW39xMDIe78Vxw7+BliNn7EWVlTluAxg\r\nAfctGtc5OfMbtc1/L879VtEm7M4z+fiaoi8=\r\n=MsCL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"533b664f193fc40dd07786ebdcc600e081338b6d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.65_1652129619826_0.743764930219728","host":"s3://npm-registry-packages"}},"0.24.0-rc.66":{"name":"fundamental-styles","version":"0.24.0-rc.66","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.66","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"06638d204194daec9eb8679cf182253d6488e24e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.66.tgz","fileCount":121,"integrity":"sha512-7VnaZYmGWCsrASefjeW2bTGuqYhXObq/U01mOOGZVNiZ9IBNGsCaLlIo97e4gHnYW6uiWqxa/EKHBdPE8DmcGQ==","signatures":[{"sig":"MEUCIC+3NwoA+T87ZnZRUJroX2YvEY30QmMcnG3vCfGmtYRcAiEA/85dRyoA1sT5n5+f/1w13YbpXhAHghH/ZUxJ6Tncivc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3666372,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieYK7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoV/w//d+hVNNc9WizJ+HfSctCSbrzaoeOAsmo/N45titluXbAwAB+g\r\ny3Xrljpb+u2xo1i16p8vZlrP1rXAN4+yivBihQz1GKFIbbODsKiRBrt0j4+I\r\nlXYsoJxRj+UZxrdbD395Nsu1sq6tDSHhD01zg9mtaXCdALy584TGGAJL7fnM\r\nal+879o+Acs5yZ5oOM+aGAILe1k3+LyToWh4m9gn1s6lVziiQuM8skBPE2LL\r\nf43pBrv0KHvDjk+iBZY248HiXUDWjbkLf8kTWVLClOa0qB/J8CvZdE+49XLI\r\nDTANmax85v1ZY7HLHVFYfnAlwnlHj5pVoECMYvd5B0psBjX6GBYddYHQDjAF\r\nv352mOqZLP3qGQ55bMlU5JuiAvpW+10S6/yDyxCZ05LE50hdwCvL3a6omemg\r\n5pRrFpzoAbwBCntVCY3bQQKxoKrUtltHK1560go86byobJiYK87e4rI/KQ0o\r\nuGNCWkgZSR+kFJT+PYn4PChjPZEfAdRYUon2ftLa97M8tJxEev0oXHpaJDWJ\r\n+xfiZKKRx7kPKsNoNdspU70ezj2uSy2V9zI5HoVuHjEQc3LH+zAMnqYtN55E\r\n4bUpLm/QNTRrSdiiPgUpuuI4ioeIepa6DfATIW5SrIjxRSRqH38iqsJ41+aC\r\n5jFXSpFTvtho/4i3ok/OXqOaK231hJc61Nk=\r\n=HZ+O\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7b540d709f09888e04fe4c296b17370d00aa8766","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.66_1652130491310_0.5735366263179953","host":"s3://npm-registry-packages"}},"0.24.0-rc.67":{"name":"fundamental-styles","version":"0.24.0-rc.67","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.67","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"62e53d409073cc0e11d364dae4e005cb84595fec","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.67.tgz","fileCount":121,"integrity":"sha512-oCldTtpf9U2TXS3TQUXXX96q4jzLlQLWEFTg58/w2Og4hkZIQPDjpeUy/FsAvehTL4Ubni50av7W814J9j9LwA==","signatures":[{"sig":"MEUCIQDRc3Rys8RSXYAhfDiqegQ0TNxuLVjoWZsPCx4ze0jr+AIgWk5Qtp1XF3TpMZx5jJJnSaAHegEgRUyhOGeFn6kLmsc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3688404,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiebkEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqxvBAAh05bYusBp1s5FVUCyNdRqdmcxe7h/SeSNeWzNbbBJlqJWMx5\r\n/Wha1A2ns4CFQMpr86rhMJAXIldo271i0SMMDKEPiCt+BwuqoZuFfyz4rM78\r\nu2SjLHM1aWm1yEGJbNHd9/k8sE5CB1eUZpOYXWDbuD8qEjg7w9fCEK5SI4ky\r\nolVh8zhEiePsIWE8O9339VarYCJ2uEzlvIB1zj4OZA+SnRvF6gXgUdYpGkDX\r\nzHMjeKoPljyfuOIG9jrmZhThfG/LWJGrAox7w/1P4LOSQQ1eyTaUDY+mN43B\r\nXJlwBGJjP7IJh+FwfBzNq8NYzzS4lNj1+Ha7YQtYvVzxKu1xMTRbMP/0mxKQ\r\nz6H5u/lNKGcvKDD3z/qtce5Bw7u3S9vTX7eie+f3P0FXbS8oTDybI+GNSiIJ\r\n+zL1zpWNSBJrlXN7cuM0zRneM8Fq6eNdHi6dFRo9aqfog4bbWg8R5xF03ECW\r\nM7xBQbKMWjzFX1DP++P4emvrfWDd0YAHe2KHTmW3TEWbddbQxtRDFTFuFoIH\r\nSV3TuN1NFkKVP8b3+aHWF1P0ieUmi8zqOjJajLOdZ9oIYS6IJMBtGhlGFNUT\r\ntNewWziS1k2PH56o/FiWLYakymKOaNGe8CB2Rg3NlyoBNBq6YjfQX1NNdNig\r\n70nfotQTnY3FNro9CLUUupw38Op+A2aK56c=\r\n=h0kl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8cbe5ec58eab2d254eccfdcb6441c463bc391df2","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.67_1652144388221_0.8745553375369672","host":"s3://npm-registry-packages"}},"0.24.0-rc.68":{"name":"fundamental-styles","version":"0.24.0-rc.68","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.68","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"27db05dce4594847655a04152a7317e2bd736bb3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.68.tgz","fileCount":121,"integrity":"sha512-qptDAie45KGHR/eeVcsb8RSbAXew3GuAZNdLL6S6WmH/K9i6235QWoH3MRbCmqCfZFYi/LnTJ6uVTRYyOUJ1dw==","signatures":[{"sig":"MEUCIQCIOBG0iSOpMNFTlDOLCoiB5oIW88/J3pJDNa4VYXSyYgIgXMSkA7E0QI8tY7tHizAGrLU5/+DNKaq4dpHO0epCfv8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3713897,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiebslACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmroUA/+NlTP1N4mQU6Z8g4/HX0fqnKUi8LbVBmras4H1a/TYdN43hnB\r\nlyneScuuFkOfIrdrUJoortPb2Yqo51Fvg6PYdx6opjv+NG/Lr/pTUsPPbHJR\r\nwgmKtSQxmLDbTJVkI4jegWWtPvvd/nx/omMeXSQT/64Rvgp0Ya6ssWDgK/fo\r\njAOx6DZafk2Cp/bC4CcnCkPAbcykVCDxf44Mn+i3xUVeIxccnGlttrD5kxJZ\r\nOEz4XRKNQBokzerq6ZKB+PbFdftXqrCAuwgGINaS3YOP4iq6kMTZ3F2D2kIO\r\nKuziY1Q/LZmxUDIhjYT64uPCdeCpPI8I1OVpPcR+joL9S4/hJD7bA+ijBQKp\r\n53wW+7sLyITffpvtxX2LQkHl02c3stAWcwlVKMzUu1+zwAqWciSmpWdkwrH7\r\nEJ3sR6Svwg2wHV1MlmyKGJILm5hmpzkB1727JfP1brEF7Am8cgutttXZgSms\r\nZmYsRITQwwid3k7k6DttLBbi7rm2nlLysPsxmIhvZDw8259gcOs3M7LpufS4\r\nBUivICfXLgllTkt4sUcVlgDmt47rUD4Ad7d4ncMNUASanJDGTsEhejHTfzEb\r\nKpZQ6+1jnPkqjDnNp2laU+5JK9O7ZAsSP6MlT4dFSnHDcwjGKXCy5Bvq0W5+\r\n15Ypuk2zGqRmXoS9MRhu7zw/qxEu55cCBzY=\r\n=GhTx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6b636a3cb261c509b2e9838d7eb8404c331589e4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.68_1652144932978_0.7089960018727064","host":"s3://npm-registry-packages"}},"0.24.0-rc.69":{"name":"fundamental-styles","version":"0.24.0-rc.69","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.69","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aed282af5502543ebf02a2b5652e4975834d40b7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.69.tgz","fileCount":121,"integrity":"sha512-XWaSa3Qgq/N8Kn5+zHW+6RCNriP64773uxtAqZJi19QVv0BS1CXfx9vUL6cTjJR++AUa5F6dbTWCihAqWyjg6Q==","signatures":[{"sig":"MEUCIFqGGhobzMJUTfJXB29g3d5e4kRQneXGnPw9+nW1cOmOAiEAxxGivx4O0aTKELr5KMqUm5wIpwa7XYNenmVsXzUl4D4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3712112,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJienoSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvwA//UI1xsGbu2mhKh0ozTK3YG4fJiWzzE0ed0LWVwnO6+dp2rzTx\r\nKcx8pjffCLSchQOJA5jsrJ0fogMpEsawTuMpkdRnXbIE2qXzwC8kkd7mfvZ1\r\nl2QGHJFDrlF9G11NhxHbGAUWvwWP7nSP40Co2g9tXGo7qgYxVPJiiOzlHLmX\r\ny/CarKxQ4VS6ODZK20PsZ36nkjKWg48rzSSfSH5hm5+pjTKIEMb4DoP5CmL2\r\nEnJnLotLyIfaIwnzrerL00KQqOF21sYtET4997sB7CwXmJFJ/dhV518Jr0hB\r\nDFKPI4zbTNR+y06wZa9ygrjj40YJNo19QoVtRrimyB7fQLimoVJaoAHZzHwK\r\nnvbbKme7pJxMqKlbPuAo14OTGhihiaeMkL1s4ZrQUq3twrEeKcTPm4hKK3MM\r\n4md0BxtPpxAKwV7waZNEn2ngJ6qWYs9Rh+R4iNyinLgExtBS8xSi1MqgaWlr\r\n5++onngcGv6NcbmXulemJ3FqGRzSo/91CBrNiYFjt+AjKB1L6S2QpF/uRhc3\r\niXj+DzeuFN2HkUXmCYq4cMuMJiS0imkRWd54wSbzsT8SUbGTppcharj8oDgy\r\n3Zpwrlky67P5qHnXa6o+d+N71AzqxMBC2bVUW2kyDMFpCMRk2MhIZgsjejfa\r\nPqpqa3qsy/XgENK+gCBnM2ivLtwq9OQjE1w=\r\n=VPvv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7c0127a4273800de435e50836fe3cc9539646860","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.69_1652193810665_0.8014998863328691","host":"s3://npm-registry-packages"}},"0.24.0-rc.70":{"name":"fundamental-styles","version":"0.24.0-rc.70","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.70","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a891ff4feb42884e77df693f4021f13e829ee83a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.70.tgz","fileCount":121,"integrity":"sha512-2Gm5yq6Ps2ljc0p/ogY3Iae2HNKFNYN7oEtCDMfzYrqteR+7d0rpA+xswSwOAcCwz2nFBGoPM2fw5/RgAHVPtA==","signatures":[{"sig":"MEQCID+7iKtf5NeKS/U07SSPqpnvzbYQEctvzNuvzcaJssddAiBNViLpOfHZivbXA2Q90+fW6ww/GybUeYNEMrTuREt25A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3712364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieq/dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+Vw//SPaRc55cyRJFAQm+VvVQvxC8Kj4rCWrkjOIvpLwRkHfbiXXI\r\n3usYRb9VndVkn3W96eVTupZ3n4H2HbwEUsYixFjMJyL6hYfXJ5E88mKqqWHU\r\nvoHLvmkaP4QEQO53v2oRygz3Af8Tex9KrJHPPPk2xjxVqw4M2QhYf4sK/huu\r\njy882T4H6u07z/m6T4N4J5dn48wOJ6zYBK7zsktouhb00p0mBoclkRxeP9t0\r\nqulK1kFZOFpqi69KI9g0iyaRCzOMJgoC1hf0SdadnwrxCYGHNDX2xtzmtdOU\r\nsI4QdTN7GlU4JGZ1+xzZBI2NBS1mvhUa4GdAKi5eBalFGmobgaQVT24XnFwG\r\n/6knIVloOawGYgZlTVZ0TMqfkUxXivY2FSBSrRObgDGHAjphpOUp91uTgbGG\r\nR0lUzPiUHs6HutZPHnZzOF8EQG1dbXEzaKXsSf7nFE7DLEECFJy9RWKx7LzH\r\nNtoaUSEeYOMv65JUHw99Tl00PnbJc+a2268v0R7B/1JFpeBa/hUGCHdHROIS\r\n1w1O+EvUvYFpFbBOkm8VkRYM/YSaOIanm4tVhnrwF85uOzSfRg4dq2DBUegW\r\nOjM52NZcLJAJucx/yURfkv4OYOiF/Be5euyGg4b6gdUXwa/inldaAf8LAaUT\r\nKhySBuHelrUXbtCG8hC1hcXy9qtuUc4BxOA=\r\n=dktp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5a0e65440a6bc3fa8ffa7b14968802031e7c814e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.70_1652207581529_0.5335372862216161","host":"s3://npm-registry-packages"}},"0.24.0-rc.71":{"name":"fundamental-styles","version":"0.24.0-rc.71","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.71","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fb6ddb9af7bf18a864ee7735e81d8f54257129de","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.71.tgz","fileCount":121,"integrity":"sha512-q9BYawOCn16X6v5MeD/cuNK8NN2wso01g8bOwULmy+CIXqzLMTkn84aV1jAIIM5rFglyn/15UvbABj/MFvdIxw==","signatures":[{"sig":"MEYCIQCpoRrPQRI6GLnKU+xfb+vvE3eaPBc1SAtVz3nTW6ZtmgIhAKNwXiXRaC0Q/tts9Uj4zG7A3JMFiExAYyHphrbX/3cH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3720074,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie6RtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCbxAAlMzXKZJqb2ibefgNEqRfPRvkt8aS7D2ZspJ2u2wWBAChJ1DJ\r\ng9B1EjK/6YMRDY+2YohIVoRxIump6pzoouqCrm2oJYh9mD27BxjPmptH9OlT\r\ncquvnUh8yw+KoCJbd9cNx4a9W5Qcn68Cgx4dGxtgr1rYLsW2mEbfl1hHmh9b\r\nJD1oVGCOwVraTIbwotbkSjvAws0SEnHejBO41HaRtVSXpbiKGbQgQNVpuzoM\r\nkO5SehR41oGw/ntPbEuPQflvvIWPzoom6aE6tj0NhLIisNjAV9dkjtbxzo+U\r\nFMQkJFZe1oVyHjvnIBkyUBMme5inFzE/K6SUaoH9oh7gsFiJtEmLfoIrXQfl\r\ngORaHTbfKll/trfTHU73SShQM0nmTMMFwDh8623FWUkVppifEUYPf2cRaDIB\r\n3hkNvuaEPXhkTLT2SHBG88GrjXYh1MIVOF/UckZzUZtJbIHTvkPcw3SQ1edK\r\nBexsr/ru9HjB3Ncc5Ra+mHKErFAqmvLaEd5X5dLu9GzRTGgfCMcOQ+SXgFzz\r\nfJW8ADMPNPa69lkOsTWFANtboRBUJIfQrLCIQmRPjU1tpIZg+f2iMArms2w0\r\nsNCMp4Mfi1bvAJIHzfvbUmEFdY8iiGjDVZAkoW2mXjIMDlVsNVu8Q3drQSL0\r\niLnaWu6EiWNa9iwhCg+4WokriK3ah3qBY50=\r\n=6jWV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"620a837b924e456cb4e6d111fddd2f71f9c9b751","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.71_1652270189584_0.7303417067528799","host":"s3://npm-registry-packages"}},"0.24.0-rc.72":{"name":"fundamental-styles","version":"0.24.0-rc.72","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.72","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d6450b77aec2127d2fbbc3f15a456e0408a0b638","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.72.tgz","fileCount":121,"integrity":"sha512-+7mk4Nne2f1jDhuAaR5FAa4WTBLTkePuzAxKAudSKq9MCfwd1C4mcJjylLFpiNuqcDMgoc4kouvuMSH6DDMY0w==","signatures":[{"sig":"MEUCIAbQtr4CmxaJvjnRYCyow29SGiG/ztfcYk8vTVu0V8sOAiEA+ucj3BQJLebm9TJV9wYkJH8TGe6OfObPM9gi0P3NVdE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3724002,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie7dSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5aA//SnXzM9BoWr51yDtkPAWnX8l8o40FtFt7IJiaTntx4mLEiP4g\r\nSc41xVZH/UG/YgKbN3m4J0E8KZlVyg/kZCkZzneMVSACbupOWZC4wfKe7qcZ\r\n+7EWSTammunN9EI8/vLTS4gma2TOdQwOZ4a232pn1ldvmiZTl0ob7laTfx2A\r\nauaA1hWJnO9JB4PuStQ01LlBxqlm4ckp8M9pfx1HKsptm5PnLih7l/IV0eT7\r\nBQOAeObtXt+Kt/enO3VcAYjfx0tt48lfwIzVxvaN11mwJ9MGSrp1y8/l95WW\r\nmyVlBud3hqZ4j8tr+iJeDoZOj6zxXbWnnKURAPwMZx8Vnc8rW3edhN6VbPrj\r\nFhkdhi1ZZhRsaiNfuoGD12gFxl8ZQdLkPLaqg9Od3s0/KsqB4upddmDNH1Q+\r\nwIOGl5Ep45kI/LeE9VO547CUHBTT3cyNvK9CMu2wFELkh2nCMbmomXv1Q14b\r\nYzSkdvU7E8GwfuT5OHX5XBVnhBoi9fhHAzFqlLeZ/4ivY0CgcP95zjkhDkwv\r\noQn//kyWaZwhujc5lDIvUp80Fq2uvpadsYTqXx70iynvQobM3NByuzrq9Gsx\r\ntPA0tWawHRnAFBBi5asvj1nBWabCVC5yWOJ8MpuiAaR2NdPTQziWvhEupomS\r\n7d+Yd9y7NSAGzZ38h8zKwqQ/ouqweSqRbpo=\r\n=6QYA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8bb676c530ffa6eab00fac7c3e740778949bff95","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.72_1652275026561_0.8771503594544547","host":"s3://npm-registry-packages"}},"0.24.0-rc.73":{"name":"fundamental-styles","version":"0.24.0-rc.73","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.73","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5090094e021a7996a076cc7ea31759eb392c6d1b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.73.tgz","fileCount":121,"integrity":"sha512-fhSu6GteeFhlceYNeOJb7wl41QNoBPjEthNYtgMcryfZ6UTRP2mgrh5XbggF0Ql2eOGOMcDFyabCLxGvZHxXpg==","signatures":[{"sig":"MEUCIE4jUgmpzAozQjNVWaaKKziCo2Zdtck8wVVJSGXBGCKIAiEAvfnN9E4Qnto740byhM7I7VhYeb1YERdSsqUW0WuWCM0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3727658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie7lOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrTBw//fM09j+04EbAUvFoxKHOTdbPV+FY9SwHJpPqFs35bKJwhxw3b\r\njJMhdVYs8gAcaM++RTJNkdxl6IS5Qx46EBPBfKSG+IeuluuxV8zf7S4sXtZj\r\nM80KTVCp+Yn0NCFrmSCXCKNrdg7nqqobhy95oIGnYgUXKPD+wYn/QCX9Vod4\r\n+X/TN4mzm3QFYKjH5wpq8wkQDzbWqf2w3HRtba9x5kW+e6mY69ev5QdV+UKg\r\nNlWop6D0FqxsjtqicMdF6UWK6MH/ZNhf3oWJ2rvbVgneBXAPF1VxYL2XTRoY\r\n0RmB9SS3xhc9VIm+G2AQPv4/mv3xt4+f1xbDEhHC0O1VoZbeouHVcAlTXZxq\r\nb977+x79jjHNdPI7ukfLAdRWGfHOC93EiC613IjVy+fvTZSdqf/juxzpWyTT\r\n/HaYRPCHacmHTSmXwqKQ32hm0BVx82P8eSro1tyRHI+vEppQm1+lJ/I9PgCZ\r\nZYDPvFCalMj2lHZa8cxUry0luTZrA1ljsawNDCEXoegFKicR7mtNO7p3uc7z\r\np7/nB3qB7e9hifdFH9g80R8YFJVJlum5FOFz+4InSmsdLCB3/A15HNOuOlyv\r\njljdxr91idiO2A3JjbsgYCJKbzhbfi5KfzrTzLsRX/6iOh2dWdBV17PA8wdN\r\ncefK1tVkfDy05IwTOHSL5AhZz9RBB7VCEEk=\r\n=fS/0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c7d3e9e32437eeb399074b8fd10bc5307b25598e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.73_1652275534351_0.3595478322266896","host":"s3://npm-registry-packages"}},"0.24.0-rc.74":{"name":"fundamental-styles","version":"0.24.0-rc.74","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.74","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6b3a293fe9f88857e00e97763be2cce661d10d06","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.74.tgz","fileCount":121,"integrity":"sha512-UWgXHvB5uuWJfGSTmrFHGs4S+TlfucoKNznOlZcd9Qwl0Zo/uLTWLnYyVf3S35wIu5CImmHqXCWyVJwdbr7S/A==","signatures":[{"sig":"MEUCIQD/IDuM0Wbr/xeefnwIb8vKmEI/2jyuOvlbbsVsowc3FwIgGgP8YpI0s7WI08Y9QixKDaij1+USsGzAE7PkNZBRvCA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3734939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie8hnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7Qw//elr6StQbexQwDB2KnV9925Z2IhkTqUFCeSARLh0pm6jPIqOJ\r\nzkU5mn/iI5LQsYgW4++naRxC+6aEPUAfdDcNwFJJ5bbmqaAudnVYs59ke/UL\r\nls88hSOe8EMCtxpcJ53ITIWxVeKWJ7ABF9/YzHhTsUR3eA7rDZQYyc6wc3wL\r\nH4eoYqZgxlwcYAA1gb6ygZxFBduN5p0Ctc596gBIIrFiwM8/sCq0CQXgl2iU\r\nQLObhSutUOWj7zlKQckCV3CtuWOmfyYdVaLjQZvnxR1C+3UxUOykbPlFTn4H\r\no0Tp6uLyS+NJxrN9brBJQtCWcP6YBw3IzTc+cp0JClJZ2SMmjrjE2qOnFt7z\r\n934mc6mITuhHEIzuzwUwCvV5MPpbPHbE5LlK/NyNo4PBpyxHNv0W1UTYivWF\r\nT21IOkmEX5YlFVlOY4s/AEd1XPukxfBml3avXGYA72sKoEfy3Ttor4PG5Xy+\r\nG93DLax1rKDnsvS0L9ShOEe/BrrbDKpZa4zd5Wuqs8+OqRISmWgmerGgLWBU\r\njXn0UnIteEZBtCDSf5D7lbbq+l+hCpaRNe/ebjtVotxE4I0yyi8A/LhT5+EB\r\ndWwCDjx8D44xJCOoN0UfuU7vaLpPtr6S3kv5zrx2WFD1ipSocxRgUR+hiOvy\r\noAH9xZA0y48yby2pAyWwzCfwzOYMsMdMWQc=\r\n=d9Gq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4dd9c1abf77740b4a6bfa726fa1b6482fe818f37","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.74_1652279399660_0.09278466869142932","host":"s3://npm-registry-packages"}},"0.24.0-rc.75":{"name":"fundamental-styles","version":"0.24.0-rc.75","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.75","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8ea9ba3dff370a7c30021e5cafce6d942ce0d70e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.75.tgz","fileCount":121,"integrity":"sha512-gF9I/VtSpTK2dCLDKjCBiZMZBQjg72V4BRXhpSl4xct/OEON7MxIw9h0LRYgzvuScDVJ6DxXKklaUErG9pX7QA==","signatures":[{"sig":"MEUCIFS7j8kk6YBtuXrB8qDNiDI+dxGGLmnVoC3K4w65/BbHAiEAyk4EVEoEOaCxUjRg6DC823zQUXa4iIb/S7WRY35JfMU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3734917,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie824ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCdg//TmjBBrA3Vf/oJW7hwg3UNssn+RcrqDdqY8ynBUy2XgzFdjp3\r\neeDvpfRATX6OneFtsal74+fKGutyezwUj9sICg/e3lRsuVJz3kbkpbTYie+Z\r\njDrTYckB1k+qQH5eQxKIwqOdkxC0dDkrJhfE7Hu6gKBT/t3T6+rxzwYltFIw\r\n1rT23VBcvgORH0m8yZe5elYlzt2G+B3eVwJh8FVngYex80xMrun0v9t4fbY+\r\nfxBnuuYuSdz/GgwRTEIlT0jFTpyerGF8QA23piwqACQ4werUf32DdhhWrYrP\r\nyM+MkGqzaIiflkXIzvSQC7F8cNXN7zY6Rp3stYrf9JMLcSWzo9Ve/JzBcl5F\r\n/zsOngJsgBBrzIuDG6p5eQP3SB4AxHLzSlP4aOLQ57epKUjxwCwVECLQFCAa\r\nZQKRp6dYvGnPoPA7DwOptBCptSFpKhk+/74XKsEVudForJnUW/0rg56t0Oph\r\nBZZRefERMQ1dnlUo0NMzmSiJIX9ezrZEX1H6smCZx37AO62YPV7z2pmkdZ1P\r\nAzlS6syDb+BAg42+eId7iNdDYQsNrRmNeA8mKeHZyt5ksxSORDULE5Ww8HL2\r\niZGRvAJHG9uUAAFitjYYom7/8qm3Cx5GsiaxjViFAnjx4YHFjaBf6NmVdLPb\r\nLd4KzlpS+ZxpNLhLcvKn8YjwKpCbmfP1pYA=\r\n=0jgK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2826e8b32aa7485b7c6da94e4e4618ddffac39ab","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.75_1652280760291_0.21261083052111895","host":"s3://npm-registry-packages"}},"0.24.0-rc.76":{"name":"fundamental-styles","version":"0.24.0-rc.76","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.76","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"27f995d7b74ee098784cb304178fb4c7910687bd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.76.tgz","fileCount":121,"integrity":"sha512-+asnHsOEwReiH4F4jYLcaGHgjvF9T5fpdelwI7qazOxIGjcxAm3aC0cQpCa+xgpZUz6L2dH8DmuX0oxVUOhyGw==","signatures":[{"sig":"MEUCIF30EUpyuphFZeBcx231qcoWWK26XeIDrP1bGUcCbyzwAiEA72RfutO2ueCfHksgmsJ905Tp7/IrpsoLXrE1Ai7skQk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3734917,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie/U4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfsQ//ZELEoTbDLYVfLfzQC/f2oqTCxyifwpNjEGOiDd9YWflRjSaf\r\nNH+AfZkSCXddCenO0Qi5Ehd+UcaT9l0rcLM/mW8L6XtVsd/pvNWUoSVy6YXJ\r\n8Me3koIbYqO1Zz4kf1nj3lODoeyYHY6sQq2KNmvgXzoGCRfzqZ/gO++6wxey\r\nD9rePh0IsNOOjRuPne4GmVbxcllnOzNp1llabzGGU5hf6KBaGfqEynP2BR85\r\nql//0gHbug1APZLoA7Dp4LGJhNdtFHg/WfdT3A5W4jZWmtp1MCRCejglAavY\r\nmt/4bjTYzet+pfJERTX5Bw2EJk5b/1h6CUv8cSP7kM767kE3RJkUTnXHyQHw\r\noAFCBDTkayTYhRWQhSB5lxztv7THMQMwLvK44C+X+inVm1oAMtgI0pus8vEg\r\nzFOMUm+s0wQKdWBtbLtw//Q0UcUbzuPqp0VYdY4A317vNkfPzs+dhyTCP/Uy\r\nt4LLJzq+rNW1zSQ9YttY52HoONsvGu5KbbQwZ6qknyom90XqV84YuUdwqReU\r\nsN6/8mxwym0sDxyzrE1asB0vBoAfI69tbNNlhHYx2rbFJqjpSQS7DAZaRxXX\r\nNSdS9ojKtscf9JVOBL1tP8VKW+au+g/rjo8HRxYjR17uHY5xchf/Fh3tKHKq\r\nbnFO25WsxAq0VNCKHjDz2eXFj/gB3pr5ZAE=\r\n=GIZ3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b60c14ff49f6c67e9ad10e5e8e54c5a439111813","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.76_1652290872506_0.8062081426692473","host":"s3://npm-registry-packages"}},"0.24.0-rc.77":{"name":"fundamental-styles","version":"0.24.0-rc.77","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.77","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6b7cc5c2879aae1bb0b51b02a1cc181b99504c10","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.77.tgz","fileCount":121,"integrity":"sha512-fEtGIu0EMst5atyETct0NUiqgZkFIOY9e8VV7TuUGDQp7fSntMKXGx35fukWwo0bOAobRR0B/dtrUJJxbSNWxw==","signatures":[{"sig":"MEYCIQDdtMPywx2HUeZ4qHWnczF1cNNNtgncfmetABQDLDgW4QIhAJn9xFdiA/aGsymjNPmbWMRTDHe9zb3HqrW1Y5kMETln","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3734108,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifA8IACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAXQ//bTCGos+BtklR0hqt/BklYSyA1RJrpuSoIrOOxcCozAvKvLZU\r\nrGVT876FF5d/t7h181FPTyMCzgBs/ZTcFvYO5QdIyKzP8kuZGL+REv4bHNDK\r\n0T5qsI6RR1PgSTXlR+CEpD/Rkytb9nXizgRYNun97hcv9/6Kwhl9CkPWTEJt\r\nSGxP2ZFHRtpS4bzMYbiBqoeOw6TL02oszDWLBb4fWRvLnyW667951S82a/ah\r\nDClRXCBRexcjCbk3OyVsmFxp/LFeN0McAMahiV35JrmsW5mHBZAxN7nCCFH7\r\nRh2XZZv3RRYns7DlXQY1Jl0kKrKQCHDo22AQUoGDcxetU6KT4hZbfj9P+RSW\r\nyPE2vXqG08zftqLnw1G4v3irNhk4+F2QdhC1AY8+fdzVJNe5yC+WasqWbj5S\r\nzC3SgcKa0Ys0WH3ay/Y2gAEQ2DweZsXmB7fHv0QHRq8AHX8tOba104IPa4TO\r\n90AcYsWLz/1frCxWBj/Dvi/1jNNO0TUXTeu0PbJphTG2QAZ1pUGskZsdDvfp\r\nxC4p7kAxkwrDu8eJKoSIDD04kUOqboJbnvcuJtDijpVt2DGV+tAyzBAC6iwM\r\nsz3icpiRA0XCtZHvkVclw8FGF0a7dwZSw7mBE2ddR3YU5A0E6CQkR+p0dArW\r\nli7KXDwXJIkSBs5OxPPNCDUTIcBCPJ1Mqdk=\r\n=knF0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b20e9bc78ae22c4d14309647ceda805cb1be9aef","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.77_1652297480628_0.9853026944600825","host":"s3://npm-registry-packages"}},"0.24.0-rc.78":{"name":"fundamental-styles","version":"0.24.0-rc.78","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.78","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c6bf9fb52e0e84cdc0d515e15f21477c0613b451","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.78.tgz","fileCount":121,"integrity":"sha512-M7qXMMegnZwDuy/IFYj7RKBtT4knjm8uWlcyHjYTdVVg0m9wgM8D+dZ4m3xQ9oi7m05iy2aN2wq+iCL+fxQjZw==","signatures":[{"sig":"MEUCIQDyOAej6MZU5MfKO/oTCuk4/qit8BySANuM2T4jIEeq4gIgKkXAaeOaspIEkGLg3NRpH4K3oylJ3htgrPX/KvOE/N4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3734762,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifBqsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIIRAAisSVAOlfB2lKXTSE9h10BmaGC6D/vkqUJ57RF+RlYUGipX4J\r\nTbcoXkv0Y/6uy5erOEsjcrqgUt6ZuzH1vhw7ArDiQYi+MTQW/hv7RW1M2jcU\r\n+Jrbt5E5UhEuz7AHvbIwB2dDAS1PzjXAp5sEcrenoOwHg5zcVYIAkGNFaM6K\r\ne9MbKULISOsEeEVaUJ/IvnHvBkSjDtP3AUhbf76J5PEODxRE4cYJjROPuOcL\r\nAo1LwQMbYm4tswpDuTlHDs+adBqfoPTgeUryF8KLrUj5kQceCG0/UsuxETL8\r\nxDYiWJ0HIoj9ggswVW1z5kHBdY+fpiw5Tg8KaAbSDxWWnns0WJ+uP9LYvAuE\r\nlUuTaJK7vl9MJrfvybb/mo8PNd3ZsMfhLYMNyOEJ6KJPlHUZzaTGv5UcawQ1\r\nhPe3fPUiDYYPeo559tGE/1jDzqvAMLOnbRt7KyeUw6JQGf7P8PQduCo/du0X\r\nCzR7Qh1GC9sK4eKNCsFlYjD93W0KmGUdaRc6pUKbqfzm/YymC4P1Qu4CoNhK\r\nRW147iywylEApTeFHN/8l0IKKtLm76huQ3WSRAeVkZTW/0hYqoq1EXB7t9AP\r\nvofhFzgTztoBS5SoUmefBFIOsrh08bhNHVQozu3cs/akOwo19iSRO2bvB6dw\r\n2GGwghSLXVpIEw4YRJirVO6sqYaYwswb0Qk=\r\n=UZs1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5bcbd906b452dfd22d5a2ffd0f8bdba285e9c516","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.78_1652300460661_0.9150156210040719","host":"s3://npm-registry-packages"}},"0.24.0-rc.79":{"name":"fundamental-styles","version":"0.24.0-rc.79","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.79","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bec3fc7bc1a073aaef045405819b63bd573c61c7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.79.tgz","fileCount":121,"integrity":"sha512-e0zuu1DCpzD7hT7r2NKp2S+K+vOBgrJLKwnCa2u8Xvao6kCM2LFXM0on0jLzYqTsatt8pKLf6RY+DahIcHnRpw==","signatures":[{"sig":"MEYCIQDgIgjsASOhN1rUA44f0+DKFZq8arD9ibXKT6Ivk5jNSgIhAPosYXZZ42nMluEFZqd81IXHL+UJSaMX5SGEdSO7z08e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3736954,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifCaxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrDUxAAlmMJtfxfiS94Uz2/cyVS2ZBtS1p0W2x/36Xb8UDUsaCU8sFw\r\n2KnnlUwfyiJab0897JWa+j9k3f+5suiWiAIvHdu13JxBbdJMS8OxeCa4bRAB\r\nx7XSrMPJvuSTo5Jl5EwDUw90lPi6cyb24KbRLPtP215rCqsiJDd+6EGWtSCI\r\nMrwVmKQPknxAw3YJM6Krb8WHASmnKJDj8AB/lnz9EB5Jk/j6ptvwePU3eC1A\r\nPDas0SMok0FGm4m6fhdgHQ6pdoeYW+8cQ9cATfygWByc9cj2lCSXTWSdVMp4\r\nWMgv7d1G6mfteY1rPyKtSXK09MhX4DYRamvAE7pBawI0srFc03rCMy4lqYKI\r\nZ+4VJbU0B9X1F5mpGLsHb3HO6eMAkNSmF+wjsNtVnonsIksBDqo/QMkXflmr\r\nHjpBsxy/SNjX6LN9Pitch6rcUcDYLUhS2rDvCCOJczHNpqWdXqNNrcww76fn\r\nCwPlPy78fZygZz/nkKl1dvFaa95+AHVhn8HEUo3Hp1gAsiRqZtKmHakR6qAG\r\n6Rkj7vMJWXJK76AGIRl7WcQXlpCzcoxsziRxmkaOUleVzdPj6uboWdf3Z0oF\r\neLBbc/wdzlwXSqBZ7VxqouyVkL/xPEg5I6Z9wYKyHAhuNQjByJqeGkZwzwMe\r\nCGJCTPWfsGq7lp+YvpO+OdrjBfJpaIH/WGI=\r\n=r1Fa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c727cf2aa4e9827a47cb5376e88d94593828317c","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.79_1652303537745_0.6777440996133088","host":"s3://npm-registry-packages"}},"0.24.0-rc.80":{"name":"fundamental-styles","version":"0.24.0-rc.80","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.80","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5b6c0c2497dce1aafcbad1bf80ba9c09ee2aaafe","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.80.tgz","fileCount":121,"integrity":"sha512-pYxFbdJTScS8zELuncQ5Dpg08zNWDhYgakY1r6VdMTlhBcH4aP+IM+qwcfEBCEGtYJ+Dc2yxv0qQtNuD3R481A==","signatures":[{"sig":"MEYCIQDpUOuMLphMACDxB+SFSuuvp6PYohinXzn7QgAj0zG5YQIhALZYfneCHa9qvswpTMspY38xO1yXZwnwBYvZCGifHTb7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3737496,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifGhmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpttw/7BKl55VtYja8t+oehJuNTmro9zjGaHvY/WMxwgKy95jIYSTNI\r\nQR9Z3JCN3xSsNGc4jN9VwZIdDFaX63BzuEqzzKx+rm5WtArjKUlNSpEsXNRD\r\ncz8wbRtByqCJoJEJZwUbDOJCpXXXWxoLUu7AD2FwHWRln/o522vE7N4q4qtD\r\nIcaNoHHUYCKjuYXoxzKScCBl2FT3Ap/ZM+wSMJEwVNXgyIRroIeAaTgquA2R\r\nnY4szWpRxlNL73fFcPWCv9SSqpwIyM59FBUwLREqmJdR8FYF4pyR6FypkOuV\r\nyiNB5B817g5ShZxm8xLxmNqIkcxm8O+as4OpNHeCSsbgwNTPeE6BX9HwCoZh\r\nTjZyUVFfnCGY1XsRcsWVKve5GA5O4472g2nIw3HVoox4adqil+qL7BoUMmK0\r\nVAkPX+VlZDvhbC6EByOALCiz4vnP5lJeyYCrSZL9yryoZJ/BQQrD+aMUQaEe\r\nQhjNS5ZE8bKpP5JD3w6g09am7YzWa98VN3q+JoB15c/OcLIJrFxO+m6eCWUE\r\npNO/hjQYslfZG6PZsMAuxpoAif5zfgKjbiwdpMH4yI/B4qJdk/R8Qq5dbo53\r\ncVbB3qrUNlp6TH/PBPPZLKY356+eU4qc9KUTWKoGdjRXnHTdWhbmAzun6BQu\r\nSeLQV+Jbc1ivn+Kv+FUUJkJS5eHfSdOJcY0=\r\n=Z6HY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c4fac42f4350c6980ac13026476e54c947ac3fe4","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.80_1652320357923_0.1534377535498972","host":"s3://npm-registry-packages"}},"0.24.0-rc.81":{"name":"fundamental-styles","version":"0.24.0-rc.81","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.81","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"572f1277dfdc2a2425703ac9076fba6d2e4b0ded","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.81.tgz","fileCount":121,"integrity":"sha512-4eHhQSNLOjZr9yvDqk54/y+fN2koqwFWWiXxcLV73SgvZYXAcoqq1/PpEp2x7W/vLAseCAv7/8xoVeI/UMEHTg==","signatures":[{"sig":"MEYCIQDtfL8AahuzOZLtmG8EY4WfrR0JCJbwFBZcBAAYTqKzkAIhAKHM1RBUgQpXorA4S8W2DaPjitNXIpg8UIBY+96OBnX2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3737642,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifG1LACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr77Q//e10RKnfrn7kMWGPtfxx4uhMcBLxDdWZ/VFf/YVSshzqGKWS7\r\no7abTWFjznj+TfRtNynx+7pCBPcZesWSLcjGPRZhQv1iCdHJVNI/I9mVdfNF\r\nSQOkjaqGL+IQKVAL1tNCOjLIXP663UGoD7o11rupB77EaEvJfb5ZnlUAH314\r\n7DHGnbFtuT/x0EBWRla6eIy+j1KIE9NL/brozvwYcCFCLgYa73E9oJEzWIgL\r\nfZI7edGKzbDKGj5I3ur46aKTbnIpCGmUP2lgbnHGjRseFQnUNacVgfHzYfVi\r\n64DC+CVjrdEUFRvx/0PwFPbbk5+GbsV0t4eSBf4a2adOB9CT9jqW+soPPmrA\r\nYBHdrznN+iBftAgJ6rE+JiAxLaOG8kA8lh9ky7awCGWFy5hhbJbKQKKbnoNR\r\nxA+FK+nXk0VsFQXAMaC0tRexocKfAVnO7isA8/5sbe30swJJDBAjy8IFsYuS\r\n9C1su0VRiYU7jtFu0jHug4ARTOWXrfWOviod/sfXebZI9zEUT1+lbBgmc6vG\r\nV5uoFjyyiyQVN5uQJILw81omo3mFns+i0O/4Wc6s45FlTOSYX65fk6+i13Pu\r\n2THsmNPuqVE4LhBvypn0kXe4rmpB1HjovtwAexQfoEh7rHodVq8Wl14D6Tko\r\n2ORut+198IVrw68RjmP1gBgQNJhpG+Fgsz4=\r\n=l/I3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9763a1bc23cd5a171abf403588f7db73e6ded188","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.81_1652321610976_0.3898484692532238","host":"s3://npm-registry-packages"}},"0.24.0-rc.82":{"name":"fundamental-styles","version":"0.24.0-rc.82","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.82","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7553f0d8f1e26aef6b08cd706d51e4dea9ec3641","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.82.tgz","fileCount":121,"integrity":"sha512-ILPymgOUmwg7Hv2jTHKr/szy7gQ/pHG7sGkqW/TBchHv3yj8ZO4eJFVaBeF+viiIMurOaqDLFKkLb4+f+mGpYg==","signatures":[{"sig":"MEQCIAHorHZ+YvUAbpkL0pQ6kQfA2drtINeLCIcCfvYlCrbZAiA9RwhgH1jy5+A1gqWAUjzhIpso55qq7mwrlxe+PjoDCw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3737742,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifM7HACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLyQ/+L7IjB/EbWjvux1o69gFBNDYu8E84fdFIIErwHeUHMSZnq1pD\r\nuRl2kUTyjrPbfUpdq9HTAdoLSs0eVPTgLhL46ZHdV+5RSEzdrTLHJ/MDo4pB\r\nQ6Z/K3QvIJiBtfOh6fMDgDEhG+G57+9pftcB2B15P6T2pkdOugF4b5QJYDmE\r\n63VG4PX425g/AcpDhrBnSCrsOBaefr4U9lJDUZcpNp6BPN3mcN9evQq5pYUy\r\nSNBwS4JjISdVH/ybwnSF3nFZqCWcPA+qWjypv54eeE7/GhmglI1w+8NIRMh5\r\nBT9ZxtWWz3TtN72HdDCTmbOgzVYLhTPaRSYIbBUgJfQ5cubR4SGLULf+1KVy\r\nZu4a6WG3cKwMuD9ZkoZS23k4jlot2KRir7iAo/v/W3/eWIsUMkBBWiCO2cgn\r\nbTcbyv/TdDec3W6mqwK1NfnwWwbkxgbQPdKWbhL3VRo7CzEMYfJMb6Cm+4U0\r\nSpYD25txQReJVGl2wl3pUZc9NYM6gWq/rjD2rqmR+lUMw6iRsxNxxAgHYUlF\r\nTEvkCNwQ+hqIpL3zSWWdftkYLVMYRP1FNodKmcTK7UUC57sbxNiH+iFta2Bm\r\nlvYi7VirVx0KbaCL/ejk/kDRZuTVnaUGP53+MU0yhmWqGyKSeZk6ThOZszB6\r\nOlxL7G9PwPh860Iw7vUP/NAZwAObwGcNf9U=\r\n=Qy4u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bb37ce17c664b8b1e7ef0bc74dbf1b254d0b5770","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.82_1652346567026_0.7012808732969489","host":"s3://npm-registry-packages"}},"0.24.0-rc.83":{"name":"fundamental-styles","version":"0.24.0-rc.83","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.83","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"01468fb66e694bf5fbab3f722da42f5ec9db4639","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.83.tgz","fileCount":121,"integrity":"sha512-UD+rOSkXQqqqLEY55Y+UqpyUNcZMJMhY2y6aFcvuNkDWmkj228I+kNPKcJepcZEJoJoraFOSn/Zyz2O19Qmp0A==","signatures":[{"sig":"MEYCIQDEjQZHtQdsW2QlOH3aTtpmGFbt5QJOdwQlVRHAdZlTHAIhAOUg5zczeAy4imMdr87FHfJsOLPYlJBZXULuxs7BJDEm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3738170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifN2lACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrhQw//atKVyhW2qiRHmevEk7vc9QwlqmCoX9AyU6FuYa5EETJQ/LuJ\r\nw1Xg0FvuQw99cpC0jgj5/E+ElF69OjJlwHEKywT2WetYWJW25rgTVsvgieTo\r\nx3wH1z7a1gInr9ym5BNS9mX0olaEyVz6uSNYJjlJKzOG90yjBxWOfx1SXflH\r\n/Y4stzu4CtJhfVXga/4FYEXzuMbAd8+3VTKyFYoiRkfZsze4Y02n6xdVdFeH\r\nMK8Xe9TNXJM9Aq4ZCQTVIpHvRhM7vGne0mUY6QrsLMqgVK9YPpptSRD0KaWb\r\n/3IYA+tSVZpsad69RXx36h4BBxUWa6HOYn0x1mxMVmRszreEkpbxkHXQkuVR\r\nM8f272odDaLsV1Fa3e5DNXgKY71X+Dkc5oqsCSgIMazHq/NzmsJwari1X4hM\r\nlLmdbHKmIXTARwf/iGqhRZxklkfWMsM01H+Gjg9W3tETvdTijrdzsbWZza2G\r\nWYiF8ZLVFKoHa/RrMr9S6rurEKdZhbHdP/c30fXI1tBomAnVr+TW5w7xlIl1\r\nayM7orgRHw+QgRk5XH1LAmP6eMjuxa4sUbRMajq0r03ydXWJdRuyBlH6zNCZ\r\nAbPocB2Ap7go2/VQqquDTVozdj/hJeYvDmfdptkXH/oha03xeAvbBI/L5MUP\r\n8//M7IfW+GTufWrzq1xN44G+eFbeYgnj1+Q=\r\n=MS9L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"605cb3a2b42f63f4887bab66349e0c6480ec78d8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.83_1652350373200_0.6304165594133655","host":"s3://npm-registry-packages"}},"0.24.0-rc.84":{"name":"fundamental-styles","version":"0.24.0-rc.84","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.84","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"de23c6e2bffe06f8c7eb01c5f258f200409af6b8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.84.tgz","fileCount":121,"integrity":"sha512-+Gnt459fbQgOchk0I7yexxAlskJk/RwWJtNzVs9PKeb/iEsavv042n/jIwm6Wkr3xn2dYk+MJU1PGd4MZPgNFA==","signatures":[{"sig":"MEYCIQCl9YHFI5uJ/Ouy/Zniu6RzZLQU4KjO+DFaQAxOK3cegAIhAKArTfV5cuhh/rWXt0hwZYY16g/1ojV0GkFfMhn8lDb8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3740022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifOyJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrD7w/+IF3cca4xXaMKKmH25xyqUegya+g5jSgNplKi/2hf4YGEcRHc\r\n957QFzClhVKEoTpksQaKm4zqL6zjSJnQDqVG/ipYDm09x/88UJyaNnv4fuwr\r\nU1MfTQVNrf5gLt6dZki8DHHKd3+hM85syQ779OuEYepf8jT91O6C0lRaqG2H\r\n1Km8srHeuunR8q8odz34NK/sPXStshxztKNEm9uqU4tzzbkuT4n32BiO+pd3\r\nZOGTeB7kWx92upSXMDG7U/9kEN6ut75Y46v84RUPNmjIb1JsswnbEvcAuMf0\r\nw/dK8NTOOrd064xxcLaWThSTzeIJo+rrw2W6tBYvLH4bnOBMnxKEiHLtCPjM\r\nTHCu+DRTSWu6XyK7tIySkAURDOBoNZ86jFM8njlPFeYnH7H8QujJxDByIrzu\r\nutxdm4z+s2r70mzIZ4KJ390HJlUSNRdchB+0CBfzfiu8f4pjZRI3rBtj1wtq\r\nEPrLJR1qztaCqhkpM5ornOnJcJV7SKNJu85Xr3oPbESSK1sULg8cmULvky8d\r\nncZoifYbQLwFaQBb0/Ld/9XKciW5JuzWEMzrg1r+lODeRXRlOSqKCau1Gs2j\r\n0JJiBr9YxKXbw9kOVXulzWqyzUVp3fqSWjYEK3C2prFIPsXB5VzFzKRu/kpq\r\nYkdyXvMIg4qodfbRhAau6nWHFEV3tMFExX0=\r\n=xS/K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b8e33da2f17f8fe7a0f4940460492f20b913ba82","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.84_1652354185499_0.449539232861381","host":"s3://npm-registry-packages"}},"0.24.0-rc.85":{"name":"fundamental-styles","version":"0.24.0-rc.85","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.85","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"549ea83230b12f27939fe57b3caf9333081bc5e0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.85.tgz","fileCount":121,"integrity":"sha512-dWriv427jCY/HaXewSV6lbn+Ke9k8+cZkIvb+rbDsP4gj6vYzjE/hAstjUymwh33rqKgBHinpHUtnh1mrLS2Qg==","signatures":[{"sig":"MEUCIQC2O8KeZyXvFgCNWFVC/IwzYCA4XA3NiIBiuryRk9mv8QIgXK4ffJ6oHi0l5KtvUI1etxJyQKr64LDpVBGumRLgDkQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3740607,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifQ5SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmot0Q//XGYTN9VnkZLfT2TViOzhgJ5pkuacqh9nbaTUxH3wZML0/6rz\r\nz70M53sSPiVp9ESUOTU52gFDWpOF4NqyLHepXLMYDCaBSHHo2pWIgAMNaRqV\r\nCZwBuuJZMWx7e2LPOG2yIQCYiUXtMPYtcJMToXrVQ2Nf5HomFzhCnXX5PS8r\r\n7yNU0wVBC6jTP4ZeY0nKU1JV5LO3VRVHEr/OtPHhJAkINh2ljue8jPaTXmRN\r\naF2pnSoSao9Im3gSvUeMcThB9HgyAgBSJPQPnk1MFvW1whondjCPp9Jkx3FR\r\nYKlg+m9frvlrH8r+5YttbHTcBSxsWXGasrfAhFEXnOman+J6Ot7chfRkb3c1\r\nxd+mdxM9Vy9uIms87X5VoixBWOSZdV1T8Ezw+fNJVmkMgJk70qv5p5V+Dlo9\r\nlStodQnJnNa19BnMukvWDOBv8B8Ail+FaUXqrxjjgSGGuFxh4DQzjAS0UW7+\r\nBxyjl6kZSvLOxpI6IPHTpK9hSQqNg2D2euOb6eUzrrRtHjoH+83FyaOWj2y6\r\nazaYkGdaeYC/SHT8IJL8AbJTYHaGBa09+rcEPEU8XH+OvaDjOkrxgg7HYTQk\r\ndQSH+ZPwhiCaiXoL2p79YZuzd/9JdqeIZdKxtOzvScNC8Fc0W9zTfTcXLUEp\r\np/aaJCauXSDboPvQI4AzrGKvu8VetSETkjA=\r\n=SvU5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1804a77bdac28f7ef0bf4e9a18e72e03fcc65008","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.85_1652362833977_0.8417260343675554","host":"s3://npm-registry-packages"}},"0.24.0-rc.86":{"name":"fundamental-styles","version":"0.24.0-rc.86","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.86","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f3ea4e7f2ffd770366484d481a5ad800c1aa9d53","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.86.tgz","fileCount":121,"integrity":"sha512-s/wcbXlHAB9NOPivks3S8IJ21aTzOdU5lbnWLdeAWz3awhu/nVq29C3YhhMUlSYNbxYRgNwZCBMqtLvRzRc9YQ==","signatures":[{"sig":"MEUCIQCpIFR0ZHOUCzlmSfsr25LTL35CcHfWct5PYR+FDmcVYQIgcj9HjDNjAmURZNwfSNrjOYEzBxkHv/vl/kYqvdRDe/Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3737627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifRj1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXww/8CtRmAFemUvEYoL/Xsa/DvHoEtNZb/7McywPRaZoHcUj6Wg+f\r\navup7ofpwDGRunKG1n9+ad7yX/k/fYZ2WTwNkkpwuvrGLzkJGFUbwQ2De/BX\r\nCrD1tNXxH1FzRuzIlCMtwmH7QbLDmepe7B4mxs8A2B+kLgppaW4KwO2P9nvu\r\nBYFggz/jWULC7CzdXIaPv9yGQXE1DxtyLd/VJNlfZyklTu3BMXoqxG49040/\r\nusMyacIRHyanvXIzuBIXygxdghudfgBJWALLJCPIoN/710CY8mEYrcxOPYZs\r\nFuZ7weMnMIz8VZtaylRowO0Ufl62R8r8r0hCbBzLyulrDv6SaRO2FiQhGkpW\r\nOtt0Ww/b+G45PMD6iz0VucbwI/GyGxC5BwKenU0ubXf3rrE6ZtiQQ7ukS/4u\r\n1j7YB/6NJmZ8KzXXd00ELIECLQ+FE7f9ef5OWlnLIyTz5gcXaVQ22nxCMMIb\r\njPw2iA59bjKVHg4fJL7LMLUvk1ZFvEhmTpKr2vJqrOIK15VHZUD0dE33+aW8\r\nlsnZzr2GghL2hzIX/By5cSPHmtP4VcwmO5ftefpG1FCC5aVy+dY923/lRlek\r\nBWv4NkT7Ij8ToQyR4yHTgE+8rib1WNlf7coD40PO4ZxLcJIi9KmQ5AoG6yQA\r\nFF5YNACWbTaZ1tJ4+R9J5ywzNt+ONl7kYdg=\r\n=X7+G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"190a66121e3e768d640e532e33853de288c0fa3f","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.86_1652365557342_0.4223717714672026","host":"s3://npm-registry-packages"}},"0.24.0-rc.87":{"name":"fundamental-styles","version":"0.24.0-rc.87","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.87","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a1ed11d658cd1d2fa25d5958c08d299cabcfd3ba","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.87.tgz","fileCount":121,"integrity":"sha512-fBXIkBzFqHOwdAFc3Y6XuYstVG939yAt8xoNIuilK5bxp+KN6L+uy+LhSKBJTRGi25UeBTJL9kW3RylkY1v8bg==","signatures":[{"sig":"MEYCIQCSh80isN0ZM1PzBYMBlcM22r3wJlMNzrcBQpSzQ0OafwIhAIIYeostziHDPGF0Qz6tYTczj8dTV+CoBHrpQ7H50APi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3738307,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifR18ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoqrQ//eyQJjxW0usHYWAEvMsb30f/8xZHHeHaG7+p3YK5pxRoXCc1b\r\nNW2cBKasEDJfp9Ytg31zTmL28xLkgOo96MOrkAyI2rz0snn4P6Nc9HGB2RRI\r\nsBjEUidJRvOp61H9pMycr0XHuc8Hy++fKzWQCi2oyAvIhM+MDNa5agraI7De\r\nkB3yeNl5G/30EOkFfIkg2TeSwCe8+nF9aoPxKFgrDmqfDs9fsnmHRiNA6o0x\r\nPgG/4J9P+MzzdlsLljpSCx6IeFyj1inlaJlpCWhrm+nsSPV81rmAQY1qi5BB\r\nob7Ewge/ZMEqDNP1WY+nIHO1s2OwCXme7Dl7O+syjHsAWFIhyzaIRD5J6cZ0\r\nc4p1LzSsC9IwEAIm1UfTjEdg41H1rxzfKZLVaTcoiDKOK6SNMPq08DjfoiVk\r\n4ni2pXRtXOvFc95CJolc8+VjNE1s8Oi4yw/GbZmpWyq9FnxqxITeedZ4uoyG\r\n+pCpEHA/LgexhnxvpU06FrQsdvndPwJ9DWzrsGoieun8+WbmhSlWrcQ6DAcy\r\nRv7mWHOkRhFyIfW4dn3elS3+VQLRWwVB9AzM+ZiCub14a9ivJ2loOdsXfSLt\r\nuDQxpZzYYzShbJQeufE4B/dSYVWNNkG52c/bYkPvBeuyF9+4ulYp3XHB68ik\r\nSsCEZ2PzfDTyRUG+dodaaDQO0ZO4Z85Uh9A=\r\n=ZWpW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"57eb9b549661f259f5f5ad2a853dfd1c00082fa5","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.87_1652366716712_0.484520746788498","host":"s3://npm-registry-packages"}},"0.24.0-rc.88":{"name":"fundamental-styles","version":"0.24.0-rc.88","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.88","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"81c1fc6a615ba931f19f55a94c81e5dfcd76a2dc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.88.tgz","fileCount":121,"integrity":"sha512-FoW6uE2IlqfB4MOJ+9pLh3vHQT6vHnhV4HduZPaCUm2GHZY3UxVCmPidbzOCLF43eThBt3+gaX9iDviuppycOA==","signatures":[{"sig":"MEYCIQCkGMOsAd/TyswxUPixMJKfBGo/eSKe34xtGrrronT4AAIhAMSuoD0QZIabeHxdUZUK8BXG4HyIAfBsIIKvPVGrhTQs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3741059,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifYM3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqoXw/+JPBFxGRVvrDJxSP1Cxllm0EQZyEx1vRQvF5TJPc82rXwp+Qw\r\nSQOinv6U7ikyekdgUACAAFcgwhcsQV58ox3YiIZv/C34o+VGITdeN7Jbo8C3\r\nqOGo/okLpirtInnGxTYygGVe90iqsDCqGzyjMe6fFqIm6bSZPTSKI4aivNIt\r\nGo/XM7wXuFqdxe4lfX41CTjZWjG7G0Jw/VoYZVcMUEWgLeZkaDXWyoa8zq4A\r\nzoujv3Pi47LgtyNukPEshnNX04FFH0o9huTzsD1aGdyCQLrtuuchqZy1IP32\r\nLyFflz25Nb+a8R1ViIOXLH0Wc3p3K5fSYbfH0Hg92BnO+2/gD/dULoI3tRK9\r\nN0XCJZfE/W5MchNHGAaJRhNJEzCSZJYFPA8TbxisUOxgK3XqUJ0y6yLafA5q\r\neZUP6P9PmdHwGNsNFJiLvqKlDaavx3XEwtcqRhNQAe51fIoY0XTGEtSDwxR2\r\n941oxr9/hpWZxK++zKL3jGu8m2HG3wJSqW8WWrVB5UKvUrMzEQV5Y8Qxo5NT\r\nk+TfuaWgVE22NUZel63YIA7f9uww6YJgRANuKtpp0+Hckrmu6EDbCxxTEN4u\r\nQzQFNdOG5pkyt3oGnaRan5D8XqhgeI8CzVbEr8PdOYkaP5bWoMFDAY7xUosQ\r\nQvAYB2ZO7pcUnD6E/qPZtxZmRUSSYiMFP/s=\r\n=82wu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"553417f032e1e97893a8c8590122c40bb0175e8e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.88_1652392758922_0.31541318847253086","host":"s3://npm-registry-packages"}},"0.24.0-rc.89":{"name":"fundamental-styles","version":"0.24.0-rc.89","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.89","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"916a583a3539d733b70690080f680789b013c0d0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.89.tgz","fileCount":121,"integrity":"sha512-ZJ4QQfaxz8PKPCXYh02vLSKoJFvakPMoxMJ5f/qiYlaBcBZ8CIHmLqtv0ZEhtju74YC1xDC2ScWZIQ4HQ175HQ==","signatures":[{"sig":"MEYCIQDzl/ADXDXjYuFXxvPEz/ZyXWw4rw2kPNOlWGRxg2UCBAIhAM/DXr0d+rnbBQgKZ/a6DI1Jnx2uxsI/64n3oUB52siJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3744661,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifYVUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUmQ/9EkNroc7oMo9O00ToNfAbsvvM0LkQaF/d3OG/yqTZdW46Dr+D\r\nfIRY7yfcB0WJE7nT+uym256JNAJIXcYxNkUtksYPMQH21Q7Fo2XSBYhE4Z6u\r\nvyUWRBYRslOUgDDNFgnir76/xl9e/1pnmHXPB0DOkDPWh/rtn35FG+aECwna\r\nL8mybtPQLOGADBVUi4dwUkExbu+hbJk53Ty98mrsqYFoXsVHvXnFJeL57e8I\r\nN6/2PJ1gHOUTG9qgvCHz+vq1LIrDP0EFcQZ/cfMpYenOhmGrxrtEhsXcKSWa\r\n7kEPsfYGCoZ22tVnybpVG/hohWzQtENgsGoeqJpDmzOrHCVz/nfQn/7C1R0Z\r\ne9ZhkUW4hQ7QnSiKvkBVDbygdT54F+sa/j1DG2BM/OGwlyYObfMKfjs2/M4y\r\nERzuh9IcV0IB32nWEk0ja8tvs0aBTo9/Icgx7iyi2CgtxWmRFkUa5GtFsPNr\r\nRp2d8RYl3nhdU5idzWune9wI2JNd1ZmqbkoVdT+rJP9M++b4b/u47LwVGx6X\r\nRsPeqohWfckGLDXRlsWI9BQAzSxRxCJIhtTPS3jZpxvp78YMc0mqiuw+oBAR\r\nU0aHWwgnlwLyYgqQkBCD776owcco7naER19hll64ZNFtl+2S5AK6MnpKeTW6\r\nLFPrMeIOaoY8vToyPBnKosqhULyJIT9qiU8=\r\n=dHQ7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"84ad08ab6353edcb21504505e559ca2f2ed77285","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.89_1652393300173_0.6099799303772426","host":"s3://npm-registry-packages"}},"0.24.0-rc.90":{"name":"fundamental-styles","version":"0.24.0-rc.90","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.90","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cc0d08a6346d63860b1dfb02806c88bbd38b9aaf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.90.tgz","fileCount":121,"integrity":"sha512-/R0UsVRcGwpPfv/Rno19TBaTA+xwfsgzSBWPnzOYCZTS3QasZMssIhRJHplw40VIOpohOeZz5mkFrE9Izs59Dg==","signatures":[{"sig":"MEUCIC9lpfFsHj7trX8Z94FAt7LvkciSr60TBmrZNAd1KV4kAiEA42YKfX3+m0CrvqyDsLHp19ASp551pkah3sav1HpyYD4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3744623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifmOYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOgA/+MJxFNBI2Bb/TnP+eh50gHg3jTahA23Yz2eGwNpY43m8/2T37\r\n4uh4/LraA6RHEB+UJPmlMvNfkR8eBMGuxGGLEQdDVkspKzsMg7SDPZZSmI7s\r\npimM9iUIDQPG2Sid2Ctu1OvGsHQcWPCuK1Y5ObVlmXZZEvMNY46X+iGouP22\r\npHVJN1p8/ehveon0GkampD9Uv30nObbZlMpj2J/pCJb/oPJC861XQtQySrEm\r\nJcmkpm64aWwbNxMx1xKDftlZQs4D1v3b1iJT7LHyOsF4lrrZiSHkUajJvaAh\r\nyETghf0yt/uTZTrAE3fW+7aMnbvDmyzNE/V0yLW6tE8JorXZke1XqxV0Ap1x\r\na/viO3WbdcBDYgVuSzw6ef8nlVvy+Xhg6PF97nDd892rJeKntgsxaOmLIy1Z\r\neVLYHSwk1G24SBvUQclBmN5ARq7khlBDK7TyBJUhezmcI/44vUgOuoDzYbgw\r\nsR+uG/NvbnSsIcCW4hbBwPis34o7/qTARoTVK6LoZ5UQAeuDqdj0ibjXEzXM\r\nOKSl35PrTRvhscrO/Klfy+vmlJpLv5zv6l2c3kfvoKGPSgL58QZ1XODEUdgJ\r\nt3VGBXWhvv4v8mGwU0eMlx+0PXAWx+o1V+gVnqSIXlJ4lzpeW52Jhve+ViRt\r\n0su34HpItOXDrfRnPKbYMUCcPaUTQo7k3Ew=\r\n=R1tX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a6550d146e0bb1746edba22a9ede5fa4502c6ecb","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.90_1652450200337_0.7643711492980063","host":"s3://npm-registry-packages"}},"0.24.0-rc.91":{"name":"fundamental-styles","version":"0.24.0-rc.91","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.91","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1d89583dc6a40610f8d652ac64bb82d22043f48c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.91.tgz","fileCount":121,"integrity":"sha512-T+fwiYEn/KCANg8Jp6GBGyPsgqrYxrsEHJSBXMzk6l0+zliHJi74huk1fMBgloRX15X76Ryo/w2UY3ZYWkkvYw==","signatures":[{"sig":"MEUCID+QGShfG8SQg1tIqklBU7HwiSWK6yUkFc5n2kQTJrNHAiEA1Ppu+D9q7vsRZwVnATnhhH+d3rQGOtdwn9WpT0iC5Nw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3748576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifs3vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpfCg//bqF6EUCjb2LMz9yQF5GbGXHfnVoBcDmGZ41aI0SY8Uz3hBMi\r\nz+qCVldVtG5f80UvKl3kss7SBF4DtXe0Yd/LL0S1xs7yY+/PaK2ZTsQOq5Gl\r\n4TDRWvDSh4IGVV94GP5R8jvQbWYo8k/pbR6ZUID2HzAccQhHcJ6nzaddvpQM\r\nHpHuVxhkE+X08tZTQvocWLF9+sUsfBSmbaS6XD47xrVlUVx4crpk2szrOTKz\r\n55nLjjnYM6GffeoaEBtgGwwHF9lEGM9+/N2PS7ODg6at2tZNqH2DUDFpmAQ+\r\nVf2isGjL+PufrscBl440L9OneVq/8uOJf05c/EgMgbIk74RBUdrVMtiN8yGL\r\njhnEuNen136sw7OgOxOWHH2GSF2iFNsf5yIx6wKVaLaDDZGZ2Be/6K6g/CT4\r\n4JIJop3GC8otoT9xJR6dt1NZPBsidNTXP9ycG/erI973clV+IS9xUephwKWt\r\n6HQRu0h+dmV0vVbAGoFb4NTsqIxO94YXz9XNuU8X4E4otk84QIKe31qEuxLe\r\nmS/BF42JlikOxHS6nqoARwjp1pLPdln3F3I8lwjttC/eOADMxSoNz4wufiJf\r\n7ti7F9xvJEQ0rwaFvUVrJy5SEQfeC7QCC28h3c/xmOUsovUSKjr/8p7P5I3j\r\nJ8uUGvwBTLkvIedy42NPO8Dbd0WKj3i7VyM=\r\n=CIgY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5687c5554693af4ba86db4373cbc22dd261ab8a8","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.91_1652477423518_0.31241102935836107","host":"s3://npm-registry-packages"}},"0.24.0-rc.92":{"name":"fundamental-styles","version":"0.24.0-rc.92","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.92","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e55565f0e7f278ef6ef140f6535b2558139c234e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.92.tgz","fileCount":121,"integrity":"sha512-jWqB2ZHePb0GZxW1EXDCCxBEjOqQ7santi4UMLZWYBm7nSP/QL3DtQi895SK74mz43VD/RO7vqbMu+xpXJ53cw==","signatures":[{"sig":"MEYCIQCvrJubf5biritJaGAAssbyrm3CliPHlYGTAcQiccJ6UAIhAKTYSPjQpPz7cUi3apoecEBYul8TjNJjJggGpe0t73da","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3748806,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiftAWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4qQ//blmIG5oXIUn5bRiLKw7TOZdV+a/pEFEaZ9SaU/GNOXU8x3Lv\r\nvKARZRDWgAjD9XQ1ddffu9ua4tUGS30posYZfIj5DXs8Tz8uVCuFsXYs/mbQ\r\nhSo01WdXe3+KxM7+sAbGntGeFP+PgCA3tJ3I7SqdXfPLvCz6e3JTQA1ji6yu\r\nx4bLh1s/P+XjRU8A+kGZqnPGClRTdMkBaFjNZpSqEtflsHkP4wcNJ1On4bYf\r\nPRmPKxs5sT/aVa1xbowgX9/1pe6X9NvB2iwPJ3Vyy0GofEETC/T8ieN7mlp1\r\ntePC5n2mbY8PI2p2GwP709jT5f4EuMdQ/Vju4hDPcu45Uhr9ivIt5oSsTy9t\r\nwkwYpfHgLpJ2mBYl+ASXUB8DQJZkRDpqxSL9ASvTbQYbwSKQyZVz7l2fsKFW\r\nwE/cr2ZccFA/wJMvGd3996T4GEErwZNA1VBo8HIdgcc1C1eoDUwp78bdPAR9\r\npaNH2AWJDOoVy22TF831cCCVEGRRK2/7Et0a1lffxKibI77ZpsI7jH/OZ3kJ\r\n94JK9IxlvIDcqP2zywVR7ybhGbzKLJqjX4Hl+Yko6GivmBHkCLhOyrWxzc5v\r\n2ZOA+c1WMqW8wEBVOOLU+3Y+V4yS2E+epGIdO6Z42ffYoV7TT+oj7IE2O0+I\r\nVMKB4NsWDlOzKE3R2ZWWn3XKLeug1B/ggOg=\r\n=62cr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"27a4a64fa4304bfc0a800e44557165767346914e","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.92_1652477974601_0.6026787107704381","host":"s3://npm-registry-packages"}},"0.24.0-rc.93":{"name":"fundamental-styles","version":"0.24.0-rc.93","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.93","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3f33e442683a79be3ee8e966eee91240d9fb2210","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.93.tgz","fileCount":121,"integrity":"sha512-Q4/XgO5Cpa9yDlPuSKRrgwawZ2jM7PPbOEt59UDDKoztwEWFCbDD9ALC/uwemgtc2aGDkLwCbRHyjto8qtB5sw==","signatures":[{"sig":"MEQCICOuk55XOZaxpGfHSlq7h51uyyE1Hj8qqftcpH0I2aMlAiAq712wdXCcE6fts/Lj99CufuUFiNa/0FEqJudlIXxtig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3748806,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiguccACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrsew//ZOwyGT8AQvTgJH1O8sCYWfxQiCbB/yZZqeUsSHhQO966i8KJ\r\n4n1DD1gMWnCE84Bclu67aqKUSRQt3uQCjME3BwnDACW1voGoAwimYuMA/OTa\r\nlFlu0P2WGORh6s1RIjIxf0EKcefUv2LgD9BhbVrsg49taE1lKe9erEqpZfi1\r\nVkXjYFsUVDfsDQK2HUHqx9FqOIkWoBVIrK0rC2uXePGhzATD6vgoohcueIeS\r\noB/Tig1rzeHKhwGHhY7elB929oJ+FsxmHTm9zHUFz7dVMCfsg3O9VwKEqwl+\r\nGeOspwt6TwGQlD5SHdR38d+Ig1eyi3IS0byPZCtUmcKWKzlwi0mmMqVPZP1m\r\naYIFmIXJpGzXS8V855BU03/QwhFDDj3r0/TTzsQ3yvUNP+flhBkUAgaaAmnq\r\nGrg3z7ZGyTlIKwxJkns2ZTVAA+0pi+krAYvZyQbqp5z9GEv9+VRxN1NfRRJj\r\nvV+CW+GGjigynTV8+gC5W5VTDaWNs4mU85dBuMv6cumao//fPEQsn7oSXfvW\r\nTJGcGQZnSrrBPUXhp6IYtDqcwyIoVK6eH5ONpG0E+92jb+HtMw/YVTjs6+Af\r\nMoxkahC59j10fVSSNfiFBxJBsd5H1lQhzDXbk2QwLILOlFB/JEyx+QaYnn37\r\nYTlC4U8VZYdHuHaCUROgDd2nVJHFB5d2MWw=\r\n=JMPj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"66db02e263d64f484561ec6e4f171c6405323060","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.93_1652746012580_0.9149038056103962","host":"s3://npm-registry-packages"}},"0.24.0-rc.94":{"name":"fundamental-styles","version":"0.24.0-rc.94","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.94","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cc85d7ebbaa1759af8957123303327cb78b9c8aa","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.94.tgz","fileCount":121,"integrity":"sha512-rT0YaTsP4rg0mtqSzzn4NT/PYHGpivbOtJ9RsISs8KiA1iURT/wlLVAVihIPnAZEwNxlE+wg6sJ5WSIi6w8JoA==","signatures":[{"sig":"MEUCIQC4AdlF1Fwz6ukzi/aBMIINdIQ8lp1GkjFdg9/JH3sdAAIga2CX06T2kl8/cTLmWwLWnQOoO0sHlTg7fJe2Yb2AObM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3750158,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihOukACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpdA/8Ck+5K5G46dQ4dwVYCEGquqydsqtKxgb04P8noGO/BbhWMWEE\r\n/M+sKlcyI0zqRyxCQ+Z0vBK9sSVSzsJSwQ2TbEjrG9g+kheaipucJd4oM/Dg\r\nk8YJtc7Y9WqHgcpNUAvi6M3Q5D8LgNxZ4Gy5Xk1rq3MEYTz3rPXbSkJoHZTh\r\nRHxmuMHwpYMkpQra4b3hA939TFiToS2aDdREE51zegtKk+iiEtFANSc4CAnh\r\nyqlxzyyPpZc/eCt14s1xfi9ZJCw6GyAPhCZhvS1/5gxCIyq1GFrUnzvZ9BD4\r\nF28GgJ1nCNp9AS3D0pZ7vJnD7rCvCOCSs7LLSiI+11Tn0zgl4jSHQyggfdU1\r\nvr5zNzzEId0BludgBsZrEfDR8o7uJxCl97I2/AwKmLitU2zr4oDxM4gFV/tT\r\naEv5XVlcOdxX/nYj3dbAoU42HdSIrENbKyPsBBaOyjErACVK+AspDH88F5Fo\r\nf4+aq1ALR2Yfu7qIuOerUcJHygrGXHbTflbTKs2WGxJjaB+hIZgU9nScAZKU\r\nHKDjMa3DWm4nbpfK6NHyrlId6S+axqlktVV5ZJzBEtVbznYVhjA3AzXbZbUq\r\nzVN4bgqWvae1RTavbSaWzENfKkGjQYWIJRw9fdyyONhWxfFqdzWvor21TYBQ\r\n/M5MtR1s8FfCRmANWG0/AH0uE76g7dFcrbw=\r\n=+p+0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5d987448e8dd1bc2c672c5bd77520f10f2254172","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.94_1652878244515_0.8315311907833332","host":"s3://npm-registry-packages"}},"0.24.0-rc.95":{"name":"fundamental-styles","version":"0.24.0-rc.95","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.95","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b6679041beccd3ba36d7324c9ee13a7516ae5d96","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.95.tgz","fileCount":121,"integrity":"sha512-yjC6bRcNXkknvQlgKfsJuGLCXI67RrZjzlIp4/PuqnBNYUAhWxIG+wEFpOcuyP/0TVm/vgrnqRWZM7J+jSq63A==","signatures":[{"sig":"MEQCIFP4YnTL8eRdggYosCpw8wv60W+9sBnZCPDrTmzohhnaAiBNnbraf0OpWgvXgfupQBSk3q06PJCgh4/kXBy6gWLr+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3750482,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihmG+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQKw/8DBf1+EyvVtdULmPMFfUYKLwgUCpwDtNnQySbJk74No71p4uh\r\nyt0Q9CJ2gUEO8CUtQcQIeeGljXp/HoLYuZ/8/9EtS8uUWvz5515anxubTlHL\r\nKPvqwylf2pFCJQ+g5jWC9Rc31U6PmnFx8RIxptBjJKMfW9K2WTU63BnFePiZ\r\nixu0jOmZitj5wwmcv6vyHM2bnGcOBvcuBzF6KWqxUzG5YdW6xiSrXjx0JkVp\r\nZVx/allOsYZLIe0k2JGPYpAPthljdqEV7WTHZ6ePdlat6r+fe/l2/Q3/NPS2\r\n7RFbW+33QFpgcsMKWasAi9D7EYq/y9zHBR3SCkiIMQWWUdww5/LJnteWkm1k\r\n2hPN5ne851ev1vrq8o558L9nvngVXkITuDlyKdhanD6BzE2SjTTQdHQsD/+F\r\n55h5ufpiHpMGD8PE6YeLEZszSTrV+7HkUlEVfwrGICtAJYgBFJq2ygWogPVv\r\nYTTNLDrUgte23y123rHZxPQFQ3EDfGdxdazmR0y1zYKlWmvgh3rPYP/vx/Xj\r\nRJq6CC1A5v63+IJK4/s1Yk8KCUyQ7ZcY+gvc9rAFm59mBj+6qHsLMADTNHYN\r\ncG0Lu47ZRbWNOo4CIFQDnnVljGWiTNKcaC74XaNZVNa6hWnhNlI/V4IdU0BR\r\nGczeYU2WWFNlr/AqGxgH8V+mjm/9bTgXjF4=\r\n=qzBN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f6b4451c2a4fef618d5271e17071a2d82f3f2177","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.95_1652974014059_0.9260878293269745","host":"s3://npm-registry-packages"}},"0.24.0-rc.96":{"name":"fundamental-styles","version":"0.24.0-rc.96","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.96","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9693c061d3844fb0ff137480e6d3f03801107f35","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.96.tgz","fileCount":121,"integrity":"sha512-kdOjpb3BOFR05b7hTJNk1Poud2GiYxpAfY9BEm5KbSvo2h9/2V8piVtsr3fAkBSktDd+jIwmOe5wR2M38ebeFQ==","signatures":[{"sig":"MEYCIQCNpGSuj8chCbPW0rXB3x8ub5YUt0+mNHYW1FjUsaftTgIhALDtqGdY9PRJMIrVZJ26qZMc1cPXODPeFH5rQDQLXkzt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3758046,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihoN4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSRw/5AcAE+XyDZhdKPqMxzV/+5+riMJAB+OftwuOmCV7WM3D4T6rm\r\n6YmyyuuU3sWpWjafOj0JTFuteV5Jw39Mlh6dC6Qt7+ZvH+RmZPsZg7e/D1/n\r\nH/ioP3t0jLlvqqKceeJV8ic2fYU0cQzaxBGWKtghaD65IRXU6Av2E8lS/EHw\r\n8fY08LWjgbnT0qp9UTu8tVm2cYBPwrSPpsSzskcdhrB6TQafwBHRgKeQnjVa\r\nJhbSAIW1Lf5n1dqsoyIWhTc7n/v7r7ogsfELrK8GpQVHoJcqI3kswsEMIJw+\r\nTL1dyHOkwSjq/N/1+YIzDD9F84sRjdsnalr1pO/0kRcZn8ovYuFe1pEtfmMt\r\n3AmbtzSGVHve3+VXLaJqm36Cz0/XH2yE778c6BMrUVMw+dnh5kIJUB4dTFSZ\r\nqQyBHaEvDSjEdM6VWuvcCX8+9ZKhqcLMeGRkCn8jrYmk4Ps0vyuTXjAI6y1r\r\nziYxBco5wLAahxjma9XX0NufOEvKtRPeqf6q7njdua+p3P2BZ7RsjbnrDRhH\r\nDHGPRlvRC8+lkZ+qBhsR1oYhIiY8lJbqCKy2BaXRAl42+vnrbAR1mZupz3KX\r\niqV6MQSDKqrg+/kJr8562+B/WBBwR5nkLQoIQsvNn/bRABPtVMJ30t8chb6s\r\nhHYx6mBhnivhHv++QwvZKiYqET0bcwmEnbM=\r\n=DrHA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f8f454f723ce30ef4f5bbfbd47ec024709b46e31","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.96_1652982648662_0.1757698573022226","host":"s3://npm-registry-packages"}},"0.24.0-rc.97":{"name":"fundamental-styles","version":"0.24.0-rc.97","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.97","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e1d942bc3516ec8c6afb8f7491ed92e6a20938d4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.97.tgz","fileCount":121,"integrity":"sha512-PdM5csSuO6TTKjZnyeSSjPkNSQXGwknLLHbbRTguN3a9xxLPq1k4kvzaFgWb5wbxt/47++QIqvRfo5LPj2rTsw==","signatures":[{"sig":"MEUCIGRyjTUECZ7lSyS5bL9dq8TDDu5IRBQPA4OkwcJ/7R6eAiEAsFlqwstfc0ibUUQ/67SJGITgh3BvSkiuu30KmmYAyVU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3758184,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihoufACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpPUBAAgmf4wKVekPkk2mITYvh4q4ynX8AFazQvKwEtS4imwFJHr8lT\r\nLFJXX5xjCgoBDmZisYIQo+maiUrXeKqaJx+ZQd2D1GedIRY67Gkcs/bGoQB3\r\nSP3O0+n6ZIY3vA7hkmGD0kEUcvtYC6QPqtmj2o3+Kje2pC8zlzfqx7HRKzzB\r\nDGG/wvOEmXSEC3u1vQOMiBB6WE6T/Dnae8w08qW9gvTkGprKkSsznuRI4kWm\r\nkGcGbGi0w2pvG6dkKxJEgcwe4DlOhvN0IdAYVTkIREiZAutUapLrXPi//6qC\r\njMsFaY1opLq1WkMlBy+q4FScmMKorTnwwWhQv9rFpR3Gn3saurw7SMB3ARR+\r\nGZEWm4fSclVzVO0rbYL66taiqRsZY+6WpCWKy3876ydLku4peKkjHUEhCanU\r\nQ2ddX3ErYU01jpAuDpYXWGRiAm6YM4ClrfZeuafyJ+FSchmcGaits0iTs9BG\r\nygGbvkhjMI5EX75OpeyUtpFpuDKr8Z56c8U2b9nVJ1C/pk/pXvTQGSf/2YLO\r\nJxM+Au2D0jav4ot6gBWMKoTHHHpG5DFXrdDmWhWrIxjnA18vPsm+x99DF2c2\r\nPA08EBGIjTqptFGlYlAHm4X6jmHiDetC3aKRo5C8kDbJKmRD4EOesV72WlyB\r\nu/0EVHCfC3vDgN6YAwwpOLR4k+aywmZ8N6Y=\r\n=L8Xf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f5e4f2b2f698fa3ee73de8f8eca761d982fff772","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.97_1652984735329_0.2307094354801158","host":"s3://npm-registry-packages"}},"0.24.0-rc.98":{"name":"fundamental-styles","version":"0.24.0-rc.98","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.98","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1611012d3c35ae746421e8c22f4d1b3e4634e8c1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.98.tgz","fileCount":121,"integrity":"sha512-QBts6Jf9l1orp4nkKs3kFmHaOZdrY95cySgCTAj+Ji3WI1i3QW3PZ0LFoQTw2SblRNgNx9Hm5uCEWMhFjh2xlA==","signatures":[{"sig":"MEQCIHmyxu8BoQHgLtW4rn5vV53QsxaEiFGagkOVK7alBcpXAiA2s8TA3aYmFHTWssfF173fyoxINn33rwjxB89xKiKycg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3758180,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiho7jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpH8w/+Oz/xRstjlpM04Qz1N1Ezt74dNH2qpzRixInlVSGzAW9WlbuY\r\n/MPCdt1VkTwzvYi9kHrytO14GfiKKXX1bOd/5oBgv7Or4/L+394U2iEz3eYJ\r\n2hxocQ722MTEiJwhAI30fZ+nepFbyKzkBkRtu692e6yFLo7q9RceXSMyiaqV\r\nPzsguJnQ3ZcupfRBtKUPT2G81+FXuuIKnnVGmrgoFBP4tcacyZoplTqZNAIh\r\nqKAvWpxalEx69EG7XUWAGAL8kMOuUKa9yPVAVHnTpxLyPwXDk070Hh3aHEh1\r\nQhpKlO8twAuBzgKyWIFxKr8V4Q5IuNGyWWx+gxZDGFSgJuRhv62qjakeExUF\r\n/cpWXB3lrqlmYJgJnZ9v+HxjjyVKuKiZxRRY2BmvXDtUGuPsOJlxQDTNFw9Y\r\nEMvdZrP+xvUqmbiQYYlvbvPFgsuT/ke+LrcTsnv1Vme638zNR7kKxlGkPpsU\r\ndlko65r4AmtEfia5aZSILseMkIXxkoN7VB3c2Qtuh7AmHIpei2M47XWSSerK\r\nM51xypaIJYbAqDRs4mOteGQwKI8CSYRPvbiOteGRckQv2822m3XuckpmlUGN\r\nwkXmUUSMLs+gtY5RKdZUVzRDkrCqJ5RIvzUwEZ1Ld+wvLa12yAralbS1py3d\r\nlLMOwaduY7aqQ3nuY5UaNvVgVawbWu+rsp8=\r\n=jUeJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c4c36c5a3ff9faa152db9724d08dd5c1568a4700","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.98_1652985571284_0.036831260807133726","host":"s3://npm-registry-packages"}},"0.24.0-rc.99":{"name":"fundamental-styles","version":"0.24.0-rc.99","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.99","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c7bb340f9b3ff1ebbf552b9510eff2a4c2f39b61","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.99.tgz","fileCount":121,"integrity":"sha512-P5johbvXZ4mYjdt/AeKiavmCxhn2c3zfIUEyfspc3NLdQKoZiEWuxscsjEwrDpPsbobk9n68p1VRdOkWp04P6w==","signatures":[{"sig":"MEYCIQDQli0op+tNQnY+TT53gzwAF83j/CnNA247m/suApR/DAIhAPBPEVkD0ovrWXa9xWKrA0tQ59JAAje6slxfnFQkuGKA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3758290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihpH+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoapA/+KcQ0QTZ0cPwqtbvLsG+kmxWn/wjDJsDop9DU+AmVM7eVkH1Z\r\n0bl2/B1tOpEFPHz+tZQCqkXPKrFfbVBaCtZZGjRHDxJ0XWCuY11iB7pe5lqU\r\nDJhbkvKttVGjXAOYX5PY4rYKAP5Ournb9R+afoJJeCHW4QoI+DO7OZ+mGNpr\r\nKafIvKLECSX1R0rC7KkdszkKKIATkDPBmxcFTdNn1DsJ/XqTYHrlTm9EESe7\r\ndEzlGV+HhXizduqUnQHHPVPSHcPUAnMoMYh47ilHBDILSF7JO9qHRSsaP7dL\r\nUoOBGoYMNK9X9W9kc16XNn0lI+290eal9e0OqFr6Mp9NeKFDeg4xbJ3FrBCL\r\nX18Xe/9K+bY3HozbRN9hykPrKhTrVW/g7wZJie9UF2VUhiADX/CO8OMzVRe5\r\nGT/uHh4NzhCvpCwmv5wy19O5DD/q2fN9KYKdToavr+7bwtmDdVDv9jAt8TyE\r\ny5uywsExx1pzg8mKLDs5Er1tEDY+D+6sHqvJixyQeJ/ajnXEKIhz/0z0g9BQ\r\nWPVvfdEi5KeECjD64ClYrvrPQ062Oq6H4McKxx/pii1pk7raAjWW5DCD73SH\r\ni3GoSm0vBPZVzAIhTCzYhpKpjSs8SETwr52c6yQpVDdhCXugr8MIi/aQg9vc\r\nWKkTBDE+yE0KEZM3C7ZFPEY7bcg2QyQusIw=\r\n=22K4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"855f4e0b7928df38fbc9b938fe469f3683b6673a","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.99_1652986366216_0.5435843291772924","host":"s3://npm-registry-packages"}},"0.24.0-rc.100":{"name":"fundamental-styles","version":"0.24.0-rc.100","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.100","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"62f3d0a8f144a2b41bfa3beea92ef14e544b5ea3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.100.tgz","fileCount":121,"integrity":"sha512-AIS3J3k80XoVmtiToOOLTuYrVB/eSH29UJ0M5K7LcWIWWv3q32lMB5uwwfKQCOc8BuAgKbzKxbdu09k4PeO4Yw==","signatures":[{"sig":"MEUCIHNDT2L0DDcRGrDAClbifVY9uyN0qRv/H+ib7tQvP45pAiEA1IuZdWQndhtT49gHkpSLc7NXKlMLW/iH862+XfdjCA0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3759831,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihqANACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWOw//e/cTr7n4sDlRoM+SlANTh1D2XVcNHKJxit7QlWqn+bFFG8g2\r\nScFJuBg8vz5MUmIUK+hncqg7pgm/55ipJ3EW+N+Byc5WT+RXYXYt1oVd/wJg\r\nc01RSUDnlSRgNUiZaSWJTOVaUSAXExnhG2DzXXTcHX7lbNASCikbjMXzvnKb\r\neKgO8iEMhiGBeLgsbI5j15NHKJ6SW4JG0tTMi4IfOcyu3eyho4Mw5NhIGj/2\r\n0taWQwO7Gi+NW3TF4Tl2z//BkNB5nAffQ3xHXleSu0Pnlv1JyGNxhix19ORq\r\n59V+gEP90FNEiLc3kdwzyRZp8ofm+lF+8Jy9w93vTLKGKvsW+u+oCFMAuZyV\r\nn3vgJJObggINP/7zyaL/377Y4/4Sj9kfn8mkHqhu8SlRTqiEf3FUvbPFtgIQ\r\nQl/a7mYx8F2O85sdaGZMYUiymXLwzKWsefWPtV3nprDd3kID2EI/GMCcRyXH\r\nodBIz7fG2Pqi+y+X/aw/xma6LkTFroWf37fZh7i/TW6Uu1l/VogoU2zlJDyQ\r\nhAKK9gTzaHDauacPOIuJUKEazimAOLXyzLZUhJmIuWkqmoso1UIpMh0EQZ3T\r\nC8HCdKA3ka9IJ9OUcYmyyyHzQVGUMM+lLZgXMOVwUU49UIGyPlhQ+pMfYfd3\r\nlaRdvv7kdIuIgUpgNkc+FX3TUejVnBLPvRk=\r\n=e4gu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"99026a259dca2c67ca284bfd41d745155da1448d","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.100_1652989965527_0.09070616846321333","host":"s3://npm-registry-packages"}},"0.24.0-rc.101":{"name":"fundamental-styles","version":"0.24.0-rc.101","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.101","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ae88a3755604528dfb39ee259e6f636e298315a6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.101.tgz","fileCount":121,"integrity":"sha512-qxn1ey+t0qHqwKfzUxcYmWdpa48QpUDFGHHzgxOxPxQSqqe6Nh5iCK5JmXWnvYsjMw2J2oF0HHcvgcjGmriZTw==","signatures":[{"sig":"MEYCIQD+UL9VKcshi/808pE+4k7sraZUTJrw1eqDRF/WsW1lswIhAPtfXZqYqZOJOvSzKs4pwRFRPA0EMFOwEwuMKBrT1kCb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3767586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihrKCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7yA/+MR+KNw2DS4WgGubw84iEgmGhBuijDrJP6h3hLu7ccp58+EDZ\r\n6WWapQkb0hXyV/QgtZxMw1KSeuoQoOWOlyE7Hm+ZD8I73CqFa5Im0TYX/Ade\r\nufv7zE5CoJBPDo10moDIspnkN4lc7EPiMW0iuc/tWj5yLJtVTwqY2mgM0hHR\r\nBEA/fKNeX1X3z/8R/WOfe6zLwjt9ZKXEW7RbjMR6WIMxhScHWcfvdnSnDukT\r\nmuvZavjaB+YMKv/kXHTETQ74vlbHqEornr3zilLb3KP9cJKh1q4VNLBBqLH5\r\nVwyFvVU41o0yU3WMZTM0H8uR4LDWJaCGNQP3G9IPMPqw7rf27DU/FbGg6vOo\r\nTCohorzBLlqrk+0g5m7jS3KkdSEHPFcBcmPeqLu+mGwm9xZnaboU8k5vAhK5\r\nuVkvagLC485EL9xhk98KmleCTIWfSCZMsWH161DI3mOzDTSjZJmxVU2ix+wv\r\n7afWEKmaTvA7E96kKf44wGKiGA9x5memZtEKiIl8FHdlVQzcAIDsOYWUBHSQ\r\nsrnFhl0qxPm2/7Kc+LmXV2Gyr2vPBVLljRB4DyEEOI7F5JsOrBGM+mrOJ7u0\r\nWkk0mJvLkvptjco1t32KJGVv8iskG/HK+W9v12WSRDwFmryE5jNfzC9/Imky\r\nKQ95Vb2fKKmvvdqtlPGTWTmeG3k8rYGqPUk=\r\n=kCG8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2520311c2167235ef67e85e32833207b7f0ccbcf","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.101_1652994689753_0.7701295627468443","host":"s3://npm-registry-packages"}},"0.24.0-rc.102":{"name":"fundamental-styles","version":"0.24.0-rc.102","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.102","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9382d44ff2f4d3e73a7f248e41be1c497654257f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.102.tgz","fileCount":121,"integrity":"sha512-cHKZnxX08ZghzgGjGxsGG/sve/dcwow3iLxt/3XMMwo34MNKBq6BaxO8fYw33Cht56vw06HOf5j+m/dQVihYdA==","signatures":[{"sig":"MEUCIEMOizJh82+8erf3Ixd0rkor4y/nF7+MLf82Qzhvx/4JAiEAxTvhTegrdSoczDBxrLkNUpR6PPLGkgu4LoY2l+DYMzk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3766726,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJih7aAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpTyQ//YQOtpIIJ8IY8G0g0+8KdrPrOlr/wrSSRbLkoJzhSDZO1IcX4\r\ndOY9tellN0C08aq+T7ez/uzzkAGsA6CLHUfxYthkUg6LjVy0r2QZeQ1nMyYr\r\nVLLuaowkKs3N9l+CLxDQEgwOHANcLGpHIQFOvl9YLhFDMB5BmOGwxJU3a2H0\r\ndc7zOHOht6rMhbGxflMTbXkIWruZf/KGzK0ZNrNR5veIEFURjslWMT2cmIps\r\nLg6yeNtJe6dFQVD9996qCNw3kY5KXx6jRRPwqQj/jaBEs3jUpCpSBRoWTZfR\r\n6LiEWx6j8zAH+FSX8l9j4XLgAS4w56Il7/0q2xYf0c0vPF0GfO7gGL1y14GH\r\nmUwIfjZVvQer6RRxxeF+PzbXauBnpo8ks2MxPeAAWinx2FEjbxbowqSQQmnj\r\nBDQM6EdUUVZIGxPMfrJjdJz/5xAtTIV9PLbKnx0ENMX+rlD60Dr3vDNWVfAq\r\nr/TID1LKUMMMGo72MTRsGJjjV6I28/iJZBrD4HP8/u8SYhCTDxt02LavgO5+\r\nZgBFtQYoBKw+PK/NZXuvFtROlPpkefnc2FCoTzKh5lVVMgmIv1C5nBnrgGnU\r\n7s/49GV09IeXCEE6cDMi7p27XD9tVcuxYF3bWbjtle6x+/RTJ/hdzl1kV0fy\r\n+MIBYN0tdnLQ5Su+m58pFuwq2WzQuLKcZdo=\r\n=O2n/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bd3a8157e9d89934fdcc48b89b31bd9ee3459660","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.102_1653061247994_0.32235941663056233","host":"s3://npm-registry-packages"}},"0.24.0-rc.103":{"name":"fundamental-styles","version":"0.24.0-rc.103","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.103","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9fea16788aa67b6cb2de117b33cb2069a420f1b2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.103.tgz","fileCount":121,"integrity":"sha512-uJyxRIMPxPHXCoIrHgjzyQjyjDHuzTTgdNp0nOn8nLcjF2cNbIPn9oLeY+uoDDyjyksJ//D9HW2Yn7U6VWXXrw==","signatures":[{"sig":"MEYCIQC/6ZqY2+Ii6zGFg/xEmi7BhEiO0EM6I9+g4g+xXpma/gIhAJahxuoPMWgB33M5tp8TZ28MbpjoJW41Junk1QAAtcmm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3755189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiiyUeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZkg//SG3KkUpJ1DSap3kJ1Jam8d8nH71Nv7/CN3/dOgXyMqf3YEi7\r\nB54TcLLBvUdZSqnx3JhX+RSunS9j0dhyO0zUxC7qo9VO3Ax2HIxcQYmyZYjd\r\novvNf3mgM1+93fXicH90UPEBuEq2MkNuvpO0fSYts5UwYiSsiq3SQBTkTyOe\r\njBdTkWHFN7tASiYvykzqcJ/9Momt9QfBchswrbD415+78SZeixEiQ9kPIVPE\r\n8KyJ9fNt7WX8bZIPMrMEVc8R4P6h4BSkjhgUfvcUXuNNzUfdhi5MgFp7Frwr\r\nJ9MPvQKC0YtPU+a2DODqcsEw9bUQn/0O7hqaHFEA+1k8W9Q8MA0g7s6PqX4n\r\nnqzMVMVRTsP3dUgttVzrmHksP9UjUF1z/L4ftqY+ZdjKBKX14L+vA4VEbukn\r\n0jN2IIpIJK3RcoRSfsKxisWL615JGY63jQxYOeGTtLQOOnKrbDq9VhBZA1R3\r\njJu3RimyVtivi91vR/GSUU5n7BpY5xBYC8d9yYIuYM0y3G/1JSJIt8hubd4L\r\naq1HKLgxTqWmNakBiiQE7lNHtQEbuaV+c95iy2jMQdPIvJDUZB/jI9aPFblb\r\nC5Ga/6R81dB6Jio+SHQupuM5FRHO4n1MMstJWIGclfzB/X4LwykzkmTEaxUy\r\n/jWMNMN+nvaD938nH80vWnO5rSZZmUmivoQ=\r\n=cVMf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6acfe3ea0089828c570daba85858b8b43851d417","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.103_1653286173955_0.6853010112272735","host":"s3://npm-registry-packages"}},"0.24.0-rc.104":{"name":"fundamental-styles","version":"0.24.0-rc.104","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.104","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0c05af81f1ad6299e0b23a996bd1bdc04444cd73","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.104.tgz","fileCount":121,"integrity":"sha512-qkTRvr0EXsmlyTEHAxSuiGoITd+TLygzN9GvtW8jj7miLhC0msYw3jZvU1T46UjItoiLHDpklK8eztQB/X84og==","signatures":[{"sig":"MEUCIBHI0gm7r98aiySy6nbW1yMpde5iEGhrNHLaCttV4VmoAiEAn3WusPd6AplWgF/D5Oupe28rQ6cdkTNCSXlHEvT8NHw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3765997,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiiyeZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKBg/+Kf+eyagIxLrQ/mRk53a7o/iigoDI6qvnhveL4o3hm8vxHO/4\r\n+Gs9nQCHkbUdUjCdZ6xknUKeJQ+kGIvp0Rpe+UTYFFCCOfeUBhIfiSEUlS4f\r\nHmsMrqCoSViZIKcIWzje0rJmDr5TPi5QJpCJWb4LPkpCgUi45mIBBC0lYNFy\r\n+Kdiv9spJ71FCPgOJSlaoqoW38eQvvP4pOqsQCpCBMz7Ot4g8m9gAWxtB7Ad\r\nIJvzNSHdnSxoaGrEvlFSXwCiHTnM4taBjXWrq9p1cVQAjFKhZm4sj57wtAwl\r\na7Mya8gwLt2Y6QrsNSsmdNvQvCwd9Ekbf4VqMkk6jL4GEsLktK500gACVuSo\r\nBMc/cO9AG4n5vZbQOuABUoV+ryEEIVf4zK30qEvo8stm6CDb4dsx6cg314Dx\r\nE2sa1EW3Ji4zswzvUddpK0Lbro8G2AGHfp5qsVy9kASjDx8IdJgsDKwA1ltt\r\nP4pQj6LI+wq1+SKwTdQg9K1JCkOAJQk53l88y72mdepXrct6KWI48kpmt3EU\r\nir69psp+sb1ztHPkVHcZSt2LHpIIu/tKwyRkJYGA4w5/zJuM1F6HYPCn1mtQ\r\n3fVVz/wqUCcJsteYsi8SP+1iXjHzE+/MEHdi0NqyFrqS4WImkKrVkYbgqYUo\r\nEp0gbI0nIl2GQ18miJS7HKHtQpQV4RRS5WI=\r\n=aEOw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"bab8f94037191b1608cf99e1f03f3064ff13b074","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.104_1653286809539_0.9305291787803995","host":"s3://npm-registry-packages"}},"0.24.0-rc.105":{"name":"fundamental-styles","version":"0.24.0-rc.105","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.105","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0e366d5431a6b591dd4f522546477223988ccd2f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.105.tgz","fileCount":121,"integrity":"sha512-kH1pBxknszCbRw8gSOinFHBXYORNWXw+M21mPklSQFdtdVoP6dOsBo5WP8vl4cMlWVwDfUp6MSILTuT3hEWEiA==","signatures":[{"sig":"MEYCIQCijhFpD88tRMcw3u8Pmku1gp+IkIRweJtEnCDvYQUfKgIhALxnxOOcAE4s4Bs8895J1aX7huoD2Zv1onOFMHnN9RTO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3766267,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii7jVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo2Fw/8DLEb2BnRONQ3KQzTS09avrgIYTclOxo1Ws2YPAcqXofTcSE+\r\n7Tddb0v2gDGq+5tiCRhgb7WZh9JdFx00h+Um2GQLjqnO7OZl95IawZMfsZQb\r\nM5B4CyxCkNlAD3Ap1heFyBhhR7M9B9RHI15tJESlSCDQo5z9lGuu/FLeJK4z\r\nRULMpTLIansRDT1YtUarWKqhE99R1xnpX5SdkO5+1LAYYPiEeVPUkdgUIEOf\r\ncMl4ubNMmh9ObRmxFjDhyTTw71qg1yZL1Fp1s99Vp3Nkt+RXAxeM1FvI4vff\r\nR9AFo/tqfIjdS+KE7o0h1sAhHqKC04FO4ZE4JOHfnmj7UEQ/41eohd5TPCPW\r\nCrYJrEdvxJrFURRF86nKBDHTguumnZSow0Nf+XJ5FfOWZXYwGR02us7JsZ8r\r\nYOzQCSpKMopEGrOHLP8ozX+u1/eU+9CKLXPfGYorYrC4OVjzYU+vYkedAz75\r\nhzn2MJmGGuPv2GofWM/+KKke1x3iLLd/FmlemUNWGcGoXYdvxsPv+7LqRvkZ\r\n0ZytMAq+cMIApoDM5LrLrqgj28MvvFlLlr+t2i9PzMXJ3D/atiqh88JPSqjx\r\neKUy1hB/xElQSffqGSyvYYKRyjl33mSmSRuQBxiljo1K4T1lQZU0G8Gorg9d\r\ntwRIiVDSz77m/JnduS3kyYX7byLSFEVX2BQ=\r\n=as9x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0e4b0e3c7b0af62cd93c95c315669ed969ca2ed0","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.105_1653323989265_0.1362771600127819","host":"s3://npm-registry-packages"}},"0.24.0-rc.106":{"name":"fundamental-styles","version":"0.24.0-rc.106","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.106","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"927452392d69f3ea18b7ee6f1d0558858c702a3c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.106.tgz","fileCount":121,"integrity":"sha512-+Wdl/0VL3d0BcnK3/xej9/G5D5/5yXuP0XSVTR2OHFO1Eva1B+XVEQXEcZ4xivwuoWB+2lkbmx0EIUE9aXjekw==","signatures":[{"sig":"MEUCIA/42Pgd+jvKHCPvzPvCgNsyaOg1dQN9TxgidgPtLCCpAiEAokrmOFlD4Xd1qekiKptiC9HBfgGTh6IeUV3aiMs1AAo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3768320,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii+l3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZqg//aqyyPCXpaJm03Yr8s6r4trKTjmk/5cj2hSgFRLhmxNcWRe7w\r\nLeLD/UwcAR60PLkAh4JDdjDvzwdbv/8M5jneGKVKMNxO4Mc8K1M2CQ+qQ6zl\r\nwmOyIRcgiAyxd+FadsE2n4oG4UVF3erTgyPzeaDGJeCC+dP3zXJ+yrei6cYm\r\neWK02VxEy7gqQwjLE1b+5n89m9GyQp6/GpQ4hNzWleAoJKZd5SsMkh9s4LcU\r\njKlL91TXWetT/m/sM1egpYEqJRF93HLlOQCkr/5H2xJrEWMjFAaTgNKYULwK\r\nNTWEQlkJMQCwGdDDKatqPH3Jr4/n25uKZSmHXyTcXJL3LycksKrj0QnIw6S2\r\nVrmVRZziw0TeMJG1j8khAjX+urn4yUfJ+WdBSaO3KD2ixYdwD9xQcfjzRyHW\r\nwYeHho6NLxSS0abcOkDtI9FVVGp6h5YrXZ5ewuWrJMabxmv3phMFX9i3bmJs\r\nJPcTOxfve3Sqc9jby5W/PCMbE5AAIQXiVlvSW4tvb689aNfBXcp1Wihc28BZ\r\nthcp+EOxaNsKJG6uORihZixvH7SSv/pEhMXInX5l4K3kj81SjcbA9QbvYsQB\r\nO8UBw5tSz3zQ/vosc5GzTdSTJQdKf0T3KTO6r5WetwdLis70clnf8zdZGyb0\r\n6RbSrjYdxgzsXVWGgvloCLBLrs0AaGlMdvg=\r\n=8+88\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"eb49cef982401eab82cddbed860562762adcd0c7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.106_1653336438868_0.6159196354068228","host":"s3://npm-registry-packages"}},"0.24.0-rc.107":{"name":"fundamental-styles","version":"0.24.0-rc.107","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.107","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8bbd0ad14be71cf62f3b2bc99d72e8e81350ac00","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.107.tgz","fileCount":121,"integrity":"sha512-SLAFzqJfbL0wj6Rn7eGx2ks/zAgsPcnZ/d5AiPPcDVOxKt2bywvxtshPftezmZR+t3G+nQuzDLOdyPSxWVLodA==","signatures":[{"sig":"MEUCID7BsGUSkTAz7GRwxlcCx41daUCvd85zMjq/D547qXo9AiEA/lPYaiXH9Bddho2AFu1oZrCsrOEejxgoUxX4ZHK0dUU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3740139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijAgjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCTw//b7Z469+s+Cm1qYYXALjOohzETt3OCz/UNV19E+NbvuQSrFAu\r\nzuWECkiNX3kNuhNmSdS33yQHyQIGIaLSj5nrNRq8+262uwfVDnspPfbDfcZu\r\nEYNSnQ31X4TkGzGzJ5MgXYXwLTFceUum5qije//gp9zoiDJQvkwedVMA3xwh\r\nLVq+MtO8C633862zaLzVDpbkK9oDS4lLqn2iK4p11xloSYEHBKfzEd0Buvbn\r\ni6+8CTQ30NrzLkBUhf2yg4sTn1khcZyOzxivvXy9BlJ8cYRenEW8gfesPGml\r\nCa6cUFHdkkUQVPiM6pENTY2LF2rxsWtQMMKWLfVcfYJNNRB1hRlnsZ1peNdJ\r\nl9/Trg2HJYVWEiRcXjv4OjRcrmvTQytYq+G7r2KjE+VlroOD7eaZsXe53Q1D\r\nTJcKoo1K9QrgyUdmzd3pUFFr9/91gr155HDBo+YnKP2AnLo8y7CCxoyFj7GT\r\nC/jKeRwETeYOi0RqJ/DQ4bSkwc0G0NMjd7haYNXFhZCDvMhZVRgsUlRfoOES\r\nj3cgHVH0VWx/XdgQnKHuzMInbXi5Yp2iRfXwxvdMNPq6RYuAIOfTwmMSD1Fu\r\nmOotDzyI2+l6z2j7JHMdaaR9n0DnNudVL81j3W27GPWCyNJ0R0iq+o5rAQa9\r\nkC3N3Ji89eLLQKlGnApA+qO1WEz0ymewHyo=\r\n=dkYt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"570f8779e42787740c4b09a9917bcdb4178e23a7","scripts":{"lint":"npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.107_1653344290990_0.15680988026258968","host":"s3://npm-registry-packages"}},"0.24.0-rc.108":{"name":"fundamental-styles","version":"0.24.0-rc.108","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.108","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"973bd745475442509ecdc34a6b4046499c1e04d7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.108.tgz","fileCount":121,"integrity":"sha512-PfrLL59hn5K25cKADQPGhzVTZIFrOoNErwUF4W8jPYoeOShp3tkUUlR8td1MD3BG10cO4d2Su/dzDTaTWqEWcg==","signatures":[{"sig":"MEYCIQDriGOoLtF47Y3UdyjIGUX/7zR/uaJhfrxlYty+m0956gIhAJX/UAQE/Kd+mdklQO2lHS5z/eeo3fcTchfS29s8lVEz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3748783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijLfYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7EQ/6AmQGDdETsyF/oZdxVSBOdsZcouuMO8al6JW0qngRSznXWQEg\r\nS82JiMPlnDnhwta2SmXI+83rt9rKTNik6gl6N37z8v3FEquzni7t3MdCw/B5\r\n6LAbA/KmleiYi9trpnCpAcnI2A00YrIrLXSUTFMqWnFCrHLCB2qcqFgJYqLp\r\n9Px6LzhIMREuHrcFPVdTjmuaO3hkluSfnIiwH5mFlmhpoC1MsJxt7myxs0lY\r\ng9uJ11MgvFydiJhyhJakvhBgLoeFdCiNNdFEr+WZ3Qe7DM5+wxKh1zrn1ghr\r\nqU0CbMhYzR8IXbJ3kIgCroWIUV7PqWikF8XP05z74mhwhX2tBp1gAC8oTR7m\r\nAYWLxOhMEOyRh59e3nxkXli/pVGYXWrsQbj8MMgkOCFRibwcnX2QmpqbhZTg\r\nzO7mtHoDMRVZE7aU4YkzOq9yl87Qc6HstmuBwGuF3rc/f1TMPxWibd2lQRdD\r\nUz8fsqADcnZErL10iW7c3QMAQwrEjEqKrh4YvHdeSIoZIAxvD67fTxJqLzRK\r\n/vvsvb0z9Wtf9/kcV6Gj5bMtWfaKwgMQQQw+ECNM1jZVffjP+WBLXMpO9T1h\r\nqPkckN1kCnJLDpcqmyIR2J4jZ8ZGQFra1OUyZrHDO6fJytizfaZNXq+SDRY2\r\ndJX9xW5l41x1xCMhFWenwA7OobtU4dU1PUk=\r\n=0gI5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5cca29c6a0e5ddf31bf3117429f40bb88f0538a0","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.108_1653389271893_0.4814886655828352","host":"s3://npm-registry-packages"}},"0.24.0-rc.109":{"name":"fundamental-styles","version":"0.24.0-rc.109","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.109","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a693f7505fd2e51cf1b51a52f9732c9339412933","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.109.tgz","fileCount":121,"integrity":"sha512-cKFo7rVD4QFr/jpMpqO4Plb84lN+EnvL4Q8p1RbTCSTfrKyD9R8TZV9oDUG8kaFfbhB99C/BJBParDF/PB+qwQ==","signatures":[{"sig":"MEUCIQDnAhaClsqgz/cyohaHslkJI2NIUb03cx8kNIkAIBethAIgALOkyZAb6XrreFoNNtqm13B/4Rl1M60cIcRYaOBbQ3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3775554,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijPHuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXIhAApAlhH03KQcS0LLSbIauEcKbq3h5f1lwmsrVFOrIrdQ/vKvqK\r\nZZ2KcDJ5t26ZPnYvYfm3icrebJ1F/l6sbrqDhDbjPrbkyQ4X+9QPmFAN/Yw7\r\nTNFMU1HJgF5fpYRMIpDraE8CO22LOv6wkgmt81dljjZvRYuE0DYxaDbHQp1m\r\nfDNsFHcHP2dFPy9Z9ye/oHu8snb7EjAmvyPLd3xMSD1oV8tvRk3Ea20I9qtD\r\nlVCrlUZcI2vHKvd9GmeI4ACnhA5kbbjl/JsxDCiEZ8H3TsVZHSdKjMsCMz4V\r\nbxVtOncdqwScyDn9bWrR1OGhk6QtpFwNXhMcCnZxxXdFwQ7vvxxs+O2RcG6R\r\niolHfb69duOJ7T4EA15gO9LG4JOCKwC0K2sGJASouWYVZaLDk5+FmbjaQL7u\r\nggBwCZKJWvE09V17BgFukBe8QPRJy0m3BRGolJA5H4QASt4acyEcIpfPDcAk\r\nU1mkLBRDTrdORTx/OEzGeLLHqUBc+LthtSTQWrRPlciXKFtiRdcM8geVyNxZ\r\nQOCKGx9SDdieasbjsIC6/C/htqPzAHOQfQ14t4vEeuvTJAtelUJIJG2VxQ3y\r\np5WVWeo5twYhbsp7QErT0jmbbmh2nTITHYoIcRI3ual7c8i1+lP55rXGlMuq\r\nkX/p/S4Foor1JiKLNqCHRz0zHuczzRK8WEQ=\r\n=6AM1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8814656beaa03bca0b2b9e1a9e1685f784c5f531","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.4.22","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.4.22","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.4.22","@storybook/addon-docs":"6.4.22","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.4.22","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.4.22","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.4.22","@storybook/addon-toolbars":"6.4.22","@storybook/addon-viewport":"6.4.22","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.4.22","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.109_1653404141866_0.13512498784270788","host":"s3://npm-registry-packages"}},"0.24.0-rc.110":{"name":"fundamental-styles","version":"0.24.0-rc.110","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.110","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"636170769b8914b97b5bd23d46ec991eb6a636cd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.110.tgz","fileCount":121,"integrity":"sha512-mrrZSrU92xa5FDmNjFhxDkfDgW3Af5iMIy/BUft8+WYQHkA4coZaF6mTrfttMSztCBsTPz+14kptrRDqa3DMHw==","signatures":[{"sig":"MEUCIQDDTaPFoHXIioVWT3IvPnnP0vuSDcFTj1c5HZanLUz2mQIgFuTYbjCeUEkyCa3yzXCS40heAv7PlUV1Beuz8JqAd6s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3775544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijYa6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrStA//Us5woACwAgY2PSabgWQdt2Z5VfuhGzWe1e39ZfgXfZ6kIRnZ\r\nlSvG4XQ13TpS7IMmiTu5CKMNVR87H2muw/TTr7kwAFfZ4Ibi6hMgGG6Lrwd6\r\nbeZTxdMzouD4aWNoznTKGNpPM/cuX8R2MZvN9NYlZM96/Xqij3o4MDSm6Y75\r\nh8S5lAfBvBlII4rV6ew53y+Zu8nPeaurEF4/Jeav+yU8bbSTv+LZJgLLb9mf\r\nyF+vFMdTNCO1kWzgDYUwCG/5jBdz0kWoNIapJTQFAvW7MaUj3yPDLvzLIZBd\r\nfu2fETcQ8LDiDIVyPVUhAjTODFGYONt3wB+I5fACy85r4y9jV4dsLqjXM16x\r\nKLKwuIbOk+c2vgpezXucWsOzFqR7rcmdcBV7dRnypPVVSnID2WTaaYN12b6G\r\nyLo79HgYieciUkq4J4qk2eT07oUSV/aY7OX28j1yPOIxA7rlHEoZJUvqqnQP\r\n6C4FIq92Jy7FOpOC1IUkWekJE4dfASZouK6H2pAXSQy4rdHlMcH5gyNEngQt\r\nrU18nNy3+DLjvnUPLmtXteGSGgViRDLYVxNfGYhrWNKbI2YVsXaL5W/TVjW/\r\nCG4gjWiVCUkKlN1H51I1tVdJWEe02omVsPoEJBhvVyniVXLrbbrX9UV//gXQ\r\nkGUKCCdj3xbEmlP6XL2eG3hanjcCopSzI58=\r\n=xZ+1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c319b05097b626ce46b47ca45efd3d327032871a","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^16.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.110_1653442233952_0.02677202099915843","host":"s3://npm-registry-packages"}},"0.24.0-rc.111":{"name":"fundamental-styles","version":"0.24.0-rc.111","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.111","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a925d18119a4ce62204b5e0a3a11c03e03307053","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.111.tgz","fileCount":121,"integrity":"sha512-zMz0Za0GzN/5F8mezSbmD7Q/rc6LrQtt55N/GyfQuNc6EGOopepdXpIQjFS/tSVbbF7SLKFwijYJvQ2Qzj8GRA==","signatures":[{"sig":"MEUCIQCPxIu7Wk/B+iPumlxl83O+06/vcuArY2/GDNj3c3QSnQIgCkhb8jiOfNmxQU6bD3QARq526pF61rWpzqDXxc4/ibg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3775544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijYkMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5CBAAmAKkOuPWKP9mP8eMTmijwQKmeEud37WOZSy0dgyChN2hc9Ho\r\nj97QkfZo+i31JNe927A+yCIgf43MNznJse5xuR1BXOImkjkDt/PXeSvQbVj3\r\nj4lZSF0sxpztQ5C+xS+Ytz6c5/eRDqAWEXCIQcIGkn1/BdTHxzku7XgnJjYx\r\nZMYfu3m2C9nb9+DUhplb1u4fMr5kkK9H9BB/6WtxWMedK0B22MCl94Yf52Nx\r\nDTyorJ8zGt36OmHHFSavXVuzDkJIHJlFZ/o5XEWO53pN3UznMDh6L1uRRtuB\r\nSGHcNgvlmos6FXBt5of2nrx5r301LZV79U0lAyMKj4IARgxY22W8+EC7z2/r\r\nuon8vFLvY7uiN4Ub5fNvaBbl+9x5Qbqm92a8mPFd3UGup6Mpc8CmpHwno5il\r\nMSPve4TSVXdS6MJBobyYFxfFc35L0vSA1qP0Q29sYt5sQRXb6uUUUX8V+wM7\r\nE0oGO8qZl+z0wipVjfhLqnVWCpDpi7zMtm/oO+GQgebhBpGbQrs026tBvB/F\r\nY81nXSmb+893oo2PzdX+war5U700e4V2ZTpETpLDkWto/90a4c3OvNEBBI85\r\nlqRA1lLDb06Owh2yiTqa2gMjysOl3rl8G6UyKo0P0YFRvEeUxC6Os3G+s0BX\r\nOIQJBnH8VrQUqSPJv5t+FfZS6OxdEsx/px0=\r\n=Yo0T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7508c92d3eff2212e6ac82175b5c76c3e2fa3dc4","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.38"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.111_1653442828561_0.07122595944677945","host":"s3://npm-registry-packages"}},"0.24.0-rc.112":{"name":"fundamental-styles","version":"0.24.0-rc.112","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.112","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6ea1e5054fb6139fbaaf1e6367c87e1484ce3f70","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.112.tgz","fileCount":121,"integrity":"sha512-onU7IhaQ8epA0hd3xSpq+3UdpKDmXBIg/NSvNsYUIRxYrndwuAaTCk5NBXgGsfeZV1tv9u9qUYWQnCngqSfvQA==","signatures":[{"sig":"MEYCIQCudq1yJjHvvWvweg0AOgxTZX5z9vH91V9vpfMNAmaNvwIhAJd4g9c6YXmQeNhhaIA+z7kVoTWazhv19T4Doe/4tj7+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3775544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijZm4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoJMw/+I1JaeyKGuuDmcY5vZ9DhqFtEabsvmXkXrzE3Rz3CRlwHHvA5\r\nz88Z0FUkmuvaR+tI27uvhUSnekwAmGnwUXQTwrv4jn2p3Osjk00xI1iScX4a\r\nedM/lLQWLNE+r0QNxeDASxNCd8k/6iv4CiK5w0lH6yQ+OvRKFcf7Rf6XenOl\r\nwYVUm43vTscjE1YeycrXTYltMWcXZ0fI5fohVJXZnVJKUWgmLSyREq6bitmr\r\nII81C9o4mEpQL6FWn9M+nU6fC7u2T01CIuUTNkItOAGeIixjOzG28S+K4X9y\r\nw07mR/GspZYL59OFjGwj2IPJC9Kee3Vc7f1a+bthQRNhscp3RSWnhAA5+pNR\r\nIr1duS5XVa4VihMaf2ucBV+LpsbaDHvvIpRrrhbR7bvRZT0F3TG5Qp9rMncn\r\ntiPYFSj0fG6AbjAq2f9spO6r/aaW1qiVepgsbhF4YRvjoAK8EeAn1KlVTZFI\r\nHYJPUfbnzZ5qDZNZ9xvfLg4VlQGTGi9TjPCsbm1yb5zQ/lKS56QvfCxYd2Mr\r\nbtkBLaUMB0ZW3nKUIBVKS49vQkj9XCEXJWD3HhvkCWh43a8qZzLRTJ3I0Jiw\r\npQim+JRCLomHRI7d6IZPIh04TMxjs3M7mI6LIeaEYg1mWV25Qm2y0PvxFCWK\r\nAUME/3GSmH0hg2AHlDQ2LESOjHmfNSE6j78=\r\n=ujR/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"91afbd71c6f6bbe8d879d91c6c729aa2a2171727","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^16.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.112_1653447096315_0.2513435776159205","host":"s3://npm-registry-packages"}},"0.24.0-rc.113":{"name":"fundamental-styles","version":"0.24.0-rc.113","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.113","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"69d1eeff1977349d511823a2775986d24b8c1c93","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.113.tgz","fileCount":121,"integrity":"sha512-8MRddKnk6VKLeC/az7l+xaUsgCVWagURC2e5A9GgqcAbKaABY0xaEyccjTiObz/7qyBIl2WLZTBesYnNkRJSXg==","signatures":[{"sig":"MEUCICqdgokUbiL2xNj7kFqVXT+3mGy5WbVPGpxNrbilpvHfAiEAox5XiTZXeSxuVs4sapApoi59tg9vITeVwKj75anLANM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3775544,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijZ8sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrm6Q/8C1EC1+Ca3lK+LZPdtFRkCEuXAgCoDa6ynPXtGRNodqQbMChY\r\ntPIYrxZLg+u02fmyuTtweweH2GutK9HHwfAMyNbIIOqvPxL99HDow5Q5ox7d\r\n5grSFA5RaayyEMvU/VcQ5xBaX8zf4oOgYYUwN5OcAksuVVFC8qE346TW+d98\r\n0zPtlm+26bV2yeeD1QjJskYyzme9/FPyhYAYI92hB8VHcywLKe1vgpt9Tq36\r\ng37OWQg38gN/jWvJ5EYO0Hr5WaZMt3soRocFcJtLPB142kmjDvNWtOLMwKVy\r\nnfR0vtWtoT6jxCNXq2qP0SemsItGFnYwx4hcZTcSk636/e4alvr1zdqHIxRG\r\n7wd1EfxQua6PgksbvB61SgFK5vgH4YnqD3NHS8QX+C9b0h/Qc0iOxgclXIAs\r\nsrDdKGSIOVmHWbVBDdwTrmmK39T3qPaYgDyTh/V49WdmqUQWEMku7tq3qIKI\r\nXDJF+Wv/aRYZktIEY60if2ZIXh2gjLdnq1knvNiK4kF0fMz9zsTwj/4Xu9RQ\r\nCBsHXwVoZLXO3OSf82RLpHOD7UzzJgxIfHe74IIQqRWIV4k3Ri76073RKKEU\r\nQ1foJaPkHmXWPXNBrAaO6KDegCN1heN9/sS2ab/Qs82FK3VyX1cBD+Kai6if\r\n79ok3AJcL7j1jzDw74eH3eUDdefOu01WtOc=\r\n=a1AC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7709cb10c09f9f5f1c5f277fcf6b03c4231afce5","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.113_1653448491997_0.07883408633860856","host":"s3://npm-registry-packages"}},"0.24.0-rc.114":{"name":"fundamental-styles","version":"0.24.0-rc.114","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.114","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cd8d41a7e89ea7519958101ee4e63d3341bd8677","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.114.tgz","fileCount":121,"integrity":"sha512-+t8rCb2OMfNvnZJgQPdf9LQ8xvQ53pHknI829NmAp2LRWB7OBljICwxYXpKTTSiaJN2taAUTrqwRbQZKDe/5Cg==","signatures":[{"sig":"MEQCIEJbqKc3lFC4jrijDoSmuexPbNDiDdpY+kpyVj5StutnAiAMBrxQ0jNL8PoOW4K7VN0uXB0di3oGEeCjqGdZY+lo/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3774874,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJije9DACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoD/g//fnhlltZNKE+LCvuLdLB6yvSQbQXpxMSUXAEMZ9uUX6Z3BnaF\r\nrTiumhxg/5ZLI2lb0nrmdn8BkkAxOJiRYXUGVPcCS72rwawPivH+STVx0T9T\r\nwDNai2a9wLfjJriqbHkAfAqvVuU4N5h0h+EuPfQuHb5YT7QgMc0rGAXz+l19\r\nswdvMflA8JNXn0lRdBxtrtE9Dp2rMxXjMYqPKEOTZsMYQMs+nQhkxTYkVJhJ\r\nGmilelx99y9K3512T2MvJUSAAopToJNL5htr7vwstXE1i/FSs+X1qOJNrntT\r\nVhx8H79Ni7pdvlq23MWBhIO50qwk3YRi+lH9l9swXnZMwjXenOVTEgFpSz2v\r\nIMOVcJjaOEu7vqLb5YsA3YYfAM2JtU0rbf7xS9hOpSG8PcqVBpjIuV3kvxSv\r\niVGGYr1/5vIBhb6IYb2ef2oOPM5aai6DeoKb87NokaC1oR8kRmkhjtLFe0e/\r\nxnhXhaVTcVvggSy2MKTY5Jcp1cvHWKK8KYiHm8Hf9z8YbzFYHHaivBpRap3/\r\nkLJo3LZwniuGEk5Ly3t3C8o6dVUHG8sFo/kUU6y5POSeYCMN4W32f1wrBK9F\r\nQsPj8+JErY/dgj/LlNr3x8z5p4siT0xRFQ/rwl4eWYGaNVm1FjBB9+sKf3RK\r\nAdy6MbZ4KdDq5Pk6m+s3Au9kta+ycozak+c=\r\n=TRFu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2c251d978a54c4a6047704d7c83afc713dea128c","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.114_1653468995620_0.5552355873173198","host":"s3://npm-registry-packages"}},"0.24.0-rc.115":{"name":"fundamental-styles","version":"0.24.0-rc.115","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.115","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7e5b11657998bb22e7580253c7189007d07cff73","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.115.tgz","fileCount":121,"integrity":"sha512-ySfHNxcmnCwAmLW5Z14snT3ImzRZskJai4YhPSIBLacdS+0e/JMZEThyKEQSJrzBdXzxmodZw5oHlWqOwDiKxg==","signatures":[{"sig":"MEQCIGNocIsoyGD41SYo1J3NhXTk21OGiBR/CftouXHzXj+zAiBpGFllyKXsS2QSKzh5zJk0ufOneOKTXSH5rjR9D10Y/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3777672,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij4pLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJ6w/8D5/V56EWf02eIo3VIN15n8ayP/m7KXWaAdisf6Lf0NQHDj4X\r\nas4KhKIXCjZtcETSY7QQRdguT2lDm8ESZgdNJgeQeJGIPcAXXOrW5WHjJpbI\r\nd/sfd5AwGGYg2sGmXTqUmpaPkdvQFIc/KPnA539AMDWEkRydBLKHVSV/lkMk\r\nN9Q/6zciATkjz5h8UMINBgslv4htYtDqS/XXRPhtFFX1DMACIKsD8HXv3R7k\r\nZ69lFlFrHb6WbL++/jlA5PeO3M2qBo6p4J4OGtjN5TDIGYbdxIThufvs1BYc\r\nx/cp5Tj0JNV+uEBWfIItStmYAoI+AacoGm3dP1j8LhnSUBD9hOzU/tuLdokg\r\nUuK2KJl7wXUxPT6HzZae7jq8PhhmhJJod7iMqx9I/W8NNoOUBWWlE3eQuTdh\r\nJR1MtJMUDhWjYnMdKAIgSfbOKkQNNgxohEGOq+0w4MMe50vdqLqnrCy4nG36\r\n9sVtrJKkQXDajqI0niWSwHpBSRTpKh48EwfUsXaet8Gcq9izVduExihciZzn\r\n3VpGcB3LwFwYnl97wu2y3te1j7Alc78h8tG7SSq5P9DYgi56jjc7MUyyTcJy\r\nnJfV1jnlmn1Uwir5TKYUIDsNSjPPmaPRNU0ZwH5Ds+RMqrRqNtsW82qbsods\r\niJVKu3r1OUHGvdLZD0ktav9VtCFXp8N2vwE=\r\n=ljoi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a9eec7535b18106dceb60d163b6f6d003667abf1","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.115_1653574219186_0.41664181354746455","host":"s3://npm-registry-packages"}},"0.24.0-rc.116":{"name":"fundamental-styles","version":"0.24.0-rc.116","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.116","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"90f21e695fcb14fec74df2972d1042069fa5557e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.116.tgz","fileCount":121,"integrity":"sha512-pIHa39m0onceU830dacbP740K/VgPDm2kt/Ezv/2xel1XNAOKqeZohGo65BpUHP/+Oxtn0k3NUt0fNWtpEMvNA==","signatures":[{"sig":"MEQCIBjUZzCQXUxRlagiba1wYv3eeDp/xhYV5Ak1JreXBoEXAiBZWlgRfH8VCKWKxW3wGZYCfrNb/FuAvU+WYLOu0XOLsA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3791434,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij5moACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqx9RAAhW7AX7J9Iev3hF9wymwmI68bh7HzZyHIsCAQwOMVLCY7kvC+\r\nEO9VWoZlU/lwfSZmb+4mpDKYFLc2tkSAMh4tl6T1hMpt4Cr9N9emi+Pe3BpX\r\nbLY2fNJqPqTO6zqDEHeywMxVqz6mg33+kZToSYKyBx2LHRs5ygZag7h7J4ef\r\nVNWU+7mQQfqfuDvgL0AsbMZ+R5MwCtn16BpWw0eDT6s9KrZGYpRt+6BM3cfm\r\nezKCGLC1jriad9jyLx906c1iHyd3dTqWhhhajEuknbzTS+PhElrJ4quxXq0c\r\neMVVWsnpQeUSRL+UTtzE8g4ZFBipYifgZk7tnqLubN9cpj8WShxCqeWpn5Cj\r\nOSsHu7I49EEIsRHS9LePMl2FkCAGzDl7oBbPzwZcMS9gW1CpwZo8dhDTTJlb\r\nWKaOKY4Rg5q0rpytupwNj01HMRdbX3ZM79t9QvjI9KI8+QYGxr2i43ecy9g9\r\nEWVHV+c90V3hSISr3wh4IFbn59irZruHltQWN8WRXxv8H/KoGlFqzONTQnIn\r\nQrDcxO1enfSDhq00LHbGQbtVvcH/rXvLJ+zbv9/p1zze6pGMUy/nuAgikjzj\r\nY1FJaz751lZKKr3o6hRqFiFcldS1GeqjuZN+dALO4SAqJhQxL255sxnD647m\r\nLN4TLCzXeBaLLFUyHelNaoWnbBbUHYiGStQ=\r\n=PWzu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9da760994b4fb9a73f946d82ded15a11e6d6a499","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.116_1653578151913_0.5750567540004288","host":"s3://npm-registry-packages"}},"0.24.0-rc.117":{"name":"fundamental-styles","version":"0.24.0-rc.117","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.117","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c12b825d0325006e7c254ae37d57615114ca6438","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.117.tgz","fileCount":121,"integrity":"sha512-GDRwfY2th0xwrRLFuhblWfLQE4f7uqksKPq43slZhDjb756hV4mEGVaV+D+LSP4C8paZuO5nMQA55Ny59AUbTw==","signatures":[{"sig":"MEQCIALSXWfn2vTCn20U41g7nD6S5XBIdXV6wcDWeieDV0YPAiB9xkg/xqWXNyXaz5ZlnP2rw+p2W6yb5n4V5fIqUzWPIg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3798484,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij6I6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoeRw//cvUbnD0RNn9mbhlJeRgYXu+sH4kpRHxpnKxpi/fqXbcJ68iA\r\nAKKGbQNCtoEL8OZIy7IEN9P7lsua49j8wYZ08gDAvVC6qe436+B/bd+d8+2b\r\nrX5oxrqiQm7hs2+pYoD0MnBulFCaqtEk/Frb90OQl2dNgDGq0E1ZafDuD9EL\r\nytI9YMSdbr7UAKiLD4X9SHfcxW+7Vl4RISanRk+9SzjJez3naLVi1M5HgJ9Q\r\n8jkTf3EgNvzKteqd5VKHxL04w7hJEDkkw47efWBb7Wx6zk8x9XJJtazc7szC\r\n2iCVlwZPfoE8l/Q+wS1QyHOK9pU6xdg/5n6KqGXRbtnAKCu32tK3bRXxz5hq\r\nagHeffqkgBLG5mtBSfGipDOtdP4MPN404Rrsb36qCojZ+ERwknu7Dps7on+b\r\nnI7BNSnEbg/zGQGGHKaUxFDIBmo7uPT1a297S1jow4YhHyey3GlKpUpsQxUE\r\nbbSFVAwGGMJR+0e39tIJPeUrik7KI901CMe/Qxb9xMP+FygWWu1tBdq2kISM\r\nNPJmCyYM1CwWfaj0r9olRzjUcMiOTjTf5oeleUMuL4CVCC/FUeAcj0+Arb+o\r\nYwc53kDQW9ou4OGs8b62q6+BG5MsSwT0JPF6T+o/H+P+X8uT3ehJezbGjK5Q\r\nJ5yUMyUQxhkEz+OTqPP3YeXxjp5+jV4NYnk=\r\n=LzRi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cbf982658e9d463abaaee493ceda79b17700b567","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.117_1653580346541_0.16498334863673714","host":"s3://npm-registry-packages"}},"0.24.0-rc.118":{"name":"fundamental-styles","version":"0.24.0-rc.118","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.118","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9d71dad83f1d18eadd00da2b0b8041c806edaf14","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.118.tgz","fileCount":121,"integrity":"sha512-ErHnLOHM+k36+KzEjBedNNSx9ZlTuyr6CLjEpmujhQvtZyJJFMakyEHiU+0flRfVXq6K78gQkolJGn1Cf4eCKg==","signatures":[{"sig":"MEUCIG3WsZP4A0IdTTJOEq4sBHmbRQpKjiSLfF8HOv4+UiKHAiEArUVOe4vxjuY0y0GtviN4JniPzKiW0bCV6hRR02LQi5s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3805466,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikBvaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqzIg//bdcnX0gpoDFO1h8dnmDVs1i+xdxPZ5zDlPYLY6TlodjD2hBi\r\nU3z28udZoc2j43rGzH9r6/cFScT/bHA7dGppClHviKmG2YO8QM+YzMIJLiGS\r\nfdkQnWHPPeq9ICnUS1oTcX+XzKgWolSz9h9LftPTyEwC8H0bQtFiI3cm12nT\r\nTFGXruZOT2v/Ha5vGjPwwKvSm7H110gl3PNe7/G6lnsydynhIKq/74Q7lv6G\r\nTiOXXbCrl7TKRkEb7B3L7ds1akIDary6T9pwRQ6zGv/roy6Nyn9LNv8gkvAu\r\nKrUnytEHSbAKdRGUx2TyLSw7IAvmmzTHRAcnwxuCmIQGVwIlHiuFMMcgkl2X\r\nFFchiTn8Rtu3KIZIDeKPhKJGEqoXvyBLVYVl2jXJDbPP4SZer2qrUcT4kd/e\r\nYAmSQ8IwGiLoU+l3dw9zNidWJZc/KTp4Zf1eA4pRV/e53I+HMuouru5JQ7gf\r\nzMkASn29Ivt57FAmLKqcN8KdLFt2NWaYFe+ESTIwraX8Zn1KM4g9LcqFzFjA\r\nfJdM6aahdHABKgAXfwsQS+8byLWJXXh5Qx623M1X+91cepaTEFOJYCQ6uox7\r\nFiRSOLsj0RdR4S96Oh4LyKSgEhSq+H4vYg0G9L9nDzRQ3fWz8qi2EWZKONlj\r\nhPPKvroDijfmeXKCULq9+ZeZrZqU9qOXvHY=\r\n=KriT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9805c2cbfd0ef0288ff183bcb224224ae0ca4ac2","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.118_1653611481770_0.44767774053881837","host":"s3://npm-registry-packages"}},"0.24.0-rc.119":{"name":"fundamental-styles","version":"0.24.0-rc.119","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.119","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"afff4066b630a545610220939f47c6083bf60ef3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.119.tgz","fileCount":121,"integrity":"sha512-Sy5kHxZAzXBVDbC7cOQTJMpKiQo0bY+j/QGqEiaJ+lasGjMcr8L+UQHym++uWra73EmFUV2KxbWFsV6w1Z6i6Q==","signatures":[{"sig":"MEUCIQDeRZm2ihDdmlqG6L7Eu+Yhv1933iaYaRtQYT6GNnBjegIgL6cLQen9oWIPOOIfsv//sbXypDxWN9/CXux5fp0TItE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3805162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikB3lACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrkzQ/+NpuYf/6EM6MtHNtDUhVmlLXKn2lsdwvEqDRqb9NNLS6cM8sX\r\nw42S+oSp8mPDPMYI3rwGEU8oLtTMrhnWEa/NhXebHQJYESJbFFygAdt/BRWR\r\nc6S3aEtc4yfwYMPmljo9aWvCx63Q+WmQUyPRJWVyfPtMyZBCZAPGnRZwdzLk\r\nrwSsS3j5QEGWpHLsrvEF4Ne61yhsjR+ScklgBbYVYjPAdJP45eZriS57axOU\r\ndpzUM0Eft6p5YdCkO5/rbRIfYbRiCMmTgVs+T8Rz18w8j0sZ9oGMTLnulDNP\r\nYkxh2kCWzHyr5xFdhO+W3TZ9c/pz7ZIJgFmIEiaZqOrlCJruQSiI2mHA+RiQ\r\nc+yShidYfdYkVHRZf8qMXZZQ5/A7cJHVW32CpFNCQjC/bmwttv0SJfF8I7/7\r\nFLbMFRBiKMBEjkvUFuXDkeqtQm6ug0LPVMBCNEmNWekrQbFBg6eWh+iQEcxS\r\n3ppifuefdwrtQgr/vd5tXT4X9DX2QokE9CYn4Q1FSSo8yydVQFr1GQcbvs2X\r\n9HRIP/zMZEvsj9UdpwDAqPFT13oOI/ddz0uaPIs59taC2L7ntsOHzbX+Pcbt\r\nWNdgGtAiEPYxlcczpxfXpkGg1AMwvk+SEqU/cvyTD1YUCHCKOjAmIP+OAPAS\r\nPgp+m98SsthpDvMdnNwe/ftFtPXLKkOLYso=\r\n=EreR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b777884f5f347bec560380feaf568b469fcb55eb","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.119_1653612005149_0.576251867108484","host":"s3://npm-registry-packages"}},"0.24.0-rc.120":{"name":"fundamental-styles","version":"0.24.0-rc.120","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.120","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d74c7a87e83ce4d08c2343ad7a665b79c9425a43","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.120.tgz","fileCount":121,"integrity":"sha512-E+nPNtn0N7TlCb1S6cJK+iHhntbx4O5Ca4dmMeuau3wEmf1we5Fec9lYsG+kxmTCZTuYGn1+8RHFiHTBaHWqrA==","signatures":[{"sig":"MEUCIQD01U/0PpmI5yzSndByWuKpx8tzI/RMIaVEpNU5fthZiwIgdTd0Baw3Ug+tL/oi3w39BUVQI0G5AwqipaGbkTJP6Fw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3805162,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikNPHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPLA//U/zAoaLtiVeMy+a8eu+In2uK3flShaqiuXjNq/5Xdmnba2t6\r\nt9MBQUS8a5SwRG5eQH3h/P8AftX80OtGiQtXH1XETz09N8sZZJxMJnF1w1r+\r\nwtc4hEG0entqFw963S8iB07HMG4BV+6VYjIRVZJvhrbESYS82SSTQ/JJSZ2W\r\nv9lkg1yfELtFuQqNxwQV75Z7LmkJ7VDyABnRh7No5Z3bxeQTDePa+pUSWbyc\r\nLLpG3yWmbUcwsSi5JzBvuHMdkaN7tTV5ptgJfhIrriqUBB0lfYX03UsxdhwH\r\n/ct8YtnMRdkrL9OveEg2xzNp6S1wSZ9xIWLJM3ngba2cIs9h45/LiV/xDlBy\r\nKsgBKXwAryolCvmJHuuy9gN1r6U5/mTc1WpmN/0j+JVvwZCZMfM59FE/0BlB\r\noyAcUj6wVvHVUk+aOoOMFkRuCfy2H2DUHFe6OKuZ3F3KWxlHa3UwEczzaXIb\r\nOQd7TEZCHKFXydyz8WO8B4/bw+h4Mc1UtAPyzv82kaT4+ycXzlrMFwBrISol\r\nGYmik3Qp7VTXfj7h3Y/SSB1anVe9MtNkJI00y5Bf8KxV8pinkJH31xI4UpJ8\r\n1oQqgGzJwYfJcYQCJrEACkeaVk6tZ9QeGOIt+zWITRnYX6CfLzq6BYdP6K8O\r\nf2vzDrgVfOwpPXSmSHiZGpm3oLIplyUaBzk=\r\n=0CJ0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d2f51621624ed5e688e7d92bf635f5a727567257","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.120_1653658567200_0.4861282384943626","host":"s3://npm-registry-packages"}},"0.24.0-rc.121":{"name":"fundamental-styles","version":"0.24.0-rc.121","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.121","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bd907c1d12004cf28d18858159d2889a5d88da63","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.121.tgz","fileCount":124,"integrity":"sha512-sbwOgN3Re9P3KvA4ENeQXXi/8oUjtScauslcgsfG3CDv6qCF/OF5CmftN2YdxeJ+rZC3F04SUnRmgIzwP3hVHA==","signatures":[{"sig":"MEUCIBI6vJ8e9dMu9yx+rN6ADgRJv2QjPB7vwlHwbLFLQwBJAiEAwTwNdJS2RH0WPJZy6LiKWob0AsMEwpAo5sMY54bwzPo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3841648,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilg7sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMGw//TG7X4tveCgt9GyZSFhwsy3g9m0rtqx+w7U/YgulS/y4ho84h\r\nFcf70wmXut9lN+nDoAQIPIQS1Fmevm95JgyxkhCDs+1fyg7bIKW/bGHUGfSs\r\n4l5TF0ZRjNqTcif8362ubENdzlb71nkno7fHR6r/4UUBEv2bRkSMDDji5VcM\r\nwRB/U+pzCwrf6srpykNMS9JG8avKbNqBmY7NHYPv5o7ens0HQsrfyOFEp7WT\r\nSDluE35sAl0KJPPSJ/ssLNDV0kZCmjdDm1BpfrFwwq5woNQ2sgcLZc8eEJuj\r\n2cjkK0EayidJMOtANgSEznAm+9+tj+C8A/1/289aFVQlxhdY2i3w+qaE5WlN\r\nia3TPEs+2sQoUs1IFK5/AZVJgs+n9rMLNuEqgRZlABZGEe9/DCOl0uKKJVgU\r\nHAKP/emWKBdLfwoe8pn14UxnjJNIM6zPSHwEx9cuTIVR5kACBuhMre/QE4Dl\r\ngGLdt/6HMp9YYrEjnmiSQpSYJ1WCR5c7pQFuF4ymy0jXnBwPZrEbeC+6duTl\r\nffCkIvs3S2+e/sJTLih1exa8gd8D//aJYEJLjvx4bnIZTtkYZISVnR0X00I5\r\nG4ESZx4j7QJ6DsYYbA74k0z+E+K7WrjzEZi+QXntjILC3KHN+dBleL9RLGWh\r\nwJUlqYEd8MhtJWpYB+zNmuBmE2lKiq3eEdM=\r\n=lSB/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"a38803f90d8c0356db5fab39f48ad5fd1a177f2c","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.121_1654001388052_0.9674054650842019","host":"s3://npm-registry-packages"}},"0.24.0-rc.122":{"name":"fundamental-styles","version":"0.24.0-rc.122","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.122","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ee8dd9c3ef60ebe3e5a0cdc1818d55015160a733","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.122.tgz","fileCount":124,"integrity":"sha512-/AvgQ5sTuy5KLIgIRAurjwBzPPxiwDYuB4gSqRjXVvOObNd0e/003XQlLrpbheHO55IiTyV5oyAgOPQ0ogh62Q==","signatures":[{"sig":"MEUCICo8lwKsd4JIhV/+D54z494AMfHPYVsYyXThJ08/Z6P+AiEA6fF7+EnrH9takYx69WqZkU8O2ylfM1ygIqkh9e/xF9A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3841648,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilhXCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBnRAAlYkhXttkx9tiSG3Nte42OrBng9jZdgayVICU8s3IPBQPqn+y\r\nnqVNQp3Kc6Q1u9SMVrj7m6KocPYxB8RU7tk1nb4ctdnI+6txs8wxO+WsKV8u\r\nqXdj9DQYkZXXKCe6wv74VikaRpog3wr3ec+LitzhNTooWXCgZz4DHV7VMdeT\r\nTY5TadhN8jPqLKUwJjQZXOa+Po4p9JRlSNqL3dkLr18MXYKr5YRfDR8P/TQs\r\nFGzWkvzFNQ1CoYu2pSrAqGiNX9LbCiEsI1jhSzJwSCVIubuePfDdvfFPPs2D\r\niVqZN8d6XekoL20DWQkilKncOuvw7EOpB6GTpYni2NRYl/d4Ol6CuJjV41Qx\r\nUZW7lpMhgJBBkclEr1fdS/Z2g+dmgYuUUOP1z3XPFCLSZsFC3EnS4/v2MysI\r\nfQ9/lk5HfOS34ARl4UAAQlz+0c/r2nURG0Zx3JzxhOK+2VOc+g6A3nMVqL/6\r\ndrA0AA4Zv5yUodcQaLUC6Xea2ICaIWj6MoGXaSIsG6ZueYZU1PVAGqSO4qh/\r\n7jKqO6CA44eQxTWoqFWB3BCnTW3you6yYpVE3i+BfCDVT7tJaofrqNWoTkeL\r\n8XTygHz9kgTGv5AhdctEMXb5ONTE8Ml9wGNX+4cEOy+kzqjLnKua3PmGwV5e\r\ntIfvr+G19Q1ThPjEBiiJFT9usiQ6gxGMVeo=\r\n=rRyJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7d4ee78c26491b649577828a52438d2b2414b1ba","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.122_1654003138661_0.35141153432019223","host":"s3://npm-registry-packages"}},"0.24.0-rc.123":{"name":"fundamental-styles","version":"0.24.0-rc.123","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.123","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"964e14b2393db2dc60a6930b25885e09ddcd6ae3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.123.tgz","fileCount":124,"integrity":"sha512-OEOAPLlqiKul/ltdJvLGLO4baI9PKAKRosjrNFYsaTXQEiv3GmVXqaIOZQqCJouC8DcCySlhnH0UdcTXbjngrg==","signatures":[{"sig":"MEQCIFUCKX0JGo6HWKxGbAEn1vZvJY1Vs+itgdjV2lNHFolLAiBiM/Mwu17XJM+Ig4ojKuS3e8fqDU9tJ3YYpgnW+4TfSg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3841648,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilhfUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr6kBAAmX0A9mI/kdwHzPG7yz5L95G3qG3X4VAxxkFzZKs4amOMsKLz\r\nqw8+4PkEB93coOBGWgkhsLAIHRS62SE9d0Vq3yInPvQo1/qPR61h+ZXuHuxS\r\nFzxarXdaW3U9Dj4MsOXIsiZIzrXVzMFOelVzxr0cLQl/c0wkz6C92vN0ClJg\r\nhc13JqDShpYTxpzeOlhqsnbPbwQ8MZD0U99XI1xpY3B7Jz5JBeIcvIrhPi4/\r\nOCD6N7x4PE694F9J5J1yP+87rB8JtdBSPlbfbw1zPXtVUe5i/IEjsJlmrR3z\r\nf+lCAIEOWzjLeY/mbX3ctcaN9T89j0V3WZofT3On2+RZ94b64LrCcaRoXmtz\r\n4VbNgJ4waZEk2zsHl4FUwxfILS1kqjnDz2AC07nT0tesib/TJZ1PlR3TAHPx\r\nuyB0Dt9Jz9bOHLa8gU7fzZNkKmrYXKSKAf2y/YeN05pFy6X+YTDt64X7eLgr\r\nJ9CXfmGetYJuO0xBjSnlyj4mHpiDXBxF0k/ywf49HDgNqv7HSNegDncy5p48\r\nbWxs9mzVro0ImXSkcHiT9F7EKBCV6+CKMLKpMAYBUoEAZTdFQzkAAyXIdnNy\r\n3fOQcBbrGE33gbGBYARVxAb7fiWfWtfleHBrovWc/KyWfbsGE7S4qU//6di1\r\nbSwBrliT4C+O+wenVR5qhYmfxRpNvbEbi9k=\r\n=eXmF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"4621c5a0ab68f18f04a54b4bd946d9c169be0445","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.123_1654003668342_0.6241860223248124","host":"s3://npm-registry-packages"}},"0.24.0-rc.124":{"name":"fundamental-styles","version":"0.24.0-rc.124","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.124","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4daf43448a4a5055b02710c8d286763a6b2083be","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.124.tgz","fileCount":124,"integrity":"sha512-n6bylcqz9Z3SPf1IPhztfeYWukwO8yyYdvm7Nqx+wIhshmqHydNwLB33ZLSFVlnvC8fD53xU46UUUjnAFcUJbQ==","signatures":[{"sig":"MEUCIQCovmCfvaFvpOpDldhZpEsMX+8QaPg1JUG/IHW/+3jBTwIgP1LMMl7LEsTWc/Q9V8MeYZZqpW6rtR5ki5yexRlu4uw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3868518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilhoGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5lw//VMDDofMQ/xRwuW35Go+7cyul3k3QDf7pim0Q6G3sFiwQrZax\r\nfu3Rg5mCdJr4k/GoAD/E67hFAwR9hJq5AcisM4Lfq+c2DoIF5IhffJHEUAcq\r\ny8Y3qSCn/xsoQJylCxu88lREGJFU7SIHOymFb7rWFCfF12gzso3XHf930q/+\r\nBd8vTFuV4mtBq4FlGIonGqbFuaG4T6Ea7k4IvO0j7VnABJT8juL+AG4RzyJL\r\nUQnrGrAcnhJG4tzyWOz8ONO/7ARLFKQNOEpaow4tcWIgtZ5xjoodu4W/42sz\r\niTHC4zHNWswubhJf4lIN/Hb4yS4T1nXn8VvuYabjVa+YVagshi2l8F0lnglJ\r\naY8UGDiw/E9KG0TcCFVdVpmzGDmkVirG9vka1+yfGsxjmhKrg7RRLutZbja1\r\n3GLwyPhIWr4l308gG3ZWzqZV0XVLZzBEn63Lc4OmkLsDiHbwBgwuc2Ut/P1Q\r\nQtkwT7KIgP+U1JnKO1ZymIika1hwlktg3Z5yMMSI/Rp3sORm7YzmeR1z6huW\r\najdGs++BMIUZZq9tyqWycCqT7BFRhhWWqzInTrKZspsEYwLCpOasmZkL1/IZ\r\ndoyKkJTod+qBCdJiSbBE2XTNUD3B41zRgNQAiLIMgwe3OFuIzDv7GgxRo+gR\r\nHom7zOi2OoWNiHMesBFx1XwtWwc1eCMBWgY=\r\n=oCQZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"19d5ae877ede8116a4df937ff86240a36b9cbc45","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.124_1654004229739_0.8745149750298433","host":"s3://npm-registry-packages"}},"0.24.0-rc.125":{"name":"fundamental-styles","version":"0.24.0-rc.125","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.125","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"894b1a70e8a477026bcc37b031b4e7703120a2b3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.125.tgz","fileCount":124,"integrity":"sha512-J9qYbmGCAkCYCskUfTTSB3gptdnKtxkc8pEX6K111kuNRUEgkDMPk9jJrItH6us1mH6V9fLPdm027zAnXlj71A==","signatures":[{"sig":"MEUCIDYaVXOzRRCGdwRETu03uLz5zBUw7i0t6fpf1idx/tS1AiEAvtAj5A/AcgB9O0t3jOoy03Q+1ElvarBQinKBoLvfMik=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3855840,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJil2JDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmosyw/9H8MR5oU3mpRzQie+65KSdN+Y7uD7vzbZ0myPSJPpKlEjcBqg\r\nBlY1Dcjp+eNXSxfRQ5YtriV7hpZ6K1zCadaTq1j2QBqT1Q9qqXmh6yTN8MKa\r\nBMJLqTB5i32Q4xMzeLOdfaj6yjZ8y6opC+2VOxZz0WrNc2fRPXikpxoC0lo9\r\n3sgzSh/2SqVUsBYDQXSF/scirAGdLISayIKN8wxIkCN6/gAgOYypPruzYIbP\r\nzFjfd34VUh4JfEnzlc8VvyajtG1xGowuPWdEmVCzFyyrfWBQoduYnB0RIkMA\r\nW7VGUon2nMu+qwtItJiwMv3t07ZzypIymu5Aq6r3dBR+TtsXRfOs1uR7Izzs\r\na+BE98gHf7JalNiLpZgEpDFMyh2EobSVt/ynPR1XTNxz9qYnHNvQMQjctnfr\r\nUoaPZcVp8wOJzJ0LwV3xWHG3nvW7WF4sLIQ6mTanpIBA2NKPGd68Abxdmp62\r\nuRqf7I2sonaqevrY+eSXgrKwTkqCPb1gH5q/FsdNSm/VdSM/eFe2R2Ik87BU\r\nSyiLnlyAKS+p6wmeqSrn37/ftfSwjFKEdAZOix2cRHsd8AmdUODkxf4X0pTj\r\nRTaJV6fXEJTZrOPJ859SSJ+i7ZyB+UFSBPnNKtTx7mdcO4pYQLqmn7Y9tEAi\r\n+MjuH+zXKrPDUpRAAA9w7FOK8uzBiLQIfv4=\r\n=yaXa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e530ef7843f4e91523864e4e7533c9ac9d66c301","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.125_1654088259247_0.5585632868245496","host":"s3://npm-registry-packages"}},"0.24.0-rc.126":{"name":"fundamental-styles","version":"0.24.0-rc.126","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.126","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e63bb7d95b6982381d5afa5c5f7f0d4c05894a8a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.126.tgz","fileCount":124,"integrity":"sha512-btZoQOScQVl/Rdg/xjvTJQHKsItUy4QymI4OqVKq1NSpwiWMzdSFGnKm6mNQQB9Op74rgh1jCzYQbzyVM9XHNg==","signatures":[{"sig":"MEQCIG3Q/A3jx42nKggca0uIhJUr7zn2TngQJUh7Ih1FLpbyAiBJsh4JPCs5NRTYYYlnD0StwXyomWbF1RVyYFuTsb4R4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3849364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimNjPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrpww/+Mmg+USMWLCfvVh+ILml8oAgTbJzLmwvd6XlG61KMl0xOUDAT\r\n3Z8hUx8h/KuweEkeq8V2wOiIcI67eb3hmb4lhbpJTqRlIJl3L8yavQpjArZO\r\nedcFS4tKrZncfMhrpgIqjavjXHKPa2OYKF9AWzmg5RAP2TUEi65rnya9uMg1\r\ng9KjVPaibNAdkEFa64kHkXa8eN8EMUwL9E0N9AkVnO0huAGzlm+SBrmeFYK+\r\nICz6JMpXdvgU5G77SeSDUgPFwPiZkcqcNXl8TGck+3jN2s9Ew2z8ZqguQbc0\r\nEP1+G20g3wj2uJvLha7JPDQeQWZnUwzYsNts4lrtacew7+xRgmD9ACjdLFyr\r\nJvhyVWlsyeVIasKsqnIenpG4l6Btd5W9wyqm2YW2xruX7zeL256ZZpDpwmn0\r\npQJBf6pxUX2bL1GhmNkn7fXIO9cf3i0Sz+ZCzUSnWnRMQCSG/H5umS1MMVHB\r\nuWucOmwujGFgIvEucsgCGPklm0ISpYMMRhMgtfyiKGLSymdHKI8cUaIasKVV\r\nYyC/RtkTTeZRZI4gFjWy+cZeGD2mAd9KL7ZlJo+eAQbFmDgCqgzs23ImBtUG\r\nxbiphcxHMr1K2Bf2ZCw8bwLCeGGgnoZwat/Eoj3FIOIosJdVbdJnpOziiG3y\r\nTB6pN+CKlqFQxrgWqHWpvEEtGcJhveXRlWw=\r\n=Iu7X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6b089ea75fbb86ecad64f8d29c63a0e9a04f7568","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.126_1654184143137_0.03638119240495952","host":"s3://npm-registry-packages"}},"0.24.0-rc.127":{"name":"fundamental-styles","version":"0.24.0-rc.127","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.127","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bf696230e0ce74ada827d3f708ba253cf0105b59","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.127.tgz","fileCount":124,"integrity":"sha512-N98rHHqhYf1sm/uRCQ5c+Vlk3/S+q4oWzrob3lldR8IrznkLBAMWOVlI9ZE/nHXUnMDQ6mVdG7gsEh6sHqkhwQ==","signatures":[{"sig":"MEUCIQDKLLRA9fp8GXGkp3WX/5eEVNwrSZRA2Rrhnk7YJjGLGwIgIxOgq6yCRAypml3aKSh/oH97SH2a+OHtOTtLji1bBD4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3852300,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimO2AACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqlUA/9HFIrDtp2rR5Vt90dN7QNU07Ou8i55XK5DZOk9B4PZCxQIhMS\r\nnJMduNGbmxvsb0OjPGIiKippHMIhpFOVxkOLpmoTEWQRp5xrdzbQsn/KwLqm\r\nKujBgfE/OtKV97ohG4GA6ULCI09ZeuafFAxKoCDtSsPRRo8yC7/u+djrjimn\r\nIopPQtWQsY84DNccSbABPfXR6w+cpfkzQK6gQfwAUiYPrYyXmgVWP0l84Ob3\r\nO1uTFCB+q0k1oi3QoYi4pBlx2XJmLc2mCPUNOM+7CtUHHAM66CPF3ffmbN4G\r\nuMlF3HXGF0HzBUyqL/awZsvB/zqDhwIn9EHP/vGMYJmMktNAN6XFOqCbQ9/W\r\nhl7uU3SWLXKvm9X49d20h0PxV6R2Kpt67JyVEkXIDIFAkjqyLCmdKJ8ODq4h\r\nomKop3TydUBMLGxqQR+rMhQvVBKHAl7H7z0g1vSk3abaY5l+gJtbi7Ml396j\r\nPNU30+NQCtiT5oEu9Ji2E0tFKC/ysm9O8rhRj80j68WIpzWHAWtYfIjU2IiR\r\nW+tmGv0SOTgCu0NajCUknCgLpBvVDioxFDIkfRCDVp+ekEEXB1XuoJeVpkBQ\r\nGfrsxp1WCOiWmhlfxDNCARtbWDRg6CdAVBj7wFjJi6FR7B8YOO2SfazSanCT\r\nygjZHahJg7DYgnMOBfoABn1oayL9RC7dUrA=\r\n=+TCL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f76821580313be9f5f4a552df3f9ffbe995cd99b","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.127_1654189439876_0.7885407927238817","host":"s3://npm-registry-packages"}},"0.24.0-rc.128":{"name":"fundamental-styles","version":"0.24.0-rc.128","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.128","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a95401a54541bca1817517bfcaf0ec2142b82b4d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.128.tgz","fileCount":124,"integrity":"sha512-YDmS+Cc2fGFdMceKUEqUMAl/Bkt1NXQygpzlHmMwz95OV5SB+Sc40jmXjI7RH31xyQXhyzlofg1L3fidDGdDYw==","signatures":[{"sig":"MEUCICZCNY+3/OrX8Om/9lWXdZ/jV+JEWCWmcmmU6TEGPfPJAiEAkYTg+eDZrOo5ToqfjFXIADjsfdw/BlpoTQOGSygggF8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3853810,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimWKWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmowtA//WN64n7xghEZ4EzWmTyNPdJDl157249E0cpiCd8ZweQuO+HDp\r\niNaESIsXgZGj+dN13EJk5kmIOAdUFBAYJgf2ddIFTVdW2/FzTNLmuyTLo6tK\r\n5eB+U50//zY2TPl0Xy8NtnnUGRbVDgHfnrztmj1Ps06PexWzVAchYzyf7roz\r\nAE+mLxqVdzgYW4B62yLkY77DEalAumCQwinuymhXElfAiPQvYRKLD1VCh/ox\r\nzqlCt3T15J6xslM5y9X1zGfr9NwkUWpz+/29/cyVmvlBuqFXiOiZBPfFtQkd\r\niupvtlQCiEKryN+BUGqGyA/hD1RrxO532MFseEm8Dbg2RfdRmOYYapbJPpLE\r\nqEgdGFVquRLKV0w/V7bi45Svxpzr0ztHtdrKyzNYWq4AZAt/0rK/LI9Hz2+S\r\nFSRtMTqDoU289pTvQAaVhB7/eV9zOEojXgpxukEfbNUTyJsoiK0W7QxTKkYz\r\nkqP2mmZmWjk3iVSK0ZgS8KN668gmhv3VJqT+ilfzycP/Kv8yR1eUABrA+TX2\r\nhZVC65ciBQkpp8ewCkpjFR/j/8sQyBbIK7Wqo3/lW5NVHOPxdQ/C7SaC4mLN\r\nuKMqHd4+duY66Vh/UkDq6bN6HpLXyfWIwZ6GsVdQkPqWaSIqztpj89ZJJM3K\r\n58RX8CytGu5VLgE1OQqD+rJoEa7NJ4Lig3s=\r\n=Sbpo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"7e64ae50b0b5086b9eb2c4592f1a74015151db49","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"^1.47.0","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.128_1654219413803_0.4304165363768191","host":"s3://npm-registry-packages"}},"0.24.0-rc.129":{"name":"fundamental-styles","version":"0.24.0-rc.129","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.129","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0ac167536e778ef0451cbee868da52e2a12307cb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.129.tgz","fileCount":124,"integrity":"sha512-SUGur/tNUdXgqdQ32FbwFkvdszphp9DDYTOeMIM2R7fgHc5qppnDNKUzsYEQRFmVMaKkpk7v/dlrmQO7I0bPOg==","signatures":[{"sig":"MEUCIC+GYiwirZTmpm/P7U+mSFgmV1eXN/1CALyMCsj3ze4CAiEA2ccH+mvjYiJMMwNeUP9josa3fwymOYIcI/Y/XOh51KQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3860882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinhMmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2lg/8CkCJUMN4jZW3+hz50kUjkNq0f7PrW0hCpRFAvOQzW0P4zWFR\r\nAOzctCjp1XjQ7ak8a5+akS/tVBJnFe0/t6wKnSYjlko8CNGwR3pR97T4x/s9\r\nA7cCPdwLP2SqWhEkrx2q9AkrXPdLTM2QomRD+yLVYezp7jGCpizMawncCotB\r\nvQ0bzgTRodT9yNC4ODaq29he1HcvT17Eywx4qB9qePXSwfXvvSGOyhzD+2QE\r\nLTHydfGIjaxAyUph8bFkGxmgMpkvJkScGoEgPjzhxJlU9JJmhUUiXIm9KBOY\r\nYmsxs7T76v2cR9mSxpfmXOpedME7aaqM7UKfnSXOZJ5/EkGfhRfX+0rIovQo\r\n/Q7XTXKRgadpTN7uJL89jl/Ou3OGTCbKqFIC9cAKiwI1cvylbwU/g9D/Z8OY\r\nD5Xtj6HuGrRDS8KsQx0IjEiJoVLNhREgUfiDQ4xH+O60s+dRkjmloxKXgfS7\r\ns1EbFdK0zxFcGFCBPon+X2ytaM9Q2M50bd5e8XdxtMqePLfjJcT4FRcNIMg4\r\n2S5B8KfoBw3+moxbcG1x7k1vvtZP5i4F1jpyXIN45yZoDIfz3fTQAyFrWjcW\r\nUf5dDav38GVXZLKleE8fatU/l9eiwqAlswlFMDhnrjZQNltUU40paIqKX5GD\r\nCQyFSEMWAAWtMwH131jsHDoFk+ZzhGNLO5o=\r\n=Z+fp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d53153ac750e142650f296bb020d809454b5b959","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.129_1654526758592_0.7798237672633823","host":"s3://npm-registry-packages"}},"0.24.0-rc.130":{"name":"fundamental-styles","version":"0.24.0-rc.130","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.130","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"62e3d4ec22f8bff8c84cc24adbf2cf67bbc4483d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.130.tgz","fileCount":124,"integrity":"sha512-7lxN1El27ilLtZh9HYSwLnk+S/wITEuw+ph4MaLiuVclryMPAoDU3lHFFnbDZCbcgkbarbpOxcVR4L8bmJ49rg==","signatures":[{"sig":"MEUCIFct1FMOeeQExInO//7sMHk7xsnptQQmAqDw5z96Sb6BAiEAjfSGBZjL4XwxOnjPBxnIsJKYwQ/de6OdTDwDgFoyz4Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3860882,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJink7sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrrkhAAoPNK4Q4JM72k1+55OMEYP8EPXgn1T+z79oYHVLYNKCEckT6F\r\n83vdlhzREe/yGndM3eXFNuD0uiz7tjsNA8ATg516lXuecGaC7VbcsK476gAk\r\n5/yEH4FgLiyN/eUmx6JclVmnVlCZMVP/iPm/xk+BHngS8yoeT6uTSDa79nsp\r\nuwAZxt+cOih2/P+S0H0mX+ahcyqsPU0qCG/8nHniXil/Y+1F4kYdXoA9grpB\r\nUpdYrguuSJ9A44n1zJDl/Ds0iP2NAb3cf4XCqezDb45P4v7TlOiM2FbNVEcU\r\nuJ7BcfbEATSNyb7NbmZCOtePpxmKCK1I8DGqeLJuXbmDq8yingURjsoGbPbO\r\nBtUuREFaymexD3hLNnbAiRXLeEd38rMtD89aNhEyJMln0UCxktr28AJtOE6A\r\nETncCJhzT2Xm1zzugffO3suWK3gPDT1qyVOSrDYaATPMqPJS5C12MPrnl8g9\r\np0NWco7vM5j4G6wpMEe34X9QNQupqHU5zbA6+oRl6KQcbzwTBq5DSlRm6O7X\r\n+KznHd3MolgUMmYTBtVSCqv8166AlmQFm3SOtJl30CJBRPO5Fa4ekrr1/2R+\r\nw32GvPl/9I3mcJSthkYD9whAjfXs0mSq9FEv2k7xeELlPiNnLoc221wyaH3n\r\nTEt8ZpOC5uLUu6VGgHzDfRr//VwEDn9CtFo=\r\n=xyxa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"63219cc26d0a535649558856b734b417432261d7","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.130_1654542060182_0.23398650659771603","host":"s3://npm-registry-packages"}},"0.24.0-rc.131":{"name":"fundamental-styles","version":"0.24.0-rc.131","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.131","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aad63588ca3b50439714a6e8b72dd7fcdc717e49","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.131.tgz","fileCount":124,"integrity":"sha512-LIelGPt/gJyuw1I3NgB/th9ma0NYvFDvaihAd+2hfKMpnQPfqz1mOc7r8e7Cj7FjvZwVtJho1TE24oAWx2XFww==","signatures":[{"sig":"MEUCIQC2Y1mpt4OxxDQiYIEH5+QHvH4YlIhrf/GTCwELU+HIAQIgXkVpPW7vUXf75hjKzE3WVieHnvcC0nsTGP8vqLJDu/o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3861738,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinlGsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSRA/9GrFH1l2ubIj4q5RUE78W3O4Dzkeuu6v2M39rbglA/gJ94r7q\r\nDdOQDejOngJvh+/kvEn5BM4+Bj97bWMjgFJHYbZ20xzZHY3cMYn0TCtDQOAd\r\nWH5IZpIiKHhUNctt+hDULipfj5Wjq5I0BHdc+uUcVHXq+FdU5W4pVtMskYxU\r\nLhjlNNVmjyyMd5P1YsbyL5XRnbllOtOdAwg8NPkfuTe2IDxhA9d08KXlrY2G\r\njCfZRYSUNY76qsgWXMA5zOUCbu8l4WSw0Lk2NWzELn8H0AIouUjx+oVygOKV\r\ni1vAhXU8VTTF+/teVrzB+cfSFg3GEQBllOlPLz9uCYKX2ZtSWQFjlcMXXmOq\r\nZJ/4hxF84d0Xa2v0LRXQROn0sggo9NpQHP0pDTkGA4SWSEj1VuEnibcGdnok\r\nGZFw3dYXCcYZb6Bl3ab2SiCymuLnwtQ19KOh5jbzb0H3zfoNVsvGKAdEEg+f\r\nm8rcXlWDIj4Zegh/n3yjaXXRHqjLcUJIdCbygdUWwCLRRcfuqfG/vUdB2tOy\r\nk5B0VD+pFt/F7gTjTshDep5ZmqzysL6wMhCW4e0Ui1mFo40VOBzpDUzYNvSe\r\nIReKLrjohjjFgrLuXlSWPqiNm3/wqzr6ssSWxwnp2ThzLrFa8Jtce06yz0Js\r\nLWnw8RhaKW7EsV4HBshuJw/H1sT1ykJiwH4=\r\n=k6wR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"85cd54460b95ff4f776d1b96cd0d7994cc5dc08c","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.131_1654542763780_0.08845721266133322","host":"s3://npm-registry-packages"}},"0.24.0-rc.132":{"name":"fundamental-styles","version":"0.24.0-rc.132","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.132","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"80173592a94d4b51baac2bab136dc608406d4d10","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.132.tgz","fileCount":124,"integrity":"sha512-qKWdZkMejQtVkpGt0geW+fj/qdNHqk46gO60/uAff2mqdLuk09Ts1/k4CWjI90MES6q7OBwe/AjuuWuIan7KgQ==","signatures":[{"sig":"MEUCIQCtlLn1fL9n1wwyADwz6273AwM4I2gsfGdW1dVoUe+hygIgBpm1vHQy/0yU3KjcD+ZM/AqlGbiavQdVokoDbDXhcLk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3861890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinwhcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmquSA//dCRchlXLoqV8eYemXJNDs+qICyoPTit9xn4s3kCdsdRRWdRh\r\nEXX6chhNqX6eZCP+RyKYQ+n5EglySqbOhieFI9QRTuqXziSU0D/uAud3lntb\r\nOlDrHVmIbNNvnG0cQKxMFueYseKTil5ASQ37m8h6TZh0dHxePSxdfiqpUZWl\r\nVCJRd/Q1st/FD3bgDcRTuNz2ELdnMa3BhFw+O/dtPvBtDQTY68ntaeuxjXsN\r\nQ2GUrN9NeYz6jiAgYHdBrTFQK13l4lZGbZFjMGD+dZL98hn9YdBivbLqcmwE\r\n2Atnppxwt+kANfpMJ0s3/ONVRtJIWizIZNqU6x2xytmcvEy/FkuePQqiHGsR\r\np8cgIwZHxxt7TQprsQfQUbK6GVjni7+F80lQoUQlfIQf798K2W1kS0DwK2Vm\r\nHIOh2GNwbp31CL4ijEf67GXixD9YcG4g+Dvb40Sh83VM5OZTFg0UCpdmS3IC\r\nr1I7oxlJ2gVK7Fo2IK0VwHe6oduKS9TfVRGLNG5P7+f29uoOwfeusuaqcu2K\r\n9Mr40/AZ5Kslka5EZsSHASsCsV9mlfcbnFuACT18KQ5Sb6h10Wz6G57hGMeB\r\nMDJPMDOpU7N9Op87ygp8Az0Z27o9E7GkwaqCyytsBIvwOAEV14+Po7mdN5aL\r\nNdyiGQDDRcBF3br0nxrOHmTp1q4kCi6KmtE=\r\n=pyQB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"91e4d7bf4fffb30495a1a62c8d61019c89b35b0d","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.132_1654589532005_0.391519087722221","host":"s3://npm-registry-packages"}},"0.24.0-rc.133":{"name":"fundamental-styles","version":"0.24.0-rc.133","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.133","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0486091f0f20c2fb74cef19f53c1ca16872f1788","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.133.tgz","fileCount":124,"integrity":"sha512-K6tyN/0y6QmVC5Pl2idsCMm/ZMl0XLCfXLl6nKE65rkCnY9c5YvRqvo2F6KgJpQHUt87b5QPxmt0U6/GsLwI9g==","signatures":[{"sig":"MEUCIQCJYB24BtmDkvnyi3uYH+FojQ1SPIEMiUfcZc662th5ogIgAVR4yceNi6luvXCP7BvIprCBmH5F6TZoHEgy57HZ81Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3861154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinwrwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQ/RAApF7OO7Q1lHu8MAotps3ajUZNas9P8XmMwpMhYhL+QjSQQ9j5\r\nbNP7KQpIIWtxijupLJ1Tf2k9LwgcrDb80Mn5qbsIoaqfYFwS5rWQmJ1Hef08\r\ndW6Ab/Kxh6EovfLqnfhEwJKR3JVCMM2hwTt4GlL2/CiWz/GaGnydvWZfyn+T\r\nXlBJVTSdFI2nTUiFVOGR+f/RApcfGxyyxP6KZ9QcuXD+AZ0XLSypxZ01n1kc\r\nxRO8EVG7haxuwBcDOBSExofTQEjtbum5glIPQRhyqB43uX3GqpfSa1mtYKoQ\r\nFbJm3gl/rXQQ5beI6uQh2OupRjppey/bq5f+/Pa+TH3RRnq9tIMkhpEfITP3\r\nnNzGtSvqLkJ1YAR1r8FWop6vCo7PVn2Pn7OG8qiePhSIMygTgZJiSjKMqaNQ\r\nygJiJ7Oj/thRQEKhMlrh0aoqqMzWPHEraOKqf+SaJiGoqs+35UcCf7x7Wcub\r\nXWq8ATxDZwx2y7qt6QEvkc8OHTcWy9+ADSMgysa+E/v0BZK2ubxn1w2BRlae\r\n7zYZJmvC7DdqApZM1KYsni7/n23UHypxdJO5mmKoeUKX7OmZbCkS3I5h/75f\r\n56o/x/RRXoxlLspE6THsVI4ceic9KOkJttg1aO7Og+b3+fGxodTNxEh5ReLs\r\nosF4xdjpiPMgqT5wtFcdXaJCd9OT81G8r38=\r\n=OCzb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ce931fb52ced3f90f06d0be68aeee14c710fc801","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.133_1654590192144_0.15320049959058846","host":"s3://npm-registry-packages"}},"0.24.0-rc.134":{"name":"fundamental-styles","version":"0.24.0-rc.134","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.134","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c09bd0dc5a52819c3c3f0987f07821de6a0d0314","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.134.tgz","fileCount":124,"integrity":"sha512-55j1kWmJA0eep3FyyJlwwZ38fnHO9E3edVxj79DLkTjXgXgtpEjjXSVxF3PPejuG13zuj/nF8W7VsVC6mtObww==","signatures":[{"sig":"MEUCIGk0TCOeRDERj273a+J3/DDrbERoDugE2HrUCoG6iJEzAiEA7wi6/7G3oibtzwPYdDjx1QGkFCxIbyjZSA8nZPjFGdY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3861160,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJin2h3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZmA/9HFLjceLImpGNztc/U4l2HdmsX+KjOlwexbOmNQHPmDK+71Xd\r\nvSGnXGfaVCo3u7BmYb37XLcgRYg6i0Is2LYaSUTZZiqwLEp8kfN3fIm+s4+Q\r\neKZoDuHzfFHi9dhcej9eJi/XvorgrbuaeS85p/8Hc0CKag2MT+dHFZ/AHsvO\r\nw8dlJHbOvr8Zl2EdBJlnp8dgdCrblpvPMId78C+SZdEkwca2FjXJyuvE1wvO\r\nH/HjdGY51Fuag6aC5ax8cDZN35uu992cBwwDIm6Gw5CBi+01/cU969IadMUZ\r\nQqqA9tjGhV0vTvaoZhVf+XNMKWKbDxj/NjxjxWnW12XeXPi97mlQtG1zdCpq\r\njtpTXw7xk329Xh6LeKOvMfleSnR8YOB7RALAcs+Y95SlJSseS/KPsTgoCm7L\r\nSkx3D+5NdrXJup+iHoSzRHKOYbQ0Lk8j4uUS5g0UWMgJ9qmL8I+PBbeJepsk\r\nLZq4syqKBxmS0I2suJdoGoKajjd7gxWy58H1LVq19548jwPYXdo9JCtIDJJi\r\n22wmXYMkCA4GW3KM9q/X5J3ZOhWhmP9UYH6iMDUQLEW4DPDCIc8YLTjjNoCJ\r\nR56sEh5QXrXV2hEo55oLhGSyedqgtJmUX6bkzSZoG+hOsW3S73W/kl9oMC9d\r\nCDK8K7W6n13KeiuEfx0HBRd3rXfplexnr2E=\r\n=j1Rr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"77177dd0e0d7871ef74982f4633fb68bb481db5e","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.134_1654614134897_0.952354593902764","host":"s3://npm-registry-packages"}},"0.24.0-rc.135":{"name":"fundamental-styles","version":"0.24.0-rc.135","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.135","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1c921049432141c39f6a9729467e8d660e84d472","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.135.tgz","fileCount":124,"integrity":"sha512-bCC+FY0LXKkbNkdieAoR31ybPpUqr34Op1P5SspONvDia1e44+WHgidS4yEWKT5I5uffmGDhAeHOdCsDdEKfnw==","signatures":[{"sig":"MEUCIQCGmyUMeDgOdRwGkPBsphoULJKPQhbR3upopm53Kl2ZUQIgZB/CzGUI3PkIaXGKUHkiv3IJlN8WlS2gWxZuZGi9iJA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3861990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJin239ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpoOA/9GqsYeabVosaKwSg0On0q7qph92RJRYBIdBJIsujMWpHBzJ5F\r\nO105BVpaZ/v9Pzs4SiYJInmna0zPo1U70twyqCzf+wAjk202QxMHqhCyFW51\r\n+64WGg60VRSh64/JbszgHDiWCqPJp78TBJQvc5Z96Vgqbr5KIYFZjD0sBLnw\r\nUbUo78idsXwJlrMGFXu5U4PWEPherCm7zttd73dtY2oCFWZQ3bz8o4BiI8aO\r\nqnwHpjtl+1loGmnuYFe0PD0ZisKyzs8F+W3+Rx0oUtpmWjAhMPNzyZ37mEyH\r\nCeByxjwLFvlZmkOXD11MoTg66gtNXfsn5pQWYH2Bv/V9DYI4HttzMQCjEXKS\r\nz2p2/Jwqgg02Hl11OkFC7MaD66SjjUiIiCnkzisj/cOD3m3FT7e0G8TJbXOP\r\n/sspcbciVWoBHU5WPCfS+8VOdNma3pbtzBlutDco9uXof1YKQxEPjtZ/PRbX\r\nytJSg/JjyRZn3M7HQBexirGtUT4gGhnh4wklW7wqIKgklVhB9DQeI++zgdxY\r\njPoc84PYyaGt1VaVlFM2NEUx9Ol6rGuuSqzseWbW0qogLnItgqruJW1uzc72\r\n0Pc1iIPL7/XTH5sEM3sjverwh4pn/cv4swezotz2bXdFdJSu3f80EoFiBfoN\r\n6rxuiSTOIoLOGX1kJmByhCHqvzvajMG0ZiQ=\r\n=9WD+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"250af7c412a686674035117c2bceb66cf8baa7ce","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.135_1654615549716_0.42282130878464996","host":"s3://npm-registry-packages"}},"0.24.0-rc.136":{"name":"fundamental-styles","version":"0.24.0-rc.136","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.136","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"13ebc68c399a5e913134089cc90245ca3e47286b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.136.tgz","fileCount":124,"integrity":"sha512-hCcwnG0N+wPsM6WF/QUANCaFHkt39SjPHsyN6MoDUjxjIXAxs7K0mMWwJLQsWO6QJr18irtYAWBQOqAWr4w5QA==","signatures":[{"sig":"MEYCIQC1dpFxX68JPmJ3ntCTScmZ6HdiSLUt33adlIaWZ0q5ggIhANX+NO9VQgNSTxBt+LPcHZoVo/1bofY/UmwLnqT/+x9o","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3862622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioK1uACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqiEg//W2/z3wTxP/j/C/+eWFHhoSpgVQT2HVIV2Gzq+IVV6Nsvh3bm\r\n3UemOAi3Axuoco+L/8F10bqnJZBa7hAUV7lE5D3kvDKNLoF5DtJcHoRMAqaz\r\nwGFzJ5p2Kg8LP91TpFNETvIgjML5rC3lY7VO3JTZNe/49WwV73taycbijfVG\r\noz+fnfqiBnD6CEhbcXqae1HwDoesyriqZGwaIh3xVBDoRUxaz4XV+POB4wgz\r\njnTaAtB1Zfs2jBccuQqJkWCoN9PK4toTk9ea8yo1xA6gJ+PXZy7EHW4g1pQB\r\n8hJIdxPeCvwk0afGXlaybWtNsVvPNYiFTFJeV/LcTqrnroplIL0xHWhX6P8w\r\n0bBX7/BZdjzQOxBkXhqHU+u9iedAXgxbzov/6/ZH1bhKVfMSSl0U5QfNlm35\r\nklMgvU38Apx60lqcNNcyMRHb3uOO+jY7JTDOQpd6ch+jg1nA2xa/C0geywdu\r\n1hc8aWmyln418o6GwGwPj677nXKFgEd/Qx/v1tKOif+zoR2fUIy0wL890Gjj\r\nuPtzhjjKH60OM4sQAJIOsnstVhD1PCFN/sgKCczhBqaVrpYBXPxq4XNdKDRr\r\nZr7R611bwfzNvyL9tscSS1lDJO6kf0EebYgHCK6vndxctG9H0h4jSZk5iOkj\r\npngBykbXeGb5uVLyW0oeqOOQCVA2i2ErIVA=\r\n=mkYx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"0cce975ef1b5dd9ca2eb44dffea027b1cac7acbc","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.136_1654697325875_0.12221241783752079","host":"s3://npm-registry-packages"}},"0.24.0-rc.137":{"name":"fundamental-styles","version":"0.24.0-rc.137","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.137","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"26f43b7c659c05957a0e17e815aee4214721fb53","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.137.tgz","fileCount":124,"integrity":"sha512-taI51A0jzAyJyK250x6kx2QdEDXbNo4FbRpeCosJc4mWzgMcJ7fxnotMsEK3wtol4udxd0Wu86zK6PULCB4V3Q==","signatures":[{"sig":"MEQCIH6tdqxftrjF96FNiFI+QAWN2Qnfvw7h6hilR4LawGeNAiBlPh2tDyFeHER4qwguESq65HSQkRa5eF4fC5UJkLY+1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3863142,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioPtVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrAUw//akIh4XWbwVDoMcPoajbqsH/aUhXpCs0Fh0iXcaJivGmsneEg\r\ns9sAqN+gxWo158iMfr0o+mzvBl5qwv/boyoLxSyOZUJbd00cfXJRnF8nngIs\r\nCb/Jhnigbz2lpO+JYrhTvI3WhSOe8c7KIPY4TxTNvj5aU/H6ROSbH6xko3jh\r\n/ZVZaaiHmF4Uwq/GiwpR2+jfsiUAJgxdSfN4fnJlMJ+1q2FUNXbINR6y3WwL\r\ndWLIeo4HrTQOAhxj5n1HEmT8Ys6MXxrTKgDdgU+oDp4mVjjTBqCdaWtgQNA0\r\nRdHRLfk+t1m+8oZlp2a5fAG+R7ZMROUgKUkuejgUM321bxKuMvZcbFdxqa+a\r\nF4a3T8RI4sScIlc8wBIJuFJrphXOGkgp/DvNAlBHiumpM3wQKNHZGGG6jDIR\r\nPfsqiySN9FiuQcsB2XBGmrNFLoDFW1lIwCfw0UOur4OTbanjJCtuYQZrSWb3\r\noY/SrbgW0NihMZ4LnhqbYPh7ZsJUS87vkhPN+KxKZhK+C5KJ0RZcofgDKvzi\r\nZYnaDpe5mhE/YQcPx5U8Tw0RKg0DN6bDLkKrci2O14KwsYvT9je17Nk1YYCC\r\nNSwkj/SQNhPhtOhfZI3PjYtrn2ctGa7il3fL9HbWH2AgvAaXW5E4gr0iyb5N\r\nynjka07fwO9JyvKzJdsUzL5ARJkdaNoq/4o=\r\n=eokj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"79df553ba3fc31dd180804f857ee278e1e79bc4d","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.5.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.137_1654717268741_0.025300040556146763","host":"s3://npm-registry-packages"}},"0.24.0-rc.138":{"name":"fundamental-styles","version":"0.24.0-rc.138","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.138","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"35d782474274d5490fec4a291b92fef6d316c61a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.138.tgz","fileCount":124,"integrity":"sha512-SQxpAeqGWfzwr/k+yXUlzmBaOG5gvPUbkTsNPAuE/lAYVBYCS/u8oCEbDv+6ZoxqHhy1quAGmEmuAwrgwWVfbA==","signatures":[{"sig":"MEUCIQDL/7EjyaXJ7qS2j9WxSXgfM9AFN0kM5L+7vpBr3wS9NwIgKkn9wf3/uwuuaNipEHiTDTTkNOE9wLMmIRTeS7RQuhU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3863900,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiod9QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUoA//byuSSDhg0YyJr0TXP5sidHJivCtxzbAYypewPoQ4/kD4fj4F\r\nFUVBTEayweICYa99jfNMilNvhshABTZUoYSF2HN8hJA2vmPe82BbTbF5bxZu\r\nPFlW+dH+cOTe9QhziCchCv2m1hU7anDtY+YLQeMEE6cGpaXL7/PVF/2G9LaU\r\nHOgtofp9AO77Uy6uPZ/W98+Z77BApvj07+s6mEPUNbRBxjXUJ8cGDO81DInt\r\neGRTwBIN9Ii38FT885jL7Kimia66mhmycph3+GMGr7h2v7tH9/NXZMLDHW0P\r\ncCFRPCCFMWMdexoBFAxVrBqmqbRrTWA40VtvtwPJAzRvOtXbDgV2NtqWfnSU\r\nWDK2XbM6Dyowk9ZdXbP2zyTqcCFfahG/5cd903Hj+WoAQeQhWGBeV/94OSbS\r\n448s8w6hw0clRIIA/qFdLhzCPT5eIF7EKYmzroU9wKgnihD9u6CPVoK3ZB9q\r\nyv9HCG+yrO8Rk3tQXHk/6Mx6B3kZKqTYJozVyS6NoCLMSXGd9QbfV64XKZpZ\r\ng+xzmGafIepPcrbfkMxxov0EXZ5BjXqdNgySECdyEuLX6JsYF7DyxmSkXUqO\r\nMFsvd6DCEdga1wXj73Rwcibfdt9QKGHtY9lSFBDSgCr9PVTz0elJqt2/fXJo\r\neMVUnSpeqMbq7Z6MfFuDzJlUIGcmACVQUEI=\r\n=B7KT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"2d6829b603232edbcef81fdc73a2a92e2376ca44","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.138_1654775632189_0.37945566527426","host":"s3://npm-registry-packages"}},"0.24.0-rc.139":{"name":"fundamental-styles","version":"0.24.0-rc.139","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.139","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"249b268dfbed4dcb655ed574e321cbe104c8afee","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.139.tgz","fileCount":124,"integrity":"sha512-IJPtBLuHOa+xtJBkuk9lLrwe5agMvqg0zpyrp1gY+tL0cWqlMkEn1IX/Nk/r3ImGjoV0zEB9SDT5DGDGCN8+3g==","signatures":[{"sig":"MEQCIDmd8LmBu4TOSPn3QNxENT6+2BCQJYh0s9cWH1UTiaLwAiAE3xdfjTP/SDIHZP7/f90N050QBkIUWiKIDHI5l/0Cbw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851698,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioi1VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrirA/9FOVudboX7wzaoQuJgQkBBio0xIakl76DRIuLMcIhJArnv/n+\r\nDw1CofY+fQCccYpeJBS3pbwTW4WBbS71Ravs6a69QXgY+RkFmm5yKxxhWyOm\r\nDcecRt1sOn95YFXh2xgYg7cW+qYQseQqiVAB1hgCFsBVy5OEkVewcJ13kn1Y\r\nMcRDmaypVhUDHrUIF/AN4R+FqNoNNZ8P6RdD65SGxSFXljNZxSzn4IuNh0G5\r\nwuJIApDBTkklghQDTHO86gAeg0EJKxjdKOhEZhFTHfEDGqXcOGOanx15LnJb\r\nzHe8GkCL4GphgDpNzj53CYmOD6O9nhNF089MEC3QZbp9hdPA6qPURPqTucGZ\r\nO9OFi5q3DNGqImZnDzdTT8k6BROiYDs+O4PohG2Y7oIruJOqIPSH/QTo0gkI\r\n8yfSkqsSfQbZ8sBp37tKYUyJnxfA2ZmFG8DkMpSmHO2y+DYxGldQH64p8EIB\r\ng4Na6fYD1FyKAR0q/sWAlNCrBiX6aSKF9L7tLIklpkSLg7C9NDQPA/C51dVA\r\ntVMRhE2AvuWR/EynnEQpsLfAw6ArjJhCwO/bTHNuXPiGLKmjwSD+KBu02N57\r\n2fQ88jmjNsZrQytO1GIHnUDJqvnRmWu+eQx6dDZzLzbYHZaE9pw/YeTTkgi1\r\nQS802ahtM0KPjx99Y9OBmGmARFG6KtkAr1A=\r\n=+m4f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"974fe7a5cfb9cad591d2a1b26cf0329606f32597","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.139_1654795605160_0.2077799064950745","host":"s3://npm-registry-packages"}},"0.24.0-rc.140":{"name":"fundamental-styles","version":"0.24.0-rc.140","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.140","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ffe86afebfdd155eb37834d834f4e93c33a7dd4c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.140.tgz","fileCount":124,"integrity":"sha512-BxpD7AsCq24IiRydigd3nBf8KRUJRe0IeCeXf3lKl+GqVDQ/C4y4Iy0HLgcbZfDui80tZoyrIzkE8AXuyIkPDg==","signatures":[{"sig":"MEQCIFeXf+8NCfWqMFl+XziQ0I2o8M33uz/yrWo88hI49h/fAiBHvKSGL85v4hguP0mTn8soY1BbaouZIike6OZ3qqbyqA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioj6hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQww//Rs1JJ3dR4j9i3xIOG/GCBv3v9PyuKsGJsXfYxD85Isv3to3H\r\nk6SHcvKVcGOoT1ItCoKP1OmhUAKhpwMA0NvHgoAjAdugdmlK2chrOYoTCvhT\r\n6o1RCwWCiloQ7ljKbtUj+QuZDBkQ7W/mxhgAcznB5eM2KONPgavDOt2jxkUq\r\ntdL2DPN2DAGOAKIIqxNFJQ8pVz6bQB9fSmoTXCvJLldHT/lITbqvL6nziPoz\r\nxXKFxPy9ytAaFBdBd81DuwBxkdzxW9f+/DD0y5U+QfI3uku7K5zWsAIhMfzO\r\n884e6P6hLdGmDlXOE/UdooxpxV5Pd2XVJCaX6TzArkON00mIIOGTb+L+k0cy\r\nAfiteak+BkcM8UaKpGiE06sKR9FtT5PKuC3I3kTEmxXD1l0/OLAKeHgdBxiM\r\nkXK1EIh6I2HG9jabnI5wNpJeSAPorgVmkvuF52ZQCAS9/3vQ3r2kzWw8vQl9\r\nog8ATBgEvc7Txg/L9GcoqFPF5t13lj1Y31yE8tzXy8YiK84iXbWPDwiufP0p\r\n7YC4hmKVA5cQELMd9ybnWkEXDJOSM+Oo2xLAyOEjFS8ZlyOt7goGQgRNtqNe\r\ntvckwE720eGJolPO8UuZyNfKY0JKIDnp3Y7Mb4SxYk0AAIJH9rrn7i4KgSFo\r\nu7lXx3j41KCI5au8SLBBf/wn8sqK6e9Nc08=\r\n=zPK+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"01541ae7d2b16437fc35f5b204d6770303b8015a","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.140_1654800033344_0.013647475819155153","host":"s3://npm-registry-packages"}},"0.24.0-rc.141":{"name":"fundamental-styles","version":"0.24.0-rc.141","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.141","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dede36d32dc25fe06166ae9db400c885de8f921f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.141.tgz","fileCount":124,"integrity":"sha512-HAn1Ij2E+cCh1HmX1l9K8gF/NGGjo1oJeX9O8aUeoqIsr48tYv9jfVfLSfekvp18/+46zMSKKWTpJg79vOnYRA==","signatures":[{"sig":"MEQCIEb2+6mHUX6yKgNN5RIPZAR6rP75zQFjETPS3p3xkqpuAiBHhASBJS6c12AvBbmfprBbKoE5AlhjIDF/pLD2DCe/Zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3851762,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiolYgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWOBAAiAnb1afKKaiBcBAR8DDG4nMYvui/BayhVhmkQbDQZOyMN3Uh\r\nioEIw3UimWB0yeCvhH47aFiD6jLLe5gpS4u+R2hasRocbyXXyZnT5Jgt8WqD\r\nYyDUxbsIKAN5eXmsiWHl5iH2fvhXqm0mlWFl6Ird8No3FZ3V0SKcgNqokzVk\r\nVHV52tyXEpzDQO29BOrtTzULFydwHIyac6GGCTDUrlkIwi5R3DXw2rFJU2SV\r\n6HrZZf6sAPr9UIOQlKyX782QcjPhDc8PDxaMhTXrO60hROQkD4G4HvelPxK0\r\nukX/NPw9Hr5L1L4vgalQPcicPUCDbdCcZIR3kuk9v/Np8Us9hn4Xpvb/KWbB\r\nJl2gB1/Z1zzdBe7OSgfbBgRIpUvsDvSW+JLdg3hIjmkDc8cHACHcE6WtMQ4M\r\n9V4DdGXJr1227f6VUSvl9BNkl8mseMZi5FUz3KmaX1k5CTW/heRklPD4Qv60\r\nwsii5JPD0ByCrAiguYv+vG9gAUX9I6RZI88RXZwBJMIRtQGq6BH+tRVa6dPS\r\nyCKR+E38EBZxdPMq6aAQ42mkmY8tbGB3Tz2EvNZkQOv+OB9p1f9naJNCM3pz\r\nc8ZvBhSTVz88wc7lY8bkSlH+gTWI0IYNFiESGiNnUSjEZl7u7zcy8cBXQJ4V\r\nfKF0pp2Boc/rIeV5s7oM7PvwK4oH5MBtG7Y=\r\n=MQmN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"10dfbb950fb3b4a3f7ba143bd3d9d8c11b2624cd","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.141_1654806048596_0.523609449657626","host":"s3://npm-registry-packages"}},"0.24.0-rc.142":{"name":"fundamental-styles","version":"0.24.0-rc.142","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.142","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"feed766914d722d4f13e561e12bf972afe071d84","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.142.tgz","fileCount":124,"integrity":"sha512-x71knosPTDvTRHOPwhSjHwuvvYnzSfJdgtsQOIyuEGrD5oxPSfiK11mcv35ebU4+gX2AE+yvEe080gShZkTRkg==","signatures":[{"sig":"MEUCIQDeTUqzDwASxxfErP4VYVuCMvL07u46sUKnO1q+F25XJgIgCFomWA8bhyIfvArFFuGk+CWgJwqxVr90qLYSlOci60M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3864863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiomGjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmryCw//fNJSGFn1GYX+uFQ/AmaMclLL0rnlsLJ10+Xuh2FV+vzsBFxa\r\nUAJg7QomPvTt5cpwUiyZ4CUwBo/ySTSUnydrCZnvbZCfkjdB6QaO+C0AWW/3\r\n7oQHS8Ni477jfCI5P8RKcLy3T0we8rtpWawbJMhPlLEpOvXE0a3hq2Cf8okx\r\nJy378gEtQbsM/JSW1v/QfEXjH4MNdP1j6xQkKvyBJp/9Xx7g9gpes5VB6JNy\r\ntfVagDD5/R8E3yjPbBKwNAicGEjy5Jqnfdoq6mfcu7TE387ukfwFN2dm0Par\r\nRQnXb5il9qQ2p/is2YJjmdrk9gvPXe7P62RTL4StvcPswManUkqdREfE5toO\r\nqmLUw3CprcguUIB8FXXQP8LDupBZiIXXHD5+EnmM410IMa0s2kYwZEFVsaKE\r\nY+YZ8SJSU7ClCubXwOSvdkzrEYOOU1/cm0AB3RNjKmtjYkXQcKsdNpnKNErx\r\n4kaDX/CYTF9RC+9SHcx9BNfnA/rd1WxGkVl2vqmNfHzv8mfgi8a0IaNPk/GG\r\n5QxVy00o9j/MUIa660AYzG1bQfqZanU3KMWFQMl/G8Rk7E5U2dWH1mT3VrQm\r\n/pwegfhUs/E+v9dyXg4KCf/v12SlVLKT1uRUE7f0KXqIVr7eXnL14HlMHSGf\r\nx3VbA0RP7aH6IfPH9Weib8IQCndKhIAw1os=\r\n=m+1N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"8ee848b4890cd3f014c725756bf3268d7547c2d8","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.142_1654808994529_0.8954915693890477","host":"s3://npm-registry-packages"}},"0.24.0-rc.143":{"name":"fundamental-styles","version":"0.24.0-rc.143","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.143","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3715ecf644f0d7bbda069f63fe135886ba1b8b21","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.143.tgz","fileCount":124,"integrity":"sha512-VQI/VZWxszMc/iGTzkc+5UnRV752CfBa3NIZDeZ0XGP6z7yzGGrQK3w7VJffr9s1b3U0ayyXh5CNUsc8F/MV9Q==","signatures":[{"sig":"MEQCIH5Th+ZlBrF6GWpG4psSdK7Pi04YPdf9jzPlTWt1ftTTAiAtk+fZXsncpQVnQ7ong38BFcyEFC2NCHaJhUO2Bn5tLg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3864863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJipeW/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpuKA//TAFr7nPvh8xe+S60TNjfiCTGH/yJlTCiReSIUmYjuSUS9xL0\r\nhUv2LBAt4JRn9ttA8LCyAY06MD1BVQUfKXaKf7TGWFLUq4iLcpWsVrgCvLLm\r\naVjFa/phe1/1BInr1JEkP1WXrJ+OeI0diJ33HljcYaE2AoAnQ9VtKxYMZFNZ\r\ns/MWhZxsW4jmp0QqWXxkQ+8cRdlqonpW+TM8lJICp50OBUA1Ee33U89/reOk\r\n7T4MwEYlHrxktqLMwwK6dA0QQTKH7uf/sFkuOXFGYA4yOf18Jfn9aXoodR4x\r\nV7qbXhLxxF6Et/kxa2bQ1WPuyTwo8aV8GYFyu2X/3/q15ZF5ERRH5WPAgUAZ\r\nxGMfaQ/NlVsfQYithNc9twCi5IJXJOsH/I97clj/vnPP7xFhW/NY8ZFS7lBM\r\nKvpZxP8nnLbBzLmS9ooq42B/621OHvLZtotEAsObeG14YXZto9UI0PrrNK/U\r\nIr7T3VryLMzOpFhueQ5GRm4Ev0S6KWgnINKR4yxW8AvAQCz491yoRf6HK0ia\r\nNK9/wX0sO8BMx8pCTseGGA3h6TYMXgYzNzxR5UR0OmoWWOA9cCk8SuZ3bjDY\r\nDK1xgsPBcCztWh77EqKFEDCozbgik+TlEnL/hvosIhBpYoCejs3HfFit5QqW\r\nAW4oaKezE6wi1f8MfD48M6LF3SS8uHE3PNA=\r\n=hIRD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"80ce6cab8d41491066d692497c9932056ec17ca6","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.5","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.5","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.5","@storybook/addon-docs":"6.5.5","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.5","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.10","@storybook/addon-actions":"6.5.5","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.5","@storybook/addon-toolbars":"6.5.5","@storybook/addon-viewport":"6.5.5","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.5","@storybook/builder-webpack5":"^6.5.0-alpha.16","@storybook/manager-webpack5":"^6.5.0-alpha.16","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.143_1655039423353_0.2412431238606041","host":"s3://npm-registry-packages"}},"0.24.0-rc.144":{"name":"fundamental-styles","version":"0.24.0-rc.144","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.144","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cef95be77808a6cda97208fa920c13000c5a7881","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.144.tgz","fileCount":124,"integrity":"sha512-ADN3sqFXkc1o3+Mcks0Ru7gKJTBOkXT6sZDda8Fv2feqLUcUTohdi90ZarkBqJ4e3Ltrwzy83gYcdb3GGdi1jg==","signatures":[{"sig":"MEYCIQD4iFhdF35S7s+cqCYp2OJS3NLWuP/H9m00hMGW5VRdogIhAI5qzn/DXkgthWLvw8aoGqsBGYuZ36lAvyowMH7phRes","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3864845,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip5CDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpYg/8CkdnBiPjOthHOEfJJjzMYCQz19huZc1faINZx+u3sKp168Sv\r\nAoC9EFPBNPN6e+c08l1cRh8WeMUOzG3y83ca0AiIPx6ilnr//p0RlxEVWAVE\r\nAxegs+w983kQymVSzZHgHomszy5bqv1WuV7WtcIEvZDzHct2w3tjcQZljcT2\r\n/tyHd4qpv4c5erEgaF9HHceK8xgGtQbk/e602v1JCIFl/7XDil8IDWSCtFqB\r\nf9qEczj/X5bwTPoMcsZKfY1W4XHO1CePMwTmp1KQ2B3YacVwV43JTXjrnyPe\r\njVwCOR+I1vceq/Sr/YCREd9amocvargt9BHMb0QzhSemIB8mqxE6tyKHnTKr\r\n1nF0BEhRpySntJzOuTMjl1OIR6YB38Zo5mRx2vgyxiz/yp2ss3XTsKHZlpya\r\nZ/3p1krAVhCyn/D13yoeWhzC3ez0vpTcR73CCyJUH1v1tKuTryCC2sCsOpAi\r\nRObXfZ1l9SdzCrWidbipeflMbYaZXlABn8kNNskrV9DnGj7hetPPMRodUnUU\r\nWS+bQRY2PR5fYO8MGqqB+IY2PHS5TkXR6u1Q/KpjBlAXGTwfaa4nGSTeCTEd\r\ndrhuH+XVRtB2Zpm9FFrVENzXkf68Ps2L0QJoqzEk4By76ieetqTEOGbEP4DZ\r\nWAV2aqSAGjuGsWhAbBLEHPn/20crs4O1bsM=\r\n=zQFr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e53874d982bb5e50995c97a1d9eeda576c44437e","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.8","@storybook/addon-docs":"6.5.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.8","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.8","@storybook/addon-toolbars":"6.5.8","@storybook/addon-viewport":"6.5.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.8","@storybook/builder-webpack5":"^6.5.8","@storybook/manager-webpack5":"^6.5.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.144_1655148675409_0.4833458801757635","host":"s3://npm-registry-packages"}},"0.24.0-rc.145":{"name":"fundamental-styles","version":"0.24.0-rc.145","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.145","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4bc56484fb0fa3b3c45ec03b2f978e062279108c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.145.tgz","fileCount":124,"integrity":"sha512-bWALzK5nXvEsL2m78zVbixauK4LPCVH6IWSvs6fz4iecMmhAxZBAqaEfD0bwShwtIgyK6ieYwIjvz4bQnvZcZQ==","signatures":[{"sig":"MEQCIB/NQpunfELZXIOp7a5nyg0IP5ZbUx8ZDkr9F+m2u7KoAiAfgnNt1t8JG6oex94hX5ohnZ1nTXi8E7Tv9RTU2KJ2SA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3864999,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip7IzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoZeg//TTgxT61Q5L0ztcF7RMDjwg8idbT04wdMBB5I6/NoK9nyMnGu\r\nq3CsFAnzdJBYtG3DGSZpnGB6LUrodRnoZbRu567HAAC3lG9CWwTJLdT+c4Tk\r\ng62SIaNcFW9e2WsGfDluYByAUJkpVIjjqlePmPapV7FEdbolEMiDXvUq1tSR\r\nMTFJCt2ifFLI5mQM3Djrf/reG3Z5Fa2pwtYEN5MLkYVMtKmmsQZd3875UWue\r\nhhtOL0MkQd6lIHl4jHmNrVhzDvKUFXnXAzRkHBzj48CK9I5ujqHb5BxAQNcT\r\n2vLCznq6s3Zl2TBS5E2NftcxskVTlT4Xr/Xxp+j6DA7DzCYqYrRpDUJD7D/8\r\nrjRAD85y8KUIlQilpgtgRmp7vmWQz9eLUrexX+TSqZwNKyB3Xrp6ZG1fXSTe\r\ni/T8kaKx02ymwP/xu8iwoeXzL4XW+PgFLjs7LoeL3Vs4jhIdOgkIqDT9tVik\r\nGUW3hLetPsvcCbJTKKUPRTTYSi/XXhLmzxtrT8O2ljQ0EyrmlZdTw430a9Li\r\nmC6juMnYDBlL4iOuSmragjAuA+BwAYI+Ltc7ew5bcw+S41hDHLaksHbdUjX1\r\nYc2maG3ECngyhfvpb1wz9aBtwxoIIW8AMynVftNTFuLbzkm/ZMmu5dmT6/x0\r\nwJfb+dLguMXjk79zQcQAv7Y/7wbtLVVcaXs=\r\n=FAIs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"db46ad16da46cb8423cc7ff96185bc8c9565d549","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.8","@storybook/addon-docs":"6.5.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.8","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.8","@storybook/addon-toolbars":"6.5.8","@storybook/addon-viewport":"6.5.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.8","@storybook/builder-webpack5":"^6.5.8","@storybook/manager-webpack5":"^6.5.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.145_1655157299441_0.5958139634993238","host":"s3://npm-registry-packages"}},"0.24.0-rc.146":{"name":"fundamental-styles","version":"0.24.0-rc.146","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.146","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4b48972e4d9c8d1174818c7875b4b6ff9557b486","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.146.tgz","fileCount":124,"integrity":"sha512-GZqS9lp4SMx9zFNG223+TtmxC6Fak/UFjrUiFe8/tcGY6TGhlx5pusZDgGXjRdd8xBtNHPqrpVUgu7oNKQasew==","signatures":[{"sig":"MEUCIQDtuh0MCnk+BNGoFytopsfwL3sHgHtc60GregO1KyFnhwIgBJftnOARqNVzx7y21tye59WT+tY8gLGQj9Nqs5514LQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3871829,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip/1nACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoNvA//dF3w4c/Hsy4pLL/OszUT6zVANbuD4qw4PuJrder/mmKMWljs\r\nZ3q5e33L1FDdAR/OIhOK2WEqsNg+3nT6pAUy9+IzT+27ot0qJbQNRVtMXjPQ\r\nI8mO5KJeOuD/VFuFTF6YeL7ynsofvvzyDdomHoUaPwKvPofpLYk3xnnCCyzo\r\nKyu/4xXlVltL7MB0nc3FiXDitESqmKDK+l21A2741UQdTAA4yw026M4DK3CQ\r\n5pH98T6gmZ0bkWSso3s0e0OW3XNGPCUwMOQIr7yCMPrccaC0yNH1EvJzcQve\r\nfb9s9adLMkBar+mkOzolu48C6P/ALUc53+Og5M2kZYpkEp48Yj+bVSg9JHc0\r\noIfBdHm+sFHqm/yaANnZnZd9H0Ovy3CQoYCW8e5ECunSwdbsMGClgHnjNdSI\r\nek1yDvj2b8IsUm6UDZk9HfZLWgfnfsMvIVB0ljQwrHuggRg7SM+nYla+F8HI\r\nKLGlAlrQsfD46ANJg9+CsjzAG8KbUNi634dv047CXyn1thEE7GRArzBi7/Ro\r\nhCgi/KDi/OUkaZNe7r4Kw10e+9pLebntWQopurYqAw4tKSSQYsGMt5Bsvo76\r\n0RoJ8gQ3m8uNwNKagNrgDgx/A6kjKQsFYaJhRd1W3ijjsjg8PVyv3ajncr14\r\nfapDj/FJw9D9OpX7B2uha8k4TB+eqhFTm8g=\r\n=Jxia\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"debbeb17f5ec3bad72ebdd8f9a765dbaeb608628","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.8","@storybook/addon-docs":"6.5.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.8","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.8","@storybook/addon-toolbars":"6.5.8","@storybook/addon-viewport":"6.5.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.8","@storybook/builder-webpack5":"^6.5.8","@storybook/manager-webpack5":"^6.5.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.39"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.146_1655176550897_0.9458067091041547","host":"s3://npm-registry-packages"}},"0.24.0-rc.147":{"name":"fundamental-styles","version":"0.24.0-rc.147","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.147","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"df4fbd9d63e98d4ac05ceabbb5e15e29ad3e8e53","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.147.tgz","fileCount":124,"integrity":"sha512-ajhmHvxiHoYhvkazlvv7oaeqjBi3CvEAcrRBauv0Q4+zfPVcfvHxeVseOcXEXmHFfExvMHsC1gS9opCcQVCP8Q==","signatures":[{"sig":"MEUCICQxZAwG/et2dJuztO4sQb9bZ1pZjrxiEk6KiyY2qiQAAiEA5THzeD9XFo84QexEQj/nLok6zh9fRdN5hWcMAysy0Hw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3871829,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqJlmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoCKRAAiEm89PhTA3sfcXGU1UYLSOjhPoA/qgP2pniAkTpccsP2vYCE\r\nw+nRSO3vKPXR9SjeVuzhnRQ2x7QMkY7Pv65W/NVYCmMzp3srboKPD8kXLd/i\r\nTDeb5pljMZzYvZaO3Us6ScLL6Pm5CN/eKPh38cwRjtaAWYwaIjU7NzrhSYjU\r\naz9Wdjfwq4RntE+/EPb1H6tpOeFf9nzsHmzBNEyQbjqam19gBAtj/F6Fny/W\r\nXtdPArYfg9Po5TT2UikWOfyPpUEMVRYcLeJCGY8/anWt2EwdISpoq4usw04N\r\nl5+HSItoEvwnDfwdKwA+PDoSX45ueUd2T++7a2yoPz3fPi7KR38vI5jAOkvy\r\nPJIlypqLZjDcsaf65d+DVRw3sao9hKDoSjPydc5Q1OVEKib+KTj9dRVWHW54\r\n5cnxuW8VJ/X3wIdFXot8jCSRPIiXKYK0hL1bI1ePtTct5ugYl3PWCPBa9gbe\r\nd4AXqNhn3vYDx3cjWN4VFMNdBhUJEm2+GxFOKqBQJkn2oEEbKx0AsJOFUg2x\r\no17yUmj4pxVslnn/j/OPS3nZcjjcRPQzgBM17OYWjCu/rLGRMc48fO4vtC6L\r\nIRYwKJ6V7JR5CfA62U46hIb4J3yJB123+6mPASFYzlp0+GrPzhARpnXSkCFB\r\nuWm0nSfI11IH4rHh8rPZnSPGJWrGyX+KdiQ=\r\n=9i2Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"68aab3c12a0f9858dc79689d2eaf4e56ca1174b4","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.8","@storybook/addon-docs":"6.5.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.8","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.8","@storybook/addon-toolbars":"6.5.8","@storybook/addon-viewport":"6.5.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.8","@storybook/builder-webpack5":"^6.5.8","@storybook/manager-webpack5":"^6.5.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.147_1655216485837_0.6133226132419045","host":"s3://npm-registry-packages"}},"0.24.0-rc.148":{"name":"fundamental-styles","version":"0.24.0-rc.148","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.148","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"daadf9788f78496e9675ecafd4b8407ed9ef1e15","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.148.tgz","fileCount":124,"integrity":"sha512-fkVKOwhsnc5S4iGBC2Or0xze4piYAe26L4BhZV8bW4CiWpYPcnh92McSGajlN0Vup4JeHe8zSz7usyxvJRC6jg==","signatures":[{"sig":"MEYCIQC0Qp5JmswbO823UMo3oACY+9o1Y1PxWgOBbUrVpKQcJwIhAMS9IjOKMavE2Rc1EnEnmcQ5mHlt8vRXNgDHlBJav51y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3871829,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqP2FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrc1BAAmsQfWlX2ppZUWLyqtNPdPo9q6Jxaed8QVdcdA4+VkWHNAkz+\r\nbh7h9gpOmX4WGQTWuhWO4XwZ6Jz4hOKDImjIWSeZSzIUCfdqqJ0dVxVtCzZo\r\nNMdkUJKam4r29nXy4QseWVwdPu5Tzr/r+TROnTtEHE6vlRMDG1sUvxHm37xz\r\nxmRzlpqQ6hSVCPMzTu6k/RKYq9gUNspc4kQJ2lPR69eisqA2rd1A2uJhRN1p\r\nq+UppLPsrcIbmBe3kbAegaAFyVSZ02zE2nldHY6dO2+1Uc8YvZzS04tnGBua\r\nUOinsh5RnAh1WGBKJe1/MVQvZLrgQIOWNmOBIjJITwtB3fIhuyoWLZoks0gI\r\nrNOEWx4MDM0CagKBb8stOJbb/30Bs1zxlYYqu9c92jYfVoF4Nz0aiwquLZEx\r\nRCyyF0Itpc7GSkEakpn/PJ7qMS+/EmDaywCrwrW1c1O96Rcp2j2hVeOsbKt+\r\n5cmXh8LjnzNT2K58XXAXSLzfImV5NBmOkR9p+jVDyhb2hBWo5/18WMHL9hvz\r\nh8eI2/n1sA8kXwuDstzwC1T0Nyu2VF5wb3POSvOYnoRpdzwdhHQI9cIcciRZ\r\nvEk3iYi3JxMaMV3Y+bf64XMALN2g9/fluvSu65jowVWgZwsS3nmXGxtdx3f3\r\ngjNivmMTwvUgM1O2J5EBLQrl03kCkBU4C5A=\r\n=AeLN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"fdbcc2d8c12ee5a5b678a5aa42fcc16dd98843de","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.8","@storybook/addon-docs":"6.5.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.8","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.8","@storybook/addon-toolbars":"6.5.8","@storybook/addon-viewport":"6.5.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.8","@storybook/builder-webpack5":"^6.5.8","@storybook/manager-webpack5":"^6.5.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.148_1655242117638_0.5248214115092316","host":"s3://npm-registry-packages"}},"0.24.0-rc.149":{"name":"fundamental-styles","version":"0.24.0-rc.149","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0-rc.149","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1d8619fc09141b53079c26b80e168dc08cbb6a89","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0-rc.149.tgz","fileCount":124,"integrity":"sha512-fGBI2JQkK6i7T4M7mUIgPE4+DwEwHzZZJmZ8+ckMyIGBTaQVTKCEYpcQC5rrOG8sxGoYI2UGM2hEYjbHoPiWTw==","signatures":[{"sig":"MEUCICA6jJf5mhpU0n+YTC8ph8ZTZ7mLJMQLaYuS5E6p5hV8AiEAjtxMd2r0YPTY2ep7E2tnWalLxnOAZ1l9Dl6DqBptEO4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881565,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqP/cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqqmQ/9EVXcNsPX41XucO7qoIrN/zZiSA331EuIv8mV2PGs/Mk28LUD\r\n9Z4iS2bvhKB6I3r29GjsBfKFWYmn+DB4VlxVcmbtNVaF00bFhRQ+gUFw/RjU\r\n2aCDMp3A2NvizW/XCAWPIKI7jG5cHqsPRgDq9fFcgdXu3Q8YWZHTTEYTM0Ff\r\nZHVAelnaqDnTvJ6MifIS5BhbjHifZTlLUYMYLZRQctBmyYdP3IBNMGuJZiwO\r\nr59WOmQPfq/4XWicdcmzrnqRUAuwFT2Q8GFJhZt8stNRXPMVDFPBfH9NE2S2\r\np43Kup+vq7tmAroPqzjbd6Le/5KxHC8c2WxBjkhA4PTG1kn1tvqR8YO6OQjU\r\n1Rm/QUQON3Z7Lx9nDkxtLWilL1jOwdVtJWcMFTHodUfAiqNyWFWb0Q9Th47a\r\n5kDv/igHV7NRl7CYUpfvQbn7TRfkA+MfXUIfE4QXXa12YBp7+Cz7HpAUuyl9\r\nSZfw/SmPVTWnYIJFjNFTHXn9VBDYcJiXkATAI4P8aK/4HxAJfdmtbwNKq7Vv\r\nleNOuFvgvqOx8XxEkzp/YA+N9g4azYTblJP6StAeFCyVsBJpBSB5ZnyHo0Ci\r\nMy8n+WeKE1+bUqnHAnnEc6CG94Hq9q5vWdPxIsfHt3PZd8jp8d/mHA9pVw4E\r\n9eIr0YmRQBfgs4pdWLNzD6feF7EZnjQ72lg=\r\n=fpis\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"102e2177c12a21125ecc6f642d89a5cd57111bd2","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.8","@storybook/addon-docs":"6.5.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.8","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.8","@storybook/addon-toolbars":"6.5.8","@storybook/addon-viewport":"6.5.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.8","@storybook/builder-webpack5":"^6.5.8","@storybook/manager-webpack5":"^6.5.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0-rc.149_1655242715846_0.38146027419640616","host":"s3://npm-registry-packages"}},"0.24.0":{"name":"fundamental-styles","version":"0.24.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"84486ffcbd0ae3628e703b0124885eeb488ecfd7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.0.tgz","fileCount":124,"integrity":"sha512-nv/UQsG9ddiStt1w0b4H51rAneWS8ekYUGvhZ1e2m9WY9LFm0G6SvxgccUGRKcR5wChiLqe+YIv7CjyTOppZrQ==","signatures":[{"sig":"MEQCIHAopabEYTKa2ebx9MIh6WfUk8+98BVK6CKp/KK1pTUjAiB8tmkmb1If9JM1AhmS7fmf8fApmiY5o8U/5WI7e49BaA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3288525,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqQLXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmocRg//QVlgUQyFpqoL6BXN3t21rc54udLDZkGUz1z0CGgSORzdd6Cu\r\nK9ZqUMB0LMcv9bZEq69zSSC+4pOcuwDhh6kmJAxl2CXUvLJg3O6+B6skFEQL\r\nCxouXy5sqTG2RnAaoA4u6GF/+y0Tm+P1QsTjXUU6iPgs0CDS6NbUD1GTfdu3\r\nbTrlSUysbvAvkdTp1q0bHpoIvPZZ7f85Z3ivBFxP7ex4J+Vuqigo4bGfQpBA\r\nw4MJN5a8baw+62YI6h3uRwKJcrMf9srAPfUIkgnYl6tvRCqRc0Oi5buNo2JM\r\nsvWucJSAwaaPtDgEv3DZF0W8uSrMDpdiN2RpGjt2ZUOtaKPBQNGyBIJSgJBW\r\nxVx80M8d3Bk/8T2tX9NL5frAkBHETFhmqo40c9h2Yx3rRvpSDu1CrGClF0Hd\r\n/N67cB3SBX0nmUHitKCavj4bUS2s9ttnAIpOMnN+4UEIWhbMnarSvo/TSpuH\r\nG3WtvTJ/VjcfLxqPt7+EZBFEkptljEcNoBgrxx7do5w6Yx+92H+qxYX9zf+P\r\nASHlI36BU5Gn6Pt2jfSbdgGfw5vt4FAM9tEVTUf/C7inRbEenTkeeklzAVjS\r\nTcHUe9Ucs24cH7AemnC2YC2SPgPt+1Oyg8n5MJcB2y3X/nc0nVgeeflbfm+0\r\n/6mXXmMNzayyBeD9Cg4C1u61aRpjkLbbJzo=\r\n=4s/9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"f45419ce335675044d140ff045ffc0d5ef22fcf1","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.8","@storybook/addon-docs":"6.5.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.8","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.8","@storybook/addon-toolbars":"6.5.8","@storybook/addon-viewport":"6.5.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.8","@storybook/builder-webpack5":"^6.5.8","@storybook/manager-webpack5":"^6.5.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.0_1655243479180_0.6846423016279135","host":"s3://npm-registry-packages"}},"0.24.1-rc.0":{"name":"fundamental-styles","version":"0.24.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b120d2b2e6c94f470c08c26a42db899cf8f2520c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.1-rc.0.tgz","fileCount":124,"integrity":"sha512-Q5I3bQJWIZxx9GnT9pP1iSJz+pEkTrnIL5GEWFfSm7S1OBxXliaqgRfu0KGhQDrnaKBq0q8gcDJU6Ij4BdkirA==","signatures":[{"sig":"MEYCIQDWitz+5Zejhxd0b0MY3Ctk6YktLxuMgo/87q1eB/7iYwIhAIoqm7erXkYzfjMeQQdKm3I5fVtqP1d9u1hCAHndTNBI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881355,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqi5+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpYfw/+OMDIFoLhcKwtBUu5gtGqboNuoZ8uA5TQgvgdMgWiqD2BRH9m\r\nOPTTlkzp6Xp6C/xyzOuXMFHzlcBS0LOSqGu93tAv9pMK6C9gWKGkrEYpoX5y\r\nQxcXQXKPzvMiawnaJu0kRd+4IPaAeZiSkz1g90y3wzZbgKNB0fSz7ZD0472r\r\nfK/G6HFr7lOGCdXVV7WWkykcI2W1k4tJNKql7JCj8HO1y2VpDxIttvJCBJcO\r\nz9XDzzNWbuq2gvmCnQ8IkDgyFmUSb1Eb4VY1JwwzpFstZsNDHpI6sC8SO4NK\r\nM3gJvsAkshJy1q+Qby2frcjcv5m/i13IZe+4BFgxFlSxNLPYYwQPyI/RjKFl\r\n0mS82NMJMQk0QzAEeSwvMhhK0t4IFUrTy31ko1AeGLxybinES2F1ZkX0cySL\r\nJJ3cogNUkg4aORwEbZPCQ2JJ4fwcLdnpD9xH1lX182u+WWvBKppwobo0wRtF\r\nRKZHaSKm4xaqZpzwaxQ8cqLqHRVPDr/acgKPymjKAZcfOzfY/oKoxc5YaFil\r\n19/VrHlp6/y25Y/HXSabKqUf36dOE4bK91ajqgr+MzEektCbNkYr6uEjlPOW\r\nX5BOka6NTtg3n8IprXT9aaBoFqGoT+Rul7BE5WzceXRS9iAeGbyqEU+KSJOZ\r\nk10X6BoL6OQzvJxJI9oqya9cfO4eLGFCWlc=\r\n=sN46\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"266cf51791958f1755c8f810802d9846df299fee","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.8","@storybook/addon-docs":"6.5.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.8","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.8","@storybook/addon-toolbars":"6.5.8","@storybook/addon-viewport":"6.5.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.8","@storybook/builder-webpack5":"^6.5.8","@storybook/manager-webpack5":"^6.5.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.1-rc.0_1655320189729_0.32329633819703973","host":"s3://npm-registry-packages"}},"0.24.1-rc.1":{"name":"fundamental-styles","version":"0.24.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5e5ff0699ed27afd85c9f38d06d60aa1d3a24294","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.1-rc.1.tgz","fileCount":124,"integrity":"sha512-DWsnoXOG39GR+CBpQwM9MCGKasMt3OKRSSv+EwwmyHuFTEGc++dih3fWKVLc5dM3N6MLhGGD0kyp/PV9vS+jkg==","signatures":[{"sig":"MEUCIQD2ADrz+kZJBpMTDbblbJozBakpzlV6XELIUo5K7iMJDwIgcZ9QUpFcrnZmVl6RJ4FLQT0ahAefFMYzKCmQ0RSy4ts=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq238ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoqPA/8CX8b7hbE3kfT8FkoBWpXNw/ksJwavu3Eap4jV7H/8RyBQulD\r\nVnZOStS6rlUPi7BZ6fmqObUiLACAhwhtrrY067Rq4KsZ5dDTV639P2X0Uh5t\r\n8o6h+5CnGUWaFB5jAIImTpy8JqsdWw7ZtVF5AGzU/vOwyNsMLYScbZQxFK01\r\nZXokcQgvXa9HkEj9XHc6w0v/o17Su+P0cGyhAUzcgMEzi7IpTwTXW9fuMSOD\r\n4p5iYDf1mRLK4RK7t0nVZ8N9zlzxS6KmDAKWOpkHyjkV5Xhwv4xHqe/thOFb\r\ngJdQldTtdonCKilgx3ppBEuld+QDdnIIFHNWqMqDDSqT6PhEW6GV8hbzfpEj\r\n6yVLU8nahUyHeD4BORiU+k2LAPeRijhaBsujzoO6gfoc4qcavWT38xctaE6s\r\nYUrH+VcGsirQke0KmFx9cW3cVWYCNUNSLYtDDxfX729qo2ItxGcysqse33cN\r\nOc5WSMxi7v+f9Rxxw23GQpI2jsAqUxgRxhjWTCcnvq1zD7uZssjRm8FfftZk\r\nBGArDnDZgc8iqMUcvKkbFDpPjASrfWBh6DOEjOR5aHp8Ifp2Rll1JuPtVC4U\r\niSp9QfdZ6+t6K73W1Xdqt9DDbW27j79Wh7w0mSQnY3DcTXA+287SQUSBb4I2\r\nnIGaokzqgbuXZpP8I1A1+TLyxmH/N/emcRE=\r\n=SBNT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"cc73d5eb11261b30778b75d977f2fcec51037556","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.8","@storybook/addon-docs":"6.5.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.8","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.8","@storybook/addon-toolbars":"6.5.8","@storybook/addon-viewport":"6.5.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.8","@storybook/builder-webpack5":"^6.5.8","@storybook/manager-webpack5":"^6.5.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.1-rc.1_1655401980260_0.39308987632691084","host":"s3://npm-registry-packages"}},"0.24.1-rc.2":{"name":"fundamental-styles","version":"0.24.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f450c7a69a3625bb137b74a58ab9350057789601","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.1-rc.2.tgz","fileCount":124,"integrity":"sha512-+JLZkqMtN1MAyuSSCxhmgKrwRru5HpGnn+3SP5UiAvpM2C+DPCFDUzUX/n3t+mxNJkZ8JzOEF5fppb6oC7E9eA==","signatures":[{"sig":"MEUCIAdOTom13Ny8KF4j5L7R988RNj+r39PQ7PauNqZGnc6/AiEAshOvJoBpBf1c/fMyufJ/9IIJ+dlCfRS8yqwUpc5pk1I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq4LdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpkmA//ZJvrpuNDeysQPJrMg2+WL6zKRKFWbrlJwcQFoPlTcg3wNBZl\r\n9731VHIATWmM3cCyLjAUlJyploixtjfbwuMlUBdQdTSO6fwnMX8paGjPoFHd\r\nqTDbvs6tbK4bGAE9PXWU8ORfEQD/FbyMjXLUon4x4l+WIjPoSCzl5dEkGrxu\r\nrEcMLRpbqvN4L02BohL6oSZEij/cgofGX0GrPY1q7EXVTJDHOgAKFeItJSKl\r\nmCODjHivDaNRcnz9z2AAlunGETJCbDBahXks9paUa/PBlkcYgQ0g7x9pgScr\r\nx+0zu+eaQeM+gLtbk548QItAl8enZ4TZhNRucBeZgsWpiCeMnFpZu1J7uTZk\r\n9D8S+PCL5/A5uZq8Hyje9FD0PxyvGr812hOexEbfFL/3GU89o2/ZbRPbaN9j\r\nSxIG3E/aPyWRb5ZhX9Hvvnpwha0aNow89iGUzJrBcsPCibdcHNjvNemZas5b\r\nS1pekv/a+x5FLNu5LEdjlcORm244h3/2ASbDw9Bb2uv7tO9wYxJlBJLluVg9\r\nlDNxlUoZcNZORgR4UJK0Wa6BexWIH67XhYrsE5wuEvP6Pzl0ZQBCp+KGhLeC\r\nWrcre7xWIXOsd4GdueJ90GCOsceAErG8r6FPeP6UYTQW4GywgZksCZbWNoWG\r\n2RR2WSfqZ/50wkJyde1IS0N4kqID8j03D2s=\r\n=8Vbx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c11dfe9f730d945e02f3fdde3512b597794bf603","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.8","@storybook/addon-docs":"6.5.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.8","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.8","@storybook/addon-toolbars":"6.5.8","@storybook/addon-viewport":"6.5.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.8","@storybook/builder-webpack5":"^6.5.8","@storybook/manager-webpack5":"^6.5.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.1-rc.2_1655407325307_0.2872259068808021","host":"s3://npm-registry-packages"}},"0.24.1-rc.3":{"name":"fundamental-styles","version":"0.24.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9f8aa8d43ee95daa670a364d3a912e6cf9c7f076","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.1-rc.3.tgz","fileCount":124,"integrity":"sha512-qk9G3YCtgyCdKWOwEXXmhWG1MLCtO9aszYP4tA7NMfXyPIoGpU48wFAdM1a0nnlgsGuwBCqTSt1rTqwtSAHi9A==","signatures":[{"sig":"MEUCIQC+Fcp/3OUUoD0CUX3slYTeqw8+zu3+am1pYjx+hmTkZAIgPS1aPlvWe1I5pckw3golkWCkzVoTYbfw5yJ/zP7ebjI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq4onACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptyA/9Gf+9jfNi7bpO77iE/DSeuB3WtchEtWsmVfmL8omwT7a+y6UR\r\nhTDlmxa1IjqAkL9r9FLKUbkeY5YUGuIo2hJsDuCyG0ptENY/YvIYH2+xvujk\r\nnO92yEdII+tlgSAwMVr8Ko5rVnPIraSDNk4/WsaIwW3Kz5jz3vfiAJpC3t5X\r\nf68m5wpuhEjwRoGCVhre8iILgDaRPrZZLk5HV4xWKawsAL2ppcSGsOou2agK\r\n2eALFjZKXgQayuWsumvz+0GY3jQmhEC9omTmdCmzkhlMIv5qcp2D8XWDUf/i\r\nHYYpAcDbiRh765byED3UwM+sJwnGrvbLb3n/idbTCRCOkwqeZN5+VA43m+zD\r\nakIPlBecixe6UwjSmmMKgJ/AwihfWbZ4XHrRdIcBtQnFd13kyTQn0bMWqxsE\r\neHdFff8A7oLRsriTxrnGrTs2w2aUecxMiNE+9QYJJqdCnCVuR07mmP08bAo0\r\nA3rZqLZ/sRhMLmnIsC9X7Nh10XWq41sohmFj2UDoCvMheQHQ81YpZNPd7EfO\r\nB51Y+DXm26iJFr52RUly2dAr9woKeyqBhRsIgCZ0h9Vmn6TkU9jXfwM0XbRv\r\nywiSIdRkOPVwbY+EF6mrf7jW4RX1RTSXbZMF9MC1TQcG3HGtoSD82D2I5blK\r\nfgwBtIJytjQTaBmRkbrJ+aIXzaas6Fqwjzo=\r\n=/RVM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ec8c36ba962c00502d7019fbe49fcce5efc6ea72","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.8","@storybook/addon-docs":"6.5.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.8","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.8","@storybook/addon-toolbars":"6.5.8","@storybook/addon-viewport":"6.5.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.8","@storybook/builder-webpack5":"^6.5.8","@storybook/manager-webpack5":"^6.5.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.1-rc.3_1655409191268_0.25497272383607905","host":"s3://npm-registry-packages"}},"0.24.1-rc.4":{"name":"fundamental-styles","version":"0.24.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a24e7a5c6a65a0f906e1143dc00a9725a68aec10","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.1-rc.4.tgz","fileCount":124,"integrity":"sha512-1/PExhcbwgPC3BfXuoWiScKGauX1D1yHm50L4i3vrUxkkB+w06P6+w+YF0U7I7ybAsoxT5AJDgBLazYCGSLAXg==","signatures":[{"sig":"MEMCH0egEGDx8H9ytKXToxcDO5+PolSUqc6AMus+elU+p+cCIBXfVkbgZ+lCCXj3oFHZNJusFnIsjF4LP2Ciz+cY8zjg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq4yhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrIQQ/8CMiKWygfKvbf+bpm/4k6SKuvry7fFSdXDJt0kpQmwgmiFHXe\r\n6yGU40CVslk1t3oWP/V9Sy5TLVgAsfJqZ2HPT3+oj9y74H633+lyxqOJwba9\r\nQorccLam7mfOoklhNxZmzNaBMqg6ejhvnqYGe+X4QAh8ON9KPJZ38Hf4LOf2\r\nQsw3mfdYKKp8/YfH56cTsgLr2wTRIoUF5GEsoBm2M6aeBptObEVldMeYrBlT\r\nxGXbGp77+GE0C/aWvELHCSMtTdGytESs3bmbmFJHYTmqQqmgTShvY76oK8dm\r\nveEqSu4o9kJ1YTwEujh41shGkJpoLvVmGqyEy0SAbZkT/8joNbrKaHKCcbU4\r\n1rC7tCOd8qnY1sZUujQSdCpeHLsxgmsZGWCjRaG+Zb5oLwHPHYeei4t9c/mi\r\nwMzcz9oaCx4bfUbHRo1Z3CegCLe3k3DJfZ6AVwXZmEuuoLFNXkF8MoIqqqC0\r\nz0hURPLRRibkwjGM9KNQ1KrH0XNySr0zI85a0NkkywWxvbUaf/6WUq5c7eHf\r\nLPGG+4pLfu1GjZsR5wujO9jI1uBas696G0VfkLAxnE/zWPLWspjSziDEU937\r\nvzwuWP06uGwH0tYNuRANM62eE6Lcxir3Gzb8nJFrUPyMQSSQF/kCpI/PRR1t\r\nm46yqmbeKQYd5QlHSbovh0LDwg5TC/u+6sg=\r\n=bPW+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"5fb63cd80bd2da2dadc7f102d64e9ae694879715","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.8","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.8","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.8","@storybook/addon-docs":"6.5.8","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.8","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.8","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.8","@storybook/addon-toolbars":"6.5.8","@storybook/addon-viewport":"6.5.8","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.8","@storybook/builder-webpack5":"^6.5.8","@storybook/manager-webpack5":"^6.5.8","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.1-rc.4_1655409825577_0.67731940191106","host":"s3://npm-registry-packages"}},"0.24.1-rc.5":{"name":"fundamental-styles","version":"0.24.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f83dad484f62a56e52b3eaaca33768b8be8fd50a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.1-rc.5.tgz","fileCount":124,"integrity":"sha512-GNLAfqpLz8TZRiN9rfSejykDsW8YH3lYG29qXVE7lxaNqtdRzozj9eQ2JdOZ6NilW3t9Z8NbIcdPgqfPODhNgw==","signatures":[{"sig":"MEQCIGNicwjxI7xQOjcyIi3tpgHZnMFzyp6cGF0Z1qXBBDjdAiATdNqg7shUZiYPQU2O2alDWLFYBTWEPetlz/z57hmOcw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJir1ZlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmro9xAAhwsdivkDi5xXaQojTWwAZqhw3rS9O7WLsn2PKXlw6YxRTEvt\r\nVJAOzaXUcBTWGi+8Zp1Crema4IqzFou5m7N753LDEH/33vl8sTTaaNnTtbkd\r\niRdpcqCR8DOk/SBJ1xipb50nl2cBegQMUBn3jtwb6xalGVysC3/RLEgGX3Ds\r\nfg/CkJUorTjEX1E0E5DRLCJDvy7hfsLC8HQdgxq8+FGwLTxpjtnYoAhap3T5\r\nS5c12+9C/sHxAg00UJgphkVSlvUnLxbNTkyRPpp3BLwyLrz+vzqDbtoSdtUK\r\nMqvbLSMDbn4SO6frsP9WPAQZLdJAHymJPLQJ3zXcQafpzG1mmbcVDNMeoc11\r\n1OdsGYTgLWX7ZfhJTBR49cLwcYZHjAqXKsuF4XJdcOzkgHSDi/rbE8aq8U07\r\nC1lPbxMHk6lD/B8GwcNv8LPtvyzC5dkA/k6tla5SG0eYZ9SZYh2sXcDgsJJc\r\nGiRQD7Wzf2C3xOcOit5zqhW9dhDTk4g+Ch6bbb5M8FYibJ2T0/fndNymECfZ\r\n/OZREiZUh46YW8PM1FRXhkARcGdO44R/4BfRTRm2fIrjWvHBpvmtnT1Yygwc\r\nPBW3koDuclF1dSNG2CILG7gPOgISp+ZDFawlVmHM/TJ46JhZ0TuJHzE/aFBV\r\niE51grWDKnks68NnPjazreo/2tE5jHI4u5I=\r\n=AR0m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c0c367e49640076ea4f58008dd486517f1e6c713","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.1-rc.5_1655658085590_0.9921932022065054","host":"s3://npm-registry-packages"}},"0.24.1-rc.6":{"name":"fundamental-styles","version":"0.24.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6dd3be6fcd3cd3fdc54cf81d38b4572ea0a765f0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.1-rc.6.tgz","fileCount":124,"integrity":"sha512-+aLp+ZGgtVmBLjgoFN8/pFsV6qsMBmlEDQEMqDvGTZ68rGNRPHuh4On+0QxZrWIT3WMCESDa1Yvn7zkuMOt4vA==","signatures":[{"sig":"MEUCIQDkeikbd4dy9pUbglDaPKkwaKdLJs0tDSC9fjLjTr4bPgIgPpZHG/IbI3R5RfKqIF4XfcXe7DS1pPSl1JpBACbqh9Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3881877,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisgslACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoMPxAAhc2RAA2uE347caVRby3T3D9y/MhutLuJm0MUo2RnMUbgEUzh\r\nITnJwKIpbeJXrWN7DNPLmNI1EZhjRGT+Y5pyN3Zlo85bkS4q8nLqLE2Gd7d3\r\nwfOs5al6GMXAeNm/tyA2x2sNYCBOkjL2IyGXPSiXa3mOyJg5BICduhUEnpfA\r\nM6kDR43y2AXxyiuI+IJnkLq87hZ52c8eoinFMqKAs9Teb2VW+7CCSx4ddr2h\r\nrNNfyHzw7AWGq34dcbjPDDFchAgc3S19ddPldySwKIDmwHvotgB9sUW82+1b\r\n/B0dNCC89thhUMPZNJJCs0hBj7rHXLSkQHkxeEOZI20jIVonRKobMJgSCKBb\r\nU9ly+F1phdQNN6arQE04MLnP9hZWvIdBHiIw4HTH5vSr+bSB0Q18YVB+cFZt\r\nzmMj490fm16XbiwisGScufG+T5iFi+7kNOTeprcwpsgQHGR5EFgTLJfGpwMI\r\n3H0vsdQO55f89A/g0EwAxQ8P3YZ3LT/tiyKUszmUZDDaTHN1O1Bxv238A2ZI\r\nt2xYG+KfHkQXjjG8WAOhbrB+jXxmBSO+WEfKmCqdLOxqNRRz14g89Q/UroUj\r\n2oEDo7YCve/SJFjga6p2Hw4+6a+jyHPE96LcM6pr4P2d3INesJaxmLtsSvGi\r\nnpUouyCr+pCxeaKiacWg1o1fcKXi3S3dKnI=\r\n=Pl2x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e48751b6ec63a30d2002593ba1879efc42382e9b","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.1-rc.6_1655835429703_0.9442933903706934","host":"s3://npm-registry-packages"}},"0.24.1-rc.7":{"name":"fundamental-styles","version":"0.24.1-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.1-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5002a08a2649ab72fe610ec1f75ec0b5bed68b01","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.1-rc.7.tgz","fileCount":124,"integrity":"sha512-F+gR41Q7KDMRqaOVWZVcp/UNsNNIehcujZ2lKdwJJdo00w3OpmDQUJC7ER3ORPRgFaVYbYvqQ4mYYA2nFWhpQw==","signatures":[{"sig":"MEYCIQDu8ZpJvPGyYloni0rmxPGrn7gw+na781ps5aLJZqPwswIhAPac5WoBYDbSIIEr5MOI4/oNHBpQBTWSXVtzY9v4ikBv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3882945,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJislWAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrlLQ/+MbEy6RglgrOLZyepJBgAle8aw3NMxe6htND23Yk7KdD7N1yt\r\nC6v7si/HUvcQx+F+BP5r1ZTV8a3hycPtOKNqNB0LmV1X9/WYxJxlTn2Evn8V\r\n38JzSnu02xW8f9BtmuSXsdrATxR/XTsFeuGASAgu9TVKit3ydal2IFUat99H\r\nxArpsNYoA00LeJ7ilmv2ZMfuuALP8+tJuxD7hLr3qIHCQQUtVn2Ch2eDlu6w\r\nuDNq0PPGazVUgM6NBkD9k30V+peFwTDDtZAIuP43YZKPzM6HMf+zFcBkTJRa\r\nenpmsCj05dwqy1VagVfWz6nZiwad5TW6HjVGbZx9Y3nCoVn08Mo7FjyzhCd0\r\ndIvnQl3RNB5Xz2Ta/9RTt0FVVJsrEreoCDkg9OFHNaFfEzcduLsi45KtrhOu\r\n9roThhG86Zy9PPWLx/Z3Hm7ChhuPYwMFsVkncXGKwcCgAwfNqEmUvBRzCU00\r\nTb/vG7N6KLssabcDaF+RtsmNnU51Up66zRyR5dkKXvsScqkHHLWVgTI0kaAn\r\nljA7fo4eex7TUYHtYXUmNueCBzHyGfjBO2+kttDBr0BVURmf+c2bjX+KvAjH\r\nYPvKoLS4hs9Xh1wngLRGrT1PEfwymOykLBV0vJSOLfsPIwMI41pKii39eYFf\r\nBbLIS9yiL3JcjDcuQLrJEyGOTXw2LNIw1W8=\r\n=Vb4G\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"9202c44e76ddcdef12e2abf678af3fe46541271c","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.1-rc.7_1655854463983_0.664515787807602","host":"s3://npm-registry-packages"}},"0.24.1-rc.8":{"name":"fundamental-styles","version":"0.24.1-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.1-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"db99948cd8236ca53745c9c0f699aeba5df48cdb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.1-rc.8.tgz","fileCount":124,"integrity":"sha512-OHQP7a8eQgabU1jqG/cQ6f5ir0SNYlxiqN9VCKxHQGzenp4Zdeuy7CmG+rU9n7VaSZ0ubp2VCZtuBCFYvHH+/w==","signatures":[{"sig":"MEUCIGlgu/zuCVyppHCPRTZcZSu+PJeThTXi2ASUhxjURJuzAiEAgybkx3lIDX1JnOhXFVXLUyOmepTu6VLaMSKO5TKhVQc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3882945,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixIjdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmor6BAAgI6K1PLLZnvY7Ppqa8YfEmxAF5o9KpoLAY8qZ1bfaKihHsnG\r\nNoEWwNGqZsO8mOghErh4ac3ANQ5H4FPy79vueHq9xwJYg7qRSvmapcoW27nw\r\n1/YkrY1VtiQURy0ka3PuOUKGH6BH7+ErqrlygUSk+G+BJVxSzFclFqSGC0GL\r\nGN3+JvXYnb6Ta1MYNZSosTvCy4bNewzAu0ntVQg/nJVOnvca0tceGyPUqhkp\r\n10X2c+Px8a+kIZOr3T95eQPlpp1kcTM9QCgWcgabOZSg+2zVviwuVXkHYYaF\r\n0GZJYem6lNUCHTmTwsylTfpGZy1bkmoOb911t2zeac+Ag0uA+gXLyLhz00Yq\r\nENbTXcis2jhIvglte8C/PzaoGU9vs9aI6Bak7x6XT4HT4tKWXJv3dhv0hZ+e\r\nzxh5tGKfCEcFZSBC+6RPKx/jtlFxNKRpTbjP6RAWmE1MkmDG05mNmc/+Lk9F\r\nexogr4oO7yh7JKwMyFvkBv4lraTFRk1R6CBbVIOSgAe6SUte1oAkT69ZGfmS\r\nhyRrXothJNWemy+V73TwIUlXoX2hdn1oGaLLv497NGnolzZcLJnxqAycqnBQ\r\n0EMoO0bZiJgLuoXUKlsk2j5VDaAgnibSCBAyBQaVVIqkR57CeuDhOltusGPh\r\nvE3nP6QjWboUZhSr3LOLcPy91PkGafdhQKQ=\r\n=5jJe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"1a28130d06450b0bf90a64b4998660dddf3add5b","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.1-rc.8_1657047261391_0.5944549483883284","host":"s3://npm-registry-packages"}},"0.24.1-rc.9":{"name":"fundamental-styles","version":"0.24.1-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.1-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2fdc50c912c40fbce61fe262e0cbe51cd497802b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.1-rc.9.tgz","fileCount":124,"integrity":"sha512-sAdXwY5yAtx1tPwc/oTPpSHvF6lAg+onRYoBYvo80OOg2raER7cT9g7mtp6SP0ca0CM873n14zi9KQM3FDsbnA==","signatures":[{"sig":"MEUCIB86DYknr4Ltn/sMxMokVO8xz7l6B+11/DR/u3USvcajAiEAtyM0Z7LkkP0ZR8jfpXIqwlRKlXD3flPS9VtD0ZFlNFY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3882945,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix1veACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZjBAAkibAHO2yVSKkbVRVD92uRP52ciLYpfRNLLpi+xy4qEfegc+s\r\nEl9OB67t08XOqc5Ex6iFKM/CqvF8ptOSdrGo2kuitG1XgC9un6MS6mZDHqQc\r\nJwAFU0um/V2NrkMJhSmZ71d3cPmLA474ytX2V/9PpIGrtW2d8Pbn98aq3ZEz\r\nJ82xEh0QEB0Q02Wids8mXzxlHnaejWUgLgMOoBDWhoAVwhfinrhtcWqb7yBq\r\ndUlKFBZ9EyAkKagaV4RAE/0acMd76VzJ76LE2KTtYPxia1BIVw8Zltg5WQP/\r\nOh+61uKAN+VXrkZ6iEoH+hsNGyyD9ojcLzAhhyhKaeHo/RSbo1sasEg6/hs+\r\nLnUyrf6JkELgKno8IQ8kjeEmsUVZpQGKSzrPMvTVwwH6tHmRrbYW1QZ/pprs\r\n3/9qQJGE9XktpejtUgzlpv0jkuV2ic4n7xO4H4USZKAfIAjhvmf6Ud5plsPj\r\nUe8Wqs/KAl/+zjZul/Z3TWU/ArQL0TFI3BeepVbo3eoeP5ioHQ/ekFIq27xA\r\nv2PSN+D2GStz0G666ioWN4E0BKyZpv9BMZ9ysxy/2a8PvcCbhqi2WL6Cu63m\r\nttZtc7winv6VTHJomnYu8A7LVjOx+q62fW3vV+FEXUEzTq932T7WWCCizPak\r\nzSWS8z4EnkmjP0XLrK0kUHpoEd6POttKe9M=\r\n=CGV7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"d75947318fdecdc500fa2e0e4009697624333843","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.1-rc.9_1657232350166_0.06996657851802635","host":"s3://npm-registry-packages"}},"0.24.1-rc.10":{"name":"fundamental-styles","version":"0.24.1-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.1-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"db84857610cd342532031937f27888358c4a3846","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.1-rc.10.tgz","fileCount":124,"integrity":"sha512-1UM6SJ5jrzckyKjapAwQ52QJ6nCg134a8KoIs86uhb/sr/HegZX3xTHZlA2mVfn9XIM+6r2HhQZii+lEksDpOQ==","signatures":[{"sig":"MEUCIGZ3bVNl+T2I3nl/oxvyMX0qs2Yvyrai8omsy+WU/HOVAiEAqy2U1mXWVpBYRPHl8X6KMA+4OcFcXGBdVYkA63thdDQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3884612,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix5oyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/Hw//c/XaXtphQvyxMMRFhnSFyNK+UkN+2UziqcKmNNtfplsatp6V\r\nKiW/OaxL3Jjj0udi6+5gzG/2GRo5dlMTnp3NNWnYgdbW5zgaeQyikXpUgnVs\r\nyUUF7vzXngv5QZJPoYt9/lBdPibirlPF212Oporf+EcALFcFnEemVDjks4FD\r\nAER9PXIvaUmHOFI23I92dlGoOHFmiabJ5BzPVRnD2xYxgJAntjqSBpNODYX3\r\nsUEnjX4cIAtj1zYBiL16cDg8DvtLg7GmhD6BPFERKyVbNeSe/2vKfojtJoa+\r\nBJK8lUKYAKtNzwPVURGWBVdWACQuZ9f7AU/xgxgyaBq6kf1vz3saTXWcTo4E\r\nNIFZ0j4UVIt70/dsNTEnJHZu/Zm/VxoZ/vHW2v8b+vbZwW+MkSLBY1Gn4B+5\r\ne7EusSUsFpxTZRFDIF5aVXOlQvEuANzf/s4mBIR+XVtOM3qyiuKS61h3BXu4\r\n5SEqNq/XF7BgjQ522OTPy0scyOx8hv/gTYfqrC/aVV6PkJuMNZ5cLGfIcfxH\r\nFTaY8bJtqkeOSd8UzKuP+BEPfoVU6MQNlGBgv1xwn+dtF1XyFG/loiC6hYHW\r\nNOsVhr1pxLA3+qX98rIsPX+NQl/K72bRN7kCcXb0xwIf6Ttd5D5kRqsIEj4N\r\nT88ChRIXLLRhJB4T39T/URZ+HOm45G10Cgs=\r\n=d4Jc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"139a8d239333bbab589d9470a519800bdf5eedc8","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.1-rc.10_1657248306506_0.8391293163791178","host":"s3://npm-registry-packages"}},"0.24.1-rc.11":{"name":"fundamental-styles","version":"0.24.1-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.1-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e0f0287be51f030c0b1c7bad6decdb1c0042ff32","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.1-rc.11.tgz","fileCount":124,"integrity":"sha512-OfW6dEKxWVZnm1t22QyBaMuHpn8EnNzb0HJz6IH6k1dq62vUlKFWVCByYqBvg8ma5QOpyVcJ548N1c3qSCcvhw==","signatures":[{"sig":"MEQCICzQEOICtHvTQtPp5KQ2hHBDJG2Qh8cw5rwEZkmGqhEqAiAdlXdcSwgPeE0uQ1JJdmeJiE7pdOhoNHGZpVIV3h3RBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3884634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyOBUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3uA/9Fc8PbKfehAwTrggoSdoOGZLITW0XMZeXhSAgRsuaxeSMeZtM\r\neACi0KIOtWl/nKa9dLrbF7qSTwZ9NSR9X0GFqOXqXkEN21N4OkDcFe5Dx+za\r\nJyHIx3w6RRSRrjm4xhIvmN2ktmcmdk7Opxh17+9DRaMPcNn0gnpNbaKnv5ub\r\na5qEQnaFCssX5TXqc/72PQPs7SMVgX5UVhEX6OsxpWprkeTylsNWWPoYUe8v\r\nv8K9WmOJZTpbUyOmYEtBBttqsfVBj0Mh2xCGbpeZxeCxrhejwhNRFWsXgl7J\r\nrIFTNliqVZ059XEK//DE23cBWb7247+/Sar/780w/Tvy0GFuV5jrQ8DYHsUh\r\noOV5bMCkqpBg1saIjx3dN/2ttqx4fxUl5lAk/ojMNJq4vRJhAH+4/h4rMvgs\r\nSvaCuHelBnEzysaiVRaCwriWgfCrgRRPeltzM8q8mFWGI9/Kd5VjXmhiiS/H\r\npe4ZcOBqzYeBDDLW+Lwp6PZKMiVVrK0s9WmoIL4oRqWhl1oaDj3IRPjQvtO3\r\n37Pba+nH01Hfx1T4j2CZqOEm36YHKoNs2CZs7qzDEbDeraFQ89FpY4vBzghd\r\ng6CLGLWELBEjlNkhzrTregrR8U0vSmi15/GO0n3HkhIQIt822YMQq72yoNfT\r\nanh+2tiqJyzCl8m0Y8s2Gh5ZPIs5cnYJ2yE=\r\n=Xb+7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"b037b8c1317ef0e659a1073af14f0dec897fb63c","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.1-rc.11_1657331796290_0.5884690822769929","host":"s3://npm-registry-packages"}},"0.24.1-rc.12":{"name":"fundamental-styles","version":"0.24.1-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.1-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e78b7626e0164307a84f036e8e178c3f96f1720b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.1-rc.12.tgz","fileCount":124,"integrity":"sha512-kGpGSjItRLUhVnrIRkaBSiwoHjGd7DA8OJB1xawlQtdPQGwAmhvjWESO67QHJ2i/kDET0HCFrdrqXqaIAeAOnQ==","signatures":[{"sig":"MEQCIBT12nE5PtEHVqQT4b3FwdhvjwP8fJKz+jJ2qcpxJ4YzAiBACYn7+Gzcs8IbxQKhzpbT0xNWX3KmuaWtPOILDT2dgA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3884634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizGJDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/Nw//e5YhgnV8sTQE42MXbR4rzAnjzdDWE4nn9HAkcZEpEXJbkO4r\r\n8L6wVz+XwoMsfW17M/IK6Jrjs5cR6817Aka8YEDLMNBHaekKkpmsiA6kXXPl\r\nZKPtH8Z9w1zD4RWRxDJq41WjIhW6FzH0GmeFpRbIOiU8OqaAuWIKOx9aSVzt\r\nkSXft62tROfPbW5saH2JdBBzGwnQ88CWZcKj6o0GvyuhHtGSSeZG37F/HbuZ\r\nLG3mqm4fWMmZ5fU7wWlLupNYpEfszL5Nbc2E2nv54ewwbhlwj2wCgR7ughhC\r\naKUO/S2gMUkYkQHYtpuU+KjXy0JX6Ot9kSd8SlHAO9lHxPX0BXtGaiwm+LOd\r\n5jSL9uoKlJ3T5GNLxnIsc33jGBqJ8UE+DLQOB8tyg3CfnYMLcN4dVk0bgsId\r\nIaY/tcmFAx36HfE5sxnWJdLKMQe+rwINoP2HwjWs02qIEF/Dj1cu1z1qwfhz\r\nnGMQDcEIbLihR8DrEzXWGlWnuMGtqMhlPCkKjups1AVd1Le8X5PHl1gEk2ID\r\ndwPAwPuupXcfMG1eV5Dql4Vq6hwqYA7uACy5mTcI9LNs9FOrTd3pOFYvPYoE\r\nkQAKBUXOK1GM0XNTbT9Nhc2SXsfBWEqalz5uDukuF2Oau6/8DDbfFzPXnnMU\r\nHsxGG8iZ1XgcYjRIYJCB1Oe1N4NGYN73X6k=\r\n=o8bN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"79b4e36d5a8ec4caaed0a7ac1535bb5275e6b5bb","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.1-rc.12_1657561666885_0.6574514027305525","host":"s3://npm-registry-packages"}},"0.24.1":{"name":"fundamental-styles","version":"0.24.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d86ce7b63cfd39055b2b0d1fd29fe3f7d3c003ea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.1.tgz","fileCount":124,"integrity":"sha512-RUiAPYqgc5N2QfYpajvR0S3cHRiIIwbqoxFYu47TfVo4tLZFeqdIzxP8aODvMUJgQedcc1nacJtxs1lSDvUWYQ==","signatures":[{"sig":"MEUCIQCzsYBwbQEKUzxa+ivJvZfhOojMsAroibpDW3b3+b2gSwIgIAkahGbyCGjwv9mIu1TD2q763fB8b8K62lJbWS+Ghvk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3291161,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizGQXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWgQ/+OP/qlyfIjK7pG8OUCO1bvOfO0KkP7yj3aRrqNLHxQJ+W6q2P\r\nrEkmRIAgi8rkvS+d4AUQzK7aUoQuE5tJuNOBhbissIa12prySZhNXBCuecT3\r\nRZkU2E+YyB1c9lObuks22iKlZFjK8kM7qofMboT6b4A73UO6uV9nI77ZxbEW\r\n5ZAxfmLcyIpHbhaiacBmOjiVV0DrLK3qKijgrl1HWIbyD30QUHa7ozhJH164\r\nDBKDu+ixfi4Yahpg2TuYuFWpjzBMZozDvPz6MTji3EIk3aCcE5MwbfAUw387\r\nkXZCTMHg6F/BnSIcNx19IXWj15rq/8C4/WTMGyAK+d0tmzI6JVg5yXBkBXAf\r\nTe46UYHm3WE7I4rtW0YMvRfdg/GRujiEPSLf+xEHkl9PWciHbXK4qOO8qI/Y\r\nMGpeLWUSKEsPvqELgnar9xXvm/Ub1dHtRYcGDFdBGHPPJPlnBSjOQ6tQccmE\r\n+MXVOLMs5pOhV0VzICKvu3t2/Ig3oO8aAyQUj85lofKYuOIpVodFKDb7dtUg\r\nrfzBiikzKkj7OCuAti0s5fRUZtVa8A69GzdAvtzqKj/ILtkhM/+GCTUmO7A9\r\nZ8+j1OAvtHnarVLSyxgyZ4vjfg50KB7KQ2RyMq3dW4DNmcme4MQ4h2gJQ2DV\r\nySWNTlS26HrrTtunfN4CxDFIu/n6oECADRI=\r\n=0JBT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e4b560f894d9907d30a4be25afe57f5ea937f80d","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.15.1","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.1_1657562134965_0.6091411203368406","host":"s3://npm-registry-packages"}},"0.24.2-rc.0":{"name":"fundamental-styles","version":"0.24.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1cc2587bcfe9c7a511a6ca0d953509ed928b06fe","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.2-rc.0.tgz","fileCount":124,"integrity":"sha512-Sw1Z7wMOLi57Hk34oj+5bG+OGRS6goIy+jy0ThhFq2zlJCxVoZPmR51QPGYoKlhezWilo3F6sBssMpA4SAxU0A==","signatures":[{"sig":"MEUCIG3sKAD0kicBIWowYUX5gGqvROhEKzACxP7zSt6SGbl0AiEA0foqJMZ7X8isuWy4ROjjP4jXvXYwh1zVwHvZZ6CZTKw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3884157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiza4TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMExAAg8mr6HD7NZS+M/vljVqRGQtQ3dg5caLZEh1TWOm/fj8DGMlW\r\nYmB09wv3+5vleVtFPr7HRCqwKtH+oKpnk4dfTGI8MrdytVS82wrwR+ioCc36\r\nl8KvG8mAK9Mxlq/LJy6neagA1v6Ibjn/XtEu4+0ztJtvbee/tfO+Gj3yMgOl\r\nKIHhacU7zuu43qh9dydQYv8I3FMvICrImRsyFkfe7X42rd1bqoVjM/eqtaeC\r\n2OjRcny63nQdHu8SkX3m+mOZo7fidzSnB4Rph49ov0eckqwj+MKCeA6G5Pvu\r\ngI10AvIM/a0Q2Xw1GJBkRBnqrJQ9YceyNSaEZ55kjY1KIwU6tQ+i4t+VlKoF\r\nbhP8I8DZYGWGrhdwgAsV46iJziFgR2QejCc9oIgqFe+2o/NSQKeqwczOPhoD\r\nAKSgHOhgIThVPimErcsJUk9pN36qodu8gHjqKWdCLDDMbVsqSXolmvIBCQnK\r\nm2hvTph0uiQwIRkZMejo4Uw7qYmLQHPSBDc5YU3Ulwm2+cbHydBrYBLgMpZr\r\nDIG1zJeuljzPlobI7EH8yVuhQsPpByoyjCP0pp/cVtAxiD3DsDbBFgkP6/XS\r\nHyX10v1Gp+ZFNE24HKgObGJTju8qdlqMqnWCEK1ko4/1lCBz3CqkH1fQG87d\r\nd0Six6aoM95YukzeyBpPY228BDrauGZ9KJI=\r\n=1BRi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"c4a5568c75d022ea41a91d8c19699b48f26c9c8e","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.2-rc.0_1657646611399_0.7964010034720923","host":"s3://npm-registry-packages"}},"0.24.2-rc.1":{"name":"fundamental-styles","version":"0.24.2-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.2-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fb3fdc2f830f93862b1ea62702a99d5a40158988","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.2-rc.1.tgz","fileCount":124,"integrity":"sha512-Q6qgtI10erupUJyvDHz/5PntteO35wi04GzAyhjk8v4VCPyTmpdgnwJA4zdJue1NbbCPqXBzzlKWIyNxy5zrUg==","signatures":[{"sig":"MEQCIDEBUBNE06+Xv3Bte8SLwF4S2z0G5r9Ri+t/slW9HNxMAiBES8kWXYo5MfBHib/EqWt0kaZ+ZPIIAV0r2Atg2VvhIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3884335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz+x8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUfg/9HZP9/QjYJCLXOWWg1y7FDMhnGIxJiGxaYVL2Ily/HIOeXLpX\r\nSvNEzysHkVmDk5xWqW3QFKhn2WFNe7STCcHvw+rFCd7AQ6oRpxZUxR+gRRS3\r\nDFXkJRPCF2sLMN8dvGZwp7gmJjiRlQhPlI6M56n0qIBJnuTRboD5fDFqJPpZ\r\n3KTMeoc42ZIR1EmP66iGJyoCTelcF5jlWCD963HIhOvYkdu1BwNuM9a4QsH+\r\n7RGVVkib65H7NU1FBQCdDvzjhMh751kKejY7+FxlMZTvuCZVFS8oN1ProDAS\r\nlbCpL/oqa9D7nBnxz3q1Tat41OtcvDsJQShfopODHZ2Iporx4tEh7qHYpd4X\r\nh0fZXl9S4c2lB/GOh2rVN28FEnLCdTQ+B/u1MIn8Tfj4qlbI7cyJktng+9WD\r\nn3pJrZysEhURbVFTAYG16++KCTB46riopTjKgR6M57vsZkdvPN33/IPW1BJI\r\nBT595FommSaHDMVr1w9cNFAoFEOtAnpV0aVBc2v8ZHkCy3vsdWx//POFI2DE\r\nERvp1fWInmJtJWlzCcnwXT7umgoWVlEeodnecYV3dnsMKhej16Us+8tEOVVD\r\nRnCFNVnTye2Pwvg3O5KSkfeUuEpGi5DevsO16c+oBSDKTrQoxDoVTxq7Ta32\r\nOAC5/2D+fOMt3giz13H9rNiGXsgJ9ppHIr4=\r\n=lq0M\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"3f8e7b609d4144957492c218e14cdadcc28aec93","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.2-rc.1_1657793660186_0.920476471572917","host":"s3://npm-registry-packages"}},"0.24.2-rc.2":{"name":"fundamental-styles","version":"0.24.2-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.2-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a803cd063b4f3e99328d84a6b1f1af05304d4f0b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.2-rc.2.tgz","fileCount":124,"integrity":"sha512-h1D2dHcjasyZ8axyv9xZtONq82wyJbxDPn15n8d9JEzvn+NdM/4LjxyW2q5pNQuItxCBAW0BSKwMEpjcTWUPWw==","signatures":[{"sig":"MEUCIG+OPkxmB2JJW9WeV5XKxGczw/R5fjobmqlOCE26iTW/AiEAkovQ24f1V8yth0FUCx3a46CvuwUuU8Iud51oX6jSi8s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3884347,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1TmdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpTJw//Wbh3toiZHj7SoCeShuUVBDrIVz1Fq4f6R46zliZjjHwoAZu0\r\nO/AIviybUpuHN2t8yjh2HQthvCGqt2SC3k+d/e0CH9lec7jyOyhFKV012sBL\r\n9NZtR8ixO2VVNVqB0e38hKdLsCSWAFO7iHkKGlfLilEXSi8jZgAO/uVaLJ/M\r\nTeb9Bkys2NY71spFPnZwSc9dTleFb0Lr7vkkUbAHeg543bnjbJck7GuZ5rop\r\nAKAy6aM0PXQO+9P+zmppLDqlckPuNLHa27AqKRavfCsnoSfND+MHuc2iP4Ml\r\nYIeNYSFILYZBOI+BUFXrvRpPrRZOuiS44Ergm6FKPaomwSLIcLPPwOS+PwDN\r\nkc1SQAEb68xTxft/BsCJqPjGm+hP7kgwW5nKVd+JyCpT8LvvdBiOC8EOJPoQ\r\ndTap0jMbg5is6TlCqLNxkVg5L6N4DQPOtfiYeRdalm1ZGI6zJlSHeSsojgbm\r\n6Rm7C6l/3JUAovkeXUj3537jNsnaRYG8Enl7WgXUViusNXT8MOyG5lCWI5sV\r\n3mHeu6zBOdIzr6p7bPl+UIMLXDF+eSRJzfRvm6R2E9BJ2KDSyiqorayF+/Ha\r\nAWqkNHDhwMgyqIWe0TeK28/q3DTvmLVqPpnkoQdNlL6mH7uA3TrYaSvGLJWx\r\nCyFBNZCHBTvjXD8mf5RLrinGX6nYWVhLAnY=\r\n=e837\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"e7085aff80c8cc0eeb782f936f7066c53343562a","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.2-rc.2_1658141085261_0.36160238140018564","host":"s3://npm-registry-packages"}},"0.24.2-rc.3":{"name":"fundamental-styles","version":"0.24.2-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.2-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fddad7c7ae7a8dac263da642d99057e5b7d21d6c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.2-rc.3.tgz","fileCount":124,"integrity":"sha512-Kto4fP+Nznf/q0Xp1UxxBnlTtI15PYiiHGh8nE+sg6BMqiJ59tezx+RtJY00x0d11PDlPL2SeC8rAbATPcpJrw==","signatures":[{"sig":"MEUCICn/C2mdI5ueenzmE/3Om8G0sxs+5KBBLeWwoIaVp8fCAiEAhT+MyfSQT4Q1IZCOkscCNorVzWW3brZGEwk+/VZ1uBQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3884389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1T7JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpfZhAAo/VjxnHda4u5caEdOpu52+kXChgPZm4mwUwaTN2FvWuqUTi/\r\nedGDoVzSwBBVMDIvdLaap5BUwnEKjzKqkEgJ8Cj6cgwNkRDKJYkguI3BER+4\r\nRyP805Y5A5/fVWQSZ5p6k6Dh/LVYsQhKhp3aEObKGyEw+aXOqSOPlqaoEgqo\r\nAvx0gknNh71j3ZhNA39m/yROnXdJ/YEsj6Qjys7A4qqCwxweusdtzZXUoO+O\r\nS5djytK4ooOqN7Gssa6+bFofZtJJUtZ7+mthfNUzqzFRjgcMdkKWGxWR0ZaW\r\n4fri7K0bx+KiRPgopKeCVMit5syucCQiWyxs4yb5P0uak2tq1r0tITdN78fL\r\ndNebAtVZIRFlnR2P6FgVl8FQyUlyqy9/ZIW1KQrly1ZF/zKK+Y+0drcXEx/p\r\ntMfCYmb0pVFwLoWLPBaOEOb7ROMpcm1JixFqDr8fisJP5fz4WTcv1kdK0YMc\r\n/O31pf5nJ4ffF0F6jB/dzzjv74rABTJnFtkb5rfx3T9VrCONM4brJivjvlJp\r\nYbb+eQ2PRLcZxV45/A09AFprAzIpJnXQPNmA4iM9fVHM4FTKLMAK8AmWF4QW\r\n7dUoyfjRulKNM5qeZEilhr8rDXL25IixLi3bpym55PntYBF26H/dxusOexlm\r\nQCL3pxLMlICEzuvriCz+ckBeREIjX9OK6uI=\r\n=2UsQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"ca88565858e9aa87cd57cca4dd3731060ed9b72c","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.2-rc.3_1658142408931_0.8060680848885116","host":"s3://npm-registry-packages"}},"0.24.2-rc.4":{"name":"fundamental-styles","version":"0.24.2-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.2-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1b6dc6b0394a186cd2b8e3ecdbc4e7af1798aec2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.2-rc.4.tgz","fileCount":124,"integrity":"sha512-m3TjQwoHH2pinazOvr27Mh9RPyh8lRGNuZ7fTmyMtGe4oU9m2My/2IIBV3MORjG3Ie4yToudIIFyzLRaY27bHg==","signatures":[{"sig":"MEUCIQCh3k2onnozf7HQLGWSgFEoPP6BGEdVhMLtz1sPgXLS1wIgPQA5JDRnf+0bAAKZ9mHWdwl7qKAEy7qAx3do0eH/kUE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3884507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1UD5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpeRA/+JnRKky/WlfQhHJzIM6ngwxVBWfYHglCO77XcaVwXUSzj+2WD\r\nu3LwaHzLgGx4kx+5zF4XnemLms5riVHoVl/5HongJbPYwNqvpP2vsgnxNkkV\r\nGFh/ZTshCBjQpxIQpmkig0KtAk8Cdld7kP2SK/NVuXw//5y+lfAznJJnfc1T\r\nI3X3ohluGiiu7rpKW71xncZTAZDLl0DmMNIZlmcAuxEF+64E8GDzzTgb63WU\r\nJ0r1NZ92Lk+gpGw/kRyvs8KvX2xyFong+NUYETOLbFKGnGvFKRJNINb5p5ak\r\nSuLrjocLatz5Te44Cjc5LLMFskt81TCidie4dueZ9yBUNKSASUOATaYqjv+a\r\nkvJft076IJcIdzi5nDn7WMx2AtPgJ5wUAnJAvKsx1zLIUfknZ/j7mieko0Fq\r\n/lH3kBBRVobucSJWTo/3ro7Gi2Sg8MUDm/76etyUJF7hHb0ocD75aJUhYyTW\r\nJ8FtWsGfcrWuoUc6yAl41O8OyKT0tICPhizRK3JCUqXqSMLYRs+iJ60wkWrJ\r\nPavszGDZpnjnpiS5VjoAeFt1dCmSxMUoc9cdf1WU3br6MxY6tVQDy3+M1RZR\r\nQDpKIE1sztoxe8UHzn4ETa2AsPYW5IZ80fjUexi1SSGCgWwYFiKDn/wpqe2c\r\nRDm+fTHhibgbW5ESE3Biikb90u0T96Rnx0c=\r\n=Xfkf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"33c3bb6de10f650ed1fef4ad9175e8b78dadd323","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.2-rc.4_1658142968728_0.7987892776701038","host":"s3://npm-registry-packages"}},"0.24.2-rc.5":{"name":"fundamental-styles","version":"0.24.2-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.2-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"70d5a6d3daad803dbe913f41c3f14c19bfccac4c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.2-rc.5.tgz","fileCount":124,"integrity":"sha512-Z2hMCSc7F6A+rHnmdQoDyXBbmTRgn4lIXNwee+wJbzAGtw1qcQUAHuYv06e2y2lNYPSbliJErpKxzeueBXWcFg==","signatures":[{"sig":"MEQCICAzjAx7+vowcm1TKcN1S8a/Roi20uxn6+74Y52bZFIXAiBR7sF6yfH5cKWwtxbrYKNsRehzudi6V0alFJtVbAPCOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3884905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1UnDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrFdQ/8DF3RYYKZUTacXWffja2y8cjFLS53BsHOGRXRSTcZSn+XBNwP\r\nFaEDh6675Hrhki7+Jhrt2GJNwnwrPxSzwFwU1AOLgZBNrialDUf90Kn9UyjK\r\n2iBfGPleTN6V4JCOJu00y5SS+ByD9DhMS+tV1hUfifCWN0H8M0xrASGkjjf7\r\nm3We6YD8PqNr7N/VjCzgH4m1L+f+rw7MMGchW2R652ABXuzD8Z8Bdejkbp0W\r\nHORatZUpz/AQ2kPyhnwrxIxSyTWtEOanrCGMskijeLmegOPK6OnWgSo0q9K1\r\n5n4y0ZJTzDAU7BIXfxY8PmrBRHTxrmU0dmXkfyj1PX+SF5U4EVnWLIenrmsD\r\nzg/Frpwilgb51QUfvGGqv4CTDTtOJMLl51AUjIYJF4gJjobJQ4yTAsYhkgPn\r\nMuPJj/1Urtt7hDzoqp2i1ZyJoPoSquJM3UVvB+LkljWB3kD+MbOCj5xcikPo\r\nWWWoMlVAbdwjIhXy7dVyX9GVira/Ee3wmuajxfnoWQkuRagU3aXHimlpNFXz\r\n40bZV55QC+hJlGHHSxTlPm9F/r0qPW7tgiUXiQq5Q01BJLacSbcQqtRrbY3u\r\nTLTxC3Tfet/5JPEo2FTS7q6HD+98qxYBdUFVvnET5HC2xaokNlcvz1D6iZLs\r\nuyXVYlrB9AKnAIHwmbPlZCEGdQb8zFDtSEo=\r\n=Qs9E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"6e0791c299977d6f36289d1094420607c6092c3e","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.2-rc.5_1658145219447_0.6689956984707242","host":"s3://npm-registry-packages"}},"0.24.2-rc.6":{"name":"fundamental-styles","version":"0.24.2-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.2-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fc31cd0e31ad8658d040047eb8f9cbc695bc799a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.2-rc.6.tgz","fileCount":124,"integrity":"sha512-saQwp52e42O7bI5loG5US5t7DyNRahbpIYNWycQVz7giSP1NNqd1THz72sTNiWhhXa1vaWkstn5FbEnqHsPjFA==","signatures":[{"sig":"MEQCIE0gDa6ll1+aZCxf4LrBW23fcsm05T13SP4Flvfi9qoXAiBpbQMruJ7g7ffs6PKBx/bZ/ClBrjrsxFdkg+fGVg3XlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3901044,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1VToACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPTw/7BRXIzmChCaDYF8q/G4YChpPAcI5IjgR7DFdjkOVog+CndIOF\r\nEmqMd0kUfTWko3K9Oavr3OeICCC30QyrJFwF29oQLFtzR8bGAx7MYt67GISl\r\npRTlJgNNfnS5wZoqE/ZpMt8cFRAWr+Tvp89J9s9s4e1w1c0agDQL7BhkZ7MA\r\nEvp+zjNyaKoGJsYpRn9POGx8cbCvCV9NUznG2TFAtuEbCwFPX1REgWl3+75w\r\n5Jz/Y7dADld9OuQo8M1C0gL56yA5qWiXnGzXVfn7aDjbIL7VUu4HiuZ7fxsl\r\nC+tc3jtUMdCbRoDDVrYI53HBgYzGPXk0n92kVxrO871wHR3TtpmYArrtWgvT\r\nmIoDB6+dKJfKvcCSVawPIL/oQuzJOUto/PJbKJPtOMPrOOznUz4ancWcxFj7\r\nIN25eVJClrAK72gT7XZFc0Cd/x6D0w4C8ZcM3zstNdC7D6Cxb/RnJHbMsSPx\r\nTp0FdWRWTlK1+2LhBKu+0lGiJ+3utWtUdwRhxeMh3/VkwIxn6iKpehpiffJ9\r\nA68sIBZxeipBXqP2gK/dCvXQKDoUdCYmbXGnjL5moOBOB8K8iO0tmeFfpREo\r\nUjR64HJ0MMJ5dXpPVLlIShc+xA2jCgM0vOWGWHs3NLTeOh4RPuExgHyiwEpH\r\nCYfk4uqyGlkR1an+VdjblMdZiaYkWJZ492Q=\r\n=rtvT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"23b1f0994eee0edaf6e1e3df9300e8062bf6e65b","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.2-rc.6_1658148072610_0.2913482340408675","host":"s3://npm-registry-packages"}},"0.24.2":{"name":"fundamental-styles","version":"0.24.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"da64d7965ecb61750719b268a0981c0e3fa8c8db","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.2.tgz","fileCount":124,"integrity":"sha512-ziC8wDp+SHcuSkDsnHDebufKx2e5joLMZNM1gBG5XP9fM6vznOMx7A7/VXyNvXLB1bcaJ263sD89CIFvf+WQ8A==","signatures":[{"sig":"MEQCIGk4FgYLDAji6A6qe8yD8eC2mxiCXz/oySpxixK4mnnWAiAKC2F5TdGd6mQW1NJbNI9Ynuy/mDb6FiNQJpo4Bu7Bxg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3304363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1VlCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYDg/9HjWOVQyi/PGIw6I65pksM55d4SnWUpvI1DZrhVOB95Ablt7o\r\nc6l+BI2vNfQO+Ph+2fi+wZilxu/PiiZICwMeBeDSdpeW42cLky/9EvwyP4Th\r\nQKo9HdT9cyBxnfbrgeYSl3NakzguGXmNmo8dUgSNmRkyHfr4j2CwD4N5fT9o\r\nneRyIVkXoKKK+wOtsYr3tr5mA+62AjX2an3VD4EE+MbZIULrkajLlNKf/UMo\r\nsU8efu/ai8SprOYfSOiuwELDocpLRO7o/qRnG4jay2WOXqwX5ZysIsBnOvKz\r\nEVl18HymqFY8hG06VL+xtg9SnbVvI9umv6wVZddsj99o1480HAXf4qwi8p4V\r\nKbABmp7ajQ2+FJUDE8PCBUfwGYh7wKZCjvWiMwyfzhYY69f8HovwFtLEhY2T\r\nI9rUxcUoxxm3T5mP6Nl2Q5bMhKMEfI9wzYHatravl5nQjUeyYFmpJERtKTHW\r\ndo9zr3/Bbd7vX3Le4maVgTP3i4f3y+5cUOQxOJAPo4F3PGExYirFwDIG/EeG\r\noyZ+KgcvNWEfBSReuCnCeyPkGALiL1Ze95nl1Di4slPGpPMFIshIdreXuQkm\r\nEmNhv29jrsokQdLaqQy+bC0h81EZIlcT3oYM7yoMj9WlW2X0ejYviHu1Rvio\r\ns/PIIDwk4DX0VagRjg+ghZZQHPKyVtTNjoA=\r\n=PavN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","gitHead":"64873e04f2852f589de31b921293e8610889532f","scripts":{"lint":"npm run sync-fiori-components && npm run sync-fn-components && npm run lint:style && npm run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npm run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup\"","build":"npm run style:remove && npm run build:default && npm run build:fn && npm run build:theming-preview && npm run build:fn-icons && npm run build:common-css && npm run sync-versions","start":"npm run build:visual-stories && npm run storybook:serve","deploy":"gh-pages -d storybook-static/","lint:js":"eslint . --ext .js","prepare":"husky install","release":"./scripts/publish-release.sh","build:fn":"npm run style-fn:compile && npm run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"npm run sync-fiori-components fix && npm run sync-fn-components fix && npm run lint:style -- --fix && npm run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"npm run storybook:serve","build:prod":"cross-env NODE_ENV=production npm run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && npm run lint:pre-commit","start:prod":"npm run storybook:serve:prod","std-version":"standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\" --header \"\"","test:update":"npm run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"npm run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"npm run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"npm run style:compile && npm run style:postCSS && npm run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"npm run fn-icons:compile && npm run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","release:create":"create-release","storybook:prep":"npm run build && npm run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && npm run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"npm run style-common-css:compile && npm run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && npm run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && npm run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production npm run storybook:prep && cross-env NODE_ENV=production npm run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","gh-pages":"^3.2.3","jest-axe":"^4.1.0","react-is":"^17.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","markdown-to-jsx":"^7.1.2","github-assistant":"^0.3.3","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.2_1658149186292_0.14418200338139808","host":"s3://npm-registry-packages"}},"0.24.3-rc.0":{"name":"fundamental-styles","version":"0.24.3-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.3-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f20baa014e50d47a0b015c5f8f0365e2a5d67f61","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.3-rc.0.tgz","fileCount":124,"integrity":"sha512-Qq5bykPQEAzSoRXW/F2LgT3gEvn+ZPZ183CqBICqrm99Y38VGKxqRoBmGasHSsG9AiEuG16RQv1IHneL1g9ubw==","signatures":[{"sig":"MEUCIDJAh1eDBEBOW+wfeXyARjznwvOYkDEFsmkYf2k7M5EqAiEAkpTQHyGhq9pu58VIyX6jE0pFWrXDw054e+k9VUbOuFM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3305004,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2U9gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqs5A/8DqGOOc5y5bVURrAvvVl6L4PlOGbrkB6Gs9p8pGQcrFK7lPb1\r\nPxCbJKmwzbYH4L1BAvHaKZ11TCCfl73WgIKD+nvlRUpBqgrfgHZZyWRTAEjw\r\n5nUTo9CIGzbI8pvQBCRdCzNwqszdavCZjeqgO5vEtykxKOnTicyrAOgJrynq\r\nbkvVQeQqjBliil1zQKlW/4PE1/IzEGi5xMIPgkUaQr+MNZSU/3Y7R7CMEFw+\r\nSmQ8IK+4s0b4T3Uv/sShGu5Wi/L4l4uWQALvIOtTHAQYzbfpkfDOGZSv3yM2\r\nZd5RsN7wBbDZWkAmmruzJkgO2AW6Ae1IakPWYnCT7sHMEdjjAiZe6mzVODeo\r\nBTg33/a1i0r7xVytoie8KVTGnYE/O/Rtwv2dcDMayv6b/7GypxX+kbTo4Q7+\r\nM+mMCIxsLuy5DO/U/6gdBFiP8tjJpaP6RpkOEW85YIux7MOnVXtLlxVLhHd7\r\nN1uYL3X88BzchsYuf2/G82Snw2b/DRsdWnBt3MnU/Yh+hpdX1OTnmvnlIF40\r\niLfpAAsBjxvYmjPpHCfCHoj35En6xQNUWBicVX0k0glb0cy43nEeYApzHuSE\r\ncRxSlULl+dLuK94EiYsGnuHn/R7jHcBtzjLerwLBWhyulyUczay0xLMHXNyV\r\nTib/xjVLScY7kcDLLJjD2hiCDY9/nS7K2GE=\r\n=WFgi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"d81f7c2edb9e2df76674212645a5ecfc96506874","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","preinstall":"npx only-allow yarn","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.3-rc.0_1658408800278_0.8505116377714943","host":"s3://npm-registry-packages"}},"0.24.3-rc.1":{"name":"fundamental-styles","version":"0.24.3-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.3-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8f066fe9327ea9edff3d8a5b97785601511414de","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.3-rc.1.tgz","fileCount":124,"integrity":"sha512-SZ2bA0nJKQLTX5IAj7eazPph0Tc68yK6XanJ67jrCfxEyiOKWgfOYT1fpoImxStN3pZlvUAcK86V5dEevuHccg==","signatures":[{"sig":"MEYCIQDNaAimJY3Raf22BC2AuSinjH0ZQOIYqWDmL230rzEG8wIhALqgpisUIqdlIsQkNcK3WqzJ0mCb69LXt1KlxHPVh5LV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3305004,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2VcpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoKaQ/7BcqG+Ae1yAYpGlhIhQkrWWn4oApnuY9Xna/O40sWD6ntyfWm\r\nGjP9699MGa+PsVLtD+wPRIcRRanM9aLx1w1Oy2ykyfZ7ci347qxLz6HdY74W\r\nD0pjhRDd9F9KPWPOTrE1aGUfkF9rkhqzCKlikIjAIP3/bk4K1AyvyRi3lmOZ\r\nZlhOiCn79HbJEVTghkix5Urea/ZEKE/z+195kGTFMmuedPWr8uHLFf5g9vIv\r\nBSjba/AvUpB5upZYNU9v8L7FWgQGKiFVC1D80LOv8HmdJSlzWsz+j52GR4VV\r\nXG3ArWcNwSxWdLdwXOolYTF2yFrlBRdZuBjlDliEV5DlfYgXsyEvla/VuZ8h\r\nNo69nc1CX0664U4neZgAYCR1XBs/jhUxFUbj4EBcYOKyAfm0EMAr3oYdZESj\r\nhLYj7EKTE423q+zTCMSGdmYI2NQr6aw0mtA22wKjjwGhEb4iG856BQZh+CVH\r\nj6CC7QO3ksL5IMTnR8XVPe6cVAcoL79fBZjjTedy8Gv/KLczDU5wJ+dYjOAE\r\nMPQ2n/TrfpxHLr7rsemOXqJGzLGvtUucovabyrJFb0lm1mK7Th3tk+eSQTbh\r\nXmXjkCQwIcDTXJ/n66qjlMhiP+/4j6pdqGGk/2oAw2NtjGY7dAgCY9LLqkaw\r\nitvyfPRtbWnmmCiMZ89I3TcJ8xVWpBOn9Os=\r\n=gYUU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"e666b78141e215c60fbc561285e1691a49b015e1","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","preinstall":"npx only-allow yarn","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.3-rc.1_1658410793314_0.7588419049736177","host":"s3://npm-registry-packages"}},"0.24.3-rc.2":{"name":"fundamental-styles","version":"0.24.3-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.3-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2524e636b006fcb5797f2b39ceb813256a24ddff","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.3-rc.2.tgz","fileCount":124,"integrity":"sha512-Pa++iABD+rF4rGw/RZxAx54a9a4ZPux4FD5aC394FW3QmJtv2LOMMZWtEY2Z3dXcXUqX17ISrHMV/GWVnOkXsQ==","signatures":[{"sig":"MEQCIQCWf5jZlYr0sZF7NXQQPl5Qx/bwzTccSxvhW6WmwwCTMgIffJ8A7sEVEZIVyJUUwrigq+AOxjnUkaEi8LHoXV1evQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3305004,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2VphACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqc/g/+KtT5inCbvXeDwe6u26jhC38/ZbMhpfzR9PimZgM8A/Bwk+JK\r\nMOKPYepJX1bt3ZZQV0cQ6xBS2kXNjihgVyijmGLHBDQYIb7Bad6yVNyrGWsl\r\nh+ir0tNDxYLeLKQwUo7GmwxgKqErSgZt9RCLCrQ6rznyyjOMc7uI03ghXMj7\r\nx0+OXgpQMX10ZHOVL3w4JrwInl01IDHdIbGk1glylo1rAtS/PJN8VNDvQSVV\r\nP5Gna4UT+23etb1I6YtDRxdFHCmNn76fa35RdaA5DN5GACJCp5idP/4Ky10L\r\nbcvn+5AGL/IWkdgt7sC5/9kkZ5wI+MFDGOefWJItPMNxObp+4yJwjt6eNSqI\r\nh/gj9uJ6EJHT1Z6P+8dBcZTrSRo9gvdb38coGxZyvElE8JU84CptfK1UVfFm\r\ngKy8T5YnNR8yeJFvQ6OgsTkzMt8eISnQYh3W57QcIM6OHAmHGJp0gTsJSvv8\r\nLtMSq+bgs0kwAWa2swldVhji7J28LFjldguhI7deqUGZISJKc6W9DlDi+gwB\r\n8U5me2J+9EmYcUHEvd9Xl31mTcCYKhQlEUI07suZ0thJQ7AI+2CYeIMngw5U\r\n9CZNXdj+hncyKyfJNduBvEZWy/7upsm+GVmCsizjudYtyA2eFvHgZF+ePVEI\r\ndPayNZAH+AoJQ9OQMioqY9pV9ou0njMMSDQ=\r\n=GTjk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"c046ecfd3cc4b746adffcc7331a5eeff0bc6e954","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","preinstall":"npx only-allow yarn","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.3-rc.2_1658411617264_0.29980854724588024","host":"s3://npm-registry-packages"}},"0.24.3-rc.3":{"name":"fundamental-styles","version":"0.24.3-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.3-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"788f6d80e0c2cf195765e94945e6803071b648e7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.3-rc.3.tgz","fileCount":124,"integrity":"sha512-yK3V39FCkzJ0UYWeLJeeeB18fi2k1vZ5P75FxXx4cjUvmId16kJ47yY7KHeyUdayb3ccZuiRcP7BIvsjRRm3hA==","signatures":[{"sig":"MEYCIQDVK/LjpcSNBlAqQdUWxS2V2DmPklfDVOPkqKOjBC6Y4gIhALmMvpO+TpfdGaVQxNUZBnWHDDjuCcOoLTPoXqNLCp8m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3311586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2V4NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq21RAAhq67Ue1ER7u/GiLOw9uVXdYmiUIYi1+0mtdqX+cLRy+QBP/B\r\n2LJt48nZD4QpMQ/yzzVC++Q786SPcWYMlzKJWLm9sjWBKLikfBNGjdapAUNa\r\nCLkO3HiQQcvEqoiaJHYAmjuEmwuRzX0gPkyX3QfyRgdXghIzRZZ+Jm9nLE4L\r\nuGcH4+lde1PEiOSglDQfhYFMbmWphtOGSBEYcWskFMjEzqy/uscqCjwHVqZ7\r\niBwspFPQIciX8iZu5Wn36+vVTliA4MNwSM4ni60W2vYsUQEKkbA4qkHyDMTe\r\nzXcGoYA0HXhCudgZ4tRtFJoAEWWbE53y2vvlDWVmI83nFbGKZcu1ADy7Uzau\r\nUQqAbJ+fNENkbGdi5PCXrVQ6bxuXP1sBM3ygm6a6CGSrUNrVVijDK2mniPOT\r\n8abHZ7snkmQc437bFZ94DocpaCeNBIc0OTTlvFXT5lMBSf2LTBnjfQXc+wdg\r\nU8uBGRegYjYyg+08lcOksN+1WtWYCXYl5fz+yOcW+3q9uGw6kwro0Bjcj3re\r\nAhVFzB6ZUZ83GGCCoCHco3OJXKTygnD0xEweUBQTz7AHazNg8y0XWlmNGJPp\r\nofmkfJAReW6/9y4ytqgcSXfAHcxe1GhNsVzPBsioO7miKMdeP/UBxxmrgOpi\r\nD017S4BpKeRBQAUtjbltAu1TSrLhC/nsBow=\r\n=k6l2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"84b3c0578c7b6b5693baf6c8e0bceda1fa3ca6be","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","preinstall":"npx only-allow yarn","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.3-rc.3_1658412556923_0.6749562202898036","host":"s3://npm-registry-packages"}},"0.24.3-rc.4":{"name":"fundamental-styles","version":"0.24.3-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.3-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9c73f3e74f01ff1410a2a44efc824c7f9ec2f96f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.3-rc.4.tgz","fileCount":124,"integrity":"sha512-7YidzV5J2IgNPODFzPJNHbcWKEnOaOli5VX8freMtlFs6KSGD84ZpiHsgbDS/vzauqP171DvrhrOl5EcGFg0Ag==","signatures":[{"sig":"MEQCIFqseRkn++y+KSs5HQTPglfU5JdN/SE/Mh8puPBv2XpIAiBpyCBq/0bmOB2HtjWyNblj8LapvmFUdqUf69OhtL9S2g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3311586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2WJRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqKpA/+L3chnhiyxxaMebm934VGmKN6OHr8wkhQOeSmYf3SnRkfTKxH\r\nJ70MbBLkhT/brbirJBBd3g4eo+/+KP3DGv+m7mN2glPwsatpSBFX72kZSM6n\r\nCRVxv/9CEzUYBIGp8eFeKHuDj0LiHj/uhR7FCvXl/gk5S5EVUYMML6FNZT3Y\r\n4AVjgCZqxUxhnUWWhxyGHb+GZsLfE1a9UV09Q8NM7L3hUcTgDsharM7LAEQX\r\nK2T+AsAS886gTSLKHzFC+aE3ycAC+TF7WWM7Jw4doSjI2/mwKryxuqbUSv4F\r\nfHFueeWpFZhGXIkTIRLut51gf6P2a8iQI3EXl3Mt3A26jqOIyKFuApBsTaDP\r\niYlxdvqczOPVwshXJMf6zdsjxS6KeHDGvEBNyRNSWHf3WnKQr952xF4pTz9b\r\nH4AStE32Z/CE7NoTXFD9UzLt+zKb05v17H9vlCZ4UazGsdMU6J3tfBed11zO\r\njfJl/vxLGi1fGQ4nj5pP5WHu+BnJ+ZfTfF3ExabZuutrzFSfXXmNRKJ+z0HJ\r\nUVYlpCmgzknErbUkMl8Ej85CWTQzsfVvmypX/FbVj1Ibsbc/bR3xrnqupzkk\r\nkBvSUIcjae7xspO/H6foAmHTKmCH0UWnrEVvwk8nS4NnRFSQcAIJiD6mhOKP\r\nPnODWUv7OKIjnycJxSfiK7lk1YZ99GwMwOk=\r\n=/Hzn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"6991bd283f67263969f715e3a9b253870bf9e1ab","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","preinstall":"npx only-allow yarn","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.3-rc.4_1658413649464_0.946793434667861","host":"s3://npm-registry-packages"}},"0.24.3":{"name":"fundamental-styles","version":"0.24.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"352c91fe5f11132f0f36763e451e4f4bcf570549","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.3.tgz","fileCount":124,"integrity":"sha512-XrqcpE7wULZvUDEGKFFdAjFxLxuCNu3JeKj+4gs1xbsGeeFkJBmJE/Pv+l7jMjAWw5rn04buP/bkMG85zPVS5A==","signatures":[{"sig":"MEYCIQDRxNAqsqPDbh14f4rhLfKfKyuLAHAtlqeXdBIXe1Q2jQIhAP4G1oltmZWUqKucc5FTdMWLyp6YxAb/ta+j0bf41L3g","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3311061,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2WNgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpHVw/+Plwv98SGPisHB9lV4wA8ghO/sRB0krGWobTLuVOqpjPVTcJg\r\njnpKjtLWy8t0hLUDoHibHXs4U5l9ixGh1Qh9Ns2sg8eQ/Vo2osXABRuykwHk\r\n7/CZYHPJ35lWWBzFEBNeni+x82m3MMjyKiehkFSjDzvc6Ur/8xOtnNl8mwAB\r\no5i24HnYLsmueLOJZEV9HcbTcgatVDHld3LL8QBZ/cyDKubnRcbpTgQgjHp7\r\neIVZHaZDbDjKJzfoRII3vWeJNRg6fv2DrDqtw8WCy5EXA/yhGIrX8xsc1p/n\r\nY3G/L9vgsCBOBPRKj6ErlbuFI5el1sBCG7vzRE3s2BghYQ/+1LpmCDR7Xze8\r\nqN4auQmjje/hP88n9f1TVXSWdE4Wgurzx3Tng+4K5xkZcoYz24cJzoSfY75O\r\ngWrIj7/8IeBCRS6+3kzYw30ciO1WaXPmgXer+Yjomyb4+Ygy+ronPN83Nb0M\r\nY2hh9AiRtuoON0yZVpCLEHzx4KYE8s+6Ep7MUDY0R7+P3vN2u+4rkrFWvs+M\r\nk08D2FqvvDW4HAEp0wdiyccTay8fNLRHqJflSvigJVSUlYBgriKxV9NsxwBF\r\nlZ2EiQ5A0jr+uP50zgYiFUN+NfSab7r33Qcc+JSz/BkWEJgVff1J71z83VRS\r\nsh1kqYZoMyPVeIFydXoizQMVWwL7Zz+0PnI=\r\n=ygZ6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"53c179dcfb717d678469767fb6a1e07527b47e9a","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","preinstall":"npx only-allow yarn","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.3_1658413920368_0.6266741150818591","host":"s3://npm-registry-packages"}},"0.24.4-rc.0":{"name":"fundamental-styles","version":"0.24.4-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.4-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"14f1348f5f4cc934fc5cf2c6aceea1df3450950b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.4-rc.0.tgz","fileCount":124,"integrity":"sha512-rhS4tcyvEiQmZuTN8HvBxoJJ1y4HMr79dLAFZ1NZjAQ/M8v/CBbcek6pMFJyIrijS5bSxhvZGfFdh8HuELu8KA==","signatures":[{"sig":"MEQCIFGggUCvoo0jAMHA5kez6ode2yiXQpBXY9Z9pvspbX+KAiAtS8ivLLuz0K6I6vN2Atta7EisuaVf7ZnSaeS5L+XfoA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3311545,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2m/8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpsPw/+MSJ/Q8R5mZjGc4KzFmGdHNLvek+njp9jWdJOtDuV6bdBvuMW\r\nwAFereUMxPwCNf9efe7jDA8jmUTQwOyuCfTDqxFAcu16xS8ygznZT4vQOqwZ\r\nG6mRsBLn0pRDyy1MWbCeUPeClIkkWnPgc18p4Ew8Nb33UlRIbypBE8rgGrFo\r\nYcffOTWGjbIAFbNIliyhKs5ocmWFrT0TlUulYBodIu9FdPz4S1QL3Akfm4Jt\r\n/8SE68aPb4IEWUoIDkVQbWYK8H13Xo2TeaQzTSEFYmd2z9iZUUQWcgrzMmuq\r\nEIIwLzN5dyZ4ie3OoGIrGHmrJDs8WsSgUH5htxOtfs6P7WR/17HVINvounHF\r\nJcrMxDH+OInL1ThGWoYMvAbil4f2G/RAQK/tpXLZQ9wpk1BODu/juZzK5nea\r\niZJd4aJ4y92GXMEiuJ/mwhKU+GC/JFBIrOu6pCtTo/dQ+YOIa9DmkswKFxno\r\n/oNxPqMAVK5nIpifTjGHxlOo0B4iFAWQ8deWODMeG+pDG4x/ikvV5uEz3tEi\r\n/4mMWYi13RsmcceSrMuQSCNiY2GqQfP/5ZFiNnWf4oxV2E874Qnzu3qJ6GS5\r\n2vXt0XtnFnv9d2ZKvqAkn8XJnst04yy0IAIR4bKnxuWg67+iQyWweDEfN0Ol\r\nVEdGfCQ1iDxeLjzDTTClCGvx5rOfZiPKVRY=\r\n=wN5r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"a1fba242d88f3211b4fc84c7a09c373d92ae62fc","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.4-rc.0_1658482684190_0.9984645043920921","host":"s3://npm-registry-packages"}},"0.24.4":{"name":"fundamental-styles","version":"0.24.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"89d139516200a13ebc24784c5ec37a4c61d4bed2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.4.tgz","fileCount":124,"integrity":"sha512-N9hQY5UxgPIi87+5cjdrru9Gk8UdqsaoA7sNvrhpVX5k18NmR4uYMGAUvhTvmS8x4LOnyJZjRcUd9L3Sk44ZnQ==","signatures":[{"sig":"MEUCIQDbIQsIIGEVpb2C7Y6YqgyCsXlXn69G8RDonYEXY2altwIgR9FKQ/GRgk45qtLJlOiZoONNr4EtVX98SfcoWDehIbo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3311020,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi20GGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqNg//brf8VTycArhBAc4CSO+MttX1EqpxYff4Y48zzBjRu0lT2e5I\r\nUzLeML4+4rjp/xK8ptndLmsTk1gyo1Po6EDw7+eG/RhGyA5NpS0T8Zr9nX0f\r\nDLto0riQHWaVj64nq9jelmJSvB0YcSXUXlYw9cNEtfHqezenPqZb9npbK2vG\r\nF2VZ6aLiQYoaDoVX8X2P4sWfRNRjkDWzDfa/icMOpBhePpu5x3ie/o6waMaT\r\n9sXDvUpn4cI4AZNLhkkxRusDsAaO+MMXgQMke9pK8GX8vtXv4G0tyPGABOyO\r\n5SX61aHhtUxZLiUclOWvBsXY/iTVVRc8mEbReuV3oGG/XtX1pd7dvujSnL/O\r\ngLVYPPxx9SU0MS+EeTruIVOmUUJ17+8iiHIiB7iJgA6IQdzrTaT/DQaf8dYn\r\nZE0Nww1mZxU4L71au/kS45zsS60wboP+tAz8QB9fJY5BIs0uwe2/VxXgThkb\r\ny5CiT3ToAEYpcbldarrXPFufUSAC9QzIh+Wv0nTZDvstG/SXdHEHoFvOgXKT\r\nL7375gv/UDzBwLQlk+cvskNtv+yGywGGvClKwe/vKY+Z1RZZqpQUJu/O/Rkf\r\n9DIeqfWUozXuDMBjNe4cHRyzKr2o8FOSzfTA0Ug/USG8Zot9alMBhGXR5OTn\r\n20/9Hchvibrwb11OJrjGt2MP8z9SdFCrDsk=\r\n=VBgf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"d60bfc9da79c76ce55811d1b56d897d3b5d255bd","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.4_1658536326010_0.18059760449669526","host":"s3://npm-registry-packages"}},"0.24.5-rc.0":{"name":"fundamental-styles","version":"0.24.5-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.5-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3908b762abcb77135d2fab9a5748f937de291b4f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.5-rc.0.tgz","fileCount":124,"integrity":"sha512-tOFxutwnMX/BEyZeV0NUjDKDSbAwT0tE2DVqQahUQHLu1oKe/7vcPO/FZIqjEUfnDipbjVRgwAo6yfAKyDA30A==","signatures":[{"sig":"MEUCIAeakrcHjc0yXgyV4g9UfDr1vPTwg3FyiZSzdmylSbajAiEAmX7FkGtSPC8+b/OskQep86FgczIaNVIdlnsZgML7qzk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3311203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4stmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTihAAnjsp3n/+X+vOE6OIJOcmYeWL7deQVdQnu9EVNgnPdUbTVAxi\r\nXGiUQT/jfMhK31XuMe/u+JbOrwDY5U9gpaTwKLG4ZSkZbD0QzNMQDmrBaviz\r\n1FLZ2VtO5v6+6kz4Inuxe2W18m5hTPK2nJ0MgUdFaK3rl7epihjiPDVtalLl\r\nJxH8X5wbmSpsUoQq97NFgrfClt/rRtAsJQp76XBRKE4hFlU/MIGRulFZNn0U\r\nu4flax6ORKk1jUR/P/ulUZm6otx0hVPvXM+mGvDhlbyNxz3ko7rYe5BESAYW\r\nFu7iW2wxKAk1jnN2Q7lg3lvI6qRlfsfD++rTTYgLHOo5zraXTzzP40OmgFw1\r\nIsw2n6P7T1CEBfEGpM6+sN/4v888joc0O6Bo9tlkdzhVpvREOCwC9vxUgiul\r\nJ/9yP2eSCCgT4ramOg0wxMR+znIMm/fqcAuE3SilCyKUx8amAYL37+nl+YlG\r\nqvUt3k19HLSLQRwR+D4GoG95L+sAS9T0iCwSnuSRefaGVXZQZ5rEi7U+Vf/o\r\ngi5KxScP+CnGcMl7JbTBpEmMirXtUU3VbSliLfsPC8WiUJdA/W9MLnZmHeQX\r\nudopdVtKa3M8VEtc6aPR58mPRjRTcrOnGfkn2HkO/F8RVy+AXIfgUhsiILQX\r\nP3ih/3shi4KxAs2qSPKMKZQO0G9bjrdc2XY=\r\n=UmFU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"1c623a658255daf005f4a566ca254c07a8e6d457","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.5-rc.0_1659030374226_0.919707814796938","host":"s3://npm-registry-packages"}},"0.24.5-rc.1":{"name":"fundamental-styles","version":"0.24.5-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.5-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7c8a7821262edc1f83d1af229cd1fd97cb8f08d8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.5-rc.1.tgz","fileCount":124,"integrity":"sha512-9wNh5oqcSGOM6q23LLQZDaeJHvadZ3ecd4Dpu4YpdztXxkjIzG8SSlZ17zQs7CzlQeXZZWSwIn/YM9mKg/6j9w==","signatures":[{"sig":"MEQCIA0GPXRzfkIS9wbQxluo6mtMgzOSidtkOxjthCiiLN40AiAkI9FoUDY0BwhNSk480IKixhHGnTINmWwfUkSQEXz1Lg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3311203,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4s1OACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAfA/+NFjPbYi/3rqMHIcMrlZgXZqQpk7lQJxnPlrOsv9Pldfz3KpL\r\n+SLt+J8oSgzeZeoBdt96pteoO6bLi1Tiku4HE3vysIbiRgR1v48mZZ3CQX7r\r\nfKSNlQTVFPCdFctUm2rVqAgwaBpG/qYvw5nPnSkeaqd/BbGq5CknhFVQsCl5\r\nb2Q1nNxOeOCvFJ5ecjoQrBKv48356EjJON3dmk+99EGYVs+LleDp4fGQUV1Q\r\nLC0BC27cWFvrOhoJOk+hHxLH/i7XSHpfa6DYeoH16RP9hGWVBQS8mua031bb\r\nlJQWBDhkNwQ3mD6tR6Fy5Bc5lf1wBh7zU/lLL3EWM0TbPxCr0RhuTEy22P5P\r\nsnyBOAvhVn5C63Fylef2cWBnpJE74/KM0jtyI6swo4RN5Gv6Q0WD31EzvmwB\r\nPxWvu0vsVQZjnvWyMPTLv4A/5uxEde0Iel562Bks7I3+ln3t3iQQHKnt2zHv\r\nv00zXUyqzt8Kndrk4rs/BaYVdcJ0oUIOHqbaiZ9CSK3DyMAKZaKllAfSpuXN\r\n36Wn5dd70Ldq3Bw+zir1dWsZugH1hPVqqi4+KRxfbxycf49S5YYLVVV/tp9d\r\nbmpTCC0MHcWC4qBBikJwHU7MXgJqG+075wK/rlCFz4E+IyUr7cr9R9hway68\r\n+XoXlvuHnVCbA2OW6AgHe94rO7/a0Gk4cRc=\r\n=gD9q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"38d1079bf167f3a71501e4522398b25b8a33d04f","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.5-rc.1_1659030861994_0.829488825551328","host":"s3://npm-registry-packages"}},"0.24.5-rc.2":{"name":"fundamental-styles","version":"0.24.5-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.5-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ca1a405a19951de0118b05e079cd523aa910b167","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.5-rc.2.tgz","fileCount":124,"integrity":"sha512-uO2RJtI0Q1y9Thw4pnFEZLrlp4GHAb50/Wp0oa4P6d51MLoVq/j3RN3UeTPB0WDHYIMm7yC2q3WuYDPz4z4FAA==","signatures":[{"sig":"MEQCIGwYjSgXRa5BLweIpbHwsSO3Mt38/mb0QB4qV1Lsj0YKAiBzP79Jc3DHlPyJqFvjr4a69fSuMN2PuitBn4GI9Zo73w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3311293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi58tLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrwgg/+KErMoGJqI632GQdIEwwuvDh+BBeXRY7DZ97kYrGOtTCjCaEL\r\nQQGvkOQp0zvQH4ag0T/AGwOC4siSLaecunuPuY3BrH7nSBnUeT+co6tqU8zf\r\naArD8mOwPxb1kIG8Ny4tg/PxdjBKHbRG7fJ7tq9TpI3+Vv52r3VwWF3syRS/\r\ngHHWWFOieYNbx1SceWxWhNemtVQ3w8DcVLmEnrvaNOLKeXe+yBkZDDUL1tGL\r\nSuxNqB5PzIRFfwnoR7Zx9WzgDcEPkK5bOA1KaiIr7uxmj91yJkf7IMsLpMLV\r\nRj3R23r3Pf6U0uFwzjZNgzn0Dqx7jL4XJVE0PHURGNfztrnSDman0SHCWYhI\r\nulm2QB9eZSK/apTcRVuLcuebUBOy+7kRRkqtepvgHRxoKqJlzxb6vGfP0Dj3\r\nAhkIdumOy3Y5ZscASNoRIG+Zh6wx744XIT/gyDtHGGZJ3zj9PIVUEOqRtz7B\r\n0v+X1KCEmvjHC2/TRGHGwsBkAYEd/rQjb6rkqeV+T44VCnaA3JRfhf42xUte\r\nb4OCzIexcnm0B/PhLleWNnQhQKEtag22kzG7QNKV4pv28WtD3qXr4GQcQ3RT\r\nRf4wACVNJdHK0mYwLw5ShdGt1Q/smmD+8nAr7im9gtffIVu2JUl9RJ9TnFnF\r\nVjuEJXTgTcmOxppAFvEq+DBAo7DTb2DMNlA=\r\n=Xa7Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"9cae708849f9ebd96d59d677f47b07951acc8568","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.5-rc.2_1659358027254_0.8931120476352621","host":"s3://npm-registry-packages"}},"0.24.5-rc.3":{"name":"fundamental-styles","version":"0.24.5-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.5-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"087c35771939e5aba1ad48a212066781ed8a1470","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.5-rc.3.tgz","fileCount":127,"integrity":"sha512-49TVxfPp4Y0E+ODq4yvbPoc0lESfEOT/hxcpnCXWujeVTxQj/rB1/SCtZ9l+y7ZnB16hLlMbO8uRu97pif3BJQ==","signatures":[{"sig":"MEUCIQDAZmkDCOFP8veyBX0/GBDVQX8tO8+f/vu3//9Q68yOuAIgJVBpe61G9pKIhbhV6wOr8Dzk2WlOy+gS/9mw18E6dp0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312767,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9A42ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqdyg/+PeGK6s6m6wiwtXYluV+cTRmGqlVpvYp2MBOBptn+bnyhg31N\r\n7US4n8YMzgsiEBnpOk6RK5Hpko1e2RHm4JNl2+UDJFXyISZPCz6OapP3APDu\r\nfo4dJZKa0LnzJ/Pl3+FAVve8hHP8yZUzr1lsz5vWg64Tqgb0x3bI/ui7c5+H\r\nWJTXkACL76dMtsvx1TjNUiMjNzx1r9fsth+R0sG4+h9VmqeOdulrBadW+puE\r\nDCNSfWH7dzya6oUek4icHFnVxF8FWl3Jk9Dn31fpmqE2S8JSpuQIiXpEXwaW\r\na7YcIbiF3mWOWJXr2X83VICsn4PkHxZAvqHsb37mHNDMVXvexkKWyI9SLOHe\r\neyc3UoTAGDOhKiMr2zZN40rsjosHNE9nY0BzAG22OolIopXrTVQzRRQwZ/GF\r\nEfE7U47lbk4R/tNCHruN1zvMyGbVwv4764KS77fDlaW7Fn3OqNo5RNtnn4j8\r\nPrux+mJRziY+w2yKfoRQjl7xYXud2TS5f9qjK/GX3iPjPowjP6yYTuL60BiO\r\nKaK7pOfundeYftGlOMkHRQKK2WRDtE7hNg1RK+OzlpZR/MyJ6rBJAwVK55kH\r\nLf1qP2OVfKKRoyC29fqxCIJloYc9vkgiTqIofome47KUzQXcbAzr4COL2RPx\r\nK2iFOY/JuIkMTmmw1HK/vKINI3ANCAlOd8c=\r\n=WFo1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"8b5a4a28f8edc4e5ad08afdeeed845449bd2217e","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.5-rc.3_1660161590578_0.3733755645248811","host":"s3://npm-registry-packages"}},"0.24.5-rc.4":{"name":"fundamental-styles","version":"0.24.5-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.5-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"27080696dd90f736db9329ee0c15b3e8122ac557","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.5-rc.4.tgz","fileCount":127,"integrity":"sha512-5Je1cnDDZPy3HKC3fxy9W67++K5MpEecxFJvST7vN3znVRQHQtl4ym1m7YtSXBDKEkF4BtvBatssjeAIPxyRLQ==","signatures":[{"sig":"MEUCIQD24mx435kyNEK/kdrHJw4WdX57UXxVZ+oVU/xalnS8vQIgTSk7WSf6Z0jXK1hCGCxE39mBAFtX9LIMnN58t+/EfwM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312979,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9NyJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpdJxAAlJw7xAJiYtkjzkbfeyLkJycNp7ZB+AyUAc+fIBJHvlnXtZSU\r\nvAiVnLnWlfHp7XQMQueu5Szlj0zF92xqxztqSjku3d6y6NeabElzS+n0Jhrx\r\nMBXQmupMQcQltV9nev4Pg6juiXAELMnt6dUmR19zlGZUtQxTwA+aVJ82YeEI\r\nPgOZyNhzdeLD1Abg962wGPYpTLwknbYDHJnmKApZYjutcrp/HUJheWW9V373\r\ndB2HG9FfvXdFctSE5G8laOM7e0CqSyFDEm0XYAxtHT9/GF7y55mf1c5IKkEn\r\nOLEVPsjGl3ENBOvBpdwAtklO7HRunNl9bC4MbQbsz8dxPd1ariAEFxcwdD11\r\nbWLzmSkJvLzn+NdUW6YW4r5Umh5ec48zGdK/NWIMkycPY0Tdr3wfFnb9KG29\r\nrQgHUOMJ4T3JfXijEaOAkPGfl+7vPzf4LC1c+roQd6rykHFpEqPDIQvY2Mnq\r\nFQxToqPGoaRPrcqdj0V/6AF95x8MK0/cq/8bfrVXkF9kMlUmA6fjLTocJwED\r\nIKwQCeEKC9FgxLuwYVgw59ewuhHe7einrZYyFUh4EDRelSGlTyNM5KIbHIi2\r\n5Pft59CHfgc8fsAF0tnKnbDLa+O3qsD8s5v1ldKgTNqYwKanNhXk1C8zpZir\r\ny+3i7mBlGu5M4YootjO43k3kX4rPU4cYR8Q=\r\n=BWMd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"95aee1f6b330f7ff98a4551cab867cfc0b248c68","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.5-rc.4_1660214408899_0.016944762994024476","host":"s3://npm-registry-packages"}},"0.24.5-rc.5":{"name":"fundamental-styles","version":"0.24.5-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.5-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"72cc67c728f374d12d57e4a6087520a9872c18ab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.5-rc.5.tgz","fileCount":127,"integrity":"sha512-xRjs+6U/7RlCX1m5AfUGHfLt5G37qrx4qLY6uUlGJ2IS9YrqrBzc5cP2HtpFMQES22O9pXcE2UA8lR5JXnwysw==","signatures":[{"sig":"MEYCIQD/BOVhyV9uN/HNRVhKnokjPk++8wuhQfCEiQ+5THdSDQIhAJaWcmnEQElyV57JlC9x5EYpBGQIwg/UUPgPvHQQhIYE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3313103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9OhjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWRRAAiBbS9UGVFFZWIX6kIPp3XTmWddtITQ5JQWAyZV843v287UF0\r\nKcYMh+gyCadfx9Fj6ID6VIdl+r1VFSgSNeBvzzfCbSCOY5o7/wF6i159ak/6\r\n7eTNowxeCPnNsfuCNxe+dDsGbQ9ko5dJ3yYV+EX5gaNifP+qnopjd4nv9Onv\r\nql3iQ6St1Fg62DnUK7+dalF1zhFSv0pUyiIhc1Vg09h+NSaTKBcpa3xBALIR\r\nikEECKmqLfbtqLs70QturCEFjpPm++MazwCO1K3DyEIOse/t4IW4XRabXXZs\r\nF2Frj1hm3LZweJyWmhOq3vJuyBc8m8FUTXy2xv5HCGyWPXdSoXYtJY4rU21+\r\nqI1d5YnV/RkeDwgJ/zS+V0AdeWVozvE8gLB0Q1MY36R8onE6Q84VQBSw1Acy\r\nlIf2W19TfjMZAbVkXIOBfFCfnrhdwUg5GrUJPJufQFvRLtLF27RnLLwiG6bg\r\n0QeEuPrMU1mgtMevBVSgrQngcUAn7gfiizRy4hGFlq61Am/UEXsZfHXsdwZV\r\nl9MN4QWKv6qXkvi+M0t5buTe88Rd8ISE4dyh3eV7Evz51pAE3HWIkT8buzmy\r\n9UiEcXnYggLWjhnYkPkbQMnAbUtj8r/rFaMTlOA46IrBFhBLRdL8anu3yBYt\r\n/YA33qSOiq1kb5iJEHeyuVd14vxg3upeo8s=\r\n=KlwK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"d6584b39dbf6a019989fe75e3f41fc82102dc632","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.5-rc.5_1660217442982_0.35233680865372907","host":"s3://npm-registry-packages"}},"0.24.5-rc.6":{"name":"fundamental-styles","version":"0.24.5-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.5-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"932d0f5032c8627f3bac1476e0e63d4457cbdd55","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.5-rc.6.tgz","fileCount":127,"integrity":"sha512-/IU8HzSllLsYmgveb1EmPA9tQyf9dVrthiBcMTSDNTLIVI952J/s54diuFa6aH3op17KaCjZ8NiJ05kt195MKg==","signatures":[{"sig":"MEYCIQDAVKT5MIkhYniaF7Y8Utv9rStyQcJRPMyi2o788JjlMwIhAKkEom9LwGejHGmr3YBoC07xA6Z9AnoUCWit+e5uEgyZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3313103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9RVDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoKbA/+PFcQaXBWQ6om1ilM38AkMuNw7ZGr0NfdLAbberhjPZk5fkx4\r\nqBl7Qm9qlojqbLWuJ3h3WdBVIxfftUl1l8vz6tSePXO1J1YC5EXqgiDhYqf9\r\nkfX04+H9rBQDC1um5nURJfYeGYHWoWrq32zZYko2KfvRRsRzRgiM6db0x+Z/\r\n81ZuQCk7XxZlrPnCJKAssi5wHMic3ytbmnX9nXMilgQHSiISIEZaY7TBfVrS\r\nSEotFy7yqi7On7Rmqm/xR5e7/ovxgfEF9BYTVnlLbFbejKB/22I7Odlnjb6b\r\na6kr96hSRneZ7y2zTJArNRPWZ4yU4l1bwDSS8S5OOROOwwqQtuDBxPCqlvjP\r\na4R0vbYRzfx5t4KOvqcAxi8IYYLTzd0UKMeAYR0oTt2AHTLh1KI7xRQl5px/\r\nVWsRF/wiISSqfaubrt5G4ZtEbU8pXm3BCBRt4QTvzXLUrfjIJ/yQawXy8CmX\r\naFIj4br9u+ih0ZsGIeYP/NK8+BctKdCaY9wg6PCkP8aHKDnUvuIqrZ5jZHVW\r\nAJodPUnjKYmg5aEfIwXiva4Eam4VJrLgxQb//2fklYLYJEVSxpK0zlB6m5Ff\r\nLudKUM40TqfU6gR9Fzn3vlzNbEoDHKANga/Rgmp4s0lLDXSfT2PUO8ppRzP6\r\npeWSrYLhnrBMN0BGObdFKfmnmZKnRT0DwKg=\r\n=TIjR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"b476b0e23c2d6dc4864cd6b0e2aa5882418e2179","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.5-rc.6_1660228931606_0.49429581187899685","host":"s3://npm-registry-packages"}},"0.24.5-rc.7":{"name":"fundamental-styles","version":"0.24.5-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.5-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"af9da3a70b0714c124fa214575e0d81075848bc0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.5-rc.7.tgz","fileCount":127,"integrity":"sha512-VoimXOGr4qM7G0CQfIJW9ZDEcfvdRqtbL0CqJEJyQ40CD0TyC6YZfmwQNrzYZZcjaRANHgvIIy52Et/PGKO++g==","signatures":[{"sig":"MEYCIQCQdMpcYVOjJZUSsQwZ0tD6z4IoXA7+4FbLS/qzGkLTGgIhAPexMFaJTBAtJiZFHSekekSqSFOsvWURPUSYGOSngIzX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3313103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9SJ/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWEQ//WfimnLuSV/gmlBoG8ZXOCrD0Luc/AoyraoJV+M/rPvYGoTyf\r\noKfVBIVo91hqFa5eNj82687LtdTNESrk0TXoSZfqTtnRCV6RktIe3SqckPx4\r\nVMemmd3RndH/nHNLZy8EMIZkC1kkkr/eWIUnGR3iCP+3a0kRS5YoeyypMGQS\r\ntIz8X1I7XUtu3BQ5L4d81BJSsas5AfJJ87vBc4UqzTWWI8R4oXHtkK7xmxhR\r\novy+2vyWvGoxatmqrk/DInBJjzrrgRk1a9Xxw61Ihspuc7Gz4+WMBr69npOJ\r\nE/JmkqZMTIsbMRrtjYDA7Gdw0tv+cXwaxln+nsicUSE1lothuhp9btGEez9N\r\nGfzJ8pE8i8seaXWQC06OO04FBFFy275rpZBc3XkBsskIDug4qeV/wF9iS+IU\r\nxolOpUjwNWCtjvIblsQHiiYISsiuguvdREvhVsIPKpWivUEyuWdAGGW9wuBg\r\n2QDb32LHqKH22HrKJPUf27hnoZ36lTGVZG8oJooZJMaSeJ/e/uIOVjrVVbvP\r\nrmXCEuuTICfBgDGrvMjTmkRKfW9oMksdCvjClswfMavzWrz3mKK9UrWJLqfw\r\nH0N5ZwAuo1sylfXuQHAEZVSIbPPTdsleD+kVA7DsMtSWwP2LUls1BguSKdRm\r\nm1xrWiAHfL+8ljcTbZSIpCV/UY2ohlZ1b+M=\r\n=MxBR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"7b3bbffff436e196b80e4ba96dc3ba0b3d433f36","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.9","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.9","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.9","@storybook/addon-docs":"6.5.9","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.9","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.5.12","@storybook/addon-actions":"6.5.9","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.9","@storybook/addon-toolbars":"6.5.9","@storybook/addon-viewport":"6.5.9","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.9","@storybook/builder-webpack5":"^6.5.9","@storybook/manager-webpack5":"^6.5.9","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.5-rc.7_1660232319409_0.2678841295054293","host":"s3://npm-registry-packages"}},"0.24.5-rc.8":{"name":"fundamental-styles","version":"0.24.5-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.24.5-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e1293f009b0f9a6b3189aff8d169b5fdba60e2f8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.24.5-rc.8.tgz","fileCount":127,"integrity":"sha512-jCcnt9PNDNByUSFcZcq+583kTJMe82fnMM79po1m3VSqhgS4QjKXlX7GVpAtp3MJ2YhuYuR/up542fHRXiEZ8g==","signatures":[{"sig":"MEUCIEHZH6qGq2MSgbxIf4ZWnpA6rAutOB+DrMBf1cuA5U6FAiEAsab7ukqJzNbodq2hBstLrmMWEC43r30R2RHKvbhg1g4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3313114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9l0FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpiIQ//ZWiJSItmmVu5xK90Rqfbatg+imDy7ws0fZ0MeG2dUlJsGZSj\r\nvdqn/2aqwJ4hl6slXakCNYFJRG3ZP8QQcfuozn2+Uzonf6g70PySN3QXKK7j\r\nk6aLR7EXvgGzuHBby33+ouSXgRoaZXTQiL1N2bILfAaR6r3GlyyApT0VkLlw\r\nH8kbmo41/m8SGvam3HWeTkGAett64lelyC9ImgeWnKMHwIb5UQEJdHsYZYd7\r\nT2lky1eHRFHOs08pCJtqkrMe2tUbwBKvz3OFl9NQG31cnCbuYjyjMQIXHMa3\r\nxU7SVedVHBhusl+uRgQ5bpMuyLKMC5jknJUBeka2KbxWdB/qadJTUw1WM7tx\r\nPUt0A7kh0XqcYcnWfjiSml3QnJm7OGnB8KKJ9/8F4HccMfcWqM6tlCJFA2V+\r\nzn5Oem2QfQ2I6l1DFMMYwUUces06dx9kRYBBwADOh/GRBmgWKzkHjrd5Byqg\r\nrxVsBEHfAe+ANoinQOd41NFvk9nS0eLnL9ELsRB7V2wYuR6q2YYjZOIUYm03\r\nxxgrs3hmwIxSU3IaQSAL37miD2wrRHYILF+td1zWNgtg8RzoGNsxb6Uf/WmK\r\nWkqZZdGkEukteESUnCIQnBrprdKv5EMG/Q0XnXImsweI5lNluJNExF0Wqb2t\r\n6XHtEImAoHv/JMXQQSesUWYlwV+hJnka9NY=\r\n=e4ax\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"f56e190e8afbc56bf8130191c36534739260f894","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.24.5-rc.8_1660312837162_0.686738122605224","host":"s3://npm-registry-packages"}},"0.25.0-rc.0":{"name":"fundamental-styles","version":"0.25.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7fc750204e94ff8f967b8657deb918aacfab419d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.0.tgz","fileCount":127,"integrity":"sha512-Vuh/zyvUHC+9ZVoPt/HbWl1FVRNObzaokcF4ft/Lg6q/OipWiJ/8NLh73hl4eP9f/4BdF6Lh96Kr5Kqrteow2w==","signatures":[{"sig":"MEQCIHJY1idUxVMaINk7wnSpYNr7Tcrg1EnZPGodhFY/EMg5AiAHu6Du5KRT8weOkDaA74jtes8u7jkW9S5zEtnQXfF5ow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3370865,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+glWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoyqg//UIEqfq6j4/PT0ZFsmCdJo3Q62HIj7RqfWkEyCKISN78eU+4p\r\nuoj2Y2VUxiMVkf1IAjAyPJ9aZwlXAL7XrMYyhlCIk0acXY2y2rbUoKGPtKLR\r\nIYrRvgQO1z6AaGNZMOmRFJ9Kl1C7y8bhL8XdbXdcHaPvmgwHGulvzty1uQS1\r\nrV72M+TxEqbOTP8ZuOxwVjl9dzPu5gLt0obcqoIy4qCnEVNjqKmxG6PSUZ3M\r\nUB9/iA3O5qHyf/jhs2E9VovSEAbzfUPtEXy9Hluj6MNLmMKdzaZb8sKCvXno\r\nosJCGMg2lhuc9t4aRsF/1uM3x2frdGJTI2kaCxHKQ7HDpjjSaV8W9eMoJMvu\r\nAXGV5SjXi0QuJHxcIHd1FbtlZ/fv4US09kdtlscE6/TByIbacYA8D9HO3StU\r\nuESm+RJlRlhc6Cbw3HceosOPAqUgcDi5ZMe5IwUwxzUUI0S6shOFtCUzdVE/\r\njHYSToHg7/ieAIDRWuNtWVM08e7THHz4zW/5eWSOSQ+rnXl3hKaPHm2uOrZT\r\ngGTlB9Tjpjs5cKnidELFTfd1vllPq7udr3YIl5zUYTgvxztLBSs/H3BVM8cQ\r\nV6SKtHdQgr+AdEGufHfslcX1U3J9HmDaO+mv+lz11j278NAr1M7kCNaoeEGI\r\nVRjQ2I4vAv7Ta/zJWL2fp7WFBLZLe2EDVIU=\r\n=Q7EB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"676da9971e966bc5b0db5977ecb8f988ad94d7a7","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.0_1660553557919_0.6272658880017632","host":"s3://npm-registry-packages"}},"0.25.0-rc.1":{"name":"fundamental-styles","version":"0.25.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"01a4bb4e9b221c628c00d8056439a469b82784b4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.1.tgz","fileCount":127,"integrity":"sha512-y8CGh9/AHgDIkQn5VChX7ogc9Zb2VwRrfSHvXqiS3CVSc1ubCj8c1O0BfLFWD/xmb6TJdvDNty+ZQs0b8D/EJA==","signatures":[{"sig":"MEUCIGsbKPzgy2YYuCfoQyQdRHRHC2wt3sFoSDNTbOz34ywFAiEAiRjs1HkXV3EtFH0+dDzv0DmxZeLiX91EGEjRx66bRW0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3370865,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+koXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6JBAAjgrSpXZ0nmmEBdE252LNFHfeFKtwe8rDNR7nLdddkPwwfklf\r\nmJaoXYOSFVQ1ig9ACEvZIzN9qvT2NUpyg2lIqYZU9tIfieVbd2cJu6TJQNza\r\nTnRU7H78fWq3zkupCPdqLBspEWLT6nKbNB4G8u1Chx9H/5jhmY4N8hIOhXBC\r\nd2TKgLEr0J/Y2Lo3o/3kLsnqL0VdKGbd7FuRrLSsvtQDoe2sde2EG7Arh1VE\r\ncLDkS4JpDFBKXWFrJHEkdLGv6hhw5neZb+AKa6/vs8P8FKbvIgbGSIRMTbRR\r\nnbFXlKLXyjvKxO9dLOJFP3yQawEvSn5mt0McARxC8TZX9opxdWrw5l/R1FpZ\r\nVPSrugTyicv8Ui881QlRmePoAFIutoUjrOp9iXabG6Yqyger4RPP3xcYlRvZ\r\nJ5eHsiXR39+E2EkaxOTvvlZlKvloMVVNGTbTMQ+W6gAngt1M9qe458pYD2lA\r\nwy5xaB9cA6oOwCca5AvZ/ZbXWErTx5csPreKA02VwFxQQZtfSJDejBjKtBue\r\ncQQhfcG4i6s0EortCI9diBeJuYwP5guQ9tdg4RA+YKzIgLR/C0YVFDW1AqT9\r\nzYqiRf5li45EY0WgcyQ5XTH0qEJhH6cWxCW0xyuM+ZfEjA8qg6LsMGodQrto\r\nwbP8S466ClfTWgCfjw/5EpXIwaqWU9O8y+M=\r\n=rnaS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"52a31273cef11bb7b574cc9fccf0123ec687a9de","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.1_1660570135225_0.125080797096218","host":"s3://npm-registry-packages"}},"0.25.0-rc.2":{"name":"fundamental-styles","version":"0.25.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8b0f663c99fd18fed63e62e0d8f28287e66b0d8c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.2.tgz","fileCount":127,"integrity":"sha512-wSMAGVX3QIQmdOfzZQGmvOyFAH6hCEhHWdfhKKJ3709ZswTfzWRvCLrnFhchctFtSMufnujU0u2cxG6JSqz4vA==","signatures":[{"sig":"MEYCIQDo8znVyzFqw/bcV9QnfetNvPz6dlaxDdYfL2kl5NNeIgIhAOclYy4dAH7ULu2WEQtpLLr4d/KvWMq+EOLFr4gQ1qFR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3370865,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+mWjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp59RAAoAjvoRyPiPW7fn8gufOz4Bs0DzdBQKcMruMJhMiU7NR/bwtD\r\n2v6TAMn8f+4sIOC3nUlgUD+AG7W3GZNK/HuX1oqK1L0f88dFsfF4zCE2XDWV\r\ntBcqnxl0KdOQWfGOk8NxmygunStIbHz8f1NxxCUssIsfwHIljwmsWUF3kiZQ\r\n7PlNA68ERq3/UOOeLXhZzAp2/k8r6qO38kt+igqnFE+SyKG40S3xIm0E3gp8\r\nYBLJxP6kvbaP+/Xqwp5I6DZAE8fLE9UEy71mXP2v8HBAn0fU+alWaTdCctQZ\r\n4AAx1R7VzSKwDOIHZR2ExuywfBKfYh9bCUcrHgJktHrnSvUYHMVHBo1Dqb8c\r\nba1IAYqRmwZoHNXO20U41DgHjzbX+P8gGZZBbX5vws0cdagYVgtq9LzQQb+6\r\nkw/G8pgNh0Y7MIRu+UNTlQkHM2y4ey3N/q56h0q1q3cTwIs1p2azhKzrrqmP\r\nYeaz3LWuEGGJgnmdQeXhm0lQbp8wQCGksOaDVlPvvP4v5tlzSzxOsn7zrk+t\r\nra+mhSrs1NAzUDnFL28+vN95AsmzGqGz/lPeJLwNp1q28tVP6cWHm4yMV6qW\r\nZQXNVJ/MowCVXEI7YpT4rgMpC4e3EZLXgAZxJVoBOLIv7OVh5VivEJQFQ7XX\r\no4OIhsvKZBdRoifp8UJRxr+Y505OcAmi3eM=\r\n=GjX3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"3c1792461cdbee5468a464cfe3a4e4d25e9fa277","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.2_1660577187552_0.7320914391331339","host":"s3://npm-registry-packages"}},"0.25.0-rc.3":{"name":"fundamental-styles","version":"0.25.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7b2264de006dd203c2080e4d6aff70a638bd895e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.3.tgz","fileCount":127,"integrity":"sha512-vpwmoPquWihPHJUR14OL1CQDRSepCYquQK98USUzdmgy5AK5Qg9b9pnPlnrzHe+6oJQIf+O3gh6cQYfB0RxD5Q==","signatures":[{"sig":"MEUCIQCG0qCcjD9RWniJw5xhn39I6oOci7ueC1/qM5bn5kvvzAIgOJ/Msz8QUeiTLcuVn6bM9WzBTABx1rA9G4km744XEYs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3370815,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+qERACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmreDA//ZRhxqUP1/5VIV8GqNblh8BhYKqlgpRqb9aFmceCIyV4k0FI7\r\no+e32eSAc42lLE8lncqtM7YroIgmSf2JnxeQasmEZufx2mvjnh4QO35u7TY8\r\ngHydDCKwDiFGhfAouu54NZGDmZsa8RmpnCUAZ0c/EzGfrZnvHIlPsKfsjGCW\r\nuHYFYAM7ANyABspZuuvoKjUElCAJWPF4B4BBq6RYzhuTChO7LPgSrbOgoowg\r\nUnEiMf6Vvllf3ilkkGWTl5jOZ91/fka3KA2AxvuP9/jdPJOqjovg1wnl+c5C\r\nwVmJoAnAJs8XaO0uxJiCuDSVEOD/AuXJZ0f4rGkq93z6qf5KITNHYy/1OBeh\r\nXOD6f0MxJ1vs6el3JnM/HT+G6kGoGChQOTRDR0ezuo7kwvPdcrU/+9+GUckG\r\njur3r7YFUzeiikR59zRDEiSJ5MUs5hZ08gW0RPPmTcwqcboPKi9dCTt2ZJPT\r\nzRbcJRVruGgGWxVY1LHtA5DFz1rNFNKyWAFuCV+roYLF0A8QW8kx/9sQJ39P\r\niqK8yNhtXeNpEQLuugVBGb5/zSliP19v9fsA6NX1uPdQ/BRV5WS9qCCL9y+a\r\nmE4DLs9WYB/V1K9gwUZFl/YeJvbjVxU/Jt2EuYBEMeJ0QxFX43PqvDaZE5KT\r\ndihTrhUWSWFlZdUPC9s6qZy0/AURi5e2kyQ=\r\n=3p7k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"00200d22afee14a9dc54c43a641e069a0b355e35","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.40"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.3_1660592401556_0.6131600702724014","host":"s3://npm-registry-packages"}},"0.25.0-rc.4":{"name":"fundamental-styles","version":"0.25.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c234c51df7e453ad9a4cd86b7aa29eccfcd4d56a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.4.tgz","fileCount":127,"integrity":"sha512-cnOVpohu7FpNS/JS2P6YSBd8YYBDq9IWaI/aGv1mcv0XJsv+lg27INVRMvw5ijvXgdnFroVxBIQyBk3RL7saeQ==","signatures":[{"sig":"MEYCIQD2QWVoMBae6+mJBBxVujiYGa9ucwwtsDIFDFEjh94u5wIhAIZl9hthw1wYE8UMcp+QKKXxugtGDfimej/BmBxlwPQZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3372431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/jrzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRwA//ZNdnjWHzYLn5zM4hDvFm99iUCaOPeblAaOZ+1StJbMcn16U5\r\nfrSRyXTU5mf3bBeYfGHmHJPjP5+LgKhanGGc3amh4ImzigZ0VheW4FHB6nHr\r\nkmfTWEqIJcC3iQfrSf8PASCia6PjrHGgnu0beBjzA+0rFvo3Esy48bgI4uBF\r\nr5aH4rrGCZnNj8593cLy7OCWxBnIUADPRt0L9hM4qqk4h8OAVxxgI9DT42y4\r\neCC8R4va8rT5hSqqG5inD2mOSvSSt2dLkC92lm55AcRJ0dnQtV2MxVRBk0kB\r\noj+LHfXthOdOg/lE2shI1NApvdjwnBRlfNAFtXUT1aE8eVadlRAH30OWX/Db\r\nKyp717p8q4g/v2LmNuCU2M0ljeRLHTLcgUxjqs0WMnl8rL6s248s5/A3lQLi\r\nLVco6KIF1jQPby/k20VDJcvrFLvgPvVp105KCb+iR7KWiLIeP2qNZz7bG40e\r\n+k9gfu2GWZ54y2fMkOrwW7AKrTbbkkbg7rh7YIa7MreukQrC2TbE9aBfa+OU\r\n+L/j+ImIztri2NAwjLyTImLCCAxyVXdJRlf+WWcmIQ4gZcjznoaovt+0ojqq\r\nIn/u9Mtm3SAG3Ske56zRQjsdcFN+HHMCgssUhgkbubmOMOsYoAD8rQ21OL67\r\nUMpXds4JAwu5h5yETPIIqfVLT4DN2tvpJKQ=\r\n=miw9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"7afe5ddd9b757ce8a6bcb7a30fec9abc00b811e1","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.4_1660828402433_0.620384609708325","host":"s3://npm-registry-packages"}},"0.25.0-rc.5":{"name":"fundamental-styles","version":"0.25.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"84a54da46451caf5a59beee9a51b1b5b2ca44c70","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.5.tgz","fileCount":127,"integrity":"sha512-Gz/THfVh+Wo9wNIKUrBdOSWBZnyeCZSEBfFwNF4GpcRd4b6WMkvht8KfaH5gM7DBffzyZalGvkoLKoz5lY5Jrw==","signatures":[{"sig":"MEQCIB80czDQTrzX0jlt39879xSVbm+R/zNSuBCgzcfmZdkZAiAmxRiaiJj3JSfrqF3C6Z4rKe4PsJMI/W10F5MfQDXr7A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3364343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjCPzAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrGHw//djHbvCLd/80D88wt7aZeLGBK2dBtGJD2NWcwcmQgpBJFzZIv\r\n7ksG/dBcUkXIngiMAy/Pyqv616H327+3NCxWJLwJgQCt7lKM+m4VdFvBXApc\r\npDAGG1YE6uTx61+JmKNjDuAS9OrQ98D4DYs9ghn6f3cQfxIgDbHc88nqzBih\r\nYACsR75A90jgZv6DDFr3DT8P+YpVOIaEBSis4e1TrnY+p0OvVdxRqaaOC0oy\r\nIJO2s2fhnSH/h1pn5XQg8ak+PAcW83ilnffwPQtJ5jXbu2DALtlT4qoyZDJj\r\nVUFE2x6AcGdW1ps2bCgXvbKXCepxPjrGKpDHZTl7oaZhWsPtaH3M1t++ScB0\r\nhYTSX1T5/dCtv0HdmV6niXIgMDW1IIL790tGfSQ2322XzVETQyXmbuDNgpdX\r\nwoeUbZY6qmU9gT+uhrpk5c9BiBJWJpruTB47Rf1OX9M9LOvHENJDk2df7fZO\r\nww66ZloHsjqkdk/tb171sSmFTMmEIki297/v004ZoY6GRBfs51qq2DtP4cd2\r\nWKvg9WgcU/Fo+b7CaRk126dy6JoMzj1XvO1JI0KCXX/kEJD6Ndzc7i+ePjV5\r\nAMVE9Zo7bgznVMY5hKI511I1Iy+CZSeqQN4m0DY7C8DTbNdg8VXSHhehDb3v\r\nrJ5ldyaMviSJy4ysEadiXDoOInpPmxwGSR8=\r\n=Hxzb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"248bee80310958d078f2597f7261390d5a37fafc","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.16.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.5_1661533375726_0.5470243597317508","host":"s3://npm-registry-packages"}},"0.25.0-rc.6":{"name":"fundamental-styles","version":"0.25.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9ab2245a01768d37582da4501894a2d4993959b0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.6.tgz","fileCount":127,"integrity":"sha512-rUZIjRkbg8rLOk/qcNWJUQzQa55AQalvIm3RITRaYfw5r1ayg0QXLAK/j+WZefNGQmIC2NZ+Otqio2KunBDRbw==","signatures":[{"sig":"MEYCIQDphzYBTa5YYGXbNBNUIdsxokxJM+q+Y9SWrBnOwzWntAIhAIYRXTultXtoNxkI+pZ+UtiuLkCbozulGpTuAUJHYQAQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3362879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEQfbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyCBAAi6iDdwrmfO0BpgyEHpPcdMyUzLidrhP1COKV0Nx9g0lyWA08\r\n5+An0EBipTKDBWqzDxS81R/1uqiJdtM0PGuJypM1HBq2mXQxbwogG32Us+bR\r\nyo1nC6CZp9xUZ8EqrdcT05Gz/T6y4eqx9yri1zMbb1B3YXp89KZbSUFgArak\r\n9J9Gntv0XcntSgeTtNR7ETMj6zsXvfiQtRaCBg7fdZuSvpJZ1zdy4Fmh5RH3\r\nN00yCw/MTAzKRJYUm5nm+omovld0VqIS6HgXjzo6E17E+/Th8/NFvOGdO5ua\r\nCfXinZISLeQAy7TCTYgRfq67Zw2ATegePMAra3mNYA95glqgodP6cJL45qMY\r\nv72pLbT1KMAF+tSj0lGuxXCOJgy/MqDmzI4eY/nV0TYM6IDMJc5LF7AtCnNu\r\nku+4xoExfvTaws7B/uAmw6QH5RamcbEXP6bwGvYL44HtaT1wuTj9PyEEeJxE\r\nmJC7uO5kMh7g6SJGgh3zrjEsZ7isx8N7/n5smO3nzepviAlCItG6VlZiUc+s\r\njLptbKERM49+boxTF7d680yzVTvSXtdb8Ryh/ZiV70YeIk82T+OiPSeiM9zw\r\nttsgoYfB8PydNS5wT1lPU5KrqYO6nE2OtRjHxVkHbmfc2rN0nEZCu1jIlPuF\r\neX3GkURjnlD+iXKvBMxpHRZZ0wY4VKExrQU=\r\n=KGQv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"85c961cd790440beef36a1b58e0b5cd3bd65a63f","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.6_1662060507003_0.939349748866324","host":"s3://npm-registry-packages"}},"0.25.0-rc.7":{"name":"fundamental-styles","version":"0.25.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"767cee3a1a70096f5f027bdfeacd2c61d8f845df","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.7.tgz","fileCount":127,"integrity":"sha512-WhchUo8O4RN47d/d0p6lk44SJ6bx8G4mwttc5ZuZvzkn+6UbpkvoKDrui6P/N7voKXkp4HLcD8wLF0V3TuLYtw==","signatures":[{"sig":"MEYCIQDLrUU2d1qxFaOdoZC9RGTNCWSLUQggKczGknZE9xHSiQIhANVLBqj2xKT8H767LCjLQp4F1iUx9OAdUWj9Q6bJpTkP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3362867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjF7HSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoyAQ/+KRn2t5cHxlarNwpcpTF4tB0crR+SOnPgDofHUJdhxSRHZudL\r\nj+eIeoTlE/VFW0Nk9WOUmbs2qQ3EhsvH14Ra6QlRtbdLLzAIAvoES71/e1JB\r\nTVupkOCzhacIqJZl9vu4OMuBgaTG03AGRxmK0GDeFpluIiZAkdeV/4ntkU5D\r\n9qmrfMWoL5FgAFhOc/sOegwJY6sjtQ8+HeRsD1KICB1atBXRy/7hO6WMJl1x\r\nfiZgIecelS1chQPNHoNrr0EWI4lRI/MWiLLmtbqVtXbBRusuSo54leSKVq2m\r\nhMXHfBFXUJ/p+0GzQsenfq5rb0jRysiXfsl4P9l/Tk0nBJxYwuHrQeBP7w5O\r\nByCEf5GZkuwRfdGQ7ij067820QlS2FwRKeCfwA2GXbLRDd2t8iJy24ePuiAV\r\nZw2yfdAPpiv6T+NQaLrLDfZt7JZqBFCV209NEEv4kaVOp4BRAukVH51oYF7y\r\nPrGE2YhVkfLtg+Jn2W+3rEaX/K9TvkVq+/CF2FaDcT48ARkWZQ4Uz+Em+EMC\r\nk5qwkWrB4Jtc8EFci1qnAC9+82eRmA47TCFNyB1zmEp7461AdPsgJPNOQEnf\r\naEp/z1tBZGBzag74dj50gyOcpT0MG9U0q/bthu6tlLXyuX9PVoSH1WwurD0j\r\nmVuVEd1UYg/MT7aKc50AnZ7DdrGG0OXf0uw=\r\n=p4u7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"6bfff8553cfddc652c73244cf7b4ace339d4e386","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.7_1662497234049_0.9309483036580812","host":"s3://npm-registry-packages"}},"0.25.0-rc.8":{"name":"fundamental-styles","version":"0.25.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9d019d5b13865e4ce762591e781b3789efd94efc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.8.tgz","fileCount":127,"integrity":"sha512-MKJoCkvoSzZa4+ak6+eQkDWnbAtQJ1pVsH9NbSqSREH7FJo8/aAK0IwvKUBQ0unoFDk7Ie8RPwfC10n3wl5MEw==","signatures":[{"sig":"MEUCIHsrNiyWH5TNcRoCCf6Sqs5UNv1VXpt4y0eX7cm4q5gRAiEAupibqcI7u6gwaAOgjcXbu9W6fjSuXWKQYlvsXSoGTBw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3359146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGFbBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjfQ//ZzOKRd3uMnhttSH4yrIZwIxHNqp7NZK2R1gkoY4cJUkkDwxU\r\npjpZPiGuFIe1cYSfuHPMsrczSIEMyDUdVIRFD1JZ2x2K5a6mrjBAbzSCc14T\r\nXa4K9/26KVgjGlmtgxcNo3VDaHVbnyI28gfPCGpKie4fEzi3vJFp3uLXnV72\r\n2lNBxMPIYz2laCg/Ll/8jSyLwpd0X/Da1KeJyAGTyz2vnaTTe2sztMZtW7to\r\nIo4MRvRpgByPUJX6VuCA5YSOSj/1hZM+uLZ0d+cg8ymhrLTCnbPVam1AD5ZN\r\n4LmW+uj6aHScci9+qM+ALnJF9AEJcZeD722bPqWYC0tNEi42ZMk9mI0/aFjh\r\numUJlb/+DM4WPYt7V7fAOfeePAYwAIT4TxZgkwqlCA0WVUpDCQuhH/YDNPxU\r\njYClXnvBpEMPnv7AWvjDXRhWQ3qJiukT5LPmXzzNTQvEcBihEvCo45yEDyQn\r\nhXXi2WyWZszO39bEp0A9hXF+RMHN4fih94CniYA3VVS5aYhC5et5RCi/hyni\r\ndNSW5NVeKRYBCvmAbBmrZH40uyBXtvFPNeUmlMxDXSRL7yluoi92x7+Ja8BZ\r\nAiYFG5KlErkrKxoTBsa1Ye9K2GBfveXkMJIkUVAftuNVGMB2ANDHOEnvEeMg\r\no2bU60aYWrw8yGLR7KMCAnm/4qBQ+fcNNks=\r\n=Qn2d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"ed6eab40f322539ffbd5d5b14f0af4747d52341a","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.8_1662539457112_0.7297201472407719","host":"s3://npm-registry-packages"}},"0.25.0-rc.9":{"name":"fundamental-styles","version":"0.25.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f1e375b96df1d4c445b2749457809a1549ca3695","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.9.tgz","fileCount":127,"integrity":"sha512-UL/OxSAomlSDYXKfBhA0UmPufEBJ1y5chmnN6YZNmeIrDaKgngWhNJBr0kdzVXkoLdTcoiP7+4n/qfLMLNS5NA==","signatures":[{"sig":"MEUCIAxgmrZyd8NI653lzJ+S0POoGsTIga07tbwRNkQf22kQAiEA0/LaDBkwpTjNQQlWr8A7810ByXcDP0Xz9uouY60qAlg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3360284,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGGANACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpxIw//UvyyZxDf0PuMa0hh4BAYwdHDmzREwVEsjO3Uq93HaWRYzlYM\r\nqfY187FY6zPEITwXrxViRSxr8yvtHW5RnZ4VEy6DbwWSfAfC8tXPTpMh1hk5\r\n3AxlZPJeNMJHzQiFez4NZtuo2gtyPDDKm+xifTjU1H+PB+jxRQ5y6SWfXNPx\r\np+ELUDs7G/iLJ//0k6UxHDGTHOyHrEIYosVOjR77LXnq9kagWQgUVdfA2EjM\r\nptsdZaGhduWQUkZIRQcuG9snlzKa6pJf9hQlIKjz5PvzjgUxckJahN6LBsUc\r\n4lXtaHcTfSu6AH6nGiPAf1jLoBH4LzgzJdYCzZuTXXeUMONXivaIWmz7C8wz\r\n5mhb80nFZlvtrHWzk9VdVd4+Fawxr+6tOPzq7L10sSZvjP0N9wTc15Tvmn4P\r\nn4yvlS2YxOqi06KtM2QZJYts9b0iHETI+jfbXVkns+g23OBuJs/Ap4rEoolY\r\ni5CdUBFgWNlsUkoCUpiAK7TEfOBv6GoT/0V6nL7jwhdB3eKxYuFJTpIhHf00\r\nxpW3zW1nZCGJFlctbEUDJlDpxnPuIbT9+UegDkMLYwc8ugQBVrYZ7d/VhgH9\r\nlMyg8s5ozbsdiyW0ZqBVUoAoX8w1JbfvZ5+HPoa9zIB7rK9QSr6/DBZhM5Pu\r\nV0L4oYbeuAJNjlBU/LU/3lpZLfMFoEZjr4M=\r\n=viMu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"5963276afa5e10fa06a4479f1e5485a355e99924","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.9_1662541837061_0.07072959281875146","host":"s3://npm-registry-packages"}},"0.25.0-rc.10":{"name":"fundamental-styles","version":"0.25.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"78e17844815332b901ab93e18f2f71dcec65c79b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.10.tgz","fileCount":127,"integrity":"sha512-0OnBtSVckTdIi8MkgHNmxVBENcJvgeKEmutQVWBtdwqOfC+2h+XfJRcwUWsEhGn9bSELqiBbUKiJSMF/6PkCmg==","signatures":[{"sig":"MEYCIQDO4URJEwnFfPP/+TsSjyL9GV1nflicr34PKyWliKlsSgIhALftxuv3gQooWy1TXsy1Y9nSqmrYKASJoSzD+TLlu57G","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3366197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGGMuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpWRA/9EVl7LKGKbNPJy1VUYMFzrlQZ+9ReEHZUqJwKdbwCUuVitP5i\r\nIuzalP83XiU4dQio68gMXEVwpSJN9BHCZAcviM9X13hM8Yj80lvZWbJqtM57\r\nVD4aykTNpRKn+NrYGQyF3g1k52Ypx5gmVBc8p8kZuC7UZnDf3069BPYjY5f2\r\n6bz5u4vC6z3DSxJIjvBekdHXP+4lQnxE9GFd3m16BcOdOxXlwEaHhB4ZKuBJ\r\naDqeenvTfMd0bJAVaa5wxM1IN0ntbE3JssHZLUSdc5Sfb8UX9S/bVBAaLEJ3\r\nkx5sjCMvffJrhd98LhR3Xe6++hVnx0L5TfPXfGfHh17rfLxCuusKCeixZjWG\r\nE8uUtHcYFm/+NhNoyaEjrwSkbWkviSPL9N6oKTAxTBXudg+kZsEneHbhjWh9\r\nLs+0Gs+aeFv2wZyEAe9Mdo8mnURduktPwkabOYV9H8BpH9jLV4F78POwc92P\r\nnnqK6Raq0clmfqOZel3x+fDHyf2B6ijCvd7nNPfMrVcL8p/iTzTXGUm/Fn0j\r\njjlWJU9681HPJLCmEGeamhbou3DZXRypuuIxSsqmI7fsWJlHsb/zDtfRWw88\r\n1Ou7Wf4r59Nt/cIOXy7OLsat7T+SkHpOj5z8QE+B6VFVvOiDHVa0Rkd982ne\r\nd4V33kzVqLlBadXfToHKmUswwqFVt/B+4jc=\r\n=mk2r\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"493f4da662c06f189efadbfd0c558657175b5346","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.10_1662542638217_0.8463558394609974","host":"s3://npm-registry-packages"}},"0.25.0-rc.11":{"name":"fundamental-styles","version":"0.25.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"69f232d5f25994fb97eddc0f4e405e8ccf3b5ad3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.11.tgz","fileCount":127,"integrity":"sha512-wpjCJua8DTjWGvvVZN00X0PWe6FqqPspnurCaR5IF7CeQjPGwkN3Tuyajl8nh26l6TRO3PYPHOk6jmm/YF2aUg==","signatures":[{"sig":"MEUCIQC3bKRsjIshEaNCpo57aWqBMjCiO4H63IBKY9+KgXEgggIgeCDsIK0UxC+ELSYUkrCIPlGJPx5Bmo5mMCc2JA+ZHww=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3367141,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGGTrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqm4A/+Id5P3qwaWNl0xxLQcZ+VLmj1SEi54eRAhEcACdDmtKOyTfHZ\r\nDKcVykc4uc5TcySN8jIKv4oOQptI2cJVBzAi/2Xg8xzhYozPdAYZuT6J7BTg\r\nPM+oZ0+ZBsTDyFA0EmsUEoZobcATHldW+PkpH3HCBqj2MlXEHngeG0G2sa4k\r\nUHXYfn/rCvKWCo6CsTJvu4HY1iKfhzqymy29V8VsyiZZh7kQp6slY2J/K99J\r\nP2dik3jnRHP5ZMQFInOGt9UWMcvYQePJXX+t+E5YsckNIOuERsT4lOaEQd1X\r\nXq5Jglx5Gtvm61IWnAT7VCIsODKAQuaivi4ziHTtL7g4X5UV8b+xhAqObXoh\r\n+Go0lorypfx/YyjnDCFCoOyShuWUV8k/zI6DJlwGsWrcktf5Lq0+30P9SURU\r\n4hUo1JplqbkAqanAN1pg+SXaCdFRQShQoK9Gvwu+Y1uX5HCqtmVq0J6DpsMj\r\nDdceBa8vbc5Ve5CSvekWfVeFz8DmacWQx3SQ1gLkVMibN0oKyJ53upkgYTD9\r\n9tW2FYFXzWwz+YCt7KYEwWew81Oj9jwPEmzo8S3pF6GhyoIdvovt/M5K7M2M\r\niApDUie1WSepcw/awqdH4NJRSGVmc6dkpsQYAzx1rQ6HwQA7tHRtoJaN7ZLw\r\nGmDixd/+dQtTkWMCanxsUffQGZol/bZrRbg=\r\n=prle\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"c86d5f9f6fb5efed7955f12513632f0a56c60a83","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.11_1662543082969_0.23434146287394908","host":"s3://npm-registry-packages"}},"0.25.0-rc.12":{"name":"fundamental-styles","version":"0.25.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c4873c8c912f72481f7682d26ed8e77e68e61f56","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.12.tgz","fileCount":127,"integrity":"sha512-np536mxo7yVBak3tjH2VkmvrJG/I2vt0mKSCQRT1rJH61OxpdIzCCCHOaNmcHbVP/vEh2BRibPdHJRolkavwFw==","signatures":[{"sig":"MEYCIQCS29oe/CVWu2nuBgxetdaUDk9hl+AwXl2LZUBEMFC/qQIhALANkWHM2/gu+WO8LG6o2mOZ4lkGqxkY3l8dUlTiatNX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3367141,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGGueACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJLw/+Iv8Rqzm0+5C9H+EL9YGYHt8JL7ZuLlhi9QfIg4TEKtpezi3u\r\nDysCM0sWJ1F96G4Tczch8sI/Ps1WYgQWrsEhOSQQxz+jfpvpBhzh+dTBfe9k\r\ngLpxAas0127/dXF4PFH5rkre3Qx5Y3RUkoh39EybvEcssmCAmEg3iV+rMKBe\r\n34Vee424qNc6cL9QEaxOfZZhOdRWHkUQ6G134Mbfse7i6kWhHrmZbZkRcdKD\r\nUH8c0QrnOuzeFwGC5/0aAW9wyy6YThnmBHDs5CHu5rfbIYmwcj7y2HAGkUp5\r\n9K3Hb6gbVGa4roS2/FixvZ0remLJYd74I38xqk+o/9FyJ0QGeUrrgnFd73AG\r\nugtBsXOqhvb4FG+xyg7IfsvQHlKcpFxWRZln0U1G2sXn9vbzJmkjyzN75mAB\r\nL9zKKf68GplQNrbBGF0TvqEyWWTChCHZHlBpF+LtXLlZbQ1Xsu0pYXTQk26f\r\nVBZl5fmxxxsgVVMHdyOxDwm9NewbQaJTuJm8B3GzL/AmW/4/HMqU/nLqLdBB\r\nU1q+3MD3Q4PUmmc5oz6R4eaHSy8isMriICN1Tf0AUUyX9yL3B8vNSDkACmCS\r\nlpMvqvFrABML38432nHveUUnmreaSVHBnfxYoJyk1hqkJx5gNTAYpv9CW9oG\r\n0Y8oS9xnTruFV7cAlfHZSLoCgCyJ2+UKVYI=\r\n=Uha6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"c760c7755cd06edb3dd0597f4e1db7834e090a10","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.12_1662544798264_0.4263011457571362","host":"s3://npm-registry-packages"}},"0.25.0-rc.13":{"name":"fundamental-styles","version":"0.25.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4014055979381939b05cbbfd4777ea94ffce6d29","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.13.tgz","fileCount":127,"integrity":"sha512-KbXRi2YvcCcuRK9C4DvNTH97j2RNuNpdEiSI4ZvpkyowKnuk1DVntlmlZu2EQyzig76l73TH8Cf4Ds5onYSi/A==","signatures":[{"sig":"MEQCIDQNwm9cOOeDr4ZW1A56OJERQmIIXhH+N4aG80A49EM8AiBlziNfGLWRf6LccjQEb11GFjzgOBS8jASnhjQ7upEP9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3367141,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGKshACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmooDRAAhflb2OntbfC3wFJZ9hAOtkUH1CfQ8TZbLm89XiN7y5vj9uJM\r\nMFJtK0uJYRtEr2RIrA1HKUkuRro4k8vOUaCduaJdEfNyO6RgVAV98caxpXMG\r\nAoIvZDezJQWzvA1zlnRn4x52iXbn6Jgh8rQpiwzLhFD3FZ/8weBlpPaYkUVI\r\nKrOhEqFxviwn4g1RGRKwu4OqkcuU3WYC2NKvNtrvzdG5a3BLwhV3GLktjCC6\r\nhy8sYHf0KkqoQWQPgpCe4vHWvM7JEM43lmqlx2TyBnmSjAeiKjmcAregzSgY\r\nFR7m8ms/9irk6xOrSRN6sCwAL2I/gg+M54EkE2MV2K58tmlWo/dR9x5jdXP9\r\nvcBQ+DSaFEMq5xGyim6v8MoEBlaW+6Y1RCNG5P05Ce5xlOTJMfk5TPGJa4Ok\r\nnRL3aUTO9csY9Hpn/lv1fu6GIrEgaLc58be7XnGA4ZrM3NPoww3uervhriyy\r\njKi7/qd0gr55sEQLN4uuTlQ7XWPHGYBrmeyx0tfGYtFk7j4Dw5qhiCRd1zQ7\r\nbVmmxBvvf0rJReYr2j2Z7UWnpro3hCbgx6vpYSvq4nkwt1qnqk4dfj/2f0HP\r\nvkS57NM9qQgGnN0f0wnYsM6rH/vSi2Exyjy8X6ZB1GIo3RHQqsmaOpOQrZsh\r\ndDMaoi0/738/awTRh2if9CN1vTidTn7H9oo=\r\n=6YSJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"eed342c559a9d7c808173b12be108567e0a534f1","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.13_1662561057299_0.36689486245862657","host":"s3://npm-registry-packages"}},"0.25.0-rc.14":{"name":"fundamental-styles","version":"0.25.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"58c16eb6d92125ef89bc14906fa282dabfe0849c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.14.tgz","fileCount":127,"integrity":"sha512-cdHqAHrdDisCMwLZ7s7iEfQe+GOjwfK/CZSK9lOxAPr/OWeUK8MPZMxdaDjechHg/0RskpYtbyM1EY8vFWENwQ==","signatures":[{"sig":"MEUCIEw5e48XU5mNE1brB3IBS+BYTPSKKY69PFMwOWvFceuEAiEAyqVCLymTfzStbyetcKOfOolgGjCq5xTIh0TsFn81jog=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3367141,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGN0YACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmritA/+JqqPlyuTl/dtB3bAOEVvcDRFqHr1sjXwuj3f2GDdQyfEI11J\r\ntwDyrse0kz5BCym4HxeS1ZlTHaPCNisI7M7ooF3WYYxnmCE33z93I9EQchrE\r\n4/BCV7NZYRk/P523o2QfKMGvO2xbT1mCWtWZd8ilj79Y2iv4dOibrElIedY2\r\nprxeYHb95vefCy1alsmDOIIffF/JEQTcdIurtDwCvU7FTxVwUajiVYMVQquA\r\nQhmqw1QSAg9AbSMoac0ZADBE42vqFVNHFio6jV0x0xs7LMTnufyniSZ5j3Bf\r\nWXwB9vGhrtUmW1Dmx0QjG3SO5eDzVekgQQZeh67bLDbveHFMhT/x7wS5fltY\r\ncc5dedmh/SjpQoRzddCBwFy40sBq3+XeeXyxseV2qlQo9kPQKXoujQ50wUnP\r\nNuhGSS6lh/MhxcL3GV7nFugMyCF/XA9ESzPHopSCs1S5STZHoY5BVfd0hehf\r\nUWWu5whGPgxfdQ2R4fhqs3szRqttB+/hmJj27TR2ZzXYuCosqUNq5zhc4RZi\r\nADXvZbG52mVpKTFtsVDbnmcGAhlhYaQK2olZnlVgorVZRmJy5GZ25zBYMIRT\r\nM43+TMgc2zDPOP4BJC7CURCjjVdzcsuyekLIgjfA047n6MqsipXLON+P8Wwp\r\nqUMrrwHp9hrRQzXuFVuzBkfytvLnbp/TQGM=\r\n=cWm9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"f5a4a817596aab71ec5824863eadadaffa970731","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.14_1662573848410_0.4383052691268876","host":"s3://npm-registry-packages"}},"0.25.0-rc.15":{"name":"fundamental-styles","version":"0.25.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bbe812a3201a451f51aba9d3ce6d42664d1ce672","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.15.tgz","fileCount":127,"integrity":"sha512-bTfYI1WmzGCzthgyJ38NtY5wU3P0VddY+/Lb3qZGClYrrBMBhfA+hh+mYuuzwVRYbgCTyKbdnhssxRowC9edVw==","signatures":[{"sig":"MEUCIHG+r7THPRMYEqyZ1A2Kb/vhOVcwgy0Wix9twZogSAaaAiEAt89NSLqmnd/y9lv0N5ZjL1Oxz6IXkfIfpDV5Uttbnac=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3367141,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGQp9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpcsg/+Iw0woQYO1z2z972csJG7RsRuLY6RZM4l0gC1JsS5T0sCt248\r\no5L2HLueW0d1+vlaF6YJtS3U7uhpjn4pKiXhFkWEwzqSXk3gtua8kPXgOqEr\r\nh07eUn5n1t56PNrCcK2xpo8AhsZmKP/x//dUCYtxOyj5DhUmQdmIBw/w6Ivt\r\nemFpuN0wTF4h1rjFCkH902bvyK8fZGWBrGNPN+HKsM8o0rkWfvPmBnqvvxax\r\nlP98nVoOMD6uFuIpApUa4/iXBgYnupnWtaytOwRIUvASlFe6eGT0tFRHMHBt\r\nNYNlbgmSdpINgL96zuhNxIo79g2kMGh4uFbf6YzS8c/dbvJR+6QT/r3A68nf\r\nLfoKTGSMOIzG+V0GPbBE/cLqIR3XW2VTjB/0meFt8qD+JVDoNFI/RSa2BGlR\r\nil2jtPxZbWeOBbr3Rtf/4m5vkS4woi1oKV2XnzxGTtjDVMWORelMT1tQGWGY\r\nKOjs1Ue68KqMeYSxWd0FN17pYhngy6r80ga8YIEOuyEE89PN7+1E6WB6WyGn\r\nE5C1rJFXoIdXIMm3N2sgawCa3wGxZcwIGHup0rExTtW6pULYmPCGqK7Sryw7\r\niynoCik2IYnDXIM3+8f1mLom1x345AzvPXfYOE3WU0lVAizjAmigRzzHp1ZQ\r\nE+1N/Nj4qNGv7yNubzGJDEtKSdbvQfef7Ns=\r\n=5V4N\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"b63c46ed07f92f8c5608988ccbe2a32d7692a971","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.15_1662585469249_0.07260352926396285","host":"s3://npm-registry-packages"}},"0.25.0-rc.16":{"name":"fundamental-styles","version":"0.25.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9eb4610b636eb08dbbdacd48d82259600d265a86","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.16.tgz","fileCount":127,"integrity":"sha512-W7NhEyLY9LiYwAQJLZw21hw+qHwyC1zJzFY8PUnNP49FWlRhSIyCPEpocAVvb1uwD9EfnlC6CKwbliUuo8i1Bg==","signatures":[{"sig":"MEUCIQD13x1ed2xScObxSZsKSSfN6Fh6Xk+Cur3jVMwI48yKowIgFXVZFOd2umkpterwdMpRKyeoQg0QhtyZRluKOOiHoi8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3367403,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGg3TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr02Q/+M59UhamxA9GcjkgKBeRFlBQ7AG9t8NbSP+8U4mOcwdOiBe//\r\ngdb9E+8lWWsCh5/ZnghOHfu47lXIqmqx09pMGY1X0wOT6Kv10MMBkRnt6n53\r\nk1gc6KHVOddspuiTVwH6UOH23FJxRPdMAZ2R8hwd+69BmO1P9mSxO9WulAYq\r\nRZb1syS/TGQztmBHQAcUI0+dGAIik1e5gx/lIeiYEg55mLOMOQhX8p8iPkqK\r\naJ3S2uURH0+PRW41W6up/pulf4my1wZn1tDBBYlQhcBeU2j8vrWeD0WvR5yN\r\nsGF/BgswPtJKYyLdwaQkstkApMoYmPR8ILFo0zXtiR9sRuK2lAIOh0taGQOB\r\nU6C+lhar/i1Kwij07nAQh6ncBgAX1dGcTXB4IJgUa2RSAhKfVxjlr6gfGjlC\r\nyVWbUX0WkVjInTsZ7Z2fyzgNOgtabUomXN9c/RKn2NwRtpwpjM82ynxYj/Rv\r\nmcNuN4bsLbAEEEl/a7E4deFfXBzsHMOTHUvKfWwrUxHbWPIvPdPEaYSWyHR6\r\nr4uSQAd5p2EwR3B56RM3q4dW8p8CPXEwKfUdepeaNjw2KgQOjXIxnqHwNUP0\r\nMdPZbUVBa5CXN93LXa4ORTWFnpkDu3SessukVA6dnG43XHBrM79fccS42nxB\r\nHSurXuqD2rT2H7ubDUiAC3aMiqH95bAtgL8=\r\n=kref\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"56896d88cb3fca7067b405ea0ff174d32c9e932e","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.16_1662651859161_0.4305348824948583","host":"s3://npm-registry-packages"}},"0.25.0-rc.17":{"name":"fundamental-styles","version":"0.25.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"35a55f918f803e4d3c4d94aa4d7abd293f6ff27d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.17.tgz","fileCount":127,"integrity":"sha512-gHBCPyraXXVWChZC7pxXpMO+EcLhtThVyFruWnrd/AStvbK/NJAC5mq10nT82fS1sf+SDRYItY0agyem56QtdA==","signatures":[{"sig":"MEUCIQDwdnS6igbttxAB0fAwDv0HFOfDupDEdIZbJx8kaA+9JQIgVmfrTn+HlhVixRNU0z8zwE6DCLOxsL2VpW0+sBpk1/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3369516,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGynSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHhw/+LgJHhe1ZSDjL0F0vgWMCtCjx0qQ7wZGVTUyoGBqioYqhddqO\r\nlCg+kyNrumMNwDYS2WGTabEaj60Ip5MfbHdZWp5tx3hxespa7FNTWN0yVFym\r\niM4PntB6yUNNnCKXPsMOX1YX3i+pohjTU17nktoDdQyfBh/0K/7QaJt60OxX\r\n6dVU4YEZdgz3QIdIUDMtbiIJaVqkmJ34HjImcf1GPSKLtMBrR0dJDySNE0OG\r\nHkZO+4fTAyZIbJi9meWMRwA/+S/4vRdpT08Fp+Ssx56OX3bHxU6oWd4Sa+wI\r\nAFyCuQOCb71YXd0rWmlbpLP2mTbUNTxC1iIXbJb4Fi82lT0DpNiAyEoDOkxR\r\nRlM2XxTECEFoYArOuRUt5tOMDDXXx7Ex/yylhoruJTmyHFd62cwzpWf5ON4A\r\n+GDzsXahjD48EjQv/OtrVW3Ah9qFnfvIS5zryflSOqu53swPnIm5rc0XdpoF\r\np32NM8IbE4pihOQuQ/RiGZ3SQ7b38a+JipXLY5MpjMcEr5Yxux2hzB9GsxS8\r\nScWlOcwyh0KLMEMaQ9Gqb3O2gUl++siWhX6FFY4F0It10GxE+TU6ZZKjb0P6\r\n6TIYs/AhSiDSBiTNvQORLw3pTNdLEZlN82DrvXoRcctWOPNA43vhNwzjfsJz\r\np4QBXW/LKSdht8U8Yddepw1muayMX8tGX9Y=\r\n=8VeA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"c789d5cfd01d5630e3e53d3ddfdcb90057be8708","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.17_1662724561903_0.4902659497298072","host":"s3://npm-registry-packages"}},"0.25.0-rc.18":{"name":"fundamental-styles","version":"0.25.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f675b511190a1241a67bcdeedf5c3e2c7dd5d869","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.18.tgz","fileCount":127,"integrity":"sha512-GcvsTus1jAjUZx2qipLc3k91hCiS7iM9GBTPMK3QrHuGCExrwCCVnyyclxaE4JubofnLX+NnbnR2cEOgpA6eGQ==","signatures":[{"sig":"MEYCIQCkxMJRlUM6f8wKotI7evFI714Ukwj6A6C97xApWP7ohQIhALV9Z/IbcfpYIH9B8ofofm64SL0wd0RhO0aRrdyMERpn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3369831,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjH41zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoKYg/+P4nX3teF+WoDNRuIkIyIkJH1SXYo/Ar+piNuByigxZOkbZ9J\r\n1YQfF99k1MqnlZSpN/YzQrvJF18QRL3PZf6Lss+9uzWq2vYlunXpqQij9IEd\r\n55Mf//Nmpfd3V9vCwqp6JuMKoRMerJkOQXUM4xN7ZpsfX7E/eNuqCOPO+G8P\r\nDFvOTSYE6uk51faPHhf5tot0Ic+SY2q13+kT8XKUOOVgGDQx47DTzWgGhz7h\r\nvPQpzwKGW31fMLQBElATEEtRyPF731ncIZlSa9cdSmu9IQEg8SX5Hu2CdcNy\r\nXgjZj0aKvBQmRiHrpgCbUD1klJULQeJ377G3iv5sQBXCEcL9oelFyGUP70Sg\r\n8E9/7+Rkvs9M9DIJyKAbDA604IucYQ2xhDoyAsaN+LHI4seUv2SdGaNFG3IY\r\nB3blCBkS9wjqP0/RU0GaCJkmLSyCqWTIIflj1SK6xawRrWPwtEpriV1XqOKd\r\nxXw/udg/RVWqCQjIAPatVyNsXciBoRGR3lycWmRGpGNCZE9ieK3ySO1TXzyR\r\nFBUR53+odBBR4O2nM9xUb+ISp8WRZwu+0e5TdyTrrKjQs7kNs3mzpgoSJDqh\r\n1lDDOIORs4tuRK80veqabTI3WLVwEk1/gDKQJd3z8+jdjQs9W6WhZRhoYEfY\r\nh8IdqZPJWuKrROh7I8nzUsKgw9Rv2ZanKNs=\r\n=sA/Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"134a8254f76fd4b7a02596ee01cbd0bfdd064ab3","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.18_1663012211496_0.9716109400333504","host":"s3://npm-registry-packages"}},"0.25.0-rc.19":{"name":"fundamental-styles","version":"0.25.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d87255295765cf9d0fcf28f89f554e185552ff26","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.19.tgz","fileCount":127,"integrity":"sha512-hqfQhID2dcKBrJ5B0K+JrApPQvmxGkCBHCEi4wsD76l/t45TD9NFgZl1+z9ULUVu0SZTF+zSIlVovqm/QpXP6g==","signatures":[{"sig":"MEQCIE4WQ1/fown8w1Ny3xpP3sz22JULlvuMMTMzotTXHL1uAiBG3EK1Y3aBG7D3iKsjQYRp39vYunUQ5p0l1f5dE9PfhA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3320104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIgmkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5Rw/+MO64HUbfg6jsx2wLUtkqynPvLYbsrB5mUCkxJKjS8sVR4Lai\r\nNW7jPuVoyY1FotqY4ZzGW/wnmiz236C4RByIVLWUqRl3ebtpxmaD3hTTiDxy\r\na56kUm1imKJiAyM+2Vcb2iMZrOnp4Vr/9lpJKz3VTsym5cI2lOCF3RrgGPy3\r\n17CIfzKN+4TLbO1k1tQZWx74QN3AdRn/868UaekHy8rQLHFnle2SiXvZ5g/9\r\nSBFUhNjEmqEDT9xAwVKmfziyONq+1ZZblHuwd8FDb3d5Qm7ezyPdIQGa57FE\r\nfDw3UZ8E16+IrmO6TJqpHV75o76H+nsjHit6w0dzUSp+vnGs42uZ2Mhl2xmC\r\nvxXFRGaPBRy7i4+UWjSLi1zikEeph2WZptPxvQS28+ouPsS2trX4F1OQliTv\r\nlb0AdAs1mPOzZ25SzbTuv2De1htOoJRZuAOpaphPgzwzA/knimO4/qRr2NiO\r\nUPdXwYctRXI0YS724XBUpO5wjh6bET+xrjGJskvClGY1ggMaowiePcZNnpn0\r\nphCECQrmsCRGlKSrfuVxu5LHGxNDWSQrferGpYFEH56SbwQ13mdnWlXIpSdp\r\na3YUxnKmODpK/aEgU1Kp7y6mNFlKPJZLti6scO3Tx2e91wD3PnKPNwzEBd8N\r\nAu3OWnpsOQP44tYq/zBW9oFjxylloVk/d7A=\r\n=xwov\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"4604d7a577747859bad156da00c0d7c4eca11ad1","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.19_1663175076488_0.0791466050300833","host":"s3://npm-registry-packages"}},"0.25.0-rc.20":{"name":"fundamental-styles","version":"0.25.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0ead15ecfb6fa7556ec85cc920d383a5d87c6f44","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.20.tgz","fileCount":127,"integrity":"sha512-VzD6NowP0pE5eLd+MyHtMtj5PRt+46plYBiDB8S267fmLSbnKL2xy6mfaj2BVz9IiM/4AtJSiGFHp5qJ7+W6kQ==","signatures":[{"sig":"MEUCIQC1B34PLy5kJgV2kXtOeK/762ItMV/DldC6n8/99wlkJgIgO9Q6cTOQbaZYaGt5cMCSLJndJ8Cp0ul6hzCGatQG/as=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3320104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJA+ZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmouJA//XpnHHqy2Uk0Ry+ng+cCMtT5H23ZJ6sBcZ8vaznVStRZwtzUe\r\nbwt76QWMfz/LZwmeS+xeYzXzCxM2OmeZ6t2mZf53noPiFjr8QlbOWeG1Wu6o\r\noGFtrxNTX87I5R+fxXgI8RXer1kYGBPI3t40tsRDUUiEo+PeU26tPbK8XNey\r\nX2TSLlaQBO2zdQs2xg26/rSgf0rrzLA48R3AKurB0DftAUo6/vxnpZDcQj9k\r\n5M/aTuJiTVMOmfqGS8/uhXwJkSC84EZZvq8FqufabeW9PAFeZ8XcViz5pqH2\r\nC3B3uoHseaqPaClO2RiRNVzrbtmwbdmxIqbrnEOwoxzGTehdf54h4R+yI6ew\r\nS7EBbAZ82Q3mwk/J7fJdevAaPs3A9242dJyNxrpzL8z2c51310oeFQCa30uX\r\nbQff4Biq1PEViE6w6e5ftUEa/AYGsCroLotqQVWJJeg39lFh5o4tNGfDJa9E\r\nbkuM4yr59PtHYLvwQidvzDL5a4J6WOWgpcOc+GBiQ8uDiw3xiYGBei9RDbRw\r\n7BT4mk8cTIpmL/JRLfePF/8IOCWteWzgYYnXXs3me8ufzRRTYNVajqR7sC1A\r\nkVN9RNiL8WyFaz1OQpKdsQQ4xth8gdNvAiDBRKt/NhTUZNuAgyf9GVou7+0/\r\nG/LIhgqbVr2BHLiG0kot86iO2TjMtcVPQQ4=\r\n=l1QD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"dfe8d9f297f8064cd511e1882ecf579f6d500279","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.20_1663307673283_0.8122029040203975","host":"s3://npm-registry-packages"}},"0.25.0-rc.21":{"name":"fundamental-styles","version":"0.25.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"82894f83e729998a713f50ce1ceb6bf7b1df59bd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.21.tgz","fileCount":127,"integrity":"sha512-+V39p9BlIERoe8cPoCPv/Yl2y+PjqmP28kjZ4V47p5w0l8ac5YuFSr1jjFyx0hn3hJtCWWen1vgc4Je+r/fy8A==","signatures":[{"sig":"MEQCIDRsGzK0ExYldGzpY4NZXQj8HUk80J++WN7KyyZmpMDTAiAjawqHswYcrqHayvlSTWI5ODYVB9qnld9gkZhv4b2+/g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3320154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJnz8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpaOw//XmElu7VSYKs3Hs8SADrMbBuzBvHmgHMkg6OFjdoU/o+oMyvq\r\nHrAPN0Oz7aXBNuf+VFtvDShSpkc26jyGV9dZD6Hhsyxhw5GtYpZOitYM1HrJ\r\nQfYj9dlTbSQWqsJXoL4vhcN/2Gv2IasqK4euk152I/IJwFFwJ18sZelJZCCE\r\nITwtiyNW5RC6rAx7bguHet68WQoX5Jm/QQG8b3i2ETyhlYIeHvi7VhcqK93s\r\nnmUAgXChBvBgVnFaVwYd7U3bj0hrAh5Sb/0F6v6EyMj+KHoMeJ4/EXeGPLkV\r\ni4X/oucXg60B3prIG/iuwzJHvjFJ+4uCcOhkx33lolpYJO2MQW2pRQB2ySqp\r\n7U795c/fcY/gEuSJeo/Lfuymcp333AjpsE9YhS01y1O5Zr3Z87aF0HiDlldn\r\ndqlCfvVTDLTNkFSNmpzrFM1GMPKGk1Kd15YJ2ZuOnwem3ei2n5vMLFVUIbaG\r\nDIeD6TgjqqOXMTzBchhSFQ4olokOj7/NQUOzCd82Ni2bXh+7w8lpZfGEvYQ/\r\nKd3MFv7qnA8TTT+mlfRKwNtxwq9uBp8j3GT6Dz4t+CcF3j9S47tcuLw/h4ms\r\nmirT0JHb4KlJYhjEHe4x8maiOYx4sGQJgzZp46xWH0MAMmNg1X4FvnNFctuL\r\nKt+6bRU9q1iIpIGoUY/K6Cb7t1VO4ZTGMpQ=\r\n=8zf5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"5b6d466a0ef3b833228deba1674aabb4a409f4ee","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.21_1663466747667_0.07623209248297225","host":"s3://npm-registry-packages"}},"0.25.0-rc.22":{"name":"fundamental-styles","version":"0.25.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"70ac21a5c58bc3a807db8cfbe4ff603a6aff0085","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.22.tgz","fileCount":127,"integrity":"sha512-GSkjW4uRt73JYGKvSl+VaB6xc1U/JrqeIq6Cv5sJKVd2FFpAhVb/mHUTo05BIIg+KhMk5mJqmAUWQlVhULUT5w==","signatures":[{"sig":"MEYCIQDzrNxcmTA9ZKrc/Zsz8biANySwk5An0yAmnAj4SVFawAIhAKec6HrtJ+pCZme1BO9BYC1YaTn4w/KUvxUFSxQQ2X9R","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3320190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKFU1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpfdg//TpNQ484xIPWoBG+NFQmhPa/8u+8n4SF8cI8fV5AkliH58hTQ\r\nhT/Vjqc6xAmpewHz8D2nY+FLmJ/XUu0BS3nJlZ1STOvMdaUkokKPSKAY3Mre\r\nva8EcXxelQdnOfirX9m1aNuVOJ+E0uCWR6i26UxSbY6/VR0gUxTaYVSTAFPo\r\nno68M9bNEfXGUGXJkE62UuYXqykBtqpxiRHu5vDZNZKb5Lu61D+9jb3ap1nt\r\nJsg+RmVfFEdCI1jxZvTaPWlq+0Gffw594NvbXPjl42qkemCsTRCB3Z7lkEr0\r\nkuoaenIYarz48zDUXFqr2KUi7TsIY504+yln5nUSEXYxDUooZVa6ZZn8zPTx\r\nNUqkOXYDKG3zaYeqz86FZCpM7Cc6PBT6N4N+GBQpTa0KX3F2wBsmlOdd/3aF\r\nkrh+GiYQpgoLHcHz4bH5kPGsD45J2stRQNCLW9L8qp5t79j/WRxHkdRH1mlM\r\ngFPhRta422pRgz8xAH+hFkulBw06+i4BIpDbnozFp6s2gCbwu6fGNI5d2tBT\r\n1DXY8wtKVX/FUrtb+c0p2YxGZuQyQdGG5m+bxplFL1hyiKempWivFsbrWBzM\r\npjzefMkV/oEm7o78b/VZPRmT0r8zvG1//i+aQoVDj8EPKA/HJnxlgC6Jt2oR\r\n6rDq5CFAC+PAxMpoNuJvFNWqCY6mqBrAZXI=\r\n=dCNP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"45b1c88c7152820a5ce9651fab2c4c6c5c76dfaa","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.22_1663587637251_0.18209201147075005","host":"s3://npm-registry-packages"}},"0.25.0-rc.23":{"name":"fundamental-styles","version":"0.25.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6495bfdcd431f85c86c0175638461c15ebefcab1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.23.tgz","fileCount":127,"integrity":"sha512-lvcq/+UOFLlPNvaJuo30AQ7zo3ED5UfAMntscf61gxNkMTb3MkuGPyfZuNbOa3SDumjex81ZZRIftF80VTcjbQ==","signatures":[{"sig":"MEYCIQDxXAPEly0q7pVBBqvwxyZoVXwkXunz/0u0llhJ2TuI7QIhAJWv1b0cFPcp13NHBoYcCn83R8nCmVeL8j+cwXgIhYMB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3320190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKHGDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUvQ/7BOXM03+CMb6Y7t4PHPUw5jgvfYs/kKvbjMXy+DJYbHOly7cf\r\nR/7E9OvVCFjeelE4+W6uD9j3YCgYk1uYEp8pY+Uj7SpbNjrD+jgQl43kl4V5\r\nW4UDdT80m+gaMIHX5YSCcC8/o5EZ+5L7FiS1zjhCLTFb6OqhE2xOOlSGflFc\r\nQ4v3iU6JjrvSvmHLFIaKn3xL2aV6GpviiDWu87RBVUZmMurTv2Q+/FIP9R7C\r\nv1Dpxfz5T4zHliMIcWELTYIoo95DWC/CwP7yu/1L4+SvgHwxUtkjXSa8gqVQ\r\n0l+oFQVe6pHTIoGQFR8P0+avnXYQiS7cTzGt128cOQsDO/Ys5AIXF1rMMUWw\r\npniBb5HP4NZcMXKkhaIbehQrJumqkzvHwZzmvR9Drid7le/FhzsnKw8iFLq2\r\nbegEW/UdyLpqffZ8RlecgmFIoPLHuhbUlP4rbh7hYMHngm0QOez+ffTecrUp\r\n7xo4N8c4YCx8uzJF6iXxs88oAutm93y1qJq8ij/25/Bx9kG9MIuttZqFxQDE\r\nhIWeH24wsHDJ+i/L65A5ifBGQNpSQUl2ijf1ifAiPqdkLPazqNTvg2dKxUXS\r\nHiFNygyh2IUco861aKrZtcE0FCw7pESryo7pBVEqWDtFlhAhxMY7BUN7kH3w\r\n8tbK5IVqtv485CpiBP0LhNnsPeQQljcb6ZA=\r\n=2Q2w\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"eedb209567e74d66cd4510bd95186dd3f10fce90","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.23_1663594883506_0.15751078912464367","host":"s3://npm-registry-packages"}},"0.25.0-rc.24":{"name":"fundamental-styles","version":"0.25.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ca0fb71beed7114428f3519c717c86706c157dbd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.24.tgz","fileCount":127,"integrity":"sha512-UZEZIK0GJ98QWsrxTHL/u4yZJN/f0wLzurH38Al8VekTcC+NmZmSqzlRQMqZ3AwNCho/RMoL8XMhZoCHjJfjTg==","signatures":[{"sig":"MEUCIQCaDHZg24fFPvDlFieCvglwkzcZTxFAPbfJkjFUrzLunQIgSjNcv4rIvpSN0qg6t7Vp8RVM6ayfynkKEjtxskJSXpw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3320190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKRvsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2txAApB8Ef0gvtqAAfMR+p+ylkMx3gKACpcXu0ogfI3OoZqb1kQZa\r\nLEelEVJR7pPl95vBZvruDsK+Jegv7/KOiZiq+Gqqj7XVS+rxkmdlws2f5+HW\r\nyl4xkSN4J17mDcAVrcP7DMinquuz6t3fFO4Dq9Vwj7mGrQbIK1+tYrsadLrM\r\nu8IZvl+vJhcvk9dhYGfa326a6QGsTotxu9k3+ZDh3cwjGCFCEW7j8RsEPcts\r\n0vL/REBZHrb2kfaj66KR41R3cPcomlc+aJLYyF+xeOB83dDYadSKJ2sdZEII\r\nbi4ROwrw6VrdLCQjiqffAFSWPnbKlSqPD5SVXzel/obyKmSGnHyKbhPrGwq2\r\nrx/jaoJ52mJJMDOzivbUuPVA71Lyn4ueRsyr8MgI9+/uoR/kvOAPT4olUi57\r\nNCQrk6+ooVoauScaZk3QhP6O0MlcoXnFzTMq51T4V3AllbVhO6wR2Mrz0vCT\r\nzddIGwrMYkJ0fwLOq5jcKPOBYh5THVgv+uVwMorwIIVTX/NZ4QQI68ljJnfr\r\nKpBOfnJPazU/Jp+bGls2Cj9AMlOGA/yZvgmxMLwdqAS8+QTkNY9MkWkDWCH2\r\nqmwIvGMjcE47BoF48k8SBFeNwGHfMC3dIB6hyM53fe4b8miZ4HRSlyp4CW3l\r\nW+oFcn/G0BJaOtTJ9rwSzvLMW6m5RJTrrlU=\r\n=0Lo0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"f505a2bb16dccde137ee7eb5982ab521afaf2359","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.24_1663638508142_0.10299851635843926","host":"s3://npm-registry-packages"}},"0.25.0-rc.25":{"name":"fundamental-styles","version":"0.25.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3ae0e9e1e9816a001d0913c86cd67bac065df149","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.25.tgz","fileCount":127,"integrity":"sha512-JbKaHdO4iJmLCezd9saNCRbu1P0W7+NidKyT20CJ8VU/30POq9Ow4HpnQKjZDxu7T8lQSQxVx+fJW+h7fZtg7g==","signatures":[{"sig":"MEQCIQDRiU1fCiHDktyhN+1bjlvM1OgqRyzIleyfrF17Sdr50QIfQ0vkOpcQLLu506WT0tGg7gBJFNO4iLHDFtGRMNaAWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3320190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMmrbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7fQ/8DS7+HUU8YO7mB4hbDb+u8AjZqlWGY/Su2rBrL3aPTqCSRjwT\r\nXHyklaAZHrBlSUJQ5Z7W62DUep0l10n7lKHxbNH8iEyGrPJu62ySZrWj0v0P\r\nSY7/0zVQSHhj6Xe2MpFSBFAmg0GWfP9BM1NraWZEj9Ph6eHjlsh6nbqhKoYu\r\nfPoffKf6zrqifcLSfTiRTXk29h5sa28kpi8/9Z2OQd3PbmdBklH0AvbhfLVR\r\n8XbS6molzv2rTh7swqS7pcvFWG3B1vu/esKeQ6fzneC+G6pMKKGTiTSDGARn\r\n1u5cZD7odyiSbIRlJUQxbN4pfg681jKEepcSiSlnP3XKAYMXbxPdv3aqfR3N\r\nKeXI2pGp6EoBuhIVBIzD1NSbh/6mAcSBlfMrIcOOl9PoIseVwUoKptqYgGE2\r\nwkUiY0zwf2QziO6ulM8GTg5Ap84wsreS2TVT0tTE3crYaCMdcNofQrPPxsw8\r\nzSnW1LjUtB2VhNGoyhNAGzLGCFtRaLFQVwqtbxlDxkgqH7mJt1CgYzzE3wYD\r\nYwtRXz0mfpdz57gZjUavKqVmTY4C/2Z0/6og82FRnw9U8vxOoLZj8+l2CeNl\r\nO6hkvKJaN9Jz37P8g/fee0LVtQo0MTZJhrFav1tIcAjIYtJmP9L9FBIQ3Puo\r\nFf5BqXpaqc4OvDBmapwMTZt4T73K/UfKYwo=\r\n=ojBR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"722ea566fa30196c1608367678db81b21a8214e8","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.25_1664248539547_0.7565189241993835","host":"s3://npm-registry-packages"}},"0.25.0-rc.26":{"name":"fundamental-styles","version":"0.25.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c732e30eb744517cb5f73ffd3e6ec470798a5b44","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.26.tgz","fileCount":127,"integrity":"sha512-5hECFXNRb9fOS1wZ7mUEy2AOFnFyMyf7XN1p1ln4V6LInmIa3m7FBc4oe+6S8psuZkAeR4X9wDRMftsDFi0DYA==","signatures":[{"sig":"MEUCIFbi8xGj8ADPNnqFm8Jy+tufcRtEKsPNJ3h5v68Zd5SPAiEA47fqHJujTlM3sRRVABi11vk1o8xEmZS8wB0IKmNgP4w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3320190,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMr+sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqUQw/8DC+Zzf/kOK9I5iBK0H/ReLplPkGf5bs+hnyrBOBWFhBBqmtm\r\nm2s6ZGtW7rutJvsnAmFP4DOkuBqy21IScSHVdw7Hf0xA17MOm8LN8AhjPAsF\r\ns7YN7sQI3CDp4rIB77/d7YwQzw6yn9fFEu+ZLVuy1sVNTXap3QumkrhZac/A\r\n6UJ30lfcaZ/fZXGYXgCzqcmDYVeCEHtD9C0vWipuWmU4gTjmftPUEWa6a8aS\r\nPnf4XGuB277VxuU/r1fz5n3j92nvBkrEHh+KbxXAgVusW+MTcJuelHwu+o1B\r\nAkSn8b8pUmlj0L4MccPD/jRsbeZTVe0qJKDjHgc+9cg5HP1YRkRjvTdwVAf2\r\nva8RRLnfYRUOBrR7aS+B3ThjtiSDVO57yfUyq0mn1lM6QVvTvtoFK3A2JgXM\r\noDWSM8uia5jpUDO2L0TbaG5XioN/2DESXTIKJRbWqNzB3x2gNp1xI01U36Sx\r\na7mOmNYpqKSdWNTvh4gISWN7HEj1yJssbypvbGkIkk6WGpkxKPyQ7bR7UBcq\r\n3d6+pgd6JdtYgDr5n9Z0qvYT9ifJ0nTS03Yaw4VFlMUzB2EgzzAGkGvRskmJ\r\nmwEFlKGZpxbFL2WkaB4mLp8OsYHKkbs2jsHSXA0TUBA4x6QMgO0aWwA2Iw0g\r\nrv8N3ShIDwbyLKg9i/vKSMUwWThXkqhtmlA=\r\n=7oJp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"7552ab7cb3db88e7ec3349b4d6a72fb97e1c0ce6","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.26_1664270252658_0.1455534792739399","host":"s3://npm-registry-packages"}},"0.25.0-rc.27":{"name":"fundamental-styles","version":"0.25.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dcceea48e61e83ab2dba2694546569842b05cf69","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.27.tgz","fileCount":127,"integrity":"sha512-FUe6ziOIf6Ps02VIlT2B4U8mqvtKZa7ySgvEC8lJdS7W6RLX80an01jw1FR3nT4Aug26F+WXdggm4y/vdAgWdA==","signatures":[{"sig":"MEQCIA5bK5IRFrpHqSleLhnQHs639KXbv19szmpmVJgvQpuHAiAJwboqCSy8MQXvPe3CqPc+SXmKEgkUitw5BgHqSttptA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3320210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNIOJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfcQ//ZrSCJ+68K3arGCvvCMCec7BmJSiiB3XryaQmVHefaEFwoGRo\r\nSAtw0sGbYlCw5ST3FQFonNFkpZGlDetXBp5vkzuUj7IFXdTgLyLNQTX5mCT6\r\nY45bWkWas7tE6+/BIi4zJqEiKBCt9ndxo8+KsMT6I2m7Tmily8kdE4UiQ9mK\r\nP0bFITrESkrg2VTHjzR6Vgi86oBXnoqkzdqYRBKzhG3bWKk0Okf+e1d+1V3f\r\nq2ARrqhyYl1K5y+j3Ltdt8+mNjDyB71sTkftutp/0RlKSsZKtUAXYX5z5unO\r\nmsFY5iklba9hJ/APnl8KV24xevLrCsfMnmCYax0HlH/3MizUZyN0Aa2zSHAy\r\nPLPzngBQubuzVyQVH8u3iMSZ9SNsOloEENTBQ4kPff5ULXbfzGZThjKsqeLy\r\nmGeBaAdWicFWYepzxqhnYaXvLSUhVtROxmeU4LhFCMVfE57ppVWoLV44zJYx\r\ncENxBt72Fly5XvZJ7NAr5rPnC2tDg0hqhkpY+xdnX7TtwRR+GqXpTzRqoun5\r\nB6uvq56Q7HPaQ0xC2cF13JPfslwAAf0GO6eOy4JJydvQdx+FaxWDbFyTJJAc\r\noTOwuq/GToieVOZNeGYfGWDoRd2r7J3gDb8LOPjTPnLvra7y923Jw3zt90kD\r\nr9ukikuqN7mWPx0lioiy+b1o/Joa8CD/SBc=\r\n=s/gd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"a14ce09e43e0c072843c302ca2d9f4596a49e966","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.27_1664385929219_0.3772236467963699","host":"s3://npm-registry-packages"}},"0.25.0-rc.28":{"name":"fundamental-styles","version":"0.25.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"288457bdf3d4d96f33d07206b2b38ccc4e79b771","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.28.tgz","fileCount":127,"integrity":"sha512-xlIPgCAXf6xACOc1MK9xsmXtK2Mv/mkll7uofXb2JwzKpdn/W17HDb6e03i8iXPtJ5HW5o7QAzL8ybQHF9A8CA==","signatures":[{"sig":"MEUCIBQOOMsPwdQ84lhfZ3+F+8f3VdxXa4kabHXy8SNMltg5AiEApySiYgUyFPHeQPeKKomcYVa+dvhbG1zR6b/rhHtlkOQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3321306,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNVc9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvFRAAhGVuZBmt9YTqbyZIRNN54EGv4BFtlrlgK3Qp+FPcsUI6VIyn\r\nR8FnSsxHxMyP+LkXBHNJsyuJTMBvsiRsaGCpXOn1dL80cdO07lhERJKCiukm\r\nrOhnmBelDhXKPl8wUduy2UDaViNRxUxVpLmdFj4Qh35MusLDS8nYKM4y7IaK\r\n7pppEe5XUTd/0khVXYUhEsz3CP8SgvN8l8uGM3GQF5uQmiyPtMg/AkVWwI4h\r\nUQY2A2BJpoJuglgk36geSCO3GmXky/YFNIHdxVzzJNWRjdjFYCbQTDKsLopF\r\nhWqKs9Fdnaf5NsbiYAH57DxvLMxszfOJPtxA3dgRkCpFWyXVoewcDESA1LHV\r\niPn/YkSKKaYte3DirE4j54ibdlC6EX1HxJfHB1/yUuecxjTiiC+jgJ0kuSzM\r\nbsabCGot03tcUZerVEbpVj7ysrFx0+iQKqeaStND7yRywU6TsNcaK1W1BVch\r\nJq4fFELOAW0aKYOv8fLb9N5IJdKqcAOKVevqO788yPEYN2Mbhz7ix4gTkrA8\r\nWcrxet0O63YfQS1SHH5ulFxDruY66MaAx2L0ylrY6X/SMTvm3II5h+mF6m8T\r\nWFtJxQc96vunqwht07Us8DTmgefmQPyQokVBzuAwHd3luKd8QYjO/Fcc5w7N\r\nbMYV4/Iu4rrMCe21i29w76CAZm2jucqZJww=\r\n=zie+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"10fbc5042d39ad17b075213796212793e9d3a3ab","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.28_1664440125578_0.3365533904119229","host":"s3://npm-registry-packages"}},"0.25.0-rc.29":{"name":"fundamental-styles","version":"0.25.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0a0b3d552499712d33b7a20d73c6b4d173dcbd9e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.29.tgz","fileCount":127,"integrity":"sha512-7lOLdxa9sXpWFEZokE3JiIKCiSBqj4triA8j5kCxWLuFt7nFSQ1j4XOujRyY2w8845bb0tLGlW5qdO1a6iiheg==","signatures":[{"sig":"MEYCIQDSRsQ0R1NAcIWSb4BETkl3Ps4gzpbwQJdeCQNou7vJyQIhAO6be9kKVtotHmtVPsuUPeflbEwjWEiMhHTFkddewVHU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3321396,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPK3bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoBQw/+KntOdToSNAjw7FEVxT7/24TrsrIernILB8wGmZuy0IHHfxyf\r\n+PwOQ6XTqLWEwhakpXJS5sbsJ2IsH7X550AaDEHPV4s0ObcLdT1uh/aBMN3z\r\nU2YrMLhBsbGZtK3LN1LtG6mGUgNUbn8LeDZSBPuI6AFK3HKw+HRE3QvTe1/6\r\nOOlnHJgQlPYGK8cZaC0nyWNcstnnKdosLg7xmXq7Jr9bauW2kJlaLbyRCtAQ\r\nF6wd03zyFuxcdEHkX/AZOWryp13UjCkqxA2BEG50cLu2AksbSyX1mlq3G4m5\r\noMjvzG6FvUcSe8vbNsObzqrVvCpeO+eFXiVw/38Uv93TCQag8WWClOeTc9Z8\r\ndPyh2IGcgoru8GVsdUi+9uyvIsZfxRyEIMU4+9qTr59vmdlNmlcBPYbRB83q\r\nwmevML2o+chXw5jaAAVnpltH8LjZewpOUBaJ0k0W4RGXxMzA8Va2QRqXAxEE\r\nNl2Q+wwZARztBqsTVStlEBrrdAQoh59qcTquma9zm0jNUu/RMQSRZYaWPARj\r\nbQLmtKXVY3j+g6AoYO07ry/LsMKAnFEIyhcHQV5v7GX7BzJe4JsnMJy+Z6P1\r\n2l2IA25EGvk/ki0UxAwLSXTLox7na3MsU1C1OyF/IM1FmNTSt/I7IXMmkPyg\r\nzX64tVpggGQpMTgi/00xpERC3gttRyh/kmM=\r\n=uAmR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"388c8a2e338f96b7bed7eff0c173d727b15eb8fa","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.29_1664921051245_0.8141240986306195","host":"s3://npm-registry-packages"}},"0.25.0-rc.30":{"name":"fundamental-styles","version":"0.25.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6866220e9d0a3d17270939630a12ae6754f83c4d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.30.tgz","fileCount":127,"integrity":"sha512-5JUFJ8hw4olMCMLqQTjGwnhTVhAXdObPcf9/b2pgAXWMkkKvIoLYXhGxrzQ7w/QqAMEsTw3EmveMRTMU2+2hww==","signatures":[{"sig":"MEQCIGlnOo7oJAg5OKzvEduGwbDCKwiK8RMxEzPkSSTO4AytAiAbQxAfqVZfF4FD4WXb2C9cxJ5yGMeGtQdquPGrmqadBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3321716,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPMASACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqy2w/9HfjqvAGfRNQc7BPkX7SevH1u2kNgGJXhQDaEx0ZiQr5o8SrP\r\nB3aXzy9Fx7K/mSfwRs1JwvCYE7CCrSkFLLdkKxWPyfXEiLIho434lgS19G++\r\n1HzaGf+dF16Om3YIIJyIJLlKqvQ/LGfkZu9jot+HDez53CFsSROdI2ed8ts/\r\n+UZD6hXBsHyd8q/reM25QhtndDne64rF7oNAb41YtJHPsBpFVOehMZNCKJjp\r\n6WKHIt4DAIwcnhBB2putu3CgADul+P6OFwiN536A4Jy4kQXriymBjDUeo2go\r\n4c740xIpfm6H6KYyaxGlrICQEu47wmszLwRXQUTzVbgjcVEQ2Kf0igc+9/zU\r\nVef+R21VA7AVf7zads3X3tfWJz18/M0G1mCy1M1B/76mBAacpKSIkybK8tj5\r\nF8WwiDOhUDxkKgenZyHYrkqx8nPJlaLfhsTFZ7QYjbjJwEzHjxgF25R8eb4a\r\nRVOfAX8Co1J4cWK9YuvR7bgB980zJ7JK/rkJlkwPDg8W7LkQV6luhVf5W0ZB\r\nwNtNItEBSN5QBoIeCd6kLvZSQ066E1K414Hqz8ebZtzvY2u8+8XsEUMBTolq\r\nGPwPClrDfezbQJCgHGDKssmA7UEIkDNnAZGCLPhHI00QEC5hyoTuVXWELN8b\r\nnF0VdzQM4ayP7wF2GVl9bl3FfbAbL8NGsdw=\r\n=Kcko\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"c76f3ce1286cca3746b3a53b0f0311a4c551a31e","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.30_1664925713731_0.08706411431113636","host":"s3://npm-registry-packages"}},"0.25.0-rc.31":{"name":"fundamental-styles","version":"0.25.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8462db9663d6c048dcc665d172f73f854f7ee25e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.31.tgz","fileCount":127,"integrity":"sha512-ztwF+uA816f9fUx9WjHZ8kSeoTfX9T8ZdDdCLlJ1X/DaQXTVeKeQ3HcvxenPQVR9bfEMka6FA3d55KU3uMWD9w==","signatures":[{"sig":"MEQCIGT+M6bACy3Xqt39K+xBTlrIOYY1vA5wj/Fow0KEdMOpAiAghzwuSRcvaXIg0uohcRvRAHmZcTECuiZWB0bIk/QvGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3321970,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPMWOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSnQ//fybne0DopkGnouczTxiOtceAf/8W/lTRQ2SrESCdPTz4r3Qq\r\nE2KOnuqjMnAMDfOsEjOhGbo9j66lmrB/DdKFazhdlewbHGh8/3eRUdzt8gIW\r\nOdJLWzg5QAOMbKd0fZFVj8fR0HEvTgZAnMdA/aIbFoAbB1der3YFUO4y2Hqo\r\nYAJ0qZVe329NvfAuFRfB8nxK7m30rfiv79/F0/c8RCNfYAcKGL4fOMxRq7XG\r\nlu86+e/O145wTNsg4jkETYY20eCpV0MUd7GWB0lTFNZQt5PyWISvobj7C66A\r\nMXNzgEk+/DgblanPQ3XG/iA9d9TddIhtygYt0LfB2D1dhxFkk7sCKgo8m9Dm\r\nPUiQPHk97U4zaMvHFu4iN22qMZmMPvu083v/KYY8LsDnLq0OkGBXr/v09TDr\r\nT7eZTEnsufycrdPLfHwiUGvlLoU3BMDI8Wt1HZqwGCwdunky9CnYL0Ekwjg7\r\nQq0umJx3eIIYWWt9zYfSFVE0pInt7iku/LSkXceS6gQw7R7ixRN6yBLTp18l\r\nk2hXIBvnLF6ArlfeLwMC6zD8sEriQ8uXHFTPagkVFtkRROGVa6EBgLfZU6xC\r\n+SfUpDh/Sby31mGxYTMA0D73nJp6VsfIXF0YGn+u25Fb89/dj+Pzv0iX/XUR\r\n+KIwpMw7hz3/Si8z4JAlbOp9w4Gz/yHr+go=\r\n=e0T6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"52768a64ba88a4a80c89b7c78bdc3661bc97e3ef","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.0","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.31_1664927118602_0.532596473778614","host":"s3://npm-registry-packages"}},"0.25.0-rc.32":{"name":"fundamental-styles","version":"0.25.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"87bb11272f04d2857dab5f1ecfefe62ff49baef5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.32.tgz","fileCount":127,"integrity":"sha512-b5D99m8OwSEWNvYj3oRWOgvwYj8/kvTyf9y6VFekHv1ZA6Uiz1yOu1rQKVGwM1aZ545s6Esv1s/WggPWoRVtCg==","signatures":[{"sig":"MEUCIGN8iR6LrLOhlnC7ePKtF35uH13SlnSFwSvOkrlGGy74AiEA8Hec5w9p7Js/X+gj3O7qJcln7ve9gnnBjVXgoxq/Osg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3321925,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPePWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqofhAAhoZMVWKdKqnY6E3ZGXWcxCGjpnxRzHpgXEkrnCu9NIZp0iN1\r\nq6kxg3pArlnzjFEUAquJroAJGIVwt8PG/NtrE3+z8BQ6e3249FfpqQ0XYZF/\r\nQZ0YnPGN12lPu2TGx5hrNvj7PK9Z/0kfdZptfCqVS0+BgcUnxS39uY6nSSK2\r\n43+6PokW+TDPvCR1TWUkVyDzNM5OKt2LT0fAOTZVkSfcxODJAZ8Duc22b43m\r\nQ5Kc44TgaFViwKfqFbP2Foje1Xw5X5hq7ofXE1zxW5CRPfG3Cpijr714COvT\r\nSmhODC6Dc4A/zGl1d3H1mmKwFtMBbpjdTaTKJO4zk258Kf2c7MmgY5EcqjN7\r\nNAUoabY9azn2x9hnzJMyif1rUO7BbFqqzsWzhcxH+4T+dgOVEWsi4nq1Zsbd\r\nNIL43mil20PoumxtzLzCxMrJ9MkGruzOL9UC/ERim/TqUt/dK5Rr9xMtVg4d\r\nDW/5BkAm0j02AWDgcRAHa7ir7I8W2Y3pdmAW/x1WrJQEOhsNMNY6QdDaFMrN\r\nGFJZQRfPpfwaKnqgNy9xgEoj8jjXZN/wzCbdc9Kd0TDH18TjFbuhr7AEk5Lm\r\nMSIKzI37O69vT3WuH/VPOQHRR9uK5bwE8YxYDiq6346QRk48oaSYo/9Nxgd2\r\n1GnZ+uWjNaK46UM5ed/dNgLoTDStbZ+MUYc=\r\n=zowF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"2294b961d5ef6d30444266c5080ff50728eba76f","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.32_1665000406586_0.8884518422380481","host":"s3://npm-registry-packages"}},"0.25.0-rc.33":{"name":"fundamental-styles","version":"0.25.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8acacd5ac24fa24627a8b52ba2387acc00640a52","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.33.tgz","fileCount":127,"integrity":"sha512-JIExPD2ARZWZsl+t6ht3xS+4Nvdc9aBG+qc3v1Lkd+PY5/3nmeUC/GgpwTbPbRoq0AMJyulB4aamif8HHKMGYA==","signatures":[{"sig":"MEQCIAwb6uxVSZVgVurFSujUQK9t2lat0WxWoMthBgSeSHzTAiA97oHO7aFNVRgtgcaMXgDjsczaU4j/RkdegOosDhIVUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3321925,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQ4aBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpbuA/8D6XbLYRluYWTXOuSg7nKn169dnLHNuH2Eo3lUmGq01KIVo2W\r\nYxdCnpasHWkYE5pfYKT16co14R3MUGJj2K4ODPccBDqV/JUWDnHdddLLIg6F\r\nMYTrbqArVYYFtpV7JnTju216RPHvKylqR74v16My+hGuPeikEqt5Io+iVqNU\r\nksicqjRxE/jSj7WNfE8bvVkxZGzTviGm0t9uUp88V+xl0M9c/MPxuUB/RUym\r\n6R71ZcMJrx43jAuiARi20mavZXae8yF87hSIw/amFE3yjr+h3pD8NVKJNJ+z\r\nsR5eB1ZIVhWY0RaNiSdUq2dTiN/YbPMQh9bsFEcZVSEn0U25OIdujWQmhmX+\r\nwXfj/FHmV2PRNgLRk5gQ9AaEeMjib+mesI3AtCoTpndBdLXlHzKuCMqaO5jn\r\n8PbZKi5rKaqt52dPqTwIhvidcN0uNYqX2a6sc+linHRQcuHXS0SN0RIgOWJq\r\nN6Itt8JAdc41tJTv5xyWId15rSMit4yGjHrvWQ5bMX99S8F2b+y3uawlWYI9\r\nWQ2fmhj4hhDiuO03M1p0GvyCCKJtnrOfbLgTmLlVlDmrJF/v/w5WVfSV6N2/\r\nY9XhoOIHn3sbG9xa3NMITEVqgqRMNzs0j6E7XqvMFDBiNADDLBZkgs6b4jrV\r\n6JghFg2E5wEupRSkvhaakHNxwqqffnhsHtE=\r\n=VEuE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"c63448fe1738a53f959f642aade52c87239019d6","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.33_1665369729474_0.5117363863326836","host":"s3://npm-registry-packages"}},"0.25.0-rc.34":{"name":"fundamental-styles","version":"0.25.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7073f117a0e37b3c5a57e6fde17d123b28b2fc09","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.34.tgz","fileCount":127,"integrity":"sha512-CCJSEJrwH6un/4MwSe4CVO/WdDy71GGh8rsyby0ktnbT3uqEadH3ib0l/KDb+jdhS6B0aTtkAm8bREQo31HmGQ==","signatures":[{"sig":"MEYCIQDJPs6U0fNPKmNTC7J10gbwSUfHV7nXrKzgeNyjqQ1B/AIhAM8kf03S1RsV8xGo0hMBFLWzFXxINlvPhBQ27FB+gdjB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3321723,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRIe+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6hw//beEIWPEZYp1VwYVfk6+tRlCh5/CdnUKA3WkZ0N4kKIrvNBQV\r\nBU6elqtdI+qpD3BeqHZL2Nevykq9r44ERpPqctJCCRp6+y70RkNjK66UE6cj\r\nv9JkdRaNmuhPnT8+rLMcMOpWqw/Hgyp6mDms9AQ4dkbOiHMYQTEpz892fgxF\r\nyW81xhiEEV3cMhzhsmTJ7BVJCIjNrujdPt73U+C9eumKabWqZ5fRazEITXcL\r\nUlAGcsmqMjqBK5zTrHakpM8OwrvVB1+DIg2UpaNC/xxch2LucguYgDOsP4xZ\r\nwXm0n5ISLS3HnLLO3EjfDckP1NKAKxIKRKLwO8Zcns7WTesEmeE7M1533QaA\r\nIY1Dv6GEV/wBt5oMp0tdwOq2RkWXVxggKwLl2aleeDtcT8Ls5PTwHwDWx5ll\r\nqFeYl7miSX0Aj6o/1eKR0BJmCyK91hnJ8xHUadH+QY53nrb9vuVN9sj2ea1f\r\nC3t59hLRrNpomp/pPTR1c2ZpybigPA7+4kBMLiaQxd1Tj966ThB2QOAfd77+\r\n04blH6i4SNO9l4V9Qy2C6X4RK+3ArIG9hDrg4lsST93Yib2hgvl0QcmRT7+1\r\nUZiniT8thC5vm5SUguUM1UsQd9wc1x/2ba60jH1crO9TkJB/8a9fJ17sZyNO\r\nCSuC4JKq606QEitUjimww0kPAxt+h0nBNoI=\r\n=Nxcn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"238e78b0392abd6e19e9830ab401d95a1bce7822","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.34_1665435582240_0.011574941985594167","host":"s3://npm-registry-packages"}},"0.25.0-rc.35":{"name":"fundamental-styles","version":"0.25.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e543e85f3e4b520da6bd174cfc46f5c0739ef7af","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.35.tgz","fileCount":127,"integrity":"sha512-V2+eV6zsQbRPyJO8jfJOhmWzpBm8VhdlIhb4ov5P96iGb1RhKPu5Oo9xwmP19BALL0yt/aNFw/w7h4p4ax/OAA==","signatures":[{"sig":"MEUCIGbShWsF5CNtfYgoBNeVcjcY2XQzkfzOLWP3gFZkg+6fAiEAzZ50+BvKDeaFoRMErSRVDN6I6kh9J7acYazHdzpaaDs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3321941,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRnniACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTVQ//Rh/aEjjoyFwlDutSCbRpD8Vig4oQQIc2SPqFvPx561hMO1rq\r\nowG/klAMUw8Rdj7D8bqmPokLVvtjzIuKO7qaUfaoninEb5SwCWAWJF9nI5Fk\r\nRPTJnvLBxRDIiqLcDs9BSY5HTtEOdMQEqK3kMVvG4MRuLOcKEbuXUs37jzYi\r\n6OwLVRoPRxWDcb1cLvjuGZfYMkdz1ADBfjFk0m4PhwQ6Vj+STFTae6XUGCGA\r\n2Gm8SHaK7UQPlhj1sffDxdTCgAcLa/uRTWyvOXM+8U5/6+klTju65DfyuL9H\r\n1axsWx7UfzrX/j6KUAM+WvF9s9bYOT8CPKX8QmgqEJGxCZ35VDVFA/fKtHtD\r\njUmE535NJDH1A4Xg+XrUXcwRFeJdphdOoTsUYo571vGdV2ljBI6GlAlPcuyx\r\ncZKe51icBDmdV9NM44ZA0DJ3yZHaYislmSwFGWhvHxySIwDjiDV1Y0mULO5j\r\ndqjFr4mi6Ef2gJed6Elen7tBfZOsL2uX3nmod5p/NONbC5Q0Fm/vuR+pdNLq\r\nSsIuZHBiF/TrDzwYApKBC4V2WMCIJNw5NWeXrq5fZafUxLMgx7SgT/CeSOBL\r\nittP4SZtUWL1KR0QHC/XAn1jjHzQKkt1iQByApQ/9CaEcC2OdvzZc1s01ewi\r\n2SnxDQXnbH6llXTTJnx9iRd6rnld6CCTQeg=\r\n=PrQM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"bdc83a85f14ae613608e4c6856caeeee3390000e","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.35_1665563105964_0.9617817688803847","host":"s3://npm-registry-packages"}},"0.25.0-rc.36":{"name":"fundamental-styles","version":"0.25.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f8c0ae03aa44319504343d6dd1598af4a5613406","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.36.tgz","fileCount":127,"integrity":"sha512-/Yx3Ene/ugLkQAdFhuBMBfLkjqeoL/pbzWFR/rxnzOsyoPEGe9sB9mtpt9X9roB12XvN+7d2K1t3xhbWbUr12A==","signatures":[{"sig":"MEUCIGgAOJZa35/QckntgttQ23I3vdWk0kcCSMW3mWa2UICVAiEAmPL2RF3FPtJlSga5xnp90bfzTCTVK4RPZxHYqTl2kRk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3321963,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRvrXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmosig//X5wfORAmTwvlkVZOM/idWdADaztUd8YO1Nhh9A8tD/sQkcJl\r\nCiN5k6t0q+yB8Mta/qGsVqQXW4KdfONMcw/bHe7kjdCrZEWJY7auiED5YK5q\r\nxnORzo+uy7jsA40enAtq/W4b1o/Wz0+IIQ8lePQdbi3tmQoLhupnPwck691D\r\nZvIZZSmdcNA+VTmUIPa6vkUlXyQPWfHnAiKcWl/jZA0THfV6keNi0jjuO1bs\r\nAeQPxWQcM49GxrguNDUCmW+/7hEa5xJBH8PuO4hkvDv2/hSKtpsKtaj6MEQT\r\n1A4l/SKGNO2iVWOH+q2/OILviIvCLoZOEHKlZOwdRhW5NqVGYFnTRwQK+QrZ\r\nYOoFW+ZhaOKrAD2SoW10555ev4UvPJCEftMJo3vXpbaNaurBeYkTFbHuyKLX\r\nD62boTblYE18NZfm5cMotbMmlPSPbW2UZzyy9zrXpTeb1qKIYTAZrztKJGJt\r\nLOZGZQcAL+0JlDpsaE9nQE7jSARkMjKYTapc/RP4JE7sNgitJgJaJtovZ7os\r\nHXoW7orGRtz6Fa0vJzNiwbILStOmTEIBryAIi95BHp1qPYKbKG5UPvps0rsk\r\npggxcPFtQsgjJkaoNlOGtTk98PyAGm6aEmAYJAXJwSV2RG01N1MxiWFZyZlL\r\nvPG4t5WFE8w7cnieLG7xUgriOrv5imziTnk=\r\n=T+kD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"8653db7b0551f0fbc1a5ba58a792f674276ba6fd","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.36_1665596119385_0.5129766538837828","host":"s3://npm-registry-packages"}},"0.25.0-rc.37":{"name":"fundamental-styles","version":"0.25.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"65765825fdba981c355eb0af5b19847fdcccd210","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.37.tgz","fileCount":127,"integrity":"sha512-rSCreuSDjMQNZs4WFao5inmglGWDtJ+YKdkjac+9cgzolg/ykkYNHLquy8LHT/QfYAiIGQ/9VxBI62/Aewzgbg==","signatures":[{"sig":"MEUCIQDsuezIVuqtddjV7KihB3AN3YOrJdfRlHpRsccPLYdeGAIgCFyuSGQrP4JH0u69K5VIImOu6iO0+v2ev8q88l6MuiY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3321963,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR+hCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmro1w/+PV9dcq7HuSMR1VQtep0zc88ZsFmuh5aPHuaZ7qCa4PaMXW6G\r\nejQmCDYusP1s1hxSVtLnw1Icmvfd0ZArXDXHV0gMQ/gRi0bHhWX8xNdJld0m\r\nKTxZVCF+Oqulg2Y6cNDjOef6M078cz6oXsQ91uwwKU5vphbFj7yAvrqcRGvg\r\ntbMx2o9buZ1NzN9hGrbr43b46Wx1wWoBM/gNHgBqz1yEfjJfCrhXvBrWChgc\r\nkAQoTPGoZAMllIrCmn0c7oYWj8Sv9jesZ5DKzzENujBh5c1/q8Ogs5HYAd1K\r\n4DymVVorJbKhXyK5gmWLft+Tns+jf/y3SVBooPSw2PmR7k8yg7xhjjLC2F+9\r\n6RmjubbPa7L7KJHg81pefuBXXQ5momHNJZgZSMXghGR6k2dQDmr8hgPXF1Bw\r\nUo5M0KKbHz8udmFXzR8mS/DFVYiz9xzMlMeDMgjBiL31d2GNFm6x4fhAOcGi\r\ncVteBEirjnMQS8OfUa/w48pNlgdfkOL2Oasu/CrRvEGTfGtUYicAKpPOugZH\r\np0+oZuMpNDVgGU+4IMiTLT8M5gOf/ERSgs8sviY8EvGvL5xW07Cutt50ZFMd\r\nFQLMXsvrieY/QSO+L6HPGoYhNkmqFkf3sEe+ASU4nYJs1RPtzUJcXIk5Cqli\r\ntG2SnXhBRD2g8PLoIWrdVlvLRUCpcXBy5KI=\r\n=9jYv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"0608921eff8a3a4b81c23d77427ea5cc243fd8aa","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.37_1665656898628_0.5552867511959323","host":"s3://npm-registry-packages"}},"0.25.0-rc.38":{"name":"fundamental-styles","version":"0.25.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e97fd1ba6cc5a96cb18b57c9f858786871753465","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.38.tgz","fileCount":127,"integrity":"sha512-SNQ/DQVndo5fCarrzZXLphdHOrlrZU/mVw79qlqDfbkmSj8tJE/tpuKHxAVJdKg7u1w9U+RnLLSe18hEh6m/2w==","signatures":[{"sig":"MEUCIQCNb2gzmpNpyJIN/t/EnqXeCjmElrxwS8c9UuF93sL85wIgI9OOiuimIS853/q/qc9bod9E3J8JFBNlVqZRhxZ/TjQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3321963,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSEwdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqgjQ//TztxufffkIdtSMJU4dhhpS6F84BqYdjpUn3lXie28fqqDLuH\r\ngyAVZw/5d+vwwqgKyp1ko55dh0FUpPCLcNpaeexyNquqk1vfoiR5nFb3gML8\r\nGhK1LbbEXrjAItNX+/r12fNl/ax3/J63qBFfpd1va8Ob5+uxQ3bHnaEoA8i2\r\njimLmNhRG1MRotZUzcoHhrzhR3ToQW1TAYU+Hy+JqQAI8DlkT1GNBr7GtUlP\r\nHkx7tTqGEqjabO0qYON9k93UmNuGUVOHC0QjN4R3abtL1IF5fRW75huNM3uW\r\nvxDkMs2YlpG2mVe9IrfPaIZcRKAdHZZzLneoiyhLIkQeZC6y5whwSdCY7Au1\r\nPaIK0PYsrPAHh/HFcdNad8c3v8nCF9XaxchG37TV8MjOPPleod1PUyCATuP/\r\nOKVYG1K1bBZ7k7X1Tq1qHAyHSOXua6juVuFCOUivnt+4Yg/5u3c1Z4OM8Wuv\r\neD5Af+eH15qWeHtSFMl/KRkh4Kg/o++3YbM+BLznN/aUAFMCm4Yvz94RPWdH\r\njO4Qu2JgHkaVmGG/1XCm+roYXRmetBQI9p0U/FO72YVdxVRchUB/NcF2XPiI\r\n1L/E/zyGq44CfORfhF0t8/HvX6PXH8xrp9FZOFz5Y2AQRPFtNiUZVlZSTdKV\r\n5CQhM2lVISR6xSnmcMCpV3qIYsE0UoKKJTw=\r\n=Lds4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"4850fc92a74838d74e761870fba4b5a6cbfc50b8","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.38_1665682461257_0.38747634713850676","host":"s3://npm-registry-packages"}},"0.25.0-rc.39":{"name":"fundamental-styles","version":"0.25.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eca6d12c6f6df2baf7684eb9fa83ecbfdad3149f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.39.tgz","fileCount":127,"integrity":"sha512-kUN6LDq05dzYMEWJJFEC89smzpjY7O3USRMk0SQLSCvyuOFxxcjUJDQgP0izIqe3i7qxYZ2gpHsHz88JqfIxeA==","signatures":[{"sig":"MEUCIH2LmudW5IXdr7Y4LmcKmAYuEK+PqzYGbV8XExg9vEnxAiEAhadZ+IYDABofh12VIQ27x0QV6rE2qlNSGWBuGMyYqD4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3322095,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjT1/ZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmowAQ//W989QJ8kXBTy3j7D6E8KPWB1GwKVEhdZ4gliChpeCXoBWBQS\r\nfYVTF2Iys93BFqLCOuu4jTwp3gA/1e05chHAFcX2uuRoEIm8T5TmbFq1fJWm\r\ngDtAk1oSA7agbGoeJpD2qVFyfFSvgK7C8iEIstxjOxzq8a3VI167CTcBKdy0\r\nY7/e2aPquXBtD3mlxZ/JgPyN93UQDCXi47V/uUD36TNOqpB7NvUQTcrDBupc\r\n89+2xSApDrYKYFZWlrdZxSAzw6Wiy8X8ZzH9j5PeFhF1NObnEbNYTgpccovq\r\nGWRbLtBwoiBXaO7hLM21IOdifL2swJnYn3jVCwCvWx8qUx3knEuFY1GnhTnA\r\n4PVhZmZ00RMRxjDdR4q8kOgathdsnWNzjHK1Qyt1wCD6BXhwvyS53AmCdHm2\r\nresGb6NRRG2jsJMrzkHkNomAY5nkfiQZCNFbKIFaHQRDQ1yWvT07th5Be7mi\r\ngRNjAn0Eg2OMXchjJBQ5q6/B7i1krPR/o1tQyTyVCa5j4Z6WoxcSDFWqZeLL\r\n95YsV1iqkG65K0dfG+QnYadRAvm1zSn54cxhbmsslRYdQHcnBkIP1Wyenrvx\r\nKM/dfGDhHF4D+bYCEmYRdfw+5dnslF33WwWa6W5hx9uaF3Rs3XuTnTrNW8Dl\r\nXOZ424assheYJwFgitbNpeNMKk2CeE7TMSQ=\r\n=vd2t\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"1bf32d6ea80f74010abb6154aaba700b9cdf560b","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.10","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.10","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.10","@storybook/addon-docs":"6.5.10","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.10","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.4","@storybook/addon-actions":"6.5.10","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.10","@storybook/addon-toolbars":"6.5.10","@storybook/addon-viewport":"6.5.10","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.10","@storybook/builder-webpack5":"^6.5.10","@storybook/manager-webpack5":"^6.5.10","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.39_1666146264720_0.680339323635816","host":"s3://npm-registry-packages"}},"0.25.0-rc.40":{"name":"fundamental-styles","version":"0.25.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"43262add5555e8fe2a84606455e4af23b3438ca9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.40.tgz","fileCount":127,"integrity":"sha512-XwQcshXkO8PxKYwCUvYexe/qcQ0etC0+9n6CbemGqaI6GCkHtFqmVvM0Ej9Kj17CKZei4hP6QaeOvMUGfd1+wQ==","signatures":[{"sig":"MEQCIFNtkIoAFkGGo+0n0xiyEnLNDEZi15Kp18DDpoq/RzNDAiAA8XGoMGVbO+c/+S5AjiorHjN63XyDKWpIe2kGWinEJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3322095,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUUOJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotGw//QzAc8MswXCMGGD17Bguu0FMB2/7XwuzNXKJATMUtINK2unf8\r\npjXgo74TUDICSXU5eViEWRirbBKb3GYf5Mt1ZXJmL2m2LEk7psCN8CWraDbD\r\nsQaSEIDCAZIxUY65q0e7k83ikg/FpZPNJe3es3a+hAoiF7f3aMF+7HSmp4fc\r\n3sMHOJ1iWR0w3w9NIXzNED0lPgj6k9/N2TsWus9wNRXCmsw4Sa6n5S5EwoF2\r\naaSfmvwbv9BTtS94v5s1ucLImK8Vd0pWIshP5zQOePA/0McMKrSB9u98rBku\r\ng0rMw4bO4LLb0nFx5NcHn5Ybevrn2YaTzb0HTcf2ETFceH9GjrFPyRejzyHh\r\n46envgngHnkuquEB8f1fltP7rg9kicxZXLWR+EIULfO+o4c5vfOpjkxRoylF\r\nzHxAppJFFxV8hCp/G9mNQLAXQMgPQXBs7A4awy+cT+sG0I9h7kpkgEwMeFPL\r\nz31JdQAyhDSEgY/eBPz/lhb82wVEc8JzBPXcuvt5FqmEk/4QKsj+v2ZYwRK9\r\nxba/pNiwTKPYf51k7nx9Id6GWC0UKy+pqpUfq72nvDVI0a8gmtwrBl40sNWS\r\nTH/VcyC72EijzYM72Bhr1f8bmGM7xlwyy66Cx2XTZYy5L3WkS5/1CvVqRWhJ\r\n1MXjfeM4pTLsmEuwOAyTnOHx5WBk6db9xW0=\r\n=fm8X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"f6f099019540d45a9c91374bb68084506a5254ab","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.12","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.12","@storybook/addon-docs":"6.5.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.12","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.6","@storybook/addon-actions":"6.5.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.12","@storybook/addon-toolbars":"6.5.12","@storybook/addon-viewport":"6.5.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.12","@storybook/builder-webpack5":"^6.5.12","@storybook/manager-webpack5":"^6.5.12","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.40_1666270089117_0.9864092156930813","host":"s3://npm-registry-packages"}},"0.25.0-rc.41":{"name":"fundamental-styles","version":"0.25.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f51211766da8d35abd10230c8ea76618ac4a4cd3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.41.tgz","fileCount":127,"integrity":"sha512-1j1dqnHI0EAeLOLFi+Kt5X6bEDl2d8rW1B/7jqMvE9q8SJ1IAUXs9J1+8ijMicHkfQlhhRuqvwb0rgFtLZ+FXw==","signatures":[{"sig":"MEUCIQDGNnvJprrrpA2FbmkJgBgKUhIPzUYBHtxdzeTZp45MawIgFjwz0D73RcV9m3RMTQblrQ7hyVs/Z62JuY8nFI7VpcU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3322095,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUVoZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+Hw//cX4g/gipd7OsNqF7yiAi1Cibqn2JaOaH2aulprpWODI3jCCb\r\nbV16mnNY9jqOrqCmH+ibxmDDMYL6JL8vTeocQgm44zi4MDmsL2ph2/IAeiyM\r\n2gqTDp/Hm5W3IUT5r8MHKDyILHnMaYKM0J3pM1Ks7ykRjMAnR/MrjXDXvfHI\r\n2W0vo2XyURlyqa/QH288TFajm+1WTZ4dTHLYwPCT7rSbtdMFEP0tpaYedJz1\r\n4PFy0/jzVUL03+8KJK7oZSZlzpEVmltBQKQ3QdYMPcUmn+FFpbdKShGMSvsz\r\nPLYQ2LAGVZgjlI/tXsxOQ+kRpJMimVMWYOIHMFuTFNbPVhsUClNeUoLHojPg\r\nk22KAjIO3+oQOG6HlJ6Irihn846hUMPzVAVRy2aPTtzy+O52QLIL7GJrxTQj\r\n1i/XetXQ60qg0Svbj6XqbaUKCiguigNW0m+6pB11wfZ61EXFsHI/MnTQCjIa\r\n81qt5zeDItVzCsOEmKQhaytNoPllz+KOGYAgO1So2+VzCh/mlRAouYl/1FVF\r\ngujDdO2slECLsV9BKiZbNo6TxKyxDc067k5gzrg615wo3aVai52lkSz518Yl\r\nC+UQReYluPXh0Y6GsSQeZZUF3FedihlR4Vn6cFfrqVHpQMstKhVnmcXQeJbT\r\nDKSa8xB0oD6kwotogoegWj43aQsS0IgIK6w=\r\n=5c6R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"4a075becb73258574708f48f9a71f5ba9615c6aa","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.12","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.12","@storybook/addon-docs":"6.5.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.12","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.6","@storybook/addon-actions":"6.5.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.12","@storybook/addon-toolbars":"6.5.12","@storybook/addon-viewport":"6.5.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.12","@storybook/builder-webpack5":"^6.5.12","@storybook/manager-webpack5":"^6.5.12","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.41_1666275865560_0.34858278552094535","host":"s3://npm-registry-packages"}},"0.25.0-rc.42":{"name":"fundamental-styles","version":"0.25.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"67c764fd99c39070a67fbfbf0b41decd74d1c113","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.42.tgz","fileCount":127,"integrity":"sha512-TQCIakc9df8IFdWF4wLQa8IZiQMpjzU6Z/z2E18W1fplvEFEC0V+Er3v0WakpBjR6UOdhaXbqjhzpR7RZDAd8A==","signatures":[{"sig":"MEUCIQDjcICU1HwSueZBcGlwEaknZTVPnyGJo+8cQ9orwnu1vQIga6jXEphf08pLeitBntS8eRR0aJesLptV2oZGZ6azQx0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3322303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUetGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXuA/+KDrKdy5bbWdW8HxRbyGnNamZmoJnac96ZbT2iDbnOq5esQ8g\r\nd9S56bm+5Dm3w9qUbOKhUqOUza19HNW+EmtQPVpjPWtVEynqnM1Grm1Ov13H\r\n+xu0+VACmXbjeX44mv3Pu4Pb16+Vg/CBCQXzFfFE6yh1nh15ZRsk65arjEpb\r\nUCDwc51KDi38TD3ruagomPKT87FCSHnRv6DPfbLly7CQgjPmGG2yXFbS/Vkf\r\nhiAZO8kACzr+ixBxX00A/0o/24A3qBcBOxWPIL7WQKYN1JgY9ogprZzJjLQe\r\njqxgD8xLMhM2VgXU3K+ollTvqzyYmlb54mSdp39jcLef7nfLyL7JAefjwvY1\r\nYZq8Q9kNZgvQDJm+onG0sR8zyXoPMCPXgMebuLIWg2KIhBQckT63QP/Drvpc\r\nEyXfCc2i4+GxFHo7jLts7tPRo8Anzl+XYemXg2jzek8trwyI+1jmZpsStOO+\r\nL3mPaCq7bCMy36ckC6cZdtrGBQhkz+ppufHhZoY+Sgu6NOG9UlGRT8HnNG+T\r\n9JBz0sbcg4vz+O4ilu3ORBCtxjJnN7SIUBesJuc3WPgeFFVJdbxkSuEMW2jH\r\nT236tkPG/q2TtPqEJ8B3+KCGGf+K9mWvwPe0ENFOcquNeNOhtCtbvj46YFUp\r\nlqI6X3rIUfEzSt8nXfrG3KqAwwzBXuC6NQQ=\r\n=aZlb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"1accb1b4c7ed73efcfc04c4e6bce1deac2679304","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.12","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.12","@storybook/addon-docs":"6.5.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.12","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.6","@storybook/addon-actions":"6.5.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.12","@storybook/addon-toolbars":"6.5.12","@storybook/addon-viewport":"6.5.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.12","@storybook/builder-webpack5":"^6.5.12","@storybook/manager-webpack5":"^6.5.12","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.42_1666313030328_0.4791104456051969","host":"s3://npm-registry-packages"}},"0.25.0-rc.43":{"name":"fundamental-styles","version":"0.25.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6d54be7244f5b17feb1d8f5d66caadb76d83b927","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.43.tgz","fileCount":127,"integrity":"sha512-/UafQ+RLB6mlkIUAG7GK8Ag284Exs0gwiTeECGczKY3S2EAZcSjQzGB1w+JKZSwugQekoTY+ZUthwpaov3qGTw==","signatures":[{"sig":"MEQCIG3ZEFyiI9FKbeekq4fj1OlhcszTEUtAiMvuLpzgYL0QAiAkUk4EjzNUbihbGx7I9RjO3u6Uglej0WvAdG7pz8woyA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3322303,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUe1JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0+g/+KwNrDoTJFsay262Pezt0pVeYmOdU1meTeytH4lA/enHPzm+l\r\nk6ldZW3rjp8u4vYTNWOkgc+Ktc/4ZYMMHsRMz1zl7z54+fqkkmnmGQlbfa0u\r\nU26JeMNUJZxgK1LiNTVhfg46WGPCLEv1jjeMvN+oRapJA5d5eCoWM5HqwdYt\r\n8vRwItXKaDzmfUwdLZA7bnWrD0Vm3t/yjEQxjfj9JhPCtSiv6VQ14PrOMxRK\r\nz8jMKSKoxlboN9sHV8Ff7VKj0qgxhsxDF4HpWHOsOcmJsAcJ2/PhR6GzHm7b\r\nbbDVdFuntITIbyr65UO4AOwsqGG/Z8jfNr02CkCusTcALXkvJUwFgq2+eUVI\r\n8uRhiL0H26UZHH25cBLhhgWzhBx0mhMyrfwpmimbGCbl2FEyS/V8UDIDyBS7\r\nOk7xI9jzgVr9d5RCWC6FLmuklAb1qpCFLMkm2bzz7gI9PnaOJt2s7/c6DX55\r\nAi57LpIGvoF27Cz9O+53mN+QDcZT1xMNFbS3gZ20YwOPLC+YcDHchz+Ong18\r\nW/y8hzoTDOW9tCtcKvl+Pn/A+fl/U2fc1lN9NuHqdOvHWnMAjPqqsmROPMNs\r\nHf++hdZdwNkf37I7WRiLpaq2pxzcdUSxI/CjTDNznJlDpUk3ti121hNCdEwU\r\nne5TFaPxUCxV+bnrpUWL2luAQyHp6mMyiIk=\r\n=Rbf8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"636bb05e4d5485e7e9b4072a589382df6d3f3bc0","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.12","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.12","@storybook/addon-docs":"6.5.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.12","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.6","@storybook/addon-actions":"6.5.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.12","@storybook/addon-toolbars":"6.5.12","@storybook/addon-viewport":"6.5.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.12","@storybook/builder-webpack5":"^6.5.12","@storybook/manager-webpack5":"^6.5.12","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.43_1666313545393_0.9333389307632072","host":"s3://npm-registry-packages"}},"0.25.0-rc.44":{"name":"fundamental-styles","version":"0.25.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"09d033991e4d6aee7aaa08296639f678d6ca3e1c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.44.tgz","fileCount":128,"integrity":"sha512-EipPcHRTvvQeuubfZfXusqJH7lNFK1/kA+UlLgr+rr4HS+IZ4oIPScJoodLIvjUro9kZZx0TwTgzS0MgmUbVkQ==","signatures":[{"sig":"MEUCIA0RR6NJodf7QJZZNFo+Mu5JRYFsVh4U5rh2v8i4xU01AiEAlWxkekSncr3T1LMZzeYA0zxHF+TP0oqlRlTB3KeV4K0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3362228,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVqCcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq1JQ/+JPQ3J2tO0UZa33K+yA7pfT5+2RzsoDWTellK8fHLX4XBiVTj\r\nFVzy7jQoqaWTx7rg9LULc0WIlIquk4o8EtKWmaKuBPVokwDr07iI94/kQQsh\r\nXyFwmv6F951GYEy6wXguyy/5I/RxYf2L1d1dzc2uo7+FY3S6gsYqFAeZ3UZN\r\nyFlf3OnXnoT22qvDPin2wVMvQii8NtyndzX4X9IIHGcxMmYtwCnY8f9S/YAa\r\nbRhO8HuiBytpthT+AdArfZHX1R+6ItFJtEaDkpjDIqVnyZ6eUHKGdlo6zjLL\r\nb5S0PpUbYyKzDs4FJPeWYhcujQgVY8Tt8r06/KxoznUb7lNYAN6Jdu2nKo8V\r\nKwd8dxoOqm0aHMII53W6bPfAg3c63ooWrA8rX9nV11/pz+h1fxKEMdV1NP2m\r\nIghkK9ZXosLNF9nxBu/f697z+D5uModBpgoWfu2oG4xpX2Xq1Kqh8vR5z8gu\r\nzGJC6JpWeSLNXKMEs0MPVWDzsvejS3RcedkpI6GaKZe2Su7vcSBpOehheLEs\r\nMmfmgxe6Wog7SWlNboEmXavlGu2zByD8r5z72Mg8jGP2Afy996ePdcXrJdsW\r\nfbmDfR/Xcxqy+RCPl75bYvdzki/vChkSd6LszJNxPUVDZcaYVr9rlkTYc17O\r\n7qHxksiV9VHWnMAe1+WI1Wv3m08gfI3KCtY=\r\n=j47Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"a406230942497427369652b38f443ef1f29819ad","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.12","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.12","@storybook/addon-docs":"6.5.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.12","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.6","@storybook/addon-actions":"6.5.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.12","@storybook/addon-toolbars":"6.5.12","@storybook/addon-viewport":"6.5.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.12","@storybook/builder-webpack5":"^6.5.12","@storybook/manager-webpack5":"^6.5.12","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.44_1666621596367_0.7633491853103671","host":"s3://npm-registry-packages"}},"0.25.0-rc.45":{"name":"fundamental-styles","version":"0.25.0-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9424e7953256e4461cf035d542b44f3d0a8ad9f2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.45.tgz","fileCount":128,"integrity":"sha512-pd0S9nQvKdSOxQ8umKX0Y4ZHvbKdd/y4fVQW9A7RYaHSQI6GbhZFJU4LFbeRHmDVsODbpafESSEaCpECTinURA==","signatures":[{"sig":"MEQCIBmnuQ++23Ax69EPvErHaCNoijCRWOwQ1dcavCSj3ytvAiBP/bhpMyHD57+Cm5mRHBXnSMveyYMsudr3znlh2gn8HA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3362168,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVqU6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrxHA//bjTbPUzcsWfrnCcdV8KKDXroYC75e2To+B5Vbgq1K6t0i6Rn\r\n0l1ArIXP1Qdw9DlqTGVfdClYprOtqAbU30yx5MqBx1zM2fTOWhR1CFsWM0ui\r\n0e7b2uB2hm7vsDweTMTcShQJxF0V0LMxKMEQqzqjPl5ye8iNwQbhhnc5B9A5\r\nhEgDa+EZbCXo82yt61T1as6BBmyXpkFQIsi00DgxUUDXkaKLIt02HNC7E80O\r\nEqu5+RKFtYG1kq2P+u29lgL4mToBmLE65zuwQPgf8DLYeuTNLstHb53bFh+q\r\nJ77s1oMpHrDDQAQjWfnQnhGsASDA4pnuwFs1LEO3xmaTYHX6DSprjn5vlqor\r\nJXiRP4gKyfgbcC1jcUId+WA/Ip48XvFVo8sY+rBEPObvL1TgNIB8ALmqncsx\r\nKlchW8ravOqSpu8P+F8UbUHwU0l+Am97tCWNzUnpvQ2bfh2Cd7aa8/v04C17\r\nV8I17bwQNiZ2I+jvyVy3e0y3GRhzEs2FGTuowJwI1RwyoMQlawKGBSNk4RMw\r\nke22rxpE0ITl4zKLIA2kvLbOBUrWcdC5IcV9YXnDRkDMmFKrKZwv1E5vrkMo\r\n3/IobKuF9sLz6wk0AvTh0n1eZMV8I3kwi6nxCCZU9J9HTqOm/LpPQk0GTAB1\r\nzgddeI3CA08RJTFXHFu+BZTzt6NhvChticg=\r\n=Oz46\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"9514d767f8f24afb8b21c0200c38ef8da07a1301","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.12","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.12","@storybook/addon-docs":"6.5.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.12","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.6","@storybook/addon-actions":"6.5.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.12","@storybook/addon-toolbars":"6.5.12","@storybook/addon-viewport":"6.5.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.12","@storybook/builder-webpack5":"^6.5.12","@storybook/manager-webpack5":"^6.5.12","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.45_1666622777954_0.5039918706645288","host":"s3://npm-registry-packages"}},"0.25.0-rc.46":{"name":"fundamental-styles","version":"0.25.0-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fcd501cebb0c46ffe1c837f7aaf212aa5db72e17","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.46.tgz","fileCount":128,"integrity":"sha512-5W5DavX+2A2ocCSs615enLYZrrvolA+NpbRVX19xnObWHBktSYAwhOaYvw0kG6r26ouVRiJ+n2aG0NBFFBJhXA==","signatures":[{"sig":"MEUCIQCphobe/UbQJuWllnMsuv6Gqh52RAgCDvW+uyYI9WyASgIgJjM2Gu48+4QZPx12wuOn6cIKvKuZ8QjgqKJA6PWDnME=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3362912,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjVrCjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqMIg/+M9Y7hWWwtCFiV6paryxlY17f8Z8+HTi0ExmPGLzcSQIMjM0/\r\nAOFDlrps5KnUeUgs27qoyPrKfQa/PIPhESMTKLhukgIluFNIqX4HHlazV1ZW\r\nj+cJja9JK8TDGu7SLPbSbr+oVfVwgHyl6be2g5a6f0GAW6Rz95K0SfNaxEck\r\nYUhy17V5ilt6AU9BL2NvZkeYMjlgd062JfEeNwNUQa/bR2n20UxzWPqdt3ny\r\nzOAefNbyfMP1GXRTPAIAVofOI3jFSBTxvimZE2p0toLz/tFZxM69Xqyu6d7w\r\nEOoaTKod5PxzR/WUQhymvpRimzr8PJd1bKtMMeyjJXmq9M9xdHuwuFA1UX6s\r\nEJJSb7d3ox6SIkKPHhdMgMT/ITmBx5lmkEw3oAlhnJ5FusZmHeVjTJ3vGkti\r\nQcXB3FnEU3OyfyPVqB3zNdsrDAHjglPh/G3cWhH9tVXlHo2BBcrd8UwvUs95\r\nT/Pp1GOCYFAyWU/oeV4Q1ZusHNXKdK1/24VP1tY0l0fNzTi174xduZbJbcXx\r\nldA+yTeTAiB37E0i/gkKmAM3qFaSWA60MfWP9o6BwlBoufoqmnDJkvtmNDfm\r\nxzHvTuk0+ehiCzKnsVTBAA1JLkNzaponLJc2IMZuxTLxejxTX/ZqWdJ3nGwu\r\nbdpVC3ehmbFAT5I03p6/xq8Nw88JrU77JiI=\r\n=ER/H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"4cca58d1861232a3510cd694634b97a08a1848c6","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.12","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.12","@storybook/addon-docs":"6.5.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.12","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.6","@storybook/addon-actions":"6.5.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.12","@storybook/addon-toolbars":"6.5.12","@storybook/addon-viewport":"6.5.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.12","@storybook/builder-webpack5":"^6.5.12","@storybook/manager-webpack5":"^6.5.12","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.46_1666625699211_0.10332378772363326","host":"s3://npm-registry-packages"}},"0.25.0-rc.47":{"name":"fundamental-styles","version":"0.25.0-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"41480e14e5b27d88c9964f32662f662f409385dc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.47.tgz","fileCount":128,"integrity":"sha512-29G8EA/ET32/WJqdpp/5D6jcQYgXIRefgNH8fJQY/1JZwbsyZrvCfx19jkKqxa333RGy+evqwMMYuOkouJ6dqw==","signatures":[{"sig":"MEUCIQDx7nC+fHito9pYVRorKhU12wye/EAx+on/5Bb5Ty7r9AIgF0rd+CGUdmd00Oh2SQXmrivRala8n9Z9rqps9pNfevI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3362540,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWFpIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4bhAAjBwkPD4goPj2S/ZDEMmj33kWFY4ZZiNBMgBRnjcgrFjUxJDW\r\nqehKogWuW9lQ8iSzOrvY6Us7PqtjTt6aCWNzxOTVUR1duqLfJMEN62w9QCP9\r\nC8ACtDLFzCCi1lW+0Bwb9DrvLBK7Hnqr/U9rvAgbvERKTZz9I4bC60BwPy6P\r\nZLq+vqNYIqSOCPCPOLKEIXRU8lhgX1JjXxqWM6fGuPVZTLHkY8ISENL8Adz4\r\nNN1esm9z6p9PcrjWYEq1MIW9OPkaoFLkCQi1svJiwlay0hX2jZsu2Z/YRJUW\r\nC2QuwFbpZ2YcB+prQXvFcWiJwqLOBxQosMBxred+TOC3pdmLxokGccjHXS2s\r\n8LJS1nYuX+lVtLPCxocVl5Z+RkLii+eXWNZDvxGklnukoCdi1tdsMY443ty/\r\n9e83y6reG/WeH7z7QViytYng1glpRDDKr19MHBPy/FG0420QAG679hE3ksOM\r\nvh+lTTERo5Y3tc4yA85aFrTso+PsW2BGcxGvpLTgjTfWbDKYtDwq30DKFQZw\r\ncmnC5nJt47BAymRqlYp6BM2aCAGZzZ45ovDvG4NkIgL8eAsHuiIYv6pJX5Ct\r\n99/HGt+N+cJo2u5YvPEyd25uecSJrOAJzunCH4dAkoBvBZubVXwAn3KkjEy8\r\n53KL/o9IFVTyq10MpwwRcMlQvjJGipFejoE=\r\n=h8yi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"5c12202834de644fa40ef536c3cbcb0e56878658","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.12","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.12","@storybook/addon-docs":"6.5.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.12","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.6","@storybook/addon-actions":"6.5.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.12","@storybook/addon-toolbars":"6.5.12","@storybook/addon-viewport":"6.5.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.12","@storybook/builder-webpack5":"^6.5.12","@storybook/manager-webpack5":"^6.5.12","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.47_1666734663726_0.6108530434321449","host":"s3://npm-registry-packages"}},"0.25.0-rc.48":{"name":"fundamental-styles","version":"0.25.0-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a73f60cf089563ed975e4a5b741720e3fee2b629","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0-rc.48.tgz","fileCount":128,"integrity":"sha512-MGhV1UuB20Y9sbUKfETZV19+wjeAXu4YHfee7tvnG99oOxyWEFPwGTYVF4PZBdHrES1cvueikqPdXgOOOeathg==","signatures":[{"sig":"MEYCIQCeyNcpf2SLUCyE15Csdej+Nsi15y8XwgcWtBf4KElqVQIhAIE0lgycMzMxQsXwd+0N//U6TPBeey6pB2KcEabvs4NM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3362540,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWIIRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrFNg/5ANOwmvrL75/v8TFtpv9pvx4RZbJDicVGC/mQ9hG3JAs+oVJQ\r\ntzaDyoefoOltcvYPLNBwFRvyV6UfjS2G8v1DxNFQJbOGvtquCA3nmldzRCwA\r\nAlV2bnNdv582F2kWkIkeTGvF92I7ClJZMv42UnofWsPpOXjYOZlbJLJO4d0b\r\nHxWRiIamkgwJitkc3M+Aiytu5LJK9KqvIo62YEIROg5gopg2wgeXgT6Rmsdv\r\ncriYSIWJNyiYJtPgJm9YYz0WLkBpZXm+02qAiOpubOMgjkxDUIFB5ZM/uaRl\r\nxETC678/OvwCyjjXRNgFh/zm0KiKkPee9vF7nBrRTuMI+yLRD7FMs8MobGo9\r\nkGppHVUcktoIr9kRQjBrNQ6dHtlkXItzc9rnJ3WjhbNbBggAJwYXct4n3WQM\r\nnE2LUAfL+CnIdelT6FfSnwLsZryZXh1BtgXBJbrGvip2+tC4HOSc1VYIl+SA\r\nbsClgL6f2l2lj59W73pLt+D4gW0KnNB7w+ZC5N7lfBXcB4R5xFMYvmbhjD9Q\r\nEWIIhUyHQ9j6YziTXb6i8XYlFX6NcI+gifzst46Yx8yg28xvoeY76xtWBO73\r\nTWHJrbt5tGM3G/4LvBALxzI5z/+9wXcY+VDCJ27Am/pMdgWFn22XlyqOmNE6\r\nMwhLaNzDOS5jN163V0huBBtqW7ttqYBTF3E=\r\n=u3N1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"365c9811866bbb6699a1e6e61e6fec0293792fb8","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.12","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.12","@storybook/addon-docs":"6.5.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.12","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.6","@storybook/addon-actions":"6.5.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.12","@storybook/addon-toolbars":"6.5.12","@storybook/addon-viewport":"6.5.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.12","@storybook/builder-webpack5":"^6.5.12","@storybook/manager-webpack5":"^6.5.12","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0-rc.48_1666744848983_0.7539818356281489","host":"s3://npm-registry-packages"}},"0.25.0":{"name":"fundamental-styles","version":"0.25.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f5ca1afbc8244e9e5f8ba44eb46d78fa2f21dd9c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.0.tgz","fileCount":128,"integrity":"sha512-0MvRzXVYJtg5Hz2EF0qB6OXrzVDGITCPQOArual8+wgxIartIjf8TJgNbAs5obQA62VzMAFC+1jCyw9yUXuqyQ==","signatures":[{"sig":"MEYCIQCqHhXN2nktTCAOqCKhghxBpsGuAsz6GAN8OENKnU1KSAIhANyRWUORrLeQA8KsdX1SsnvvB8Pe7qNJqOutQ/m1KtNR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3361904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWTeFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmowKA//X3o3Q+9EE/rwByxfzMibwSxA+bYNmNHsJ7GNW0s/c8g8lcCh\r\nLJ0Jo0jkK3x+gLyo2cYXep8HGSpiaV5niHlUGCUo0CpIlZqXdfsBKWbenDNL\r\nTAWDA1GxXF0T2tyxrM00apYYU5rvYXMnuTqV9rfkD45/zaAgjzMBfKvXnCqz\r\nKFoQa5YhnMcnc+S0qYbo1Pgkv/gZ3CVmdhzhpp2Dc2w0QQYiY+7iFJjE6aiL\r\ndXHHEvMuz3R93gWRwgZlVPmsv02dfNADhNxxtvYlYbHGGOr+Mei4k6yBKbPg\r\nmns0h028y+METJhlOWiUFAEssvUaiKvqQsFaaKUeIaBBmMbgN5vNdKFp6XD8\r\ntbomU+S6dHKxCcNV2IShutyeDGHTUHJlend5FQil6lWyDPUGj1zKvduikxno\r\n07lLvzTJLLLRzyucBHi6mjtPfOjIA7NYjjtQmYN54X6VjCxzIOy+uWEu6i3k\r\nT/s8d7bamMt7b2UV2h6HSnroe3OUBuDBMY9lptIHl4jxQeCOao+AO/DTp7oT\r\nVh83SLDAigsFiPahW2Ca/TPTp5QdaCBMYUoqWRmhtRnUWi+/xhd+wCUgWG8n\r\nXZMaWr4l+/mz4k3eaYjihbbse0OMJZbbmb2T0isuFi5nxR01sJo/rV92jYaR\r\nyFRjkITBC9UylEKskfdJwo+4y1kK39mEIQ4=\r\n=gGR9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/fundamental-styles.css","engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"f7f78070f3e94be08e1ce67943d3dfc478f84dbe","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"yarn run test:accessibility && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup\"","build":"yarn run style:remove && yarn run build:default && yarn run build:fn && yarn run build:theming-preview && yarn run build:fn-icons && yarn run build:common-css && yarn run sync-versions","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","build:fn":"yarn run style-fn:compile && yarn run style-fn:postCSS && node ./scripts/copy-fn-readme-and-package.js","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","chromatic":"npx storybook:chromatic","storybook":"yarn run storybook:serve","build:prod":"cross-env NODE_ENV=production yarn run build","lint:style":"stylelint \"{src,.storybook}/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"yarn run build:visual-stories && server-test storybook:ci http-get://localhost:6006 \"yarn run storybook:visual:setup -- --updateSnapshot\"","storybook:ci":"yarn run storybook -- --ci --quiet","style:assets":"babel-node ./scripts/copy-assets.js","style:remove":"rimraf dist && rimraf dist-theming && rimraf dist-fn && rimraf dist-fn-icons && rimraf dist-common-css","build:default":"yarn run style:compile && yarn run style:postCSS && yarn run style:assets","style:compile":"sass -q --no-source-map --style expanded src/styles:dist/ src/fonts:dist/fonts","style:postCSS":"postcss --config config/postcss.config.js --replace dist/*.css","sync-versions":"node ./scripts/sync-version.js","build:fn-icons":"yarn run fn-icons:compile && yarn run fn-icons:postCSS && babel-node ./scripts/copy-icons-and-config.js","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build && yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","build:common-css":"yarn run style-common-css:compile && yarn run style-common-css:postCSS && node ./scripts/copy-common-css-readme-and-package.js","fn-icons:compile":"sass -q --no-source-map --style expanded src/icons:dist-fn-icons/dist","fn-icons:postCSS":"postcss --config config/postcss.config.js --replace dist-fn-icons/dist/*.css","storybook:static":"rimraf storybook-static && yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","style-fn:compile":"sass -q --no-source-map --style expanded src/fn:dist-fn/dist","style-fn:postCSS":"postcss --config config/postcss.config.js --replace dist-fn/dist/*.css","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"babel-node scripts/build-accessibility-tests.js && jest ---testPathIgnorePatterns=storybook-testing/storyshots.test.js","storybook:chromatic":"rimraf storybook-chromatic && yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"babel-node scripts/build-visual-stories.js","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"node ./scripts/build-theming-preview.js","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori","storybook:visual:setup":"jest --no-cache --config=./config/jest.config.js","style-common-css:compile":"sass -q --no-source-map --style expanded src/common-css:dist-common-css/dist","style-common-css:postCSS":"postcss --config config/postcss.config.js --replace dist-common-css/dist/*.css"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{"storybook-testing":"storybook-testing"},"lint-staged":{"*.js":"eslint --fix","{src,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.17.1","browserslist":["last 2 versions"],"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","devDependencies":{"ncp":"^2.0.0","case":"^1.6.3","jest":"^26.4.2","sass":"1.52.1","husky":"7.0.4","react":"^17.0.2","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","mkdirp":"^1.0.4","pretty":"^2.0.0","rimraf":"^3.0.2","semver":"^7.3.7","tocbot":"^4.12.3","cssnano":"5.1.7","postcss":"^8.2.13","webpack":"^5.66.0","fs-extra":"^10.0.0","jest-axe":"^4.1.0","react-is":"^17.0.2","through2":"^4.0.2","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","klaw-sync":"^6.0.0","puppeteer":"9.1.1","react-dom":"^17.0.2","stylelint":"^13.13.1","babel-jest":"^27.1.0","bundlesize":"^0.18.1","css-loader":"^5.2.4","@babel/core":"^7.11.6","@babel/node":"^7.10.5","line-reader":"^0.4.0","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","sass-loader":"^10.0.2","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","style-loader":"^2.0.0","@actions/core":"^1.9.0","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.7.3","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@commitlint/cli":"^17.0.0","@storybook/html":"6.5.12","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","standard-version":"9.3.2","@storybook/addons":"6.5.12","@babel/preset-react":"^7.10.4","regenerator-runtime":"^0.13.7","@storybook/addon-a11y":"6.5.12","@storybook/addon-docs":"6.5.12","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@storybook/addon-links":"6.5.12","@storybook/preset-scss":"^1.0.3","conventional-changelog":"^3.1.25","@jsdevtools/npm-publish":"^1.4.3","eslint-plugin-storybook":"^0.6.6","@storybook/addon-actions":"6.5.12","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.12","@storybook/addon-toolbars":"6.5.12","@storybook/addon-viewport":"6.5.12","postcss-custom-properties":"^11.0.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.12","@storybook/builder-webpack5":"^6.5.12","@storybook/manager-webpack5":"^6.5.12","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@babel/plugin-transform-runtime":"^7.11.5","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.0_1666791300789_0.4265576044755106","host":"s3://npm-registry-packages"}},"0.25.1-rc.0":{"name":"fundamental-styles","version":"0.25.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f6793947a375f8b3badce5f0a213c13edaea076c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.0.tgz","fileCount":141,"integrity":"sha512-/s3JMc5phc1epjm1f/0PWwhrjRrshIa2mAUCUhiuaCiXIU37168AwknMqm7OSIz6joqlFbZngbOkWDWKjy9zGA==","signatures":[{"sig":"MEUCIQC6S5TEocL43XjTsvrRpnq2WGydzGOFSs4KgGzQso8OnQIgQ2F3JuYyKkf2KvXvVJsW0FylMTIsoCxLzOVZCcphR7g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWVnhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrB4RAAne6AW8vG0REL2/6dugCLte34s4I5ODRXqtKYlxHxvPcQXVUK\r\nDbduXtxpT3/g+BMPzxUK0dGIP1kpaE68hGyipTN9uC6X02K+l/xHpEr0git7\r\nKjBst37v9Foy00ox2uxk2QnRoqt3q+Qa0UEP4P7nlmkVIqDLOpZdYjy+qYmQ\r\n+y3HAI/K5pA6V26rNS4f72VWZIvjG0TEonvzp0oUfBCNvkukrbfh5FeU0Mlp\r\nuWD0TbrpWSgCEhpinD+Uz1heDUfgvzguIAEBuwc93DTCNYJlKOJrCoOcUaOi\r\n0x381J6FKjoB2ZFKB/NrPl+aFO4Vbl8Nqmb2mic8ohZeVdpuNZjNffvCCI0q\r\nzm+f4yrSFhvku3raubQxnRzd82HGhgVwzaWnVBt1/Jznczok93p6YirL43rP\r\n8abruI5XOsEjq0ri5sTXF9AF67fy3DGWkGAdVzkzEUSInsxBAPgRX7/L985D\r\nLjKqsx8egFj0uQdVVWTTn6YdT3iPZQrLfVj7zr7/SZfo1e0W8Q3EZL5irb6n\r\nQrksvulufjMLXu21P6m3teeIx+QFkPAmIKmcIxZ2asv5o5LJti/TWC1EWWWB\r\n5/gPpnDzQ5yXx/bSvwbnX2Es92uVBzV2HPiyRD5J+GgZ+BG2aAKFPcDUQYIV\r\nTKvDPQNVGZIoiuVNZMIkLUip/I/Vc/olcdc=\r\n=gV9Q\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"5df50da23e2c8f44cdf44eba6b8d4e8c370d6084","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.0_1666800097639_0.14440824516958783","host":"s3://npm-registry-packages"}},"0.25.1-rc.1":{"name":"fundamental-styles","version":"0.25.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9efefefe6c804e1bad579868072482e364de2553","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.1.tgz","fileCount":141,"integrity":"sha512-lGKOPpn1hgSOLKegWxk8qRAohFp+L3ojH82ZuaZkHdEukR4RRAglaKo/npo6wILvksm4UrzPiQmn/iVuKIdzZg==","signatures":[{"sig":"MEQCIGl6iFXFLewgH14ibfPM3uO1xclCD8HO2K4YnECpVnM+AiBoYc8KoQY/+6v72X+fK4+WIHU+SzoPCauMd1FUal7IrA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWXGKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXkw/+J+bA7eerE9Ia9i5rTm+tjfmppsOHXDP4rKuRejYwv92zy3mA\r\nXhuDjkUfhdGTz5eynLIGkcOFSXQneXIX2Q0n5iMPMhBVCCNdDnHHRjcMm+Dj\r\nxDq2EL7KPmkctCIySwLWE7iUnaGE2fNKxtkHoOTz7ndyCI1mNzqvN0o+G4Vj\r\nEVstHVPoeMdLY/gPb8JXwfgT2PWoZxPmDLfWvvdkOtQ0vF1Lor4IhpYQiZv/\r\n3nF1P4tihtZqhqpoH8q3lsUpZoKX0x7jq2szlADhEv06Y0eqlWTQ1uPpROTw\r\nC5N260VU/r6+08f0P9hU+i4p1D0zhDbM/Ox0R/BV4odjAe1JBaoDA7INN3Nt\r\nnaYt2mlvk+zzS+/SG0qLgqQuwJQWsU3YmJGKnEQMhnLBkq6513Bi/usSgjKh\r\nwitkwKdxkRF4/QjQ/R5SV78rgfLFzy/rWsNOU45Y3CrjcD+mDmw7knQKPc6Q\r\nWI4WH1FdKL3La0ZVa8s5IskcWDg5cos8W6zJhe7lO0f4MZ7ki6yaV+EL13kV\r\niTDelm1HrkauIke1T8DfhxtG3W5uKQSibFox+WROhVVLzbPDTUmMyoJG8cpp\r\nFkepQdxa7WgnVzUaiifkyUqXwksYXJ8cVtZPxt/9z9jD7iDYJ8XupAe4MyUR\r\n8fiyfl6Z91pbt9cdf7eWP14vlDWbqjXLUww=\r\n=o3UO\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"ae90e624c60ced7e0a193dd0dd120c4b8599361f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.1","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.1_1666806154416_0.50079612863062","host":"s3://npm-registry-packages"}},"0.25.1-rc.2":{"name":"fundamental-styles","version":"0.25.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7d177266155d833299ac9afa73d3f3688eeef57f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.2.tgz","fileCount":141,"integrity":"sha512-+IQYlymOzwHVtrwDpLWOT4gQlRjkb0fvMkqyw8vQ9XFmGTGKzusTyEJgr1nZtXBiZcbpnn4jYvHY71A5uE5OKA==","signatures":[{"sig":"MEYCIQCzLM0HW/pEobfbfsEZink/Ddn8zI8b+6j7Bhk+AOhAugIhAN1gGnpVQupdknABiDgIx26+bGzawDvz+GbhhVfOAiYA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWYqYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0FA//ekOkgTSI4cpy9ZU9BU+XKWtR+RHE3uRBKi4I0/k6YKuKYBVn\r\n39DLF8v7Aa4THgxMYnQR0FU8tNS0wk3E8bBxkPX54SiPiODYebzP0T+qOskr\r\ntAJ2UsbeP5AH+A2fgDSucR19lGXqWao2hW9aVRPvwS8MWSfHqvu8lumSW1vB\r\nWPFIRQzGD2TkupMeqQBcWR7I+FapiQLlIRgih6WRkizTmEG1x9xOTk29HHbD\r\n0NGe3mrMK+urmKZ5qT0UdrnVRVj4xDTbh2mSx2feqwqh+X9LYTpHXXlijjgh\r\nagGtY07UPr+08Z4GeVdHbr0W1AUviFBy0Qmd4gq86skSgwBxnqxDnzleCyLE\r\nHIDAADtiADKJRpoxEQ1BusFwkmwqXQOeOE+TzQuA75QE9hrsvW2XuW/IS3O3\r\nT7Ki7N9QxekKX4St979EdRTcinWMNs5lm2Q3WcvMNzt/7wkXNQLcWImvsbR8\r\nWBOrH/sER+ctokKExlWyjTAcoVPr1rEgIk1cv8htp+lpUjtf7GanoYc6FgH+\r\nsWjGjsBtpTqlbUGkfP8DfhqzMHgHOVWlHe5EOjNZ0pYWoCFz1E3dKhDqa6hK\r\nZHpMCVrrC6WHwioOCjMlUFIk8hwViLt/cFp7VR/2kxuLG6u0NS0hSPKryRi1\r\nlgLQsRfoouWeOoWsp++LG6qhw7wmg6I0cBo=\r\n=sRB3\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"9e97010acab032b2ca754b3efbf849a69ffe239d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.2","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.2_1666812568377_0.7295243559459752","host":"s3://npm-registry-packages"}},"0.25.1-rc.3":{"name":"fundamental-styles","version":"0.25.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"882c6a6d5edbbd34d85beaab7a8fdcbc4d33a20b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.3.tgz","fileCount":141,"integrity":"sha512-BVGhD27lKYkYIiA/n4GhfNWV+rmi6khBymDv4hiF4u7YlDIgTIuOT1pKwhDUCFTuVI1I4Ok5+3KbI/Jva4Kbog==","signatures":[{"sig":"MEUCIQDMqkVWN5xCJWRThXHwnaRzHel8um6XQGuct98SwiM/lQIgTYql4u4RXEeiKNvQ3xb3W4jH3ttcqZ9RKX7ZD39UMyQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWbVVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqjA/+PbdUbNOF3wDaEQ7kiK+ymHSwzWbgHfmfxRDQtoE40TpUQpDX\r\ni81Aw3EyMeKld+9dRVwL03cYkB/NcskrC8FpfqF1WAJbepPHJlvQHv3W5Pil\r\nERiXJOvDOCttmpOiJZa/te1fhdYf1G7h7f9iqFP16PFzgh+mp/KBz9JpYxWj\r\n4J2QmU/+253GXERZfvk80MhLIQCU0gaFuRwKaVHaz1Sme/fPfLtsqns3TXCn\r\nSFs5mBFkSofDvk9CqrwSy4XbcMWnkLkeBJsz7RRqWTkq5zg/mhxPu2oU5H2v\r\n7Bei0Hy3qcHPSsJ1OSZ3HxlesJAnTgNuSIs/3HzGvjDwhD/Zf2r68KIb0Nak\r\nphPpiS+S7KiKuIGnuK1y4P7KqXbTlljk+IJIWhjHFcK1qlfi3Spl4I1S/0YS\r\nYcvcwL5H0oPYmxbo+qz7Va37FsuW0LdsK6adBImQZvi6V3a8UjlXHhBtz0Xd\r\nBvlmx+rpIzPCN4om60nm7egrzDtcMZ7SKl8KepkRttMqyQgdsTDFd4pXHHrP\r\ng1Z2z8rM2/wwLsUdojB/bL+7zeFOIRGxPCaWyypH022itmH9jXYkDBkvPOr/\r\n/pR2ICLdfwduBN24krnPwiqEKuIiJ+lRMTHLjSa9RFp/2fM+NJl8yq/l01yw\r\nNfMbs6xHVvpbSVEAyBb4kgOnoYT2aj6PLOk=\r\n=qvqn\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"8df3db9b0623455faad62d235f2a1bb5028a574d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.3","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.3_1666823509453_0.11783813528802001","host":"s3://npm-registry-packages"}},"0.25.1-rc.4":{"name":"fundamental-styles","version":"0.25.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"48a53dc50749356177638fbbce22bb3a4bf5318a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.4.tgz","fileCount":141,"integrity":"sha512-nl79fMwwCkvCuNYlY4EKmwyVs+DMNxSd6Qg9lIwOsSOg+AFXLJYbAuJdv37FnxqV7WqzJj6wi2Vwts1M0AQuZg==","signatures":[{"sig":"MEQCIGuTSCaSgrYSkrLh9HvIYp2iNaQaj2g/+aFrwWiUdimPAiBgnVaZLKQ9U7P4jCrkHajYaOhRIk4aFfpQIEyrafDG5g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWslMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUeRAAlzFHbDybwMABl2Qx+OplbzvIJgoDd35ji9U9u8LS+xr/kGJ2\r\nBZSXnM5zkX8RB/pbQP7SMZM/zd2ZTkW6PMGXs0/1LDgg/ZbVbErbxdbUm90w\r\ngZ4aznSrqYWSkuZ9aDH/hDQ7udoQJkA73afBncC+inDuFsq2VnwETbDfj7pN\r\n/YKVr8IpxXsMuuRE7fOrLwqGX9hh9IAmipsyGtvla8cKVHqjrbtry4gXE/8B\r\nsj23S8sUi4qKBElFYBd4MQAsbLUq2Za965PhzK+ZEywdnPyAOIBg68m06Guv\r\n1StODGNzA/ugAEwAttoa6JVe+twk5XtDXeU/naEoZeCHxfLZIgIQOmGW+lQt\r\nOpv0uooUBaDPdEGkLoHh653QGYKxzRjQTLVJ5GmfoDOt7fMYCQtWup1Gyx3K\r\nL95D0RrQVYZit3NMAD0j4r4jhQ6F3Z61dJOVaebs6hRNglThero2igVzroAu\r\nbVVnOfU+Gd8eUt6bYciAXlYKQdkl9Nt0EnD1D24kii1pHQU5EwzAu+PGXf/M\r\n+GkJeMakC9QrNPyK+AAkfhT/Hz/c9lgZlWgGgFCuU/nkSRg/Qg7riPHiEw1H\r\n5nIzlDoQxOY+Q363zu2oZTo1a7D/e6qeO5ugJdNh15NVHKY+SOHETX1F/vJb\r\nOFqiMLIQ0Dzi8uGvYC3HtXxEeWCewuE+VP8=\r\n=H1g3\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"a0b8e9f5a9486083ef57a983ab98470f46449443","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.4","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.4_1666894156480_0.9805619736175486","host":"s3://npm-registry-packages"}},"0.25.1-rc.5":{"name":"fundamental-styles","version":"0.25.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7cee12a523da35d025f9fbe4b7c41fa76584ba13","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.5.tgz","fileCount":141,"integrity":"sha512-9ECHpUQLHpwaHG3UddlsQa/spQfR6V2Dfnls32JWkJoaM0DkaeAvi0hUDk8VBtg0LMhLCjkFgieUeXOj9mTucg==","signatures":[{"sig":"MEUCIQCiUV1mD/gAO1SjI6uIaGqr4sObwJH1KxzfvGEypBtZlAIgXcBiFt4cyzLzMgZRPHeJjuEXAovywb/0aH6wRzmYGtI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWs5QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTrA//R+l6MSNA8S+KkY/gv7u8BCG4Uy5yCgEHoAlJwWYZNssKvT0K\r\n7yE/J7rJSpjZs6Hn3UXBQnBc2nJu5YVtHscA5rSf81H1KDuLWMXZ2oHNBiTY\r\n7JzBbbo4UKcIyAwpzr/CqkPCxNz0NSo54tYa5K9zOKaQQGr3PePNbAfw9S6w\r\nvOG5kDy3PE3ries7gOwdAMJK3+UcQdl5CiL+UD4bzvUGL1hGijYrunsrrBjG\r\nzCGp2UhluFANTohrNNAggJiXKyPtFI9bHzAMlHxkp2HI7FHY+MlB1eF1Cx1Y\r\nEO+SqFTn/KhWYYyg/Wgk6bFl6rUtE/Wo768kbT7sJFGsnkk2aXs+LtEI56o5\r\n3LsGGlf7ABzVC9l11igHZ4uhb8/b+kE8hM1aoHoW0Y1ZHB+ervN3YYcmDYj/\r\nW/A8CROzb56mTwvpEKu2hF/kgfheEslsBpvOf0szlXSPV//iJhmXZiV7czui\r\n5Etv7ibRiHOBfmRcF1gvybwVtUWr1Ragzu0s+QnUu6OrjzRiMbKLQ/YaHq3k\r\nFSsfJaFATZ64j0KzhSsczKe7kBy6FFbE7TNpXt9mLrvDUKQ6asfLKKbI0ePP\r\n6UAmuzSt8iq9b1c7ucWb0eV2hn6QtmXfC5jbeBDasDlA+9QhCtbkSiSTQk+B\r\n+Njg2vLkqZi5E9FWQ/siIQHlFogyrVdGO90=\r\n=OXER\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"1de77958386f89babd37ebab9b23010e887ea631","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.5","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.5_1666895439703_0.5743142812872326","host":"s3://npm-registry-packages"}},"0.25.1-rc.6":{"name":"fundamental-styles","version":"0.25.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2be4e82473db192596815980ae0148e6dc8be351","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.6.tgz","fileCount":141,"integrity":"sha512-PYsyI5XDHecO3MD6y1OsII1gtLrYBtVmV5h2VQoDNul2hF9QT0s4ShzHKfkvV3AM5qcjK8SPNB2FUVzn75TycA==","signatures":[{"sig":"MEUCIGhITbiskI0KzG0GK8VbcqcGOO2i6ePSzr5liEKxnxDbAiEAyGZzGGZqPgRMYCunDOrrOPCtyZaEzdw4bYpgSpPZ2mU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3687842,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWs9vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDGA//en2XxGjgLFxl/Y+fGn6x4DJJpCbix3Cx58pnJjN2wbzMQfCl\r\nKFpMeC7kWLS719r91lmbJtr6nY1VfKMqy8amHjEsTr8Yo1EtEV0fei1FLxBR\r\nAJHwOE0QcDynJEHe9QTcRbrX3Wn325k5T+B7ft6XQ421eOsc1Sqj5SlhpXRg\r\nvZYiqkuVUZ0st0EZvvqJQ9p1WcMmyTSjXUGLnvv75X7kkAdkYUzkYvSQlGC8\r\njWmulxHlRd4hodxMJ4RHfwIRuNuItzyLBcLRzGUjTr8ghrKIDRZW+QuwjqdT\r\ndGOLWsnxL0QYOfg52DrgeR2HoK+RsfSPFvl4FTEmx7NIuwt3xlPgiAaJhyJQ\r\nsfaZXtQGEdo2Dr6HYEeGMDOQEpXZwtG/D/3sfspR0viea04iCHIjbshsUVAq\r\ngXGcyEP2Aa+RMP3d5pIPHFAA+2xD6yGYJPfGxyaerFG/6c4y7HdrjGq/RBsP\r\nlvqRZd0RcGNQj6RAVjXrNzRr7Fg3Qd2VZKy8txlQwG9AEUgOVhk0v/++mAx1\r\n6uT1l1UGbgc3B58h4Nu445dGDqtZrqqIeLqQZXmLfZNeVGpo3taMN1mG89ur\r\nyrXxoDi2RFTpoB6kn0MiTQMh1zldnlnYc+hX+Tb6pEB99i3Qa0Nx6OHH9i9y\r\nQr+BytZJHImgnjyudmEynmerF4xQ2gqI7j0=\r\n=vMZL\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"6a374d9f1316e29e56f527cb84970b7ae6849d5f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.6","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.6_1666895727457_0.9237494460944464","host":"s3://npm-registry-packages"}},"0.25.1-rc.7":{"name":"fundamental-styles","version":"0.25.1-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6765984fe72b36711f8a084d44f7199534c246fc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.7.tgz","fileCount":141,"integrity":"sha512-14F9SrLiFWzGF1uuPJVFcYifFoYymSrjoZePwpRkzscyi2y2oelGuXzwvRZkzAXCupTiOHtK7is4g/AV8nRq1g==","signatures":[{"sig":"MEYCIQCYJUtKFDMgzDGb0i/FH3j/SazoOlp/dLP8Gdvvp3fDBAIhAOKk3L4LfDU87ruJiFN0mjaSPpY5PcYEGujW073ZlBwS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3688514,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWutHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVCw//Wsa3IxaOFNRft1uARkRvZg5uvJVTs4ePl/ax4Cee358ZJt8/\r\niizHHdwoKt6hiNMpXfVPRBiSEWKL5rr3ocAc2nDQiar5RL2Fvl9f9TDn8QEP\r\n3FkAZOE1Co8+bpJ4WCLxy1cmoJH2fT6lEr6O1q9bHIGUCeP7QxY1YTZv2iJB\r\nrU9dP87aQa0GeJVZ9Jz6WIalqkVcvpVjE2uMYb3vqER+MFRhv8IKP1qUMFES\r\nARLEVOB2CW3Fp2hV5avftI/G1wyfcvPYar6d1mijMpIoPXnidl41cm2vK3xn\r\nhw4bbJ1CgdxTqCiw9hITxFS5Q6xKu2+plopywJYqPEDVSmN18LDKBb7vEWkB\r\nDRQuHcXIxV04d0y70W9fEbn1YHbwhK9Ajamx82gbEQP4oLTRBr04N3YqZGCF\r\nHMVqpLd0V0Qp2IHeP9uSv7VeiVY3hU6+IdAT0b0vy/cUV7qYOtYHl06rrPUW\r\nPt2aB9aGNLmoaP7BryGWA6LtMugXzvVhZ6wtLTRdKjroTrQBzzEc6CTfSOAu\r\nTsqmeODSOe3HfW1I8+BidC4dKTpH5/Bi4Ky925BEsIa5R/f+azOi5YBmx/Xj\r\nJSI88nppwLvoWxjYxHaH5ReF2QPXdK0OslatUjzxiDgyyrMOiUrgSjyT5jSm\r\nTNU/V2N/nlsWiR2AgLHY153FFExTMCOAJy4=\r\n=eq+G\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"6c9870ee0bc00d071218a7415aaa15d6d65a078b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.7","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.7_1666902855130_0.6268271411462836","host":"s3://npm-registry-packages"}},"0.25.1-rc.8":{"name":"fundamental-styles","version":"0.25.1-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dcf1e19ca2c71638a7ff4bb3450eeefbe2d4b168","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.8.tgz","fileCount":141,"integrity":"sha512-FLRHWdS3CZlhbF+SBDvLXZF+VROQeoVF2+uEGw54Mq2WT4BQkP6hxyERaFZP7CopD3ek9kHVQxXqHYu5/suKZg==","signatures":[{"sig":"MEQCIFJM3OFQsZldYzWl6BMsRKe6RZahEEA/syiLyifICJmsAiAlFyKViJmKdMgl+KLTBatorYFYfRKES+jXDACzmlCU0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3688514,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjW/dbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpsFQ//SjwSlf1Mp9rUiwVgM1nOXT6cfXMd6xpwsYWq9HdA8zO79Mv0\r\nzW2ahj+/zf5wtClN9wbYLrd4oNqgBqGHPe3hFYJutN+1DFfy1UVDLbcX3HNO\r\noGykXQ0vsIBUhxsh5ZNyU/G2NPVMJIh2w9yP5K6cB2pV/z6PIcTrKI4kuslI\r\nr9Oqx3HvIErUr7sYchv/0HOrEz8Hd7FM1ID7ESrMkMShQLElfkO4QIGCBWKb\r\nmwMcMkOh9uzznoJ/DG39bIM4DmRcchCui4qgsColl5RBJeSG7mtyGnnJwjot\r\n5iKEt01uq6dk69VPtBelNv4Y/d+KpBog1W5vPxTgyd1k0rB5b1JygHhF3H+c\r\ndplmx3jPOrYTqLD1M2xSKegahbl3cFTJd725gHIVfhSnK6xtSwH+0emqcfoa\r\nEItHmsOoTqmbti1q62YRqV3EEj+kjFjcE+iRr6Jsc3fnced8BQEOFSOc3U1n\r\n62C3YlVwsSCRlUcSzFtx2eLGXmuEvprXEI+jbv63/h9LktLIqkMvNtPZAfGy\r\nkSJ1KWajWr6VOL6R7Is7xPUS9DMv2FbgiEsMVuEc85I/FSXb2JRvE9qNIqXK\r\nvErmOtxRCacn9KmNuPyRuf+lT75Rm3yDUlOZE5MHD7CsV1VT5dmAhr14hHUL\r\nLdT3LFjkSMdh0rpqnndn2O6Qpb2vpLBMKjw=\r\n=HDxM\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"741afb225d2ac7524defc6f25078cc24a09e8856","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.8","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.8_1666971483511_0.752657641779265","host":"s3://npm-registry-packages"}},"0.25.1-rc.9":{"name":"fundamental-styles","version":"0.25.1-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a041b54ae0950f37d614bbac2568dcc03b2a6d48","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.9.tgz","fileCount":141,"integrity":"sha512-i8NcSU+HPvssF6hTmaMJE1hoycAMpPsSCEdwwKjDmvc/aMnzLsXorp4hg4gxJkPUgjyE8rrzEuKuBMwJXA/LMw==","signatures":[{"sig":"MEUCIQCYMmefUbcRDR5p+GdpZ/OTxsdnYG8ajLQTJ0+hy6T+zgIgX7hn6ejkqSMYONvts1sbU66j4mLfj8TbTmkPWYdzsO8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3688514,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXFDXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBQRAAhF2hhOr3fnGE7D/iVsZQjG2TMQE706nL68VHhzOMfnIQkgYZ\r\nZmjauy1p4FMBj+dCSfU5ewszucDRTiEyHbGeDekarksigcMT+lamClLMMiZ/\r\nFJT9FS682o55xoQt1D4fakpzTaPmdWvA/WJ23f5AmvmcjetF3dqiO1mr5phc\r\nBNGUdLlYvu4gNCuDtAMUiZc7Iok3gJf5dNbVhsESAe5kHkKSZYcYotzJeoBW\r\nYYCdteoYAkEaef3kzXMWnsIcXlxXCv5Vcxz5GzbW9X5iDos1otkUT0sn9ctO\r\na4g5yUfQzyF/hY68f9ru2/adJINwrdfn/A5uvP98UayWLBcvbc+SS/MnRQX0\r\nv/+xjSAaJJFLlpGWJtCyjwfAkASabR32wIIdqXBT8khbyLPblbEkPgRMb5sE\r\n/nIAgW1H/1rgDDDePv8oQTIshPqbsiuTUobuSyqH2TgSVVEH/TCUq1cf/QBV\r\n1fm0kY0VZQP6pru4Nel6szKaRogtrLAq5bWPwfQ3kB66nTBsUmLcH4Mksm7F\r\n4Sw+fuCm3UNekgVSu7RXcnQdFfYPt3MaC+zEmoDwYfQoZRTFrBjlP5ibG7e/\r\ntzhhUX6JmOQTaRWVTdBu6pmyJqflIe5i8C0QifA8w3YaXAzD7QcO1hg/PQYX\r\nDp78aCVBWiftEd6CAZbchyUzqNK++M1B65M=\r\n=yr2A\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"7835d3770d24263c4378579a4d1d8a3f8f01c763","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.9","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.9_1666994391464_0.640606043322735","host":"s3://npm-registry-packages"}},"0.25.1-rc.10":{"name":"fundamental-styles","version":"0.25.1-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"95f9450352514d2583ab3e9d8c65bd936bced9fd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.10.tgz","fileCount":141,"integrity":"sha512-q16xC4QWki5bsQqq0lKltfhwjNte4CXX8lM5fgM8KmKmXoTWxaJUODyUXr/xhsYgzODYIIh1QqK6YHDaMMusUg==","signatures":[{"sig":"MEQCIFahPZ7V7CJB5yPvFEoek84UVwFeokwAQgt1vBPkOXbAAiBKO6gGnjgWmOlYTIGNouCeau2MYVwV4xArHmfj1uAj3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3688634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXFLQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpfbQ/+K7JrSNCF5uSL8JkF6DR1hu3cjy6Pt91j1FB51nh9OevTJNlA\r\nT16OjKiEp8eND5GXKGrxUUohFp+vsvAkmLVxvAd+uc5Fmzxp9WfbYU2L+/0a\r\nxTQZgdHgMA67fCTO9N91b26AkA+ltm0zFp1va3YsjQaj8CNPF7aw+33D1RqP\r\njHQQiTgq2d8o0NvQ0624oV66WwSLNNank/fqYdmc/RPDS20CMRujkGiMKk18\r\nm2IDBDa1dOlnztFdDt6rTWdHa9N1d7AhZBIR9n8HfmjWOG+hL7AbxKKU995v\r\nZvpgkgqS6cqo+WG4bncne3cW36v9LEK2uLlQeJjI+yqw0Tz7lcGKuKsNSrgc\r\nzfZrHs8v2snAeyPG2/XWi264szBu5GJcYydpmEKftide13iIU7WgHFACfcCj\r\n+I/edTXUudHgeLfzIIw5hjPL+5dl8OdXxeMLv/rp0BggFWW2MBjDVZCq/3ny\r\ncr/uyJr0ws08kUFmZ2FCxFmXP24ZrOMGnEvim4xaGgeI7tCbt9RHcFWypblU\r\nyEn4OpMvDsZxbtl/kwQu59hzuqavGCCYL2BDEwAUbEQKeVtkE7k+9rZAJO08\r\nO+VYfWlrrCvqvNsGU5eFH4mrhxJmoEdyl2/POpQ+OgElEcQb/7Fr0LK/7LP4\r\nz+vnhfiS+TRq8NWyA95CPys8S6yHgw9T1lQ=\r\n=4u65\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"11e883bd8e2edd239f91b98cee1a1c0f853a8a04","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.10","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.10_1666994896266_0.3549598395825546","host":"s3://npm-registry-packages"}},"0.25.1-rc.11":{"name":"fundamental-styles","version":"0.25.1-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"50f413b9f39aaddd42ea524ff8c418a46af46cc2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.11.tgz","fileCount":141,"integrity":"sha512-CfMLD/Wq+L9tS3XyKySX4cS6XG2qNEyKTAfHyL92Rlb/pRBPdRIBcjnpznSiyvPWdlJ+JIbYZj1NPTLEfjqGPw==","signatures":[{"sig":"MEQCIB7u7zybz7GmZvKJR81RQNfNT7p6AyTRahNVJ/op1IZnAiA/yjJqLARLudGQSuZq2+HuGsAAj/wv9kTmb/xL7m/4DQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3690279,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYBQOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4PBAAgCini6uOlqBI3rJF9JMo3sCmbpCWPrqxAvRfl7UAieyVWDq3\r\nOPwASa/Z5p9Jo4CM1XElNIKtblBCGaAaZOXhbdqRMtOFosHnyNmUPVgR/SRK\r\ntZd/fukTDigZrze3ubHdncHGsf8pXnRU43DnLFz2fP/6M4PexmzUwydsv029\r\nXUIboR07js1HbdibpjKN37baPMs+NRcB8yU0qirw+8jFXkEizS7ZdjT9noB4\r\nKxkjbMJIvQ7PS9/k11XwrMgtSleSsabvNtaNaFwdYrZ5zCHtCe6RcKmUDDWB\r\nspDkRoOExNDhfnY0OarUEpJ6qc6gbCvpuUC37Ro6K2wWmSEX8K+mPWNhhmcn\r\nWJI6xMdEzrLdkL4VhuHNapVjTG1YHoz1/WZN98pmLqPoqZjV+FFBj7Gci5ge\r\ncSr7JsFlT+pDv8L5j7DUwEiZM8oUozjHd78+cXB9yyQxxel/lhtEeQYle0NE\r\nn1OQ3vyiSKhcKlTeImBGOf6/iQ044rxFT0iNuuOygRKUi4dbSsUIKLr/TTey\r\nReYm4nkMH+J8eSA7Xs/l9fmlwg4cHEqNezVJtTOdghepZeZnZ2MuTUWan2bh\r\nAm7E2o3XcWcHcPvRmnhM82KiourjUPEkPuBHo/i6sH9WVfvskMuUahiUE1Cn\r\nmFFWQ3F2OxAZU1hfIYjoKjUnCli1eI/fy5g=\r\n=lnjV\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"a90602e6df5628db52c514096dd736f628273a13","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.11","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.11_1667240974569_0.649006427565519","host":"s3://npm-registry-packages"}},"0.25.1-rc.12":{"name":"fundamental-styles","version":"0.25.1-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f09e781de7b179c3c5f9956cde32c5ae758e808a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.12.tgz","fileCount":141,"integrity":"sha512-S6tCJSRI7z++onp/udyCBKWshEQFbg/McxLITa8lix+L4NuHxz2JaabEkpUdbzU8B6EwiW6w2pUyLtukyRN3UQ==","signatures":[{"sig":"MEUCIF5Nchp4JXaYS3mouF4CYMRTQMsqrl615ecAC502H5ciAiEA7R8Gk4W7CESt+nYRxzvbSHQAUXZrLnB7pcN+cdoPm3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3712299,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYcccACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoC7A/+Opsi/J8sOcGbDTDAPvUjrMab/ZC1kmEWA+u6cU7oUwk4AxyN\r\nI1Gk6DOGwTSoI5L8YMJq3HmUlhU0Y3Qm2yHJhbsl01xL46UWbCQ1Esf5w9iU\r\n3ctx2Ik9024p9Y9B+M2hCWHIr2/9XU1TKppqY25kY/THsV0XNUZX+dpv+kpK\r\n6SozpG9b9SpXdEoW66Ywfdr3ZqyUAi8ODVYCO67aJhRtzxX/91wN5yiBouSM\r\nWkWjjgTSRPqczleti7761qU/jJMFAIZr6fsJY4N2cNZePxE8xUxuMS1YuBln\r\nj3gZTJj0OaoWKQMG4gmYBliNJ+1jfek5+SH3o/xN4uONmegDxmv6CYaGDCQc\r\njeJ1YWu9eybnmZpzWRiHAIxuXEh1Kv3EhivhGmvzlKGmY27A4hpmojQgoPsz\r\nLJQci+jPltn/IQkMlzFpsR5K8jal9MJLmubW2vRixxxVC66+53DkIA9vm9q4\r\nFlTYFUI0HqHuDx6q6/6zJ9OCIQ0jK59JyDYHZeo5RuBSY6Muw6gsZZrtt27H\r\n83os0SvYd9FXbBT2xynJU7IbaelZVg/Hasz0PanQdNkXQUf2y8+2XT+9RSui\r\n52ReC1qITfsQ/S0E+/qMIaAGts28Ip589V3UyCRsCd9CoWD1EG2buAkdya3X\r\nR6Y1KkoNMsSrTurjjewmryK4mipo2yJjvhk=\r\n=0e1T\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"73d5714f45108082bc4a4f169ae191205ad3b981","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.12","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.12_1667352347856_0.3947029193672362","host":"s3://npm-registry-packages"}},"0.25.1-rc.13":{"name":"fundamental-styles","version":"0.25.1-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d81b20f21351fdbc40eb901fcf6f376d541eadb7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.13.tgz","fileCount":141,"integrity":"sha512-+PgEo7klg6SraS1xpCcjdqE2jgP723avsdrNGIcvvU7GBops84huy0c57Ma6b68OEsTaZmceMMjbFFSM6Md+0A==","signatures":[{"sig":"MEUCIHGxIAqrzkdUNCZm1Bn9gwGSOV1QRIfJFK0DOIFX1yViAiEA8ud2cCIWRDDQT89yT2Cf6n5gKjmDcR2Aqk1WSycQEu8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3712095,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYnb5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5ww//e1rUF5zKvoxiyzbeFJSrTFk22Dx8ZZDBQrXfbuyMNhwuNjS6\r\ngYtcyyZXjk6hzZ4inCLa3PsdCAkba4lCxnMb7JVcHbER8tGgjyCQK5cF8LJt\r\nJ4KYqUyFkTvOKcdTxWqp6vVudbP3k35SZuN2614nNWm8KtZ6+Kw+amu15wDL\r\nrqdckxSQ1hdsQy6k8R/jy4C49IkpUooINXjK2OItqqAfUtdbOYf3MDu8JP7M\r\nYn2WGZa3fSRvy1HsCnY6Q52Te0D2nzDyxmyGTTYShd95mLCU1OvTf31Pmswq\r\nEv+nMxVzNfRggc7B7qEa1l5mA52m02ZLFN2FlUeD+kUT7DeqK9XQbp1COjju\r\nXr6iafNp+1f2lYR9yjvYBfu0We0DwwKubOr8idfL4LaGiBMdPz1tGMRT0hVY\r\nVi7tO81S6sX53xAbkukTnUmDU1pVO0V92I5FQ1TkfokeAgwkIvdk+KVtFvLL\r\nB+YTmbLWRaDtJ13yPWMkIMHhrxUVHjHL5jvnXI1OBU/pbNzEQ9I1NnuGFv3l\r\nGE9wBCB4BQNL5Fo0KIUfl5uNQOhDsRcIkS4iD8/D8jfnuIWTu8ZSdE9h8F3G\r\nw93kJU4NTzjUd7BNHS3UjpmS2X9O4Vb4TQGrLEqY2z1totDOAjtdPhIXoxFw\r\nva6xTQz1NHBiIomZQx2HGJGI0vRImKMSgWI=\r\n=tf/7\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"307dd90bc54180cea25b9344e334651efa8344a5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.13","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.13_1667397368680_0.5806981862135301","host":"s3://npm-registry-packages"}},"0.25.1-rc.14":{"name":"fundamental-styles","version":"0.25.1-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c631687ceb4ea7a168444350917082bdff63f137","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.14.tgz","fileCount":141,"integrity":"sha512-9GINhfZEU1+RIAc1vr/73SQgxvddv0ISTwYppD5AHEsVirb3hOuHEMtt5Y70rtABpjyKyIuIqgP7NeEC49tHnw==","signatures":[{"sig":"MEYCIQC9HSPzJ0lZMudcIsrrZLSusAgYlwJUsKlEuShxa+laZQIhAP3KnbL6TKDQOiRf1mKYkFKq9TDzmQ5pUqRZZCSnEzvR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3712095,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYrDTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpm7xAAjyF+WyPGysChKT3xm73vhDSAZ27miQfSe52s8uQoC1Jtrt9n\r\n8cSZx4myLWbiS2LVgs16kTpszVy/WR7O9iuDcD1NjE5L/e7a6jFBzGhp1g5D\r\no/i0/57k3PNJCXyOCOa7jae1rrYU+nBWsPJVA4LtKk3Xg3jfNBbZw4pWauAM\r\nRe0hScBuTZrziwsMD3V8HgG1r8d50kuvt5nNacMy6WZ4sdqBJeYMjYI/u3xp\r\nGaWSAHWj9QhWMrJMuV+yU0OwLAfRf9tpktugCO1bPEIh2GLsBQP2i76O6aDf\r\nz4DVo3hEqUbAnsKnV/NWZwp6J8Bb8jcxmHZkN+NwAF6DhZ+0/AbT+1Xcx4fe\r\nMEW/NkuTWU9EsxPnF+mOCnjLBEbV6N7uq2kB/g5EUY16bWIIlYGPq/fymwBB\r\n9UVIaXG8EzqZSGLRdtN+/JphXNrfCc/ceYqVgsn14MPJNGbQnxcNdALT+F6w\r\ngQaEi/hW2UAoe8IxdvwdCv+sOY+PPAKRXx/rN4mSi2w57XjdJha2BZF0Q1Vw\r\n4QgoP8SDtyq/8/LcDCIqlW2Aga3ZwgNtJH/P1A3MW+dq2P0uNRr/oGbkpdtF\r\nWoN7rOmre9/eHkbKpQSY6czdjulv0h7hsaoZHjd64sAZ1PbPAQ7uzJ6GSA63\r\nfZhcjuQqwvco6660O/ATbyXuWUKvJAwnfVA=\r\n=6Ne1\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"b1ae5d670009045fdc530347b6e42172d6478c9b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.14","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.14_1667412179183_0.9100294534022955","host":"s3://npm-registry-packages"}},"0.25.1-rc.15":{"name":"fundamental-styles","version":"0.25.1-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"831a309b98be1fab63580783a0b50a5967b576c3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.15.tgz","fileCount":141,"integrity":"sha512-bMCo2XdJPw+ifQdx8sJzVILHbvC3GhWoBi/fNDV5uSZPaNQj5RfR5rDa7DGfb+rOFzQxWStlRIXPlr11XOAhig==","signatures":[{"sig":"MEUCIQDLO6HnbI2U5ysH3WSpz2LBIr9vp/3lvuR2Bhi824FLfwIgOyiHcCOyRKBhuxqGckwlqDCInyPedW8qVy8P6CAr6p8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3715463,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYuPIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqNnQ/+IsKUakXVZw0CrGyoxSXCcvDpHLA6X1vfjDRaK30W0c01b6IK\r\nm1fA4WsxLmUsnjSB8teHABjU/AVTYrIZtj+wy7BU4hLxB9eHmO0aWtRxTeAV\r\nKaFQkaeyUA7dcUHD0Aaek+grS052ktJl1QQ14IQ0U1+gdi/hUw2AxL0disZA\r\nMpSjHULc3dqOME23uyzWNKpEkVDkRAPgu8ecIYTmlSpLkdStl6ShLvpOjAus\r\nmFO65XQrFMn0b9O8xTf8xXDewgPq8Is8H6gbPfrE2TjcNEWsQsO/TVo1dmwx\r\nG6hIXeeBtMHO7SIVooMIOFbqUGGTx0DZ3jP8MVKd7AT8TNbnDtPYJAzPsWHh\r\nN7At2/jJPiVESYjTFk1dF+kPVUj2oo9xcGjvPgCHxNx8TR1YTHhnAOkPEoXu\r\nL73X2fxK5BQI/KyytMu5VA8zCE8RLdgc+DxzvpUiMMuRuYABKlXyzfGbt4Jw\r\nYLf5LCpT607NGVAHzUjG3A6TTfHZ2fSOPaJkfcL59qGfRaE0TrrV1luN5zsq\r\nRZ6u/a3S9dZtSKwuIxBDk8EkmOOrsw7BQj5LD71YZK7bxOLY65TrZLtjz41a\r\nEep2w+XC1en2p2tZaS9qQHEnIpzKR4oEYoOH9pMTfNMEZpxWPC9p4mI88sm1\r\niZmsG4O7fvHv5fXOmFFPkuQhDhHG/d/IpBw=\r\n=N9Yy\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"e1262c18c195d2605e252a702a6a576ca74cd37e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.15","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.15_1667425224022_0.7634404601124327","host":"s3://npm-registry-packages"}},"0.25.1-rc.16":{"name":"fundamental-styles","version":"0.25.1-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8560a5e1411ac3dfbf6d593ba4cd7b1f3124f3d5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.16.tgz","fileCount":141,"integrity":"sha512-/ETPbzv98pMtqT5nNODkamxDBJsDPJ4KG/f5XEAvExvdx0+IvESuZQES6n1F3He1o1zMGLJj4HVqp4UJFiRGsQ==","signatures":[{"sig":"MEQCIDvAr5gXmq/yUgnqwBpXho/cF51XjT4Tzw/T78NDTb1hAiAxn6WDPToxfzwXZIrdo2d8YsOP40owW84+NPphUVHbdQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3715527,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjY5h9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+lxAAhezn/BXMQKDAV9uTk35J/yp6HXPC1RHtnDkgYaeNz/z4lxqr\r\ngl/W94eGgYk06XFLool0OMB6sOJD3RJH3KMx6dvTmMxHwOeIhrqi5GYSTdCR\r\nnlkffxH8mhngOiqw3N+ZdDw1Zzo/ynKGa+wz6TWJyL2jKvMuPYo+Byjgl5r/\r\nvwNUZDP7u54zihutAm+QVzLUR4iVsDUcvqnb7YT7HdC//ilEaGzsA8XRLsXj\r\nq5T4Wkf81uxQbN+2y+VpSlXIo0YlV2Z+F07/4YImr0QYd7n8kDmYECZ5MRNc\r\nkd80lJ1tUnUr7eMKwF8yNqT/8BBVGbuYm3j2Vcj3ASe2VuXY4Z0XVYNidYll\r\nhYhm7yc6IQqPVn7tQr9VQkLz1nMdGVu8WVFBBqoLy/Y1SXBGIOmLcqtr8lxq\r\nTj47rVZvVD5S76S9Vzp1wfAvpcrvgRUbtJuJxM6AF2myZ+8QsljC+ZKbvFwQ\r\neNbFXf0CYjlkpf6m7TUJ6HpTjC447F0zZO8LReR99K1Dp7dZL/J7YRuhXo8b\r\nNkiMu5PNZXZj5Ec2TK4l70ktZQjj1ZvxVqyWT9juGpdF9IuBS9z69BNxLQq9\r\neRQgsLd021n7pL3NjcByDQRvKvZYY6CjIO8cbzZ6Jgh+rvS5Y+Nmug1D2VeA\r\ndtsbSApBtNybu4YGv53IHjq3TtGiSkEG82M=\r\n=PG7J\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"b19a06601412dacfdc393f3e7814a74d404470b8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.16","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.16_1667471484810_0.4713357501147333","host":"s3://npm-registry-packages"}},"0.25.1-rc.17":{"name":"fundamental-styles","version":"0.25.1-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3e069ad992e050e01e7422bdf6e6519285be2528","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.17.tgz","fileCount":141,"integrity":"sha512-/TEwKFy0JjAiVRiY0c0jb8qaExgqdI7XnvHkCNgOR3jWOmnIgel7d53wftevlOpFo5swmrdGRC17/mxijWe56A==","signatures":[{"sig":"MEUCIGn132v5T5C120zoBD+CNCCvVGQjkjNJMbiLWxo8G/Y0AiEAxGo1MnoiMP5U7nShHl/uiRYF/5T++ksGFupfoZ8twQE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3715527,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZ7gtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2Tw/+KtwNPKWB6Ikj97Qmn2vcyydy8It5PH+YxOjV8cauzmO9Gb0A\r\nvqpQRlMCzNAlzJ1Dz7FdkBoIlOiPOKpF6icCCtBczOxa3T/pdgt4HGnplUcE\r\nhy45/dWe1lTwehZY7EFvIZCLPVF2mraNDLmSvzBUoAiXvBgqzR9gEivIv6nl\r\nU7z1m/gK/rDFybQb4diqZlykujAsKInlgu00saWR8H8BIB3YeRWP2NpXQoJJ\r\nZG7dfG/l0Mb6HNoSFHtrOq9f8G6PCkPYvY957eQlpua24gY1XrEYLAhH4eJP\r\n2Jp1bmnSOwazeHyvvuQP70QslvhNXneAkUifT2RUGCqq4fLWFGmzbXHOleCz\r\nyaWkD1KFifr4JjGJjKBKnTK/20Bg/oiU1BcVgg2nU/ugmZPfcRQltz6EF69f\r\nMHxYytn2DMlqbmLl62fsF6C/0F0wsec/5Xhy3qRv4wjOEsxvsOucqVYHMdpL\r\noqJIv8Yn59v+TaMDhgNU0ABaEnYXYKkmQn0dtfl4OdvNo9b42bA9KXqzM9qV\r\nRKpzvn3oMK4DL9ofuR8AALSLMcn2V2ThD1ECwI3lnCxEhZqfnjae7MhoTt2q\r\nCVq/aAAU5YKeJagIF9/3cvYS1R1JC+Mhr7JPAVdlNi/wf+smSxPBlnpG+aAX\r\nOcxcy/L4RqBouQVikXmq3zACCNtC9VVRcJg=\r\n=k7MR\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"5d92f4f162cad6ef35f033dfe465af496de255b7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.17","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.17_1667741741110_0.33708823547676436","host":"s3://npm-registry-packages"}},"0.25.1-rc.18":{"name":"fundamental-styles","version":"0.25.1-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ccb901d8dbbaab866cb7676672ea9032e1a16e2f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.18.tgz","fileCount":141,"integrity":"sha512-gT01PQAxfje+dbMWeI42Yde29eT/RhjZWpbMa2LQxWBtVgovfKfn4lzKc/ue1w/b6f/w0PEMtZascdXF3LxWRw==","signatures":[{"sig":"MEYCIQCC20G006q9U3ESkJX5yYY7LCwSEwibjQh+APlOlMcodAIhAKMsUsAeFirm723ml48jONuU3h9l0xrtSJeLXTmVu8FE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3715527,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZ7qHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrl1g//Rk0uawHVEYq7Apb1Yg4T+Ah1gU90B9tp6sh6SWyEJfRUCZWt\r\nOS4QnCvlSC6zwQBSyBMNrjr5vqpQqQxL2y/NxTp2esC9abe7uF8CAZhNIb/T\r\nF6eicF5otiv6LcGS/FkhbFd1xtSCd2odEejkh/tJcRnhnN8Vpi9VYT8lzL2o\r\n0TTVmUvodgc4VLAjGSJWBVpbrLDdcfEh0BwTKnaD/domxAjdJqVDXbdImui2\r\n39fSc71jPhX4AeV2n6EJ5yJDROgjjgdCRrr0iXIsWi21+2SwI+EnvFK5nHYS\r\nl3ga+hAQHnpdeiu5VUGJ4mWZ08tfh6UhAdvWp5nWJ0l0OP4dRXXW9PXR3M3H\r\nd5UUe8RsI3JYMzE2+mlE6f63r2S27GvdEvXfYXZYX3Ba5vQaxTgnxbbVmAmV\r\nAtvJ2wJpWGGBO1cMePTuwPsx4Eslys9E8MDJdfj+IcBpq6JRk8KpSxdnToPJ\r\nESB6G3E12F2K9UdmcoGcn1l9zC4UGMZwU896uwCVJFZ5UJDv1/mk3SreZPFp\r\nVQ7PlF9bNTnJk3zshjKDRoRc5k/zAbziN0VW5X3YWe9OAIQdgr5Pgw+43hVF\r\nRtrSTlUfNtcjiSZ27Nx5WINxkXtuMl2WaiktdoIXP5mNTs97UVnC8xhWTGOQ\r\nnUjwGDHIapmfrE007AM/ds8/eNdUcj1Ljbg=\r\n=6c31\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"72a732c1d5759fd10ff74865323289e715f4ac93","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.18","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.18_1667742343408_0.1925233787268481","host":"s3://npm-registry-packages"}},"0.25.1-rc.19":{"name":"fundamental-styles","version":"0.25.1-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e97a00b4cf124f99af82208ea2296532404ce330","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.19.tgz","fileCount":141,"integrity":"sha512-wELyRKDlUHkNN+o9EF3WA6zEigdIpFnFJrIx5P5btP0PpiqYC+j4pt7+C04OSuv2svxgaMpFnP8qensxGhoIwA==","signatures":[{"sig":"MEYCIQCUUeVfllCvafr/YUj+6bhsfuJGCV23sOuTlnMu9BjTRgIhANKz5URYKeNqlSRaGF5XP8x3t3uYaaTseI9jmhJ48B9A","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3715527,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZ70rACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7rRAAn6FBx0RrzfP0q3CdvAoQ816XEFt4nSFxm5qGb4QxzEeVJpuY\r\nFmrbypRjIwF7u6eVcWfIoKXIM+rXZjm/IfLGimxGjQliZoKAXO+LBUyqlBOK\r\nTgsMnNAeWDKyZ4oKDHdVCEcVZTDisQY40bUjJlqfFbJFFZjCXL8SkDG3a7a9\r\ntWQ6/Zjk2guXRft1hDprNV6CAEmrYPZJoRLWQgvrYNxKm/xxi95oOYWwjlUo\r\nfE1StVLGBBlwN14jXItfk5oPv76FtAEyFNdrCYtuEcXjCgr41IC4uI6IpDuH\r\nlUmimYjtX2U14ISAzrrQ5Totzv6/2f8qIUusgjJMfMxzlyVfa2am0QTr6n4d\r\nKyFQO2mpqLDp+sI6x0BBCPk8zd7uca4lHeNc7NndbdsT68IGeISTGovRYXNG\r\n/b2GV9/oUBv0aa0c3nXG46rmvchk7qeaPPWbG6U1htNSeZgZpm6U+0LcjwOF\r\nLjQ5y9CPuZiAvD7Kf6N6ZngLULoNrHz/wQe7wx66gR+YBLvBdBDChNjXcvYg\r\nTNRlHMaPkRDCh/MMnfLfzlQYazu3PS1KMimmJIkIzctdIP8YLNEM8QaoqoeO\r\nMV22SQh5dZMZiSwQCtKIdoqCuyrMoa4qNPycQ0D3lABgQeb9qRjp8a1Gq3Gf\r\nFJFGAzl0s4WAxUEqgOMxU+3ml2u4ypTyEgA=\r\n=M99c\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"62ee29f23f4b7913497c9b763bd2eccf415ab497","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.19","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.19_1667743019327_0.27896423415006777","host":"s3://npm-registry-packages"}},"0.25.1-rc.20":{"name":"fundamental-styles","version":"0.25.1-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.25.1-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"976e1752332902b2a5ab739b94608090d8a9552a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.25.1-rc.20.tgz","fileCount":141,"integrity":"sha512-XxOSGfWPiMsL0nX7nT6OQYOB4g1FWgk18acPwlK/2X1bmCfc0NqQ4o9blqxGmf/f0GM/Lt2VvH5dHKNALIqorA==","signatures":[{"sig":"MEQCIHHeH9JljDOfdWUVThvWyVXtGKUsGTEaVMZbFjxSMtkcAiAYixtxGDtGBqX9LiF9LR21HoLzI9wc8qPSDVuUD2TqaQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3715527,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZ8ltACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZvQ/8Ddeo7TBJgJqPAsx2UMssiHr7gVvHll1CE1m16UIzLCRad/SR\r\nST/3aA6USQDwqKyYpvtNHizIhE3YCy4gzEA8tK0e8atzxKkTbCW6I8uvKW3k\r\n3idnbA5hXXZSGQyisAaRpwIoJmQAZp26vqf28ip0/4Q7QYwsKFI13kTpZc6G\r\nT4KahD78/PCV4IaOWsNJY3jXLnyJDSsWLerrhMaQKDBNCe3n4y//KO11FDo4\r\nbwzhOcqDm+gU0nqi6OuRCW5Cx+vg3//XZ4vU2Ntb8B8/gO44YETQnhyHh6ej\r\nl22BTKnNiJpshlPG6TZFRmEGQES3vuX5yigRLX2ZuQogoSZFjIAVCNQgZhnH\r\ncaMHLAl6mNla6+ED8q5EtEmTVd03WWyfACZYUo66kOmWP1ps1+Dyn/rjGQNY\r\ndCv0Yhi94M/BN338T1Id2iCLgKLEcGcIuLQuuBpn9Q5hhdjUhfOKqInFvP4N\r\n1VvSVGzVmoMUhl3hUu2iXQR2/S1YlX0OqlAygsS6yq/4dO/LSQPYUZP/Y4aC\r\n4ihtvQPqDGP7EK+hz9jKSOxATN7TOJODvT301+saJzEiPAXfutRvU1flrncJ\r\n5PCECOTTFfY3QRR+7nDMiPPfp28a7J1J0vxHWHPaBq0sAyTBVGahUHleAlwo\r\nxWBKLEt5OKeek+a4CpWonJkNy/uZZ9acm1o=\r\n=eIJ7\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"3ed18db08986f704004352c45644e4479489612f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.25.1-rc.20","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.25.1-rc.20_1667746156912_0.9996745339594775","host":"s3://npm-registry-packages"}},"0.26.0-rc.0":{"name":"fundamental-styles","version":"0.26.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"db06601122397b84bc613aac0a565128f6e96898","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.0.tgz","fileCount":141,"integrity":"sha512-kNASqkAypJ5+H04PRbIIOX9Ag/efGaCER5OCYDCJ7ICuMt5ZrPqtpGDfMHVUA+lBXWKo2Plp/zVmnoNhgK18Aw==","signatures":[{"sig":"MEQCIFYAsZl5cuRE5bhjG0pc+unuvkuO8UV5AAyzbDE+o7J7AiAtKQDw0FP7e9kUjuoVF8zeZfUNpdrcivB9d6nkwqZC/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3704529,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaQs/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZnA//Q5viQqjp7p36GuJCJeXsOMombWap6doEcnTMHq6j2yU2Jxoi\r\nGljIxCdjN5XrCs0szsIs2Y5pJXtNQwjBzuXTvqDG037lCSWp0Oy35YmhfA63\r\nBCD04eOu7KYYNAXLFUEFdJEX+Ur8itv7XHGfUiC06YfY4WI6AIqS3tYsjpVG\r\nd55l8LJxt04Z6ZIeKpy4KgGrABzXzOG1JbjXJlwnw2dFQSQcu3rDyP0Bsned\r\nAemchrTSkXaodXIlPyBlx3fR1qibjY3+bfsozCy4zQX/SU26CdUK4t9vVEww\r\nEeZ8aHzunFUD66vKWlmwHVX4O2pChm4WjHmbrHCId1aLKhadjnaWHepIKve7\r\nNYahj+ShK8iJlGddAsh4AiGPNb5LyJsffguT0BBDRlAMrgZmEEWPUq0Kp8P/\r\nWDx/c0dhgLFPE37MZPuht6uBmBHHKHICBD/+g4zdFPK1NXHNXiLQZ6NKn1Uv\r\nN1i5RfGDEjiaJ/Vq1KPPtQoFtyZkhra8xXTQ9Gr2kdV8/LFfDO/73OyTlJ3P\r\nnOGLv9N/D4A5ZfAIm8Qrjd39UwtutXBWKMZ2DxcHlN+vMupF5R6vOzNf7+sp\r\nwVI84KoXc70bNp70bLcTARBIQZXlZKQ4nsRY3Wx0pIt7FXC2sLV6bY8KpZzT\r\nJl5qCVj/eplOa5V0HQuvzslXXaZeHFGLgDk=\r\n=gEEo\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"99d2fd254b7ea1638daf598b7c53f6a63919c94d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.0","@sap-theming/theming-base-content":"11.1.41"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.0_1667828543167_0.2543437198825784","host":"s3://npm-registry-packages"}},"0.26.0-rc.1":{"name":"fundamental-styles","version":"0.26.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"91afe1796da5757a2dce1bd81ba1f482ea53c6b2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.1.tgz","fileCount":141,"integrity":"sha512-JhsTnJlcWbsS9loGAN3gjzN2QsVmP+UzPy0x5QQiGsbVIGfHBORVk3pZL+rjcVk4009s1MOTNIOUzW1TWQVQHw==","signatures":[{"sig":"MEQCIBZciWY914uVc0CFo9RLi6vwb492bOy628M72KBT6x1WAiA33siXxTpL8wJuMStuWhKwWUJa5G+sz/irCTh4Wmltmg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3706003,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaUWpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOug/6AgfMrgAULgSqX6s5UivJFPyjDOeZbZHAnczB3obFu2TW8YiI\r\n5Xr1H5w8h6oVDWYNOJ+9nKcvgEEF2P3Y8GGnVieSEjZswqtj1ul4JUUCnLWT\r\neaWMxmhk7jw8YwHv85TDGCtafc6wZ3C++/raYl9dvRwE13WonYNoqoMAI/tl\r\n5Ymz5DVlFSlYrXXNqFVMTP3WpG8gAAh7Q6aYy1Lx2ODKmbH2AEwcHil8VUou\r\nxsKFeKqNvoE0kC7EpYsSiZKOo9zXoHTJHuRnlgKQ0F2KcTbWy+6PqYUv1e6a\r\nfnyfgAZgr/7vfvsvwLRJ/1xbcOVR5IKnsR7sUhKg4ULCv3Z3vsnU+4Gx20Ly\r\nxgGyqCwUaC///abkZ2ayeAX15zDn7SbHZ+8LaVf1ptlVLK8BeY0pgRfAR4Kk\r\n8zyCHiVHMOgPd7ihZYHxlGj8+Gzwe2aWHYtMupX+58HelO64V9PWoK2jUIbe\r\nO01RmZ7ACk86oF+QWQFXe+mbWGypWFMIo9zmc6oO4snQkadQ5sBByZSW6mzR\r\nAOfD/QXeCq4xtcua5WaSZiHsfff0DahPih4dGkJ5xRBxwCa/UB3WRVBxUDOs\r\nr53thFa1U4+xisZuXYPccZIzulLuZCbofLo4GNFeK3S+nmn6/1uXjxBwEkMd\r\nxW0FwPz8UX26CO0gtfITdzBIO4bF2fkrKbo=\r\n=spwB\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"23e6b898752e6ebf5d2173533a992172ebe8ca20","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.1","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.1_1667843497363_0.07017729313439403","host":"s3://npm-registry-packages"}},"0.26.0-rc.2":{"name":"fundamental-styles","version":"0.26.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9be41e27dc8fa729b01338da061aadcc2140e1cf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.2.tgz","fileCount":127,"integrity":"sha512-G+RMAaalNbfyt8iLCWzTqG0wbQIVo0DdWpH1T588YsK7uNE/6GkDDxQ0kC0kFzuO9SXbsszi3GtvRfZ6U55G7g==","signatures":[{"sig":"MEUCIE6dduW42xeNy4N4kl2vpqxYvUPJrw6Jj35/5DSMIEsKAiEA8zfvNJHGFKyFXADRgBdwF5QU+yrqR9jT8whbipQcKok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3234658,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaYVIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0kA/9HvKKhajXNhgw/DTyzea97h7SQKS+R47cdILdhvm5RWgCJEpH\r\nLJxAto+2pw8dHdMpMUBvTbtSacO5A1aEJEMM/3xF3RZlo5DseztbX6M5BSqR\r\nTkAOvn5Jxk9sscjFKUghE8Zyc7G4n3kHmw2DdSq1II0khNmI5XZ2T1Wtvll1\r\nuf1rwUH/lkID76aFvMwVOm7GLTSHi1fhdj1MqKoJZIexibpbEWRtJZubdz8K\r\nYrCZYKxZ2q1NMF3R1Gt+dikplhOsU7++9sbylkbBPdxN8/DofqDrte91k7u0\r\ne9MS+RBzrciU3VczZ83CUlM9tBn8Sc8LXFSPr8LjAPLMcD7WwiyoVWgRbQ/s\r\nXcNfh2jPwnKWQwTDGniozJVh9NsN68wPxbdkVYel6cj7pCjrj2PwG/VrR9Yc\r\nyXFRy9zGVWxM3UYGizwhe5pOzp+H7occU3JOstPQOQ/XBsB4chd/JJv2hNyp\r\nQNxnaN71lkHueX5HrGd2RNdSHcJ2581NRfLaHi25bWhQl8gf4gWqnX5pu1M9\r\nrY7e2cN5tF7vlivJkDV0AHKzQ3WM6/c6kRzjm91EcH1ofa3iptoWGjHM1+7M\r\n21SsL+6jPv4BFnEMjnY7nMGgxrhMlnPCtmCGny+gLW3I35tU1lxaX9Hc0N05\r\n0NW8f4JUPp29V71p2/6WYq2lhwC7woo+3Co=\r\n=eJOA\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"ceb6d4348c5d8949d565e3d8db29d6fe56b78656","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.2","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.2_1667859784338_0.3611340039643718","host":"s3://npm-registry-packages"}},"0.26.0-rc.3":{"name":"fundamental-styles","version":"0.26.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b37591e6ed063864de9ad630cdaf0ff931acf3f9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.3.tgz","fileCount":127,"integrity":"sha512-TVaW15M5FTzNBdiQPXzFXqjLwzdm/XdrNkxDV+YZM0oTqaQjizRB3NSGkqXV30z2b5XFg2MH9sBGwsh+CBJPzg==","signatures":[{"sig":"MEQCICtv/lyNQPAV/yMEyxrQL7ITgCMfGczv8w3aSrjPFYvIAiAyDH6+DqWLWfaJu+XH0ZnsSBcPmt3v/VEcnGbKfrR3MQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3232290,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaYvuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOug//RtI6LII3VcuwWNOSot7QCL9WADh2Uhz1x4BSMQKDh1qK+ov/\r\nxEX3gQN0sFdGhGOLV52cwyanaBCKOqpxEwuYMjW0rZsA3JNvQiUflGfdB1nZ\r\nQskRumbL+iMC/zjMLyuuQubKFE7Cwqr39S6ZqCpwuN4PZIplx1Sl1QkwwtGp\r\n2fmLbY95cIbvUMI+SZO7KEpJKV/UzVVvkf4JoWwpXVmcmG+vOV1dYX3W9TNn\r\nNH78Xkl/t55fCV08EKOQWCeOsY0Uj/clkThozIBMpVVE+p6iAPIcVX0UbMQC\r\nLHbG8OBkOq9KpOC3XDCd6xk6okq4E5h/TeMJsTlNBe6LuhRXQjbegLhO4gNI\r\npQ7bgqNGZIX/2wKEs87iDLsfSxc5oBrCDUK47Oi/6tXrdg3yTpWSAxcb751Y\r\nXtAJRD3QGU/Cz1AQd3QzXwh9tO8diFoZX/Sq3LSW3ng5U94trlbuXAsw9xs/\r\nUG8gNU7s/AbqJzW29nXlzhoVBLpWNssFBd/KqOXXNjjtsfaQTXRSP40QJob/\r\nGcY6Dl+MN/6bgOqPT7ynhiSsJdEebhzUJr+fgAxhcbDfGxd32Wz2IFFknJZJ\r\n1jPBW5EHSgTtBazsU4fL83D+1qWIF1rj75Hn2HW29XSQOTOSmsS5HWl5V6yM\r\nRPwqWnUeeiz0LBUfm5fABaP+zj+Yvauspl0=\r\n=F12q\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"53cdbf35d59ed28f6fd7e244254319d109f8d09f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.3","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.3_1667861485969_0.9689157719217334","host":"s3://npm-registry-packages"}},"0.26.0-rc.4":{"name":"fundamental-styles","version":"0.26.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"68cf1ef4dcf6e7fe22860d961df314bec715e22f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.4.tgz","fileCount":127,"integrity":"sha512-GdxePCa/VZ2+1iXgpoFgejEpnIUKs8OJHlZ38B+bejSdUeBNuPsXuzMTMnagkR9QI5LRrqgRAn5tL2m9pyza0Q==","signatures":[{"sig":"MEYCIQD9wLID0NcbVNE35B+60Osczjl57z5iFy4iZ7NNkpqXIQIhANuUBzV0wYTjdRXNSYUuaWLLPA7pF0nPcYDe9PkAdhFB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3232310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaY6aACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqytg/8Cae/fELQGDUBv5ktahEnemXJ7SPtjaU4XjczLML2NqH9FfVF\r\noQHDZqoP8/mOsB8bWYUC43VL9C3wL3D+lLNW34chcJjTqu/twd2q0NYUNIo4\r\nfXyQ6WKQhLdcOz/VgEy3iyvSQj0Ds3+MK1ZNDb3Eg0S5jpEocX2oBuzYxtQg\r\nsr+O7NVv/ZY6yGxhUNPG+AS7QXBJxBp93wEkMzT3xy2I+9QtyM0ijGPA2MOX\r\nbsG5Ygr6kK1XtuVi0rC8zwg/p9CJag792TXl1hUf7Hx0KhlGDusrShOKy1bX\r\nny3liflrohkolJJmzoVFR9ctd0GKuz6YYq0ranazaMO/5pqjEgRGwPhlN/k7\r\nVGyDSr8+hRLk4wmk7M3pPA+94MgSHpvJMDffEx/aj/BAxZusvKITV0H0ZC4f\r\nrODJ+pESmlRDzkEIvKhLzOQH/WglL8xjeeFWdFsETpv5OgCKbR9XjTSu7FIZ\r\n/uLZcJlFDvWrYzOJsSrozO91omCJq+qLcNVFpVZ6/5LOKb/sTAMJtt+Z1v0d\r\npRvXhXQqzXcGANt3Tb/QmOmOMJUQ/WvgRVsAJIF1wRdD92xbrwO77f5/+J4U\r\nJH+pvE9l+LkJ4gUTSjU4V4oqDUaUcWX9UzV2ERiUW4M5m8XN3JAl1RDOHtbS\r\necdeflkID8BlGOyxF1LEbcVlTanP89lBb8I=\r\n=A7A/\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"1b8ec51945f73d8838eb73f8b6ad4f18d01390e9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.4","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.4_1667862169868_0.06794509583676933","host":"s3://npm-registry-packages"}},"0.26.0-rc.5":{"name":"fundamental-styles","version":"0.26.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0bde3e505c8606e542db78963d21c3e3670a656a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.5.tgz","fileCount":127,"integrity":"sha512-tdLIztvrx4jmxILdKiv/s0lApKfWN1p92uYFgNk2edpgqqpkP2rfwyHldSZnNQqc2ALaxZatM3zW9AdrhwxZnQ==","signatures":[{"sig":"MEQCIAMoYrs71qdnhkmOmM0S6Dzoht19WWrvoQVVDXBjGLibAiBJG+mSjHQuKEVH42Wfyq607f8Iyw0JCKkGdXCmvy+d0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3232310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjak+wACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2DQ/7BuQusEwmx2JWp/sSvK9Qt6By+1A3IfDjkcAw9ngfKXMqn7hO\r\nIco1HAQzxZ/vQkETLTWY1vMFVn76IgCy6AWsDDEAUz+ys0/n6gcoFqJ6R75d\r\nHk89D/OrBRFRT6bODmiki5OkTMYCW3LnfJxI8vK+czWY0z8pLIkSua6D5Nxm\r\na0PMo6b607dpWzw5JznMSKsXZHZBP325EUump9qnk4IsicPbQSiNZ/Bfz6KT\r\nglwn82HkLate+mbaoJJzDY7KcFEZcPoyc44UrpkZv2CHyKR985FqKso78qmW\r\n3ne5Q3aP3Ri0hkuQByodJJoYmmpiceYRAXe2Y833TVIP7up6w33GtyitHHB2\r\nmU6/Z3mL0CGH0Od24qN8128xmmA8zBp12b6Qck/rnoYQuMOkdzRkSHEZbkBH\r\nbJVBrdw03mjmlVRpFh7u++PGjm5nuB0PkTQLjFGDISRs2hl6drqQeEBg1+h0\r\nME+h6MY+lylaG723d84wIRmVLEQRWXjSRhxOrUZkAL+jzWtSCwSR0MvvEflr\r\nlSCjcyYkIxr0hUy5/PrZ2xZ/gcCthpPErnSmCIWgVf67C5zR4fn753XnE736\r\ncYZW9/3uToX4l7G+fl2k6a9ibA7gK6cixI07Z5hGg31yfc54lCPY7jVyeKxW\r\nDBL2LPb5YgBTOs1IMsBEi4aBLWbm/NSpYnM=\r\n=CUro\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"7475da77b34ba1083a573033c5151e6e522daf0d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.5","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.5_1667911600061_0.2165826935742292","host":"s3://npm-registry-packages"}},"0.26.0-rc.6":{"name":"fundamental-styles","version":"0.26.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c6251eb97e1138aacb8524be2f8d2fa76864d597","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.6.tgz","fileCount":127,"integrity":"sha512-8U9kYoc4mNLXXnpnD/9JyoJRyQobm305lKkRJv0tb0sZddMXaspQfaZ1piMd1gEvPFYrjOgK0aItEJ7lWwJX/w==","signatures":[{"sig":"MEUCIDNfcfU52VwmsNXsVvGTsWZo7YMm922vmMI+ZfmV2MwLAiEAiLkOV5ZVeGCI0YBb2ZjWbiGX/grc8SdnK9GTvuRDG9E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3232310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjatzrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqt/Q//RIIzLCmi9nkZtYMHV7uzL21zHxqlhW4J8hDqKR9/W2GWIxhY\r\ndfXROblPZVfKtBMb4wihodSIbFWWM6mb5w2u/Fkv083EFz2OSxOKqiV12Qom\r\nimcEPWc/Hvo6tEo6EWpFNUuP3ID2FTbtB/On82oywg/PeuugYvOYfefYhUwa\r\nEtFEMHe4fHlQ0pXO7Tev3ID7lWf194bkDGcM6yamaniYKRWvf5OpKPmX5OiR\r\nYvI3HHr8B1K5W95fIJquY2NoourAwKSuK1pyJ6+Qw1orPhXkUVcfEBJjtv2t\r\nFGcpPWXpwJ8G1k8bcj+KoNWqBaXKzsNxD1LBFC7vi2wx12KBYsyOQW+kX47N\r\nW3s3uOB9ufXYnDncLlqgPmsu9txQ5+/FopqIfeh0YRX83/OHry0uT0q0fB4/\r\nPLFx5NTzmyrrUaThNUACeuEehwJPAMiwEn9BNM3ykN/U9SkEYfrUXc6KtkH9\r\naVDr5UXqH6/tYhMuaQQ6C4wO3dkQqOCzv8gWmdU2R86ZzC3oN9qrzzK2C96a\r\nTcqnPb0qBlww1X7fztevolcB+sYSEpBXkYIMFqi5XPgRG9XzQBiX68EkI7id\r\nByJ1kTE4xXyxGFTCxEahifmONXAgYG460XsRHhXw+46ugy8jXaP5Q9fMAO7J\r\nwKuZ9nTZJFLYmnbGyEeNgfUdkbPD678eUIg=\r\n=nc2o\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"cb29f400de0de16d30c156120a43ac1fea026fe7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.6","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.6_1667947755296_0.2961580699815374","host":"s3://npm-registry-packages"}},"0.26.0-rc.7":{"name":"fundamental-styles","version":"0.26.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"80718110a0fbaf463e1acec4c558cf0a07ec7580","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.7.tgz","fileCount":127,"integrity":"sha512-xkaECwVKHlpRuiqGTKn/kgQzP7VSTfmPOsvK7xdaGMuW6vLD9WxQhH9rELEoxeWR50nyK8Bue8I8DFUpFh2wWg==","signatures":[{"sig":"MEUCIGT6Hn9q+BzBdyuNIOgAM+nm/UVBY3zti5JRwNitaY96AiEA3RgI/CYO/AvAk+ujnUYyum4+udAUPasTFTnNP+7N+UE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3232310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJja1+QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/eg//XHGynENzT9Qp5M2mcQl5L5UDfyPxKNZuG4BwMA84HjwSCSV1\r\nDjxHcFxz1giDvSDvGh4ETisvD6pF5m9Q6khzQQX9K4uNricRANOIIaJNyNja\r\n8jD6YK6KJ6TqArWTnHbq7RBYc1+ttyrkYu/Vqax2sYDMzzwT7KwhOSRI2L3K\r\nPnIwOK9pOBbW95msJc5vTMpa+m/14tVFtkY8Dub7hejf/q+sRykQUjwx5c3z\r\n4YSDdWp+PJLDKE4C0YafTR6WT+Qr8AWQmYz/1MASiUTFdwRzsD8rTSNB8/2H\r\nLZL2GOoxdjozuLXtuy0EWibGRlIZfRrUgs+cPHVn6pb5JvMCs68DFHwxNjF3\r\nibb3gQWMyEpTc6+Ir565U77/nkCOx6qX2/cxB+V5dvWHOjIf2oEDvWMQDP8l\r\n83/N1qfGl/NlaWHMZlMLPZk6OgqGPxDepQ1Epjfm+/1MWYkLs5aqlJB5BBnw\r\n4mk36qheegx9nIe1fiOqai4tLbikCQ8Nd8YoM0fHhdjMUOglUm+5FiiJnfP8\r\n93nrC5pUzFaFJG40cWcNEWE/ZR/6R/1BnpTQ5SigTKXQz5dH9NlVVjyrrXEu\r\nx2z96zGa9vYoMNo0UwE7Q1Yw81NYmafnewcj2xcweuAUsfPa6VcLIkfu3laq\r\nuqxMEgk0SW871YrOdFAkHhuw8J2Si9lonnQ=\r\n=5NH0\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"bc06a2f0183d4e00fe5fbb5767d1ef90fc7bde08","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.7","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.7_1667981200602_0.5710728382940093","host":"s3://npm-registry-packages"}},"0.26.0-rc.8":{"name":"fundamental-styles","version":"0.26.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3d4bbf804f2ff565e01d8e53a2ce542b431f452f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.8.tgz","fileCount":127,"integrity":"sha512-enl3SGbm4yq6xf2kezQgYZ/AeGCLRwyDaddxrGhHPqRELzVDPMGW4ZKS5pZcDzeEDV8kHkCqZD0ID6D0JKjLuQ==","signatures":[{"sig":"MEUCIQDSiUmbvvKN7AJAp8vBwZ2qwvpoLsj+IPiqbg7CJIC58AIgYwlnk7ygZd8Mdi8W/ZlzhPJAz5hw8Nl2Pu/MMQJ8YnA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3232310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJja8G2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqzBw//bLW3YMzlzWeel5YkCBJdR83+T7jgx+V5bt+vChaSlO3c9NFD\r\nrQB9psVsgWNMNQznvsz4ierU03zIytshnVMaQ3y5K6jIOV0yLKRnSDFBRsu4\r\n2Ce3L9WG8nke+tz3j//VHbvg9S/DeO1GNLjte523BWr3yR+mzsl3nBNYuZzp\r\nQaOkmuW313Y/gCqi/Q2BKlKx1+5cR1H+otzQLnQ+NEYVmB6yOgBj8/CWdWtT\r\nHdaoAk9nPKaZa7DJlVkALVNO9kEcm63/vIJKQm1eHxSx1GN3D00vkcWrQhjS\r\nnk+ZwBaMruQPzTCsrYjYhSMy1MI7SkY5mZS9xadARrnSfHXjoLhCrQftqpAA\r\nt9dp7vj8SMeeJKdFAq2RXvfl8qj2+cCFNzrVKsBtP6as2pLWdcmj2a5MOLle\r\n4clxGKfNn2ufafJyXTw2t1S7W/LWy6SiHyhhWVZ16ZsUtNFvCzqPt1MFbD8P\r\nlAsZj6kPeeg/7kZ7p12UQac0HNm3gmKb0dsoKsSrYRxmmym8OwoYyjML50U7\r\nzBl4GYT2FmZt/sUGfV3vIQRA8RSnHbtSVHPRmF6nVWzkCx1zzDQMGEMiL10W\r\nRR7vXENXVoj1Sc2etE4HZmBjb+fwTAPy9Tpl2xyp2xH1uCpH4dFjlK81399C\r\nXwIvQ9oyAg8JFVkMg4ty7Ihxd41/AgZ/5Nc=\r\n=MkC4\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"024ba7de5ecf679cc79b0529ccb6c039f108f257","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.8","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.8_1668006326014_0.725788152578253","host":"s3://npm-registry-packages"}},"0.26.0-rc.9":{"name":"fundamental-styles","version":"0.26.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e732b79b82753d83c7633cba685ab0f6862d5f15","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.9.tgz","fileCount":127,"integrity":"sha512-3wtGf/XDRed24sp9JoX8/JCa0lNM2LKqKwQ8VEgaPpePSbzwSldQut6WxlTPtAodZCqNWd/FMHgEjEqhSrCDkg==","signatures":[{"sig":"MEQCIHcIxEzik0J+Zp0sS4LAwI2Zjva9kYHw75iK5KUAkBu5AiAiER6dKaqA8wCOhpJbsLXgBer4xDK5lU7skczxd6e0/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3233034,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbCU9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrndg/+NNlQWhPWVkjmhRw4GQliSoPqqV6/8DbnPCZkotV/WMis1asg\r\nMD/yz2iOEHraBZFh+7Pejx7a2nR7+OK+xGt7IR3qQgkWisansRW6IgEXrvOj\r\nBv141ZltsYdP4Oa97Mk0xbe7HuabcY9fQ4+a+t2fxeGv+lHRl9EviHOXppnP\r\nszt+T8zuXRT82/ztqItixcAvciqptHD3kqYnMDelKqiRSe8ujuXbkZG1utEv\r\nImZG8M9Cttn5v2BUNmyaRGJKRhjUFbcStTKdO+Dc6m2P+cC9dO79EY+GL/JK\r\noL25Q6BaMdoTj4LQ/wG5GEtLwkAhwzjfp+CN2LmMO5dBl3uZKgvcWZXXrqS2\r\n8wK7X+SJ4+zQL0MjZB0vQ+cHkomHNAXdAYVJ5hs5VXfWOxPmZPPqIJvxbfxc\r\nyl+UiUPZ9CnejOqCpY0Yh/RjmQJN6YWYbYHQq9e5ulhTWY2UFxOuOwI7vtpm\r\n2qmRxH1GRC4WWwYvRrsbkX2tClat1IuVbypwBg/YESDKXirpn/PAxP1ASKOQ\r\ntjRw5fSZZsQhDtrIfhU59R3USfeF0+Mt/5iYBl4DT8krgB/+nKutHDkk58IB\r\nExmdyeEdVyAXJQdlE3fzEfAv5voW/o7jQE6A8UXmlCLfXV/bTn0z+oq1LCnK\r\nyyfmJQdaSBmX7kGEaOJAt61br6gC1xXvABo=\r\n=jcjT\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"a575f8254d68920a55c1ebd4504d7b1fe7ac054f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.9","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.9_1668031804876_0.01745001569214355","host":"s3://npm-registry-packages"}},"0.26.0-rc.10":{"name":"fundamental-styles","version":"0.26.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"97cbdcbb7d12e43752c61c90aa484b7c89aaf271","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.10.tgz","fileCount":127,"integrity":"sha512-4gMZ4cpcr1t4HMzOk/FIeBSUU9gbESDvjNyLrVGTo7gL0EmKhCMeSjIJ2RSWZ2F4V30FfH3Me7sTFqD+YoScDg==","signatures":[{"sig":"MEQCIDqv9yQoRnboHSu2W1gF0yWUbJ509I8EYAoW+LlJCqEfAiBaEzMkaa6jpWFWgU7bxqhWAWwg3Jc+TvjDNNMKpfyJxw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3243936,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbQViACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRBA//bJvnJ50E1lzy+ZYqK5XhIpaXkmt0CVOX32H+7TDMmKHd+b96\r\nPkF0VhtJnnIS9C3tWzXh3X6s75PJpMglVUM7NqeZf1ttlDE9UYj7c9lZmPHf\r\nFwbytJbfyimpn+b1YVYvz9hN3rMcYZNk39dOuiVXK6PU4BIjCpvrcnnIMPk4\r\naha3aiDS5p/3aQk/I/c3idF4oJrTLlez6uTNOcNV3RzsFg06M78XyBvTKmNK\r\nzxhYlzI6Or1x5CCeBM/KsXavQTsR5MhHhoIBDCYDUaPCHHR25VWCcZAyouVm\r\nqkk2cj3MZpPatjdVPyUIl0bXPyk0Ice9MwAtI/IJwfENyLEH/p7d7uCey52P\r\nmCwc4HApBnImnw5vonu3vwjYPQV+Qvawfq0pEOqJwMmkB3HTm0UIznOMiKZM\r\nz6HDzzDY5byHBdewQaVYS6SxW77CJTKhC5GIQhWUBGizdK03elnadCmwPMBy\r\n8o0Yrrztso3qSJajPKE+ewtT+6I9gLyVhlUxlKrWpfDcS29S6uUFVquTfBJ1\r\njRQq7HpRrj8WBmfHT/5Xr7BphYPPCpMriFMuyPgCBkdalIK3OdZNAwyXX82Y\r\nJqOLuGlyvx9SbDta8ggV0t0uXBfWkujJk2I4ESuD++QUk5/OwtQ+Y8T0QArZ\r\n2kTkr0cAfR0gmoO5hOFQbA7ZUn11usZbTFY=\r\n=RuJ3\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"81eb7de0dd5ed162f29c49395daff4975349192f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.10","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.10_1668089186689_0.9612254752327758","host":"s3://npm-registry-packages"}},"0.26.0-rc.11":{"name":"fundamental-styles","version":"0.26.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e2c9d396e8fd1104b321e940c49b38fa19e6a4e9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.11.tgz","fileCount":127,"integrity":"sha512-s8hX2LoKKMWJORhyH3OtoLTtX4O99CpWsHDntLSyQZyL2NzxFUTbkdiEF6fV7L6Me37cgbWorYgC0w9qd1qEMw==","signatures":[{"sig":"MEYCIQDFe9rSC6AtKi1tvb8cLnVP9p/2TxS7IdKA33IzEmrfygIhALdMZ3Vg/H+Caetj8m3HRNm7/a2NBbIQ2NMGZnGya2Wr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3252829,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbSoEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrYWw//SA0yVSzxEDKvlqIRouYUYnkQzFw+cdhMxbV7h/WMjQUST6eN\r\nW2icWb6vxkrnRI8iOOvak1pzb34krQgC5pPy/ibwTBWe//Xgui4PKeCc7BrH\r\n2MMr69cPWs0444SwEM+vaKyuXeDw9RnUjFC3cIirrhjZjnuGLvA+2iBPDQH5\r\nNVsnxQJNjx703Kj7jueGJ1FrLLkPS+06lCaRGUD/xfO+PV4oIgH+6yZrddJH\r\nEHe7/6zZgIczS88YLEqzZsXJ7uqB0LhhwiABP6NAjT1rZaL3Udjf/UTfKiEY\r\nSor+wEo9/Bta0fhbL7CIjyNmJRScy6xfQ/lYR/YMpnD1E8v/n1fTi6dQzU76\r\nTPV+jGGiFGMBF6crgkGFi5KeCG8AL7vTHlD7D2Y97bf1idwZto5hp/Pitf8M\r\n6zg6xsY2h8PnEz1B+kVh2tEbcFcJxbXYPdhOI+uE3DPmhVB1z04IBKn1eqTF\r\nG8lv08XvEk9kEuPQfpUnY18cwOjjd7Tp1PVSlhiW9j4lHjF/X3F5/hvqmDs3\r\nzMdWAUSiyuHva4pUjPR95FYspmi2B/R9/iasFB6RgMgRyQPcy9IS77HMSY/b\r\nFHCgSVMHaOBl0v6yCrMS33W7NBqpH9RxlMvttxVZ0L0RJ01pwTpzlbYNCGEq\r\nywhHL/Ww/HhzLetrD4Kfaw10vYkI6SnuaWY=\r\n=pxNL\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"80cd678151d90ae70dd16020951724dc69725377","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.11","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.11_1668098564146_0.1926085942028637","host":"s3://npm-registry-packages"}},"0.26.0-rc.12":{"name":"fundamental-styles","version":"0.26.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"720cdcee4fcda4c1d1fffe72db82c87d46797d74","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.12.tgz","fileCount":127,"integrity":"sha512-DkBslpuzCXhLn8HdMkf1bkJoCMhoVNDaDB9fM8q1FQ0SPtVwjGiCKYdTb4tqnchA+rQb/iOp2dItvhHGGN2MOg==","signatures":[{"sig":"MEYCIQD/cUa63OsFbqer3xP+LmGhxW4nuKmRFfV2k+PZTQ8begIhAORAtMQP+lDsiBnBphI5SW5BF0d0meLIlylY3WRP6xTs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3253417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbTiVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5yw/6A2BbuWEmcZ5VDqkLh5BSDdPNQPX+qg0ENzFQfsORX6FFFjMe\r\nueC3HJ7cYi1HItKRil75tn+oOs4dFMKuYvd6aeTy9+UAWUYyICd3RS1M3seR\r\nhCqdMEvqA7lfLdYioRrMGNJs8rLNMXT2c5pdGwtRNMJ9Bv5aA1OYkzcDXeWj\r\nvg1ZNwTT0pn2/GAw4CiXP1rHBIHVmmPnpwnXsU65ZqzcV519gK7djzUG4jqs\r\nzpXhWobxgAx7uO79J1uez3hHGTsRVS0a3Vnx2/4NW/e2HUOEhaUnLNyhxgEh\r\ne4z8llTgQmpdpTm6HJ39B4RZNKZbY46R2iSOGLPURbIp/0vUkEg4YPqt+O/B\r\npnNevvApllYwi1/bZqQNSxbkP2k2Lb9NByb+KdWHYXj8nZzplgYQ080Mo/9R\r\n4IujHFpHGqGJSntqYF9UZwVipQMUb7ZRzQYVwfs4AboxH1mLZBfzDJzfgAWr\r\nNsTrG6dKECS3w5ZGC+QLi/wW5nvVm04tcxo+q5X3Yep1xGYGYFnMZEGMVwqu\r\nvJ+5Q0SK6YowLuZdDrFpxN+3KUvKBe3qWf3CN/1HWQiu0h23oKnR1mWuUrG0\r\nWjhvHkxKDnIgbCHs/+h4qAALDUlQLfMU8/Y7Tl/uTPelgd2SqI3DVi99Vm9F\r\n7meQmTIvUgG6N6HFZXFaSF3vQZo7grDHzEw=\r\n=uWCm\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"ae90cb10175285bea5d7176727ba30d672f57459","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.12","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.12_1668102292700_0.5065710834993975","host":"s3://npm-registry-packages"}},"0.26.0-rc.13":{"name":"fundamental-styles","version":"0.26.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d7121647dbaa52b44d9991ca3efd11b4bcf791d1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.13.tgz","fileCount":127,"integrity":"sha512-pgaR+56S4ub5URfbERfTMkN0EbWueTlSl7uCDPcnIh0pJmSOgpnhid75WT+2ETjgKr0ZGKzLtFRzlCw8zWQV0A==","signatures":[{"sig":"MEUCIQCj1xsRCYqUPFORB+nQHNxg/QbF5xgSSVdfU6gFe0HBtAIgJzyP4991uoUxTgv4PIB7ATtdQ3a2rwLo2cvb5mXWL+0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3253417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjcnL8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/QBAApHWpc2NS7uNqL7SKrIu5a58F3mQG3YnFhNEN2ahP4CmSMHbi\r\noSqGdzyXyB//s8wcWb3pttbbU6NhVYm1U7NZu3drvrdbqZ0T7wGUO3vXLojU\r\nAkvVEQnw8JAIgNtjpIJd0adILGcWPeoeZrpSVaZutd1g6LgOQgK95ON1HAxS\r\nvAO4tIvgxooVkUBtn79u4LBN3nEtRh37rpYi5RtqEwIQ7No3jcyitsp5VK9k\r\noUmpdoWqVJIvn5oM/BSpIfP/0TS8gtQd2rLkVqZKCITv0+1ftqfesebm7jGL\r\ntc4N6bUnqk8PvmMC3Gx8Zm7aNAmGRAQ7tSvJr0jEac5EgcZsnuyGulc6TbjF\r\n80uQ0PRi6cGN78fsPBR/T0v1E+FRaO0yn+lT2+HnbRg305TpvJAMzq+fhLca\r\nXZN97pLrrjcufUx62lRvf5Z7E1RiOxnqbcRutiWsO2QLdvv5a4a6ZduHf8IH\r\n9K8sWQt1nofl2T9p0++45rzQYYb6estaykO0s5qZtGulizB9Y1ssGLo+w1EL\r\naE37ZkDHn3VlQvRPip0lTR+rwaX+tCWPwXUyNGzDgXpV3uHZ3W5H4MBJuVpN\r\n6FvIEjgp17m7c2US8yTmhjgQRxBy8sP+gKcYVxt19vzbqIUOg9140OkldKJO\r\n61tyvca55m7rWYzaVkaD0jTKDSi5o2SH9TA=\r\n=GBSK\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"a5f5054ad93e1dd456c71e7418d8217f6bd3ddb8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.13","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.13_1668444924324_0.7454147649227041","host":"s3://npm-registry-packages"}},"0.26.0-rc.14":{"name":"fundamental-styles","version":"0.26.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c3db30de9e4576fbfe0c8b371ecf6ddca3f5a345","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.14.tgz","fileCount":127,"integrity":"sha512-Oi4EG7HH25XomsS5BrVRhSpPDmmvw9FZrKH7NYG9Gflkdq1+g0ygku5AXbORIO6hF3peZz/hMtvXaUVk0wLnPA==","signatures":[{"sig":"MEYCIQCxwDU2wa7cezVdw2aepLqoPKJmDQQwbe6WvRVGfMJlsAIhAJmT9oGTRlmwu6Ci0mAx4djOrJK5WJeQX8VwvGf3yCTb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3253417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjc7f9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmplBA//b9iJiber83TksdMmRPgHfh7K7vAmSx/Tn/XG3U5EosI20K7/\r\nOjYyoFibnZn2IqgbVq8hQXrVpSsVoXP4qn5qb58xEL2Gctb/zjNQBTLUOvrX\r\nb6BEsNo1lDnlGYHthom04FGpVW3Fk8uJfdhfVnMdnWwkE8x4vtzD7UKzHRNj\r\nksqY0s+zxIc7IVDbDxJ6Z3BqBrvDy0pPe93lSx7QJ6OlLytM/yxI4hlYIW70\r\n/AaGYdCF0nwCsr6nRWwELZrIhI4fk4X3Rha7CELAHOpDXQa1kDhIFZAzPs4K\r\nkM+X/eopQL+Cb+eOUap9b8GWohgr76FQyPcHPu/B54ni8jCXZcPegkeUho2Y\r\nMlmLANFNepYbLKMo6yYvBl2hlk3Q8dcSLnsVaKpEqK7H8sax7OZS8JH1PZ+i\r\njJpgCJC9YbjZB0BFcbI6Wl7FpOVL2xbzZ16GoA2W0mZXNcmfnmYEsAvFsqOF\r\nNnvJ67gc2ypJJp6dcTael1csr0zJe+WABfj5kBEzvPH5cGBB4ipS52Tr7ZPj\r\nTmqYmhB1jfUTzQvzO2lLnqsvt20AmB6Jo2bheeCY+vQGx6SbQTkW1iVRqvHe\r\nefhHAhCOClQphhH7OgqvU7/s9HbjJtHrZ4efDDvcOQiQRRxyhb+byreuhB+R\r\nXmfGDO1eei5VaY0+5SberXjBwasXqtOXcSA=\r\n=3J5k\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"d5f8fc8f91d1d6c309c44f85487a7e8dbae3da68","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.14","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.14_1668528125051_0.7386277585058805","host":"s3://npm-registry-packages"}},"0.26.0-rc.15":{"name":"fundamental-styles","version":"0.26.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a0ccd2b058c785888a6ca54c561e01cf71ee5e0f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.15.tgz","fileCount":127,"integrity":"sha512-9gAE7FP1tH2DCQBO4tUgpiq6OkpcAuhEqqub7BQWKiKpIvznvkSpkOFdtxH+LbE/KxN4emSgAVFyF8HHuJRYZQ==","signatures":[{"sig":"MEUCIQDwA52Z/fLrJDDF1pgBsuzni9Jb+wfmAsh88tRnMrsJ/gIgai/zV8DMOiyAeY9tSE5h2XX8uM9ghkSG7g08u97QWiE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3253417,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjc/QpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpM9BAAihssJec8zoxhMxExDc/CnZfdb4QiJ4eZf+VS4VZWijqxyZre\r\nx+MeXqcjmc0bVXjzdjfqF8p2nSWGmyG0ZYsl6Zdu1SDnc0plAMRR2X2m/2P0\r\nPi0uORWXeGYVLqU7/TdoGeo9VAtoKRe5rQkQMzF6GZSclN0p6vcCnW+gudm/\r\nuEKRJICV++F8ypOk57K6FNt17Kc/4XAye7LcS6bpR7/HXR5mdKENhHa7FLAl\r\neNI4bcf31u28W6aGYWtqJr45CusszFz6/PkmCac4kLn4eIxHzIQkVGt2bO0o\r\nPzKcQq851tkeYPVIKcSTtKtnubvpZyAKfYlcJWwiQ3bEfX7vn1epm8Y5AkpH\r\nv8XI8B7Gpy92UUXhs3vVmZShnd/CE1q975NIuur2aBpXmlFDVG3M8rE4dnrb\r\nKNg0sVxqVbiKfXrEnC+2C2jJ+AePKKOlJwx6NwrLjIf9+GnLh7pI1LKh/IQu\r\npCo4OTDiqJBh/J+EAdvw7PuoU6FD9EiSK9lA8QtKQ2EBMafSiw7pmmhF1KM3\r\nKWBEH54/WcFzy+i5RMgY4G6XQJ6occN9kcRxTUUMdyJnzJTKg88vXnZPQAFO\r\n/SH7NJ9lpxY1LIWDLmz9Rooz2evJS3ZN9oyAfofQJNXRqFWZDES9P3ekPSVB\r\nbNPt1SE1YAq0o9sw5RPjhQDi7Vjh9rdszi4=\r\n=VI1A\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"3b725aacba4a9e64d39eee214bea4f5816b65d9c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.15","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.15_1668543529350_0.29494942722314765","host":"s3://npm-registry-packages"}},"0.26.0-rc.16":{"name":"fundamental-styles","version":"0.26.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2262b7d78fd72473ab7338a69fe58765e2e5328f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.16.tgz","fileCount":127,"integrity":"sha512-ruDPaBHCW2vNNQ+MuLO0RwORnPe6dw93u4Nk5kk4RL5WVLj7Tay+StXAkiNv1wb7jep4/iLaldvNWUFUIDj+rg==","signatures":[{"sig":"MEUCIDE7k+YgJ79Fh8+HSixVZPVk5lm3ij79QjT2f0JMHFmCAiEA9luP0k+9/xTZB1LrG8GbcczOTHkGI3fp37QgeIywWjM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3254389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdQS9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9Gg//elbn3c7yk4/9pj8aeOPnsczZR/OmD6O569NVWhGearDZNYWr\r\naVH0OgNmxwZ2lwf9CcLNk2hb3TkzVlHKeYBTC+qXYuGrj2nINhpppftnUdtm\r\n9xEZSU5q7azO7ynEq+Rbiz5OqZDZceVAhIEk/LMPDeswc6FUMuKfzeCr6SwL\r\nG85J/bTB4g6ywyynPoFdWAEdyxPH173xC7kFSd0PQ+feHXLnL2oCm7EfbbRU\r\nTfZzs2sZtou35maAsNXuUcbbF0WClCaC8C13/iE47lrPEXKVX7bVabkah4vU\r\nYNLWH29Kx1v6YCvZQXPS12FfmCb6xdDg+J4tHv8prLh033ZNlnkqsgOl08U9\r\no3i3zXN009m1fQdsn3avBY2UQYDQEno1WPROPJ2CgS/7f+98EWQwEVwF1Ppg\r\nW5WghTGXayjy4yfTSQ7lpjPpXXE/BbuXdXQdrOmFFP9uPmaWBWdyXOqU9Ta9\r\nI1j2NpbZZm5BMBHCr5PITkYxFhcL8bUQpoAc3Ii7O1ieIOGZC+49j8s/QExD\r\nUTX19xOxrkmv3Byw6QqYu6jaNVdX2pdkgP4VzQRL7Vm9dZ1zcodMvVFGpt8g\r\n7SeaDNfi+IHi4Oj+cIleYu06Q2sY819zqBfKlG02AbQZwNeixXZ1A227BRJb\r\n5j07CE0uA2sxVOaCuvKdiv2SsOoNfVfwCUM=\r\n=feAn\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"a14802ab8b7816b648aa9b03e47be18c24b10183","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.16","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.16_1668613309187_0.3335548707200515","host":"s3://npm-registry-packages"}},"0.26.0-rc.17":{"name":"fundamental-styles","version":"0.26.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7bdc3e80b3b1e948bf6f93c707f7115d952df82d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.17.tgz","fileCount":127,"integrity":"sha512-8aIgX4DaWTUB2q9N0SA8X8J19leVli2il/JxBWTzr6BvfRTMKcX7LvX2sxH0TPyXJbkumaFpaxGoRyhYw3W/lQ==","signatures":[{"sig":"MEYCIQCb1TRF6xaQgBOCn3nqvvw3kA651Nu/G9Q56owfMuT0mAIhAKw0hCha/5KohwfIOHiYxSv+qpI7aH+oG7/nx5Wyy1WE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3254389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdQ9EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmohKQ//XSG5f07LcvIkt5QkpnEPg1+W8mvFMMBIF+a2NV6SmtMdpfYZ\r\n4OCsqmtjRwsB9Jr/OvYGUNcfPGHnzrmFCH7+0jMayekAezFcaLnmBP97/gBw\r\n6moxPJZ7DPExROYpDBgN+8E4u6FuGrC1J+KQdaSd4/UaryrDPRVf6lCb4iez\r\nKoo+ChI2cCpeMZSUGzVut1A92wwEBCWGV/6a7iWKtxzXE1z/MdFGxHYHH2li\r\nDe5tspZoacYE0KUsB4396RBOPqwwikfSHVnr0wv+Cnn4djDSC1zedQA0vLiq\r\nndKPHs8PC8qVh4oQlX7l83SS8SzKcvW21pHHugYczBl/3/yWlRC6L1bgMrGN\r\n88N3tVC8tjhn91xMQXDZHjBZfqEIkP7hX1ObtRYOqtgOUOv4PaLE91mr59fM\r\natv55f0cRCl/5u3vqzF0yu6E10lmKy0i/wrH5zIE+vV9YzTEX6N/WY8q+PpZ\r\nmd/udjPQAUmu3CUXsqoB3vCxhwvX8ALMSB9/Uxi9DjKpk/O65fULhwiUYyba\r\n7yifqpMV3PiozYh8DEntpdGefQnhB1WlB3N5lym7G4hLiQGrcSJZQ/CoKV1v\r\nopnjZWK2PjkUfDMjAO1wdkvlMZEUMQh7FXiXVUDF9Zsh/M7Q7uE1MT8TWbbE\r\nk9vnie3iGYPCy9TzpICh0CguckDJlNJAziY=\r\n=hl3H\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"0850bda8b63d0f0d1f5d6b1427678c0e99c1fc1d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.17","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.17_1668616004035_0.0865396329728716","host":"s3://npm-registry-packages"}},"0.26.0-rc.18":{"name":"fundamental-styles","version":"0.26.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"413d5aa1a54a0c8a1f90cc3abc839e81771e38e5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.18.tgz","fileCount":127,"integrity":"sha512-P10Krrw0jakoDLpIWJLVl6/zFzlra0kmv17pfQT9LUULAii5NKex0yJs70zMOH1DpP2obpgvefC8Oq/lNYyw/Q==","signatures":[{"sig":"MEUCIBr02AJFRrASygdrmFDWwPyDug6JJbIJxZPmAR8eM1p8AiEA8g0ikUo55JAZf/C7vyih2TnUxLp652ZBxhzQSCIGHj8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3254389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdUtzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmorzw//SVBG3c6r3wHlCvqYWEEAOkYr+ePZ662TFMT04QeGKTS6Qud8\r\nb6WZlSrf6qRqqJl7UzhBUjA3KpfBgn7IoT4/eTtXtw0YE5Sj2WnOB/dl7P8R\r\nQT1PC30bA/rGicyBAyC6U/hNGGjn0SBE9sgAqTRCV3KlLDF1V8C2l3cZbFEz\r\nyKSASj3tH+5Du433C4/DlCZ+fDBVUfiQI0dZCTIKXzxAToOUN8h5Oa7Bdbtf\r\npAIlQIk6rPDXoLhrCg/FU9gYsHTWZ6BP1msWaNOrkJXVa9WFDTEXGihCXggl\r\nm8C4Ua47rHjldrn4RcHsV23NoUMGlu9dpa5dSmBENDnRhbMPdQntSjAFMEUv\r\nL5rym48wQDCtbDKFmkwSxL5UU3Ia3wgEWx2mByxpQZ4mBnwgu0I3kRBd1if6\r\nX2/KO0XvvaS3p7oXtGYxJ/xBJhzx8oKuubJUpKNWTh8P9EWRL9FkhXwUuEWp\r\nCWEbWN3zfCHdl3FRkl8ZLnbpDvtZEkKI3JYpQiAeHI8XKLaXy9nIo3H29fwY\r\nfQGYDAAF5nWxCLrjJ+Zq5e0ahevyBqZtjNv+y1fVZug1gjYDf6rlC7/hfEA6\r\nlNRSooxdSX8EyiCztLvAGQv9wx4Idq8AMzEOCDMRfy4BGLOWHlh/w/3+tEgp\r\nIN0Ftot20sjw56NxUGd8R36WTKNwnd98lmI=\r\n=SEv0\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"97997e960be43de02ef9b554dc3a51714e3c2c66","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.18","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.18_1668631410874_0.05275630846407031","host":"s3://npm-registry-packages"}},"0.26.0-rc.19":{"name":"fundamental-styles","version":"0.26.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6918b3829cd45da697b224a6f5a3942f7322387c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.19.tgz","fileCount":128,"integrity":"sha512-/1fYlU23XjVN298Dz5YrVb4DxHZlEKrvNymxFCld1YroXB39hCHz180FWTu8e699/O7h+qB/WVT0PE5A6fVc5g==","signatures":[{"sig":"MEQCIAri+U6lFZhOpkAafkAAAuweHuz+zKu/u6gR1YFvXPxgAiA/RXz4xrRH0B+AT1G0PRPwwqR7zWweof47EJ7eNjLRiA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3269339,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfU/QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqYqRAAmCaAuvFXgYjPUxsf4vsDpRzp2CfNV1/cxA45ahfUTrTVyY5z\r\naqn+vNXmS0kUX16k9O+sTsn8e/xTVxkK6pAOJnnQo+azOOpdasaum7drtuXf\r\nv/lWjAoWIE+WhceGRg7gtEvMUZUuyUbdemfwTTuu2adoHJN0dIJuu8TnUfpf\r\nn8B18spFPMc7G+N/Sow7OfcWxhRjQAK8pY3FwPM/gvvBst/M8a8W1sCiUUXr\r\n+NR+6qakwXFHgRSk74aQcFqX4sckvMIm6FbSfQMvPgVUKqahfwGXwOC7T3dO\r\nFoG36ogH2t9PFYiG6yZm2jbJBI94Uwpq3sVIaH4UoGQ/8YCTYVfW2J1FZpMM\r\ncyKFXn/LOWYW2f9KmOi6xTE6zkXUvsYKPylCmnZWOl+uH2LRJy41TBChnjJT\r\njaMI12Tuo2UcK5uzmVy3iQGA5oFTn2YSSZl6l7lrNgQVthB++ECslQJmY7dv\r\nvi2kG9UTLMqJixehGAkJJiYyD0F6sS3Z+ZNtEVXqZzs4nx/DJTeN/EkywMkr\r\nQ8u8NCejTblJz2tN80ZmJhLuhD4GWOXPPoO+xlTiuMs3X3NSC5J0F8kr19RC\r\n+BGvisKkg50dH5klh4Qqd1kW1uhxJKpyjTeavqOHQqYPrzb8ukHYzywAOShf\r\nUfUmV5y7r09t/PuRCMUpa/u0K2RWkNkK/j4=\r\n=uJAr\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"d4777f0459daac2b414123e61fbabdd84ab24733","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.19","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.19_1669156815734_0.1279642936217673","host":"s3://npm-registry-packages"}},"0.26.0-rc.20":{"name":"fundamental-styles","version":"0.26.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"08f7771000fd2ae1fa1879d7698dab5904900b06","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.20.tgz","fileCount":128,"integrity":"sha512-B5PcCUc4AJnuZfrpgH2p/KjC8jvnzuviio5v4yaPEE1ji9zn1ilfeDB2DYYNr4IMY11xa+OtNM/MpLqwdolAuw==","signatures":[{"sig":"MEQCIGY9lrgBopGyG5xPxuUnFV52j+uzKMHRd63zJFnGsPH9AiBy6PHVdSJ5fXlGDs5odZw+hfmngA/1cNFE31+VNdVT7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3269695,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfhKyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrz8BAAhFdKn2CQCL4VK1Wya7bs745gPCM3eBGEMHIrrEHTBbW9D8xN\r\nJ3ZUtAqswnzUSz2mnggM29gfnpsx4WUUxIH5rb7pp7LPNUgZb2mXRzQqAw7N\r\n8wJJlr68eiJ9oRJwGm0rNFuMrYVg5p4BJu+OPq6/aowkNFAoY5uAiI9SEzNF\r\njS82MLxf1C7UQ+xKbHNXNu0VESB3/eqtHSQphlbodZDKtMTSLIBXAhUbUu+9\r\nywuq/WJEhWG4mIaMTobzxTkcVo1libqSWnqqRhct4cpBJKmyri4eJCVSPP9Z\r\nwCnSdlbFkBNEDnpzySzSCvEkLzs0l/Rs3ptFndJIwmXAUHmuDCV+TzGBO1MR\r\nC0cnMgwxxBbkDiWQujKrR3/zEbxGviIOqAXPO89kAwT+Rnie5T9aE5ZzLyG6\r\naF6JVaTZRPrPMl9/XfpFEto+8qimfwfNmuXIxTPlisxa1da3Hdk8BAFGK2Ip\r\nC/paT7jdFBGXlFVj8Mi0i4m0ktks1iXF6JJ0PsTad5bFPtLqNCoWSwh+6HEE\r\nWlPqVAkK/8FDooV8i4aAvAh7M4DbT++gAy8LyPhoh683gaMniFVVTVE1XMHf\r\nT4WmY85PNgz6u4yPcWHuJRN+2nuzGp+KL4E5R3WFbxla1cvBH3fgFk6zYTPQ\r\nvSskDOXSyIOWI6JnvBsWFpYnGMyPNYrZj5E=\r\n=Bv1z\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"24598d6fe88c07f5c53f9ed11bc03c148058446d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.20","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.20_1669206705956_0.7033077779247454","host":"s3://npm-registry-packages"}},"0.26.0-rc.21":{"name":"fundamental-styles","version":"0.26.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ff2ddab138be2ee0cbd672a15c27f873d89e5293","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.21.tgz","fileCount":128,"integrity":"sha512-EnY3r0oao2Nu1v1FpuyTcnteruSyJugTZV2ByXB4um15VOaYG/yvFfVD7sOK2n7YiC7LlgsstKiuZe+ig9t4WA==","signatures":[{"sig":"MEQCIAm8ZQQApsvj3RoAa4VeBWkQhAzYxvCFMADHkHAghspCAiAPlacUJ5Mbatq3/CNLi4oAHPJZdJ0n3Aqmo8uEArN05w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3269735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgPhqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq52A//ZvWTtkZS//zc+nPVvuTlVBTKIa8JtIw4fREGeydVUDoYqQg5\r\nK24Nh9MK0V4SyuDkU8Z7RHCo3ERrYxpEDG1Slqn50UMoh1EW7RD0Q7vLI22S\r\nYo9cstsLWmVVVa4HmqZvg+a16GepJHJUq5QbNIX/7LjlYdCaaToixHavFDoS\r\nTiY8ja1igHZZAgSXjWQiqS1Q9p3OevbQtr3G9BFmldytKdwTkY/abpt9ZxCK\r\nhpmvJoa/nNqcF7IeQBttJ5UnjkWigFlqNJXQiAA9/z0GtLyb9z7ZDQabebXJ\r\nJ/EIZYJ2CkwXNEehw0ozDCdaU+xN0EdqhbWVUeUqhH7uzKyW4XO2+vos0HFI\r\nv4FNH/qx7ub06FT3jHWf8NcTrl7G/xDZKdcBY+RRAMXK3O1spquzxDExpn6n\r\nMZ2IR4/xcEGKJh5YWpgzHjot8f0ED5hBCnw5pGegirwivVa+SMpa/UOpoKCc\r\nlhHggqwK97AP0o8WHJrvjF3RvhrSk1UHshcpOc+bbK7sK0K32x4m/bZHozhr\r\n54NyX4mCUCwDoCmOnVWPNQ6jk8bWTfd+sa2URrD3tFjEIFFuesYlaObW9gwZ\r\nwD2PUHUvprTrl7ZTH5KclLtIMcxgMXPpgK72F19GEXI+N80YigoftUfSRpV7\r\nsh8aD4aMj6KAzyA0zEpybMKUi1Q+o6emJO8=\r\n=D0vV\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"cd6ecdb653e7a6e9512a4d2955adecc87aad1292","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.21","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.21_1669396586202_0.5398066879326902","host":"s3://npm-registry-packages"}},"0.26.0-rc.22":{"name":"fundamental-styles","version":"0.26.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"852527fbb111a90658f2a0fef71fd3e6f02ef773","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.22.tgz","fileCount":128,"integrity":"sha512-jfRCeEMVf2JGQnX78FRn+ohyFylL6DGlnfQS6K7lchTJ6vR1jJcdZpm4FMHmxIY4LCuU+EBDOA6jdAJogZv0FQ==","signatures":[{"sig":"MEUCIQDU3VnotVCBsUx1HwQ329PpMpMV5DLgBcyke2j3t+5WzQIgEeX2wAR6wIg5LVzRQlEtn97NZ2VM785tgev6juHb7TI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3277045,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgTCxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUzxAAkpFBHLsC1NENnw+RD6vruKj++bViZtPIsQlTTUOfuIgggjSu\r\n1yflhnQB+M+GDuHUlWaIoNM0w6GBHyRCls342rG5ufasGHLOPH1b1nQ/AXGF\r\nyzGNlP7NlBWCQwNWrqQB3K/sEiZt2fteKuUfZUMhrdibt5mH8BBRaU33aUvl\r\n58Z2uWx5VK/rmM/hokJ5136zUQoQjajfK+IP+0v/1lyaruFT/T2RSngqqiDo\r\ndiqB5pDf8crkWmpSQaktiTqDt87XmBEl+yaAiedIA9dE0CsyrD9n6TRHkkta\r\nwh46/OV7vrFYuKRf6SiWGiQZAhdW8kaCeIjVQ6iDG+YLkbbjXbnDilyFEjEa\r\n1qqxavbJIivHPau7J1ndGnrbIHFh3eLYaFRWrXZ90dlIY+iM4n+ZHmNvIlOG\r\nAFA6TmgpHHKHc7VZ159cSPzeIs4xZ2hRBB2A5EChISAsnMjKh0xmrqAxTWFf\r\n7htzW2NkDqJdiZ7SGYm2gu6pU9dXVEh+Lrw/7lpEykRtR94zXelGJZjWlKhN\r\nxeYFIpMi6P8STn2r7d4XWlawr/6X315QPd3n/yaAQUDJiu+SUnxhixLbN+hJ\r\naCacejv4XjTfx2xCSXAf0Ibn3Ktw/+NpHB+MVpUt1jPQNS+gym27O13bSJaL\r\nUQMv4DrXFfL1bAJHnlBEYKSfcylObMQB9DU=\r\n=UtMz\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"47996925ffec1a7d8b157d893354f778d6249a9b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.22","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.22_1669410993265_0.24652454233771115","host":"s3://npm-registry-packages"}},"0.26.0-rc.23":{"name":"fundamental-styles","version":"0.26.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"953c2aadb8ada87e918d214ca5f988c017e4efb4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.23.tgz","fileCount":128,"integrity":"sha512-lrv3g1s/H1y1udiZmWhKcmkJb/YhaHmoRFSy9mvhOwkM0DQOvPsBidWWt1KtKh0CTnE9OrMKn0OcNFxEB+rt7g==","signatures":[{"sig":"MEUCIAvhznvOmwLWL8hplVIDKBwOHJW9ynSL4Ia07ryGhUONAiEAiDE7t/blw0ay1CVqHbag6HfE9IHVhhmPrAF5mMq5BxM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3277045,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhSYeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJxQ/+KLxH65sxzn/VxxfLINmmDwbBBSXcqk1Q0K327ggVA6XfXPWu\r\nLEtXin23nsJADiX1Fx3nNCfhpJSa3YgWCd0Fj3b4oO9GR5KP+y5F6w3CUpvd\r\n7v+ae7M/491yk9pGLsgwDjN23iXflNb3DHcYYYu7vOZNZINP5H0ZJF2IjpXL\r\n7wi47m1bGmEk/wpKEIPw+7qVC0yyJtpfUfW37dlwBo6d3vEcNX2OFawx0yV5\r\nH/gzLRI2KiCU4Oendht4s1rQx+sA1sAgYJ69S1QOKme0pTSVhFs+sRm8kx8L\r\nR7SatbnDOH+t1pLlWqjc29MIk1EYTL+BrrEM/iKgGkDAlt4Ofp5WICBUJLii\r\ng5KQ9kddhb4slzwX8AeIfNBtVojeqyX8445F261XZ6g9FpGWAyhtd6dHnp8M\r\nROiHgZs/hEi3i6KOPFxa0p9H9tDTQ1U4cFltZKFxFGvfQErj/REC+OlpQAG/\r\nsytvT6D2nDfgFoa+jjUJUGBmhLdppepxqeougq5ZTyfl/yBsBoBnrFDX8Fm+\r\nF9O8iHm9NeuwRR+CnJsh9sWPpjq5EWZIlSU9ziyp3ET9OOI6Eaa5ta6FvKfL\r\nWxjZeZ3uva7GQJPcS8vwbX0qRyZn6/Eeic7OFfzbLHBgadt3WNVOtXy7PLg4\r\nZpnoUtP8kORuKauhghILXumFQO93n/LxN9U=\r\n=1ApE\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"a36b7ac7b2252019c4e95295fd7031bf028b6067","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.23","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.23_1669670430339_0.6406601384018509","host":"s3://npm-registry-packages"}},"0.26.0-rc.24":{"name":"fundamental-styles","version":"0.26.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fa0d2a08e8833dad7d32ff64983826b5efa821a3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.24.tgz","fileCount":128,"integrity":"sha512-qJG+Cqg4Wvmp+pXNmEHniO6LcBdpRc/PUt2ulAL9Z5ecHWHVP9wbtOtdSLAf2KaqYzexpt3Okx6+xvvKHuDC3w==","signatures":[{"sig":"MEUCIQD15zm599kXoZupWJsmVFgECsdJuZbGIDqGvuRBlbUF1AIgDKkpDqSmTTg18vKeYBzSnJOcq+K2z2irrrpn1je5jMo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3269183,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhfsEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq8wg//fUAJfOwQV6c/f+nyFAh85UYL6mmBkAV8aRbJjVomQuVaIvOp\r\n7ZvOnYHTe+GkRMxe8khCYN/u6eJbIBK0dxVHAnH9rbZAYapsJBEHaqp5a/nh\r\npE8CzytX1jKC4CMeg1MFNMycyJsfOCrwTjXovf1vhyJ+OZu/w2wWNCPLIE05\r\n0Qjy9Qn9f7mulscpKSLYy23ivgZQIs127Pc7ek8ugr1sXtTsBpB4pHhe6qZ3\r\nu+v3b91W3gbh32SmkXLtqusnuUhx3y4szUhZtpNK8mN58EnLfJqMrvRU9Fs3\r\nSEr04p/nxNsdcLBOR/hZ4E+4AInnARh/cMzJ0zGuIi6iwpIatWJ9vm8OxmL8\r\neXAxKRc5OCmZNzbcxQgICdChTaeZeg6KzHRy1Rm/2lXdNCRQp4UWKPun8Axj\r\njLLZfe04Nr50jmkmtgTttSTtVFUwzjMvPX0bz9GoIcVlFFE0HFBiHdbNParB\r\nsrFKmp2327RKJt+nczQpJCtcbR9ulR3FOxHsmsoUDcjkBv9WF5uaoKLRkctS\r\n8csd8CyqkuA5le8jIk8QF8D0rhfCpCwwn9iRzQh19I4DuWJGhdmMr6iH+gz7\r\nYeMsStzwF4bGIv7V4Rp6Le1bWESbRsgY/gFwZ0y/SHlkgSs2cgRad1wK8PPr\r\ndhmAzTf2XCfCXH8N+ys7hVRgXlf7ygL28cc=\r\n=rW8J\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"87f3a4b198cb7b7a225356b6a8f2c2daa85c7200","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.24","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.24_1669724932321_0.05792274390515306","host":"s3://npm-registry-packages"}},"0.26.0-rc.25":{"name":"fundamental-styles","version":"0.26.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9ff9a5c8d07ea0e3e4b7d032de3fb620e5cd2702","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.25.tgz","fileCount":128,"integrity":"sha512-gqwpUYfT7SvxJt1AxAUJouoRSLcnCs5yxNNixp9kL2jBnl2gtLXmlX0rMtXrg8ZM7hDVWmK7RP0nWEouJ0E4VQ==","signatures":[{"sig":"MEUCIQCCyoz7EbeMQMhJxpMEpgU/U6PtY/cOBG2UFBhGfGm4xgIgfsiQeQODZR4SehFrycynR72g7a/39rGc6rBS4OTneUI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3269179,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiHO2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9Qg//dsVeLNScHjKEdfPMbPPCcQvg0oRVq1T+lGIJfIUcGc+ad1WL\r\nhyW4I3intx3sdiOJnUROzrK8yn2hvHxH26nvwu7WFQxsc5A2LTd45IiiiCyE\r\nsuVb2kv6vaNZRw7mOo0feEDcfbZiDrpY76yhhS2vXxlYAWlCTloSAp1rKEb4\r\nt4pivD+YjuiY07JLEZKXjARVRjv8g6E2UycL3BhIozjEEM4zFWiTWGX7qtk/\r\n4Hl1w+39r9mpx/OuYsq7Z9FZu15nU3LyATdBXwrP6vQAeMN/qg+bneL5sPw2\r\nagyNqpYwbHbyE2k8gJmFsFhjnvg7Sevq+vLQXm4s8/+KvXFH4BDW2qhKQgwg\r\ntZe6Zlt4bbOHw40/tegDOQjtH2a+hSCzmTipl4wWvg+m1W5iLfAFaUah6zK1\r\nTcA8lXLkkSBUl9rrgZAl6Dj9dYMaqBvHinjb9TE1RU2FAB6lTKQj5a5ROqq6\r\nTwF/uiUHwYpQsV9bN5QZ0hY+3FKYyh5YAqUyY0OHCgmajGcTOCHLwxKfZLTq\r\nVVRMeSXwTL8W/jPgBkJPGfkJ35+6dCYe9P4HR/u35S7CCsyNH8SaoefsQDou\r\njy1HqjFsA/JWnXVeBlmEAj3vR9m252mriJc9ktc6wGP2ROeGnYDxAfWr7NR0\r\nC6I6ElzwyJKCZkZkeCDHia4en/ZHzTy2xyY=\r\n=e2fT\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"8db848f959baa09bb48e367406aec98c6ad1eef9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.25","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.25_1669886901948_0.09739693747822997","host":"s3://npm-registry-packages"}},"0.26.0-rc.26":{"name":"fundamental-styles","version":"0.26.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4db4dcd0d99790299ac0d8ff01cee6f4f0388b2c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.26.tgz","fileCount":128,"integrity":"sha512-ov15voN3Xad0OE224rtPVftwW1AyNri9qVtqFBI7tA5UHUNaJvXIpWYbTXxAFyo+hPj8H7Le0rzK+sU0IvJbnQ==","signatures":[{"sig":"MEUCIFGOXdU6yj3220Ch/K5ulcyrmWZpaSp5xuoCPtgipGPPAiEAuzwqEA8GOGzm31KqZvV1APf8V0LMLUeL//MtmoBoyx8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3269181,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiIh1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/jA//ffH83SBtiN5fhb9CTrdAYlHO7Ykenqvo9bUrlKKRC25uswVX\r\nzqtvb7mwjzZGNA+rRaR/Klk+XI87++tanK9lNqLCWAN/PBbfuDlGhqrZQnYS\r\ngZhiPDGaONlG1QiMFopr4D8CF9gamK80pevRhBaylERAb76xYCbp2fRDwQiy\r\nql3XaoJji7+zsEzw5H2EpEV9M//GDAu+GeJWOfk1g5DTZ+iz8ClTBHh/y1g8\r\nQyKPFVFHV2DDcOhwCJqqkPJHNmjpVkEQXI8eyHM9IsYE2kw7W17n6ztHusva\r\noqmiSveKj5YM3i1NQrnIk0cq6ZAEHycPKeCoWGtNqySIQGss3JepZZzs29lq\r\ntNxmn21UfotvKKEOrmvc2z+i3Co2kzG+jD1YSsuRZ9vF4xPqzRP85qDGTTu4\r\n33ONIkf8he3RNa0x/jAgD5ZIjpZiHzhrXLbf3xkJRaV/InQmi5ED/s7ebPft\r\ns/tf/2RmxpTDc2JflF6eh8jhC18+AbHN2aSDhYHIhVQ6Ifs8Hhgu/vUOgS0A\r\nbjO1NciFsPAS4I74z6bsTWj7+a7QKsM+ZQJCTNnnIxSWZpHImXRI0NBN7jo+\r\n2KEN0LisPvpcroqZutd3IRmyv6MXoTHz+Ve7+2dECzoIFfGB3ZS2U09c2dwe\r\nc6vWbZ3ukz81M2wMh5ZJYnsHBZlmvdYH+T4=\r\n=u57h\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"0b41c8f6cb0a60cbd2031ab26db0e10b5290d970","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.26","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.26_1669892212961_0.2716590164575001","host":"s3://npm-registry-packages"}},"0.26.0-rc.27":{"name":"fundamental-styles","version":"0.26.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0a722bbbf68a3b425f2ea8ed4ad9e20e711a918d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.27.tgz","fileCount":128,"integrity":"sha512-gB8ReJPLFRE1g2FKrgpYk15EWYupCZh+KWKtf3L7OhTq7hu4qP3L7lRZzu/UD+xcDRi6n3+l54BrBDUmGINaCQ==","signatures":[{"sig":"MEYCIQCiiwDpmSpBSl0EOTBV19xRFO3bp0bpxzeyWScehXP6WgIhAJPR+r++Du8E2II7fCmk0Ai30tA4NtdaDFdKuhf1hTXt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3269239,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiKTJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrDYw//YBoPUCPY7Lk3FedyLQYp6+mFL+VWnFre9ntQ6IOpBB6EGsca\r\nkKFbIGl/CYuavt8x/s9FTbKQRtJEFsm+QzS/2MCZmmP+2d9e7SLTs6Ar6p0E\r\ndR5KY/lUy4rls2mavFcnlJTQTBgZ8ptr2LVc+CWpgsCFFKuNyMtE3puqKS1Q\r\nKxEwrcpkbhWRnFpcErCIUyM3cwkLVGZD4PKyc5pYFF29HtMXXSzHVHXoAuyR\r\nuq9mjSCuO28BjgdK3Tn3KgCNw1zQYQw3dn/X/MUatgRCj35refpc6erUG5aC\r\n8M00EvScEBcW6T+U1ReE1T+Qgax2dXsYk9KtXg6NH0LDRia/NAQAEZ0c7CCa\r\nDetgvBzlP3Ps3Mq+kqpOGQYD5yKBZ9QqkQ/iwydTplmO40dMPwZFX0j47cho\r\nOWBGfZQYSPqeT2tymZf978F6t2YnPBY7CFrn/XilgwylATPLV9a66rH4zvvf\r\nz1Lk246LPdAcorjvxlfKKKPClvXxCBCRYA8CLWjn5pI05AFSQH1af6jXquXY\r\ngTyn9ooFn0p/grqB/tiKZjjOsrYqZmmfXnuQcT5ZqaATd33aZKPAV5UiiWjH\r\nu31Glnkb2RxCvhSJ9YEGlwW8fLvaYfO4qvLpXFjG7A7luUVGE7KoQcqvHFE2\r\n3nKYbR/R/mBqCr0ck9mNN3rFU94h/062U6Q=\r\n=bX8N\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"2e17f63a349a03a97681db876ba2308b559bed00","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.27","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.27_1669899465339_0.0014351968100980717","host":"s3://npm-registry-packages"}},"0.26.0-rc.28":{"name":"fundamental-styles","version":"0.26.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"28655d229e47310ff288293099362d4504d79062","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.28.tgz","fileCount":128,"integrity":"sha512-+x2poRtn8NM3n6nODgq/oz5MXXMuCqi3Cg2n1aMJACQcGkA0ZwYKwW5Cwd07MBfrLy/jTjEWo8HYJubVUe6ibg==","signatures":[{"sig":"MEUCIQCW3qmnOqUDDgZLEsNsv+JQBUPIoe5g1lobbQA2c+VN3wIgBlHyzeNkfLgRUAPbDc5gKuOCJZDDtxff3XsOIcpB5og=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3269239,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiMh2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJTQ//eYXRiBEiBU3hoinjkqEv3EOqITbuXonrTNKOu6XOIYflJ6mL\r\nQ3MJV/xTjLzfUj/rCOppqS6fLhfgszIh4+fcafgZoD/iTxZ6QFMAz7W+gquo\r\nKS3LMuvWYXbzXsemJ19Sqxgs8ANLggujuIaBfWG/muKUFouJxHvWKCmwG854\r\nrYVMA45vXzRLJ35LXqcDPQO4N8k4fzLFQW8XNYPku02eGnKkmjATyqRVjYmJ\r\ngC381Swc5rpHwrjAlADKXiP1YcG821qyDycAHtXpNodxnnIbB0/cFz1PZcrb\r\n3XEsTGRGkoXWHfRW+YSirbpA056aBV6FfyZ0urwgEcMMtd9/CO2z8WDZbAiA\r\n6rcUPG3lXSz5Zvmd2F2m6PddvfVbId4XjqqObqEuhRJv76tsPh+QPud64vqw\r\n2v/L1ftOArJM75MF9wSZrLuK/iUyEEXfOpDO2qBiaEYDjF9ssQVdTqvWTbLK\r\npjRMTCqiYoJOjfn4xMEENNqCrG9bzY2qpPnVrnAqQVasJ2JxgV3XdAE9Nzv0\r\nXJs5EVfHCwQkbiezBToD8RRO2yc7EV978pQF/8kpcCwuOcXefYwjmdGScn+E\r\nbsHp2MNqHpWL3QRZ/QoWy/5/PIZdvOl60ecAvk+1AuXCiUnj4HpRQhXepTzn\r\nn7HBq+cnQRxVD7aRTTCXvfS1mzBMq1gUe90=\r\n=6nFa\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"c8c8c80354360f458dfb794a6f2658864afdf71f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.28","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.28_1669908597771_0.47336766346344317","host":"s3://npm-registry-packages"}},"0.26.0-rc.29":{"name":"fundamental-styles","version":"0.26.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aebee2928a839d20bb7518fdf4943c528bd3ed6c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.29.tgz","fileCount":128,"integrity":"sha512-5dY/bKLPBe1sXiXoVK9LO6MEmtIETDzdoLW+Of72LCf/8o5nV/raB50cwoj31VUYtzH9tJ7R/rH/Jq4+XcWUtg==","signatures":[{"sig":"MEQCIBwIdgopjKSaxf1SptXz94471YPB5EdAbPNusNBHaGWSAiARfpxcieSv33b+aazmnROMwEEy35JHl+wCLwQR3pxGqw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3269719,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiMxkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpR/xAAiOto54+ZKKGNi2JDQ0/RsXwETGRPw5+klQ0DolGv1NAN87eN\r\ng8YGVl39sxrO5WK+nmB1s5rpFQFbYgGfmDFN9y3RxOfUyZ+sS0NJvHwMMsfT\r\nFkS3Xsn9aMgjltO6ssuOR23E7HIIoaTk06cI8W6c39EKMlnpY/Vf7uh4EOXD\r\nAHA1XrYg7synrb6IXij/M1y2BBLuduR6VvX9H+eBFCd1fmZz+JC6RuCGRECM\r\neypnYYpKyE9MqCEvxMvRAPU0K37IR4wxO94zQs0q5ZDuZy+yFGKwzV1BO3j1\r\nWGPumgZY/LPB1K7ATIYHdaEa8hfGuVOcEUkKseM6cexyomHQV8S+nrqdPT/V\r\n8h5lmP8/nRPnxxS/RWLdp+swPYMlmTp2p2VGAvSPn9zuVcbnxxcxyCTKEy+O\r\nkPnkPgPKxw20OZqKZ1ZJXrOAUP3g7zS1xAksNTxLSpYw6btHOvhi1Xf+wWWG\r\n5lN00G9BR1EeBPbAlxWxTn/PIUeyTRusXqoENzkEo6oeVkV2VJTOjs4gB13X\r\nBq24vMhWXaSdVcqS7r82LVqQQLZz8mRIxqRQbbqtHYs4ZwpBIaplgw3ZDKk7\r\nswaikivUT91c3tjAvLCiSnN7gCatu81o5msoOkDNCMpjINvvUQs2DYtZL4tL\r\nf34nQFYZ6UVbovvQXut8/xEsH3xNeTDGNsw=\r\n=0HYs\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"225f7fb80679e9ee0405c35ca535ce62cd88ab94","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.29","@sap-theming/theming-base-content":"11.1.44"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.29_1669909604691_0.14789730046727212","host":"s3://npm-registry-packages"}},"0.26.0-rc.30":{"name":"fundamental-styles","version":"0.26.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"477e4eaf182628f6345fa30bbecb947aad7b2f3f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.30.tgz","fileCount":128,"integrity":"sha512-ZqAAHf194mfZqwSZzgCT5XdUuaIbTp4/sbL58kT+B3jLsk4tvaNSWmSIL2gpkaN35ypL9AbeaZ2wxqo7sGR2QQ==","signatures":[{"sig":"MEUCIQDFcT1BNuAX/ffHdr2H5M6aWw+huMObicooXbANIY+67AIgE/KD6EJZ7dJEfpa34HtePP8KkD8xWycA8l/WsdCfU7E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3269719,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiM5BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqoeA//fcXGTBb/Gf9aKGNC3xypBBchkm5Ow6MPEwpxLXbZFODryoAX\r\n4kDvRKNtFN8LDe5lBcATVaSQU+BCxTKRJ+t/qlUKjyosVfMJjadiVl5kq9Qy\r\nVZnbuNc2FOAWq0FBNCeHkHHg8rNHbw3u72kHYkT3f7gl9EfN+8g71/NiYhMp\r\n5YT0vDu3upo3epih/oDzDxbJyGFF3OdZP1oGyDxdEcBOcrPomBJX0l96D+PJ\r\n1PQ23UE4QXo8ia5XX+lOlDjXzp2pMZ03+wqh+1519GdeUGjieIsQIMv0o0sP\r\n5G1Dv+Y9GenWvsX7cK2b/o6QJWnkRtq+ZAHv+HIQPYCu9UgOfXniTL5ZZixX\r\nezUCu23fRjQ5WotXjwE95p7h41Mkz8Hp6tZpNCfMIC11LQSGZW/THAu634u0\r\nW4EEyLhhwgUKURNJYEHAl2fJTaecpLzkzAtsqlhgJ+/NHzfJiseOadjxr6Vd\r\nKfz5AKDgOk+lshOyf1D9QD2d5fvxq4n/cTzjhIPoorfuXOJHsmYyICFew9+9\r\npkYwMep/c8oCPa9FYce5VFI//kogRnvDZ2YOuFfQeCxr6A/yZHFOYAYmEDvK\r\nBCDoY2xp+QSo6Z/NF+S7B62YdkA2va6Sw0ZYpOQoTkRPH8rzpaGfZQ0Hcrra\r\nUzZhFHTNYAyMx+IeFypi5+8Fj/WjWouamOw=\r\n=N0SU\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"6161687cdf1020df0b85051e35294056fce821ab","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.30","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.30_1669910081475_0.7454890104371805","host":"s3://npm-registry-packages"}},"0.26.0-rc.31":{"name":"fundamental-styles","version":"0.26.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"698418a64e988895354b0e8f93bbde4d6dfc42f2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.31.tgz","fileCount":128,"integrity":"sha512-OmKd6p+t+ALk5N8uTniRcNToPHBG8y9UmOnEQbwhngq0K/28q4i0prVrRBxMu1+zR3fwd+WxppCOQKErzAd/WQ==","signatures":[{"sig":"MEYCIQC8AUlzUPPRSTxdTChjcJlR1lXFIK5GJPN6CncndlLg6QIhALzM/VKGaLI9E0Yd8ETzKfCqb+adDYwxxAm32kENNa33","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3269627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjih6uACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqasBAAidopS90MdsyjU8ka8nuqORrocG3YfD/L6GJVZQGQRxojQTZ9\r\nL66QVUUepn66PH+ozkOAJ+kDg+SfcxdK9G074KH8AXpFGgtQkJdIWv4AAt8r\r\nm4E0pSYI7I9S9VBY3OUJiinLya9wCDP9VQokp6giDWHr6f8/i3JJAFYv1rBz\r\n38R8i+YiLAWDP1wqPD50o8eORhdVj9SqkwpPeEtoyqoHrTZIk7wv7cBghmq2\r\nhIdEiniegt8qkYACVCdQ52UAJ24n5/QFxNcJCl7V3ty6lQ4hbYSggNgchyWw\r\nTnNfJ4NcGqG3xobvufL1IjZokBRaP8Fx+5aM8mYu6juJ7LhTAaPtqDqdvc7V\r\n0kr/llAD96mmVnS3d00aWH+hikgnIK7FIt/F/+H1jBgBGsjR5dCe8K8BElfG\r\nNLmHIksestNHHzryDjIZLqZFAjZJkp88TMhsvCaIBoKkheg1R2JjW5w3+OaE\r\nXRd+bsd7gRropeDfYqQ3Va2Hps/i0ROktLBrwMVT4vlzJpS8DXKMBWvLV5DR\r\nTNN3miBvFbJMU+0Xqk9QEv0rG1EfLAdYlLZFfF511xbaCwqsRD9ehLMJDY4e\r\nw+MOUCimDUWQypdn+tHeEp4l7kAv4fe98tVlfuxw266ftv6cSLyX7ZskouE0\r\n56+qlt8mD6GyA0TCejLFif3Wm52cP1vrnTk=\r\n=+hph\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"158a68e7c4dae86562e974b5be2f69f933f86811","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.31","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.31_1669996206018_0.15006402465081647","host":"s3://npm-registry-packages"}},"0.26.0-rc.32":{"name":"fundamental-styles","version":"0.26.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"30350c22cee976988266f6fba4be44adacbabc1c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.32.tgz","fileCount":128,"integrity":"sha512-vFB72QAFH8SDUHwXmTeUlVnnlUNhGeY0Va9h4TZdbaxq4qIQk5/lml32EhYXOAjP4geFHKBuCEkhhDl7+Tw3SA==","signatures":[{"sig":"MEYCIQCz3+VbMfjheh9xbPxUaihJnb/FsuxrWxkWNvobqtNDzAIhAIG+C/JrwhfVcV6I49GUfHmvhgYo4nhrhvmDy73aOiqy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3269528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjih+9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp15BAAoyoNSToeNz1xOVDNGB3pSwqUcjh4qvgwU8l6CwtQEIsrNmKM\r\nff1sawWXBYSp0lQrsu0Mvr97t5wLeNZnM9O2jrZajKjfQ+JAZz5r0iCMn9MR\r\nyAzj4hxtibtEkSi/LxjwbsLTaXuLFQauskJ38r0GyI2NP0NIx84tSQ0nQuf7\r\nIb/2hI3RSlI6Fx56Tp8viuEXmE4CwpMFdFW0JQjOqph4N9fIJVGGHXLpa1wn\r\n22ybquiS0IfHBM+GpRfvSE0Me1k2MvUZcw/FwHpLf7KSZSD6Oetgi+DVRbLx\r\nBQDONyHoFgH7glExC3IDx1Det+oSXJ1lLMFRhBnpdImBb8ziTArMSi91Vgkt\r\noWu0dEwby8SNtoK28q6dkeVhV7tpWXCYb6HImCy7xrWdSVSJuuLRI5EGAbvZ\r\n7pRnigLi0UWXpclRpGhlRPjEW+uvO2My02RK4pgT7vh7o9xlvNWN9/lOfNTQ\r\nqZaLkQELT7bDF4fWDnsBp6/oiwGwO0doKQcVLN7NFxa4VwYEi2b7zoz1RqqI\r\nx87O6a6+v7rnOCkDJ1be6xvbA2mI9NJV70fi8Vou6qadBxcikV0mwGv3U/9W\r\nPBjVbp3Yzjv9czMQyTzYL2kMTFrNuUmRRb5FCz9/SOLkpioSwutqWt0ivsPQ\r\nEkNpET0Hj5WYf2YsXjm4Zwm3+MyDFXMyB1A=\r\n=uiXn\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"7200e22e8c0e05f17d6635f4095b4fc404807d91","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.32","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.32_1669996477705_0.11756024927986841","host":"s3://npm-registry-packages"}},"0.26.0-rc.33":{"name":"fundamental-styles","version":"0.26.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1b56cceaa998df95708ba75b2d7c04902c1c05f1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.33.tgz","fileCount":128,"integrity":"sha512-3J+gcXWTnyxnsfQZ53Kg1mp1KYuBBxPyjuKD5o/cdF2Z8bI9V2fWV5y8OFMXaFEspB+vIMtW+bn7coQorNjKgw==","signatures":[{"sig":"MEUCIQDODtjZ1xEg7B0z0Hd5almIvrvgs8ZzmuBmt0JDRa/qpgIgNfAoHAgaUlE8ZsvlKirLR3oMH16ziuioirAhEOZZ/+4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3269628,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiiCDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqS5Q/+LOXCQ3jk12ISLJsEv2jllkrU3Vj6HORa8WwCtS+aIhkZCHKw\r\nj0VfVSHFEdjobHfclIoI94S5BP9T2wRdEI5y7bPdf6H0mLZYdo/edHQdX6RX\r\nisZeonKuADQWptIM9DfIKA4dr7zdcHis8HcsTBmfZ+N9rTCJhdroRSdwjhVe\r\nBTDkolraxDszIWVWSsYsWQUnmfZTHfDifA3iCE3tbM7/5VfOJofRiNiNE24Q\r\nlpnae9UBWpPPPUa9NnxSXnClONu0lpSh07EcKy+0hV1HWIO5aaZ/+9wE0ohj\r\nfOsVUL5GE1fC0RnkZkogpD9JECvG/zbVJCJHlMMxRJ3rdBAPdsCl8oPC+5Ya\r\nT4sYCH++H7py1kHRqPhkUzmjzbfw8qaf79PS5fSNcCSJ80UTVm9pUY76CDa8\r\n6ondQnoAErxo3i8m+bbdyJuksTNcH2tYmmINpZ1VsVsoGrn5aZ7YIuxmhd5h\r\n1PLwvtcHyGe5LQnLOl13rPQ/1VBLRAFAlCmEp1iJ1cKvkj3pkHsa44fZabpA\r\nj0+z+n35nI1h4v8mAn4NCypqne+6mzkJdfRGAGvX5Bo5Zr3R1C/h8tX2WIir\r\naBZIaaimo5/1upFnAMeL0AypGGU6fCG1bc1xQvGY6aNsAS9FQuqQlFvOOEx3\r\nwNhEy92wLDhk4Ysuazfpy0zo6dYNYVjyem8=\r\n=gjy/\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"0a5014bab752ccf292ef7e8814a5e76055570f42","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.33","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.33_1669996674890_0.8741208917602366","host":"s3://npm-registry-packages"}},"0.26.0-rc.34":{"name":"fundamental-styles","version":"0.26.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5cb11b09a40517fd95cb8899c38bca4ad6c60335","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.34.tgz","fileCount":128,"integrity":"sha512-oHcSkwSGQTnT1bYPT9KrLHMc7m8Lz1jjeX6CaqUaHRj9M891GTzgVL/f1pVpHmJvrtc7XVeIco2p1GqToJB62w==","signatures":[{"sig":"MEUCIHBQMgidV5W45pwvlVW63JArje/riwBIM8QzC/bJeZn5AiEA8TUBWFwdxxg7fpqlTP7S+AofEFAbwP7cAzYiA8JX5Qo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3270204,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiiI6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqzrA/+JdH7idRmiX2GNWs5cBdWnyKa4tZ9OXTV3zTC1vb5MC+24wHO\r\nLvAzDOVjX07l3tM0Fu2A5jUFrofocENdYXX+/FhMkwi4RJyH7tt1Vcu1GELo\r\nnxDoejqeDrcEaQYKOMDcp9HScyMw/LS4ilq/d5xQpBCyNS4mRraizW71dbaN\r\nRDM6iV2bc/JutpEfRV+EjnWnzdYvQC5hOAiBv2H2nURkT+Z3w29hBDGzCdxV\r\nA3OOBMohIkLWMKonwQitpggNYb7sTJVqAaf3JWGFPQxA6q5AI2EAvaE3UfGh\r\ngvw3Gcg3jgEOOkr0owOAR+idJBDczeJUU7XdFSjj6SJnll1h8+CeigADPRgc\r\n27j5GHJ2CDhREFWq1wmIgjS3WRVwXNXqd72fL4QFhdRbh5o3N1R7dAA3WGqq\r\n2oc7e67hI8HWlq6kFwumR7DirqhmyPsVCulw92GJDiBq8LrDTcSVkD+GIQ7m\r\n+VQlqh2kehS4XRD+Fmj9JGdwV7NsKj2xpfUbo5OHlkkL5GD2V1Xi/vVL0BDu\r\nF6T2Z6+ysd2uBaf7ANWgmrBMd4biSxGsxJQsfkNTfP+IoNHmJq1RedRQA361\r\nC2nRfJoaCfdjrCuvNJq4Bgp7EsoRu5d8ofF1hW4ijhuTSVV54D3ZrlEarfG9\r\nb2dwgvZcWkM2bAF9qSyRLtWPP1Wy/8kWauU=\r\n=GzSU\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"be35f6fb1d01bc7b835ee571293733af1275b28b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.34","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.34_1669997114528_0.9007602356765503","host":"s3://npm-registry-packages"}},"0.26.0-rc.35":{"name":"fundamental-styles","version":"0.26.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"288decedca393dfbc20215a1be81a31a3be96266","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.35.tgz","fileCount":128,"integrity":"sha512-y7YwJ7Kk3A4/Mdfsvrstyfgcyc9rEcbtZEmK1mCKM0XPH7Tpud+R9MtRX8AZBnKJGmMHkYoomtDxVGeQs3JBbw==","signatures":[{"sig":"MEYCIQD6up45j2m5cZfYVoV9A2Y1kG01wGCGbgqp7TxTg6wMnAIhAPWlyDLWa1pJO7AFdI5u37tUse4N5hfwIYYiuxv5jRWn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3270204,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiiMGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFBA//cJr7O8f23I/SXlapzBLUyAjCVrAEy7ljWCi5xV1+YLdjSjUu\r\n+ptvYjNfA21Xmf32CHADP+1q8OZLj8f64cifoES0zX29VKX1ZAtyVXcNkmSs\r\nCce0zN2l7jHmiCzLolJaorO0aQkWqkC4PqzTVCOrVvCN0TKwWH1iEzCwW999\r\nEcDoYeJjwzLP/y/OueNKRhgM9cS6Yq5sgAS5JbDG4ECmb6CVXhclrgJvpBfN\r\npLzopWZsn/7pnljbS7xiEbFEHpFWooeBP4KE6lkr2OcnOaw5w3K4bQakswmF\r\n87r6VqHim9uBuhki0YGNcdmue9457YnG99RtlgVWGCh5itU2/s/LqrYiH1Zf\r\n/trUpeBL3AOgvWeRAwh2PUXFzVNpHwtoXeejRiy7FOftkorKVtHyhV4mgJmH\r\npL4gpQJkw58Yc7wZGXmJR45+WCS1UNlnLFCFcI/vxjIIrxhUrqiG4P2i3Vzg\r\nnX7l3OaRUEhjJ+zVb+vYfXoVmZXRZIszcjueI0qkGNN37ykzhMN5tj2xnHze\r\nwymgKl2V6BfNUMrFQJnhO/zLKp5k7V8IekYXbhdiO5CfDssMb6QY3ArtNdq2\r\nNY2nHOeY3KWJVTkjH+D18H/gclCOj7MJkrlAuEYLnmy/+GTLj/YtTj16Wckj\r\nN4ie02Nxc94pWBe6ECH2YsOo76bLiobBHd8=\r\n=km6h\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"2bc0d7220557af906fc3259a12789a80eaed1bd1","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.35","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.35_1669997317920_0.7072946434677669","host":"s3://npm-registry-packages"}},"0.26.0-rc.36":{"name":"fundamental-styles","version":"0.26.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2f776c031249ee753bd5dac2f249b25b8ad8d099","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.36.tgz","fileCount":128,"integrity":"sha512-oZ5ywUVOQDknYol7z50cWKnzSaI2qNyTyzY8vN62Ukn+DXQiQXP4w83ii09ZCu6uUCjlcJXgEL4JX/jFCbnLKw==","signatures":[{"sig":"MEUCIEZ1X8/KMA2lpZbtrqKvX1bIl7KSoA4EWJ7FGg2j+5s4AiEA3Mq6Pv0KUL1pPjWJeegwe3hHKs9W3HqqknX2ozjKeBw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3270998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjj2qWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpt2A//bHu9+RHknKjLhSXnD8+cZHRVp/hPwF30y3c2Mat7fT8ANkI2\r\nGp/X5Ha7731kZzueYQOgmNVsO+LbdfKa6RawFfxSCPJPZAPX5j0v9mTR8Spy\r\nIwIFw004VwEgOJcCP5f8mqrvcI01Rh10gYhW9jac38hkHJuPnSnkupX9nEZ0\r\ntCjXfEU88XEPrkodJSZghUFhROW8ggMtcYQuS6Uq+1qTlRNTRAvoOtxfeXTM\r\n8yFksrWWfiReJH38ZofV8hyXJ4USDANhpgXZeq4p/P0uGKrvqLjt8IJTOdaV\r\nwtR+kbFoi6eiGmF0iQdVpRtoddc9G7NiVmAL2lvBvCe2nDCQc8A4B8r6l8YW\r\n7LPcTn7Z0fza6M0XfrVaVyitM/MDVcboGkLoQQpOdSveNuUJ5LwKbWYywJui\r\neKtxh+JakdoWBFOJIiJUw6b3FZegfPinY4wzGoFSMGCk7GS8EU6brtYP9dY9\r\nG40ahS1y57q6tUvRBn9adyP2yyRrH0R9XTsTLbn29wTUEn7/cfkMl/uFkxg+\r\nbyH/T/sxjNpRpsusxbSuS228yX8x88rKEev5lN6WvpOvo2c/sVM5TtQIaVXQ\r\nfhGYIiJmurvAiFhxk0Wk8aN0ZGtwEP9/gTKssc4lGBNW+HOKfvPjOM2mN7zv\r\npWreiCHaZQv6HPDs0mLive6mj82D6kLb2O8=\r\n=DGgd\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"f4dbb94ffb3a299a04687aa83ed87e1db42ed601","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.36","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.36_1670343317699_0.8222986939508901","host":"s3://npm-registry-packages"}},"0.26.0-rc.37":{"name":"fundamental-styles","version":"0.26.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"632a829d3fe87d0f67f9501473c023517b11c6fe","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.37.tgz","fileCount":128,"integrity":"sha512-Rzs2TvcLQvJtNtAvpofUZdbbauUN7CFSZtXDjFWt9iML8iv8iFafgPFk7FXdT5xcjHeg/F2JvuaXXL1+LBwN8g==","signatures":[{"sig":"MEQCIBf7SyQfYcaSlVqakNwdvEdwRoRckUajP2mchhoruVreAiAC8QadjiVnbSgBV60Adguyqe5QciePTXLS9UKBffFRwg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3270998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjj2y6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqqZRAApCc1EWjb6KgwInzBACvVrWWjekpmep/EMqq9J0K7hOM8ohc6\r\ndMcqJ4ThWZvY2GEfTJPuD5SGpFEIlJT+l8FsXscOpEu7lbyMJGq4S4kGOUEB\r\n2jNvsz4xn2AchTmaO8fHbYXs5zRWDt8R02bw49t6nMvnH5GAGdOx7Lm/xhqq\r\nzzy7wS/C9ap4CYtQMQFF8124QYlSEcjh3WUC1QUf5qu2DxI7dZTd478vg4nl\r\n1EAMbvZVSW3gaIO0xTfjC2JriBdo7uUB1hW4pnAvFtq21yL6u2FzYsDQOmyh\r\nizqtwmyBZ/cvSyVltIBXqT90dPs3Hubsuc2UYnTw3BFCJ1taDjjFdYAWKmoG\r\nolITqiMMQdMacyjl2BL+HHNQ6zWUPkEfWb4TWqevkflOsrZp8jw5Qa3sXHLk\r\nz5UZMIP31eU6TCW4i5H+iRhPMgtm10MlABkX7qer84HLZ/fXBB7NIV6n/vJL\r\nAOLrpEBO/O12yGsRNtPNInVytFbYBjUy8z+hk+48py3NpLV8KsgO8Ok0QJ67\r\n8aVGANNGaf18HaxzcXbYedTVaAWDnaKgEc01v+bNBZIagX8JOJeVhgaEg9J5\r\netsb0Avjb7tJyN00nE5tlQgSelIBKns7w7dyIzSq1Fkj/dYgiuSZdR6Bq0Jd\r\nLttdGmf1mxnrUIJe3yoovn9RzJu3H1W6WKY=\r\n=Ea5e\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"c1931c711ac8293185a5b9228b061cea355db63f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.37","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.37_1670343865944_0.616069445657675","host":"s3://npm-registry-packages"}},"0.26.0-rc.38":{"name":"fundamental-styles","version":"0.26.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1fe45a4679ef14319b8684720788c1eaf5bf3df5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.38.tgz","fileCount":129,"integrity":"sha512-W5qwdz8Yca9Em+eQxtmwbom29Qjb3yBnmwq7MYVbS1+/aIhp4fNOliXpR9Tu2iMLMTBo/LmgNtTTSOUi96pmYA==","signatures":[{"sig":"MEUCIQCeLtsFjDirn/SDQMi03Qv1cAc1/71k+b1FBjD4QZdGSgIgQNuubs8gNMXVx4FNGnYzCqbN3P9iUfxTdB65/0hE1kU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3277482,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkETMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqYexAAmkmBBHgJUIiwzDsYsbj/nCl+zk1ESMokiNcUIqO7C1nUC7vP\r\nZUN9elaUjwh0/+O4TS54pgINdRKl4YVZJiOJTbHHtyXKrLz8irEJJUcEFMds\r\nUqKy8uLu6XLYWtluMCym5wV6Q/Tez+H6rQI1x5zCmX2tQpsigldxF7r1wU5B\r\ny/KRzYlhylV8oDyfmSGEeio42sKUpjBAtqo6X1g3A3c9sZyRK1lrOzuhf96d\r\nVtO/aFmBI5XqJo4tEcEbIRV8R9YFxeU0aNzhVvawFUJhrZvsGVTi1CmNyiak\r\nJBNYHonOvSUd+W+7nyfoxWnbF/5WZasXdqRpl8222EAMjRPMPef14IYr1cqD\r\n4+TgYzEiD8xvEFn2zX+zeTv0mC/sxKQb4AtMy+N3pfX6Su/5YtArx72k/1x/\r\nWMj+e8XdfOMp4cul4T2YDNyUb5oIb1E9xWoBFUsbxORWOI0IKxvzuPmoOXfw\r\nyYm6oHifpFmVRoLcEpAyHlaRIKsPX4BMPSs3tJ3frss/TnEvtYQlnL+NRDe3\r\nMqbOhUiAecwkSVogCEU55oEp/+1WnQQO/arNKXMvVPmBzuyAuKY+lU8c8Alg\r\nwc/U7RAvTSKj3ZztaEoHNy2tgijP0SIVFKGqGJPnCTVKj8vDYy6Jqa2DsOUl\r\nq2HBuQh4CC2mect+vTOZJdLWvUjGjiL+eQw=\r\n=T0hW\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"2cbe0e51e701229f0c7e0624567b25653c4e099c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.38","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.38_1670399180099_0.8447796824098062","host":"s3://npm-registry-packages"}},"0.26.0-rc.39":{"name":"fundamental-styles","version":"0.26.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aee1259280a3df49c07147d6e76a792dce52e0da","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.39.tgz","fileCount":129,"integrity":"sha512-RPpLdwj94RLLRIf4KcJszCF5UJPJeIsTpK7rV+NCRYK7wAcGS52a0txmfUsC6uE20eUJ7pKgsihPGeIjvf+qyQ==","signatures":[{"sig":"MEUCIQDKvXmAPK2ITqNGwvwqDeW7R2e+Xmle4pHseRhjfgeGQgIgSMD6fD+2xebyE3PxJTycggU8g1rQu9rNfeFMXeY0zh0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3277542,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkkdvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqmgRAAmhsIHTTLnhUUEWHOEHrKF8e8AypnC5PXsH/j9WwaX0u/Aeoc\r\n9FiOGHDdcBvaMasKfRiH8JPQi4moMTNbCXyYuWPqMXi5OQwyxupRCui7LpKl\r\n2rqPpPT+0hUOKLuAWBGRgY9pT0K1YvbChQI+SMx3j9llynOzp2i56xG5+TtA\r\nTN+4e7TF3b6ZKFIvnLPw8XSc9D1L3jpIYUvQ4PK37HKUI92/G918Ra4tvUlr\r\nMQYlcqGpmyjIlliv69Hkgiym3rd+PXUUlvJ/aFSADy3ICz8CuyIdssSXPeX2\r\nx70ofF4vSWCMavveBDZnI7Pe5ADo/kbUBbQMfMAhDocwHOAAREN4QYhEtA8M\r\nSHp1TJeeafeD3idYBtUy+dF8Nsinj7VPFNEhi+dUx5gDxAl5sHuJtOyGN+kA\r\n4L9qOJAfrVWR05kI8KqEwwfH0DlOHgtC75J0t3WnUFFhEbj2DHCYVAkKWKQO\r\n5HgLDh4xxpvFsUWUX+RDlprAYukLFFHUSjZR7emae4z6E1dO3yKE/GJLAewq\r\njJa/XG4LIN2fKyMB+EHVJd+VQg2nmsB+OHGsIrEySE0OsAh6ETEi722e1ilp\r\nmSzunlntZoVUE8F5dzpoaqojuNUpdK7Q8OH3Cu7YCz6snPA6SGpzgVPeX2iz\r\nnH9Mu/z8aMQibFVCkfso9hRM459StfLzwiM=\r\n=QTnD\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"ea1f856897275ba2eafab7201c39010d0bfacb59","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.39","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.39_1670530927756_0.691905517343796","host":"s3://npm-registry-packages"}},"0.26.0-rc.40":{"name":"fundamental-styles","version":"0.26.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d0385a6731f1d347c41ae303c83fc774439633f2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.40.tgz","fileCount":129,"integrity":"sha512-mVPIpzDdUt2IX0FFwwBU49jwwQWb2TJ/Gw1eX/2mJmhbFBdQW4UZTDfurlBxR3sqyadEDuylFcOK0j/99OclBg==","signatures":[{"sig":"MEUCICS5YrZoCSoUsw+msHOJhmD50pf07/pNMN5UmcMbyk9YAiEAsZ6bRGXrQg0TJ5PNIbCNdREsQ+nqP7jFxt0PFRqRRpw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3277542,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkyW1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrC2Q//eQJ8llW76lxGXafy69oOU+QizsTg7BZxR5klKsz+aFwvBZAo\r\nH6pFmFRI8zKOIElHbjgAquh/AKWW0bSSLTtwHbxc3M9eE3OXIgVbQpfq/GD6\r\nqtTj8QY3KihxXiVM/SyD+xb3Bo46cPVzCDeC0/WhwAJXyP+zQLSFT7vEJIWx\r\n8s+4ovYEsWvaKnqiTzCdlKSjI1g5Wj3z3VlQVw75R8YPHV2l4kzQ2wLGCJRk\r\n92wuIeVIHjzu2tORiVAhkUjRhQKadxrSjr1btc8Dw+jJseWMVQtbxQrgNluj\r\nyZOWkD+1hdEiuaKl3bBgvzthyLPnb3kfGQyzp1uf5rGwbxUN/Qicqx+S701C\r\nvZSd6A5gMPH0YIiK6YKDHchZ/gAk2dqOf2gTi8utaWvA7BVncyPWj+auAvhK\r\ndLPqOIgipHq5G1GrZ8d8NEN9R9pcwowMV4sqs/qa5Hn/inCVYbzVM2Wx+I5n\r\naynjO4C7oLG9hW/c0TJpyzZ3icHYcWWgk4ACazk3J2XFnl8KmF5uGnhxJfhU\r\nCV29pOisN5Goge/I8mwJNTn9vrqfYLiIzJeHROWDMQqiZQfcL1Av3qo6NDtQ\r\nM8Vt+3Dbn/SHkgO3bPYa1F/s3FwJhypmS24uZ8eO9ucpqqhORzq1rt0ALbjn\r\nDhMZ0E6KEX0gukG0jr0EsrOWDsVBB5KXg3s=\r\n=00EV\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"c6161c23015643da0d074d57bd7256be1381c51e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.40","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.40_1670587829061_0.7482894483457008","host":"s3://npm-registry-packages"}},"0.26.0-rc.41":{"name":"fundamental-styles","version":"0.26.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"da6a0e4d649f1d5941e3d5e1d4369581a92bdf17","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.41.tgz","fileCount":129,"integrity":"sha512-V4Y3ACozQvN91LulWB08ZPFYVC8dGjfgy9HURoJX2KnB+aDk/s7aaSBbtC4imb9iL/qGOGAr+alhlwV5/TlZVA==","signatures":[{"sig":"MEYCIQCP0hZFmcgPxopFpTcAPLRHkCHvhF/8mN70w9x5xmFcoAIhALZ6xdi1V+IeUVRfaR9+n+pNQaOBS0dS/Z+Z0sGuK08W","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3277520,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjk5tXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqpqxAAh4YTRmlSLm0BciongiI1z8TsFxPgvZ1yyI29TQcorlO7rgHI\r\nJlMi1yRBvTSgM3De4slryegZxXCtB3r6hIFkspRoZreJ///5V3+FyCnBy9z7\r\nkfBcrpzpoJw7xzIBzk9woKbH8OcW9tshYWngVsyjMNLy3SrUuCiKW3hp2fih\r\nWAUdVsVzq686/e430wuPnZ3IBjGKAgK5V5xSXRGkSCqTjGQjDysaKPmzyJE1\r\nounHSArPmUpV9UESjKOTQIaOhox8zvEf+BhvJdONmR5sP/SjbbxMVo7NdHb2\r\nWpJfgMNuJsGAhJ2wcMAR8ENXw5iULze2t2IPLz2yeaSl7AlLaE4Ci8DmKtUb\r\noCZf0SP2VDyc/kA1R7Lc6iMk5TJ+UmPX4aQrAex66dG/yn+85zpWjOxM0k5+\r\ntrw/PAIMi3nVSNe7I9uKRbuNCiAjYHhi/aSos6ey407xSLhPi3ahgQjVKdZe\r\n+X/psxmMxWvMf6W2DZOGsA9iZZ4G9bA5vpLJp+SUkaizudN8JuYxVRAPrN3O\r\nwz9MNJUbLd028WEmp3GXghcDA06AqwIx90fcc/WioXcDeN/YfDwBKDd8VhTy\r\nZx+AwgfcQmgQ7rP2JSM7d1/BwgWacAr1fM5qpPUaidRBpoBYocFyuOo50uBX\r\n6kQpcWfVUHFUIRHmiElmSXynQMNvMyoYxX8=\r\n=5del\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"374b67f25c00e8172fcb5cf73eea4db2c5b1557b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.41","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.41_1670617942970_0.19686591052087077","host":"s3://npm-registry-packages"}},"0.26.0-rc.42":{"name":"fundamental-styles","version":"0.26.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ef6fe05fce5054a60b941c4e044af78654f69eab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.42.tgz","fileCount":129,"integrity":"sha512-X9VJKF2JWmpL5qeBXqHXm7O7IqplaBSHNGsWa+Cszngn22mw/K41EwA8oeRSZ+sLveNLCnlCME/IpY0UtGqaog==","signatures":[{"sig":"MEYCIQDidqQYFXOmzL7my36WVm4TF1sDH+OfgggTXiz/tI35XwIhAJiAPUs1xq34Z7xSajXgFFHmIJso2sZ0X3298iyY2/66","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3277692,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmJlDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqHPw/9Ew4uUrSNeIk70jOU+6FjnLI7s1HFfaKYZw0LLsqwcrGd9oXt\r\nqboLoOkNvNgpOPCU1jVM2Xh4vzLQcbXv+wN4pJl5NT9SiYLROa6U0AMqMcEz\r\n1t4seurRqkxcjpMGQCo++WnkkxBIgmmSVtxswk6LVNqYkp6XT/lob5mHFP2j\r\ndxFDjOVvdfy3ItKHgwhZynu3ZUhshCbM5V8YAypb+M07wzOifoLLYPi+AVYX\r\nOkFfAb/JpLKzsJX/h52PB2M7BiXLlKvSO+JPRjRWls1wVJHBJ1l5/kXYXfk0\r\nKGij0vloHoLydCi++sDPlwESEbFy6x/DcI3m2RUy3/7YeAnn0Jnl8zB/7hGV\r\npUxGBoxj+YCIiTUn3crzgtlaYIle4U6hXUuDp/GAQOPSwS9e+d/5W4nPmHmO\r\nxNy06uEKwHJ7EnOSnb8eOgtFUxpac91865zMkjw0EeQFyGNBOWIClTwhkn8K\r\nxE9aX6Mw0JinX0Z1ASZwpGibi6i5oBYQr2e/WCjo/Ap0ISYsA+koz0u5TtJl\r\nKjJiX4iNB9oQEpbMgHd3iwu49s/dzd4l3bK8aCwp0HiiaBiicd1HdzX6pQc8\r\nwkYo/0WmVLsswrf1CKZmyPfqMyGXF/Rp2Ip/rSv/b3rsgCv73BvLJ0hkkFar\r\nSgA/jIVZbEnh/f6Y8Tl874dpKNpLGr0GyQs=\r\n=i22g\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"856fdd95fce9b6f2727dfd53919556523c116eae","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.42","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.42_1670945091388_0.8025367453829777","host":"s3://npm-registry-packages"}},"0.26.0-rc.43":{"name":"fundamental-styles","version":"0.26.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"06424b307d835fda52c425ac6487dee3565aa519","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.43.tgz","fileCount":129,"integrity":"sha512-tKgMOSLCwwwJyYOa+zuBSVeEWBTgl7wB/XuSdjSbJcLvip+NyxGH8amJO3fYAWAx+zJkF82EBJfGOMb6vcrGRQ==","signatures":[{"sig":"MEYCIQDsQQb5lrDH63oj7oGdOltj4VKngIRtJm4BH0F0oPrzYgIhALVbGLDGzdm8JD99PFCdiDDWHe/ls/UXkcBDEhN84LLM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3277892,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmKOyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoZ6Q//XNOy0n7e1iCCrY9Albob6hG9XJCGpu6LOlUHzx5Qt3e6Fy3H\r\n5F9c0cAxLBbEi/u1VwMJ9DOHPBAUscbl0zOSChVy9VxSwa2Cc/QeYrfSyeWg\r\nuZeg5pmyB0Na2OYgVQ2QhgKV1uMYVA1g/iaey6vtzQ+4CIm4wxG0AamL6vTO\r\nRg7jepynKue3t0BlZvVojk9DOskBYELT62aEpH7Y0Cd10bh5IVhbvDX72ovo\r\nLtuU9Aq2FKDOfh4/jTHbI5saPuAFwKRAmfG+5P1CUNqClgW/7s2AXoJ1eFQw\r\nj0O9HHO7rfripaXDmtFOrNcQcxyscAsi6WB+w/AiN19qgjuoQLSnmP5AicR7\r\n17k33y4Tu7QwZsKlg86IIQ2QOfaJUBhrnach+EWVrO9QzG8gFX4Pj32FRB9s\r\nHBzjrklyljUHuhY/4g/gXbsKWjjvhMwChOegHZWu9BQpvg/tDv72jVKiJUud\r\nmO1mvVmQhQDsGXwOtvhKizpbnB4H+glGSJwCCDX0+90e0E2j72YNFe4s8pwg\r\no8GN2kZ+gkBmHznIwC0Ad5bhmClXtkjCLZwhg1pzYGSeSd9xJx1wgMuDdPeo\r\nNMJaGgOaj/trJS4ux4QiGFyZw7SAn8eM6wQqRjJFGMmBpjtww9JbDGqmHNAJ\r\npbqpWkjmOBJfIkDToIBJT/MkziDnIQSw+uU=\r\n=9mfz\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"a1591a634319e7d080e9c90a37ebb7097c899f58","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.43","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.43_1670947762392_0.2098430296446394","host":"s3://npm-registry-packages"}},"0.26.0-rc.44":{"name":"fundamental-styles","version":"0.26.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"85c6775da4d6e17374a1b56b08bb9b5f989d1e27","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.44.tgz","fileCount":129,"integrity":"sha512-Slq+MJhFhuh3wlRZvo+P5jhZ9U2HQv+Vd6SLIbk2L5cEBieZJ/5bXjXaSvxGUDk6hfepLp7nUI2Vq/x7xhg0fQ==","signatures":[{"sig":"MEYCIQDY/VdFFfrnf4vPmHoZERW/HL8EEEmVuUzndO3khjY8vgIhAOavDrWXgwapbaByYp02Tf1+hl6z4hY6SyiM8mjv2y3Z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3280790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmiFSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrPTBAAlLd1TdLsd34bjc1TmMSFkKpg4YMEZS1hT22gyyA2ta3CLeH4\r\nmsKjhW+xe4t13eN4t6O4gzkjyyQ/rkXYfVOsEikMENPq6SgMo0uiw/qB0+SK\r\nvFYlj/IDcEiUp+V8glZa4O76LG6AEyhyynzZ4JiDOiveQUWL2IcXOEIlzE0p\r\nVyrInFYBeZmGcPXW260dikIOaivv22KBlfgQZezWzyBLj2RM/uFnlKwMNBGt\r\niDC3kOD4x9uEa9fVoSEnfyI2pWh2Gk+2RwFBf9kLL7cX/if4jM2YfkC88ZEj\r\ncMNhphkmY5ImOfjTdaCF9D9NKq8b+jaSaO3VFDrkjkRMflrJinVe2vn9yPbJ\r\nVhhnIkAqcFV2otIww2JNf+gQLCHmrNlEhHUtc5aeMra7zrvF8zgutKZqg+8q\r\nBSSy6Dg4ym+pQOIH+rMvuK2Gj+mP/Wc6XlhAemxNh26OI3zu2WycYzoRe7Xb\r\nteA8mC6CBfdR07oaWLo4rJbYD2dM2q1feo0PBbGfC5/7jTrUA9mbKCFk7ATu\r\nENJQL5ycABRDN+v0YOJY4yMwbLXJxs/E47gigMYf5FeAC80Civ+qBcYIzxro\r\nTJmEQAt4Rczu9I40JcuXQyvIXFzB6yzCaKb6VzF9HvRJ4Nrb9tYUaa5HlGgO\r\nBh9rs5nukWZVt18l+r6T15+bRlMs+0RuAv0=\r\n=Zmwg\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"2f015356ed69c73c8abab78e395f44f1567be095","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.44","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.44_1671045458595_0.8891765505669202","host":"s3://npm-registry-packages"}},"0.26.0-rc.45":{"name":"fundamental-styles","version":"0.26.0-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c700d68c5bd7c51fc37ca65d5efef2a76b608978","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0-rc.45.tgz","fileCount":129,"integrity":"sha512-M7Sbc0ur+L0CMku5yKli+D2Imi6fIilvFxQQ0twc2JctYIMw4R9vnbztVMbc8KUWC4KtDS3IRxmRHzw4sbM/sQ==","signatures":[{"sig":"MEUCIHJPOTlNLBdK3EEC07ovexlpD8amhwBaYuQl6Ggx+CuCAiEAm5UBkNLjVi0wAfxfZfxq63zwk6BD0PJSUgiZuKSaMRk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3306140,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmjCPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmowYA//V/hGYCqqzvt+YJFs+78RFOATPRbNQy+o/3gmTHVafj+0gv0I\r\ngi5EKWec9CEm6FTM8OFChJWe2llwBxRZyDyVY6rnaTE7ZIy3Uud+7LXSb35E\r\neRO+R1xvFRo1WC0o1/Eh1+YUlGUWaIDdfDeEzPCV9fyZHMI205+zXwqRJ3XS\r\nek2pfROSvdhNaRTxozjkCk9nBD7d0wmSmU5iiF0cwp37fUEJc6AKESq9m69s\r\ny/7b2pEKa6hVsUULqclth+waChUmH6Dlj9yqGIXu1Gvmi0fx5k+USOf7+rvF\r\njswQAkc3mV2WcalKgSMQgKKCg/lgc9MB+gvKpb9JdudaH1Jl9vKY6u2nq/tC\r\n6AfCIJRKcTbTvRyCzZXFX7FGZyHD4TG4BS0Eyr83UPFW//lbwhUZ3Cj7Hxgn\r\nDz3hgvJqDsAaf56Jpi8mEShXE86sily7yspYgJcHz+NffSCLIOS9wtzuqHuk\r\nItLtHjH8d9sjib+2TWmJH+pOvwXNii2diOxPP0Y2k3P1CMqgklmSKbVouS01\r\ngSXl4duE6Hhpio78IteNb+XL7N3gYzD+sTlpj9NnxUsBY3Rhcc9jitdMI2mU\r\nWf6dCe6pzJ7B9XdmBrjcsY0J4hrALfauKyQONa+XpdfXIb2ZMoPTLwoauooE\r\nXYpxL1Y6NKkb/05tIZzjBTm1OaxVoLNIq+A=\r\n=E15n\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"c2db9566080cb0c62860e71bb5b32ff60b69c089","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.0-rc.45","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0-rc.45_1671049359592_0.589810241990981","host":"s3://npm-registry-packages"}},"0.26.0":{"name":"fundamental-styles","version":"0.26.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"948cbbd454aeaab6822a64be0ab35758fa789ab3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.0.tgz","fileCount":1272,"integrity":"sha512-os5S38Erw1HqY+C41l7OPxodx6cpw2CTIEfbqeuDEnF4HXeyviYiuKqeEjgxgAxnu4PTpG55QFJ979jYysP2uw==","signatures":[{"sig":"MEQCIBTMRazo0+TD5QCCCQRz8XZH3aQV4vAUjY8ygFVFb6RNAiA7nRkhsgxFnjTxndS3uzBDrMbBQqy2Dsv1bg6iZwX6kA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50501156,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmjKUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpyyA//W8DQdj8kLeZWWWtaahTdMVTbuOfcNaOBgDgQ1QT2sjH2xbON\r\nUpZsTPrP+0IIsb8NzWnJ2t1z2nHjNPmUlCJfArWaXpOwz5VkNlJWBwqFATd7\r\n94GKSUGYNgD5N/z4ufHn21EOfc/BqKiR2cyEbJTvqXWJVt2ES9U0ucwOog9T\r\nBMuaF9WIca0QoOiZcJ0SyDU51qM3T3oRg8aR8mTardZRUC2OrWEh7lybpJmh\r\nW/r/A31ySnX8IgfSLLfU+t6wJO0NNzoXMOVMuONVBjcFjVvP9cUnXK47kypy\r\nDOyv0utaIp876mu87OQOLbUXRdZco83zPOAn6dLccCECziNGBp/1Asn+HbbY\r\nttbpkPvJIf3LJV82FcneQD4+mU6NMB49hWvq5/yn8ZkFAGXwOqbRgFEJJNsv\r\nsGL6QwF3bTvjNwl01/q0nwgji6OzGZrth1ZubLiL3gG+1dKcxTeXX/hWJ20D\r\nw+JuFcRwaULLw9RHcUIuJivplvBaHBAtd1hQ+d+qNnfA1FZIZEVTaLEtPMNP\r\nJuDwwqIbTGEMmo9XQbMFLtSGCXVahhEYDE3i72N1Y5ukG6eC06dwk/LxGZVx\r\nbrTAiBlWxX5ok4ZqQNssR7ClXe72BKzMEXgMidKa2dcFyqhol6IR4ybAsuz+\r\nS23W+JdCUxt7OfFBkUUtTVkQSxpnzTOtaYs=\r\n=AmLd\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"28b0c38556e75520e4dd35abe0d7457a3d56617e","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npx vitest --run","build":"npx nx run-many --target=build --all","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","storybook":"yarn run storybook:serve","build:prod":"yarn run build -- --configuration=production","lint:style":"stylelint \"packages/*/src/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"npx nx run-many --target=update-storyshots --all","storybook:ci":"yarn run storybook -- --ci --quiet","build:fn-icons":"npx nx run fn-icons:build","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","transform-stories":"ts-node stories-transformer.ts","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"vitest accessibility --run","storybook:chromatic":"yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"nx run-many --target=build-visual --all","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"npx nx run theming-preview:build","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"lint-staged":{"*.js":"eslint --fix","{packages,stories,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.18.1","browserslist":["last 2 versions"],"dependencies":{"rxjs":"^7.5.7","jsdom":"^20.0.1","fast-deep-equal":"^3.1.3","@storybook/components":"6.5.13","@storybook/core-events":"6.5.13"},"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","devDependencies":{"nx":"15.0.0","glob":"^8.0.3","sass":"1.52.1","vite":"^3.1.8","husky":"7.0.4","react":"^17.0.0","tslib":"^2.3.0","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","semver":"^7.3.7","tocbot":"^4.12.3","vitest":"^0.24.3","core-js":"^3.6.5","cssnano":"5.1.7","postcss":"^8.2.13","ts-node":"10.9.1","webpack":"^5.74.0","@nrwl/js":"15.0.0","fs-extra":"^10.0.0","react-is":"^17.0.2","through2":"^4.0.2","@nrwl/web":"15.0.0","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","puppeteer":"9.1.1","react-dom":"^17.0.0","stylelint":"^13.13.1","bundlesize":"^0.18.1","typescript":"^4.8.4","vitest-axe":"^0.1.0","@babel/core":"^7.19.1","@nrwl/react":"15.0.0","@types/node":"16.11.7","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","@nrwl/devkit":"15.0.0","@types/react":"^17.0.0","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","nx-stylelint":"^14.0.2","postcss-scss":"^4.0.5","@actions/core":"^1.9.0","@babel/parser":"^7.19.1","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.8.0","@nrwl/nx-cloud":"15.0.0","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@babel/register":"^7.18.9","@babel/traverse":"^7.19.1","@commitlint/cli":"^17.0.0","@nrwl/nx-plugin":"15.0.0","@storybook/html":"6.5.13","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","@babel/generator":"^7.19.5","@types/react-dom":"^17.0.0","babel-plugin-jsx":"^1.2.0","standard-version":"9.3.2","@storybook/addons":"6.5.13","@storybook/theming":"6.5.13","@babel/preset-react":"^7.18.6","eslint-plugin-react":"7.31.8","jsonc-eslint-parser":"^2.1.0","react-test-renderer":"^17.0.0","regenerator-runtime":"^0.13.7","vite-tsconfig-paths":"^3.5.1","eslint-plugin-import":"2.26.0","@storybook/addon-a11y":"6.5.13","@storybook/addon-docs":"6.5.13","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@nrwl/eslint-plugin-nx":"15.0.0","@storybook/addon-links":"6.5.13","@testing-library/react":"13.4.0","conventional-changelog":"^3.1.25","eslint-plugin-jsx-a11y":"6.6.1","@jsdevtools/npm-publish":"^1.4.3","@storybook/builder-vite":"^0.2.4","eslint-plugin-storybook":"^0.6.4","@babel/preset-typescript":"^7.18.6","@storybook/addon-actions":"6.5.13","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.13","@storybook/addon-toolbars":"6.5.13","@storybook/addon-viewport":"6.5.13","eslint-plugin-react-hooks":"4.6.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.13","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.0_1671049876228_0.4235371918122366","host":"s3://npm-registry-packages"}},"0.26.1-rc.0":{"name":"fundamental-styles","version":"0.26.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d541066c02b33ea297f6488f75857bc894991b11","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.1-rc.0.tgz","fileCount":129,"integrity":"sha512-NfFU+B/Wca+xJlvHEUQ914FFqcJL00KBUKJ/53o+OpdNDIRd7apWvkDGvIM7cOeN/dVCbEFRcDvjO5ghGfmRVQ==","signatures":[{"sig":"MEYCIQCj245iP+Wb5xwIG2ZtOpKlv7HI9PDo6g5bEZlUXlj/2gIhANnP1icKc6XVbhzY+/ZpweLov9elukKjdgfv4RVNhntO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3306017,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmzbBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr6PQ//V9C5DK7X8IXmvfmpiKrZNRBN8C3qo+3jCguttPXjfYtUbH4z\r\nWevPwz0mGvYV18DXDVVmfOCPfaxSKOdAQxIldyQNKmwn1P09e4QLZ4lf2PZ9\r\n7njdiwPhi7aCx4C1tn67Hx5CUBNFfKch/DpaLmNNSzD9hDB4N//kUtKtmYQ/\r\n4W55QGLRATaLbm5BvhY0S5EUukOtOumwyOZWRsKjxy8slwXDIFhRTQnTbUdA\r\nF7b5nsUurYpseM473RIYl/h+Ye2CKJ90c4UXR4+Hx+Ojphe0IMH0Y8IWktYJ\r\ntZRkambduyrSuDsmBybe+dU3JaHqtz1Byd2VsOHZw8UnbFniaII/ZCwvzd+D\r\nw/kzg7fI8wUjl8h+0nYESeoNXAElPGil4cnVBikNiguBkYPrKlaYHwRS0q9g\r\nkzgSZvYIPlefEOC6SRv5/Arsd1fHNHG+D5RLMV2GFRNaYLxdAkT6d0Gkpvyi\r\n2m8yh1bGOjIiyhXz09bez5mHXxbEcTWsQirtTHWMDM/aYabPE/6ZEype+1sn\r\n0PNelJfHUC4vzIPpppYHU55sgB8ndOaaeD7jGB3QxCYlHjsS70QpoIdRuLG7\r\nMzAvqF0uAwIxZQ83SuX/zh4TRvbccUOz0Nb4ZlEZAgUUfoVASp5fLV1Sheyj\r\nGaBxuYZvZEwQM2VZZ+MVxcHJ4Ysxo0FH7U0=\r\n=4lx5\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"51e82aea90f423a7ba676fbaed56189b95024496","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.1-rc.0","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.1-rc.0_1671116481229_0.5492797645552421","host":"s3://npm-registry-packages"}},"0.26.1":{"name":"fundamental-styles","version":"0.26.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"954a4440569b6d407c743b3c7996101d4b757146","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.1.tgz","fileCount":129,"integrity":"sha512-X+mx/spl16+0kiUoGuQlDnGTYcquT6Ujt0/mYPcp3UHSYUVU5p/XfXM1l75A2m+i4VJAlpSCA5Y/Rk5BGL0T7w==","signatures":[{"sig":"MEUCIEAl3IGiiifUb+T7tvjUBp79l/JZwwYvaUsooVAEzFCDAiEAnh2nE1McZnoYP/d+V9Tl+jg6LBpFhpRMSGtO0ikFfLA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3305402,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmzjjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpn9w//a2IMA5yH7BYD2qlMspG3wJmwC5Ce2JTiUBGMPp39fnG/7pGw\r\nbBrCBc9ERQGA0Zqb/zWCVc6n1iJ9aRbFZ1D9EJFHSK8/Fr/+RRpVmv2q4tAe\r\n4WRoVeHws15bV6/xFdsqh9xwm/8kGi0rxf2lqRnbVjTwYJdwENdAnDOI92Ux\r\nGptFBBZDctkuu1tVy1/otfGAhoJiELPNFnHMBCLdb6Qaz4x+lHDxZc/zqFeX\r\nl288vZl75sR0rQSQQp4SvJjiRL7wwtLQb5wQD/R+HmxROUMCtRaOvLGhTRS+\r\nD3M8d3rmj83kYpNUag8GsRY9bztgre7WYjiKQpMyHdOg+m+6xCWWe2oI1jvE\r\nZPwFjwo1wCv+ZkW1ImB0eyhoJRSG2K0o+Bx+UNTFiwADM5ud0URLNLoSaAdI\r\naBfczRPfVZ3vmAhsEk4LoqyMGZlGhFfQapeoEQeAnZbQJFP5BcJaPBcIqutt\r\nMbp5tD2KrPoVyTJHdnM4z9JrhnHCqx88bFgahkuNuneq1IqDibNWJ7Ija3NE\r\nIoC5N1REGYytUBYRY5DCU3g5eef6Oci60zEj8NDMiGVw7rtiPcqcSbZGdidm\r\nbW+OQ+t8dn3fi7jLrIBhjkaOwjaAVkSQxIGvzXKn995IAvldYqTKLs6m6jrP\r\n9tmAVLMrjkJzJVk2rWIAcWgl9wL21LTivE0=\r\n=IeZa\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"6c9ae7ff85741bb123afe3cbdbcb6920cbdad6cd","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.26.1","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.1_1671117026892_0.3270403226568501","host":"s3://npm-registry-packages"}},"0.26.2-rc.0":{"name":"fundamental-styles","version":"0.26.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"279a4dc55a3ad53a0af205f6d5036fb3c27f0267","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.2-rc.0.tgz","fileCount":129,"integrity":"sha512-QcgqXka+p/D3hQw3bAkAxIwzixLNWyxhGXQQNajLBYWWo3rx9NGHM7uXodo8w+7bemAohK5jUzqV57PgdvktjA==","signatures":[{"sig":"MEUCIFbx/f8js8/GAGxn09ptg4iygio0aYejV5kgOf19KJH0AiEA59MtwfXSMV8b21oZqoUM/6AH3n82TsB0YmMOXLGtxbk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3306017,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjm37jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpq/RAAlNTMTtDT4ovkC5CRmGLRVECPDCFjKs0/aq26y5e8aO/OHGmX\r\nV7Ovg3rV4eX7xX0wEWBSsq4MqSkJJxtNPZ6jj2UWRpJXRQ8rTYiC9McVX7vM\r\ne4ekXesLNIZ7bqY2LsxMkcplFHWU0ComtRXgiMhXbyRjqJjnEbMUmV3ETmgV\r\n4HqVb3H2yXnBRYdqp8nEs2WTbqgWysXWNJMyORb763YKF239h6DL97gG3auU\r\ndij3RkCGmmKOc23mkHTKNHUFeNBUV1GG0F0BHc7Tsz+LChMoCMc4/xtbJsMh\r\nXhAL7qPiXZLYYrX3wOToAgaPpTPAfXzFvyfN06u74zYvwKyjSCXwvhAruz9B\r\n0QKvi10cPoU4OVrD0/hx6Y/lGOG34cXLgrfTi79xFSZD/FB1nO5txaYWtRMZ\r\nYHeLNIvriRUHbtoql4Olst3IOqUVYnuk564lO3sRHNAVuvg6YdhRBDEHKtKu\r\n0Hh47TM3kY5Xbp7c0RPsP51yAdHzRk08vfKA44QcMIHnqgaTLDSmAFiTw5PT\r\nSLqgv5Q0tm6a36NrohreaI0ykzehLDIOm7bI2PglBhvK6ny8JW6g36c7kflY\r\nzdvr2ETIb1ClBukNTzbNtEEdm7118EeyAInQChd9QSihAH0oPKuwdc/McC/V\r\nQr1SGijEQA1MGFBBvpYXZv3GhvbwjENBYxQ=\r\n=LwYi\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"df4102df14fde68cb4b4e3096d610705a9460130","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.2-rc.0","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.2-rc.0_1671134946756_0.1232849682590107","host":"s3://npm-registry-packages"}},"0.26.2":{"name":"fundamental-styles","version":"0.26.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"30f9c5c3d40d4e941e868d726423b20d66177cf5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.2.tgz","fileCount":129,"integrity":"sha512-vNBmuNa+pxJnefCZZcbp3iGXSb8bAq8iqLzzLlGuBaeOoaHLnA2QJ5zCa4XfTJsAaV9Z/4cWwxGsiIqYY0ZB7g==","signatures":[{"sig":"MEUCIGasBTpIaY1tpdxCEnabpfCk27VWv4a7qoUlhSkA1Oa5AiEAptNXTwNsuhi8J8ORX+iKyWIXMbEJT3JIwQFRkgFMJj0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3305402,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjm4ByACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrhpRAAkHWF/lvpKys144gJNUQzXiG7qYFFYvj94iKPWCf3eTg2dx3p\r\nis9BfO/KZ7sWrIGvNt3wng9W36iiI8yhagN1hi5inJXEj0wzyzNRe/BC9+9T\r\nzSLS4qTzdRNaITnJ8kFzlL9VTFcRWdwlcOQ7giee30SHOJBkrBHmvvwJBm1a\r\nxuqmyyFXMo5EYySTVzNo0ZH1cqk2sarXgKCjCdRSQfx02eB86OUPTMxeNKTI\r\nuIk+MHKPjtw7j+/pSHl8Izg082Jt6GTNJlFlpLBTuqBsO6pEE/3imMaEDz/9\r\nxy7Yv+tL9EYTQVp/7JPUSKhYDKslGxRw3TUesw+n7JIxp7xq+M+OyfbdcPPY\r\n6sLiaZdUQuQ2eO6jQUeC+RF1ASZP9DCTvkE/nPrI5FX1b8KUVgeg2PnBsRRm\r\ni2zgCFifYOqDyEMMzWKmsXycZzKHZIB+zN7xP73BAq3tILw1tzWYdhFGs8kq\r\nVyaw5ZU74vF1Ve/dJwx0w8OVyprPI9yeJrhfAtxFxU8pOlPc/Vc6hgzZCTzU\r\nQ//m7sX1UE0z2n398fITLHUGjawjZvMdKcEF17j6K3N9Qx1SHboPU3Vrw5ho\r\nnCWlQmCkXrCxh1jpvDw5ADP2BdxOvE0NAGx2IvgOK72HAP9M8xV7dfxL/FfP\r\nMWjCFTtTyYb5e/0wvqxw0FgrOz4WQkvu4NU=\r\n=yhqj\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"7f4314d7b97a167dcf6de9031480c08b3753fe40","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.26.2","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.2_1671135346092_0.4233487224790087","host":"s3://npm-registry-packages"}},"0.26.3-rc.0":{"name":"fundamental-styles","version":"0.26.3-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.3-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2c6e5ad96459c817572a3048c775d372f06331e8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.3-rc.0.tgz","fileCount":129,"integrity":"sha512-XRfz8GZKrbBwwXJNdQRm7yaoyNvN79Ef8Un0seMd4Atp32nXoIaxVQuUMiKVuUwKui081DPthRNXgRO4l4Hb6g==","signatures":[{"sig":"MEUCIH1hUHFueQuGyiKSC5uBQQTmjf4r1TPKv5gZ5Qj/ZeeZAiEApXYnkeytj4WUml+qMeF844PfBi7cygzUMR52h4rou4A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3306017,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjm5qdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRGw//UvfFmLYVlu43TyCwOcIb2iSqPX2RfmfbjmZjwTHUIvaVR6RK\r\niIdIim7KC5teeOP4HBC4fLh1Q5tWjEiOl07mn3HbwChamd2nXfuuIzaYD30U\r\n/whGBQWOvkJMjPZoGsOJO7nD9pjbYdXgVoJb570nOGJLiDbojyaOrsLOEk0b\r\nik7c4hm0pSpjlwFrCLjdhm8FmmzYrUGXyRLOeAPakt8yEMGtcx+Ty73OuGLD\r\n59VkljCrE3iTDg23/1Nje4jZ21j0Z3Luz2W2RIG3VMWjF0Cm48ydoQ6VMR3R\r\nKgYNJVSMFpanZnVfz1m5OHrp2BupsWHQNPTudBmrGXB7SteA7Mp2Kubgp/DN\r\n6ASCd0jlC0GIsQpH9/wV3akjchRVRPeYPXwUl2tOVanGFZfiZ1NtLKsT0fCl\r\n5tKY2u/oQNlfM2OiOFjUjHrXEI6wAwyIgECGW4ycxbODyrKcGvaz0h+oGff3\r\nmAPzEg6+6FnnFikdcdDtC1zJecx1evZonqIxmpWrN2yzseQa1v+frgLdWZ59\r\n2nm2xFosRnIiFMaDC6gnZDC0bVV0ZA+NX8zJgdyQo2M+C0816/fQoYIAkatQ\r\nh7SXAGRofB/h0RzMYAcPSd+2RG7Lr7HZBNcpHT9YeZT5Rv/Jmcvqr3MxIRD5\r\nFBy7OYfFPWFgukibSCBtmrQCvUyDyhBo/mA=\r\n=0hsK\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"82c1589260c61cabcbbee726dce01b239be5b4dc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.3-rc.0","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.3-rc.0_1671142045083_0.056690153921626685","host":"s3://npm-registry-packages"}},"0.26.3-rc.1":{"name":"fundamental-styles","version":"0.26.3-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.3-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8148aa07b5a9e5359e243143350ad8af7d228c2a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.3-rc.1.tgz","fileCount":129,"integrity":"sha512-9RvHiwmQ6F1P02pIG1U4mfVgRvUCT/CnjJPItnUjX/dFTysp7VvBZGSE2TbSd9Y3hbt61MmdCYnHyUK3gk9t9Q==","signatures":[{"sig":"MEUCIGlo9y3dN4+Et5XTGLvck3wgKWDYvwvty4Oho4/Anvj2AiEAtrNlLedYKoxdvxaDItgVx0adp5bq8bIaVm5/FygjMvQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3306149,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjoXYpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLXBAAnAUS/AxvunJHiY/YX6MPmGDORPnTkubK9mMj6quPpEUK+x/K\r\nCoTyvUPxTT83YnyAX+WdgIUvbALpeHcylMgI0nywSDjklxTDWjCSaSxzHuT1\r\nONrgWYPY9s1Sghwn1WwN6vdJGQuftSp/RBh2hZVkxw5u4fm4j8BKu3RZYHfS\r\nifWN+kxtuJMPeFpKEzakeUeT2ADQPb9izgUs/CHF4QV/aGY9E2p4IuDNJ7b+\r\ncLpO1b2HyH13vrTJZ8Lme/tQtD9qZtKEmLWdfxGmI35pJtc49LOLFMGzwruM\r\nLEHSOgGeFwU24exeTiPpViBbxQ55otNjY5JBQYcCowuny0pngPzCmfuaUSEd\r\n/Z5uj5Ox+SQtna4yL98Fo9QqjOrcBNSoAXox9FmDnQccmA3VMUUGr7v6YZJ8\r\nHvDRAs5VOgEqn63GlgmhXNmzyXC2Sis0Ncw3fRA9/G0OdCLZo4XeXTRcO8He\r\ndjt+EZTFGNf3jQ4YUD6SPbm1PuxfTp/crPymD7d81gmVOXmg8dabwPeKKwNO\r\nTxCxRTk6PQQZV3I0hoYBewGPM0Itzg5ohAiW7yq15b81f7q/ymAnzTgY11jD\r\nPg59wxfU3PKuB+9jFhqxFL4dwp+H/Z9OUa5D3vsBO337qAx/PYi1AWaUX6P8\r\ngdWny4kr2vBYHQEpiyDZyIPByE53BZ4Z9O4=\r\n=G9a9\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"4278a463c16356fd4a611cd9949c07518faebc9c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.3-rc.1","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.3-rc.1_1671525929279_0.12162449425784172","host":"s3://npm-registry-packages"}},"0.26.3-rc.2":{"name":"fundamental-styles","version":"0.26.3-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.3-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"89dcb1cee03e5072b6e12202e4e1a464d94dc8f1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.3-rc.2.tgz","fileCount":129,"integrity":"sha512-n+gvD/wEZgAbh1NtFUOK6MZWX5+QeJ9uIpiuoCfc7R18vXwM25uOgtirTwlJtniZ7tly94CZzdS8rMgswtdmew==","signatures":[{"sig":"MEUCIQDhHNxd3AYHRT0YDM/2ovXS6WPnNKKvu/uCBO7gfqd4BQIgIz3pD4jvprfp4NT0MUBsNdosoHysnwuG9v7t9hCIVcY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3306243,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjoarkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2eQ//ZmfAVWQ8IMJ0LBWDNgaz+mqP1K5lAP4wm7H9pF+tGtsONzRP\r\nMY3Pri3uvDOQKvaFP4PM4yQKx0Su+uBfGdcTuHayraba93Ngd9IElrq47z9i\r\nj5zCdBm2ANJ440G2sotVD3sXOwbw6vzOf1CjNWcC1GEBeXMOT4h+i0VlBaij\r\nAykh42S8CPLcuKVCngyUDmFjRmYhDBs5HetbIDefRwUc9cjM+7S+CuLOdqtF\r\nWwLI0YwGsxHYr1HmHww0pyhg3MZ1fP+UmMZNNmVkPDstgVjRibHQ17bCaetn\r\n8O6XQWqG0eV1JwdageW8OsAycRmmherrqju6y16HmckvBmSuwhRmCqFPM630\r\nFENiL3co1U9Cq4Fkw/H0Tp2grOcJPDg41p5akmKCRkz+Bc/rEdGprZEgmerW\r\nhqZw7YlbraIxSUoZd4VPtvZBY+R5pGg7SStVKyTF/+DiEXDA1sM3t5jHAfML\r\n4a7SFhR9RSgqH1bOYj6rtqn+B9ONZNqASRdzx8+H2L6hGN7huBhS9oHLlnvt\r\ns1ivM0S09kMsWvdf/UsyF6lA8oIVxzv4SP3Q+WbqyjTGPkZhlRPPTP5RC+CI\r\nMjpBck3rKMcF6Rdwp79bXggUpwcPdwUeorNbWR4KQbTAtuh0kyql4p1PvQyP\r\n47euZOODEnNnbasGnG6cUz9S5iALEosAR/Y=\r\n=u0jh\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"f7bc3ba4a67b5b74610c1781fd1137c1fe468f8d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.3-rc.2","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.3-rc.2_1671539427908_0.13703209864731702","host":"s3://npm-registry-packages"}},"0.26.3-rc.3":{"name":"fundamental-styles","version":"0.26.3-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.3-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cd38e9eb80be965e65d643ea50193987fb5e35e6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.3-rc.3.tgz","fileCount":129,"integrity":"sha512-i6HN01xlfxG26PvbzN1dX+Pf9OzzQc498eDdtI6XvsiII0B2HqyT6cRLTbuND4oaPOtEEDIlYwuVW3OHTJWwoQ==","signatures":[{"sig":"MEUCIQD6/5+oZ4J9kqW0IYuwS1y/uPEPihiSnXhzRiXw8PNzOQIgYLdnpFNnLkirD+82I7jymwaomiKXxsCBX30dzRrMbpQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3308539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjodqPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbiRAAnWTwwRRQA1nUlgtod+Muinwj8qJqfAzhckl7OHj5HJ48Y5R5\r\nTdOhAMKkX98p54rOeChZGmb0rpSC7Zy9s80AmvLWr4y5viu5IyB/f/vRfN1n\r\nIgFGPmH5niESO2GVi313jW6e87WQz452BShTVVcvUFjXnJXTRvM6sUlvgE7H\r\nBxfLMREAky0eFRKLcw77OA/JdOKb/wOQxuo5eu0nktngDc/XLO3dpv0vkFNI\r\npOtk4MCn8z3JCtexXSgkVxFsQfXPUIVt06zzXQEIF5Lht4Poj+t8Q4r3M91+\r\n5ZHfb9xh7ADCMwtSQVmHwa/6CORUW8atQcRcipJcqgIciz0uEz2kS5n39crj\r\nqwFKhNthwWy9TbSwQFOVKdEIYGRjOdH50UjjTORNev7Ta1n08gJSQ7lWmbZO\r\n32xWX5WvChRnKV3mZgwhhKG+15Z+QEXXWdtkvtqjUyGQaU04qW0lKYq0jlOg\r\nnHT2Hkvjzo9EYMXzqsYyQB36qLTSQdBR4saTER61gHDsSkqaxlw/r7p8j88Y\r\nh1bU6Ymv/l17D/5Hh1Ot9U0mVfzfZCzIYygnruGM9eMJWXIKEwdx4x8W5l6m\r\ncPZO3n/fksv1WDJPqgzE/bUPXzVqSL432TAjExHhFq7OOuu/FgHzo/FB7Atx\r\ncO8iiHMxcCS8IYgSkA9qAAf35cLh1aolq0k=\r\n=eXLk\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"4adbee1819defb3fb3f65c946d4c6ba15013bfd8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.3-rc.3","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.3-rc.3_1671551631555_0.13543756208048996","host":"s3://npm-registry-packages"}},"0.26.3-rc.4":{"name":"fundamental-styles","version":"0.26.3-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.3-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6309c5cd7dab9f6b373e99a80de6924940fd24db","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.3-rc.4.tgz","fileCount":129,"integrity":"sha512-XFFTDyZiUA2tBpCK/oPOGJf3WRzkgxRR+Gq9G11PbTxg7Iyp1oeJXBKzyTL2hLfFPZC/1t5sVWoO7nqLqAluRQ==","signatures":[{"sig":"MEYCIQDC8K/Q/tw3Eb9ANFlCr3CiKduwjSXfP+7dgKWT7cS7jwIhAIWflC9U6a83DC+e9yVbcs3DrvKL3ZETruocGXDZKCVc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3308333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjoeS+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpArg//SQOecKqnOzhjmDNDALNj5ATn0IHf4NGTvz+ZojEc+9RJxsIM\r\nqnKgteXOBwwjSiimLE5v9kD3AfuLRHiOQ7kg1WQ9olmHHaYW6xfMZ4dxfyi3\r\nmYc9gyEJTOhSvsE93i/mHl8TtsZLRwyiNrjL3l8tX0XExkACuPJE62g2MWtN\r\nv8Ud6uqaOuM5ff0gTGV/fPdRwy07hmWU+RaN6g/9DwhWTz0pCfbmL60gNIOn\r\nEh+rJHO51VSR83nqI9m8knAmx44YD9lFIQ6MEjxhD9HqHaBB/SboEAKLrghR\r\n+F8THJAPpE2VIFVBKxkFLlUJOEd6IVfotjd9WUbPQ3uKSjv+8Pxj3AR3uaKz\r\nS6miOArRcqLBUQwgwSWfO9MuSTNsBhBLCiwF72pC+YOgXpjBFLKs1LHpavFP\r\npzPMEW0sUsuAeM6/AqAW1opmlvh7y0euqcWy3O0Y7fTZykUHdhEiT45AYi7R\r\nmMeiBg3Q/Omrim0mrrFefhleyWRO5kIcBqtXado5UNdfz8iILfk+m6lZVYyF\r\nRTLi1bTpZENC1LIXA49kq9ltJvQ7xqrAAfjzygktPg5aXU/LC/6Ym4pXueU+\r\n22YmH0TToPPxc/8k/Jv4PkqvFWuRvOoz+7yiPVk39I2UPA7a/Hpq5U3pHMVC\r\nKHdhFOP9+9zic2WBxudDkRpaYYNx+cFlv7M=\r\n=bO9a\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"8334012c114eedd2dd63389aa270dbd73a5a5f6e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.3-rc.4","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.3-rc.4_1671554237755_0.3635254668509649","host":"s3://npm-registry-packages"}},"0.26.3-rc.5":{"name":"fundamental-styles","version":"0.26.3-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.3-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a2c80fb979fcfddf3c01b2e7546c260683dd140f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.3-rc.5.tgz","fileCount":129,"integrity":"sha512-N6dlCGClmiTnzga0VZWgi3udE8jvkljzhnfAr2H4bhp1Nk42y8ndZo3bprY0tbo/BI67ef6Nmb80sI6eUcxy8A==","signatures":[{"sig":"MEQCIB/F54SzdB3CZlglTSFA9Na59uPHqsrzpaXLcD/DwxQcAiBCg/7KTg0rpjIYQDf6O58eBjCo/H1f6ES/yriXo2Qqcw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3306905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjottyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2Kw//ZEfQsAMPmqNmbAcgetnMxrndmXYNjGv1kIdZuGv8t0g6Kg7c\r\nuMwkTQKEMKylBS8JxXA5tm0eInKrCid4EDNJpfJcKis13SkXUAL56IGB7vCs\r\n1a8SA91/xvpyh4JvgEZzPB9c80J7i889qIcQrXWnI4f4yogMiQhklFfOZ3Jz\r\na95PZpOm5YjrzrH+8MmmVyd227XoRUaTX5yefvxHdF0zRmAaw0ATSs/zrljt\r\n03IdWjJ1BMXDTRhU1f+sDdPubItyq8i5trSgX0/DYW4QCeuVR+m6QNn29pbn\r\n5NVFknMypR0Odnv9xkee910nseiFBXSpXKujpbgWtk81IS6qeRGNTnYWgthV\r\nwtAGHG/rTKlJEiqLS8loGa3QpIvopaaseZdEvbc2z8AwsTEdG4JdpXUrhSg1\r\nJHJAfLFd64CmNhHwja4prDO89kd9BzkU2meqWXqI4BtMjcZq7YdTxh8MCR3N\r\nzth+r8XPJ5NC7C65vUmIaJ3kBf4fx32SqOrby/5ETKIN3UqtlMFTVO62pHCu\r\n1NZxHyWI24Tni0gILCe8ONe7ZDiuhIXDZmvU7PgH+0QD6P5vXPCPOF4leQYh\r\n3HEaF45IWogD2TcHIUEjEOlpTLJBIbktQhej1Jiw1G6OW1qQ/4KVrMm4FbPE\r\nHIqWr+QCApmQIiNhBdnVA3KDddXwTAVdhIw=\r\n=kR3T\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"564067d464d6b3817ffe954053cb01f63070048d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.3-rc.5","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.3-rc.5_1671617394673_0.3981398503266462","host":"s3://npm-registry-packages"}},"0.26.3-rc.6":{"name":"fundamental-styles","version":"0.26.3-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.3-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"395a17a0bbfa9d1fef837dfe9b220b4a0c9af781","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.3-rc.6.tgz","fileCount":129,"integrity":"sha512-lQfcJecOnh3uWFSqV1oW9oomi6ZhGM94Kuu1Rv6FDQFf2Fap6kwA2iglwsG7aeITHmBnteP3JW9U9veMAjxv9A==","signatures":[{"sig":"MEUCIBNQDepBojY7eki4UkAHk14GTmyM5ecmr3T4Bnd3wMEsAiEAhF5GvMqfyQVilXJ8SGEDO+PaAQpPvE/oa0DCpt33G84=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3306905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqbv1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmreKg/9HRT345jBkpM0Zk4RjuikXxB3AVvcNjpFuTS9EtNrWwBfpgjw\r\nVKGY1+0G71kstDDKurENwc6v8g2f6wfnn4y2yc2RvLRay/XS5s3I2KcUEdWH\r\npgp7h8a0sVUL5Ry6NuZ9QIMP1n3GoTS8eYIk7gKflMIWxFwTgovdXC2VMNoI\r\n/tbpEevXl90SjCPr85YcdQcIpuPrtAQ8/ThtTsMOU9N2KPJRbC0QbSCj/nzv\r\nFFAh1jPxTwbkTQpdDNxbqVNuImaQ2rSv72uG3azwVuPnLYS2q4WT3fMWwI1U\r\nx6kpLDMcuKeEuQREyQ9EKKWZ9ZDl1GUhdyNNnRiPAVwVhPhdQsP96M196Bmj\r\nLd23PHBbkhE/p3mGyCFbkOw4GVv9nr16Ixro8PWBFSTvLDC8bOw6BviWnIH5\r\nxg+jRY8dZEYPpgK2TBKNCYNefZ7oZtQ0yM2p7mOqf3tezZuX8tnkIpmT4fcs\r\ndzpJ6sgHMMbIHWf2sDT0wr6F42Guv1sXQqobug0rM+qs5VBiQ2Kz28aUaVvM\r\n5LdDdTqlrJ02S2Ht5+5GOAdL1oOXnVmbu3iv/xwq5rvngpEWzHsY8soo4Scn\r\nzpomz0IO+pPX5pyiIbHeuTsRxcEziCgSJP3VaKw7ieshh86AWZZQbeCOPgXO\r\nF1Q/w3LCOMzGn11yPsH7D/Ga80u/88f9NrQ=\r\n=MRUM\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"1a8b8299830b793a8ed6e92c6c74b75dccd4e97e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.3-rc.6","@sap-theming/theming-base-content":"11.1.47"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.3-rc.6_1672068084856_0.4082242028613887","host":"s3://npm-registry-packages"}},"0.26.3-rc.7":{"name":"fundamental-styles","version":"0.26.3-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.3-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b3eb2b8f6cb85fea889053441778145ddf9d4112","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.3-rc.7.tgz","fileCount":129,"integrity":"sha512-e1nkldPsYqw9BPOaoszrS6VaMb2wMWy+r/HARfwYlpk/0Y6v313FKsxgi/GWVMj8t+3JeQ5sEzBGn+9YIXKPgg==","signatures":[{"sig":"MEUCIQCttC3m5TFgzoK1tzr+Loc97s+Qa2wdIf0/FVyUygxXWAIgCgVEKTvt2EQ7C2xok2SbkwyaI/tY+rTGwOb1U7r4TrI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3306905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqwdzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpkzg/9HEGP7mCA8ZKsl4/ZcJtquLnIegcYLRTKF0wlUcBXwQ2aEJtF\r\nnoHDqKtTMqJSZTKJhg5b+Rm2MEiQePOwjha/WVpGLXXfuTU4ToUT1T+02Suv\r\nZVbmUK9OYbUadznEix0A/n003QWshgd5FZbMIfuNKTML5LbBgB2cAG6jeMdO\r\ne/4NUfiF1pL7uNMucblanrxh064JZl0u4cdfTiv+Y2q7sjRQyXRnz65BwB7I\r\n6azWGT6GGvozV8wSBMSUNvCkjecrCW2KB3M1mtV+wXKHEJ5TANqUAcTuEAK1\r\nhGMjEeJHDnNEpX4I1OZ9UnyayGFMM3st8pk6XxOAQJZafAwj754+pToJkCph\r\nYx+T6U8meORzZfCcax5IrkCLNNGazDsI/YYFsC1CBqWgltZLZ1VXtCsi4G03\r\nPUHtfK4FN3ugUi2bbSJLtUXUShVuFul2qtQbFXSzg6uXZ5jzTpIzvUOWTAE+\r\ns9eksxsuds42KmLfUtwhQ8HCwJHtXXqByUlVmaYZMKhp51VuheGO0owv88Ro\r\nqb+YPWEOWlC6pdUBYwl0XUoenk0fXexizTntaMJSUPC8R7TAddBJ/bPTXiq2\r\nQTZM1Cdpo4MXBUzIRpHrxSBOuhn+Gf8Dwkj0tfj7nu4ARgdkOmNVgMrkjNoE\r\n6FijGOXKSXq9t8qkjml1hoDUuqHCrcr1Y74=\r\n=+Cg+\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"b6ea1e4fc7545e34a9803c9db43d340612c8a3e0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.3-rc.7","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.3-rc.7_1672152947076_0.5477755427124262","host":"s3://npm-registry-packages"}},"0.26.3-rc.8":{"name":"fundamental-styles","version":"0.26.3-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.3-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"61b047ae158eaee7decdb768b56b695056956120","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.3-rc.8.tgz","fileCount":1272,"integrity":"sha512-Yp3awKZ5Ns7sN2RnDbkfsbQkydeVOAAzBwZigda4oQakBtGxJpjXnkk5NzkRmypaNMDNoHZfgp3ZR/xYO1t0uA==","signatures":[{"sig":"MEUCIG75t1I7AWWPBNNPLK4pG7eSqrc3w8c8YOkaYnXbNcJcAiEA5RH4aIG1h1cBdB3pqwvrImxnYt18KPGUfF3uzvRprrE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50510471,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqwu9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpW6Q/+K38j+2dNbnoGMF6ku3sCdGQWeEwdz8n1tzMlOQ327U1SB66B\r\nIyGg8G/CrG24+SxOa1a45rLQw+plZskItDdIQNrLci8xMamTClPiIHZNl+XJ\r\nSetaH0kYNMSkU0Ob0FC3rko8GnWt/gJet+le7ffzT3Pcl0DDg9Gx3b25RbIH\r\nBg8YMl4xhC1raOluwutavjT53xVY4VaDpe75Dvf9MsztxXQISyZlTYH9QVx6\r\noBwTJM5IyltBib3rvuPyks6bYZ67vpwnRwbrZDNYRndO4dkf4qdwDlVxKqsc\r\nc7LDQomCFK4RaUQs6+DUHNpMkoHQlL+tHiGAOoC/FugPZDmfwszqlZ8+6/oB\r\nkKN4ZClDsu1dxxRI1aF+m6wY2Hy8o2xm0CQGmoi45T3rfVS0HZOQ1/yt2KE1\r\neJmY+KkP1atOY3pPK03NLALPBgAePlmwGbVXV6sKqylaH+rcyn1/reevfkDM\r\nrRB8Oo2AhA6Cc62Evjx0d4/meyhM29sOpxNYlY7a3/b13RyI90whfxIPXCDR\r\nybJBGBn6VUtLNfPQFk1E6hwWvBbslIJyTXzsfmZtB3v3Sj3uVQDtw/2hDvgG\r\n3PvogLN5qLSVkN8q5ToPhU0NbVG1G21Pr3EA6Yr4Qh6jerMbrG/7iWC9G7BH\r\n63Dkb6445IQk0s1ojIoMYjj5ID67KdsVK/g=\r\n=iSjD\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"32e4480265df8e0344226769e839ed6106efee63","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npx vitest --run","build":"npx nx run-many --target=build --all","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","storybook":"yarn run storybook:serve","build:prod":"yarn run build -- --configuration=production","lint:style":"stylelint \"packages/*/src/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"npx nx run-many --target=update-storyshots --all","storybook:ci":"yarn run storybook -- --ci --quiet","build:fn-icons":"npx nx run fn-icons:build","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","transform-stories":"ts-node stories-transformer.ts","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"vitest accessibility --run","storybook:chromatic":"yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"nx run-many --target=build-visual --all","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"npx nx run theming-preview:build","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"lint-staged":{"*.js":"eslint --fix","{packages,stories,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.18.1","browserslist":["last 2 versions"],"dependencies":{"rxjs":"^7.5.7","jsdom":"^20.0.1","fast-deep-equal":"^3.1.3","@storybook/components":"6.5.13","@storybook/core-events":"6.5.13"},"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"nx":"15.0.0","glob":"^8.0.3","sass":"1.52.1","vite":"^3.1.8","husky":"7.0.4","react":"^17.0.0","tslib":"^2.3.0","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","semver":"^7.3.7","tocbot":"^4.12.3","vitest":"^0.24.3","core-js":"^3.6.5","cssnano":"5.1.7","postcss":"^8.2.13","ts-node":"10.9.1","webpack":"^5.74.0","@nrwl/js":"15.0.0","fs-extra":"^10.0.0","react-is":"^17.0.2","through2":"^4.0.2","@nrwl/web":"15.0.0","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","puppeteer":"9.1.1","react-dom":"^17.0.0","stylelint":"^13.13.1","bundlesize":"^0.18.1","typescript":"^4.8.4","vitest-axe":"^0.1.0","@babel/core":"^7.19.1","@nrwl/react":"15.0.0","@types/node":"16.11.7","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","@nrwl/devkit":"15.0.0","@types/react":"^17.0.0","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","nx-stylelint":"^14.0.2","postcss-scss":"^4.0.5","@actions/core":"^1.9.0","@babel/parser":"^7.19.1","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.8.0","@nrwl/nx-cloud":"15.0.0","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@babel/register":"^7.18.9","@babel/traverse":"^7.19.1","@commitlint/cli":"^17.0.0","@nrwl/nx-plugin":"15.0.0","@storybook/html":"6.5.13","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","@babel/generator":"^7.19.5","@types/react-dom":"^17.0.0","babel-plugin-jsx":"^1.2.0","standard-version":"9.3.2","@storybook/addons":"6.5.13","@storybook/theming":"6.5.13","@babel/preset-react":"^7.18.6","eslint-plugin-react":"7.31.8","jsonc-eslint-parser":"^2.1.0","react-test-renderer":"^17.0.0","regenerator-runtime":"^0.13.7","vite-tsconfig-paths":"^3.5.1","eslint-plugin-import":"2.26.0","@storybook/addon-a11y":"6.5.13","@storybook/addon-docs":"6.5.13","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@nrwl/eslint-plugin-nx":"15.0.0","@storybook/addon-links":"6.5.13","@testing-library/react":"13.4.0","conventional-changelog":"^3.1.25","eslint-plugin-jsx-a11y":"6.6.1","@jsdevtools/npm-publish":"^1.4.3","@storybook/builder-vite":"0.2.5","eslint-plugin-storybook":"^0.6.4","@babel/preset-typescript":"^7.18.6","@storybook/addon-actions":"6.5.13","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.13","@storybook/addon-toolbars":"6.5.13","@storybook/addon-viewport":"6.5.13","eslint-plugin-react-hooks":"4.6.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.13","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.3-rc.8_1672154044588_0.3624177699087252","host":"s3://npm-registry-packages"}},"0.26.3":{"name":"fundamental-styles","version":"0.26.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"44452e2e0805981159b6a2cb96a1491f0341bc6e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.3.tgz","fileCount":1272,"integrity":"sha512-BL+3FOMA2xYB120qAcb4BtyKnPGTCbN8nTPg+uSCd+BuodRUeMPt/6HidFw8N2Lf9lQXS1RjCT/5o4Y+oS0mlQ==","signatures":[{"sig":"MEQCID6WeiTVV8oTOGHCSs5nHY82csidq4DyAdNxwZAOaKSJAiBfL1kz2mipx9/o11Li/3I8yku8xx6ds73sH+rm9U8qSg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50510568,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqw1IACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmouCQ//RXL4Y+ep85mUOCxdmvt2Ppj25tDpGVQQNzM16wUSprXN7dSA\r\n4fF7f392qrOzZ2wiXfBTie27nttqFc8DOzquF6GOrUQAkPgSLa2QSgGIKMA6\r\nf/gta52g9hYsfN/9RwdjOXMnVp864nuYL0Z88mO9Bs/3+n5ru9+VPHfvzz3U\r\nq5Vk3wkDnElP7LCRCml6QHk6Jtt7Y5dITD9lOhC/7jCjLE58z5ui6tjtt0us\r\nmlS5PuPlxNwdvFAUP5dX0D76nhgBqTFPwgctQdipsNPuRAiC84b+BCXN50dA\r\nOwESz93sMWEZO94VetFAMhIlAuCG+8/h9lQyBpG1qACRUmC42ljN/1Hv+ohE\r\nGbDBqDrIy1LryeC6NG13pzoYmWScA8RYQrUyOAaHBb6DwCeVF1rBR6VopjSn\r\nxGgb3YWHwMRnuc0E1T/43oesgoR4jn/73BaEaM9ZnOCOfj6fZxb6IHdRG2Gp\r\n1vRX1w3/z4lrUkRn5DexptLEi4cYHfkgtkcXJwQuqnoEcginXEdMXlyzhmTa\r\nC6ADirp3imoRmCsp1YznRMm41dG+7HiVzavOiy5KjZK1HcTs1tJrs7PGSq1w\r\naFuaH00j1wNqp87rQWMEN+UnFV2Tmx+hk6xPjS5GkHi9d6ILjbNKg3x2sCPP\r\n8qSuBLbSz/H/owkq0eGxas8RP6EK94sbmAU=\r\n=e5WS\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"6f51f96b603012ef01c9577511b5ced737e156b5","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npx vitest --run","build":"npx nx run-many --target=build --all","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","storybook":"yarn run storybook:serve","build:prod":"yarn run build -- --configuration=production","lint:style":"stylelint \"packages/*/src/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"npx nx run-many --target=update-storyshots --all","storybook:ci":"yarn run storybook -- --ci --quiet","build:fn-icons":"npx nx run fn-icons:build","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","transform-stories":"ts-node stories-transformer.ts","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"vitest accessibility --run","storybook:chromatic":"yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"nx run-many --target=build-visual --all","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"npx nx run theming-preview:build","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"lint-staged":{"*.js":"eslint --fix","{packages,stories,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.18.1","browserslist":["last 2 versions"],"dependencies":{"rxjs":"^7.5.7","jsdom":"^20.0.1","fast-deep-equal":"^3.1.3","@storybook/components":"6.5.13","@storybook/core-events":"6.5.13"},"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","devDependencies":{"nx":"15.0.0","glob":"^8.0.3","sass":"1.52.1","vite":"^3.1.8","husky":"7.0.4","react":"^17.0.0","tslib":"^2.3.0","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","semver":"^7.3.7","tocbot":"^4.12.3","vitest":"^0.24.3","core-js":"^3.6.5","cssnano":"5.1.7","postcss":"^8.2.13","ts-node":"10.9.1","webpack":"^5.74.0","@nrwl/js":"15.0.0","fs-extra":"^10.0.0","react-is":"^17.0.2","through2":"^4.0.2","@nrwl/web":"15.0.0","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","puppeteer":"9.1.1","react-dom":"^17.0.0","stylelint":"^13.13.1","bundlesize":"^0.18.1","typescript":"^4.8.4","vitest-axe":"^0.1.0","@babel/core":"^7.19.1","@nrwl/react":"15.0.0","@types/node":"16.11.7","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","@nrwl/devkit":"15.0.0","@types/react":"^17.0.0","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","nx-stylelint":"^14.0.2","postcss-scss":"^4.0.5","@actions/core":"^1.9.0","@babel/parser":"^7.19.1","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.8.0","@nrwl/nx-cloud":"15.0.0","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@babel/register":"^7.18.9","@babel/traverse":"^7.19.1","@commitlint/cli":"^17.0.0","@nrwl/nx-plugin":"15.0.0","@storybook/html":"6.5.13","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","@babel/generator":"^7.19.5","@types/react-dom":"^17.0.0","babel-plugin-jsx":"^1.2.0","standard-version":"9.3.2","@storybook/addons":"6.5.13","@storybook/theming":"6.5.13","@babel/preset-react":"^7.18.6","eslint-plugin-react":"7.31.8","jsonc-eslint-parser":"^2.1.0","react-test-renderer":"^17.0.0","regenerator-runtime":"^0.13.7","vite-tsconfig-paths":"^3.5.1","eslint-plugin-import":"2.26.0","@storybook/addon-a11y":"6.5.13","@storybook/addon-docs":"6.5.13","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@nrwl/eslint-plugin-nx":"15.0.0","@storybook/addon-links":"6.5.13","@testing-library/react":"13.4.0","conventional-changelog":"^3.1.25","eslint-plugin-jsx-a11y":"6.6.1","@jsdevtools/npm-publish":"^1.4.3","@storybook/builder-vite":"0.2.5","eslint-plugin-storybook":"^0.6.4","@babel/preset-typescript":"^7.18.6","@storybook/addon-actions":"6.5.13","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.13","@storybook/addon-toolbars":"6.5.13","@storybook/addon-viewport":"6.5.13","eslint-plugin-react-hooks":"4.6.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.13","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.3_1672154439526_0.2543607109321284","host":"s3://npm-registry-packages"}},"0.26.4-rc.0":{"name":"fundamental-styles","version":"0.26.4-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.4-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"49156ea23a7d5b30682baa56aedba70a3a00e948","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.4-rc.0.tgz","fileCount":1272,"integrity":"sha512-pRkSRBhSVTeL36gx7n8cP67ILnD1buF4iACCRmtM8HR4RhzH9IOAqaMfO+Yt/ZFHZ9/tE2lL0IpzJoNWuWOmcw==","signatures":[{"sig":"MEUCIQCQ6Tw11O7h6A5WLK0t3ucz5VbWHIp8uF4vTAzgpM6QmgIgY9glDQO518KiaKLsWI/W5HNdQmoRUhFOE8KC9yadQA4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50510976,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqw/eACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmozSQ//UfnjmMIFAMXrJIbjAR1PdICgl9bnNeBVGd+Rm82JV5RIrgPq\r\n8dRuT0fEzArUHWj6YlJVeNFYJD3S57u5YzipUgpMLw56LTpIvThK2BAuqfyE\r\n8lNDY/onTLIiprBaHwJHyhQAQ7QdpwqhmeTPXvJVWz91ePO6l6ofOrO8pDDU\r\nZqeLx8ecU0SkWBrAzMI0EOoOfDMLkbcBGbhYUrPL0njkoxDZ6vbkAq7ZpzcY\r\nObhhwYuE3HIgra9xTq8ygIdDGOK+BdVWrVQYDmqnp5VwOdphcnbWElmzcPHH\r\nO+2cVp5T62353FDVqZjE69laTMr7Ax/JsYwj9WhXQa9AVYuRnPFqdgMzh/Cd\r\nzh4xS06Bm+jnwSm/1GggHexiTizLzvWASvx9OrxqNKRaYQRxy/wnH0VcjNFE\r\nHQRpfQOw9TVHyQxBdtig44+I24JrLBjwHY4gmlxAyGHu8PRVYu9/wguZ/fhv\r\ntOMaTRxlfD3kl0QFtwCnVHbfKTUajZ2QEf5TvIlT3ZnTM8NfYZRAd36pszWZ\r\nS6XrzKP8qoC+0LZiOjiJ8Z+iyDeP1aMNFuH5W3ITMoIfg4TUJBF39zL5N/bV\r\nAKQKBd25kA2F3Aj9L3NnMFx7rZ7bLBhFIQbGjL+UVBxENFufMOma7OWvLNv8\r\nJw8Vj8e4TqlGH1pS7DJnEbRNkCMWnjG0lMM=\r\n=0nRl\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">= 14","yarn":">= 1.22.19"},"gitHead":"ee70635da1cc2600760e0d9225d16a0ae3213ba9","scripts":{"lint":"yarn run sync-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js","size":"bundlesize --config config/bundlesize.json","test":"npx vitest --run","build":"npx nx run-many --target=build --all","start":"yarn run build:visual-stories && yarn run storybook:serve","lint:js":"eslint . --ext .js","prepare":"husky install","lint:fix":"yarn run sync-fiori-components fix && yarn run sync-fn-components fix && yarn run lint:style -- --fix && yarn run lint:js -- --fix","storybook":"yarn run storybook:serve","build:prod":"yarn run build -- --configuration=production","lint:style":"stylelint \"packages/*/src/**/*.(sa|sc|c)ss\"","pre-commit":"lint-staged && yarn run lint:pre-commit","start:prod":"yarn run storybook:serve:prod","test:update":"npx nx run-many --target=update-storyshots --all","storybook:ci":"yarn run storybook -- --ci --quiet","build:fn-icons":"npx nx run fn-icons:build","hotfix-release":"./scripts/hotfix-publish-release.sh","storybook:prep":"yarn run build:visual-stories","lint:pre-commit":"echo running pre-commit lint... && yarn run lint && echo done!\n","storybook:serve":"start-storybook -p 6006","storybook:static":"yarn run storybook:prep && cross-env STORYBOOK_ENV=docs build-storybook -c .storybook -o storybook-static --docs","transform-stories":"ts-node stories-transformer.ts","sync-fn-components":"node ./scripts/sync-components.js lib=fn","test:accessibility":"vitest accessibility --run","storybook:chromatic":"yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic","build:visual-stories":"nx run-many --target=build-visual --all","storybook:serve:prod":"cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start","build:theming-preview":"npx nx run theming-preview:build","hotfix-release-latest":"./scripts/hotfix-publish-release.sh latest","sync-fiori-components":"node ./scripts/sync-components.js lib=fiori"},"_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"lint-staged":{"*.js":"eslint --fix","{packages,stories,.storybook}/**/*.(sa|sc|c)ss":"stylelint --fix"},"_nodeVersion":"16.18.1","browserslist":["last 2 versions"],"dependencies":{"rxjs":"^7.5.7","jsdom":"^20.0.1","fast-deep-equal":"^3.1.3","@storybook/components":"6.5.13","@storybook/core-events":"6.5.13"},"_hasShrinkwrap":false,"packageManager":"yarn@1.22.19","readmeFilename":"README.md","devDependencies":{"nx":"15.0.0","glob":"^8.0.3","sass":"1.52.1","vite":"^3.1.8","husky":"7.0.4","react":"^17.0.0","tslib":"^2.3.0","colors":"1.4.0","eslint":"^7.25.0","lodash":"^4.17.21","semver":"^7.3.7","tocbot":"^4.12.3","vitest":"^0.24.3","core-js":"^3.6.5","cssnano":"5.1.7","postcss":"^8.2.13","ts-node":"10.9.1","webpack":"^5.74.0","@nrwl/js":"15.0.0","fs-extra":"^10.0.0","react-is":"^17.0.2","through2":"^4.0.2","@nrwl/web":"15.0.0","chromatic":"^6.0.4","clean-css":"^5.3.0","cross-env":"^7.0.3","puppeteer":"9.1.1","react-dom":"^17.0.0","stylelint":"^13.13.1","bundlesize":"^0.18.1","typescript":"^4.8.4","vitest-axe":"^0.1.0","@babel/core":"^7.19.1","@nrwl/react":"15.0.0","@types/node":"16.11.7","lint-staged":"^12.4.2","npm-run-all":"^4.1.5","postcss-cli":"^9.0.1","@nrwl/devkit":"15.0.0","@types/react":"^17.0.0","babel-eslint":"^10.1.0","babel-loader":"^8.1.0","nx-stylelint":"^14.0.2","postcss-scss":"^4.0.5","@actions/core":"^1.9.0","@babel/parser":"^7.19.1","clean-css-cli":"^5.4.1","normalize.css":"^8.0.1","react-scripts":"^4.0.3","webpack-merge":"^5.8.0","@nrwl/nx-cloud":"15.0.0","postcss-banner":"^4.0.0","postcss-import":"^14.0.1","stylelint-scss":"^3.19.0","@babel/register":"^7.18.9","@babel/traverse":"^7.19.1","@commitlint/cli":"^17.0.0","@nrwl/nx-plugin":"15.0.0","@storybook/html":"6.5.13","git-semver-tags":"^4.1.1","markdown-to-jsx":"^7.1.2","@babel/generator":"^7.19.5","@types/react-dom":"^17.0.0","babel-plugin-jsx":"^1.2.0","standard-version":"9.3.2","@storybook/addons":"6.5.13","@storybook/theming":"6.5.13","@babel/preset-react":"^7.18.6","eslint-plugin-react":"7.31.8","jsonc-eslint-parser":"^2.1.0","react-test-renderer":"^17.0.0","regenerator-runtime":"^0.13.7","vite-tsconfig-paths":"^3.5.1","eslint-plugin-import":"2.26.0","@storybook/addon-a11y":"6.5.13","@storybook/addon-docs":"6.5.13","start-server-and-test":"^1.14.0","@commitlint/travis-cli":"^16.0.0","@nrwl/eslint-plugin-nx":"15.0.0","@storybook/addon-links":"6.5.13","@testing-library/react":"13.4.0","conventional-changelog":"^3.1.25","eslint-plugin-jsx-a11y":"6.6.1","@jsdevtools/npm-publish":"^1.4.3","@storybook/builder-vite":"0.2.5","eslint-plugin-storybook":"^0.6.4","@babel/preset-typescript":"^7.18.6","@storybook/addon-actions":"6.5.13","story-description-loader":"^1.0.0","@storybook/addon-controls":"6.5.13","@storybook/addon-toolbars":"6.5.13","@storybook/addon-viewport":"6.5.13","eslint-plugin-react-hooks":"4.6.0","postcss-normalize-charset":"^4.0.1","stylelint-config-standard":"^22.0.0","conventional-changelog-cli":"^2.2.2","@storybook/addon-storyshots":"6.5.13","@storybook/addon-cssresources":"6.2.9","conventional-recommended-bump":"^6.1.0","conventional-changelog-angular":"^5.0.13","@commitlint/config-conventional":"^17.0.0","babel-plugin-named-exports-order":"^0.0.2","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.4-rc.0_1672155102090_0.46103906683034435","host":"s3://npm-registry-packages"}},"0.26.4-rc.1":{"name":"fundamental-styles","version":"0.26.4-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.4-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"acf0494375029b478b5719641c4cf9d5f54b99c6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.4-rc.1.tgz","fileCount":129,"integrity":"sha512-hi7LI6N0iXsjbnkKY8sbOF4YBbo3bjchCENTvfdHP/c+MyzQI40mk1TzY0chYwv8MLaKbQ7E1sq7qDqzmDIZ0g==","signatures":[{"sig":"MEUCIEcBIClsoVTnI+nzY9Re6g/FVBFYoJqFaDH1lJgLKZ0YAiEA2KWjNdDe1L01fE635uwC0R/przP4Fu5idH89TlY3sT4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3307019,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqxRzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmouIg/9HXnONOFYPntOVrgDRGEvzvPnjdUKfEf4X3f/96CrZ8A3tfh0\r\nEm6eNxCws5COJRTf/NgTh3L6qBtd2joaDbIUYVjmkC9rXgXpFK1HdBqaG7Gd\r\njtC0dukMGnyL1PLz/oWPE/MGxqL3m8tHjOhqYp9wfB+9Jabv9WKa0mk9sXFg\r\nkJuFPB17xb9kvAQDRQ8R/CigQ2Nr08gHQdNGEQxrFCWFDAYXnh6B9n/REg7x\r\nfxTXvIrkC/k/OMRE2aTFfyVvPynwrl23qD1mnE/fVvHDPDaPddO9fc23YlH+\r\niClmvaKDR+2cKSYHV//LcAJPeLP33mvV2zkdi7tSvLIPpf0teeWHEHuV87F9\r\ng3NOCeslAzsYBLin1c1vXyhr1uddv8bOm7ytF1sEtabREEL4iVEn8FMTJ/+I\r\ntG2iCuvsVJtpuBIIKEcNBZkHjBWG1P/vOSqaik7t2NlsEllVH0+Mz6BhFego\r\nWARBehdYzn2v0S+JcNOZUroUkhc6sf8itTymSsPMiBr5oBHo/66TXPWPSXaq\r\nCYlGzZEGoToyaHCKn3h91lKuabEGDkGmwk7ZxcR2tJ49QTqapu1JlJ2TRzRZ\r\n7nWmQpWJWg1ieABaoxdTeXHxYu+KXgcu12P0etVHZiBCHhGt6t6CfhVmfCDL\r\niHSHhH87Fxnarc5x6uSuR0NPYcMOo1JP+/c=\r\n=VrbO\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"15afd1c19aeb22c8a77fd7b7337c57d4c5e60d5a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.4-rc.1","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.4-rc.1_1672156275437_0.8640662577080545","host":"s3://npm-registry-packages"}},"0.26.4":{"name":"fundamental-styles","version":"0.26.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8e0e4e37477a296efb33c06ff609e14e623690a0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.4.tgz","fileCount":129,"integrity":"sha512-b4J9uDaRs2VmbvZR5UOJp9J5O4SiLIvTpS9NPjMBj1vktvNGv/4Dl/gI1xP2iB6ydRzf5xNfnKXqmHgd6Fox6A==","signatures":[{"sig":"MEYCIQDZHiUKLPj7fdvmMGsbZ8kp2sDugY8kGX6o2kN5bcSDSwIhAMqSdApQXO8uvKb2YmBgzzArZrRnobp4Sm27p646evh5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3306404,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqxYlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpeDRAAkkiVWQiCFYBK3L2jxpBvcLtUHGAd9hCVv1CquS5pmb+VuT+E\r\nMS1yS59Amzcn1SygJ0FhykaGXOqcv+B+kUMwUHBBnJRHoBmaPRZFS6NfFmKv\r\nG7ENKpxzCzJVo3Q2j1ewjBHZ/FdJWjU0LBQUWmKNXsxW99Oh2tGSSOlInPmr\r\n1wt3x9U3yLGIPBLYnyB1so+mtSFvQn6LfxPKB6JjTxOkGH672H994YEQECxz\r\nAxvZw3j5BMz7u5tTLOJxuVS5Rd4jnn+tI5YazEH27QjoAg7VBr272u2OlOmJ\r\nIpCy1LHrgsbMPxkufXu2J8Cv+IthVdzmweVjD6205El4j5SxYCuWcDLs5TSc\r\nS65EMrl4Ip4ZxZigM3v6qeXAIbeEZDISnNp6LOxzmafLSDsoRlaNOij3lPql\r\nD98mwJ/GxJ9M/xCYDQZOu8BYVmKaHSUfujBupIUVV/GKpdCYfPbhYY5sc86n\r\n2pHT8lh6+X7ZqqEjJ+1hixRN4DUT+qj4evF/W8aD5ACf8aLiXBxmsbcvrMMd\r\nY35l9Gy6UFNnWfuwuntshapN1XvQnrzpVkDLYXFaXRwUndgOB9DUQ9GGfBjy\r\ntY0kcwrJco3lQG/Et5IZLjtoB5tMw/F1XwEgwhPcSr+wYcy6lmTE8qBphU3y\r\nLkHFB+MjxJLV70OAG8yCsXql6rWCQYZRdII=\r\n=kV2V\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"fded9fabe1ebceb11c0cfbdcaf1df8ed215734ec","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.26.4","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.4_1672156709240_0.19495464216997416","host":"s3://npm-registry-packages"}},"0.26.5-rc.0":{"name":"fundamental-styles","version":"0.26.5-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.5-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"feb27e869c4c404ba76fd7f45707e7857c17310a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.5-rc.0.tgz","fileCount":129,"integrity":"sha512-rvkj4ahCeMRigZZd4K7TVXLAKa9IkZTWbrkf1sXEx+s7G8j51SptkAefJEf7DnXBUTF4JccuBCZTBy0k4VkdUg==","signatures":[{"sig":"MEYCIQCIriuW+SQzTdAY8ORo6jj8YDO3hpFQeyaj7AZRbkh21QIhAMIN2s6w2rBpNlMVdDMMogmpfM0NWUWCes3zc4zyuty4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3308061,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjsswrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr27xAAiXvadXST2GpY7jfkyJsPvpGRLkP0ZBSIgAdc71fV/k1dFhjx\r\neIlhOOH8vC+Wie/YuqDz88bUhBmvW9fBgX5dDPKzjgcBzzItX0ZRnmIyr76q\r\n680PApqfe0e79s4mnlKpCXSDgiOqA9wy+F3CudvsPaEterzK3HmdLFsPbcLQ\r\nT+EHvmPWhQnSeGUf5/ytL/vw89VknvUXi4oDaKo/1lprMKCRRxcsiNd57sEJ\r\nSz/5WwlM8E5gsUPT1s+dD7GvNFFv/5SzLGiGRfH1GrvfYqu2j3ptIG05oDVN\r\nVQ0xxvtkQujf2ZMCO4+F28iqigMnOGyjU+oMLF4LNbnIlQ+osbgkaPhxHnA2\r\no2W63JdanSnxESKQx9fIpNOMZTS4nuFAM1iUDuVTb0sD8QroZyB6pFLyUyqz\r\n1Wb97d3tDj3RgSyMfmG5GQClOFVcqsWp/H4w+wbwMACNC/yb/LRtTbrrCPk4\r\nWTWFYGe7V6HlBamjjFSkfDbiyTCm+6MZIWyabzBvjAV8WcN7pBvDlVMI+QA4\r\nsnqAGofooXHAjml8vG2ggy3zlR2zmI/43iH/RgsVUzSgOmjX9iMx7XvU/1cX\r\nOb9SwS4JKsrKG0XMr6tRSQScKuh/24EDnZmLUEE7sg6CPOPYhI0ybov/NO5H\r\nqYWSdPFIP0dF2HlCnYQFZXAbfjopI8sdJ0c=\r\n=buWE\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"587b689cc893ffcd93c46d5ea9d9ba20c578f3a4","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.5-rc.0","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.5-rc.0_1672662059296_0.0027223833747256343","host":"s3://npm-registry-packages"}},"0.26.5-rc.1":{"name":"fundamental-styles","version":"0.26.5-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.5-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fdf77a0cca09fab95485b4e3ad090dd52fa5f224","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.5-rc.1.tgz","fileCount":129,"integrity":"sha512-dH+taqhrlKJtojP+EIIHpRiDv/IE1WSMSnMhvPfVdDcSgLI0HZ4JO8htSlsfWVEcaNaygo+u2wGEQWpk9sQFkg==","signatures":[{"sig":"MEUCIFOkMNV2yqAAb7khChxJgsrPqOh6EeDlEmCBwBu0OSOmAiEAgei1h5QdU+3KVQipfykC4WM4NOSvWzdN9okcF2SjsNo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3329911,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjstLxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqmXg/+JXt49lhBzpGpBF+YbVWrxgj7km4wIZQBoiMMGniR6O4wyNQ8\r\n+YO7JzZnIk+tRcPCGmHKNtHpI244OaDDRRgRIP6Pc4c8x2NPB0hJBIe7NSs5\r\n050Kf3kdvYyi3GDYu0u8tznHgAa+I64hbn8HcO6XYlDakqZrKDTsTlluTZ87\r\nvgUFjJpmz9PAHKjjM1g2G0wjhxhvAUQx73JVVrv8sX8NCNrSkghxD/0qhS0t\r\nwR4rpezf8CVFq+NeUJnWwyZoRamXG4k8S7UvFwpF3Ck62SnIZIEkstMYrFMb\r\n+8JaoNjCNIt9GNQOvBHi84UIGk/6HjFxL1/YNUTc1o24/eUuGLItcbm6Q+Y5\r\ngoZoyL8xa3ADInAW9ciVzY5Mrr+taGZB3T+r3lLK1jz5h3eAwAuERUV322ak\r\np71waVRk/3kJXRqVC8kA92Wg6MLBZr1Kz/4UmtyGT4680+fkz2X+C/qvZcpo\r\nYRTv60MxqUyLkdqia2tfGeb15Mgk2/2Np9iu8VbD1hWhVRkSDm+kYph4yAK8\r\nni5n8v03Zatvi84xiPSK14Srid+CaeXcg5pe8eKQtA6SjCH0GN5FEwuvZD6n\r\naXNr/o9wc+zuJUxqb5q7uqcd+tvC5jpvEGpoidxyKdWxZgKRjTTPiTAc6ToU\r\nVggYzVyxa7q4n0NLKWKYoytOGAPSg2wj9jI=\r\n=LG37\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"dfd3c2b1bca52a01d0cb3aacc8be7227f760596b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.5-rc.1","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.5-rc.1_1672663793610_0.9707366195963227","host":"s3://npm-registry-packages"}},"0.26.5-rc.2":{"name":"fundamental-styles","version":"0.26.5-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.5-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ced069d21afd3a39406c8fa32b2a611ec6d95527","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.5-rc.2.tgz","fileCount":129,"integrity":"sha512-Ni3+GhQS+kkliGtropfEdjoZ06vF8tFCiviYygV0P65VckWs8h37/xKVwVJV7jUR8SSMNkWefIDcF1sNRSPZew==","signatures":[{"sig":"MEQCIAFeT+YqtXAMDJqvSJ2WoRFOHSVd1xmMQog+G3M+9GPhAiAOG6ztZQdLiFm6piwIFaIbXRPwDvuedS+FBzU2vOl8ew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3334125,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjstbqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWlBAAoqfRlTkodnzKDiL9blLpjrg4xN+tenOVbKDSPQjlhrt5Nw0F\r\n5m/IPl7DV89EVsPiUdzTLHUsjh2GLa8Kq2hGWNriJlo3uh9RyCNAPwFbUBkI\r\n/bAfAYbKIyJWSvkLp39SPt/o0y9qFsEglUHtn63Wo8779gLcOU7DQUS/leQV\r\npoL52RJCLZ7pesgKPYjb/+YVLhJakEad+n3rgep7i1Yq1aw0EM3cxd2IRCkG\r\ndUcPkMTB+sy+sv2WPGhcE0Ax3wsvD6Bm8D4N+Vjkhl1h4r3PE2zCZ1eMdZwJ\r\nkn75DPZgpV4VKgP9dtfd18rueo/JTbhJY0hRX+M439R+XjzPPabeJ4qWZ5Qh\r\nG+nL1OkKI2aQufLpF/5eVjVDlJMTprDZdv0hkRWET3sO02nJ3a0I/Kj+HVz0\r\n7cM83Wl9kjeVIfp5zqgLwD3LGWe7lglVQoxtBYfRVa7pvKhVYm3/OiKCh1vk\r\nUkQhRHLo5FJldHQK5Z8gRLEusKpeTeR0j1kuqmdI3sSHk2jHIpD3DCXJk2eB\r\nesrjQhHUxLmb3Pv36E81VmwSqn71/VfMZ1KZbLywuLldBmKWl8+/LYnd8unT\r\ny9H7M6Z236aeO7KkF3tOi3K5njkj3UL50Qx5wZoydRvjnYZh/F269NskIgyN\r\nU6TkJloR/vv1aOw8Qz4MdxhlIWcMUJStQj8=\r\n=bng8\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"8c26c8eab2813b9ab15283629e92173ee800389c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.5-rc.2","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.5-rc.2_1672664810668_0.4548540060271735","host":"s3://npm-registry-packages"}},"0.26.5-rc.3":{"name":"fundamental-styles","version":"0.26.5-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.5-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"87d028e76140afbb5bec5c4d177870c5576a808c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.5-rc.3.tgz","fileCount":129,"integrity":"sha512-U2wlKrlKv3uIEa81blnw2Et9yLAW5RMq6nC7zofefvJFghgxjXAv2IzoDWzQD3suKHiDoS9XVnZoY0uJGQaG2A==","signatures":[{"sig":"MEUCIGbH7eYRMQS6nChWg1er/E6h7pWHPj+bZJm/ZIkuZgLqAiEAiE9ohGB/V7nERx/lLWXhGN8anIp9fA41mIY6P/j8CvQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3334177,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtJ9UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpF9Q//foqyjwGSX1cp/+NDoZcIRvkLrYWN41WG764HtT9wSaBmP4Kp\r\nEv0CUnwVDJAGSygX4/fFemKm7e2s7ZNonzRnREvZ1kbOXetl8+hlrKR0/0z9\r\nHNgtAMTHYO/x5+ZwE8M3XyBbPtWgbqm0dSSxlhX9hvN/Q2waLZMTZgBTHRHo\r\niu3Pirnlm+161F535YdAy9FxK/NDr1W6RpovsFj/UoeX+gxLhFRInXcjcqau\r\nYs84NU9/CGBI3uQEuOn1RNsqeEuB0JxNfdVSU9C4tqw52tOWwyWIUKy0+O2E\r\nbDqbIBMdhEZV3g/1j1MR+ZCFLA6n3DXXHUKStiI56fkjcY0vAXkt3FBxzgF3\r\nM+qgmaBD3Grq1ryw+Bqyft+lH0XEb7xjYV8dsNt/Q0RP8KOV5aJ0P5i5IOjI\r\nCFlksWam0tkeHMlc3iYsWNCaP4DleRE+ARSJU3OEQzNZ+KxNpGgegUl+Bapm\r\n4PrH9X0bz5Pkv8nKaePSS0UZX7+B5Hm1vZww2fVuKZhg2+CzXaXRo3eN8G7k\r\nIVvmWzBee05/KCWaraH89VjKsM2pFhxcOo23W0Fk3wJ1aBZTCkdhNuB2+gKY\r\nzNwHh/8mhwPNyRI4le2zr3ggpvuSzWKccG4D0BJJFAaPfZe6RIrc39DYV8hp\r\n2e8wA9+Rx2fwDLILXb2V7veWltb5W6Fd/iY=\r\n=0MCx\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"33af51360a3f99b7bcf891ab9b1d248acf783550","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.5-rc.3","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.5-rc.3_1672781652370_0.3788628269793939","host":"s3://npm-registry-packages"}},"0.26.5-rc.4":{"name":"fundamental-styles","version":"0.26.5-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.5-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9764be7ad3f7a3e552388594bc04a27b44e2c30a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.5-rc.4.tgz","fileCount":129,"integrity":"sha512-sSaC5NhnRGwh2nti+mJI/h8o/4bSVOCdwtXrT3mQUDBxtVpTtLvBiGDHnrR179upGHEe0sXvzW+3JlzoBKUkvQ==","signatures":[{"sig":"MEUCIQCQ6aJjjQcj5YnbBBVVI+jO2wch2/I+YGajg70+J/qO5gIgdb2MFvnyQuu/6uV6w1pz7sgrTMfT2UYWfkqWL9j0qB4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3336833,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuIDsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7MA/5AYJAnPSF2OBQdZcAnPZgO5qhhXaffRgg6BK/eJ1q3s7ep2+q\r\najmg09Ef2P6inUKDqFt6uz9Rv0v0meNk1ullbTbSaCXc5VkO6xAyjrqY115D\r\nEe6O/9VMo82XQyEVk+1++1WEIFGes4OWW9UuVr5BTF/iMZQdRUZNWw/enCoA\r\nWx5BoOb0A4OELSE37sKanxI56FLDuSznDJCwGV0P8jj8rPzCtdLt0XOPrM+6\r\nfkl0pM935gLXD5gIZSNMxxFvR3qfOsP/7CB3Y29NEnt7bO3chD0XbBT7d6iM\r\nUU8IWLxVc5S2MxD4l4eoRDyt573c349GChp+3s4RfXacKahM9Z+3LKpvvSu9\r\nKlpLHxImMikQtpBbapAacmgBAy9kb26UdDwioOm7DdPpuen7ywi57B0oeiYO\r\n/4q+0GpGxsd/ySSepvm9O7S1r9148Tar1K4XkzHZfmuJA/Kma8VQNQ/AOTup\r\n2prjAe97CwWKGe7RIM6J5JjjF63Hwo1wbWeY11R98/t9CsGKn6Krd+qmY5ya\r\nzvNHaIBNXNPxki/gBy1qRr7+42/ILPN8No6/BvHDtHsG0gcz8tISbIi59gcs\r\nwdST064dWHj4tC6QTCGwyyPUL0KIEzDJyzq8RG2nDRxpr+HCjG/fNHXJAsHO\r\nkXkB0JQv5QFjTdP0MyiUxWvrF083Y3mj/xA=\r\n=g20O\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"67790468059cc6e367a6cc539097f6ee4307d89b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.18.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.5-rc.4","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.5-rc.4_1673036012120_0.9777979025780363","host":"s3://npm-registry-packages"}},"0.26.5-rc.5":{"name":"fundamental-styles","version":"0.26.5-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.5-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"002d62c61af0bb2b5cfdceb43580f57f6173f81a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.5-rc.5.tgz","fileCount":129,"integrity":"sha512-tlVE7hD3ew47hbPry1DywlB2NX5XSCfa4Iz6uyL/DPgr4TRrBfCZDTXfc1KesLUm0QNcvzQfqrO5D4MNUGi+4A==","signatures":[{"sig":"MEUCIDSCLIk1DITyaJhPSGD1F3uDNc0Kp6RI83dW9YBm+YdoAiEAuGE7sM2Ce5sX4RW8/XMe9Qa5OY1W//Lh6CttrrdbJfY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3336833,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvtheACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpjfw/+Pw3IN3bgNj1VSstRmYn0poZLhNmyet9Dywb1+MPg/e1lp8Zr\r\ns4k93tS2Ju5+KaDljkDNooyaNL9opw9ZYmgKSWWbcXMURWQerVg7Go2OnXaW\r\nzZoddtrFgCkt5Qst61Mc7SNTKj7OAv5K/t2h7pMOHnqtm1QV1rDkpwjex1+K\r\nLEzLlbstHlMKvsGIgYtbBLzkgRQe4LIust01gCm8+MjSkRHnmJmJb0DsT615\r\nrhrkDofPJAEWlO/zFI4qOlz0pAKBCHi0tqEtgfEPjzOzuIJ78Y3uBmLGaupN\r\nOjwFWv9CAzQy00n1ZS3KPSdqW/AuoKxnDJT6kUUxlm6ROy27TNgWXOR/eOjM\r\nZuQsJkOTJBpYO2ARPtJ4YaRnI+NfgjuF0Hu5ti6bnGRQhefJPwEsOnpD5Xvz\r\njIJK2ZhSvqfXyjj2ofRNvkDlg5ySahoopnyAuiTUdvZKrIH6RhtZ9ADi5Hvr\r\nupLgcgeR0RdLWHurOkQj5SAo2pkPz/dd9A6lsKZCD2yGngdGINX1KFiUKc2Q\r\nmT5tnmM3NmR+KLnnbFzyb0oVOWZIuWKEzw9d9QFstqQ4wgj6XXIN6LBhXWnp\r\nfChhC93mbAVKxOd67DrNe7Nvvk4tFkNrBeUicqtuaMR3ivYLYJOetEsmzN1R\r\nL4lMyCSi/pkKUmtpgAh960YzdamaJXnyLSY=\r\n=h2IQ\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"e778de784fb1c26c54341902015c4f3345d224f9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.5-rc.5","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.5-rc.5_1673451613965_0.8841023921136073","host":"s3://npm-registry-packages"}},"0.26.5-rc.6":{"name":"fundamental-styles","version":"0.26.5-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.5-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"db51dc14ac4436a92791e7a88dcabd1d05c1e418","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.5-rc.6.tgz","fileCount":129,"integrity":"sha512-48kaKJ2bXAtGgaPJu2J4w/XigvxSecqWpmNtMn65Hjswzu0u0SbVTffceqNZPOILcHQiz5P1pXSRcVYzc+NqIQ==","signatures":[{"sig":"MEUCIF6paqKvNoCOTavKjguEBH1covLTvVha2HgqdL0pOAojAiEAsCjnYwQxD0YMfwxUF35RmJ4GKAolA1NEKamahsJ9Anw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3336829,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxaGeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrUARAAjlzHWBrZ9/Tf5ly2XClHro9+NHNAQacCxyK/fzmbo4gA+m57\r\nebXGM4oTlWDExoV4UrV6IKFx5tHvs7+94qyd9DStMkki2D4+olgSgDe+kkIR\r\nhrd+GGMZeFpgFO1pm9aJ8s+5IglQuZrRI+eCPZtFkg7Gij6j72EKEb1oLKsf\r\nZtOCYSrIO1F3SWwMJV4DavoTeOIn09HKWnPXZeHEunirFTxHEWnscfFn+tUH\r\n1A4mPRbX+3tg1VVddbJYoMJ8b8VW5ENUCYHLHpoaT/9lW9UNdKp4NamgZjVw\r\nznqekkNGxClfJ72Jb0ZvqWzuwZlX/un3h8W1ycAbJEsyfEgxodxSuNhQLxIj\r\n8mgCWJnUXbcvZ2og0+N1wJyU4AwmzqjIw61P0V7eAwS6APo6l2Nni6X+6qM/\r\nF8b8/k2alIRSQr9klFGHAHI1p9IiJcV8ap1liC9AwqOBX15IJ98J4lG6T3xd\r\n3mMC2cT7MJ+JsnEGS8wRlhBqYf2BhO5ZQIcSxX8TN48GehJto/ApO8WNYBlj\r\nNKdhswXyRn5yhuaGDgovA7cryzRj0WMX2Vt3he61oXChpmu2qDIWW/LgoiaY\r\nXtEzBznmXYWSk5PL5CO6sFM2guv8cP0QuBjGVTEHbH2BTWSNeFfsLNiIVFyR\r\nWjRXNkYmUKblV2qdMIcF1xgP0FOSj9ghFZI=\r\n=Wa/a\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"cb4a1208f3ce5d241c560e118a613fa8a5b24881","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.26.5-rc.6","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.5-rc.6_1673896350140_0.24852570521202044","host":"s3://npm-registry-packages"}},"0.26.5":{"name":"fundamental-styles","version":"0.26.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.26.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6d955ae1b2e0ddc26872a1bde2da0d58a4c4beaf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.26.5.tgz","fileCount":129,"integrity":"sha512-ZZ04HOXBessPFEUWMPxWpxp5GGb8ZliVN0D4/gGN57pKkcDhb3V+T/2GgRI21MoUzVBx2Xd3wYbVBeTw17ZOpg==","signatures":[{"sig":"MEUCIQCAcmblg4sQjLwg7kfikJSWgzEdIEji244y9JBQDPsJFQIgFJSdFCcb5ZSitqVDGrMrkwDwjR7GHrxwyCCVmQ9FGsk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3336214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxwebACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHzA//fWOlacipt+bg9D/33v0hysrQ9ftUdzukZ9bQ0pHByU7pLC3p\r\nvTBCx6bFTXJPFiyTKULu9V7FQq7dCf7hQX4BB7GO4ZkUgrV5ys40APCDYGqU\r\nKOlfO8B6jbjaDbYAIGYfmwRGsiKy+tAKXac+tbFWwiqEXH4NQREzLZUIVMwd\r\nuxeseRV9GTXDcaQxRKHnzE8HiBbQcYcBzU8JN83djGkdXsB5fFUHmwv8gkIZ\r\n/hrTJQ+xXKvU8f44PgYGy0ScuyLrFwwoPWYv6NcEdnW+/n1Ck4dKAjO4OYz8\r\naxlVmXnxQwIlbMIRcFFeQZ7qIn5C220O67nLttQGhIYpKd06s6arY/2qUu+S\r\nodZsGSWHXnHCDgcgWQxgoyU4A4NK7rjpD6CdWyMeHE45v40KwBLl+KRVvsyQ\r\nQprBlIf8TYh4h/BQyFCn2qeVhTR/OZr88VXkf/L8icwLK3ZV6saB2gGzG9jQ\r\n9zwhK6NnDeyfVMPm7j5p7aRdH6nNKNK6NYpHrBifx4yEM/VIwNTIQYjEf/0m\r\n66G95CZL5VmfcawQeyxnqxhBDWBvL7r6PBuiP4e1ImJh8Ko9QjduiEFC0Wps\r\nLe/BTZv75E7yRY5gCcNZ/OY7DnfaLDKfi44Nlwq+CendBBZDVvZamO5YdsuA\r\nydvXZyesdhOVTThfZTPnuUt+rALX4KEeQXk=\r\n=e+aI\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"6135c9a1765e948ca2c36aca1d751a7838cd67a3","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.26.5","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.26.5_1673987995242_0.31056757830403803","host":"s3://npm-registry-packages"}},"0.27.0-rc.0":{"name":"fundamental-styles","version":"0.27.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"52bc824571ae9ac27cb4d7bb07c90077a4bab778","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.0.tgz","fileCount":129,"integrity":"sha512-kIC4jGsmNWaoNr5tsDOldtV8Q9fR19u09omKwuV8rbL+XL5IL/5xuSFPZO/37Iwi35EnW+APyR5O4sUd+HNz1A==","signatures":[{"sig":"MEUCIE82+hZFpJITDd898tBBWgEtv/8CX+4BbBgdgMwNTNxOAiEAoErhPorXIWFsh8lEeOfUh6l93xwWUsl92sADIoCLKIc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3336829,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyGGIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmropA/8CKhDMTwRexhmMvbbIds9oByxJwCxqLItK7279XJSLkcDrTLm\r\nidh4DHggLFGGBjWRKLwm6WMz1HR2RjZoDsktbC3lAyPbyMETpOXp8sPlzW8W\r\nXi+czUkTxiLq0IsadYGkSwc0Y4PPLu/3aehHCl9jZXzTF9SP0jQvT1E56577\r\nNodu6i6aZRZF62NajiOImDpOaFwKONa4G2KGIr/My2qFvK9jqrVYgLUiDvzD\r\no3h/MbbWmaegtuk0+T8+FWWW7p+mUwgdh3FTtmRLGjz4TqQiy2wh2EDlqiiV\r\nTAdW9jQHbr9VuXp0nJm4F65eKNknFFOFQz6wE+8nfZVwczdVZYJcRYS3h+II\r\na0MscwrbC0glMgJbINkNdLMxRhT4aNhRvHR/Ysi1oLnV8ZO1oneyRTtLlqSE\r\nSxUAlJS1wgP4gLOy3NtYT2OzuCPZfg186l/AwDErnTE+0E7s1CjLzEEJs24M\r\nfv5dq4i2YR00dNspzv+TtGbVcrTSt1n39GXL+7zIgfRAmOlWZIriqn4u9ShX\r\nTQTq+qYfmqgXajrw0rGlVDS6ToDN9oaLBtnkYU6WQlZILNaQ0VtQDFIop39/\r\nDW+WZoSZv2p2RAobZRM/XnTHKi4he7lLOI43bp7uUXtqZp6HDJsCnNx1Cko3\r\nBJTb6Jv/qX7eohH2jeJ3096WHCKlMsUIUx0=\r\n=K/gI\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"5b1bbf2580435f6af7e10fe2cbbc1fbc9a4aa41d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.0","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.0_1674076551838_0.013313830762411882","host":"s3://npm-registry-packages"}},"0.27.0-rc.1":{"name":"fundamental-styles","version":"0.27.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"90e17d195843156a0420028a70831f2341e1c15c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.1.tgz","fileCount":129,"integrity":"sha512-+u5e/GTdDZiguGniLkxfN9kpib9wBW770n+LfnBlx2mvkmDLVriM6nJ+GWKysDr0a7TxjEGbVAqacbwDIK7jiQ==","signatures":[{"sig":"MEUCIQC0XSd8EoppHJ9KdnTa94qn/l0dVrgaC91FoekmH+JHswIgMq24c3PmtJDVhYG1gZ7j2Djv4saqT4yp9wCM8DOrY+o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3343423,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjz8eTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpjJw/9GG9Y5DIV6cSOX7YfwyWQx2Um2WfQnCzV7ByVkZrDCLTFFGVr\r\nJJcWv/k1pyfIdofzr/w3O9bd8S0d/WmbdjAGgqJS9Z+SJL///z21xPpo4GOZ\r\ndTa7lvTrkeIcj0HGFqyZn/DAB9dKWm8hbzavjq9ePJtkl30qYs8CvwARpdub\r\nwo2eYlFUEozHsWVgCbeI3hquMoSnEk1YXl8YaPR1T+TmGWuq1zgt4GkFjJVN\r\nA4hFHfpuBTAr06hmxEcNoD3NGBDhKs3gKg7F4smunjDsMF4FGBp2G0V+oZBW\r\n0FwVR2HMex8FfI3H784P/PEAeLVMccA+VD9An980OD2VFjA7SyKngjBzdoXd\r\njO7csZSziIl9tCi8e5YeA+YR607JgnJiRy7KZitSE6J1qzsPW8n2rH25UM/k\r\n11iO1fYI5m0es01ZO4uA14vsgNudgIXGi5VOx6OcMyz+va25/B8fDI39tLww\r\nVOSAqK7PrMGnCqtJMhe5DTz+C2lAycBJbbOzLjSkrIiOzL3GyWImuPpxYtdt\r\nJp1lVl+vs8HueVZnrc5YKhswVzVhpeViyw7hs7x6g3qbSKKYcDBJxY1ePdUu\r\nKQ9nW2CnNsJfZOms3Q8QGs2l8LYS0QE0GwaRicIj8rqJ0glDiy8k02oGtXvH\r\nrthzq5M8SXOy3I1JqjK0gVgXA06bVwGy1fI=\r\n=UzLU\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"52a719ca45ec75509518493a9ec66a1fa3dc129b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.1","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.1_1674561427215_0.7424275669318807","host":"s3://npm-registry-packages"}},"0.27.0-rc.2":{"name":"fundamental-styles","version":"0.27.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f3eff033aa6c5b8b25708b96f1c913480ab5c816","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.2.tgz","fileCount":129,"integrity":"sha512-GBCqg1eWVt49rMYheinf0YE5YUcdU4WLRNJOC2+8JyOCKBQ7ONR5+9GD6kKzAgnDogMKKgVgv6txvfITLuhXhQ==","signatures":[{"sig":"MEYCIQDtjd5oVm2loux49+Uy9yVF5q2qZZclTczZR2MYtkI4aAIhAO3EuffvaVANj87iqnW8N79W72R517dzPzoMUY88ZnW2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3393310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0RwVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/aRAAgBjcLStXBkAhVa6f7Q92XOOeRoxXO4jL1zmeRwgQi4YFz4rF\r\nGbObRqbqtVjR984IXW/TXHkDEbzHPGiejtcgX4yY+diV+1pq6gEBVPpSwGN2\r\n70P5Ix/cDxDbWJ1FeMgt8fvdzt298wtrUc6iZMBVlCf22KhTauPBN5FNnhkp\r\nVAtJQffkAuyssRC32lCnKlp/ZDpO9zSIiCwHoj9S6ZTB3PLrtDkmFOxOKNXW\r\niD6+4++MQutxtF0JejVyj3+GadTDFyBZ/zpj7wsh9AOc8h6gJfjFYXkPRsgC\r\nDjrHeZHFgqclBHzPBwihIAOYW4KIy8m2KYhGwgom+m9KoYhcR5N61kelRi/m\r\nrdBmmlyyJCUarUery6MP6JOcTj+Q7hCvWp8Y8c3mYEentP5VTbxABpgACM19\r\nXQBjJ4AQOer07VygcXSyIWMBxwXWfxpdvhMOY3+tVUisZmT82S840Y0dNE+w\r\ng5QP2iWdbJi/seDp11Je+z3ILTXHXKBPZaLfXNNV11sgGlMrdBeobnWomaWu\r\nSvwO5rHztXZBI4H+gM/TTRIJqO1LP7BXw8jJEcnRylq9OZljm9iFUyrUBlnv\r\nXZR3A3j9s71pZ+XSB/2OGpJcAnwNegFL40DywFcCDDCcSjXnMRGQsuC+ypAF\r\nYw+Ye3rHq8UDa/cxsI8xpLo7E/VCNFTdnuc=\r\n=mfqh\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"12cba2c2f05c73f443caf8df01245534f73d5c6c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.2","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.2_1674648597546_0.021673746956540674","host":"s3://npm-registry-packages"}},"0.27.0-rc.3":{"name":"fundamental-styles","version":"0.27.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"127ffee5b4adac9f3f360ad8a7f223979b96ba4c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.3.tgz","fileCount":129,"integrity":"sha512-rzPZOYPN0rOUobpxuelN6eVS1dT1OVXDA3Pqtq4wXg2t7rUoDo7WWAZWVstCKJb5XO/ycFvdAX/FA5M1/p2CCA==","signatures":[{"sig":"MEYCIQDnCsmlBeXK606MeMrNmP0Ut4DX2no1KZirgxEPWhY4TAIhAJtImmny4UfFxdl8dFdArXn73WsVy64HMYSCKTQU++TH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3397476,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0YFnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqxgQ//TW+a15xEQ5rB5pkhffE1TB55j4MnJ9/ATuaFNNtcwMoM1GpA\r\nPof0v8gDj7CzLPeq78+ikEFVY97RrqAau0KUuVQC9QapqmABOhdNzPCGGUx2\r\nyyOazZJf++jpAXXgF7QLlgcHyo/C4sZd3XVglvKQBxkwX8OQxCeZyQM1keUo\r\nc3WGKq9nR9o28blwiXEFFuP24aGAr+lchN1JmcG8iZ7sCgE+YLAq4wb4mIGH\r\n9IWtRO07Cuf8H1tgdeP0e6MboAarb7858s294wL2hD69oDcUCixygfjRvfke\r\nDJuSXpYqKEnAbZOsMIYNc3PsySqf6XfuAILtYg3Z5xlbmHrtM3S84mBji6iJ\r\nbRk0+xpve+fO++8R06qd0wFWOig/od2jgeNP0ZDURS6PyJbpLuAeV7qp5orD\r\nBO8xf08HoePJrUu24B6YA70VhKmXaaNkQa66YYwZShD2z28UWUBd4JbKes3G\r\neOSWmpaR39bbH2BhLzvnBjS26HW4w5aHwyYeucBXz6cTmwTiWiwK1mXREt9w\r\nzvMtmxbil+FfYZRP5LGpLI27F0Rpx4b7SX4P0fqHNKD1eFqUOBEC5y7dFLD9\r\nkGO1zAHUylhyqIQ79C/oaEP7F+1RxuIpX2SLIxWvikGCgXzUYRJesrUO3Qfk\r\nCe5XJgE1buyDTNGFJi7S9Do4cA6LkHBWua8=\r\n=WF36\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"f0d242c386bdc94eb05d8e8687e41055d2c4d562","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.3","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.3_1674674535376_0.6450166721620996","host":"s3://npm-registry-packages"}},"0.27.0-rc.4":{"name":"fundamental-styles","version":"0.27.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"746ea6794ef696c974f8e7dcb626fb3477121db8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.4.tgz","fileCount":129,"integrity":"sha512-M5x22KFZ27ZBWZtRM04rWRVtwsFQ4crLF/Y9VtCbWnAQ36WVTgSVvRhO8ALlmihkZARZd4cXxg7XjFDWeNJHqg==","signatures":[{"sig":"MEYCIQD8JTwUMOawVHabpc0+rBtsQT2X38BktqsRSd8MK4wLyAIhAKC1mSxyQkyxJRv9diMh1ruiS6l+iKgCLqVDcjK4mQYF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3396706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj1Dt6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqEhw//UMnya8f4DT8EtlwdF4ATEyD+aEg3YxKqA1IE4Jpe2pDadxJJ\r\nnY0DlLGN1Yyyucr9oKLklxpwewffJ3DP+jqr8eiRwjKQ+suTYWMjLmSZSQOS\r\nscTfg2HWbDksdeHY34lAN+3k8TDCxn6Bhe+xWEFvH2bDj4ZevkIe3RwnfcQa\r\nGFccylCamM5ke57Muawx0XstbRN+86OLBNF3Kkk1pwpr47K4arQoRwNG831j\r\nKVZQLSrQ7O9xR1el6cLmp840TiKGjUaulgBwbx5SVKJK1MaIKWTYBYSQHEg0\r\nU8aW5j+HouZUjQhPPrAJYr97yNId2l4pOXM6hS2hJMu/2JmCI2RBGLThhcE0\r\n3yMCWyS6l6kWXbYIr5x3RAkr/Pf5M7SohLivsJ0EMkpoRkuyhMfzF83u7/Fl\r\nwSLbofRHiYeVwozpYejAs9xE3uRRXmqc2xm4vDJwloQHqAgHBfn/AkbXgBZk\r\nyFFuezRDYvNMfJ6dZj6XtU1gi+iLbsr7Qj3vV9e7d7H1Dg7RAM1TmN5skvKq\r\nbZ9lSqXmOphK22yc/O7ZPoHFa/gVkvURVJXg0oc7JAYqBWDyDHU74ElkM23W\r\nKoZHK9aBn0sSCfTm4GZ93sJnlaj4JKLkQEMw2rKn9w07rigg7J759n8rZHXU\r\nnEzq9CUUAMKMevG8SZdwFZ8W8Swtn28s5oo=\r\n=y28Y\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"3ff34ae6778a70f4b355a913e1e48efe28df1b02","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.4","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.4_1674853242410_0.04070778077894199","host":"s3://npm-registry-packages"}},"0.27.0-rc.5":{"name":"fundamental-styles","version":"0.27.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c652e65b9636a37e2b4e90d9b60cfacf084740e4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.5.tgz","fileCount":129,"integrity":"sha512-BGGyrwiNhZZMDziZ1QsUl8LwloD8mWVwh/RHxEkqm7MtV9zr7od1xkGzGoD99VjG7p31CQ0cLMCnxpH4ACDuzw==","signatures":[{"sig":"MEQCIGjbceSxLWOH+MhcJ1nmQFrhOgYIBNDZEkEHpxf+e/epAiALo3HPYlnNhe6fMl2UZL+XWy5XZKQi4Ad6xSSw+dRH5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3396706,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2ByrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqUBAAiWVpHDTz/DIyr5njM8wl4XX0uqTZeGtDOY2PeC5vT4QOSkTr\r\nLuKemadhZYFTEuhVJn4xFgk+G2zXcxoEDmGjf4WN5H+IT9kM5BZD5SqLkfEO\r\nA2libWWvAR7JQK252ZNdO139k4iMmrcMnJM7slWeFQl7li4kI0Ktc0EsBJNP\r\nzgmQQyQ9tCBHnYQVfxjnZ7sCSn5mLR5tOGMeSKFkZkDGJwPWy3l+guNhFs4C\r\nMRzhhntssyLV+rahjwcmOuh4Y7br8cVEg8ZKRfJ+CqayuqVK1w6U5RkamC4m\r\nbhKUiwaY5WxN7NcqOXzKPxFe7wPgeY/muo8rw2FsXQEzi97Y7Z4tmke3Nsz1\r\nBcRBV74F2fvBsqPPfooWPG1oQLO63vaMe21zrzEuGVClzvWSr8ZE268JqLrf\r\n+QUGRVkBjzAsAsQaa9Mhm4r393/BGyyuk8D5IM2nDl68bpTNGenweTCaPvxN\r\ny2ysjKbehvGsijn/rpezVH0WbcJJ1V3ihN4yZFcITW0eK7GbL/rK5k0VdQJZ\r\nm2veWfcFbITrZTtY9dcmcxwAFqWAo2RTVGM48rvUsJVTBYW/ccdaQwaLVtib\r\nnOmKbJwqNg6ka6zAVZ3hwwi73tgxI6JquCAElAH0FfMVeJHsiSaavNsapa1Z\r\npAjNYANuXdL+c9S0gfNgtKhXMCU27Xse1Ws=\r\n=rUwo\r\n-----END PGP SIGNATURE-----\r\n"},"gitHead":"2d1befc546855b3ee0e7e7e3a29dd125062c160b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.5","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.5_1675107499052_0.13223686734293216","host":"s3://npm-registry-packages"}},"0.27.0-rc.6":{"name":"fundamental-styles","version":"0.27.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d3d27fee15c5bbbb15b7ec51a64d8f0aefb2d0c9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.6.tgz","fileCount":362,"integrity":"sha512-83QZbmHgjXGvDwFUonN6IKoXEbQGDRGq7FeKtePhH2N+pHL2HA/XW32TIT/DrOjloUpxoPlZp0xTB6wrXdY+9w==","signatures":[{"sig":"MEUCIQDk3kTtHw5Q1YY/PpMSyc9sNXdzfX0OyafQKRw90YNgRgIgWtpiIiPtbShT9LnqVdvYZBYkqkF/n6HaW2VB8zrHgm8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6768863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6fUyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmru6A/+Ko9WIc8Q1KR+1L92KtUw0IFLSXxP/8VH13uniz5EyJp0mpk1\r\nhGQLy6M0zmCLiKqIT5WZrkwaJkpTgLe3Ffd4EIa1c68Brl+AVWvKZVpVbumY\r\nNKWE0UxRG1O3jvmBxuo+0lzIaKIL0daRuZf3M9muxwGYvScU0dIYF83jy+Dl\r\nK7OhX1fykhBYP9uVodU87DeqnHuPNluT5yF9U03wuAGQCU2eZ1r49Ge+d8Fi\r\nw/njAHSKQaEuQUtw5U1flZf3WRNRN/PRkM7MKiTu6ZYhQjvEFToWR9dDIo2+\r\nzOTCh+4WjmvF9grgTBDyvVeGeIgFNK4zO+fKxDvh2x3MpQjwZqvk4pTk9sCI\r\njVlPTDw8fjWpFxOr/ZKKVSoCkJu3nrmrcBm1eEv7pHXa2qV49VehfHQYhdey\r\ngOyInGTue6UISW3RMsUwQ11EhGOMmByw0hmxxx7Vw1t0H0SBQhhtMNVX0kJI\r\nSzWRqtbDKlqtUckGLChTHgGwyMloxiYW/8AyzVtSYGHGSVwUsI3PZAqxvSBR\r\nGvcqmqPOiSe1/xsYpjIbHXQgz7tdSOhWRNPzsECnaMBzjBKMDWV75KvBVPLM\r\nJuW2BjNyZovvFgRNjXy7qCjRaoxlVnzzHlUfOgejU6U2u4tMWwg1uqZBDz/c\r\nWkhp7JBcCCSjFs3DYOpWVeDyRRNtZ+UdUE4=\r\n=i+pI\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/js/bar":{"types":"./dist/js/bar.d.ts","default":"./dist/js/bar.mjs","esm2020":"./dist/js/bar.mjs"},"./dist/js/card":{"types":"./dist/js/card.d.ts","default":"./dist/js/card.mjs","esm2020":"./dist/js/card.mjs"},"./dist/js/code":{"types":"./dist/js/code.d.ts","default":"./dist/js/code.mjs","esm2020":"./dist/js/code.mjs"},"./dist/js/icon":{"types":"./dist/js/icon.d.ts","default":"./dist/js/icon.mjs","esm2020":"./dist/js/icon.mjs"},"./dist/js/link":{"types":"./dist/js/link.d.ts","default":"./dist/js/link.mjs","esm2020":"./dist/js/link.mjs"},"./dist/js/list":{"types":"./dist/js/list.d.ts","default":"./dist/js/list.mjs","esm2020":"./dist/js/list.mjs"},"./dist/js/menu":{"types":"./dist/js/menu.d.ts","default":"./dist/js/menu.mjs","esm2020":"./dist/js/menu.mjs"},"./dist/js/page":{"types":"./dist/js/page.d.ts","default":"./dist/js/page.mjs","esm2020":"./dist/js/page.mjs"},"./dist/js/tabs":{"types":"./dist/js/tabs.d.ts","default":"./dist/js/tabs.mjs","esm2020":"./dist/js/tabs.mjs"},"./dist/js/text":{"types":"./dist/js/text.d.ts","default":"./dist/js/text.mjs","esm2020":"./dist/js/text.mjs"},"./dist/js/tile":{"types":"./dist/js/tile.d.ts","default":"./dist/js/tile.mjs","esm2020":"./dist/js/tile.mjs"},"./dist/js/time":{"types":"./dist/js/time.d.ts","default":"./dist/js/time.mjs","esm2020":"./dist/js/time.mjs"},"./dist/js/tree":{"types":"./dist/js/tree.d.ts","default":"./dist/js/tree.mjs","esm2020":"./dist/js/tree.mjs"},"./dist/js/alert":{"types":"./dist/js/alert.d.ts","default":"./dist/js/alert.mjs","esm2020":"./dist/js/alert.mjs"},"./dist/js/badge":{"types":"./dist/js/badge.d.ts","default":"./dist/js/badge.mjs","esm2020":"./dist/js/badge.mjs"},"./dist/js/facet":{"types":"./dist/js/facet.d.ts","default":"./dist/js/facet.mjs","esm2020":"./dist/js/facet.mjs"},"./dist/js/input":{"types":"./dist/js/input.d.ts","default":"./dist/js/input.mjs","esm2020":"./dist/js/input.mjs"},"./dist/js/panel":{"types":"./dist/js/panel.d.ts","default":"./dist/js/panel.mjs","esm2020":"./dist/js/panel.mjs"},"./dist/js/radio":{"types":"./dist/js/radio.d.ts","default":"./dist/js/radio.mjs","esm2020":"./dist/js/radio.mjs"},"./dist/js/table":{"types":"./dist/js/table.d.ts","default":"./dist/js/table.mjs","esm2020":"./dist/js/table.mjs"},"./dist/js/title":{"types":"./dist/js/title.d.ts","default":"./dist/js/title.mjs","esm2020":"./dist/js/title.mjs"},"./dist/js/token":{"types":"./dist/js/token.d.ts","default":"./dist/js/token.mjs","esm2020":"./dist/js/token.mjs"},"./dist/js/avatar":{"types":"./dist/js/avatar.d.ts","default":"./dist/js/avatar.mjs","esm2020":"./dist/js/avatar.mjs"},"./dist/js/button":{"types":"./dist/js/button.d.ts","default":"./dist/js/button.mjs","esm2020":"./dist/js/button.mjs"},"./dist/js/dialog":{"types":"./dist/js/dialog.d.ts","default":"./dist/js/dialog.mjs","esm2020":"./dist/js/dialog.mjs"},"./dist/js/layout":{"types":"./dist/js/layout.d.ts","default":"./dist/js/layout.mjs","esm2020":"./dist/js/layout.mjs"},"./dist/js/select":{"types":"./dist/js/select.d.ts","default":"./dist/js/select.mjs","esm2020":"./dist/js/select.mjs"},"./dist/js/slider":{"types":"./dist/js/slider.d.ts","default":"./dist/js/slider.mjs","esm2020":"./dist/js/slider.mjs"},"./dist/js/switch":{"types":"./dist/js/switch.d.ts","default":"./dist/js/switch.mjs","esm2020":"./dist/js/switch.mjs"},"./dist/js/wizard":{"types":"./dist/js/wizard.d.ts","default":"./dist/js/wizard.mjs","esm2020":"./dist/js/wizard.mjs"},"./dist/js/counter":{"types":"./dist/js/counter.d.ts","default":"./dist/js/counter.mjs","esm2020":"./dist/js/counter.mjs"},"./dist/js/helpers":{"types":"./dist/js/helpers.d.ts","default":"./dist/js/helpers.mjs","esm2020":"./dist/js/helpers.mjs"},"./dist/js/margins":{"types":"./dist/js/margins.d.ts","default":"./dist/js/margins.mjs","esm2020":"./dist/js/margins.mjs"},"./dist/js/popover":{"types":"./dist/js/popover.d.ts","default":"./dist/js/popover.mjs","esm2020":"./dist/js/popover.mjs"},"./dist/js/section":{"types":"./dist/js/section.d.ts","default":"./dist/js/section.mjs","esm2020":"./dist/js/section.mjs"},"./dist/js/toolbar":{"types":"./dist/js/toolbar.d.ts","default":"./dist/js/toolbar.mjs","esm2020":"./dist/js/toolbar.mjs"},"./dist/js/calendar":{"types":"./dist/js/calendar.d.ts","default":"./dist/js/calendar.mjs","esm2020":"./dist/js/calendar.mjs"},"./dist/js/carousel":{"types":"./dist/js/carousel.d.ts","default":"./dist/js/carousel.mjs","esm2020":"./dist/js/carousel.mjs"},"./dist/js/checkbox":{"types":"./dist/js/checkbox.d.ts","default":"./dist/js/checkbox.mjs","esm2020":"./dist/js/checkbox.mjs"},"./dist/js/fieldset":{"types":"./dist/js/fieldset.d.ts","default":"./dist/js/fieldset.mjs","esm2020":"./dist/js/fieldset.mjs"},"./dist/js/paddings":{"types":"./dist/js/paddings.d.ts","default":"./dist/js/paddings.mjs","esm2020":"./dist/js/paddings.mjs"},"./dist/js/shellbar":{"types":"./dist/js/shellbar.d.ts","default":"./dist/js/shellbar.mjs","esm2020":"./dist/js/shellbar.mjs"},"./dist/js/side-nav":{"types":"./dist/js/side-nav.d.ts","default":"./dist/js/side-nav.mjs","esm2020":"./dist/js/side-nav.mjs"},"./dist/js/splitter":{"types":"./dist/js/splitter.d.ts","default":"./dist/js/splitter.mjs","esm2020":"./dist/js/splitter.mjs"},"./dist/js/textarea":{"types":"./dist/js/textarea.d.ts","default":"./dist/js/textarea.mjs","esm2020":"./dist/js/textarea.mjs"},"./dist/js/feed-list":{"types":"./dist/js/feed-list.d.ts","default":"./dist/js/feed-list.mjs","esm2020":"./dist/js/feed-list.mjs"},"./dist/js/form-item":{"types":"./dist/js/form-item.d.ts","default":"./dist/js/form-item.mjs","esm2020":"./dist/js/form-item.mjs"},"./dist/js/grid-list":{"types":"./dist/js/grid-list.d.ts","default":"./dist/js/grid-list.mjs","esm2020":"./dist/js/grid-list.mjs"},"./dist/js/scrollbar":{"types":"./dist/js/scrollbar.d.ts","default":"./dist/js/scrollbar.mjs","esm2020":"./dist/js/scrollbar.mjs"},"./dist/js/tokenizer":{"types":"./dist/js/tokenizer.d.ts","default":"./dist/js/tokenizer.mjs","esm2020":"./dist/js/tokenizer.mjs"},"./dist/js/user-menu":{"types":"./dist/js/user-menu.d.ts","default":"./dist/js/user-menu.mjs","esm2020":"./dist/js/user-menu.mjs"},"./dist/js/action-bar":{"types":"./dist/js/action-bar.d.ts","default":"./dist/js/action-bar.mjs","esm2020":"./dist/js/action-bar.mjs"},"./dist/js/breadcrumb":{"types":"./dist/js/breadcrumb.d.ts","default":"./dist/js/breadcrumb.mjs","esm2020":"./dist/js/breadcrumb.mjs"},"./dist/js/feed-input":{"types":"./dist/js/feed-input.d.ts","default":"./dist/js/feed-input.mjs","esm2020":"./dist/js/feed-input.mjs"},"./dist/js/form-group":{"types":"./dist/js/form-group.d.ts","default":"./dist/js/form-group.mjs","esm2020":"./dist/js/form-group.mjs"},"./dist/js/form-label":{"types":"./dist/js/form-label.d.ts","default":"./dist/js/form-label.mjs","esm2020":"./dist/js/form-label.mjs"},"./dist/js/info-label":{"types":"./dist/js/info-label.d.ts","default":"./dist/js/info-label.mjs","esm2020":"./dist/js/info-label.mjs"},"./dist/js/off-screen":{"types":"./dist/js/off-screen.d.ts","default":"./dist/js/off-screen.mjs","esm2020":"./dist/js/off-screen.mjs"},"./dist/js/pagination":{"types":"./dist/js/pagination.d.ts","default":"./dist/js/pagination.mjs","esm2020":"./dist/js/pagination.mjs"},"./dist/js/quick-view":{"types":"./dist/js/quick-view.d.ts","default":"./dist/js/quick-view.mjs","esm2020":"./dist/js/quick-view.mjs"},"./dist/js/step-input":{"types":"./dist/js/step-input.d.ts","default":"./dist/js/step-input.mjs","esm2020":"./dist/js/step-input.mjs"},"./dist/js/timepicker":{"types":"./dist/js/timepicker.d.ts","default":"./dist/js/timepicker.mjs","esm2020":"./dist/js/timepicker.mjs"},"./dist/js/form-header":{"types":"./dist/js/form-header.d.ts","default":"./dist/js/form-header.mjs","esm2020":"./dist/js/form-header.mjs"},"./dist/js/input-group":{"types":"./dist/js/input-group.d.ts","default":"./dist/js/input-group.mjs","esm2020":"./dist/js/input-group.mjs"},"./dist/js/layout-grid":{"types":"./dist/js/layout-grid.d.ts","default":"./dist/js/layout-grid.mjs","esm2020":"./dist/js/layout-grid.mjs"},"./dist/js/message-box":{"types":"./dist/js/message-box.d.ts","default":"./dist/js/message-box.mjs","esm2020":"./dist/js/message-box.mjs"},"./dist/js/object-list":{"types":"./dist/js/object-list.d.ts","default":"./dist/js/object-list.mjs","esm2020":"./dist/js/object-list.mjs"},"./dist/js/page-footer":{"types":"./dist/js/page-footer.d.ts","default":"./dist/js/page-footer.mjs","esm2020":"./dist/js/page-footer.mjs"},"./dist/js/tool-header":{"types":"./dist/js/tool-header.d.ts","default":"./dist/js/tool-header.mjs","esm2020":"./dist/js/tool-header.mjs"},"./dist/js/action-sheet":{"types":"./dist/js/action-sheet.d.ts","default":"./dist/js/action-sheet.mjs","esm2020":"./dist/js/action-sheet.mjs"},"./dist/js/avatar-group":{"types":"./dist/js/avatar-group.d.ts","default":"./dist/js/avatar-group.mjs","esm2020":"./dist/js/avatar-group.mjs"},"./dist/js/button-split":{"types":"./dist/js/button-split.d.ts","default":"./dist/js/button-split.mjs","esm2020":"./dist/js/button-split.mjs"},"./dist/js/dynamic-page":{"types":"./dist/js/dynamic-page.d.ts","default":"./dist/js/dynamic-page.mjs","esm2020":"./dist/js/dynamic-page.mjs"},"./dist/js/form-message":{"types":"./dist/js/form-message.d.ts","default":"./dist/js/form-message.mjs","esm2020":"./dist/js/form-message.mjs"},"./dist/js/icon-tab-bar":{"types":"./dist/js/icon-tab-bar.d.ts","default":"./dist/js/icon-tab-bar.mjs","esm2020":"./dist/js/icon-tab-bar.mjs"},"./dist/js/layout-panel":{"types":"./dist/js/layout-panel.d.ts","default":"./dist/js/layout-panel.mjs","esm2020":"./dist/js/layout-panel.mjs"},"./dist/js/message-page":{"types":"./dist/js/message-page.d.ts","default":"./dist/js/message-page.mjs","esm2020":"./dist/js/message-page.mjs"},"./dist/js/notification":{"types":"./dist/js/notification.d.ts","default":"./dist/js/notification.mjs","esm2020":"./dist/js/notification.mjs"},"./dist/js/vertical-nav":{"types":"./dist/js/vertical-nav.d.ts","default":"./dist/js/vertical-nav.mjs","esm2020":"./dist/js/vertical-nav.mjs"},"./dist/js/file-uploader":{"types":"./dist/js/file-uploader.d.ts","default":"./dist/js/file-uploader.mjs","esm2020":"./dist/js/file-uploader.mjs"},"./dist/js/message-strip":{"types":"./dist/js/message-strip.d.ts","default":"./dist/js/message-strip.mjs","esm2020":"./dist/js/message-strip.mjs"},"./dist/js/message-toast":{"types":"./dist/js/message-toast.d.ts","default":"./dist/js/message-toast.mjs","esm2020":"./dist/js/message-toast.mjs"},"./dist/js/object-marker":{"types":"./dist/js/object-marker.d.ts","default":"./dist/js/object-marker.mjs","esm2020":"./dist/js/object-marker.mjs"},"./dist/js/object-number":{"types":"./dist/js/object-number.d.ts","default":"./dist/js/object-number.mjs","esm2020":"./dist/js/object-number.mjs"},"./dist/js/object-status":{"types":"./dist/js/object-status.d.ts","default":"./dist/js/object-status.mjs","esm2020":"./dist/js/object-status.mjs"},"./dist/js/busy-indicator":{"types":"./dist/js/busy-indicator.d.ts","default":"./dist/js/busy-indicator.mjs","esm2020":"./dist/js/busy-indicator.mjs"},"./dist/js/product-switch":{"types":"./dist/js/product-switch.d.ts","default":"./dist/js/product-switch.mjs","esm2020":"./dist/js/product-switch.mjs"},"./dist/js/fonts/sap_fonts":{"types":"./dist/js/fonts/sap_fonts.d.ts","default":"./dist/js/fonts/sap_fonts.mjs","esm2020":"./dist/js/fonts/sap_fonts.mjs"},"./dist/js/message-popover":{"types":"./dist/js/message-popover.d.ts","default":"./dist/js/message-popover.mjs","esm2020":"./dist/js/message-popover.mjs"},"./dist/js/numeric-content":{"types":"./dist/js/numeric-content.d.ts","default":"./dist/js/numeric-content.mjs","esm2020":"./dist/js/numeric-content.mjs"},"./dist/js/form-layout-grid":{"types":"./dist/js/form-layout-grid.d.ts","default":"./dist/js/form-layout-grid.mjs","esm2020":"./dist/js/form-layout-grid.mjs"},"./dist/js/object-attribute":{"types":"./dist/js/object-attribute.d.ts","default":"./dist/js/object-attribute.mjs","esm2020":"./dist/js/object-attribute.mjs"},"./dist/js/rating-indicator":{"types":"./dist/js/rating-indicator.d.ts","default":"./dist/js/rating-indicator.mjs","esm2020":"./dist/js/rating-indicator.mjs"},"./dist/js/segmented-button":{"types":"./dist/js/segmented-button.d.ts","default":"./dist/js/segmented-button.mjs","esm2020":"./dist/js/segmented-button.mjs"},"./dist/js/status-indicator":{"types":"./dist/js/status-indicator.d.ts","default":"./dist/js/status-indicator.mjs","esm2020":"./dist/js/status-indicator.mjs"},"./dist/js/fixed-card-layout":{"types":"./dist/js/fixed-card-layout.d.ts","default":"./dist/js/fixed-card-layout.mjs","esm2020":"./dist/js/fixed-card-layout.mjs"},"./dist/js/object-identifier":{"types":"./dist/js/object-identifier.d.ts","default":"./dist/js/object-identifier.mjs","esm2020":"./dist/js/object-identifier.mjs"},"./dist/js/upload-collection":{"types":"./dist/js/upload-collection.d.ts","default":"./dist/js/upload-collection.mjs","esm2020":"./dist/js/upload-collection.mjs"},"./dist/js/fundamental-styles":{"types":"./dist/js/fundamental-styles.d.ts","default":"./dist/js/fundamental-styles.mjs","esm2020":"./dist/js/fundamental-styles.mjs"},"./dist/js/micro-process-flow":{"types":"./dist/js/micro-process-flow.d.ts","default":"./dist/js/micro-process-flow.mjs","esm2020":"./dist/js/micro-process-flow.mjs"},"./dist/js/progress-indicator":{"types":"./dist/js/progress-indicator.d.ts","default":"./dist/js/progress-indicator.mjs","esm2020":"./dist/js/progress-indicator.mjs"},"./dist/js/variant-management":{"types":"./dist/js/variant-management.d.ts","default":"./dist/js/variant-management.mjs","esm2020":"./dist/js/variant-management.mjs"},"./dist/js/illustrated-message":{"types":"./dist/js/illustrated-message.d.ts","default":"./dist/js/illustrated-message.mjs","esm2020":"./dist/js/illustrated-message.mjs"},"./dist/js/theming/sap_fiori_3":{"types":"./dist/js/theming/sap_fiori_3.d.ts","default":"./dist/js/theming/sap_fiori_3.mjs","esm2020":"./dist/js/theming/sap_fiori_3.mjs"},"./dist/js/theming/sap_horizon":{"types":"./dist/js/theming/sap_horizon.d.ts","default":"./dist/js/theming/sap_horizon.mjs","esm2020":"./dist/js/theming/sap_horizon.mjs"},"./dist/js/dynamic-side-content":{"types":"./dist/js/dynamic-side-content.d.ts","default":"./dist/js/dynamic-side-content.mjs","esm2020":"./dist/js/dynamic-side-content.mjs"},"./dist/js/horizontal-navigation":{"types":"./dist/js/horizontal-navigation.d.ts","default":"./dist/js/horizontal-navigation.mjs","esm2020":"./dist/js/horizontal-navigation.mjs"},"./dist/js/resizable-card-layout":{"types":"./dist/js/resizable-card-layout.d.ts","default":"./dist/js/resizable-card-layout.mjs","esm2020":"./dist/js/resizable-card-layout.mjs"},"./dist/js/flexible-column-layout":{"types":"./dist/js/flexible-column-layout.d.ts","default":"./dist/js/flexible-column-layout.mjs","esm2020":"./dist/js/flexible-column-layout.mjs"},"./dist/js/fonts/sap_fiori_3_fonts":{"types":"./dist/js/fonts/sap_fiori_3_fonts.d.ts","default":"./dist/js/fonts/sap_fiori_3_fonts.mjs","esm2020":"./dist/js/fonts/sap_fiori_3_fonts.mjs"},"./dist/js/fonts/sap_horizon_fonts":{"types":"./dist/js/fonts/sap_horizon_fonts.d.ts","default":"./dist/js/fonts/sap_horizon_fonts.mjs","esm2020":"./dist/js/fonts/sap_horizon_fonts.mjs"},"./dist/js/theming/sap_fiori_3_hcb":{"types":"./dist/js/theming/sap_fiori_3_hcb.d.ts","default":"./dist/js/theming/sap_fiori_3_hcb.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcb.mjs"},"./dist/js/theming/sap_fiori_3_hcw":{"types":"./dist/js/theming/sap_fiori_3_hcw.d.ts","default":"./dist/js/theming/sap_fiori_3_hcw.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcw.mjs"},"./dist/js/theming/sap_horizon_hcb":{"types":"./dist/js/theming/sap_horizon_hcb.d.ts","default":"./dist/js/theming/sap_horizon_hcb.mjs","esm2020":"./dist/js/theming/sap_horizon_hcb.mjs"},"./dist/js/theming/sap_horizon_hcw":{"types":"./dist/js/theming/sap_horizon_hcw.d.ts","default":"./dist/js/theming/sap_horizon_hcw.mjs","esm2020":"./dist/js/theming/sap_horizon_hcw.mjs"},"./dist/js/theming/sap_fiori_3_dark":{"types":"./dist/js/theming/sap_fiori_3_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_dark.mjs"},"./dist/js/theming/sap_horizon_dark":{"types":"./dist/js/theming/sap_horizon_dark.d.ts","default":"./dist/js/theming/sap_horizon_dark.mjs","esm2020":"./dist/js/theming/sap_horizon_dark.mjs"},"./dist/js/theming/sap_fiori_3_light_dark":{"types":"./dist/js/theming/sap_fiori_3_light_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_light_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_light_dark.mjs"}},"gitHead":"56b71dcdaf35ce184bdb306a8993dd96c83a9188","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.6","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.6_1676277042130_0.08313461618721996","host":"s3://npm-registry-packages"}},"0.27.0-rc.7":{"name":"fundamental-styles","version":"0.27.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cefc672061763db87d96e4e958a0726dc940c091","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.7.tgz","fileCount":362,"integrity":"sha512-iOK73G3ioq3qnACyZMYNUkwRm3TfV56lA7hkZONFTKNZt4TVHfdYy6gsv0I4zq+UW0AhwDCMkSSejaoQGh8WXw==","signatures":[{"sig":"MEYCIQDquxKX5qOWnUCaNWWqiF/5yGwz34Psm4wJkoZgCjRFMQIhALm/Q3kOFvYHf2w/cilt4PB4kkWsYdcDQP9c1Z/prF4e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6768863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6pohACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoKaQ//Vnq2cqKueKW9lW4IR1CFqnWJZXJFqxDLvBjJymrkPbpMrXVt\r\n08IQWYY2tTmRN00Wb+LPNt9F+BviAb5ehBtxgEnCPOf7vrcIaRdaUIExKDJY\r\nss+MBGBHGMfrVs110qymJtDHa3PL6MU6m4V1AabJ2QG9DGTndnwKTo45P5nG\r\nrm4vwOYtJeFwBaZEygnbQNIsJ0rPdLOvWSijnvxppNvxnE8FyMCMP8bA0zlz\r\noAtc2aYkJopMDv2EEd7dgxAHn4+LM4oMrUr1TaWub9vKICSoesbD92GwdrQj\r\nYGatC8Wd+NLBlqvB0SMjhoYXV6QO7f/Nmb5wMLhiP88+Lz8frJOyyiMqRDVj\r\nGevznNObUhs1K5SJlo76l8/uTKqb+D/FzykBEEiYEimb5Rx7IeXxS6JdUjB6\r\n/V/VPOoLc7tVhv4DweJkMAjIc5VH9dTCJgiiOXzh2hvi1WngLg3DKiJi7fep\r\nGnXoN9Xis331+A1L5eboOrf5OwjFvv5NIs0Jjtprws6trukChnILHP91fnhN\r\nrZtwk61zSo6z2D/ncqj9Bm7yGTtwwT5PJd0sbmxAyLpYNXKGZk+2R5FbsGmc\r\nRuH3JB5KE5DNKHL5S+NyMhG5uFZBO8/EJgZF9iQ6woAzxlDBX/WSiRLnf9b3\r\nMh3t1I44gHRUvawFEUfklsqjgJnHPrMdrDU=\r\n=gp8c\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/js/bar":{"types":"./dist/js/bar.d.ts","default":"./dist/js/bar.mjs","esm2020":"./dist/js/bar.mjs"},"./dist/js/card":{"types":"./dist/js/card.d.ts","default":"./dist/js/card.mjs","esm2020":"./dist/js/card.mjs"},"./dist/js/code":{"types":"./dist/js/code.d.ts","default":"./dist/js/code.mjs","esm2020":"./dist/js/code.mjs"},"./dist/js/icon":{"types":"./dist/js/icon.d.ts","default":"./dist/js/icon.mjs","esm2020":"./dist/js/icon.mjs"},"./dist/js/link":{"types":"./dist/js/link.d.ts","default":"./dist/js/link.mjs","esm2020":"./dist/js/link.mjs"},"./dist/js/list":{"types":"./dist/js/list.d.ts","default":"./dist/js/list.mjs","esm2020":"./dist/js/list.mjs"},"./dist/js/menu":{"types":"./dist/js/menu.d.ts","default":"./dist/js/menu.mjs","esm2020":"./dist/js/menu.mjs"},"./dist/js/page":{"types":"./dist/js/page.d.ts","default":"./dist/js/page.mjs","esm2020":"./dist/js/page.mjs"},"./dist/js/tabs":{"types":"./dist/js/tabs.d.ts","default":"./dist/js/tabs.mjs","esm2020":"./dist/js/tabs.mjs"},"./dist/js/text":{"types":"./dist/js/text.d.ts","default":"./dist/js/text.mjs","esm2020":"./dist/js/text.mjs"},"./dist/js/tile":{"types":"./dist/js/tile.d.ts","default":"./dist/js/tile.mjs","esm2020":"./dist/js/tile.mjs"},"./dist/js/time":{"types":"./dist/js/time.d.ts","default":"./dist/js/time.mjs","esm2020":"./dist/js/time.mjs"},"./dist/js/tree":{"types":"./dist/js/tree.d.ts","default":"./dist/js/tree.mjs","esm2020":"./dist/js/tree.mjs"},"./dist/js/alert":{"types":"./dist/js/alert.d.ts","default":"./dist/js/alert.mjs","esm2020":"./dist/js/alert.mjs"},"./dist/js/badge":{"types":"./dist/js/badge.d.ts","default":"./dist/js/badge.mjs","esm2020":"./dist/js/badge.mjs"},"./dist/js/facet":{"types":"./dist/js/facet.d.ts","default":"./dist/js/facet.mjs","esm2020":"./dist/js/facet.mjs"},"./dist/js/input":{"types":"./dist/js/input.d.ts","default":"./dist/js/input.mjs","esm2020":"./dist/js/input.mjs"},"./dist/js/panel":{"types":"./dist/js/panel.d.ts","default":"./dist/js/panel.mjs","esm2020":"./dist/js/panel.mjs"},"./dist/js/radio":{"types":"./dist/js/radio.d.ts","default":"./dist/js/radio.mjs","esm2020":"./dist/js/radio.mjs"},"./dist/js/table":{"types":"./dist/js/table.d.ts","default":"./dist/js/table.mjs","esm2020":"./dist/js/table.mjs"},"./dist/js/title":{"types":"./dist/js/title.d.ts","default":"./dist/js/title.mjs","esm2020":"./dist/js/title.mjs"},"./dist/js/token":{"types":"./dist/js/token.d.ts","default":"./dist/js/token.mjs","esm2020":"./dist/js/token.mjs"},"./dist/js/avatar":{"types":"./dist/js/avatar.d.ts","default":"./dist/js/avatar.mjs","esm2020":"./dist/js/avatar.mjs"},"./dist/js/button":{"types":"./dist/js/button.d.ts","default":"./dist/js/button.mjs","esm2020":"./dist/js/button.mjs"},"./dist/js/dialog":{"types":"./dist/js/dialog.d.ts","default":"./dist/js/dialog.mjs","esm2020":"./dist/js/dialog.mjs"},"./dist/js/layout":{"types":"./dist/js/layout.d.ts","default":"./dist/js/layout.mjs","esm2020":"./dist/js/layout.mjs"},"./dist/js/select":{"types":"./dist/js/select.d.ts","default":"./dist/js/select.mjs","esm2020":"./dist/js/select.mjs"},"./dist/js/slider":{"types":"./dist/js/slider.d.ts","default":"./dist/js/slider.mjs","esm2020":"./dist/js/slider.mjs"},"./dist/js/switch":{"types":"./dist/js/switch.d.ts","default":"./dist/js/switch.mjs","esm2020":"./dist/js/switch.mjs"},"./dist/js/wizard":{"types":"./dist/js/wizard.d.ts","default":"./dist/js/wizard.mjs","esm2020":"./dist/js/wizard.mjs"},"./dist/js/counter":{"types":"./dist/js/counter.d.ts","default":"./dist/js/counter.mjs","esm2020":"./dist/js/counter.mjs"},"./dist/js/helpers":{"types":"./dist/js/helpers.d.ts","default":"./dist/js/helpers.mjs","esm2020":"./dist/js/helpers.mjs"},"./dist/js/margins":{"types":"./dist/js/margins.d.ts","default":"./dist/js/margins.mjs","esm2020":"./dist/js/margins.mjs"},"./dist/js/popover":{"types":"./dist/js/popover.d.ts","default":"./dist/js/popover.mjs","esm2020":"./dist/js/popover.mjs"},"./dist/js/section":{"types":"./dist/js/section.d.ts","default":"./dist/js/section.mjs","esm2020":"./dist/js/section.mjs"},"./dist/js/toolbar":{"types":"./dist/js/toolbar.d.ts","default":"./dist/js/toolbar.mjs","esm2020":"./dist/js/toolbar.mjs"},"./dist/js/calendar":{"types":"./dist/js/calendar.d.ts","default":"./dist/js/calendar.mjs","esm2020":"./dist/js/calendar.mjs"},"./dist/js/carousel":{"types":"./dist/js/carousel.d.ts","default":"./dist/js/carousel.mjs","esm2020":"./dist/js/carousel.mjs"},"./dist/js/checkbox":{"types":"./dist/js/checkbox.d.ts","default":"./dist/js/checkbox.mjs","esm2020":"./dist/js/checkbox.mjs"},"./dist/js/fieldset":{"types":"./dist/js/fieldset.d.ts","default":"./dist/js/fieldset.mjs","esm2020":"./dist/js/fieldset.mjs"},"./dist/js/paddings":{"types":"./dist/js/paddings.d.ts","default":"./dist/js/paddings.mjs","esm2020":"./dist/js/paddings.mjs"},"./dist/js/shellbar":{"types":"./dist/js/shellbar.d.ts","default":"./dist/js/shellbar.mjs","esm2020":"./dist/js/shellbar.mjs"},"./dist/js/side-nav":{"types":"./dist/js/side-nav.d.ts","default":"./dist/js/side-nav.mjs","esm2020":"./dist/js/side-nav.mjs"},"./dist/js/splitter":{"types":"./dist/js/splitter.d.ts","default":"./dist/js/splitter.mjs","esm2020":"./dist/js/splitter.mjs"},"./dist/js/textarea":{"types":"./dist/js/textarea.d.ts","default":"./dist/js/textarea.mjs","esm2020":"./dist/js/textarea.mjs"},"./dist/js/feed-list":{"types":"./dist/js/feed-list.d.ts","default":"./dist/js/feed-list.mjs","esm2020":"./dist/js/feed-list.mjs"},"./dist/js/form-item":{"types":"./dist/js/form-item.d.ts","default":"./dist/js/form-item.mjs","esm2020":"./dist/js/form-item.mjs"},"./dist/js/grid-list":{"types":"./dist/js/grid-list.d.ts","default":"./dist/js/grid-list.mjs","esm2020":"./dist/js/grid-list.mjs"},"./dist/js/scrollbar":{"types":"./dist/js/scrollbar.d.ts","default":"./dist/js/scrollbar.mjs","esm2020":"./dist/js/scrollbar.mjs"},"./dist/js/tokenizer":{"types":"./dist/js/tokenizer.d.ts","default":"./dist/js/tokenizer.mjs","esm2020":"./dist/js/tokenizer.mjs"},"./dist/js/user-menu":{"types":"./dist/js/user-menu.d.ts","default":"./dist/js/user-menu.mjs","esm2020":"./dist/js/user-menu.mjs"},"./dist/js/action-bar":{"types":"./dist/js/action-bar.d.ts","default":"./dist/js/action-bar.mjs","esm2020":"./dist/js/action-bar.mjs"},"./dist/js/breadcrumb":{"types":"./dist/js/breadcrumb.d.ts","default":"./dist/js/breadcrumb.mjs","esm2020":"./dist/js/breadcrumb.mjs"},"./dist/js/feed-input":{"types":"./dist/js/feed-input.d.ts","default":"./dist/js/feed-input.mjs","esm2020":"./dist/js/feed-input.mjs"},"./dist/js/form-group":{"types":"./dist/js/form-group.d.ts","default":"./dist/js/form-group.mjs","esm2020":"./dist/js/form-group.mjs"},"./dist/js/form-label":{"types":"./dist/js/form-label.d.ts","default":"./dist/js/form-label.mjs","esm2020":"./dist/js/form-label.mjs"},"./dist/js/info-label":{"types":"./dist/js/info-label.d.ts","default":"./dist/js/info-label.mjs","esm2020":"./dist/js/info-label.mjs"},"./dist/js/off-screen":{"types":"./dist/js/off-screen.d.ts","default":"./dist/js/off-screen.mjs","esm2020":"./dist/js/off-screen.mjs"},"./dist/js/pagination":{"types":"./dist/js/pagination.d.ts","default":"./dist/js/pagination.mjs","esm2020":"./dist/js/pagination.mjs"},"./dist/js/quick-view":{"types":"./dist/js/quick-view.d.ts","default":"./dist/js/quick-view.mjs","esm2020":"./dist/js/quick-view.mjs"},"./dist/js/step-input":{"types":"./dist/js/step-input.d.ts","default":"./dist/js/step-input.mjs","esm2020":"./dist/js/step-input.mjs"},"./dist/js/timepicker":{"types":"./dist/js/timepicker.d.ts","default":"./dist/js/timepicker.mjs","esm2020":"./dist/js/timepicker.mjs"},"./dist/js/form-header":{"types":"./dist/js/form-header.d.ts","default":"./dist/js/form-header.mjs","esm2020":"./dist/js/form-header.mjs"},"./dist/js/input-group":{"types":"./dist/js/input-group.d.ts","default":"./dist/js/input-group.mjs","esm2020":"./dist/js/input-group.mjs"},"./dist/js/layout-grid":{"types":"./dist/js/layout-grid.d.ts","default":"./dist/js/layout-grid.mjs","esm2020":"./dist/js/layout-grid.mjs"},"./dist/js/message-box":{"types":"./dist/js/message-box.d.ts","default":"./dist/js/message-box.mjs","esm2020":"./dist/js/message-box.mjs"},"./dist/js/object-list":{"types":"./dist/js/object-list.d.ts","default":"./dist/js/object-list.mjs","esm2020":"./dist/js/object-list.mjs"},"./dist/js/page-footer":{"types":"./dist/js/page-footer.d.ts","default":"./dist/js/page-footer.mjs","esm2020":"./dist/js/page-footer.mjs"},"./dist/js/tool-header":{"types":"./dist/js/tool-header.d.ts","default":"./dist/js/tool-header.mjs","esm2020":"./dist/js/tool-header.mjs"},"./dist/js/action-sheet":{"types":"./dist/js/action-sheet.d.ts","default":"./dist/js/action-sheet.mjs","esm2020":"./dist/js/action-sheet.mjs"},"./dist/js/avatar-group":{"types":"./dist/js/avatar-group.d.ts","default":"./dist/js/avatar-group.mjs","esm2020":"./dist/js/avatar-group.mjs"},"./dist/js/button-split":{"types":"./dist/js/button-split.d.ts","default":"./dist/js/button-split.mjs","esm2020":"./dist/js/button-split.mjs"},"./dist/js/dynamic-page":{"types":"./dist/js/dynamic-page.d.ts","default":"./dist/js/dynamic-page.mjs","esm2020":"./dist/js/dynamic-page.mjs"},"./dist/js/form-message":{"types":"./dist/js/form-message.d.ts","default":"./dist/js/form-message.mjs","esm2020":"./dist/js/form-message.mjs"},"./dist/js/icon-tab-bar":{"types":"./dist/js/icon-tab-bar.d.ts","default":"./dist/js/icon-tab-bar.mjs","esm2020":"./dist/js/icon-tab-bar.mjs"},"./dist/js/layout-panel":{"types":"./dist/js/layout-panel.d.ts","default":"./dist/js/layout-panel.mjs","esm2020":"./dist/js/layout-panel.mjs"},"./dist/js/message-page":{"types":"./dist/js/message-page.d.ts","default":"./dist/js/message-page.mjs","esm2020":"./dist/js/message-page.mjs"},"./dist/js/notification":{"types":"./dist/js/notification.d.ts","default":"./dist/js/notification.mjs","esm2020":"./dist/js/notification.mjs"},"./dist/js/vertical-nav":{"types":"./dist/js/vertical-nav.d.ts","default":"./dist/js/vertical-nav.mjs","esm2020":"./dist/js/vertical-nav.mjs"},"./dist/js/file-uploader":{"types":"./dist/js/file-uploader.d.ts","default":"./dist/js/file-uploader.mjs","esm2020":"./dist/js/file-uploader.mjs"},"./dist/js/message-strip":{"types":"./dist/js/message-strip.d.ts","default":"./dist/js/message-strip.mjs","esm2020":"./dist/js/message-strip.mjs"},"./dist/js/message-toast":{"types":"./dist/js/message-toast.d.ts","default":"./dist/js/message-toast.mjs","esm2020":"./dist/js/message-toast.mjs"},"./dist/js/object-marker":{"types":"./dist/js/object-marker.d.ts","default":"./dist/js/object-marker.mjs","esm2020":"./dist/js/object-marker.mjs"},"./dist/js/object-number":{"types":"./dist/js/object-number.d.ts","default":"./dist/js/object-number.mjs","esm2020":"./dist/js/object-number.mjs"},"./dist/js/object-status":{"types":"./dist/js/object-status.d.ts","default":"./dist/js/object-status.mjs","esm2020":"./dist/js/object-status.mjs"},"./dist/js/busy-indicator":{"types":"./dist/js/busy-indicator.d.ts","default":"./dist/js/busy-indicator.mjs","esm2020":"./dist/js/busy-indicator.mjs"},"./dist/js/product-switch":{"types":"./dist/js/product-switch.d.ts","default":"./dist/js/product-switch.mjs","esm2020":"./dist/js/product-switch.mjs"},"./dist/js/fonts/sap_fonts":{"types":"./dist/js/fonts/sap_fonts.d.ts","default":"./dist/js/fonts/sap_fonts.mjs","esm2020":"./dist/js/fonts/sap_fonts.mjs"},"./dist/js/message-popover":{"types":"./dist/js/message-popover.d.ts","default":"./dist/js/message-popover.mjs","esm2020":"./dist/js/message-popover.mjs"},"./dist/js/numeric-content":{"types":"./dist/js/numeric-content.d.ts","default":"./dist/js/numeric-content.mjs","esm2020":"./dist/js/numeric-content.mjs"},"./dist/js/form-layout-grid":{"types":"./dist/js/form-layout-grid.d.ts","default":"./dist/js/form-layout-grid.mjs","esm2020":"./dist/js/form-layout-grid.mjs"},"./dist/js/object-attribute":{"types":"./dist/js/object-attribute.d.ts","default":"./dist/js/object-attribute.mjs","esm2020":"./dist/js/object-attribute.mjs"},"./dist/js/rating-indicator":{"types":"./dist/js/rating-indicator.d.ts","default":"./dist/js/rating-indicator.mjs","esm2020":"./dist/js/rating-indicator.mjs"},"./dist/js/segmented-button":{"types":"./dist/js/segmented-button.d.ts","default":"./dist/js/segmented-button.mjs","esm2020":"./dist/js/segmented-button.mjs"},"./dist/js/status-indicator":{"types":"./dist/js/status-indicator.d.ts","default":"./dist/js/status-indicator.mjs","esm2020":"./dist/js/status-indicator.mjs"},"./dist/js/fixed-card-layout":{"types":"./dist/js/fixed-card-layout.d.ts","default":"./dist/js/fixed-card-layout.mjs","esm2020":"./dist/js/fixed-card-layout.mjs"},"./dist/js/object-identifier":{"types":"./dist/js/object-identifier.d.ts","default":"./dist/js/object-identifier.mjs","esm2020":"./dist/js/object-identifier.mjs"},"./dist/js/upload-collection":{"types":"./dist/js/upload-collection.d.ts","default":"./dist/js/upload-collection.mjs","esm2020":"./dist/js/upload-collection.mjs"},"./dist/js/fundamental-styles":{"types":"./dist/js/fundamental-styles.d.ts","default":"./dist/js/fundamental-styles.mjs","esm2020":"./dist/js/fundamental-styles.mjs"},"./dist/js/micro-process-flow":{"types":"./dist/js/micro-process-flow.d.ts","default":"./dist/js/micro-process-flow.mjs","esm2020":"./dist/js/micro-process-flow.mjs"},"./dist/js/progress-indicator":{"types":"./dist/js/progress-indicator.d.ts","default":"./dist/js/progress-indicator.mjs","esm2020":"./dist/js/progress-indicator.mjs"},"./dist/js/variant-management":{"types":"./dist/js/variant-management.d.ts","default":"./dist/js/variant-management.mjs","esm2020":"./dist/js/variant-management.mjs"},"./dist/js/illustrated-message":{"types":"./dist/js/illustrated-message.d.ts","default":"./dist/js/illustrated-message.mjs","esm2020":"./dist/js/illustrated-message.mjs"},"./dist/js/theming/sap_fiori_3":{"types":"./dist/js/theming/sap_fiori_3.d.ts","default":"./dist/js/theming/sap_fiori_3.mjs","esm2020":"./dist/js/theming/sap_fiori_3.mjs"},"./dist/js/theming/sap_horizon":{"types":"./dist/js/theming/sap_horizon.d.ts","default":"./dist/js/theming/sap_horizon.mjs","esm2020":"./dist/js/theming/sap_horizon.mjs"},"./dist/js/dynamic-side-content":{"types":"./dist/js/dynamic-side-content.d.ts","default":"./dist/js/dynamic-side-content.mjs","esm2020":"./dist/js/dynamic-side-content.mjs"},"./dist/js/horizontal-navigation":{"types":"./dist/js/horizontal-navigation.d.ts","default":"./dist/js/horizontal-navigation.mjs","esm2020":"./dist/js/horizontal-navigation.mjs"},"./dist/js/resizable-card-layout":{"types":"./dist/js/resizable-card-layout.d.ts","default":"./dist/js/resizable-card-layout.mjs","esm2020":"./dist/js/resizable-card-layout.mjs"},"./dist/js/flexible-column-layout":{"types":"./dist/js/flexible-column-layout.d.ts","default":"./dist/js/flexible-column-layout.mjs","esm2020":"./dist/js/flexible-column-layout.mjs"},"./dist/js/fonts/sap_fiori_3_fonts":{"types":"./dist/js/fonts/sap_fiori_3_fonts.d.ts","default":"./dist/js/fonts/sap_fiori_3_fonts.mjs","esm2020":"./dist/js/fonts/sap_fiori_3_fonts.mjs"},"./dist/js/fonts/sap_horizon_fonts":{"types":"./dist/js/fonts/sap_horizon_fonts.d.ts","default":"./dist/js/fonts/sap_horizon_fonts.mjs","esm2020":"./dist/js/fonts/sap_horizon_fonts.mjs"},"./dist/js/theming/sap_fiori_3_hcb":{"types":"./dist/js/theming/sap_fiori_3_hcb.d.ts","default":"./dist/js/theming/sap_fiori_3_hcb.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcb.mjs"},"./dist/js/theming/sap_fiori_3_hcw":{"types":"./dist/js/theming/sap_fiori_3_hcw.d.ts","default":"./dist/js/theming/sap_fiori_3_hcw.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcw.mjs"},"./dist/js/theming/sap_horizon_hcb":{"types":"./dist/js/theming/sap_horizon_hcb.d.ts","default":"./dist/js/theming/sap_horizon_hcb.mjs","esm2020":"./dist/js/theming/sap_horizon_hcb.mjs"},"./dist/js/theming/sap_horizon_hcw":{"types":"./dist/js/theming/sap_horizon_hcw.d.ts","default":"./dist/js/theming/sap_horizon_hcw.mjs","esm2020":"./dist/js/theming/sap_horizon_hcw.mjs"},"./dist/js/theming/sap_fiori_3_dark":{"types":"./dist/js/theming/sap_fiori_3_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_dark.mjs"},"./dist/js/theming/sap_horizon_dark":{"types":"./dist/js/theming/sap_horizon_dark.d.ts","default":"./dist/js/theming/sap_horizon_dark.mjs","esm2020":"./dist/js/theming/sap_horizon_dark.mjs"},"./dist/js/theming/sap_fiori_3_light_dark":{"types":"./dist/js/theming/sap_fiori_3_light_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_light_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_light_dark.mjs"}},"gitHead":"23aea2e6e95ce0364899f88d8a09bc26aceacec6","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.7","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.7_1676319265337_0.5999483125561511","host":"s3://npm-registry-packages"}},"0.27.0-rc.8":{"name":"fundamental-styles","version":"0.27.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6185136ff8002496f18e965c934430d3550d6e7d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.8.tgz","fileCount":362,"integrity":"sha512-G3c/ETb0P+aJCLm6hkNoI94SJ6FYhEE+uYeOO6ed0GOlgF/fTX8UMZAaZVbol61NJmlK9a9sGuXOtVo3kdJNmA==","signatures":[{"sig":"MEYCIQDxO+h1CDwzY0Q+6IakGzp2pMaEJsTAqJ4kX2wHJBtV0wIhAMHO/PoxI/hasKW1qmhVLn+9GBrKvy3C7VTVr2UcrAuc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6768863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6p2VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo6Bg/+McqHBw+nN9LSc9GJdVDFUtlXMnwI2/JEyQSkKWcgulxtNcv/\r\nxP/h4Awj1eedkOq85IyfSK8KzP3CliKVrdzPcIkOssQu9ctDDLLhDQYWPjDx\r\n5bxPimSxoIOZifOuU+EE6E9x6B8m9TGYs3flHinlILKGfbl+woNhBUAOnqvs\r\ncvSdNDNMashiURtfbdxx22vE6nk3CV5NCSxJQO+QEbotZxSzqOTBebRIL+pc\r\nU/Pru7ZadCv7JgiJ8jNLTCouSdC/89Ze/Ab9d0xhDOK/2cBDxwmXaKrzTazg\r\n1HDQBIRnBgMJILbIEDhWMWgQFblygCCV7U2k0vQfFxIqUFxSRCKDhiMZYb0S\r\nnwNKtHsMWdik1HVShKE9shgVbEjASLWd2NGKffMzr9Ib/VrbBnevS5BjMriM\r\n3G85P4qsXGUnrowq+i+f0eb6/zM0vOMNfp1cfEOWxbpl4zNUzzHKvPn1/eO+\r\n6IT4xE4vQjotnUfdRVkitfXy1b6rU3c4fhn5fYSu7Zen0JAMkAyEygfhrtOh\r\nPMzWV1Dr5vsB8LTmT+8sz4UY+Yfi38aMrAHdjPuJSbgT0RCRGHntLcHGSdyT\r\nW5oSCvIXokTHPofH1Sbw+JxLTdrpZ6pVMbHy3N9BjDPuzkJcxDWSQS3NcMxg\r\nSm4jXeLcJykwVh8O580ranLC3nGzAS3pSRM=\r\n=2cgZ\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/js/bar":{"types":"./dist/js/bar.d.ts","default":"./dist/js/bar.mjs","esm2020":"./dist/js/bar.mjs"},"./dist/js/card":{"types":"./dist/js/card.d.ts","default":"./dist/js/card.mjs","esm2020":"./dist/js/card.mjs"},"./dist/js/code":{"types":"./dist/js/code.d.ts","default":"./dist/js/code.mjs","esm2020":"./dist/js/code.mjs"},"./dist/js/icon":{"types":"./dist/js/icon.d.ts","default":"./dist/js/icon.mjs","esm2020":"./dist/js/icon.mjs"},"./dist/js/link":{"types":"./dist/js/link.d.ts","default":"./dist/js/link.mjs","esm2020":"./dist/js/link.mjs"},"./dist/js/list":{"types":"./dist/js/list.d.ts","default":"./dist/js/list.mjs","esm2020":"./dist/js/list.mjs"},"./dist/js/menu":{"types":"./dist/js/menu.d.ts","default":"./dist/js/menu.mjs","esm2020":"./dist/js/menu.mjs"},"./dist/js/page":{"types":"./dist/js/page.d.ts","default":"./dist/js/page.mjs","esm2020":"./dist/js/page.mjs"},"./dist/js/tabs":{"types":"./dist/js/tabs.d.ts","default":"./dist/js/tabs.mjs","esm2020":"./dist/js/tabs.mjs"},"./dist/js/text":{"types":"./dist/js/text.d.ts","default":"./dist/js/text.mjs","esm2020":"./dist/js/text.mjs"},"./dist/js/tile":{"types":"./dist/js/tile.d.ts","default":"./dist/js/tile.mjs","esm2020":"./dist/js/tile.mjs"},"./dist/js/time":{"types":"./dist/js/time.d.ts","default":"./dist/js/time.mjs","esm2020":"./dist/js/time.mjs"},"./dist/js/tree":{"types":"./dist/js/tree.d.ts","default":"./dist/js/tree.mjs","esm2020":"./dist/js/tree.mjs"},"./dist/js/alert":{"types":"./dist/js/alert.d.ts","default":"./dist/js/alert.mjs","esm2020":"./dist/js/alert.mjs"},"./dist/js/badge":{"types":"./dist/js/badge.d.ts","default":"./dist/js/badge.mjs","esm2020":"./dist/js/badge.mjs"},"./dist/js/facet":{"types":"./dist/js/facet.d.ts","default":"./dist/js/facet.mjs","esm2020":"./dist/js/facet.mjs"},"./dist/js/input":{"types":"./dist/js/input.d.ts","default":"./dist/js/input.mjs","esm2020":"./dist/js/input.mjs"},"./dist/js/panel":{"types":"./dist/js/panel.d.ts","default":"./dist/js/panel.mjs","esm2020":"./dist/js/panel.mjs"},"./dist/js/radio":{"types":"./dist/js/radio.d.ts","default":"./dist/js/radio.mjs","esm2020":"./dist/js/radio.mjs"},"./dist/js/table":{"types":"./dist/js/table.d.ts","default":"./dist/js/table.mjs","esm2020":"./dist/js/table.mjs"},"./dist/js/title":{"types":"./dist/js/title.d.ts","default":"./dist/js/title.mjs","esm2020":"./dist/js/title.mjs"},"./dist/js/token":{"types":"./dist/js/token.d.ts","default":"./dist/js/token.mjs","esm2020":"./dist/js/token.mjs"},"./dist/js/avatar":{"types":"./dist/js/avatar.d.ts","default":"./dist/js/avatar.mjs","esm2020":"./dist/js/avatar.mjs"},"./dist/js/button":{"types":"./dist/js/button.d.ts","default":"./dist/js/button.mjs","esm2020":"./dist/js/button.mjs"},"./dist/js/dialog":{"types":"./dist/js/dialog.d.ts","default":"./dist/js/dialog.mjs","esm2020":"./dist/js/dialog.mjs"},"./dist/js/layout":{"types":"./dist/js/layout.d.ts","default":"./dist/js/layout.mjs","esm2020":"./dist/js/layout.mjs"},"./dist/js/select":{"types":"./dist/js/select.d.ts","default":"./dist/js/select.mjs","esm2020":"./dist/js/select.mjs"},"./dist/js/slider":{"types":"./dist/js/slider.d.ts","default":"./dist/js/slider.mjs","esm2020":"./dist/js/slider.mjs"},"./dist/js/switch":{"types":"./dist/js/switch.d.ts","default":"./dist/js/switch.mjs","esm2020":"./dist/js/switch.mjs"},"./dist/js/wizard":{"types":"./dist/js/wizard.d.ts","default":"./dist/js/wizard.mjs","esm2020":"./dist/js/wizard.mjs"},"./dist/js/counter":{"types":"./dist/js/counter.d.ts","default":"./dist/js/counter.mjs","esm2020":"./dist/js/counter.mjs"},"./dist/js/helpers":{"types":"./dist/js/helpers.d.ts","default":"./dist/js/helpers.mjs","esm2020":"./dist/js/helpers.mjs"},"./dist/js/margins":{"types":"./dist/js/margins.d.ts","default":"./dist/js/margins.mjs","esm2020":"./dist/js/margins.mjs"},"./dist/js/popover":{"types":"./dist/js/popover.d.ts","default":"./dist/js/popover.mjs","esm2020":"./dist/js/popover.mjs"},"./dist/js/section":{"types":"./dist/js/section.d.ts","default":"./dist/js/section.mjs","esm2020":"./dist/js/section.mjs"},"./dist/js/toolbar":{"types":"./dist/js/toolbar.d.ts","default":"./dist/js/toolbar.mjs","esm2020":"./dist/js/toolbar.mjs"},"./dist/js/calendar":{"types":"./dist/js/calendar.d.ts","default":"./dist/js/calendar.mjs","esm2020":"./dist/js/calendar.mjs"},"./dist/js/carousel":{"types":"./dist/js/carousel.d.ts","default":"./dist/js/carousel.mjs","esm2020":"./dist/js/carousel.mjs"},"./dist/js/checkbox":{"types":"./dist/js/checkbox.d.ts","default":"./dist/js/checkbox.mjs","esm2020":"./dist/js/checkbox.mjs"},"./dist/js/fieldset":{"types":"./dist/js/fieldset.d.ts","default":"./dist/js/fieldset.mjs","esm2020":"./dist/js/fieldset.mjs"},"./dist/js/paddings":{"types":"./dist/js/paddings.d.ts","default":"./dist/js/paddings.mjs","esm2020":"./dist/js/paddings.mjs"},"./dist/js/shellbar":{"types":"./dist/js/shellbar.d.ts","default":"./dist/js/shellbar.mjs","esm2020":"./dist/js/shellbar.mjs"},"./dist/js/side-nav":{"types":"./dist/js/side-nav.d.ts","default":"./dist/js/side-nav.mjs","esm2020":"./dist/js/side-nav.mjs"},"./dist/js/splitter":{"types":"./dist/js/splitter.d.ts","default":"./dist/js/splitter.mjs","esm2020":"./dist/js/splitter.mjs"},"./dist/js/textarea":{"types":"./dist/js/textarea.d.ts","default":"./dist/js/textarea.mjs","esm2020":"./dist/js/textarea.mjs"},"./dist/js/feed-list":{"types":"./dist/js/feed-list.d.ts","default":"./dist/js/feed-list.mjs","esm2020":"./dist/js/feed-list.mjs"},"./dist/js/form-item":{"types":"./dist/js/form-item.d.ts","default":"./dist/js/form-item.mjs","esm2020":"./dist/js/form-item.mjs"},"./dist/js/grid-list":{"types":"./dist/js/grid-list.d.ts","default":"./dist/js/grid-list.mjs","esm2020":"./dist/js/grid-list.mjs"},"./dist/js/scrollbar":{"types":"./dist/js/scrollbar.d.ts","default":"./dist/js/scrollbar.mjs","esm2020":"./dist/js/scrollbar.mjs"},"./dist/js/tokenizer":{"types":"./dist/js/tokenizer.d.ts","default":"./dist/js/tokenizer.mjs","esm2020":"./dist/js/tokenizer.mjs"},"./dist/js/user-menu":{"types":"./dist/js/user-menu.d.ts","default":"./dist/js/user-menu.mjs","esm2020":"./dist/js/user-menu.mjs"},"./dist/js/action-bar":{"types":"./dist/js/action-bar.d.ts","default":"./dist/js/action-bar.mjs","esm2020":"./dist/js/action-bar.mjs"},"./dist/js/breadcrumb":{"types":"./dist/js/breadcrumb.d.ts","default":"./dist/js/breadcrumb.mjs","esm2020":"./dist/js/breadcrumb.mjs"},"./dist/js/feed-input":{"types":"./dist/js/feed-input.d.ts","default":"./dist/js/feed-input.mjs","esm2020":"./dist/js/feed-input.mjs"},"./dist/js/form-group":{"types":"./dist/js/form-group.d.ts","default":"./dist/js/form-group.mjs","esm2020":"./dist/js/form-group.mjs"},"./dist/js/form-label":{"types":"./dist/js/form-label.d.ts","default":"./dist/js/form-label.mjs","esm2020":"./dist/js/form-label.mjs"},"./dist/js/info-label":{"types":"./dist/js/info-label.d.ts","default":"./dist/js/info-label.mjs","esm2020":"./dist/js/info-label.mjs"},"./dist/js/off-screen":{"types":"./dist/js/off-screen.d.ts","default":"./dist/js/off-screen.mjs","esm2020":"./dist/js/off-screen.mjs"},"./dist/js/pagination":{"types":"./dist/js/pagination.d.ts","default":"./dist/js/pagination.mjs","esm2020":"./dist/js/pagination.mjs"},"./dist/js/quick-view":{"types":"./dist/js/quick-view.d.ts","default":"./dist/js/quick-view.mjs","esm2020":"./dist/js/quick-view.mjs"},"./dist/js/step-input":{"types":"./dist/js/step-input.d.ts","default":"./dist/js/step-input.mjs","esm2020":"./dist/js/step-input.mjs"},"./dist/js/timepicker":{"types":"./dist/js/timepicker.d.ts","default":"./dist/js/timepicker.mjs","esm2020":"./dist/js/timepicker.mjs"},"./dist/js/form-header":{"types":"./dist/js/form-header.d.ts","default":"./dist/js/form-header.mjs","esm2020":"./dist/js/form-header.mjs"},"./dist/js/input-group":{"types":"./dist/js/input-group.d.ts","default":"./dist/js/input-group.mjs","esm2020":"./dist/js/input-group.mjs"},"./dist/js/layout-grid":{"types":"./dist/js/layout-grid.d.ts","default":"./dist/js/layout-grid.mjs","esm2020":"./dist/js/layout-grid.mjs"},"./dist/js/message-box":{"types":"./dist/js/message-box.d.ts","default":"./dist/js/message-box.mjs","esm2020":"./dist/js/message-box.mjs"},"./dist/js/object-list":{"types":"./dist/js/object-list.d.ts","default":"./dist/js/object-list.mjs","esm2020":"./dist/js/object-list.mjs"},"./dist/js/page-footer":{"types":"./dist/js/page-footer.d.ts","default":"./dist/js/page-footer.mjs","esm2020":"./dist/js/page-footer.mjs"},"./dist/js/tool-header":{"types":"./dist/js/tool-header.d.ts","default":"./dist/js/tool-header.mjs","esm2020":"./dist/js/tool-header.mjs"},"./dist/js/action-sheet":{"types":"./dist/js/action-sheet.d.ts","default":"./dist/js/action-sheet.mjs","esm2020":"./dist/js/action-sheet.mjs"},"./dist/js/avatar-group":{"types":"./dist/js/avatar-group.d.ts","default":"./dist/js/avatar-group.mjs","esm2020":"./dist/js/avatar-group.mjs"},"./dist/js/button-split":{"types":"./dist/js/button-split.d.ts","default":"./dist/js/button-split.mjs","esm2020":"./dist/js/button-split.mjs"},"./dist/js/dynamic-page":{"types":"./dist/js/dynamic-page.d.ts","default":"./dist/js/dynamic-page.mjs","esm2020":"./dist/js/dynamic-page.mjs"},"./dist/js/form-message":{"types":"./dist/js/form-message.d.ts","default":"./dist/js/form-message.mjs","esm2020":"./dist/js/form-message.mjs"},"./dist/js/icon-tab-bar":{"types":"./dist/js/icon-tab-bar.d.ts","default":"./dist/js/icon-tab-bar.mjs","esm2020":"./dist/js/icon-tab-bar.mjs"},"./dist/js/layout-panel":{"types":"./dist/js/layout-panel.d.ts","default":"./dist/js/layout-panel.mjs","esm2020":"./dist/js/layout-panel.mjs"},"./dist/js/message-page":{"types":"./dist/js/message-page.d.ts","default":"./dist/js/message-page.mjs","esm2020":"./dist/js/message-page.mjs"},"./dist/js/notification":{"types":"./dist/js/notification.d.ts","default":"./dist/js/notification.mjs","esm2020":"./dist/js/notification.mjs"},"./dist/js/vertical-nav":{"types":"./dist/js/vertical-nav.d.ts","default":"./dist/js/vertical-nav.mjs","esm2020":"./dist/js/vertical-nav.mjs"},"./dist/js/file-uploader":{"types":"./dist/js/file-uploader.d.ts","default":"./dist/js/file-uploader.mjs","esm2020":"./dist/js/file-uploader.mjs"},"./dist/js/message-strip":{"types":"./dist/js/message-strip.d.ts","default":"./dist/js/message-strip.mjs","esm2020":"./dist/js/message-strip.mjs"},"./dist/js/message-toast":{"types":"./dist/js/message-toast.d.ts","default":"./dist/js/message-toast.mjs","esm2020":"./dist/js/message-toast.mjs"},"./dist/js/object-marker":{"types":"./dist/js/object-marker.d.ts","default":"./dist/js/object-marker.mjs","esm2020":"./dist/js/object-marker.mjs"},"./dist/js/object-number":{"types":"./dist/js/object-number.d.ts","default":"./dist/js/object-number.mjs","esm2020":"./dist/js/object-number.mjs"},"./dist/js/object-status":{"types":"./dist/js/object-status.d.ts","default":"./dist/js/object-status.mjs","esm2020":"./dist/js/object-status.mjs"},"./dist/js/busy-indicator":{"types":"./dist/js/busy-indicator.d.ts","default":"./dist/js/busy-indicator.mjs","esm2020":"./dist/js/busy-indicator.mjs"},"./dist/js/product-switch":{"types":"./dist/js/product-switch.d.ts","default":"./dist/js/product-switch.mjs","esm2020":"./dist/js/product-switch.mjs"},"./dist/js/fonts/sap_fonts":{"types":"./dist/js/fonts/sap_fonts.d.ts","default":"./dist/js/fonts/sap_fonts.mjs","esm2020":"./dist/js/fonts/sap_fonts.mjs"},"./dist/js/message-popover":{"types":"./dist/js/message-popover.d.ts","default":"./dist/js/message-popover.mjs","esm2020":"./dist/js/message-popover.mjs"},"./dist/js/numeric-content":{"types":"./dist/js/numeric-content.d.ts","default":"./dist/js/numeric-content.mjs","esm2020":"./dist/js/numeric-content.mjs"},"./dist/js/form-layout-grid":{"types":"./dist/js/form-layout-grid.d.ts","default":"./dist/js/form-layout-grid.mjs","esm2020":"./dist/js/form-layout-grid.mjs"},"./dist/js/object-attribute":{"types":"./dist/js/object-attribute.d.ts","default":"./dist/js/object-attribute.mjs","esm2020":"./dist/js/object-attribute.mjs"},"./dist/js/rating-indicator":{"types":"./dist/js/rating-indicator.d.ts","default":"./dist/js/rating-indicator.mjs","esm2020":"./dist/js/rating-indicator.mjs"},"./dist/js/segmented-button":{"types":"./dist/js/segmented-button.d.ts","default":"./dist/js/segmented-button.mjs","esm2020":"./dist/js/segmented-button.mjs"},"./dist/js/status-indicator":{"types":"./dist/js/status-indicator.d.ts","default":"./dist/js/status-indicator.mjs","esm2020":"./dist/js/status-indicator.mjs"},"./dist/js/fixed-card-layout":{"types":"./dist/js/fixed-card-layout.d.ts","default":"./dist/js/fixed-card-layout.mjs","esm2020":"./dist/js/fixed-card-layout.mjs"},"./dist/js/object-identifier":{"types":"./dist/js/object-identifier.d.ts","default":"./dist/js/object-identifier.mjs","esm2020":"./dist/js/object-identifier.mjs"},"./dist/js/upload-collection":{"types":"./dist/js/upload-collection.d.ts","default":"./dist/js/upload-collection.mjs","esm2020":"./dist/js/upload-collection.mjs"},"./dist/js/fundamental-styles":{"types":"./dist/js/fundamental-styles.d.ts","default":"./dist/js/fundamental-styles.mjs","esm2020":"./dist/js/fundamental-styles.mjs"},"./dist/js/micro-process-flow":{"types":"./dist/js/micro-process-flow.d.ts","default":"./dist/js/micro-process-flow.mjs","esm2020":"./dist/js/micro-process-flow.mjs"},"./dist/js/progress-indicator":{"types":"./dist/js/progress-indicator.d.ts","default":"./dist/js/progress-indicator.mjs","esm2020":"./dist/js/progress-indicator.mjs"},"./dist/js/variant-management":{"types":"./dist/js/variant-management.d.ts","default":"./dist/js/variant-management.mjs","esm2020":"./dist/js/variant-management.mjs"},"./dist/js/illustrated-message":{"types":"./dist/js/illustrated-message.d.ts","default":"./dist/js/illustrated-message.mjs","esm2020":"./dist/js/illustrated-message.mjs"},"./dist/js/theming/sap_fiori_3":{"types":"./dist/js/theming/sap_fiori_3.d.ts","default":"./dist/js/theming/sap_fiori_3.mjs","esm2020":"./dist/js/theming/sap_fiori_3.mjs"},"./dist/js/theming/sap_horizon":{"types":"./dist/js/theming/sap_horizon.d.ts","default":"./dist/js/theming/sap_horizon.mjs","esm2020":"./dist/js/theming/sap_horizon.mjs"},"./dist/js/dynamic-side-content":{"types":"./dist/js/dynamic-side-content.d.ts","default":"./dist/js/dynamic-side-content.mjs","esm2020":"./dist/js/dynamic-side-content.mjs"},"./dist/js/horizontal-navigation":{"types":"./dist/js/horizontal-navigation.d.ts","default":"./dist/js/horizontal-navigation.mjs","esm2020":"./dist/js/horizontal-navigation.mjs"},"./dist/js/resizable-card-layout":{"types":"./dist/js/resizable-card-layout.d.ts","default":"./dist/js/resizable-card-layout.mjs","esm2020":"./dist/js/resizable-card-layout.mjs"},"./dist/js/flexible-column-layout":{"types":"./dist/js/flexible-column-layout.d.ts","default":"./dist/js/flexible-column-layout.mjs","esm2020":"./dist/js/flexible-column-layout.mjs"},"./dist/js/fonts/sap_fiori_3_fonts":{"types":"./dist/js/fonts/sap_fiori_3_fonts.d.ts","default":"./dist/js/fonts/sap_fiori_3_fonts.mjs","esm2020":"./dist/js/fonts/sap_fiori_3_fonts.mjs"},"./dist/js/fonts/sap_horizon_fonts":{"types":"./dist/js/fonts/sap_horizon_fonts.d.ts","default":"./dist/js/fonts/sap_horizon_fonts.mjs","esm2020":"./dist/js/fonts/sap_horizon_fonts.mjs"},"./dist/js/theming/sap_fiori_3_hcb":{"types":"./dist/js/theming/sap_fiori_3_hcb.d.ts","default":"./dist/js/theming/sap_fiori_3_hcb.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcb.mjs"},"./dist/js/theming/sap_fiori_3_hcw":{"types":"./dist/js/theming/sap_fiori_3_hcw.d.ts","default":"./dist/js/theming/sap_fiori_3_hcw.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcw.mjs"},"./dist/js/theming/sap_horizon_hcb":{"types":"./dist/js/theming/sap_horizon_hcb.d.ts","default":"./dist/js/theming/sap_horizon_hcb.mjs","esm2020":"./dist/js/theming/sap_horizon_hcb.mjs"},"./dist/js/theming/sap_horizon_hcw":{"types":"./dist/js/theming/sap_horizon_hcw.d.ts","default":"./dist/js/theming/sap_horizon_hcw.mjs","esm2020":"./dist/js/theming/sap_horizon_hcw.mjs"},"./dist/js/theming/sap_fiori_3_dark":{"types":"./dist/js/theming/sap_fiori_3_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_dark.mjs"},"./dist/js/theming/sap_horizon_dark":{"types":"./dist/js/theming/sap_horizon_dark.d.ts","default":"./dist/js/theming/sap_horizon_dark.mjs","esm2020":"./dist/js/theming/sap_horizon_dark.mjs"},"./dist/js/theming/sap_fiori_3_light_dark":{"types":"./dist/js/theming/sap_fiori_3_light_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_light_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_light_dark.mjs"}},"gitHead":"af8de11fbd31704daff66545007b01ceb85e7073","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.8","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.8_1676320149547_0.8692576242847656","host":"s3://npm-registry-packages"}},"0.27.0-rc.9":{"name":"fundamental-styles","version":"0.27.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cf323fbb0a22235a43828012567197cff1314076","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.9.tgz","fileCount":362,"integrity":"sha512-Mn8+3YgPHNxzPG9VADnHnMMOzZe1GwC0e8n1/Fy1sImBvloQ++ta9WeI4BN1N9a40tjjgtXRkZD4+sXG/sEmmA==","signatures":[{"sig":"MEYCIQCg6xh6MR/nJt9m++O2MinR0KYA/vhJVYbviFEpptAIrQIhAMCdxEMnjSSKmRr043pgT+r2OqgVQPlRCXuBKzLZIvVd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6768863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj64E4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoo/A/9G+QKCB021N/GT2dI7fsqJYf//mDSFKuRSaaaS+WPpWph9jxG\r\n8FbpzMHWHtjb9QXxjuXV9l1bsv1NRmd/iuTuG59CTdPXZLuTV2tUQQgZpXjQ\r\nOXT/s+wZ1jqFJYSRllkhbc0m7qxP6I3oTPr8KcEtki+sRqADTo3SWiSkfmiB\r\nRW/OT1lCf7Bp1ARSVdqk2F1u1O/FIddb7P+hxmDhxx62J9gMuV6VatHbcnlk\r\nHB9cfs9jXlif3iDzoib2xAz8vK3jeDFAMmZBvba1XFrTqdg1bXFuDdOGVpNs\r\nGPr51iCtjjmttU+JaR0GQVrhKtODFI5oc9KqNnuu9G123oSQugXHV7KxYF02\r\nZ+GcBe5gUfmeGMSIiAfCNexMi3FqiFed0vTzZYF8GF1ffJ6y23etxANmf6w/\r\n05mCc2Gxs/PnDVycK7V7zdXFHSCflPtrjPNix/dGqBDL3G0D3tkgnKDGYmeY\r\nQBLD57U6GjrFgKmilWcqfFi7uzWagNhaTz4xCcXda8DPg4oXQelQGkQc4XqA\r\nnSMih8VnlthRIVc3wAS+gpmOLbAeEi04dsBIGTXXtyv5NWs5Q8ds+t5hs/Hw\r\nrTPVbbGYFD9cgby3Ip/mMW04X6n0H2xMs2uyOZfY5uKjPd8an537QLaae0A4\r\nBK9XKo5zDQU5+5d0pMoLg7Q+iMsRJ6y6elA=\r\n=+ga2\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/js/bar":{"types":"./dist/js/bar.d.ts","default":"./dist/js/bar.mjs","esm2020":"./dist/js/bar.mjs"},"./dist/js/card":{"types":"./dist/js/card.d.ts","default":"./dist/js/card.mjs","esm2020":"./dist/js/card.mjs"},"./dist/js/code":{"types":"./dist/js/code.d.ts","default":"./dist/js/code.mjs","esm2020":"./dist/js/code.mjs"},"./dist/js/icon":{"types":"./dist/js/icon.d.ts","default":"./dist/js/icon.mjs","esm2020":"./dist/js/icon.mjs"},"./dist/js/link":{"types":"./dist/js/link.d.ts","default":"./dist/js/link.mjs","esm2020":"./dist/js/link.mjs"},"./dist/js/list":{"types":"./dist/js/list.d.ts","default":"./dist/js/list.mjs","esm2020":"./dist/js/list.mjs"},"./dist/js/menu":{"types":"./dist/js/menu.d.ts","default":"./dist/js/menu.mjs","esm2020":"./dist/js/menu.mjs"},"./dist/js/page":{"types":"./dist/js/page.d.ts","default":"./dist/js/page.mjs","esm2020":"./dist/js/page.mjs"},"./dist/js/tabs":{"types":"./dist/js/tabs.d.ts","default":"./dist/js/tabs.mjs","esm2020":"./dist/js/tabs.mjs"},"./dist/js/text":{"types":"./dist/js/text.d.ts","default":"./dist/js/text.mjs","esm2020":"./dist/js/text.mjs"},"./dist/js/tile":{"types":"./dist/js/tile.d.ts","default":"./dist/js/tile.mjs","esm2020":"./dist/js/tile.mjs"},"./dist/js/time":{"types":"./dist/js/time.d.ts","default":"./dist/js/time.mjs","esm2020":"./dist/js/time.mjs"},"./dist/js/tree":{"types":"./dist/js/tree.d.ts","default":"./dist/js/tree.mjs","esm2020":"./dist/js/tree.mjs"},"./dist/js/alert":{"types":"./dist/js/alert.d.ts","default":"./dist/js/alert.mjs","esm2020":"./dist/js/alert.mjs"},"./dist/js/badge":{"types":"./dist/js/badge.d.ts","default":"./dist/js/badge.mjs","esm2020":"./dist/js/badge.mjs"},"./dist/js/facet":{"types":"./dist/js/facet.d.ts","default":"./dist/js/facet.mjs","esm2020":"./dist/js/facet.mjs"},"./dist/js/input":{"types":"./dist/js/input.d.ts","default":"./dist/js/input.mjs","esm2020":"./dist/js/input.mjs"},"./dist/js/panel":{"types":"./dist/js/panel.d.ts","default":"./dist/js/panel.mjs","esm2020":"./dist/js/panel.mjs"},"./dist/js/radio":{"types":"./dist/js/radio.d.ts","default":"./dist/js/radio.mjs","esm2020":"./dist/js/radio.mjs"},"./dist/js/table":{"types":"./dist/js/table.d.ts","default":"./dist/js/table.mjs","esm2020":"./dist/js/table.mjs"},"./dist/js/title":{"types":"./dist/js/title.d.ts","default":"./dist/js/title.mjs","esm2020":"./dist/js/title.mjs"},"./dist/js/token":{"types":"./dist/js/token.d.ts","default":"./dist/js/token.mjs","esm2020":"./dist/js/token.mjs"},"./dist/js/avatar":{"types":"./dist/js/avatar.d.ts","default":"./dist/js/avatar.mjs","esm2020":"./dist/js/avatar.mjs"},"./dist/js/button":{"types":"./dist/js/button.d.ts","default":"./dist/js/button.mjs","esm2020":"./dist/js/button.mjs"},"./dist/js/dialog":{"types":"./dist/js/dialog.d.ts","default":"./dist/js/dialog.mjs","esm2020":"./dist/js/dialog.mjs"},"./dist/js/layout":{"types":"./dist/js/layout.d.ts","default":"./dist/js/layout.mjs","esm2020":"./dist/js/layout.mjs"},"./dist/js/select":{"types":"./dist/js/select.d.ts","default":"./dist/js/select.mjs","esm2020":"./dist/js/select.mjs"},"./dist/js/slider":{"types":"./dist/js/slider.d.ts","default":"./dist/js/slider.mjs","esm2020":"./dist/js/slider.mjs"},"./dist/js/switch":{"types":"./dist/js/switch.d.ts","default":"./dist/js/switch.mjs","esm2020":"./dist/js/switch.mjs"},"./dist/js/wizard":{"types":"./dist/js/wizard.d.ts","default":"./dist/js/wizard.mjs","esm2020":"./dist/js/wizard.mjs"},"./dist/js/counter":{"types":"./dist/js/counter.d.ts","default":"./dist/js/counter.mjs","esm2020":"./dist/js/counter.mjs"},"./dist/js/helpers":{"types":"./dist/js/helpers.d.ts","default":"./dist/js/helpers.mjs","esm2020":"./dist/js/helpers.mjs"},"./dist/js/margins":{"types":"./dist/js/margins.d.ts","default":"./dist/js/margins.mjs","esm2020":"./dist/js/margins.mjs"},"./dist/js/popover":{"types":"./dist/js/popover.d.ts","default":"./dist/js/popover.mjs","esm2020":"./dist/js/popover.mjs"},"./dist/js/section":{"types":"./dist/js/section.d.ts","default":"./dist/js/section.mjs","esm2020":"./dist/js/section.mjs"},"./dist/js/toolbar":{"types":"./dist/js/toolbar.d.ts","default":"./dist/js/toolbar.mjs","esm2020":"./dist/js/toolbar.mjs"},"./dist/js/calendar":{"types":"./dist/js/calendar.d.ts","default":"./dist/js/calendar.mjs","esm2020":"./dist/js/calendar.mjs"},"./dist/js/carousel":{"types":"./dist/js/carousel.d.ts","default":"./dist/js/carousel.mjs","esm2020":"./dist/js/carousel.mjs"},"./dist/js/checkbox":{"types":"./dist/js/checkbox.d.ts","default":"./dist/js/checkbox.mjs","esm2020":"./dist/js/checkbox.mjs"},"./dist/js/fieldset":{"types":"./dist/js/fieldset.d.ts","default":"./dist/js/fieldset.mjs","esm2020":"./dist/js/fieldset.mjs"},"./dist/js/paddings":{"types":"./dist/js/paddings.d.ts","default":"./dist/js/paddings.mjs","esm2020":"./dist/js/paddings.mjs"},"./dist/js/shellbar":{"types":"./dist/js/shellbar.d.ts","default":"./dist/js/shellbar.mjs","esm2020":"./dist/js/shellbar.mjs"},"./dist/js/side-nav":{"types":"./dist/js/side-nav.d.ts","default":"./dist/js/side-nav.mjs","esm2020":"./dist/js/side-nav.mjs"},"./dist/js/splitter":{"types":"./dist/js/splitter.d.ts","default":"./dist/js/splitter.mjs","esm2020":"./dist/js/splitter.mjs"},"./dist/js/textarea":{"types":"./dist/js/textarea.d.ts","default":"./dist/js/textarea.mjs","esm2020":"./dist/js/textarea.mjs"},"./dist/js/feed-list":{"types":"./dist/js/feed-list.d.ts","default":"./dist/js/feed-list.mjs","esm2020":"./dist/js/feed-list.mjs"},"./dist/js/form-item":{"types":"./dist/js/form-item.d.ts","default":"./dist/js/form-item.mjs","esm2020":"./dist/js/form-item.mjs"},"./dist/js/grid-list":{"types":"./dist/js/grid-list.d.ts","default":"./dist/js/grid-list.mjs","esm2020":"./dist/js/grid-list.mjs"},"./dist/js/scrollbar":{"types":"./dist/js/scrollbar.d.ts","default":"./dist/js/scrollbar.mjs","esm2020":"./dist/js/scrollbar.mjs"},"./dist/js/tokenizer":{"types":"./dist/js/tokenizer.d.ts","default":"./dist/js/tokenizer.mjs","esm2020":"./dist/js/tokenizer.mjs"},"./dist/js/user-menu":{"types":"./dist/js/user-menu.d.ts","default":"./dist/js/user-menu.mjs","esm2020":"./dist/js/user-menu.mjs"},"./dist/js/action-bar":{"types":"./dist/js/action-bar.d.ts","default":"./dist/js/action-bar.mjs","esm2020":"./dist/js/action-bar.mjs"},"./dist/js/breadcrumb":{"types":"./dist/js/breadcrumb.d.ts","default":"./dist/js/breadcrumb.mjs","esm2020":"./dist/js/breadcrumb.mjs"},"./dist/js/feed-input":{"types":"./dist/js/feed-input.d.ts","default":"./dist/js/feed-input.mjs","esm2020":"./dist/js/feed-input.mjs"},"./dist/js/form-group":{"types":"./dist/js/form-group.d.ts","default":"./dist/js/form-group.mjs","esm2020":"./dist/js/form-group.mjs"},"./dist/js/form-label":{"types":"./dist/js/form-label.d.ts","default":"./dist/js/form-label.mjs","esm2020":"./dist/js/form-label.mjs"},"./dist/js/info-label":{"types":"./dist/js/info-label.d.ts","default":"./dist/js/info-label.mjs","esm2020":"./dist/js/info-label.mjs"},"./dist/js/off-screen":{"types":"./dist/js/off-screen.d.ts","default":"./dist/js/off-screen.mjs","esm2020":"./dist/js/off-screen.mjs"},"./dist/js/pagination":{"types":"./dist/js/pagination.d.ts","default":"./dist/js/pagination.mjs","esm2020":"./dist/js/pagination.mjs"},"./dist/js/quick-view":{"types":"./dist/js/quick-view.d.ts","default":"./dist/js/quick-view.mjs","esm2020":"./dist/js/quick-view.mjs"},"./dist/js/step-input":{"types":"./dist/js/step-input.d.ts","default":"./dist/js/step-input.mjs","esm2020":"./dist/js/step-input.mjs"},"./dist/js/timepicker":{"types":"./dist/js/timepicker.d.ts","default":"./dist/js/timepicker.mjs","esm2020":"./dist/js/timepicker.mjs"},"./dist/js/form-header":{"types":"./dist/js/form-header.d.ts","default":"./dist/js/form-header.mjs","esm2020":"./dist/js/form-header.mjs"},"./dist/js/input-group":{"types":"./dist/js/input-group.d.ts","default":"./dist/js/input-group.mjs","esm2020":"./dist/js/input-group.mjs"},"./dist/js/layout-grid":{"types":"./dist/js/layout-grid.d.ts","default":"./dist/js/layout-grid.mjs","esm2020":"./dist/js/layout-grid.mjs"},"./dist/js/message-box":{"types":"./dist/js/message-box.d.ts","default":"./dist/js/message-box.mjs","esm2020":"./dist/js/message-box.mjs"},"./dist/js/object-list":{"types":"./dist/js/object-list.d.ts","default":"./dist/js/object-list.mjs","esm2020":"./dist/js/object-list.mjs"},"./dist/js/page-footer":{"types":"./dist/js/page-footer.d.ts","default":"./dist/js/page-footer.mjs","esm2020":"./dist/js/page-footer.mjs"},"./dist/js/tool-header":{"types":"./dist/js/tool-header.d.ts","default":"./dist/js/tool-header.mjs","esm2020":"./dist/js/tool-header.mjs"},"./dist/js/action-sheet":{"types":"./dist/js/action-sheet.d.ts","default":"./dist/js/action-sheet.mjs","esm2020":"./dist/js/action-sheet.mjs"},"./dist/js/avatar-group":{"types":"./dist/js/avatar-group.d.ts","default":"./dist/js/avatar-group.mjs","esm2020":"./dist/js/avatar-group.mjs"},"./dist/js/button-split":{"types":"./dist/js/button-split.d.ts","default":"./dist/js/button-split.mjs","esm2020":"./dist/js/button-split.mjs"},"./dist/js/dynamic-page":{"types":"./dist/js/dynamic-page.d.ts","default":"./dist/js/dynamic-page.mjs","esm2020":"./dist/js/dynamic-page.mjs"},"./dist/js/form-message":{"types":"./dist/js/form-message.d.ts","default":"./dist/js/form-message.mjs","esm2020":"./dist/js/form-message.mjs"},"./dist/js/icon-tab-bar":{"types":"./dist/js/icon-tab-bar.d.ts","default":"./dist/js/icon-tab-bar.mjs","esm2020":"./dist/js/icon-tab-bar.mjs"},"./dist/js/layout-panel":{"types":"./dist/js/layout-panel.d.ts","default":"./dist/js/layout-panel.mjs","esm2020":"./dist/js/layout-panel.mjs"},"./dist/js/message-page":{"types":"./dist/js/message-page.d.ts","default":"./dist/js/message-page.mjs","esm2020":"./dist/js/message-page.mjs"},"./dist/js/notification":{"types":"./dist/js/notification.d.ts","default":"./dist/js/notification.mjs","esm2020":"./dist/js/notification.mjs"},"./dist/js/vertical-nav":{"types":"./dist/js/vertical-nav.d.ts","default":"./dist/js/vertical-nav.mjs","esm2020":"./dist/js/vertical-nav.mjs"},"./dist/js/file-uploader":{"types":"./dist/js/file-uploader.d.ts","default":"./dist/js/file-uploader.mjs","esm2020":"./dist/js/file-uploader.mjs"},"./dist/js/message-strip":{"types":"./dist/js/message-strip.d.ts","default":"./dist/js/message-strip.mjs","esm2020":"./dist/js/message-strip.mjs"},"./dist/js/message-toast":{"types":"./dist/js/message-toast.d.ts","default":"./dist/js/message-toast.mjs","esm2020":"./dist/js/message-toast.mjs"},"./dist/js/object-marker":{"types":"./dist/js/object-marker.d.ts","default":"./dist/js/object-marker.mjs","esm2020":"./dist/js/object-marker.mjs"},"./dist/js/object-number":{"types":"./dist/js/object-number.d.ts","default":"./dist/js/object-number.mjs","esm2020":"./dist/js/object-number.mjs"},"./dist/js/object-status":{"types":"./dist/js/object-status.d.ts","default":"./dist/js/object-status.mjs","esm2020":"./dist/js/object-status.mjs"},"./dist/js/busy-indicator":{"types":"./dist/js/busy-indicator.d.ts","default":"./dist/js/busy-indicator.mjs","esm2020":"./dist/js/busy-indicator.mjs"},"./dist/js/product-switch":{"types":"./dist/js/product-switch.d.ts","default":"./dist/js/product-switch.mjs","esm2020":"./dist/js/product-switch.mjs"},"./dist/js/fonts/sap_fonts":{"types":"./dist/js/fonts/sap_fonts.d.ts","default":"./dist/js/fonts/sap_fonts.mjs","esm2020":"./dist/js/fonts/sap_fonts.mjs"},"./dist/js/message-popover":{"types":"./dist/js/message-popover.d.ts","default":"./dist/js/message-popover.mjs","esm2020":"./dist/js/message-popover.mjs"},"./dist/js/numeric-content":{"types":"./dist/js/numeric-content.d.ts","default":"./dist/js/numeric-content.mjs","esm2020":"./dist/js/numeric-content.mjs"},"./dist/js/form-layout-grid":{"types":"./dist/js/form-layout-grid.d.ts","default":"./dist/js/form-layout-grid.mjs","esm2020":"./dist/js/form-layout-grid.mjs"},"./dist/js/object-attribute":{"types":"./dist/js/object-attribute.d.ts","default":"./dist/js/object-attribute.mjs","esm2020":"./dist/js/object-attribute.mjs"},"./dist/js/rating-indicator":{"types":"./dist/js/rating-indicator.d.ts","default":"./dist/js/rating-indicator.mjs","esm2020":"./dist/js/rating-indicator.mjs"},"./dist/js/segmented-button":{"types":"./dist/js/segmented-button.d.ts","default":"./dist/js/segmented-button.mjs","esm2020":"./dist/js/segmented-button.mjs"},"./dist/js/status-indicator":{"types":"./dist/js/status-indicator.d.ts","default":"./dist/js/status-indicator.mjs","esm2020":"./dist/js/status-indicator.mjs"},"./dist/js/fixed-card-layout":{"types":"./dist/js/fixed-card-layout.d.ts","default":"./dist/js/fixed-card-layout.mjs","esm2020":"./dist/js/fixed-card-layout.mjs"},"./dist/js/object-identifier":{"types":"./dist/js/object-identifier.d.ts","default":"./dist/js/object-identifier.mjs","esm2020":"./dist/js/object-identifier.mjs"},"./dist/js/upload-collection":{"types":"./dist/js/upload-collection.d.ts","default":"./dist/js/upload-collection.mjs","esm2020":"./dist/js/upload-collection.mjs"},"./dist/js/fundamental-styles":{"types":"./dist/js/fundamental-styles.d.ts","default":"./dist/js/fundamental-styles.mjs","esm2020":"./dist/js/fundamental-styles.mjs"},"./dist/js/micro-process-flow":{"types":"./dist/js/micro-process-flow.d.ts","default":"./dist/js/micro-process-flow.mjs","esm2020":"./dist/js/micro-process-flow.mjs"},"./dist/js/progress-indicator":{"types":"./dist/js/progress-indicator.d.ts","default":"./dist/js/progress-indicator.mjs","esm2020":"./dist/js/progress-indicator.mjs"},"./dist/js/variant-management":{"types":"./dist/js/variant-management.d.ts","default":"./dist/js/variant-management.mjs","esm2020":"./dist/js/variant-management.mjs"},"./dist/js/illustrated-message":{"types":"./dist/js/illustrated-message.d.ts","default":"./dist/js/illustrated-message.mjs","esm2020":"./dist/js/illustrated-message.mjs"},"./dist/js/theming/sap_fiori_3":{"types":"./dist/js/theming/sap_fiori_3.d.ts","default":"./dist/js/theming/sap_fiori_3.mjs","esm2020":"./dist/js/theming/sap_fiori_3.mjs"},"./dist/js/theming/sap_horizon":{"types":"./dist/js/theming/sap_horizon.d.ts","default":"./dist/js/theming/sap_horizon.mjs","esm2020":"./dist/js/theming/sap_horizon.mjs"},"./dist/js/dynamic-side-content":{"types":"./dist/js/dynamic-side-content.d.ts","default":"./dist/js/dynamic-side-content.mjs","esm2020":"./dist/js/dynamic-side-content.mjs"},"./dist/js/horizontal-navigation":{"types":"./dist/js/horizontal-navigation.d.ts","default":"./dist/js/horizontal-navigation.mjs","esm2020":"./dist/js/horizontal-navigation.mjs"},"./dist/js/resizable-card-layout":{"types":"./dist/js/resizable-card-layout.d.ts","default":"./dist/js/resizable-card-layout.mjs","esm2020":"./dist/js/resizable-card-layout.mjs"},"./dist/js/flexible-column-layout":{"types":"./dist/js/flexible-column-layout.d.ts","default":"./dist/js/flexible-column-layout.mjs","esm2020":"./dist/js/flexible-column-layout.mjs"},"./dist/js/fonts/sap_fiori_3_fonts":{"types":"./dist/js/fonts/sap_fiori_3_fonts.d.ts","default":"./dist/js/fonts/sap_fiori_3_fonts.mjs","esm2020":"./dist/js/fonts/sap_fiori_3_fonts.mjs"},"./dist/js/fonts/sap_horizon_fonts":{"types":"./dist/js/fonts/sap_horizon_fonts.d.ts","default":"./dist/js/fonts/sap_horizon_fonts.mjs","esm2020":"./dist/js/fonts/sap_horizon_fonts.mjs"},"./dist/js/theming/sap_fiori_3_hcb":{"types":"./dist/js/theming/sap_fiori_3_hcb.d.ts","default":"./dist/js/theming/sap_fiori_3_hcb.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcb.mjs"},"./dist/js/theming/sap_fiori_3_hcw":{"types":"./dist/js/theming/sap_fiori_3_hcw.d.ts","default":"./dist/js/theming/sap_fiori_3_hcw.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcw.mjs"},"./dist/js/theming/sap_horizon_hcb":{"types":"./dist/js/theming/sap_horizon_hcb.d.ts","default":"./dist/js/theming/sap_horizon_hcb.mjs","esm2020":"./dist/js/theming/sap_horizon_hcb.mjs"},"./dist/js/theming/sap_horizon_hcw":{"types":"./dist/js/theming/sap_horizon_hcw.d.ts","default":"./dist/js/theming/sap_horizon_hcw.mjs","esm2020":"./dist/js/theming/sap_horizon_hcw.mjs"},"./dist/js/theming/sap_fiori_3_dark":{"types":"./dist/js/theming/sap_fiori_3_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_dark.mjs"},"./dist/js/theming/sap_horizon_dark":{"types":"./dist/js/theming/sap_horizon_dark.d.ts","default":"./dist/js/theming/sap_horizon_dark.mjs","esm2020":"./dist/js/theming/sap_horizon_dark.mjs"},"./dist/js/theming/sap_fiori_3_light_dark":{"types":"./dist/js/theming/sap_fiori_3_light_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_light_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_light_dark.mjs"}},"gitHead":"20059cd773efb557f86a8e8cb5cc6040811bfc07","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.9","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.9_1676378423928_0.2991888821933657","host":"s3://npm-registry-packages"}},"0.27.0-rc.10":{"name":"fundamental-styles","version":"0.27.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8c96071b9b149b167d90b25baac0395b1e06e2ae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.10.tgz","fileCount":362,"integrity":"sha512-2ofjIdpEO/s7dPoQS1xJO92gp75IvTKOERH1ImU1V3t7QznABmbmTvsRYaw0/8H5JH7cjvhX/V6xJFspFtmAtQ==","signatures":[{"sig":"MEYCIQDEeI7bYEq+fvq8mGo+eJN6hqsGiB8vNMd0huGI1APwlAIhAPbPfpV5NeS+efu/b82g7pvBhPtQtR7RgiuOQQSWACD4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6769101,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj64MQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPKBAAlPbZ/fbvETQMU54i7GIidfyx8mpACfX+zjY1RisckJ90lcvT\r\nrxD8Z8W1RK4T/WTacC6+4FlbkiSASZ9RH2TZN1nG1k80sN0WCGujEXe/dF29\r\nmHbaKjKTYurt3TXhk22zG5+4cr8GRieV6WzgNJXvgOvD0Y/OZHbK95eOlJxm\r\nfm7OU3M7dUiiARE2WnUcQeDfo2BoR1EHa30+lD2zmSzAxMsGJwhS4xHx2YJf\r\nkMjYw1zNBUos0D8Q48q+F1rSWafvkrx2wQPiqqyWgEhmh82NPNxN8l9Hvvlx\r\n16nfGstjFcjjK3gYrl4cDQw5x8ofampNl5Er/ZttxWaqCL0VNXqrUjs8qNNF\r\nkSEf2h2vRl6krj4Cww1GuYpLV7rllTMH1WlywlyqH7K4KfHjVU4jYLRwjy3/\r\noJO2j6YB8tegtkVcBOA6JW820hBq46torlcl3caFegN0RjPdGeTK9ahbKday\r\nPO1jfsqSErgxqK6YdDQ2p6SHLLZTjCABxfvCZ+/LceLhQKoF7YUS5KeyawUl\r\ndfscZs4mSN+4Lgj33y6Z20vvkNHnolTwDIY69ySWDqOMLxUOuqNLINxnOa/3\r\nAR9pwM7E6EDdIjXLCC29vD9H5lFao8asBCj7gL4/Kov9WVyUJueSgfRc6Vcf\r\nPH3y8TLHlwGkY2kJGbAr0FbbsgSmPIzc84o=\r\n=LQAt\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/js/bar":{"types":"./dist/js/bar.d.ts","default":"./dist/js/bar.mjs","esm2020":"./dist/js/bar.mjs"},"./dist/js/card":{"types":"./dist/js/card.d.ts","default":"./dist/js/card.mjs","esm2020":"./dist/js/card.mjs"},"./dist/js/code":{"types":"./dist/js/code.d.ts","default":"./dist/js/code.mjs","esm2020":"./dist/js/code.mjs"},"./dist/js/icon":{"types":"./dist/js/icon.d.ts","default":"./dist/js/icon.mjs","esm2020":"./dist/js/icon.mjs"},"./dist/js/link":{"types":"./dist/js/link.d.ts","default":"./dist/js/link.mjs","esm2020":"./dist/js/link.mjs"},"./dist/js/list":{"types":"./dist/js/list.d.ts","default":"./dist/js/list.mjs","esm2020":"./dist/js/list.mjs"},"./dist/js/menu":{"types":"./dist/js/menu.d.ts","default":"./dist/js/menu.mjs","esm2020":"./dist/js/menu.mjs"},"./dist/js/page":{"types":"./dist/js/page.d.ts","default":"./dist/js/page.mjs","esm2020":"./dist/js/page.mjs"},"./dist/js/tabs":{"types":"./dist/js/tabs.d.ts","default":"./dist/js/tabs.mjs","esm2020":"./dist/js/tabs.mjs"},"./dist/js/text":{"types":"./dist/js/text.d.ts","default":"./dist/js/text.mjs","esm2020":"./dist/js/text.mjs"},"./dist/js/tile":{"types":"./dist/js/tile.d.ts","default":"./dist/js/tile.mjs","esm2020":"./dist/js/tile.mjs"},"./dist/js/time":{"types":"./dist/js/time.d.ts","default":"./dist/js/time.mjs","esm2020":"./dist/js/time.mjs"},"./dist/js/tree":{"types":"./dist/js/tree.d.ts","default":"./dist/js/tree.mjs","esm2020":"./dist/js/tree.mjs"},"./dist/js/alert":{"types":"./dist/js/alert.d.ts","default":"./dist/js/alert.mjs","esm2020":"./dist/js/alert.mjs"},"./dist/js/badge":{"types":"./dist/js/badge.d.ts","default":"./dist/js/badge.mjs","esm2020":"./dist/js/badge.mjs"},"./dist/js/facet":{"types":"./dist/js/facet.d.ts","default":"./dist/js/facet.mjs","esm2020":"./dist/js/facet.mjs"},"./dist/js/input":{"types":"./dist/js/input.d.ts","default":"./dist/js/input.mjs","esm2020":"./dist/js/input.mjs"},"./dist/js/panel":{"types":"./dist/js/panel.d.ts","default":"./dist/js/panel.mjs","esm2020":"./dist/js/panel.mjs"},"./dist/js/radio":{"types":"./dist/js/radio.d.ts","default":"./dist/js/radio.mjs","esm2020":"./dist/js/radio.mjs"},"./dist/js/table":{"types":"./dist/js/table.d.ts","default":"./dist/js/table.mjs","esm2020":"./dist/js/table.mjs"},"./dist/js/title":{"types":"./dist/js/title.d.ts","default":"./dist/js/title.mjs","esm2020":"./dist/js/title.mjs"},"./dist/js/token":{"types":"./dist/js/token.d.ts","default":"./dist/js/token.mjs","esm2020":"./dist/js/token.mjs"},"./dist/js/avatar":{"types":"./dist/js/avatar.d.ts","default":"./dist/js/avatar.mjs","esm2020":"./dist/js/avatar.mjs"},"./dist/js/button":{"types":"./dist/js/button.d.ts","default":"./dist/js/button.mjs","esm2020":"./dist/js/button.mjs"},"./dist/js/dialog":{"types":"./dist/js/dialog.d.ts","default":"./dist/js/dialog.mjs","esm2020":"./dist/js/dialog.mjs"},"./dist/js/layout":{"types":"./dist/js/layout.d.ts","default":"./dist/js/layout.mjs","esm2020":"./dist/js/layout.mjs"},"./dist/js/select":{"types":"./dist/js/select.d.ts","default":"./dist/js/select.mjs","esm2020":"./dist/js/select.mjs"},"./dist/js/slider":{"types":"./dist/js/slider.d.ts","default":"./dist/js/slider.mjs","esm2020":"./dist/js/slider.mjs"},"./dist/js/switch":{"types":"./dist/js/switch.d.ts","default":"./dist/js/switch.mjs","esm2020":"./dist/js/switch.mjs"},"./dist/js/wizard":{"types":"./dist/js/wizard.d.ts","default":"./dist/js/wizard.mjs","esm2020":"./dist/js/wizard.mjs"},"./dist/js/counter":{"types":"./dist/js/counter.d.ts","default":"./dist/js/counter.mjs","esm2020":"./dist/js/counter.mjs"},"./dist/js/helpers":{"types":"./dist/js/helpers.d.ts","default":"./dist/js/helpers.mjs","esm2020":"./dist/js/helpers.mjs"},"./dist/js/margins":{"types":"./dist/js/margins.d.ts","default":"./dist/js/margins.mjs","esm2020":"./dist/js/margins.mjs"},"./dist/js/popover":{"types":"./dist/js/popover.d.ts","default":"./dist/js/popover.mjs","esm2020":"./dist/js/popover.mjs"},"./dist/js/section":{"types":"./dist/js/section.d.ts","default":"./dist/js/section.mjs","esm2020":"./dist/js/section.mjs"},"./dist/js/toolbar":{"types":"./dist/js/toolbar.d.ts","default":"./dist/js/toolbar.mjs","esm2020":"./dist/js/toolbar.mjs"},"./dist/js/calendar":{"types":"./dist/js/calendar.d.ts","default":"./dist/js/calendar.mjs","esm2020":"./dist/js/calendar.mjs"},"./dist/js/carousel":{"types":"./dist/js/carousel.d.ts","default":"./dist/js/carousel.mjs","esm2020":"./dist/js/carousel.mjs"},"./dist/js/checkbox":{"types":"./dist/js/checkbox.d.ts","default":"./dist/js/checkbox.mjs","esm2020":"./dist/js/checkbox.mjs"},"./dist/js/fieldset":{"types":"./dist/js/fieldset.d.ts","default":"./dist/js/fieldset.mjs","esm2020":"./dist/js/fieldset.mjs"},"./dist/js/paddings":{"types":"./dist/js/paddings.d.ts","default":"./dist/js/paddings.mjs","esm2020":"./dist/js/paddings.mjs"},"./dist/js/shellbar":{"types":"./dist/js/shellbar.d.ts","default":"./dist/js/shellbar.mjs","esm2020":"./dist/js/shellbar.mjs"},"./dist/js/side-nav":{"types":"./dist/js/side-nav.d.ts","default":"./dist/js/side-nav.mjs","esm2020":"./dist/js/side-nav.mjs"},"./dist/js/splitter":{"types":"./dist/js/splitter.d.ts","default":"./dist/js/splitter.mjs","esm2020":"./dist/js/splitter.mjs"},"./dist/js/textarea":{"types":"./dist/js/textarea.d.ts","default":"./dist/js/textarea.mjs","esm2020":"./dist/js/textarea.mjs"},"./dist/js/feed-list":{"types":"./dist/js/feed-list.d.ts","default":"./dist/js/feed-list.mjs","esm2020":"./dist/js/feed-list.mjs"},"./dist/js/form-item":{"types":"./dist/js/form-item.d.ts","default":"./dist/js/form-item.mjs","esm2020":"./dist/js/form-item.mjs"},"./dist/js/grid-list":{"types":"./dist/js/grid-list.d.ts","default":"./dist/js/grid-list.mjs","esm2020":"./dist/js/grid-list.mjs"},"./dist/js/scrollbar":{"types":"./dist/js/scrollbar.d.ts","default":"./dist/js/scrollbar.mjs","esm2020":"./dist/js/scrollbar.mjs"},"./dist/js/tokenizer":{"types":"./dist/js/tokenizer.d.ts","default":"./dist/js/tokenizer.mjs","esm2020":"./dist/js/tokenizer.mjs"},"./dist/js/user-menu":{"types":"./dist/js/user-menu.d.ts","default":"./dist/js/user-menu.mjs","esm2020":"./dist/js/user-menu.mjs"},"./dist/js/action-bar":{"types":"./dist/js/action-bar.d.ts","default":"./dist/js/action-bar.mjs","esm2020":"./dist/js/action-bar.mjs"},"./dist/js/breadcrumb":{"types":"./dist/js/breadcrumb.d.ts","default":"./dist/js/breadcrumb.mjs","esm2020":"./dist/js/breadcrumb.mjs"},"./dist/js/feed-input":{"types":"./dist/js/feed-input.d.ts","default":"./dist/js/feed-input.mjs","esm2020":"./dist/js/feed-input.mjs"},"./dist/js/form-group":{"types":"./dist/js/form-group.d.ts","default":"./dist/js/form-group.mjs","esm2020":"./dist/js/form-group.mjs"},"./dist/js/form-label":{"types":"./dist/js/form-label.d.ts","default":"./dist/js/form-label.mjs","esm2020":"./dist/js/form-label.mjs"},"./dist/js/info-label":{"types":"./dist/js/info-label.d.ts","default":"./dist/js/info-label.mjs","esm2020":"./dist/js/info-label.mjs"},"./dist/js/off-screen":{"types":"./dist/js/off-screen.d.ts","default":"./dist/js/off-screen.mjs","esm2020":"./dist/js/off-screen.mjs"},"./dist/js/pagination":{"types":"./dist/js/pagination.d.ts","default":"./dist/js/pagination.mjs","esm2020":"./dist/js/pagination.mjs"},"./dist/js/quick-view":{"types":"./dist/js/quick-view.d.ts","default":"./dist/js/quick-view.mjs","esm2020":"./dist/js/quick-view.mjs"},"./dist/js/step-input":{"types":"./dist/js/step-input.d.ts","default":"./dist/js/step-input.mjs","esm2020":"./dist/js/step-input.mjs"},"./dist/js/timepicker":{"types":"./dist/js/timepicker.d.ts","default":"./dist/js/timepicker.mjs","esm2020":"./dist/js/timepicker.mjs"},"./dist/js/form-header":{"types":"./dist/js/form-header.d.ts","default":"./dist/js/form-header.mjs","esm2020":"./dist/js/form-header.mjs"},"./dist/js/input-group":{"types":"./dist/js/input-group.d.ts","default":"./dist/js/input-group.mjs","esm2020":"./dist/js/input-group.mjs"},"./dist/js/layout-grid":{"types":"./dist/js/layout-grid.d.ts","default":"./dist/js/layout-grid.mjs","esm2020":"./dist/js/layout-grid.mjs"},"./dist/js/message-box":{"types":"./dist/js/message-box.d.ts","default":"./dist/js/message-box.mjs","esm2020":"./dist/js/message-box.mjs"},"./dist/js/object-list":{"types":"./dist/js/object-list.d.ts","default":"./dist/js/object-list.mjs","esm2020":"./dist/js/object-list.mjs"},"./dist/js/page-footer":{"types":"./dist/js/page-footer.d.ts","default":"./dist/js/page-footer.mjs","esm2020":"./dist/js/page-footer.mjs"},"./dist/js/tool-header":{"types":"./dist/js/tool-header.d.ts","default":"./dist/js/tool-header.mjs","esm2020":"./dist/js/tool-header.mjs"},"./dist/js/action-sheet":{"types":"./dist/js/action-sheet.d.ts","default":"./dist/js/action-sheet.mjs","esm2020":"./dist/js/action-sheet.mjs"},"./dist/js/avatar-group":{"types":"./dist/js/avatar-group.d.ts","default":"./dist/js/avatar-group.mjs","esm2020":"./dist/js/avatar-group.mjs"},"./dist/js/button-split":{"types":"./dist/js/button-split.d.ts","default":"./dist/js/button-split.mjs","esm2020":"./dist/js/button-split.mjs"},"./dist/js/dynamic-page":{"types":"./dist/js/dynamic-page.d.ts","default":"./dist/js/dynamic-page.mjs","esm2020":"./dist/js/dynamic-page.mjs"},"./dist/js/form-message":{"types":"./dist/js/form-message.d.ts","default":"./dist/js/form-message.mjs","esm2020":"./dist/js/form-message.mjs"},"./dist/js/icon-tab-bar":{"types":"./dist/js/icon-tab-bar.d.ts","default":"./dist/js/icon-tab-bar.mjs","esm2020":"./dist/js/icon-tab-bar.mjs"},"./dist/js/layout-panel":{"types":"./dist/js/layout-panel.d.ts","default":"./dist/js/layout-panel.mjs","esm2020":"./dist/js/layout-panel.mjs"},"./dist/js/message-page":{"types":"./dist/js/message-page.d.ts","default":"./dist/js/message-page.mjs","esm2020":"./dist/js/message-page.mjs"},"./dist/js/notification":{"types":"./dist/js/notification.d.ts","default":"./dist/js/notification.mjs","esm2020":"./dist/js/notification.mjs"},"./dist/js/vertical-nav":{"types":"./dist/js/vertical-nav.d.ts","default":"./dist/js/vertical-nav.mjs","esm2020":"./dist/js/vertical-nav.mjs"},"./dist/js/file-uploader":{"types":"./dist/js/file-uploader.d.ts","default":"./dist/js/file-uploader.mjs","esm2020":"./dist/js/file-uploader.mjs"},"./dist/js/message-strip":{"types":"./dist/js/message-strip.d.ts","default":"./dist/js/message-strip.mjs","esm2020":"./dist/js/message-strip.mjs"},"./dist/js/message-toast":{"types":"./dist/js/message-toast.d.ts","default":"./dist/js/message-toast.mjs","esm2020":"./dist/js/message-toast.mjs"},"./dist/js/object-marker":{"types":"./dist/js/object-marker.d.ts","default":"./dist/js/object-marker.mjs","esm2020":"./dist/js/object-marker.mjs"},"./dist/js/object-number":{"types":"./dist/js/object-number.d.ts","default":"./dist/js/object-number.mjs","esm2020":"./dist/js/object-number.mjs"},"./dist/js/object-status":{"types":"./dist/js/object-status.d.ts","default":"./dist/js/object-status.mjs","esm2020":"./dist/js/object-status.mjs"},"./dist/js/busy-indicator":{"types":"./dist/js/busy-indicator.d.ts","default":"./dist/js/busy-indicator.mjs","esm2020":"./dist/js/busy-indicator.mjs"},"./dist/js/product-switch":{"types":"./dist/js/product-switch.d.ts","default":"./dist/js/product-switch.mjs","esm2020":"./dist/js/product-switch.mjs"},"./dist/js/fonts/sap_fonts":{"types":"./dist/js/fonts/sap_fonts.d.ts","default":"./dist/js/fonts/sap_fonts.mjs","esm2020":"./dist/js/fonts/sap_fonts.mjs"},"./dist/js/message-popover":{"types":"./dist/js/message-popover.d.ts","default":"./dist/js/message-popover.mjs","esm2020":"./dist/js/message-popover.mjs"},"./dist/js/numeric-content":{"types":"./dist/js/numeric-content.d.ts","default":"./dist/js/numeric-content.mjs","esm2020":"./dist/js/numeric-content.mjs"},"./dist/js/form-layout-grid":{"types":"./dist/js/form-layout-grid.d.ts","default":"./dist/js/form-layout-grid.mjs","esm2020":"./dist/js/form-layout-grid.mjs"},"./dist/js/object-attribute":{"types":"./dist/js/object-attribute.d.ts","default":"./dist/js/object-attribute.mjs","esm2020":"./dist/js/object-attribute.mjs"},"./dist/js/rating-indicator":{"types":"./dist/js/rating-indicator.d.ts","default":"./dist/js/rating-indicator.mjs","esm2020":"./dist/js/rating-indicator.mjs"},"./dist/js/segmented-button":{"types":"./dist/js/segmented-button.d.ts","default":"./dist/js/segmented-button.mjs","esm2020":"./dist/js/segmented-button.mjs"},"./dist/js/status-indicator":{"types":"./dist/js/status-indicator.d.ts","default":"./dist/js/status-indicator.mjs","esm2020":"./dist/js/status-indicator.mjs"},"./dist/js/fixed-card-layout":{"types":"./dist/js/fixed-card-layout.d.ts","default":"./dist/js/fixed-card-layout.mjs","esm2020":"./dist/js/fixed-card-layout.mjs"},"./dist/js/object-identifier":{"types":"./dist/js/object-identifier.d.ts","default":"./dist/js/object-identifier.mjs","esm2020":"./dist/js/object-identifier.mjs"},"./dist/js/upload-collection":{"types":"./dist/js/upload-collection.d.ts","default":"./dist/js/upload-collection.mjs","esm2020":"./dist/js/upload-collection.mjs"},"./dist/js/fundamental-styles":{"types":"./dist/js/fundamental-styles.d.ts","default":"./dist/js/fundamental-styles.mjs","esm2020":"./dist/js/fundamental-styles.mjs"},"./dist/js/micro-process-flow":{"types":"./dist/js/micro-process-flow.d.ts","default":"./dist/js/micro-process-flow.mjs","esm2020":"./dist/js/micro-process-flow.mjs"},"./dist/js/progress-indicator":{"types":"./dist/js/progress-indicator.d.ts","default":"./dist/js/progress-indicator.mjs","esm2020":"./dist/js/progress-indicator.mjs"},"./dist/js/variant-management":{"types":"./dist/js/variant-management.d.ts","default":"./dist/js/variant-management.mjs","esm2020":"./dist/js/variant-management.mjs"},"./dist/js/illustrated-message":{"types":"./dist/js/illustrated-message.d.ts","default":"./dist/js/illustrated-message.mjs","esm2020":"./dist/js/illustrated-message.mjs"},"./dist/js/theming/sap_fiori_3":{"types":"./dist/js/theming/sap_fiori_3.d.ts","default":"./dist/js/theming/sap_fiori_3.mjs","esm2020":"./dist/js/theming/sap_fiori_3.mjs"},"./dist/js/theming/sap_horizon":{"types":"./dist/js/theming/sap_horizon.d.ts","default":"./dist/js/theming/sap_horizon.mjs","esm2020":"./dist/js/theming/sap_horizon.mjs"},"./dist/js/dynamic-side-content":{"types":"./dist/js/dynamic-side-content.d.ts","default":"./dist/js/dynamic-side-content.mjs","esm2020":"./dist/js/dynamic-side-content.mjs"},"./dist/js/horizontal-navigation":{"types":"./dist/js/horizontal-navigation.d.ts","default":"./dist/js/horizontal-navigation.mjs","esm2020":"./dist/js/horizontal-navigation.mjs"},"./dist/js/resizable-card-layout":{"types":"./dist/js/resizable-card-layout.d.ts","default":"./dist/js/resizable-card-layout.mjs","esm2020":"./dist/js/resizable-card-layout.mjs"},"./dist/js/flexible-column-layout":{"types":"./dist/js/flexible-column-layout.d.ts","default":"./dist/js/flexible-column-layout.mjs","esm2020":"./dist/js/flexible-column-layout.mjs"},"./dist/js/fonts/sap_fiori_3_fonts":{"types":"./dist/js/fonts/sap_fiori_3_fonts.d.ts","default":"./dist/js/fonts/sap_fiori_3_fonts.mjs","esm2020":"./dist/js/fonts/sap_fiori_3_fonts.mjs"},"./dist/js/fonts/sap_horizon_fonts":{"types":"./dist/js/fonts/sap_horizon_fonts.d.ts","default":"./dist/js/fonts/sap_horizon_fonts.mjs","esm2020":"./dist/js/fonts/sap_horizon_fonts.mjs"},"./dist/js/theming/sap_fiori_3_hcb":{"types":"./dist/js/theming/sap_fiori_3_hcb.d.ts","default":"./dist/js/theming/sap_fiori_3_hcb.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcb.mjs"},"./dist/js/theming/sap_fiori_3_hcw":{"types":"./dist/js/theming/sap_fiori_3_hcw.d.ts","default":"./dist/js/theming/sap_fiori_3_hcw.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcw.mjs"},"./dist/js/theming/sap_horizon_hcb":{"types":"./dist/js/theming/sap_horizon_hcb.d.ts","default":"./dist/js/theming/sap_horizon_hcb.mjs","esm2020":"./dist/js/theming/sap_horizon_hcb.mjs"},"./dist/js/theming/sap_horizon_hcw":{"types":"./dist/js/theming/sap_horizon_hcw.d.ts","default":"./dist/js/theming/sap_horizon_hcw.mjs","esm2020":"./dist/js/theming/sap_horizon_hcw.mjs"},"./dist/js/theming/sap_fiori_3_dark":{"types":"./dist/js/theming/sap_fiori_3_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_dark.mjs"},"./dist/js/theming/sap_horizon_dark":{"types":"./dist/js/theming/sap_horizon_dark.d.ts","default":"./dist/js/theming/sap_horizon_dark.mjs","esm2020":"./dist/js/theming/sap_horizon_dark.mjs"},"./dist/js/theming/sap_fiori_3_light_dark":{"types":"./dist/js/theming/sap_fiori_3_light_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_light_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_light_dark.mjs"}},"gitHead":"e91db7b8a7286c7f2f2e93591413d37fdddd97d2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.10","@sap-theming/theming-base-content":"11.1.48"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.10_1676378895745_0.7402034167341329","host":"s3://npm-registry-packages"}},"0.27.0-rc.11":{"name":"fundamental-styles","version":"0.27.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c81cdbea2184dff7d52b75b9ab361fd292fa3603","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.11.tgz","fileCount":362,"integrity":"sha512-W2GV+Vss1W6QKjYEQyaV4cwq3lGSsJfrL5wHaqFpb02GFwzQO+VOdI0lbMCzzat95H5LsNLZpUhXRfqLvzMYvA==","signatures":[{"sig":"MEYCIQCq4K5f7FRoW3KMDqj7R3rz6BKSntdy2iwsKfsyKMYnZwIhAJHLUxnSAR/UCosgJpiNU1my764yboswEJXYjqw8Hdq3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6770273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7h6tACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmporA/+LRQsUg38Gtw71HaI9kRBhr35qsq/i6pFUlahhCYh6hgJbwMm\r\nOlosYnbXzKpVbTjihzt2mBeyeXQtwSmkhtJO4fCnaM1mDCiVMefnJIU6sayz\r\nVR4WA+bNWmpm29ohlc6ZLiRZ8GESvqQeXSrs3mMc+YYe0EAtKgNZzgCB12fa\r\nRV3zJT9jdVUP/OY1UzeVbQOJzFUsuAzJhsPkrVyIB8lxta2QjmV4KItCH18C\r\ntVezh0Fl3Z/b4qZ/5KlOedZCpL2HXKdntRijTTvPvdJ1nwcsk8AbEd7s32pX\r\nyrXQRmgRPeyZL+uzIwaz2I8Qx/K3hROLJ+KS4/SGWD0vXydT/rnFtzbyZHQR\r\nTw1rQQUk7OMvEr5KE+PY9XBSNSFM6ULqbq+kiyCMfPvwCiMf6oJkR6MVlbmk\r\nh7CnZIdZtvVy4o1pf0K0hUQm2fjdiBeI/vKjd3mVQgTOnigxzbLC4VRl3ZAu\r\nWr/ls2XPhZAZ7DVnzZhAMy4aCUUweeR7zF8O5ZGhK4o2yG2OWnqbHSiulP/I\r\n0zXFpoaBraSWhnoZrQDuXTtmGqRQj0BDdZln0yHPI5Olsbt750gYb/9hXm2q\r\ncMr5Fee0h9MwpdMmyKhVVWdDjaGP324ROvw7cE30KoSKAWZyB/uq0x+TOizH\r\nTbx5SXILB04dktqQnUGoExy5cLry+9KLCpQ=\r\n=RaXi\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/js/bar":{"types":"./dist/js/bar.d.ts","default":"./dist/js/bar.mjs","esm2020":"./dist/js/bar.mjs"},"./dist/js/card":{"types":"./dist/js/card.d.ts","default":"./dist/js/card.mjs","esm2020":"./dist/js/card.mjs"},"./dist/js/code":{"types":"./dist/js/code.d.ts","default":"./dist/js/code.mjs","esm2020":"./dist/js/code.mjs"},"./dist/js/icon":{"types":"./dist/js/icon.d.ts","default":"./dist/js/icon.mjs","esm2020":"./dist/js/icon.mjs"},"./dist/js/link":{"types":"./dist/js/link.d.ts","default":"./dist/js/link.mjs","esm2020":"./dist/js/link.mjs"},"./dist/js/list":{"types":"./dist/js/list.d.ts","default":"./dist/js/list.mjs","esm2020":"./dist/js/list.mjs"},"./dist/js/menu":{"types":"./dist/js/menu.d.ts","default":"./dist/js/menu.mjs","esm2020":"./dist/js/menu.mjs"},"./dist/js/page":{"types":"./dist/js/page.d.ts","default":"./dist/js/page.mjs","esm2020":"./dist/js/page.mjs"},"./dist/js/tabs":{"types":"./dist/js/tabs.d.ts","default":"./dist/js/tabs.mjs","esm2020":"./dist/js/tabs.mjs"},"./dist/js/text":{"types":"./dist/js/text.d.ts","default":"./dist/js/text.mjs","esm2020":"./dist/js/text.mjs"},"./dist/js/tile":{"types":"./dist/js/tile.d.ts","default":"./dist/js/tile.mjs","esm2020":"./dist/js/tile.mjs"},"./dist/js/time":{"types":"./dist/js/time.d.ts","default":"./dist/js/time.mjs","esm2020":"./dist/js/time.mjs"},"./dist/js/tree":{"types":"./dist/js/tree.d.ts","default":"./dist/js/tree.mjs","esm2020":"./dist/js/tree.mjs"},"./dist/js/alert":{"types":"./dist/js/alert.d.ts","default":"./dist/js/alert.mjs","esm2020":"./dist/js/alert.mjs"},"./dist/js/badge":{"types":"./dist/js/badge.d.ts","default":"./dist/js/badge.mjs","esm2020":"./dist/js/badge.mjs"},"./dist/js/facet":{"types":"./dist/js/facet.d.ts","default":"./dist/js/facet.mjs","esm2020":"./dist/js/facet.mjs"},"./dist/js/input":{"types":"./dist/js/input.d.ts","default":"./dist/js/input.mjs","esm2020":"./dist/js/input.mjs"},"./dist/js/panel":{"types":"./dist/js/panel.d.ts","default":"./dist/js/panel.mjs","esm2020":"./dist/js/panel.mjs"},"./dist/js/radio":{"types":"./dist/js/radio.d.ts","default":"./dist/js/radio.mjs","esm2020":"./dist/js/radio.mjs"},"./dist/js/table":{"types":"./dist/js/table.d.ts","default":"./dist/js/table.mjs","esm2020":"./dist/js/table.mjs"},"./dist/js/title":{"types":"./dist/js/title.d.ts","default":"./dist/js/title.mjs","esm2020":"./dist/js/title.mjs"},"./dist/js/token":{"types":"./dist/js/token.d.ts","default":"./dist/js/token.mjs","esm2020":"./dist/js/token.mjs"},"./dist/js/avatar":{"types":"./dist/js/avatar.d.ts","default":"./dist/js/avatar.mjs","esm2020":"./dist/js/avatar.mjs"},"./dist/js/button":{"types":"./dist/js/button.d.ts","default":"./dist/js/button.mjs","esm2020":"./dist/js/button.mjs"},"./dist/js/dialog":{"types":"./dist/js/dialog.d.ts","default":"./dist/js/dialog.mjs","esm2020":"./dist/js/dialog.mjs"},"./dist/js/layout":{"types":"./dist/js/layout.d.ts","default":"./dist/js/layout.mjs","esm2020":"./dist/js/layout.mjs"},"./dist/js/select":{"types":"./dist/js/select.d.ts","default":"./dist/js/select.mjs","esm2020":"./dist/js/select.mjs"},"./dist/js/slider":{"types":"./dist/js/slider.d.ts","default":"./dist/js/slider.mjs","esm2020":"./dist/js/slider.mjs"},"./dist/js/switch":{"types":"./dist/js/switch.d.ts","default":"./dist/js/switch.mjs","esm2020":"./dist/js/switch.mjs"},"./dist/js/wizard":{"types":"./dist/js/wizard.d.ts","default":"./dist/js/wizard.mjs","esm2020":"./dist/js/wizard.mjs"},"./dist/js/counter":{"types":"./dist/js/counter.d.ts","default":"./dist/js/counter.mjs","esm2020":"./dist/js/counter.mjs"},"./dist/js/helpers":{"types":"./dist/js/helpers.d.ts","default":"./dist/js/helpers.mjs","esm2020":"./dist/js/helpers.mjs"},"./dist/js/margins":{"types":"./dist/js/margins.d.ts","default":"./dist/js/margins.mjs","esm2020":"./dist/js/margins.mjs"},"./dist/js/popover":{"types":"./dist/js/popover.d.ts","default":"./dist/js/popover.mjs","esm2020":"./dist/js/popover.mjs"},"./dist/js/section":{"types":"./dist/js/section.d.ts","default":"./dist/js/section.mjs","esm2020":"./dist/js/section.mjs"},"./dist/js/toolbar":{"types":"./dist/js/toolbar.d.ts","default":"./dist/js/toolbar.mjs","esm2020":"./dist/js/toolbar.mjs"},"./dist/js/calendar":{"types":"./dist/js/calendar.d.ts","default":"./dist/js/calendar.mjs","esm2020":"./dist/js/calendar.mjs"},"./dist/js/carousel":{"types":"./dist/js/carousel.d.ts","default":"./dist/js/carousel.mjs","esm2020":"./dist/js/carousel.mjs"},"./dist/js/checkbox":{"types":"./dist/js/checkbox.d.ts","default":"./dist/js/checkbox.mjs","esm2020":"./dist/js/checkbox.mjs"},"./dist/js/fieldset":{"types":"./dist/js/fieldset.d.ts","default":"./dist/js/fieldset.mjs","esm2020":"./dist/js/fieldset.mjs"},"./dist/js/paddings":{"types":"./dist/js/paddings.d.ts","default":"./dist/js/paddings.mjs","esm2020":"./dist/js/paddings.mjs"},"./dist/js/shellbar":{"types":"./dist/js/shellbar.d.ts","default":"./dist/js/shellbar.mjs","esm2020":"./dist/js/shellbar.mjs"},"./dist/js/side-nav":{"types":"./dist/js/side-nav.d.ts","default":"./dist/js/side-nav.mjs","esm2020":"./dist/js/side-nav.mjs"},"./dist/js/splitter":{"types":"./dist/js/splitter.d.ts","default":"./dist/js/splitter.mjs","esm2020":"./dist/js/splitter.mjs"},"./dist/js/textarea":{"types":"./dist/js/textarea.d.ts","default":"./dist/js/textarea.mjs","esm2020":"./dist/js/textarea.mjs"},"./dist/js/feed-list":{"types":"./dist/js/feed-list.d.ts","default":"./dist/js/feed-list.mjs","esm2020":"./dist/js/feed-list.mjs"},"./dist/js/form-item":{"types":"./dist/js/form-item.d.ts","default":"./dist/js/form-item.mjs","esm2020":"./dist/js/form-item.mjs"},"./dist/js/grid-list":{"types":"./dist/js/grid-list.d.ts","default":"./dist/js/grid-list.mjs","esm2020":"./dist/js/grid-list.mjs"},"./dist/js/scrollbar":{"types":"./dist/js/scrollbar.d.ts","default":"./dist/js/scrollbar.mjs","esm2020":"./dist/js/scrollbar.mjs"},"./dist/js/tokenizer":{"types":"./dist/js/tokenizer.d.ts","default":"./dist/js/tokenizer.mjs","esm2020":"./dist/js/tokenizer.mjs"},"./dist/js/user-menu":{"types":"./dist/js/user-menu.d.ts","default":"./dist/js/user-menu.mjs","esm2020":"./dist/js/user-menu.mjs"},"./dist/js/action-bar":{"types":"./dist/js/action-bar.d.ts","default":"./dist/js/action-bar.mjs","esm2020":"./dist/js/action-bar.mjs"},"./dist/js/breadcrumb":{"types":"./dist/js/breadcrumb.d.ts","default":"./dist/js/breadcrumb.mjs","esm2020":"./dist/js/breadcrumb.mjs"},"./dist/js/feed-input":{"types":"./dist/js/feed-input.d.ts","default":"./dist/js/feed-input.mjs","esm2020":"./dist/js/feed-input.mjs"},"./dist/js/form-group":{"types":"./dist/js/form-group.d.ts","default":"./dist/js/form-group.mjs","esm2020":"./dist/js/form-group.mjs"},"./dist/js/form-label":{"types":"./dist/js/form-label.d.ts","default":"./dist/js/form-label.mjs","esm2020":"./dist/js/form-label.mjs"},"./dist/js/info-label":{"types":"./dist/js/info-label.d.ts","default":"./dist/js/info-label.mjs","esm2020":"./dist/js/info-label.mjs"},"./dist/js/off-screen":{"types":"./dist/js/off-screen.d.ts","default":"./dist/js/off-screen.mjs","esm2020":"./dist/js/off-screen.mjs"},"./dist/js/pagination":{"types":"./dist/js/pagination.d.ts","default":"./dist/js/pagination.mjs","esm2020":"./dist/js/pagination.mjs"},"./dist/js/quick-view":{"types":"./dist/js/quick-view.d.ts","default":"./dist/js/quick-view.mjs","esm2020":"./dist/js/quick-view.mjs"},"./dist/js/step-input":{"types":"./dist/js/step-input.d.ts","default":"./dist/js/step-input.mjs","esm2020":"./dist/js/step-input.mjs"},"./dist/js/timepicker":{"types":"./dist/js/timepicker.d.ts","default":"./dist/js/timepicker.mjs","esm2020":"./dist/js/timepicker.mjs"},"./dist/js/form-header":{"types":"./dist/js/form-header.d.ts","default":"./dist/js/form-header.mjs","esm2020":"./dist/js/form-header.mjs"},"./dist/js/input-group":{"types":"./dist/js/input-group.d.ts","default":"./dist/js/input-group.mjs","esm2020":"./dist/js/input-group.mjs"},"./dist/js/layout-grid":{"types":"./dist/js/layout-grid.d.ts","default":"./dist/js/layout-grid.mjs","esm2020":"./dist/js/layout-grid.mjs"},"./dist/js/message-box":{"types":"./dist/js/message-box.d.ts","default":"./dist/js/message-box.mjs","esm2020":"./dist/js/message-box.mjs"},"./dist/js/object-list":{"types":"./dist/js/object-list.d.ts","default":"./dist/js/object-list.mjs","esm2020":"./dist/js/object-list.mjs"},"./dist/js/page-footer":{"types":"./dist/js/page-footer.d.ts","default":"./dist/js/page-footer.mjs","esm2020":"./dist/js/page-footer.mjs"},"./dist/js/tool-header":{"types":"./dist/js/tool-header.d.ts","default":"./dist/js/tool-header.mjs","esm2020":"./dist/js/tool-header.mjs"},"./dist/js/action-sheet":{"types":"./dist/js/action-sheet.d.ts","default":"./dist/js/action-sheet.mjs","esm2020":"./dist/js/action-sheet.mjs"},"./dist/js/avatar-group":{"types":"./dist/js/avatar-group.d.ts","default":"./dist/js/avatar-group.mjs","esm2020":"./dist/js/avatar-group.mjs"},"./dist/js/button-split":{"types":"./dist/js/button-split.d.ts","default":"./dist/js/button-split.mjs","esm2020":"./dist/js/button-split.mjs"},"./dist/js/dynamic-page":{"types":"./dist/js/dynamic-page.d.ts","default":"./dist/js/dynamic-page.mjs","esm2020":"./dist/js/dynamic-page.mjs"},"./dist/js/form-message":{"types":"./dist/js/form-message.d.ts","default":"./dist/js/form-message.mjs","esm2020":"./dist/js/form-message.mjs"},"./dist/js/icon-tab-bar":{"types":"./dist/js/icon-tab-bar.d.ts","default":"./dist/js/icon-tab-bar.mjs","esm2020":"./dist/js/icon-tab-bar.mjs"},"./dist/js/layout-panel":{"types":"./dist/js/layout-panel.d.ts","default":"./dist/js/layout-panel.mjs","esm2020":"./dist/js/layout-panel.mjs"},"./dist/js/message-page":{"types":"./dist/js/message-page.d.ts","default":"./dist/js/message-page.mjs","esm2020":"./dist/js/message-page.mjs"},"./dist/js/notification":{"types":"./dist/js/notification.d.ts","default":"./dist/js/notification.mjs","esm2020":"./dist/js/notification.mjs"},"./dist/js/vertical-nav":{"types":"./dist/js/vertical-nav.d.ts","default":"./dist/js/vertical-nav.mjs","esm2020":"./dist/js/vertical-nav.mjs"},"./dist/js/file-uploader":{"types":"./dist/js/file-uploader.d.ts","default":"./dist/js/file-uploader.mjs","esm2020":"./dist/js/file-uploader.mjs"},"./dist/js/message-strip":{"types":"./dist/js/message-strip.d.ts","default":"./dist/js/message-strip.mjs","esm2020":"./dist/js/message-strip.mjs"},"./dist/js/message-toast":{"types":"./dist/js/message-toast.d.ts","default":"./dist/js/message-toast.mjs","esm2020":"./dist/js/message-toast.mjs"},"./dist/js/object-marker":{"types":"./dist/js/object-marker.d.ts","default":"./dist/js/object-marker.mjs","esm2020":"./dist/js/object-marker.mjs"},"./dist/js/object-number":{"types":"./dist/js/object-number.d.ts","default":"./dist/js/object-number.mjs","esm2020":"./dist/js/object-number.mjs"},"./dist/js/object-status":{"types":"./dist/js/object-status.d.ts","default":"./dist/js/object-status.mjs","esm2020":"./dist/js/object-status.mjs"},"./dist/js/busy-indicator":{"types":"./dist/js/busy-indicator.d.ts","default":"./dist/js/busy-indicator.mjs","esm2020":"./dist/js/busy-indicator.mjs"},"./dist/js/product-switch":{"types":"./dist/js/product-switch.d.ts","default":"./dist/js/product-switch.mjs","esm2020":"./dist/js/product-switch.mjs"},"./dist/js/fonts/sap_fonts":{"types":"./dist/js/fonts/sap_fonts.d.ts","default":"./dist/js/fonts/sap_fonts.mjs","esm2020":"./dist/js/fonts/sap_fonts.mjs"},"./dist/js/message-popover":{"types":"./dist/js/message-popover.d.ts","default":"./dist/js/message-popover.mjs","esm2020":"./dist/js/message-popover.mjs"},"./dist/js/numeric-content":{"types":"./dist/js/numeric-content.d.ts","default":"./dist/js/numeric-content.mjs","esm2020":"./dist/js/numeric-content.mjs"},"./dist/js/form-layout-grid":{"types":"./dist/js/form-layout-grid.d.ts","default":"./dist/js/form-layout-grid.mjs","esm2020":"./dist/js/form-layout-grid.mjs"},"./dist/js/object-attribute":{"types":"./dist/js/object-attribute.d.ts","default":"./dist/js/object-attribute.mjs","esm2020":"./dist/js/object-attribute.mjs"},"./dist/js/rating-indicator":{"types":"./dist/js/rating-indicator.d.ts","default":"./dist/js/rating-indicator.mjs","esm2020":"./dist/js/rating-indicator.mjs"},"./dist/js/segmented-button":{"types":"./dist/js/segmented-button.d.ts","default":"./dist/js/segmented-button.mjs","esm2020":"./dist/js/segmented-button.mjs"},"./dist/js/status-indicator":{"types":"./dist/js/status-indicator.d.ts","default":"./dist/js/status-indicator.mjs","esm2020":"./dist/js/status-indicator.mjs"},"./dist/js/fixed-card-layout":{"types":"./dist/js/fixed-card-layout.d.ts","default":"./dist/js/fixed-card-layout.mjs","esm2020":"./dist/js/fixed-card-layout.mjs"},"./dist/js/object-identifier":{"types":"./dist/js/object-identifier.d.ts","default":"./dist/js/object-identifier.mjs","esm2020":"./dist/js/object-identifier.mjs"},"./dist/js/upload-collection":{"types":"./dist/js/upload-collection.d.ts","default":"./dist/js/upload-collection.mjs","esm2020":"./dist/js/upload-collection.mjs"},"./dist/js/fundamental-styles":{"types":"./dist/js/fundamental-styles.d.ts","default":"./dist/js/fundamental-styles.mjs","esm2020":"./dist/js/fundamental-styles.mjs"},"./dist/js/micro-process-flow":{"types":"./dist/js/micro-process-flow.d.ts","default":"./dist/js/micro-process-flow.mjs","esm2020":"./dist/js/micro-process-flow.mjs"},"./dist/js/progress-indicator":{"types":"./dist/js/progress-indicator.d.ts","default":"./dist/js/progress-indicator.mjs","esm2020":"./dist/js/progress-indicator.mjs"},"./dist/js/variant-management":{"types":"./dist/js/variant-management.d.ts","default":"./dist/js/variant-management.mjs","esm2020":"./dist/js/variant-management.mjs"},"./dist/js/illustrated-message":{"types":"./dist/js/illustrated-message.d.ts","default":"./dist/js/illustrated-message.mjs","esm2020":"./dist/js/illustrated-message.mjs"},"./dist/js/theming/sap_fiori_3":{"types":"./dist/js/theming/sap_fiori_3.d.ts","default":"./dist/js/theming/sap_fiori_3.mjs","esm2020":"./dist/js/theming/sap_fiori_3.mjs"},"./dist/js/theming/sap_horizon":{"types":"./dist/js/theming/sap_horizon.d.ts","default":"./dist/js/theming/sap_horizon.mjs","esm2020":"./dist/js/theming/sap_horizon.mjs"},"./dist/js/dynamic-side-content":{"types":"./dist/js/dynamic-side-content.d.ts","default":"./dist/js/dynamic-side-content.mjs","esm2020":"./dist/js/dynamic-side-content.mjs"},"./dist/js/horizontal-navigation":{"types":"./dist/js/horizontal-navigation.d.ts","default":"./dist/js/horizontal-navigation.mjs","esm2020":"./dist/js/horizontal-navigation.mjs"},"./dist/js/resizable-card-layout":{"types":"./dist/js/resizable-card-layout.d.ts","default":"./dist/js/resizable-card-layout.mjs","esm2020":"./dist/js/resizable-card-layout.mjs"},"./dist/js/flexible-column-layout":{"types":"./dist/js/flexible-column-layout.d.ts","default":"./dist/js/flexible-column-layout.mjs","esm2020":"./dist/js/flexible-column-layout.mjs"},"./dist/js/fonts/sap_fiori_3_fonts":{"types":"./dist/js/fonts/sap_fiori_3_fonts.d.ts","default":"./dist/js/fonts/sap_fiori_3_fonts.mjs","esm2020":"./dist/js/fonts/sap_fiori_3_fonts.mjs"},"./dist/js/fonts/sap_horizon_fonts":{"types":"./dist/js/fonts/sap_horizon_fonts.d.ts","default":"./dist/js/fonts/sap_horizon_fonts.mjs","esm2020":"./dist/js/fonts/sap_horizon_fonts.mjs"},"./dist/js/theming/sap_fiori_3_hcb":{"types":"./dist/js/theming/sap_fiori_3_hcb.d.ts","default":"./dist/js/theming/sap_fiori_3_hcb.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcb.mjs"},"./dist/js/theming/sap_fiori_3_hcw":{"types":"./dist/js/theming/sap_fiori_3_hcw.d.ts","default":"./dist/js/theming/sap_fiori_3_hcw.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcw.mjs"},"./dist/js/theming/sap_horizon_hcb":{"types":"./dist/js/theming/sap_horizon_hcb.d.ts","default":"./dist/js/theming/sap_horizon_hcb.mjs","esm2020":"./dist/js/theming/sap_horizon_hcb.mjs"},"./dist/js/theming/sap_horizon_hcw":{"types":"./dist/js/theming/sap_horizon_hcw.d.ts","default":"./dist/js/theming/sap_horizon_hcw.mjs","esm2020":"./dist/js/theming/sap_horizon_hcw.mjs"},"./dist/js/theming/sap_fiori_3_dark":{"types":"./dist/js/theming/sap_fiori_3_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_dark.mjs"},"./dist/js/theming/sap_horizon_dark":{"types":"./dist/js/theming/sap_horizon_dark.d.ts","default":"./dist/js/theming/sap_horizon_dark.mjs","esm2020":"./dist/js/theming/sap_horizon_dark.mjs"},"./dist/js/theming/sap_fiori_3_light_dark":{"types":"./dist/js/theming/sap_fiori_3_light_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_light_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_light_dark.mjs"}},"gitHead":"58a17d6987e73a5e7ae7e5823f7547fc7cd82d26","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.11","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.11_1676549805012_0.6280886112124602","host":"s3://npm-registry-packages"}},"0.27.0-rc.12":{"name":"fundamental-styles","version":"0.27.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"df4a384fe63a7248afd6d22942a5b86918e81211","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.12.tgz","fileCount":362,"integrity":"sha512-tMW8pA5SpwvxRMXIF/v8ipzUUn8iw5ECDNkCyEGKao1yFTMU90tQ9r9zxFNEM4RHLH2u528jBBaczETKCpqmHg==","signatures":[{"sig":"MEYCIQCP9l6GOZM8G8wYmCC3sOVoU204sRpFIDTWqpkZcpmONwIhAK2ljirkdzf0Ag10cM6xoAD2VclucKBNq/WSY7GIJhw8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6673637,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9cH1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqmhxAAjA4GT1jRxDsvzynyPZ/CrweBi0RjV6PxJN8CQA7FB6GJ5tiB\r\nuxtu7pyJcaA4qmUeGv/zbe0gGayzy7U8nS0Z+KYrF8df1jcwWrrfx0ebkXPW\r\ngga98pRQlwvGPW2ABK1i95VAIZlN/6oKpGoAMR/CP+t127/HyserAUyK40YU\r\nOFteuBEDGZO6WmiH0TjbBp3wPdaEqxtkxdXqiJS6w9ZimtI/H22eqAjer6ex\r\nNXPrEgsehQ8icY5eK4p5VRCV9+HS1Y04NSobP0RMz+sPkzpGmpCNcOP1pEAj\r\nvLLzyW2JCZuDlxcXdwGYQUjteUAK252aNLumt2fx12gYJ5CGunfJAdedeHLe\r\neTPXqqfeTdjOj9esJKZ84hh8SvsJiYKt61Av8fpKBQe2axbKxLjLhiowMCHc\r\nYLk9NbAeWTdMcJX11zoJl+TNVr7ZzuVCVzdDZqDgU8hIWg4RB2mW1WNlbCnG\r\nLHXnj0Voi+k7Z4fYZZA6wS8oRfS6FfxGH3zq7GAityR07DYw4cLGq1bKobKg\r\nqtNZhklIHUYRo8xUKA0YwOOmOhUPilzmJP7ES8PoSnCNA+7SneA7CImuO85n\r\nNuFXONTJL5XoYGq59HXCKS2Q0ujWCAcnwk2LrVZy+U58yHvD222vfRpHYYoz\r\nSoxEH2x9W3w8zkWw1Xz6pgzG8VTMR1mGquQ=\r\n=EJTp\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/js/bar":{"types":"./dist/js/bar.d.ts","default":"./dist/js/bar.mjs","esm2020":"./dist/js/bar.mjs"},"./dist/js/card":{"types":"./dist/js/card.d.ts","default":"./dist/js/card.mjs","esm2020":"./dist/js/card.mjs"},"./dist/js/code":{"types":"./dist/js/code.d.ts","default":"./dist/js/code.mjs","esm2020":"./dist/js/code.mjs"},"./dist/js/icon":{"types":"./dist/js/icon.d.ts","default":"./dist/js/icon.mjs","esm2020":"./dist/js/icon.mjs"},"./dist/js/link":{"types":"./dist/js/link.d.ts","default":"./dist/js/link.mjs","esm2020":"./dist/js/link.mjs"},"./dist/js/list":{"types":"./dist/js/list.d.ts","default":"./dist/js/list.mjs","esm2020":"./dist/js/list.mjs"},"./dist/js/menu":{"types":"./dist/js/menu.d.ts","default":"./dist/js/menu.mjs","esm2020":"./dist/js/menu.mjs"},"./dist/js/page":{"types":"./dist/js/page.d.ts","default":"./dist/js/page.mjs","esm2020":"./dist/js/page.mjs"},"./dist/js/tabs":{"types":"./dist/js/tabs.d.ts","default":"./dist/js/tabs.mjs","esm2020":"./dist/js/tabs.mjs"},"./dist/js/text":{"types":"./dist/js/text.d.ts","default":"./dist/js/text.mjs","esm2020":"./dist/js/text.mjs"},"./dist/js/tile":{"types":"./dist/js/tile.d.ts","default":"./dist/js/tile.mjs","esm2020":"./dist/js/tile.mjs"},"./dist/js/time":{"types":"./dist/js/time.d.ts","default":"./dist/js/time.mjs","esm2020":"./dist/js/time.mjs"},"./dist/js/tree":{"types":"./dist/js/tree.d.ts","default":"./dist/js/tree.mjs","esm2020":"./dist/js/tree.mjs"},"./dist/js/alert":{"types":"./dist/js/alert.d.ts","default":"./dist/js/alert.mjs","esm2020":"./dist/js/alert.mjs"},"./dist/js/badge":{"types":"./dist/js/badge.d.ts","default":"./dist/js/badge.mjs","esm2020":"./dist/js/badge.mjs"},"./dist/js/facet":{"types":"./dist/js/facet.d.ts","default":"./dist/js/facet.mjs","esm2020":"./dist/js/facet.mjs"},"./dist/js/input":{"types":"./dist/js/input.d.ts","default":"./dist/js/input.mjs","esm2020":"./dist/js/input.mjs"},"./dist/js/panel":{"types":"./dist/js/panel.d.ts","default":"./dist/js/panel.mjs","esm2020":"./dist/js/panel.mjs"},"./dist/js/radio":{"types":"./dist/js/radio.d.ts","default":"./dist/js/radio.mjs","esm2020":"./dist/js/radio.mjs"},"./dist/js/table":{"types":"./dist/js/table.d.ts","default":"./dist/js/table.mjs","esm2020":"./dist/js/table.mjs"},"./dist/js/title":{"types":"./dist/js/title.d.ts","default":"./dist/js/title.mjs","esm2020":"./dist/js/title.mjs"},"./dist/js/token":{"types":"./dist/js/token.d.ts","default":"./dist/js/token.mjs","esm2020":"./dist/js/token.mjs"},"./dist/js/avatar":{"types":"./dist/js/avatar.d.ts","default":"./dist/js/avatar.mjs","esm2020":"./dist/js/avatar.mjs"},"./dist/js/button":{"types":"./dist/js/button.d.ts","default":"./dist/js/button.mjs","esm2020":"./dist/js/button.mjs"},"./dist/js/dialog":{"types":"./dist/js/dialog.d.ts","default":"./dist/js/dialog.mjs","esm2020":"./dist/js/dialog.mjs"},"./dist/js/layout":{"types":"./dist/js/layout.d.ts","default":"./dist/js/layout.mjs","esm2020":"./dist/js/layout.mjs"},"./dist/js/select":{"types":"./dist/js/select.d.ts","default":"./dist/js/select.mjs","esm2020":"./dist/js/select.mjs"},"./dist/js/slider":{"types":"./dist/js/slider.d.ts","default":"./dist/js/slider.mjs","esm2020":"./dist/js/slider.mjs"},"./dist/js/switch":{"types":"./dist/js/switch.d.ts","default":"./dist/js/switch.mjs","esm2020":"./dist/js/switch.mjs"},"./dist/js/wizard":{"types":"./dist/js/wizard.d.ts","default":"./dist/js/wizard.mjs","esm2020":"./dist/js/wizard.mjs"},"./dist/js/counter":{"types":"./dist/js/counter.d.ts","default":"./dist/js/counter.mjs","esm2020":"./dist/js/counter.mjs"},"./dist/js/helpers":{"types":"./dist/js/helpers.d.ts","default":"./dist/js/helpers.mjs","esm2020":"./dist/js/helpers.mjs"},"./dist/js/margins":{"types":"./dist/js/margins.d.ts","default":"./dist/js/margins.mjs","esm2020":"./dist/js/margins.mjs"},"./dist/js/popover":{"types":"./dist/js/popover.d.ts","default":"./dist/js/popover.mjs","esm2020":"./dist/js/popover.mjs"},"./dist/js/section":{"types":"./dist/js/section.d.ts","default":"./dist/js/section.mjs","esm2020":"./dist/js/section.mjs"},"./dist/js/toolbar":{"types":"./dist/js/toolbar.d.ts","default":"./dist/js/toolbar.mjs","esm2020":"./dist/js/toolbar.mjs"},"./dist/js/calendar":{"types":"./dist/js/calendar.d.ts","default":"./dist/js/calendar.mjs","esm2020":"./dist/js/calendar.mjs"},"./dist/js/carousel":{"types":"./dist/js/carousel.d.ts","default":"./dist/js/carousel.mjs","esm2020":"./dist/js/carousel.mjs"},"./dist/js/checkbox":{"types":"./dist/js/checkbox.d.ts","default":"./dist/js/checkbox.mjs","esm2020":"./dist/js/checkbox.mjs"},"./dist/js/fieldset":{"types":"./dist/js/fieldset.d.ts","default":"./dist/js/fieldset.mjs","esm2020":"./dist/js/fieldset.mjs"},"./dist/js/paddings":{"types":"./dist/js/paddings.d.ts","default":"./dist/js/paddings.mjs","esm2020":"./dist/js/paddings.mjs"},"./dist/js/shellbar":{"types":"./dist/js/shellbar.d.ts","default":"./dist/js/shellbar.mjs","esm2020":"./dist/js/shellbar.mjs"},"./dist/js/side-nav":{"types":"./dist/js/side-nav.d.ts","default":"./dist/js/side-nav.mjs","esm2020":"./dist/js/side-nav.mjs"},"./dist/js/splitter":{"types":"./dist/js/splitter.d.ts","default":"./dist/js/splitter.mjs","esm2020":"./dist/js/splitter.mjs"},"./dist/js/textarea":{"types":"./dist/js/textarea.d.ts","default":"./dist/js/textarea.mjs","esm2020":"./dist/js/textarea.mjs"},"./dist/js/feed-list":{"types":"./dist/js/feed-list.d.ts","default":"./dist/js/feed-list.mjs","esm2020":"./dist/js/feed-list.mjs"},"./dist/js/form-item":{"types":"./dist/js/form-item.d.ts","default":"./dist/js/form-item.mjs","esm2020":"./dist/js/form-item.mjs"},"./dist/js/grid-list":{"types":"./dist/js/grid-list.d.ts","default":"./dist/js/grid-list.mjs","esm2020":"./dist/js/grid-list.mjs"},"./dist/js/scrollbar":{"types":"./dist/js/scrollbar.d.ts","default":"./dist/js/scrollbar.mjs","esm2020":"./dist/js/scrollbar.mjs"},"./dist/js/tokenizer":{"types":"./dist/js/tokenizer.d.ts","default":"./dist/js/tokenizer.mjs","esm2020":"./dist/js/tokenizer.mjs"},"./dist/js/user-menu":{"types":"./dist/js/user-menu.d.ts","default":"./dist/js/user-menu.mjs","esm2020":"./dist/js/user-menu.mjs"},"./dist/js/action-bar":{"types":"./dist/js/action-bar.d.ts","default":"./dist/js/action-bar.mjs","esm2020":"./dist/js/action-bar.mjs"},"./dist/js/breadcrumb":{"types":"./dist/js/breadcrumb.d.ts","default":"./dist/js/breadcrumb.mjs","esm2020":"./dist/js/breadcrumb.mjs"},"./dist/js/feed-input":{"types":"./dist/js/feed-input.d.ts","default":"./dist/js/feed-input.mjs","esm2020":"./dist/js/feed-input.mjs"},"./dist/js/form-group":{"types":"./dist/js/form-group.d.ts","default":"./dist/js/form-group.mjs","esm2020":"./dist/js/form-group.mjs"},"./dist/js/form-label":{"types":"./dist/js/form-label.d.ts","default":"./dist/js/form-label.mjs","esm2020":"./dist/js/form-label.mjs"},"./dist/js/info-label":{"types":"./dist/js/info-label.d.ts","default":"./dist/js/info-label.mjs","esm2020":"./dist/js/info-label.mjs"},"./dist/js/off-screen":{"types":"./dist/js/off-screen.d.ts","default":"./dist/js/off-screen.mjs","esm2020":"./dist/js/off-screen.mjs"},"./dist/js/pagination":{"types":"./dist/js/pagination.d.ts","default":"./dist/js/pagination.mjs","esm2020":"./dist/js/pagination.mjs"},"./dist/js/quick-view":{"types":"./dist/js/quick-view.d.ts","default":"./dist/js/quick-view.mjs","esm2020":"./dist/js/quick-view.mjs"},"./dist/js/step-input":{"types":"./dist/js/step-input.d.ts","default":"./dist/js/step-input.mjs","esm2020":"./dist/js/step-input.mjs"},"./dist/js/timepicker":{"types":"./dist/js/timepicker.d.ts","default":"./dist/js/timepicker.mjs","esm2020":"./dist/js/timepicker.mjs"},"./dist/js/form-header":{"types":"./dist/js/form-header.d.ts","default":"./dist/js/form-header.mjs","esm2020":"./dist/js/form-header.mjs"},"./dist/js/input-group":{"types":"./dist/js/input-group.d.ts","default":"./dist/js/input-group.mjs","esm2020":"./dist/js/input-group.mjs"},"./dist/js/layout-grid":{"types":"./dist/js/layout-grid.d.ts","default":"./dist/js/layout-grid.mjs","esm2020":"./dist/js/layout-grid.mjs"},"./dist/js/message-box":{"types":"./dist/js/message-box.d.ts","default":"./dist/js/message-box.mjs","esm2020":"./dist/js/message-box.mjs"},"./dist/js/object-list":{"types":"./dist/js/object-list.d.ts","default":"./dist/js/object-list.mjs","esm2020":"./dist/js/object-list.mjs"},"./dist/js/page-footer":{"types":"./dist/js/page-footer.d.ts","default":"./dist/js/page-footer.mjs","esm2020":"./dist/js/page-footer.mjs"},"./dist/js/tool-header":{"types":"./dist/js/tool-header.d.ts","default":"./dist/js/tool-header.mjs","esm2020":"./dist/js/tool-header.mjs"},"./dist/js/action-sheet":{"types":"./dist/js/action-sheet.d.ts","default":"./dist/js/action-sheet.mjs","esm2020":"./dist/js/action-sheet.mjs"},"./dist/js/avatar-group":{"types":"./dist/js/avatar-group.d.ts","default":"./dist/js/avatar-group.mjs","esm2020":"./dist/js/avatar-group.mjs"},"./dist/js/button-split":{"types":"./dist/js/button-split.d.ts","default":"./dist/js/button-split.mjs","esm2020":"./dist/js/button-split.mjs"},"./dist/js/dynamic-page":{"types":"./dist/js/dynamic-page.d.ts","default":"./dist/js/dynamic-page.mjs","esm2020":"./dist/js/dynamic-page.mjs"},"./dist/js/form-message":{"types":"./dist/js/form-message.d.ts","default":"./dist/js/form-message.mjs","esm2020":"./dist/js/form-message.mjs"},"./dist/js/icon-tab-bar":{"types":"./dist/js/icon-tab-bar.d.ts","default":"./dist/js/icon-tab-bar.mjs","esm2020":"./dist/js/icon-tab-bar.mjs"},"./dist/js/layout-panel":{"types":"./dist/js/layout-panel.d.ts","default":"./dist/js/layout-panel.mjs","esm2020":"./dist/js/layout-panel.mjs"},"./dist/js/message-page":{"types":"./dist/js/message-page.d.ts","default":"./dist/js/message-page.mjs","esm2020":"./dist/js/message-page.mjs"},"./dist/js/notification":{"types":"./dist/js/notification.d.ts","default":"./dist/js/notification.mjs","esm2020":"./dist/js/notification.mjs"},"./dist/js/vertical-nav":{"types":"./dist/js/vertical-nav.d.ts","default":"./dist/js/vertical-nav.mjs","esm2020":"./dist/js/vertical-nav.mjs"},"./dist/js/file-uploader":{"types":"./dist/js/file-uploader.d.ts","default":"./dist/js/file-uploader.mjs","esm2020":"./dist/js/file-uploader.mjs"},"./dist/js/message-strip":{"types":"./dist/js/message-strip.d.ts","default":"./dist/js/message-strip.mjs","esm2020":"./dist/js/message-strip.mjs"},"./dist/js/message-toast":{"types":"./dist/js/message-toast.d.ts","default":"./dist/js/message-toast.mjs","esm2020":"./dist/js/message-toast.mjs"},"./dist/js/object-marker":{"types":"./dist/js/object-marker.d.ts","default":"./dist/js/object-marker.mjs","esm2020":"./dist/js/object-marker.mjs"},"./dist/js/object-number":{"types":"./dist/js/object-number.d.ts","default":"./dist/js/object-number.mjs","esm2020":"./dist/js/object-number.mjs"},"./dist/js/object-status":{"types":"./dist/js/object-status.d.ts","default":"./dist/js/object-status.mjs","esm2020":"./dist/js/object-status.mjs"},"./dist/js/busy-indicator":{"types":"./dist/js/busy-indicator.d.ts","default":"./dist/js/busy-indicator.mjs","esm2020":"./dist/js/busy-indicator.mjs"},"./dist/js/product-switch":{"types":"./dist/js/product-switch.d.ts","default":"./dist/js/product-switch.mjs","esm2020":"./dist/js/product-switch.mjs"},"./dist/js/fonts/sap_fonts":{"types":"./dist/js/fonts/sap_fonts.d.ts","default":"./dist/js/fonts/sap_fonts.mjs","esm2020":"./dist/js/fonts/sap_fonts.mjs"},"./dist/js/message-popover":{"types":"./dist/js/message-popover.d.ts","default":"./dist/js/message-popover.mjs","esm2020":"./dist/js/message-popover.mjs"},"./dist/js/numeric-content":{"types":"./dist/js/numeric-content.d.ts","default":"./dist/js/numeric-content.mjs","esm2020":"./dist/js/numeric-content.mjs"},"./dist/js/form-layout-grid":{"types":"./dist/js/form-layout-grid.d.ts","default":"./dist/js/form-layout-grid.mjs","esm2020":"./dist/js/form-layout-grid.mjs"},"./dist/js/object-attribute":{"types":"./dist/js/object-attribute.d.ts","default":"./dist/js/object-attribute.mjs","esm2020":"./dist/js/object-attribute.mjs"},"./dist/js/rating-indicator":{"types":"./dist/js/rating-indicator.d.ts","default":"./dist/js/rating-indicator.mjs","esm2020":"./dist/js/rating-indicator.mjs"},"./dist/js/segmented-button":{"types":"./dist/js/segmented-button.d.ts","default":"./dist/js/segmented-button.mjs","esm2020":"./dist/js/segmented-button.mjs"},"./dist/js/status-indicator":{"types":"./dist/js/status-indicator.d.ts","default":"./dist/js/status-indicator.mjs","esm2020":"./dist/js/status-indicator.mjs"},"./dist/js/fixed-card-layout":{"types":"./dist/js/fixed-card-layout.d.ts","default":"./dist/js/fixed-card-layout.mjs","esm2020":"./dist/js/fixed-card-layout.mjs"},"./dist/js/object-identifier":{"types":"./dist/js/object-identifier.d.ts","default":"./dist/js/object-identifier.mjs","esm2020":"./dist/js/object-identifier.mjs"},"./dist/js/upload-collection":{"types":"./dist/js/upload-collection.d.ts","default":"./dist/js/upload-collection.mjs","esm2020":"./dist/js/upload-collection.mjs"},"./dist/js/fundamental-styles":{"types":"./dist/js/fundamental-styles.d.ts","default":"./dist/js/fundamental-styles.mjs","esm2020":"./dist/js/fundamental-styles.mjs"},"./dist/js/micro-process-flow":{"types":"./dist/js/micro-process-flow.d.ts","default":"./dist/js/micro-process-flow.mjs","esm2020":"./dist/js/micro-process-flow.mjs"},"./dist/js/progress-indicator":{"types":"./dist/js/progress-indicator.d.ts","default":"./dist/js/progress-indicator.mjs","esm2020":"./dist/js/progress-indicator.mjs"},"./dist/js/variant-management":{"types":"./dist/js/variant-management.d.ts","default":"./dist/js/variant-management.mjs","esm2020":"./dist/js/variant-management.mjs"},"./dist/js/illustrated-message":{"types":"./dist/js/illustrated-message.d.ts","default":"./dist/js/illustrated-message.mjs","esm2020":"./dist/js/illustrated-message.mjs"},"./dist/js/theming/sap_fiori_3":{"types":"./dist/js/theming/sap_fiori_3.d.ts","default":"./dist/js/theming/sap_fiori_3.mjs","esm2020":"./dist/js/theming/sap_fiori_3.mjs"},"./dist/js/theming/sap_horizon":{"types":"./dist/js/theming/sap_horizon.d.ts","default":"./dist/js/theming/sap_horizon.mjs","esm2020":"./dist/js/theming/sap_horizon.mjs"},"./dist/js/dynamic-side-content":{"types":"./dist/js/dynamic-side-content.d.ts","default":"./dist/js/dynamic-side-content.mjs","esm2020":"./dist/js/dynamic-side-content.mjs"},"./dist/js/horizontal-navigation":{"types":"./dist/js/horizontal-navigation.d.ts","default":"./dist/js/horizontal-navigation.mjs","esm2020":"./dist/js/horizontal-navigation.mjs"},"./dist/js/resizable-card-layout":{"types":"./dist/js/resizable-card-layout.d.ts","default":"./dist/js/resizable-card-layout.mjs","esm2020":"./dist/js/resizable-card-layout.mjs"},"./dist/js/flexible-column-layout":{"types":"./dist/js/flexible-column-layout.d.ts","default":"./dist/js/flexible-column-layout.mjs","esm2020":"./dist/js/flexible-column-layout.mjs"},"./dist/js/fonts/sap_fiori_3_fonts":{"types":"./dist/js/fonts/sap_fiori_3_fonts.d.ts","default":"./dist/js/fonts/sap_fiori_3_fonts.mjs","esm2020":"./dist/js/fonts/sap_fiori_3_fonts.mjs"},"./dist/js/fonts/sap_horizon_fonts":{"types":"./dist/js/fonts/sap_horizon_fonts.d.ts","default":"./dist/js/fonts/sap_horizon_fonts.mjs","esm2020":"./dist/js/fonts/sap_horizon_fonts.mjs"},"./dist/js/theming/sap_fiori_3_hcb":{"types":"./dist/js/theming/sap_fiori_3_hcb.d.ts","default":"./dist/js/theming/sap_fiori_3_hcb.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcb.mjs"},"./dist/js/theming/sap_fiori_3_hcw":{"types":"./dist/js/theming/sap_fiori_3_hcw.d.ts","default":"./dist/js/theming/sap_fiori_3_hcw.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcw.mjs"},"./dist/js/theming/sap_horizon_hcb":{"types":"./dist/js/theming/sap_horizon_hcb.d.ts","default":"./dist/js/theming/sap_horizon_hcb.mjs","esm2020":"./dist/js/theming/sap_horizon_hcb.mjs"},"./dist/js/theming/sap_horizon_hcw":{"types":"./dist/js/theming/sap_horizon_hcw.d.ts","default":"./dist/js/theming/sap_horizon_hcw.mjs","esm2020":"./dist/js/theming/sap_horizon_hcw.mjs"},"./dist/js/theming/sap_fiori_3_dark":{"types":"./dist/js/theming/sap_fiori_3_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_dark.mjs"},"./dist/js/theming/sap_horizon_dark":{"types":"./dist/js/theming/sap_horizon_dark.d.ts","default":"./dist/js/theming/sap_horizon_dark.mjs","esm2020":"./dist/js/theming/sap_horizon_dark.mjs"},"./dist/js/theming/sap_fiori_3_light_dark":{"types":"./dist/js/theming/sap_fiori_3_light_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_light_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_light_dark.mjs"}},"gitHead":"c16b9b9900c3ad74e38292a958a3a8d6b01f1779","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.12","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.12_1677050357170_0.603160276597879","host":"s3://npm-registry-packages"}},"0.27.0-rc.13":{"name":"fundamental-styles","version":"0.27.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"88f10c7607695acafb3eed4b25703fe4c9f17ad2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.13.tgz","fileCount":362,"integrity":"sha512-57gKO2GdkoyYmVppNZkL3T97voLc1pM1bsCmHFHHJQwbRDYQqmDwZQiWIChwINZah1abNBLOFNWeBgUPhJ82pA==","signatures":[{"sig":"MEQCIG3jYeblhd/76cJTIiqgr3T62J83+kRTfRA+EET0hXC/AiBA0SJpmMPes05nBqPAi0lDaFyjGPjdmdW8M7RK6kyEvw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6673657,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9cM7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHbA/9FZ30ZtGIdBr5Zpmqhm1aL0+2jSSLiHznou4b6qQSoVK0O2Ka\r\nOKYumdEKjQbFOGsETdZheHG4aTQIWAAaNFZNM1HiGNc6n6GIbwJWrTi3iuEs\r\n14PW3TQruDG65t0gsWyBKwanmCQ/P8GJT5TUAok3kdLi9BjUXtMX/e1tz4fy\r\njYMxLUO0iLQ9PK0V/pQzpQWOW/ixEDhbc/XW5cwXOG7wvnRgv9cf8G/yGp3i\r\nb5y3pSfAvknw6nvUm1FQ2v48aKHKGhS6ltwD0EKBZAORHNLo0GnXQCvsAGQk\r\nkF+IiPRiHlklhVJAlZZh/Gt3BGWH9H7XIMtUhBr96THvzo/9hUG3Cp3pWR5K\r\nbGKlsPeGcmKuexMreeu0bUJeFJGBBZpHL8AG/d+ryIqf0KZaMQUIlcz5i+T8\r\n+aAxv2F4xJ3xOwc4CWErDZxDEKR8UwY61l1crJY4LGWLw4YE1Pp+cKYuUPbi\r\nMDRB3ujUHxP7iO256Di2cLVU4RKMZ+/IX7NMPR4lyb2fl9ACo3aq9xFPQNHK\r\nkobAuVeHXRok7D3rJJLyu9dA93rBLemNk7iZipYgYzlChhOXZauL9k9Zu+af\r\ngeGo6Aj6OoMDCXFMVT5ElxbVcK1nvv/3kM0mpUJNJF1jZZn8nEhnLPF5fT1S\r\nVyeouCIAsnI5QDDsVaZeT+o5NYdzrcNx4Nw=\r\n=JHJk\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/js/bar":{"types":"./dist/js/bar.d.ts","default":"./dist/js/bar.mjs","esm2020":"./dist/js/bar.mjs"},"./dist/js/card":{"types":"./dist/js/card.d.ts","default":"./dist/js/card.mjs","esm2020":"./dist/js/card.mjs"},"./dist/js/code":{"types":"./dist/js/code.d.ts","default":"./dist/js/code.mjs","esm2020":"./dist/js/code.mjs"},"./dist/js/icon":{"types":"./dist/js/icon.d.ts","default":"./dist/js/icon.mjs","esm2020":"./dist/js/icon.mjs"},"./dist/js/link":{"types":"./dist/js/link.d.ts","default":"./dist/js/link.mjs","esm2020":"./dist/js/link.mjs"},"./dist/js/list":{"types":"./dist/js/list.d.ts","default":"./dist/js/list.mjs","esm2020":"./dist/js/list.mjs"},"./dist/js/menu":{"types":"./dist/js/menu.d.ts","default":"./dist/js/menu.mjs","esm2020":"./dist/js/menu.mjs"},"./dist/js/page":{"types":"./dist/js/page.d.ts","default":"./dist/js/page.mjs","esm2020":"./dist/js/page.mjs"},"./dist/js/tabs":{"types":"./dist/js/tabs.d.ts","default":"./dist/js/tabs.mjs","esm2020":"./dist/js/tabs.mjs"},"./dist/js/text":{"types":"./dist/js/text.d.ts","default":"./dist/js/text.mjs","esm2020":"./dist/js/text.mjs"},"./dist/js/tile":{"types":"./dist/js/tile.d.ts","default":"./dist/js/tile.mjs","esm2020":"./dist/js/tile.mjs"},"./dist/js/time":{"types":"./dist/js/time.d.ts","default":"./dist/js/time.mjs","esm2020":"./dist/js/time.mjs"},"./dist/js/tree":{"types":"./dist/js/tree.d.ts","default":"./dist/js/tree.mjs","esm2020":"./dist/js/tree.mjs"},"./dist/js/alert":{"types":"./dist/js/alert.d.ts","default":"./dist/js/alert.mjs","esm2020":"./dist/js/alert.mjs"},"./dist/js/badge":{"types":"./dist/js/badge.d.ts","default":"./dist/js/badge.mjs","esm2020":"./dist/js/badge.mjs"},"./dist/js/facet":{"types":"./dist/js/facet.d.ts","default":"./dist/js/facet.mjs","esm2020":"./dist/js/facet.mjs"},"./dist/js/input":{"types":"./dist/js/input.d.ts","default":"./dist/js/input.mjs","esm2020":"./dist/js/input.mjs"},"./dist/js/panel":{"types":"./dist/js/panel.d.ts","default":"./dist/js/panel.mjs","esm2020":"./dist/js/panel.mjs"},"./dist/js/radio":{"types":"./dist/js/radio.d.ts","default":"./dist/js/radio.mjs","esm2020":"./dist/js/radio.mjs"},"./dist/js/table":{"types":"./dist/js/table.d.ts","default":"./dist/js/table.mjs","esm2020":"./dist/js/table.mjs"},"./dist/js/title":{"types":"./dist/js/title.d.ts","default":"./dist/js/title.mjs","esm2020":"./dist/js/title.mjs"},"./dist/js/token":{"types":"./dist/js/token.d.ts","default":"./dist/js/token.mjs","esm2020":"./dist/js/token.mjs"},"./dist/js/avatar":{"types":"./dist/js/avatar.d.ts","default":"./dist/js/avatar.mjs","esm2020":"./dist/js/avatar.mjs"},"./dist/js/button":{"types":"./dist/js/button.d.ts","default":"./dist/js/button.mjs","esm2020":"./dist/js/button.mjs"},"./dist/js/dialog":{"types":"./dist/js/dialog.d.ts","default":"./dist/js/dialog.mjs","esm2020":"./dist/js/dialog.mjs"},"./dist/js/layout":{"types":"./dist/js/layout.d.ts","default":"./dist/js/layout.mjs","esm2020":"./dist/js/layout.mjs"},"./dist/js/select":{"types":"./dist/js/select.d.ts","default":"./dist/js/select.mjs","esm2020":"./dist/js/select.mjs"},"./dist/js/slider":{"types":"./dist/js/slider.d.ts","default":"./dist/js/slider.mjs","esm2020":"./dist/js/slider.mjs"},"./dist/js/switch":{"types":"./dist/js/switch.d.ts","default":"./dist/js/switch.mjs","esm2020":"./dist/js/switch.mjs"},"./dist/js/wizard":{"types":"./dist/js/wizard.d.ts","default":"./dist/js/wizard.mjs","esm2020":"./dist/js/wizard.mjs"},"./dist/js/counter":{"types":"./dist/js/counter.d.ts","default":"./dist/js/counter.mjs","esm2020":"./dist/js/counter.mjs"},"./dist/js/helpers":{"types":"./dist/js/helpers.d.ts","default":"./dist/js/helpers.mjs","esm2020":"./dist/js/helpers.mjs"},"./dist/js/margins":{"types":"./dist/js/margins.d.ts","default":"./dist/js/margins.mjs","esm2020":"./dist/js/margins.mjs"},"./dist/js/popover":{"types":"./dist/js/popover.d.ts","default":"./dist/js/popover.mjs","esm2020":"./dist/js/popover.mjs"},"./dist/js/section":{"types":"./dist/js/section.d.ts","default":"./dist/js/section.mjs","esm2020":"./dist/js/section.mjs"},"./dist/js/toolbar":{"types":"./dist/js/toolbar.d.ts","default":"./dist/js/toolbar.mjs","esm2020":"./dist/js/toolbar.mjs"},"./dist/js/calendar":{"types":"./dist/js/calendar.d.ts","default":"./dist/js/calendar.mjs","esm2020":"./dist/js/calendar.mjs"},"./dist/js/carousel":{"types":"./dist/js/carousel.d.ts","default":"./dist/js/carousel.mjs","esm2020":"./dist/js/carousel.mjs"},"./dist/js/checkbox":{"types":"./dist/js/checkbox.d.ts","default":"./dist/js/checkbox.mjs","esm2020":"./dist/js/checkbox.mjs"},"./dist/js/fieldset":{"types":"./dist/js/fieldset.d.ts","default":"./dist/js/fieldset.mjs","esm2020":"./dist/js/fieldset.mjs"},"./dist/js/paddings":{"types":"./dist/js/paddings.d.ts","default":"./dist/js/paddings.mjs","esm2020":"./dist/js/paddings.mjs"},"./dist/js/shellbar":{"types":"./dist/js/shellbar.d.ts","default":"./dist/js/shellbar.mjs","esm2020":"./dist/js/shellbar.mjs"},"./dist/js/side-nav":{"types":"./dist/js/side-nav.d.ts","default":"./dist/js/side-nav.mjs","esm2020":"./dist/js/side-nav.mjs"},"./dist/js/splitter":{"types":"./dist/js/splitter.d.ts","default":"./dist/js/splitter.mjs","esm2020":"./dist/js/splitter.mjs"},"./dist/js/textarea":{"types":"./dist/js/textarea.d.ts","default":"./dist/js/textarea.mjs","esm2020":"./dist/js/textarea.mjs"},"./dist/js/feed-list":{"types":"./dist/js/feed-list.d.ts","default":"./dist/js/feed-list.mjs","esm2020":"./dist/js/feed-list.mjs"},"./dist/js/form-item":{"types":"./dist/js/form-item.d.ts","default":"./dist/js/form-item.mjs","esm2020":"./dist/js/form-item.mjs"},"./dist/js/grid-list":{"types":"./dist/js/grid-list.d.ts","default":"./dist/js/grid-list.mjs","esm2020":"./dist/js/grid-list.mjs"},"./dist/js/scrollbar":{"types":"./dist/js/scrollbar.d.ts","default":"./dist/js/scrollbar.mjs","esm2020":"./dist/js/scrollbar.mjs"},"./dist/js/tokenizer":{"types":"./dist/js/tokenizer.d.ts","default":"./dist/js/tokenizer.mjs","esm2020":"./dist/js/tokenizer.mjs"},"./dist/js/user-menu":{"types":"./dist/js/user-menu.d.ts","default":"./dist/js/user-menu.mjs","esm2020":"./dist/js/user-menu.mjs"},"./dist/js/action-bar":{"types":"./dist/js/action-bar.d.ts","default":"./dist/js/action-bar.mjs","esm2020":"./dist/js/action-bar.mjs"},"./dist/js/breadcrumb":{"types":"./dist/js/breadcrumb.d.ts","default":"./dist/js/breadcrumb.mjs","esm2020":"./dist/js/breadcrumb.mjs"},"./dist/js/feed-input":{"types":"./dist/js/feed-input.d.ts","default":"./dist/js/feed-input.mjs","esm2020":"./dist/js/feed-input.mjs"},"./dist/js/form-group":{"types":"./dist/js/form-group.d.ts","default":"./dist/js/form-group.mjs","esm2020":"./dist/js/form-group.mjs"},"./dist/js/form-label":{"types":"./dist/js/form-label.d.ts","default":"./dist/js/form-label.mjs","esm2020":"./dist/js/form-label.mjs"},"./dist/js/info-label":{"types":"./dist/js/info-label.d.ts","default":"./dist/js/info-label.mjs","esm2020":"./dist/js/info-label.mjs"},"./dist/js/off-screen":{"types":"./dist/js/off-screen.d.ts","default":"./dist/js/off-screen.mjs","esm2020":"./dist/js/off-screen.mjs"},"./dist/js/pagination":{"types":"./dist/js/pagination.d.ts","default":"./dist/js/pagination.mjs","esm2020":"./dist/js/pagination.mjs"},"./dist/js/quick-view":{"types":"./dist/js/quick-view.d.ts","default":"./dist/js/quick-view.mjs","esm2020":"./dist/js/quick-view.mjs"},"./dist/js/step-input":{"types":"./dist/js/step-input.d.ts","default":"./dist/js/step-input.mjs","esm2020":"./dist/js/step-input.mjs"},"./dist/js/timepicker":{"types":"./dist/js/timepicker.d.ts","default":"./dist/js/timepicker.mjs","esm2020":"./dist/js/timepicker.mjs"},"./dist/js/form-header":{"types":"./dist/js/form-header.d.ts","default":"./dist/js/form-header.mjs","esm2020":"./dist/js/form-header.mjs"},"./dist/js/input-group":{"types":"./dist/js/input-group.d.ts","default":"./dist/js/input-group.mjs","esm2020":"./dist/js/input-group.mjs"},"./dist/js/layout-grid":{"types":"./dist/js/layout-grid.d.ts","default":"./dist/js/layout-grid.mjs","esm2020":"./dist/js/layout-grid.mjs"},"./dist/js/message-box":{"types":"./dist/js/message-box.d.ts","default":"./dist/js/message-box.mjs","esm2020":"./dist/js/message-box.mjs"},"./dist/js/object-list":{"types":"./dist/js/object-list.d.ts","default":"./dist/js/object-list.mjs","esm2020":"./dist/js/object-list.mjs"},"./dist/js/page-footer":{"types":"./dist/js/page-footer.d.ts","default":"./dist/js/page-footer.mjs","esm2020":"./dist/js/page-footer.mjs"},"./dist/js/tool-header":{"types":"./dist/js/tool-header.d.ts","default":"./dist/js/tool-header.mjs","esm2020":"./dist/js/tool-header.mjs"},"./dist/js/action-sheet":{"types":"./dist/js/action-sheet.d.ts","default":"./dist/js/action-sheet.mjs","esm2020":"./dist/js/action-sheet.mjs"},"./dist/js/avatar-group":{"types":"./dist/js/avatar-group.d.ts","default":"./dist/js/avatar-group.mjs","esm2020":"./dist/js/avatar-group.mjs"},"./dist/js/button-split":{"types":"./dist/js/button-split.d.ts","default":"./dist/js/button-split.mjs","esm2020":"./dist/js/button-split.mjs"},"./dist/js/dynamic-page":{"types":"./dist/js/dynamic-page.d.ts","default":"./dist/js/dynamic-page.mjs","esm2020":"./dist/js/dynamic-page.mjs"},"./dist/js/form-message":{"types":"./dist/js/form-message.d.ts","default":"./dist/js/form-message.mjs","esm2020":"./dist/js/form-message.mjs"},"./dist/js/icon-tab-bar":{"types":"./dist/js/icon-tab-bar.d.ts","default":"./dist/js/icon-tab-bar.mjs","esm2020":"./dist/js/icon-tab-bar.mjs"},"./dist/js/layout-panel":{"types":"./dist/js/layout-panel.d.ts","default":"./dist/js/layout-panel.mjs","esm2020":"./dist/js/layout-panel.mjs"},"./dist/js/message-page":{"types":"./dist/js/message-page.d.ts","default":"./dist/js/message-page.mjs","esm2020":"./dist/js/message-page.mjs"},"./dist/js/notification":{"types":"./dist/js/notification.d.ts","default":"./dist/js/notification.mjs","esm2020":"./dist/js/notification.mjs"},"./dist/js/vertical-nav":{"types":"./dist/js/vertical-nav.d.ts","default":"./dist/js/vertical-nav.mjs","esm2020":"./dist/js/vertical-nav.mjs"},"./dist/js/file-uploader":{"types":"./dist/js/file-uploader.d.ts","default":"./dist/js/file-uploader.mjs","esm2020":"./dist/js/file-uploader.mjs"},"./dist/js/message-strip":{"types":"./dist/js/message-strip.d.ts","default":"./dist/js/message-strip.mjs","esm2020":"./dist/js/message-strip.mjs"},"./dist/js/message-toast":{"types":"./dist/js/message-toast.d.ts","default":"./dist/js/message-toast.mjs","esm2020":"./dist/js/message-toast.mjs"},"./dist/js/object-marker":{"types":"./dist/js/object-marker.d.ts","default":"./dist/js/object-marker.mjs","esm2020":"./dist/js/object-marker.mjs"},"./dist/js/object-number":{"types":"./dist/js/object-number.d.ts","default":"./dist/js/object-number.mjs","esm2020":"./dist/js/object-number.mjs"},"./dist/js/object-status":{"types":"./dist/js/object-status.d.ts","default":"./dist/js/object-status.mjs","esm2020":"./dist/js/object-status.mjs"},"./dist/js/busy-indicator":{"types":"./dist/js/busy-indicator.d.ts","default":"./dist/js/busy-indicator.mjs","esm2020":"./dist/js/busy-indicator.mjs"},"./dist/js/product-switch":{"types":"./dist/js/product-switch.d.ts","default":"./dist/js/product-switch.mjs","esm2020":"./dist/js/product-switch.mjs"},"./dist/js/fonts/sap_fonts":{"types":"./dist/js/fonts/sap_fonts.d.ts","default":"./dist/js/fonts/sap_fonts.mjs","esm2020":"./dist/js/fonts/sap_fonts.mjs"},"./dist/js/message-popover":{"types":"./dist/js/message-popover.d.ts","default":"./dist/js/message-popover.mjs","esm2020":"./dist/js/message-popover.mjs"},"./dist/js/numeric-content":{"types":"./dist/js/numeric-content.d.ts","default":"./dist/js/numeric-content.mjs","esm2020":"./dist/js/numeric-content.mjs"},"./dist/js/form-layout-grid":{"types":"./dist/js/form-layout-grid.d.ts","default":"./dist/js/form-layout-grid.mjs","esm2020":"./dist/js/form-layout-grid.mjs"},"./dist/js/object-attribute":{"types":"./dist/js/object-attribute.d.ts","default":"./dist/js/object-attribute.mjs","esm2020":"./dist/js/object-attribute.mjs"},"./dist/js/rating-indicator":{"types":"./dist/js/rating-indicator.d.ts","default":"./dist/js/rating-indicator.mjs","esm2020":"./dist/js/rating-indicator.mjs"},"./dist/js/segmented-button":{"types":"./dist/js/segmented-button.d.ts","default":"./dist/js/segmented-button.mjs","esm2020":"./dist/js/segmented-button.mjs"},"./dist/js/status-indicator":{"types":"./dist/js/status-indicator.d.ts","default":"./dist/js/status-indicator.mjs","esm2020":"./dist/js/status-indicator.mjs"},"./dist/js/fixed-card-layout":{"types":"./dist/js/fixed-card-layout.d.ts","default":"./dist/js/fixed-card-layout.mjs","esm2020":"./dist/js/fixed-card-layout.mjs"},"./dist/js/object-identifier":{"types":"./dist/js/object-identifier.d.ts","default":"./dist/js/object-identifier.mjs","esm2020":"./dist/js/object-identifier.mjs"},"./dist/js/upload-collection":{"types":"./dist/js/upload-collection.d.ts","default":"./dist/js/upload-collection.mjs","esm2020":"./dist/js/upload-collection.mjs"},"./dist/js/fundamental-styles":{"types":"./dist/js/fundamental-styles.d.ts","default":"./dist/js/fundamental-styles.mjs","esm2020":"./dist/js/fundamental-styles.mjs"},"./dist/js/micro-process-flow":{"types":"./dist/js/micro-process-flow.d.ts","default":"./dist/js/micro-process-flow.mjs","esm2020":"./dist/js/micro-process-flow.mjs"},"./dist/js/progress-indicator":{"types":"./dist/js/progress-indicator.d.ts","default":"./dist/js/progress-indicator.mjs","esm2020":"./dist/js/progress-indicator.mjs"},"./dist/js/variant-management":{"types":"./dist/js/variant-management.d.ts","default":"./dist/js/variant-management.mjs","esm2020":"./dist/js/variant-management.mjs"},"./dist/js/illustrated-message":{"types":"./dist/js/illustrated-message.d.ts","default":"./dist/js/illustrated-message.mjs","esm2020":"./dist/js/illustrated-message.mjs"},"./dist/js/theming/sap_fiori_3":{"types":"./dist/js/theming/sap_fiori_3.d.ts","default":"./dist/js/theming/sap_fiori_3.mjs","esm2020":"./dist/js/theming/sap_fiori_3.mjs"},"./dist/js/theming/sap_horizon":{"types":"./dist/js/theming/sap_horizon.d.ts","default":"./dist/js/theming/sap_horizon.mjs","esm2020":"./dist/js/theming/sap_horizon.mjs"},"./dist/js/dynamic-side-content":{"types":"./dist/js/dynamic-side-content.d.ts","default":"./dist/js/dynamic-side-content.mjs","esm2020":"./dist/js/dynamic-side-content.mjs"},"./dist/js/horizontal-navigation":{"types":"./dist/js/horizontal-navigation.d.ts","default":"./dist/js/horizontal-navigation.mjs","esm2020":"./dist/js/horizontal-navigation.mjs"},"./dist/js/resizable-card-layout":{"types":"./dist/js/resizable-card-layout.d.ts","default":"./dist/js/resizable-card-layout.mjs","esm2020":"./dist/js/resizable-card-layout.mjs"},"./dist/js/flexible-column-layout":{"types":"./dist/js/flexible-column-layout.d.ts","default":"./dist/js/flexible-column-layout.mjs","esm2020":"./dist/js/flexible-column-layout.mjs"},"./dist/js/fonts/sap_fiori_3_fonts":{"types":"./dist/js/fonts/sap_fiori_3_fonts.d.ts","default":"./dist/js/fonts/sap_fiori_3_fonts.mjs","esm2020":"./dist/js/fonts/sap_fiori_3_fonts.mjs"},"./dist/js/fonts/sap_horizon_fonts":{"types":"./dist/js/fonts/sap_horizon_fonts.d.ts","default":"./dist/js/fonts/sap_horizon_fonts.mjs","esm2020":"./dist/js/fonts/sap_horizon_fonts.mjs"},"./dist/js/theming/sap_fiori_3_hcb":{"types":"./dist/js/theming/sap_fiori_3_hcb.d.ts","default":"./dist/js/theming/sap_fiori_3_hcb.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcb.mjs"},"./dist/js/theming/sap_fiori_3_hcw":{"types":"./dist/js/theming/sap_fiori_3_hcw.d.ts","default":"./dist/js/theming/sap_fiori_3_hcw.mjs","esm2020":"./dist/js/theming/sap_fiori_3_hcw.mjs"},"./dist/js/theming/sap_horizon_hcb":{"types":"./dist/js/theming/sap_horizon_hcb.d.ts","default":"./dist/js/theming/sap_horizon_hcb.mjs","esm2020":"./dist/js/theming/sap_horizon_hcb.mjs"},"./dist/js/theming/sap_horizon_hcw":{"types":"./dist/js/theming/sap_horizon_hcw.d.ts","default":"./dist/js/theming/sap_horizon_hcw.mjs","esm2020":"./dist/js/theming/sap_horizon_hcw.mjs"},"./dist/js/theming/sap_fiori_3_dark":{"types":"./dist/js/theming/sap_fiori_3_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_dark.mjs"},"./dist/js/theming/sap_horizon_dark":{"types":"./dist/js/theming/sap_horizon_dark.d.ts","default":"./dist/js/theming/sap_horizon_dark.mjs","esm2020":"./dist/js/theming/sap_horizon_dark.mjs"},"./dist/js/theming/sap_fiori_3_light_dark":{"types":"./dist/js/theming/sap_fiori_3_light_dark.d.ts","default":"./dist/js/theming/sap_fiori_3_light_dark.mjs","esm2020":"./dist/js/theming/sap_fiori_3_light_dark.mjs"}},"gitHead":"01e1bc6113899e89d39c21859bb1a00d0ab321e8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.13","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.13_1677050683308_0.533461450850051","host":"s3://npm-registry-packages"}},"0.27.0-rc.14":{"name":"fundamental-styles","version":"0.27.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"29ec5492328b3ab1e60181d6e94ecd62c1fe2731","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.14.tgz","fileCount":362,"integrity":"sha512-iBkNlB4HC4E5Q5UjVZcpsV20ORtz1IuhALvr5qfTxUDdBHdiIwyTYby4Xuynq9mthT+KyiSTeN204F5pa2aYnw==","signatures":[{"sig":"MEYCIQCaY+A9Wxe+7ChLYi5rIfXRy76e5dCKYSFRAUptYVI+SgIhAOGZlzVr8lo+YhIOGnCpgPYFOh/JT8k72sBqOKlYE2B+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6650189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9mB+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrxyw//SybQPRhnVMRiuQz4vHRd/dVS4/0zy7CTSfW+FfioM+Ol3uvQ\r\nODxH4WkSRSxyRnVNZFJkdJza+P/QgJ/MdyT0pdJJGt6jbIeNkX9Fz2TNUmyE\r\nfNxDOxHMmCVlKtFe48K5E2jllkjoMvTsWHX3JcC4DoU4lqoMP6AbtD5gTkYm\r\nmZ2gTQh9C+gHzhjCEFAYWEemeEHfXpNl6lovIjw7FiW4nK+ahv+kPELqhx4Y\r\nh9LaySbBvPjlcnk7DVEAJTgCxDBquVsoNIt+oAzm6xdB0/58WPv4GSNkI0M8\r\n28zAJtV3Gzm+k5TNeTQPE1pzn6dXtkB2GwzGY8jg0IUOCp6Ep1d0y4+EMum8\r\niZywUhz5F+8NfaWHwB4z+l6piMb4PSNDn74ZZa4joUNWNCLbjrnjfLBCga/W\r\n7YtFUt5CtkYzuP3fhCCwpDkUuSVrQJcXgTxvsP3Q1FrHJL21CZFmFn/kgxvM\r\nVNPRlD6j6Zb55CteysF3ov7CHHtF/UKnVzu8U4wr1nEs5hVNZ+xp8MuyywjM\r\n+S8Atlhr1b6rMD9sad+6zTkiMiNFurlqK/CMzVBGY4YLmq8dsOXnQ+K/LZ6n\r\na/9p2489tkLFUYQPIIDW6Fqj80U58or31BJgeJcZgNS19VLTf6cETvD4Q8IV\r\nI5SoW0TcvmuLjGVRq2mM4GqXEy+zv+p6nBk=\r\n=Lsmk\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"111b07abd76e7abc8cab7f3c215d59e909d09226","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.14","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.14_1677090942287_0.4516914492511752","host":"s3://npm-registry-packages"}},"0.27.0-rc.15":{"name":"fundamental-styles","version":"0.27.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"be073183c7b327b9d40976c3a0f668994dcbec62","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.15.tgz","fileCount":362,"integrity":"sha512-X5L0cPAEaVpHptwJPwnD+l1fL0UcPThjf/nkd2DtDC+zqZIxWvDBtq06csfIYBWdIHxcHFa2JpGq8w1/10ZRyA==","signatures":[{"sig":"MEUCIAyly6sR8jhx8gbSDk53Ogi75+KIgX1T/fO4c/zbwbcGAiEAmZQABN/gFW34Gab/JBUAurX/2i17TwuviKzXUv8RVC8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6650189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9mshACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNhBAAm2CfmdEZcq4pQckacbsX4vkJM960KZoyQeHXagcZ4PzQ7jBt\r\nCo8dozvkEYMRM/nFtLFfwj43a803qogjavVq+4ImFKUKUDGA46KGmf+iyd/H\r\n+hNN3366vy8n8MFWMNUaGvOW9JZH5Bxmuqy68DrAmkLmMKzS8PKG5sxl/l98\r\nEXj1kkEHYq1srN1tjP4gqoGVuVgA12FDPYgPyrXbOH2ijl8ML2S5MbxXAiLz\r\ncnuiS7Tu/kf2yDQ5MaBxemTlXrvLqwZIeSOKu+3Q8+op999VgXmnoygptvrQ\r\nGd6iQqxVa5++Ve2i05pLRaaiIeAzT7ZopeM8TJcBAkdkYssC8Az1Uc7BKVLy\r\n0Tkjp9G2yyCm+E/8YcSgD9xfP1t1L/agtzEm8OQO6Ik4fMMoE/ABMZvB+7IV\r\nrmjPyxabDw++xEwMs92NGcKMDPNlKNH4s1GzN3B4pmaVTrIdvd101iFlgt2P\r\npM3QShKSiL0bHFkuq0N4ZC76n+TyepIufMjsrxmXb/k+WgcTcGboO3uWa7jI\r\natjkC9k6zupFTQA3OxUKTvlXPbQil0WOcRODrgwKeMXuOj0pZdGpmq9Hte9l\r\nJWPtJlI0AvYhSkj8jGCzMr0MDC4cBbs0J9YCTIOMd22BEWeJewxxdgvMhEab\r\nLkzNEsMzXz+p4Cx03PI/F2CGIO8CWfBzJb0=\r\n=/Ejy\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4dead0d361bd0549c0879d5444954fdae4ba8750","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.15","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.15_1677093665352_0.6978033521107163","host":"s3://npm-registry-packages"}},"0.27.0-rc.16":{"name":"fundamental-styles","version":"0.27.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0fa8674f057c5073453bc15e6b1fc73c3d7c433d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.16.tgz","fileCount":362,"integrity":"sha512-dBoQ71N+pEQ3d6LcqxQBjfbUiYw2bfv3GvTJCSnkWwGYfT0UnVxEJJM5UDtjQpImylMobbEyPiwHpU+tPCo0Yw==","signatures":[{"sig":"MEUCIBd9sXbPJEhpj+td+v6z32sAVPx5MvRJ+JJOrI3hA0F0AiEAk60oyW7JKZx+bq/14dEqhu8G8zqfxfRJuDetIhVG+s8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6650901,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj950QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCUw/9EAfVc4mGlkYkNchxJlX1DcgLIf4SLjD5zKm9x84PEjMQnowG\r\nuDhcvnOuaJKzqCyj7t+ADUI4WzL8f+ynb7X58CxDC4K2XM2LhCM3W9fToXv6\r\nr6Ghksteeg9tzHbB0ZsH4zL3ZHID6A2gYPugNIrO7+46V6yl07RekOcbLMI7\r\nbhy3R0ZII6lL8X6xvYCtWI4Jrw5LVqzXMNkQfgE1F5bqBZtFxjr9BL1AEwEL\r\nlX2Ld/HXEmQzNLw+fE2xjnGWO+2Tl1vl1w5rpG6R9Txbu6dVZ2mD2QM5ODzv\r\nDfju9lsqtJKP4lP8/z6nTIaI4CJHD3UO9SenHxGHU1qAQfui46qZ89O3DN2C\r\n94rV2RCDx93ntJYAnoKo1DXbJx1I1d56CfPQ4fOp6PbqsCPz46B6eiCFOh1j\r\nYV+f6Vj0/lPraX+f3protEflMpu7f1eXivRBWGKVbd/Mw3TFzlkifHpTGu3G\r\nk7UCi3wwnN6EkCgka8qZkuq6lCBxCEViDTGzDVD6URKMdp7wgFcaHDqOIQ7S\r\n/pVnngnaqdvHprVPm0HipypMXTiVxRIpanG3oE/cek+VLm3nKD1zSMQD36aw\r\n0UemSbb0UivI5IIVGZI6hM7TuCZ/jIFh1ZL69HZTxEkVSNxYX2LxsFxJsoTx\r\nALwGhSGaCqGsrUsXU6c3O9gWPWjexHD/2Bg=\r\n=NUBX\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"662e102313fda5909e490ed5e1d95de39510491f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.16","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.16_1677171983914_0.7276233888317063","host":"s3://npm-registry-packages"}},"0.27.0-rc.17":{"name":"fundamental-styles","version":"0.27.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"06294762dccc3508de842fde7431329d6a71510c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.17.tgz","fileCount":362,"integrity":"sha512-hVZf1TpZ95HXeeseW4N0su9Ygqo6e4dZZw083DaP3rrfcyeMaMgLKwkDr4OH/XaW9DyMqNheCDNuRvk1xccK9Q==","signatures":[{"sig":"MEUCIFQPmtrNI8b1C/TcesrrO23OnBhCXE3exJtxAi7OgPsfAiEA9z9/xbsNO/wjQor8MKGkcP7g4Ed5tEIYE0hXiQo6veU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6610835,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj96HeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqtvxAAodwlwuMoUyTZ91DgQqr3EWDWwI+/ROWGv2gCwHrOSI5Iu8G6\r\nPQAa1PSwqu3VfFxjg2TOgaoRrts6wQX94zPwUHMlv30pb46wTccwItZw3F84\r\nci76bSYclul5U6z3c+rde3+ScQLi0VHZXiCz3Y3L/Bp9LTxY0LAs3T0fppfq\r\nhiFJC6QlesRjqdrNHUVtnxGNB27FIyRqJFWvQYCPEpAASiSH5y3cW+149cwj\r\nI4Hgb58C0fC5RQp0eq6CXQIHBV/dApGbsXSvux5nCSnEyIMnybZFvotJG+aO\r\niQKq+oBFsIZTg4O3F1be2jHlYJoRx4Dm/STSFDKV2pMM2jVhRIU9tQjrQi7P\r\nMcoA59MFIPwJhzw5dB470FF+DZStpVKuU2G6tfoaHtFaj9f19Agiy6Jv/WN5\r\nteGAZxAIWS+eF/IonKVMj+RtL1kk9+eEnLNe7pHo0q1l88YsEEhlQOvZoJz8\r\nUtYd6nf54WNYZzCjWTXahimfykMuhs/+PBYdKbMjyaWH8bnML8Tuf7CiHWyU\r\nZ3+zWXO/u5rjyZ+SOAOqWK9/CeF5/VU8zo1mMnTghutyWczVWlFqTj/ifD+R\r\nSp70SHqLxdRwDEZtTfxKawkQBvNM4/kc0SQsjN1ZHkJd7oev8usiS6RByY2F\r\nz+Hm/tNY4L+Os18VUwILP/bc5hVaw3BlSXA=\r\n=OvTL\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6dcf7c354aa51665f7aad5754bd893a6bbd0b6bc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.17","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.17_1677173214016_0.4496578915051974","host":"s3://npm-registry-packages"}},"0.27.0-rc.18":{"name":"fundamental-styles","version":"0.27.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"28e881cad8f872b55236cdebe5005725040c0b0c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.18.tgz","fileCount":362,"integrity":"sha512-j1KzNSr6qK5EAM1O2WgbnczN2Cmbt45VAyUmKJrmkTGQ1bpouX8DQ6Oc5vOBDE9kfF1xpQfmGfjYcPw5Sjhtaw==","signatures":[{"sig":"MEYCIQCpKK7OvkrnqrfsmnOGg6iHAPI/OJxpJUs+NL6X9GxlOwIhAKuvwffgJUTbkKB54crcRzB3pRhmHhYtUrsgfQoyXs/q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6609359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+LFCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDJQ//QH6kRTFe0j09nTK3+V40JcA+vPMUrSgXOolpwatCvshLwdCD\r\nTR7CRsTT/MrrnQZfBe2geqS+F0j2cvqE8pbmYC1kefhTJ8PPxZrbXHG5oWwD\r\nK7CI9j1zHg7e3wLqwWeVry6fCgcfq1rSAtnFJSXCCYhaxCgfRtGhgZaC+CMn\r\nSH6opHwETK+DXFgQ59Nd458r+41PgAA1xN1kT3qBzhgC6LsgR1MxFr8iubb2\r\nOxbZtGgSipps+BxrjZWejgWaPsufd5GQz3ogZos/bc4zYTHUgWSGHWuDeXmH\r\nSFPhNf4lljcTyGBX60Qt/EY4QS/6SgsQ6XCckU65oS+kmlS69qsTlQxwLYZb\r\nJFMUYY2rf6F2pUb7/al08nYHevDvEtcB520Dkp5vRiWwJLYF6q9TlBMUR74c\r\nGJ8UTK37zwkhIZ4vpAHo17vu+VYoB51o4omKeO3IUgAQXMq3x2OnlUJi3FJV\r\n+dwk1FQ3Kkb5BEhrKzNqQ+r3JR6sn79eNkvR9/eaa3tSRPrQOR/aUfZR8h7G\r\ntznGt487XJy9DfYQ5AQs6UGBno7GW6JMPVUyV2q+j9uqx1H0JIZ5lTxM2kFW\r\n4Fmq8RpWz8TU3fWUn5tSwnL6lzM9AhZFcS+zA1+Jnen9ZdD7Wuvf3P6R3TPz\r\nJg39vi8noZqCI0sCpOXFKyl12TC81DKDHJQ=\r\n=GqGN\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"16732fb613029e4d8a1a1127c1ac7b474fdfc36f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.18","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.18_1677242690249_0.5979739278359122","host":"s3://npm-registry-packages"}},"0.27.0-rc.19":{"name":"fundamental-styles","version":"0.27.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"142fdbc4f46b9d7c55d855e47a41eb55a991eb88","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.19.tgz","fileCount":362,"integrity":"sha512-6BUlTA12Hyz7R+/1XWe0tTZiE3Dxu8ZJZVYva0d3KoJJxmwWVZM6X6kOg3i4YY3XqFq8s7dAlMDCNyUXuD9PrA==","signatures":[{"sig":"MEQCIDiscZwn5VZfnKxmONnbQrwOk0s2cNBmEjbSvtpO5PwqAiAAjyHk/OrBYbZVD2bV6SXGiq7RwCLtAkyc3iV4vyMANg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6610027,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+PdTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqDKQ/+N/vtyJWYqTflNxptEQ935WBOH85FBHU55Dqu0zuLdAKbX89v\r\nKq0r22Tic9ureQWLoufDUaeh4FLWxPCYdjeZtOIeUGrCCXh2YFv3OpkuCkN2\r\nk3JrGHqssSAy8aS17U7cp30WuXkcD+GsZfEjNZywtzbVu/9LW6/JtPzLKSy4\r\nUiXefkkqaHRjQD24swnArqfi5YuTPqdA3W/jboW3PenAxUZDY5tQ+gc4F+h8\r\nv1oOmKmQaRb4TEXPyw+oy+3zAUd4ok4QEpRFbZSkEkOXPTif4S692OUgRUCR\r\nbHYhi3Jh45o4ZTpQ03N0/vIt/Fm4mY2FxsIL/o+Zh2L6tWNsacMCoE7VaCkW\r\nFM6xY+0ig9yUTmT2u+xxtZkoStwaFerYSp9f6gRIonaQYGiBPTObsFwPDZNe\r\nsAuRHji1uJ5flqSwr5TwaFzaNtnabX8zz6me1JHIowrlWe+n1oHrtq5z+RrF\r\nroFLCW5JJ3GMXhuRourYBiw741FEfVwpjQPGHXP1Q1Z21NxYt5HoXiuEK/vG\r\n99i1vD4v9l+Xiy9RSWQ2kOG249s3COyAfdecpobv3AvjAs7YDBNpCrO4LlwV\r\n/ipwRRNbLaWIFSDSqkwRVQ4Gttjz1ODLHCcAx5pcv36l5bnrySoyqqFkTnb8\r\ndWxD3jLwM5y+19+FfEGmR/up6nL8B7mq7TA=\r\n=GAN5\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e4de6bcac6f248e41c6a0fd90d7f38f78c88a3dc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.19","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.19_1677260627044_0.09465729386126176","host":"s3://npm-registry-packages"}},"0.27.0-rc.20":{"name":"fundamental-styles","version":"0.27.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cea3d47515198ae5ddc151973e62cf8b2979430d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.20.tgz","fileCount":362,"integrity":"sha512-/+EBT49cIPUv1tr3WXC1kTKgipBIVCJU1/drXfWrk/es3ylWvWNzUU4/9Pjbdc7N97EUeXOItm+GBxzqXyEn4w==","signatures":[{"sig":"MEUCIQDqjROskOONYxrRcFxafr/eot8Bqt4lt+e3L+9MXRAG0AIgOeCZkniHegtoyDbcbxWAHw3xMMZZAya7addJgXywYsk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6610423,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+QCYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqiwA/9EJZfBsM3TPPn1hr03JSQ7MtW+IR1UIFzJcjSIiQxiGZUQCH9\r\n7+F4dD0Dhlv0zpc/il2Sg8L06n9WQjc2xiT047y3OLzHt0aXTP1K5jaou/e2\r\n5wZigwhCKL8/oR1rNpLfkyUEdZOU7Jm9mqi7pDM/GDNPrzyM8utA60HnvXIW\r\noCmT93QqkLYoGDoWJslTXGZ3YTgSaLLI4yLBfzJ+Uu4HFwQNHTGv9ZtUynYY\r\nnWfH4G1TzuReu3xmsqxZj/FU0lH33eysgKBKfEpSAlo7LLR4AeqySKvUTR+X\r\nV/djpW0b0U1+0otIJdlwwbpbGAUQbdV0ElMBBfJTI4wkosgNl03FWgH02hYU\r\nL/A5jUMQuNVg1av89oKjWpD19fDXXJl9IHROgnCdNjQxBymPYsqFxnsKGcE3\r\nquWJnleaGT2nMope2eQJhatTjlYkStW3HocvJxchHAyTf/G+SHizaANEkqeN\r\nPJm0TuwINA6NG9T8eMBFqfVblp+AwS+sPoByyU/JWF3SXgV2EwINCJ1OGvTY\r\nekuENTqPDmCni2VI9sVeDweWmLRsFwKI92yiQKDun3iK9kdH5ycIHQgdnvfa\r\nagTGSXGfFbI//vit3uW38tHVAgpC2Hhp7EHNeO6nBGJK5NrRsGB1Rlg3CT57\r\ng4ctzVsCHq0lhLYgJdeEnJI6EsPJeW6eQh4=\r\n=tOMS\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a142b448e60d1889bb09caa7b4ff11b86b578dab","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.20","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.20_1677263000600_0.20102622041290963","host":"s3://npm-registry-packages"}},"0.27.0-rc.21":{"name":"fundamental-styles","version":"0.27.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"71c5ddd6a5bb74454fbf845a85bdf799cd363850","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.21.tgz","fileCount":362,"integrity":"sha512-yIlMwuSMMkT2F+3bVXHpSEs/tDFv0jU9Vs53QBkIkOvLQYSr5Hf43FUhTNfC2O6ciZYXR12fuwJyUq+BYfGyqA==","signatures":[{"sig":"MEUCIAJLJZN2XT8p5Op8hk5qhr6915ISThlYzdCU5rl5114WAiEAyOaWw/lFV7OeFLODq0SGb4RBXcsISQP/HsFIlB56dMY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6609679,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+S6XACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo5bA//cABJjKET1jsAybukcEK18xE0vBzrLjlIXNFcnT8prlBQU+pL\r\nQ3xxVBMP+hht7rhXS8EaA3+kt482CXY6EET3DK5Tle2yqVd+eNlklqOR5EYV\r\nfjicFoTYpAy0mOxWbO4qXWUhojYvpZ/v3RdHRmeyKObV3NV0c7sd47vAH8BK\r\nLckoFcqeJKTlOKW5drDTgtkvgbv8HtrvnAJ+kJmIQhJkDipcLgKtnuhAYqOr\r\npRShOIDjv2Z3Val3SOXnSxwIMHbAlVkLcBrmaTwTOpAH9JoqpGo7hmjXP48S\r\nE4+8/InHvATGHpTyBa2ERW2yp3JlQ26smeFNu3GIyL7iUxUGmimisixlSy53\r\n7qAsdght+2S17R/Yt5SYODN7rp64Li9h8HsDztuzPJJ1s/upK2FECv+muIJz\r\nQK+eMpW7CSivt5Dzr0OU9l9wFXgFK0HUDDmrSafkAnOn3097a2x0lULaFzPN\r\nMVMDk7sGlYeReNQcqW9EqttZ7791NJSJof6p9XGHA3XjxZmDronGXhGGqNb5\r\nl6xflAn6uMAvdAR+29kzlrWuo8gElJDNdiKvveJ3b2dM82obBEDTdAsi8uro\r\n2EQbXTEoEqE9UK9OGfUq+PVWnPjuUbmjEq7vid7lTJ1Kz4Ooe5+o4O/uUWAZ\r\nDqGbwtsuvgCy7RQKQ7SAPdol5mJeizUpHdo=\r\n=i+9k\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b594e668812b57feccb3316d583bbf2a223c5e12","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.21","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.21_1677274775107_0.9338122073473847","host":"s3://npm-registry-packages"}},"0.27.0-rc.22":{"name":"fundamental-styles","version":"0.27.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"78e52b3f0019f3c9487a52ab784ca46a1fd44868","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.22.tgz","fileCount":362,"integrity":"sha512-S/avyJCXMbrLal+dOBTYEN13rTjesaRc/2/OjRHEjTFl/k8e5uHrNU4T4w4tH/+PXfx+ncJhiNXQ8FD0CUqUuQ==","signatures":[{"sig":"MEQCIEsbOI4m93mGKb+H4yjfk0hJ0xvMKL/fTPV92SpZU+16AiAOGVWth1yWevvuaNBwADS0RRfOoNok//IYr0MIlOW52w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6609543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/O70ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+SA//UzSaAE6PEs5JhpyT04/lQ0wGpQ+3Ksm6z2WQmm/bYbJhyey9\r\nUhhgOQiRXVSaQfelfDDVX/7DX9oyE1n+JPPh0oemANkbzxLBwK/9YzGNRU0C\r\n4NYlSKVK6KotLbpOncyywusM8msQml4I+QtEXTyHAnELXR3KYysCd6He/kRq\r\n3zGgMcUonSJd2mfKwwEVExMhj699nONI7xKHhv7fJR9gs5+I6ZBOSLy6UEYR\r\nhX01xUiVudwMI/VAjv2BaBFrkHNj78o2VKWSPQnP/BumduftDKoG7UQkLk3v\r\nurbHOQ2g3cBq0CsmGqe/yMVKCr5vE6JeekoYiabTikv0btQ5IgygqnKomm80\r\nzW9IU0N/DxtrVn//KkRgd/es63FhaEYdha78lOIiZJHujIrLroI6pxv7ZfkT\r\naOeonNEBtwK098koMsYWPnPVTROnDmYZLcDN/wrssGc542IWFwM3YPAt+/Mq\r\nbdAjKBjoZs+oyHsKKAxQrkwd/EgzRhwX/n0dJE3Nha3++wQgIwYqopg1jYy8\r\n17oa737COdBt52ssIQp3S7i7PJ76GkrztLsugGXr56GPgZnJldNdc38EbShD\r\nkzyMciDGvmBCyd7IxvBPPM28ZLVD07i2baGHuHbU3UKACA9FGrhdowropLCg\r\nNwCQKBAKXi49FOZ2+QwRJdjWwqYd9dHCec4=\r\n=+N2A\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f6d5351793619c8a213d73dafc97c2083229b956","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.22","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.22_1677520628490_0.7928647279120289","host":"s3://npm-registry-packages"}},"0.27.0-rc.23":{"name":"fundamental-styles","version":"0.27.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ef4dc99c0f5513cc0d60968b971b93c09ae068ab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0-rc.23.tgz","fileCount":362,"integrity":"sha512-I1OatS8llw3SagHeFdfVVPBD9M+tpeKFrfqLFXWB+izmzRxJbK0DHKsdJ8wjkPq6Bu5YGTGO13TPVnrYXnWygw==","signatures":[{"sig":"MEYCIQDKgadg5K23O7HQ5wMBlgRlKQdAk5ZSqi7t0wXBOT3oqgIhAMjt/1YvwqrYCFCx87Iu3gauFzOeFGCwDjNJFQmB18E0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6609543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/T6zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoo0w/+O73u6aW3jh1TsdJbywbTHsBNU9EeSBdR6aCxI5Hrr7nCjRbw\r\nPDqm2ww6qaUmxaqDQqmFCj7kHuoydCxBS35GKODKQptabIjxDr1JwqV0WwHm\r\nfeTvOqSaq/PG4Pmxvi2FCAk/NayfwHnquDKLhXAiQWpiz10WVD30xxlSG37T\r\nm8IR1KXcICnKJOZKEIjEBwyB/iupxojq0kXmuANU0lwVJSTzi6GY8m/TZ24X\r\nNgj+rklKJADrauYFo63TBUZw0b84ds40LTEzQuCBkKJ4R5ZG8Y3ZjrmfNo8o\r\n4nHBVxMmQwiwt9bX/5aWzGkfpZP6RBh8AFFrMwwAjWij09ZBijuAY48UNTtO\r\nfXvjc6QHklMzf8vC9+Skk1vZ7aKLXnb9V0uZ3OwQ88yQCCYHs2jgPyKiY1Ej\r\nv2WDumcJj7Sf+0iTJoTyGeHaT1VTJjs6d2yJ4vfOaFCKCIrP/Cc4JPZ6DdLX\r\nXp7O/wOkorpnHvNwjxc9GCbZcUZM4iGl39Y015Lbi+EsJ1gnfHhkGdy2zBik\r\niZ+qldfnsxBgl++4eiJoEldMAyBlmsj8LtQe7hj3Ile0nTKHVZbHmJ17SIWs\r\nu2edt5+n+8dZyg437tvYGJt8YtgxFyy9hE9aD8jLLiDgZWZn3YPYBddV7xgX\r\n45D+x1vQojUnbL8emRYY8ZWXVHXmWT8x1mY=\r\n=Ng6Y\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3b528e34f0dcad118a918b7614faa23a425aaed4","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.0-rc.23","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0-rc.23_1677541042791_0.7205101270851308","host":"s3://npm-registry-packages"}},"0.27.0":{"name":"fundamental-styles","version":"0.27.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6212a2ca25ebdcc567beb95cd0c42c1d1fb68514","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.0.tgz","fileCount":362,"integrity":"sha512-EWjgzyDuE4JJmUjtonIr4Ae3aFkdnlKP8pXhrVH+MswZ1rnF4yzV1CrkXwnqGJlfBC6Whh3UyOH7R0+xFT/3vQ==","signatures":[{"sig":"MEQCIBT6S2VPYueL1jAtnQzD/7bELLsjjyCPCOLSZ1S0+r4XAiB9KI4Oe/Y7cjLr4sDgoiayq/Nj8HHQ3dUxMW/vSXrbxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6608115,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/UNCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpecQ/+LqQcXL1kmOmXhITRb4qsr8nDr3nCxzs+tH2Bz4bAWJQW1heO\r\ncOvfkS9CWcUrAx+DaHubSj3llmIKVFug5gQm2f+iwzrovZkRmZUTt5rSxnNK\r\n0c7DaLxqQTNqKk1cAAt9u/jimdzhqt+c8+JRDyfSTXK8VnJAg9sppJbDKStn\r\n0N3mBuQUw5xcTTBmT6q3sn5kgjZhsX17Jfk4CDK36+jww+7odlC56//SYugV\r\nY70a1r34/IrMkmG6DPF9imtOHBoRiVFKT1L4vwr/O3eL4PViWx0nKzh6DQxQ\r\nuz3iqQgJFXptCJGh1UePFtDZDkUdQWf5LjfG/HiH04STRbaif9U9yq8C4A9w\r\nbHFUn0PsAuxBGrA/o+HaaBWLCWp/gxuRUsV75aMTEozwY+TBIQTHz/8oiD7v\r\nv0hS7znIYN4XWKRoRs9czIEUPjDUf+zcW/NgfHsVa5KGqnDZar4dP0u89yaC\r\nw9VVDarK1WGfZQ52rY/KCq5JmxugN81Ro2mWhxiU7/83xELA56eu5aH616YN\r\n/OE3nPKjYfgAreyiyc5CsK99Hjuhi6b/mx7TwdoyjIIzZdnH/EPvsbR8FNPZ\r\nlAw+UEaWrmAad9xm58G8H17Tr6bWtrQGCKuwfjIsVjWLlMgYe89zb4oBMC3y\r\nxJLcZObIAw1c53DHA26x77dw9cdlinHp4M4=\r\n=Rd0i\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"31bf9b92587a2ff62d8f0473652944df1a4ace37","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.27.0","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.0_1677542210407_0.14685817825262348","host":"s3://npm-registry-packages"}},"0.27.1-rc.0":{"name":"fundamental-styles","version":"0.27.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"38d162b9458b7016d1e26a577f43e81fb196275b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.1-rc.0.tgz","fileCount":362,"integrity":"sha512-pJXW/f+G9xrWNuLG4w2Z2cYLzbwowfYy441j7zHqwx8Auk5ZEllb/tKmW4gNK08QaWhKpbGtgErbWO2kqRioIA==","signatures":[{"sig":"MEUCIQCu9F0z7ZIzt7NWPAJL22KYSMTvdr33W8OxKxvyiohKrgIgXqbVgK6lQ9uDevXXFIOgqXC1s6kklTXkrymBZNLG60E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6609893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/8lNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqm8Q/+PXTQiRoRiCdrRx329VPjvswj50eOzDkuBDCoLwq7OhkK/CH3\r\nsKSmJJG+zN1cugBBKOIdEA86X4PyGvL7eB3rhaxW/gG40oUsXyXUxyd7LogE\r\nlfijThmPt1UOPX1c57OL0HqV9lgtUHVNIFjDdOBUwqQAB7RKUq4mWaHUegE/\r\nzUrI1jrUAaZ1E0V6/wB4BywVlabshy5gjqIYfsILrMEfi9oioVlR9n6XJzmw\r\ny9tjdy1cA/ACZ4iMhYE1h9B0RCt2MysmyTO1U41tZESbg0LNXmBSO9nCGiPS\r\nRPX5CZwAoVi602uVkjd8A2/mFYmLwYGxc73jFXViR4HUW33GrobvAIiAh2sW\r\nkpH0RvGZtvfBy44Vd+rJlr9g2OSUz5/cnxOCMINlDO7kstnngWXcLGeqUzT4\r\ntX2NTDfbXX7NBECA1u8SYaJr1NdtIFJqj2kIvq+muXQ2TimHd5aFSuaeEuMW\r\nlotxQSno9np7OMV7ahS9CtQLnhCra4kBpoNilluRMaDIIJWwgtlKMlSRK8aE\r\nr/Zpm5sIQDatuF2n6jghgjR2Pb1dLWlEEAlNPp/OStbyGuoTkZKUy2eNmUzq\r\nsdqe5ESSZIuF2M1vFsXeEOppL35TDxRJ/iWTXdlcdzMiZ+tnnp5h1ikEPEIL\r\n1+aJ+ZlyPxW9N/8daXnGUsy1YBdLQia1kX4=\r\n=pj01\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d7c4b4415870308b6b4a28d6a58a8efeceb7ce67","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.1-rc.0","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.1-rc.0_1677707596857_0.3124874496941097","host":"s3://npm-registry-packages"}},"0.27.1":{"name":"fundamental-styles","version":"0.27.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8453a2f611d70db3244e16fe04dd4095a6def1f0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.1.tgz","fileCount":362,"integrity":"sha512-YGzTtKGhEeqaa1Dt5VnX/Up7+h59hLMOxQ/JbrY9KDrt0LHni0hsPKRfyaMkUf02wbUjDPIHqC/OJQkojZDuxQ==","signatures":[{"sig":"MEUCIQDYF+KpqS5EooCGlkulTcnIKJB9xCQiysaY1MToAZncIAIgGoBk+1CSNYEwQzbOR/7bYs7DCKu+1XwRYNRX69gsvps=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6608703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/8qhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoZPg/+LjzXEqXPDaOuUQ5iUx6W423/2Yn+kpl+PSqLNV6L/r2IQmRi\r\nA6DO7CR0LZg/Uw92jNLaczFClaLAEtKiS2OD1Uw5+wRg/jPSiH5saerVVo7h\r\n/vtZEhuIgl58QzoWbEzRFpj/NZfBOMfgl/TFgfIJLs8hJKTGZIfs9VzsiObA\r\nYKYRMvrK6LzSgx8GXesLMkj0CnG6DX1AWjjwp0L0/5qLbm1C6N1f5KtqOhMK\r\nGis5a75DWOlLVgt6973nhi4ICal/n3wy9JRU7CijBZFfQuRGptrVv6knzpco\r\nhhVKHpa3mEFp6IlXa1nglZ2VaU1pUO1DmES/9AYIOU7tHkX8X1+LqsLOD6fn\r\n3TlyWwKhwEvq70u3lTuNKiqQbPvOS/CPJ+fOq22syfcJzB/Fe71alIhdUP2N\r\nM7MzSmvCc2dFtqVT5mh7zycp2lVzT7FOKbsVpl/D/S5gRcIVTMqBfc/vv139\r\n2xGD/Yb+pXRN3/GGCzJN3+dS1vscveWcKicl2p0Q6fw54pVtvssJxfmDUd1i\r\n2dUem3VNKVkBYfpt0TM+HT1GNPvypTG+4qvdY6NNAV5up5SkXPL8d4hFeACp\r\ngswzkTZrsMx3Lq1D+C6AADFIqFioRT6QYq7xIUZIn1KtBblXxOIR6NT0sAFr\r\n6j/nnRGNC+Z6aprH5kTX+nL6MWItjIWyr2k=\r\n=Lk4v\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2c14bc25eb5823f4de62174dee0dc80174a24614","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.27.1","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.1_1677707936737_0.6610373290272427","host":"s3://npm-registry-packages"}},"0.27.2-rc.0":{"name":"fundamental-styles","version":"0.27.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.27.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8fd93c003f816c1c466c350ebe1f33e048ac50bf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.27.2-rc.0.tgz","fileCount":362,"integrity":"sha512-M4Q2Hpwj1u6V0bjiRI3n6YFToMO3IglOEB1KUGIgmaege/DwUNcokl+cuaIRYm26FXWjIH+HXMejbqhG0Ih2Ww==","signatures":[{"sig":"MEUCIQCpsfMBo3EigZ0l4NA+THK2IZI0eMMBmagch+r68Y2e+gIgNoerQBLZDGK4kMAX38potJtjXxeYkqtg1n6cj2baslQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6609893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/8xoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoj8Q//YVdZiESw7TTSTG4zSoZIiknjjFv7IugKxedQiEViDkau3e5+\r\nh4ZgFgro/Xy/onhpclywWAfbfAli9T3GO2L/hlplxsrG04i3rjvINy2wtUo4\r\n5z5NDDhzzkxvLLPL2tzdcBwKk+NvPS6GJPFcFdaIJkNYAs6bohIxG/AnITuQ\r\nWHYrPphCPfhBYqCLvfvBFWI9+75EcVYd/8OOBaEzz2wBb05qnw351aLf5NN5\r\nbK7aTuWq6ihCchfGRLw1MFUnNL0fNPh+GGAFhQxtAMvnT+PkGrAoqhnhUue6\r\n2ZGnsE7vkThUZwlu8Dscng+iadzWVPK+66MgoW4SOIdJ14iZs60v9x3mvnJV\r\nrFK9Q+zsUQbJLiX9UsnMbiiHblGDMz5U7DvMFPmiNv2h/1wbSt8YC82Hqbv7\r\nAbShJOa0ZeVi50DT42L7BEQdILwVr8bG6NyDLO6JBtfYiC36erECJAO3X144\r\nLXrgsn4rDSzjhPoAm7lXdHE2ql85+/M2blL4dMFJoTWfv6Dhr/JQi7vq4dtK\r\nQf33fLkZiXysGuaiiLyKWbG6rExnRmVW/Pg0Ds6wgPrKLJ3+hWUbXL7mCHuy\r\n6dMp/b3ySHPN5wGiPlCqoO+NSM9E0k2BcQ/PKtBiikJmmRXdODXk3Me/PwIF\r\n4bj94BCn4EzhjtiBqCThVXoqxaPAnMbAUL4=\r\n=fS6h\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b407b3444731bba7d8fb8893a7466c53ff3cacff","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.27.2-rc.0","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.27.2-rc.0_1677708391736_0.27708656688860267","host":"s3://npm-registry-packages"}},"0.28.0-rc.0":{"name":"fundamental-styles","version":"0.28.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5378c73514b90f93f89fe0846a3bd0cc21d1f589","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.0-rc.0.tgz","fileCount":362,"integrity":"sha512-sYxIYzyh5pT0b7jd8G2s3LFk3INdERWr6h7jBHjFQkxxTwqVY2KemhzsiCQVt2NNGQ+/w9HobkNmQb7fVJ+3fA==","signatures":[{"sig":"MEUCIQDBxRjC3f0G5648URthav+VjGzd04UKlLPDrxc3gchDIQIgOdPRjeBR/ZZtfMR7OjS1WTT1LhhWhh4/9Fn3HNcOWwg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7354317,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAL5bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmru6BAAlIuoV8XNK6mamDld3dmhFWjanTP4ut4FdkwKUX7L2VRwEXsZ\r\nGB9EauAg3Ng2ZwnfO9yMxl71yQDSWzAQ/ui+A6Z7pPH/AdXyDz1PdhBqS7nz\r\nho2GKg0nRYndXCsuejMOnB9X2EHS3LbSRKXo5sHzvTmt0x8yQ682mKZ7x/7G\r\n3OHQNAzjxjnYcCiAzovjPxOVZ/P0lK471XH3UwBv+orkuu98dX8kjQRDLGdJ\r\n2aFYScNWfZQ+K7tTUmR6Kxne2Q9sF7e51jEQFEtk6WTeCUU5FkcNc9HFfvop\r\nRiWal/yiaIylkeuJj0r5evfDqxqiRiRdKDDFOUMbA+u/H1reIWQkc0E8pVkU\r\nbzUeA5861uO/uS1bc7+bgtljAVHYkaHxmASdDlXrwE5Wzm0yigYy+3Dk2buY\r\nEHkIc1GNp/lLK0Z39Nn8WXXzJwbUCfwHxUl5lt8hM/kJPmEj6mgbzo1c4ZuY\r\neAfCyY/kJ7mYo7DCEfV8kp2KJldtvvcqaxYnJwicM3Orl8kOp3t4bckbZEqf\r\nnEvlluQMq70zrDHYku5fJi/n5zttv/AIfChsI9BENHVZX2AKIUqqPWYVHUuZ\r\n5gU4abJUNZx16cZMNJ4qBhqs/fr1q4/eCrIIuhOI52oMVAoSeXoq9HCcLySF\r\ngDEVKZrUUlxIzTHekfUkphviW/1NpygsE6Y=\r\n=Ls5J\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5df93582054253c16f3e8b0df0c7ec93fa6d78da","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.0-rc.0","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.0-rc.0_1677770331627_0.5181397719595033","host":"s3://npm-registry-packages"}},"0.28.0-rc.1":{"name":"fundamental-styles","version":"0.28.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aafded7e0842bab966936eef69e11da83060c314","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.0-rc.1.tgz","fileCount":362,"integrity":"sha512-KVMuz3FJOn/K2RAZayF6s8y+A9WYW8I+YEVaXc0I/3FDzK3V+w9V1CUMUbd+na7F2iXrA/dkfwblQSPQDedAeA==","signatures":[{"sig":"MEUCIHwusYm4XRYoJN8lXBoEqKgscotukyzkr9QH/9Iq2lBAAiEA5DIIoXGId+dCIPp1kxudx2K69ezXMjNBQbXSB8U2kBA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7354317,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB4XEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrGaQ/9FJ3/WMC+mPpCKNp62IT6InI3VlsTMN6hGCKwoMRjzyz84p0B\r\nzMDwX1t4qYUKQo+bwx6nXduDobhtqTvp6sGmlPehFHK7pISKM7MQvX3tCbFr\r\nJeHXFanevnoiLfY0vEHMsWggSSnKWM1dGpKHyq9lljWv7Dy0nNgl7DvuDTSX\r\nZDes6NYLhx+WqXvFhEZYeTe9N6YOUcqbxJ5EMZpKZ9ZJEtsYBECIrpwm87gH\r\nscYKwRLr6tHVlkfQK39+AvmHhKi0mzCeV87a9/Q47mavlJ77r63RNIS2F94f\r\nrPX1pk8cMrjIQdMX6YxvHMPirm+TGDvzB13Acv/KJ7HcVR6vsFvNYet/PYCw\r\n03Mw1O/sC1GO0CpTym8R6AeYCb/mbi5GTZj8BMrubljsO12DjGZfkZXLy4MC\r\nPp8kSjKei5kFNXwEtbYZIdqjEQPEDf+/a/5JYEAqtgAV6gK4YJA60RRHaTyq\r\nqXGynBXeh+KBSsPBylVcmCTXoDDNO0oA3qwZ9X6rk5QLBP8XJX330wcyCiPF\r\ntwATdE74NKpHu6KTnkDfpA07Sv7+5414U6Aquj0xbPGcz3ZDasoFubwahVYU\r\n1l5v47ZzLHZPS/5U1DHrzBidrHwhQVt854Z5w1cfKtv8Ju02ItxKMqPWceU6\r\nNc0r4eJNVRyMu1lbwClXL3cLRU/yymMLOgs=\r\n=LY5R\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d7811f0f5873a6975a481860e37a41a8303eada7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.0-rc.1","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.0-rc.1_1678214596251_0.35635405640486195","host":"s3://npm-registry-packages"}},"0.28.0-rc.2":{"name":"fundamental-styles","version":"0.28.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0a0789f674fa7920160b97421209fa83f2709064","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.0-rc.2.tgz","fileCount":362,"integrity":"sha512-fRyPKVm5E5jn3fhgSoWp/CtmqDbitAPg2w6uIgIR+bRLdEEuJKFSJJbLceMPsoqJ8FLw2r5f9hz3aUt8iO2Llw==","signatures":[{"sig":"MEUCIFU7tWHtCcTnzKuL8dKUGWjqZlcjtX6ls4nIz+aBzHt8AiEA4q1xkDAHSfOljaqACo4rezG3LScinsZgvLPebSEK5p8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7354317,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEObzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCIA//UaGXNdv1M871368VPQXvqI874tFV+vwndM5tyiFPDR0K7vN+\r\nsSAdOZkT1A9G4KEyArrhY1u7zO5+lJx/QBa/25XNxRNiNrAV2GC6+IVrB9vH\r\nTDHu4RgAGi42JbeWNLZaZOMBM46+dsadp+68RJejiftKveC4bOm3J8pivhHv\r\n1Lda1oYObTwK0zjr+vdTiy/YP5mDwBSLEFi64O7L0XEMQKfrwBf+/qYDlr7n\r\nRNSNuTrWaT3u/+oAqFwxFlQgmvWAWTdgAnGk23nxLaerFi53hfziPqWQUcsH\r\nJTrUFa5GxUK9OYfhaEJjeBxKF07LVX7j3kM9CCmCLI1f7XOg2jhb5VKGLX25\r\nKUo+3FISDPbpuFeOvKQfi74GFldIVxJR6YUK+66zGTcRBG1ViVBiu63LBlqx\r\nEktsSfGs6w3axfvWT1Fy+ulBDSQHi67hYMGyqgcoGc7oljG5e4RcZ9uSHj22\r\ntBS9dg1/kN17VXnSIpkyKOE0urAx+ZrhOl2pHokD/5FVQBbDvl2OxwKAjePU\r\nanUQc8MxX9Mf9Wsdl3O+sdhc5h10XLV/IMh+u36VVBCL3F8dcoMNhWfcLld3\r\nX1XUSHVM0VFpJUtSBqAeFBIp3FGXLIHS9pddlaFohHdR9PfAb8HrO+hYe5Dk\r\nWLAv04uSfd45BBAzenaVmqnuSepbDTBtvi0=\r\n=8kL9\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1eacc6aaaf70a858d39560870acee7a4cf41f7ae","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.0-rc.2","@sap-theming/theming-base-content":"11.1.49"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.0-rc.2_1678829299220_0.250673148812927","host":"s3://npm-registry-packages"}},"0.28.0-rc.3":{"name":"fundamental-styles","version":"0.28.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"493c9a3e5321292aaebf4bd3dd2fcd88e1efb061","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.0-rc.3.tgz","fileCount":362,"integrity":"sha512-iMEg8OeNTjbX5FWWVyUGvhnli5r9iC3eKvK6F+BUgcFTTrZzvP+MzahbSTKH1rRaM3kQNkP07isWiKBQyD2vGg==","signatures":[{"sig":"MEUCIDcg0ka68eIMhMiOk/DEJAT2Ks4N2QmM1dZyuLTXxjObAiEAgxo6wARAeTR3t/7DtODf8FSq0Yg8gPA5B6q+h5ft6N4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7357664,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEh8HACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrHbRAAg79slh1gP/QE4lJl3PJs2eWm73+5oDB8aamL3Br+HUYsR9Eh\r\nUd0QJSFxXfEl3NhrSdaPWEhQprmsEB1Enx0WdazTgvWTSG7LlJw4iXJLu/60\r\n/fIMrXF7s1TLwfuvKh8l6Da5OFIjtBpVEh1mRUaqQ6SnbpemwceOZ9QbL+kI\r\n6YW6uyCwYPCYsHj+Nx8gUyyLUYu6pVKZBVs7O/il0qZmYMoTBr20UfVScpP9\r\nXsAitW7M4HQZiXTfVI9F43e1V6cguZV4SxnXgItqOrqQpSVNfTMbSnU7CgSt\r\n5dbkr310d/m8T93/DSK0CBBzDNJhbCbGwbpjb5MbFwM3Sz55Z/Yiocq7PsxU\r\n4RR+vn8u+JkeahXvU+OTZnG8Pq7wvcpIRqvH2xZzGWKQyPuOMcmlYF60y5vA\r\nUATBAiRQ9AJE2WIgMkum1ULPRb1/ra+ht1gK6+1bV9SMNnKMktM7LH7i+G6J\r\nYD4nTjcbQLmy+kxYVaezQxxA2+7pE8FXDoCUx2e7mUrT+JRQogX24tXk/i+W\r\nyjrc19WhkSDE5xp4pDZy1PTPwKCsidOHpS2MOwnkWOgzEmWXqSfx7ToVuJ5I\r\nJSd9KRjv6N8V56mq7iRU/Jy9Bwa0UVoQ4nB8VPdmEy13jOLoOe8XQckauQBT\r\nP0c2rjO8DDglVv9cnrEkXeDjsDVXgsI9Nss=\r\n=/zIZ\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"25e0261061c6fc0766755a11458a609fe44a8e7e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.0-rc.3","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.0-rc.3_1678909190622_0.7389081658224907","host":"s3://npm-registry-packages"}},"0.28.0-rc.4":{"name":"fundamental-styles","version":"0.28.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a51df6bc8e76898cd8c3303b4205266bcca7f905","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.0-rc.4.tgz","fileCount":362,"integrity":"sha512-ONUClB59zHmqi21UgjkmoaQT949cfQiMV0tp8NY3x0PI/n1ub7LIAZq/DQr0ikS2xhevkxXh5TnN2zXNfT9RPQ==","signatures":[{"sig":"MEUCIGbtknvJzTEfKs/scBpI3qpxdvHomJFDHVXMw90hO3KCAiEAxbyr7qQhgH8KhdUGaqusPPIK/jpPYNkd7pjCaPBOLls=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7372832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkF4kDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzNQ/9GMaLmuMh6tljihNZaSjdAs+vVwJKXr8R4kaUzawKLT6wKS3e\r\nI7FdfAsQCje84A+2oS7dBaiOODN30owdznYZ41XcUVCbykndRQ1ik48T0H/0\r\nWh9I5JjiOuXBf2TJttybDMc+cOF/e/Ag+4adC2K0XbPQNKRoSw+Ak1x9YufO\r\n0RTUFRzS0DWgaKQqB9lPHxD2w8IeKEkaSeCqDGvnY8RhsrJfyLasZWmRmJHY\r\nM9pubtBDUOLZWgq/quR2i9PjSSsRvVesqnAND6Ym93+q5+T39itO6TqOBEAd\r\niY4xgPVJEy8NdrAp2OjBNx8hBjgfXqZy2aLF0GZBaPwV0/aUx8XfjMxNJSF9\r\nxfL06yPqkruxGFuf/6sRrGTCthCk/bHU+9FtSqRu1/QAh+p9BXV2ac2M5N/K\r\nrfWK//9r1BOAKLEx3m2grFiAZHAMyDunthmmJ+5oYTQ4thw4F+JNAYgtafaT\r\nJgQGxCIvqg41ZqBs54xy+VqWNT/6vF5yrv7LSSaOgfRtBbWRndrOX1F5/YQK\r\nxyFy5md65NhcsmuN4do0tcDkdnodsqMaR6Q6qBqirgJgyxiPvt4pvIJRcBIf\r\n4mpDrMWiWxvzq8APlrEVhyjIpE8flqa2M2FUTLhHYPdIVIAJ44oAOoiO+LvW\r\nN3in1PiFNH2ZPz0O/sXueaFjtr2+mis5+8c=\r\n=JJOm\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e6ab593573b388b3e0e80aadd94d7d1cf5f3d07e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.0-rc.4","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.0-rc.4_1679264002930_0.8670129225971266","host":"s3://npm-registry-packages"}},"0.28.0-rc.5":{"name":"fundamental-styles","version":"0.28.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8090467b71019ee2ccaa80218415bddd959b6766","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.0-rc.5.tgz","fileCount":362,"integrity":"sha512-QnmcSEfZkE5T41iqbpdgUmvpDdM60g5uXvDUbVLrdSmaFYkyNWmbI88Y3kuO9L/3gffsinPbnXvNc0a2hUEJNA==","signatures":[{"sig":"MEYCIQDyuMTAhQDNmuzbTEiTU9OsUREm8Q/nMOlEopxDN4Q6hAIhALM5znD+UA4ngMIQQy3MMQHNk2wLJMrW/JZo9byMWmxJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7371676,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGK7MACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpH1xAAoDMMQf7wgTYhKdfEthseqZdypjy0Ht1zQ8ViDacM1BPXaL19\r\ndPWoMVhbWvRG9yC/SjgKPPTNPpYGj6KKInhTrZEQjS5DfrFcnsPQVtY1kkJU\r\ncbYH/loVUq3aHxRh/FeaIaCVA6VF8dAhp13bw6l3ADqTngXXsEV3709UKHFc\r\n2BKaAC9ikc1s9732qYilYxNORgG0FPyCiQaDTuFlT+fouSf0774FOtRJWFkB\r\nDzE2IkGKIo/o8SL+9WVu2lLBxvVxeveB/LgnnYCIMYFbNbqrTKmnoFrL3eat\r\nbSfChAwMhivG2WaEMy5yY5G8r0L/b6+AOIj03clD490BN8jEtoKjOL6RidKJ\r\nQIHbw2/EMwnj0NnT39UspR+GSOEAXfUkHhgLGSNznTMnzZlDzZk1BhJCeH0L\r\nGx+ZhIBv4tn/bwTsbFB5iuls8QDusK4qhghWqlYTnUqtF1oPQk0js4+PlGLF\r\nn5fiAiOxEq4TCtl3qnneuajrr+JQuFywst9M6p+EaBMUGuBkwHu+mYNK8ElK\r\nSO0NVwZRF/qBa87mxP/wrsCt3l779Rop88iu9RzlQSBHXPmh1g7vlNZRVRTd\r\nIqbjkcqMz8aV/XzWWkYuPJseHPBw7ftBU//1Uyxe2UB0iBkUK2ZVxn5ftAbP\r\noNi5AaubUlDpUD34nTvv/273sihVBY7EfOA=\r\n=0KW1\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7f417070ed952bc5b8dd97e813d481dccab869f0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.0-rc.5","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.0-rc.5_1679339211800_0.4254563423754407","host":"s3://npm-registry-packages"}},"0.28.0-rc.6":{"name":"fundamental-styles","version":"0.28.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a76e569928a54785ed5f1c4aae74bbfcc2041b33","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.0-rc.6.tgz","fileCount":362,"integrity":"sha512-pB2mM7Ovw/NL1UbD55zHB3HDWSJzFUdMjS04zWtsgd/fVs1k6v9zMktCvv6yVr8JFNOE2gsu7alK1uSTClwsdw==","signatures":[{"sig":"MEUCIBPAMPEqhilgSzNoTT8vV8cBkk6eJz9wg6kyzXnlktFlAiEAi6Fn/IBARfAYTJzdZuHcQLalGq3skkTQylB+acqXXQM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7370620,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGMmAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqF8hAAgmn/QShEpmTam8p+qauycsNKhbFztoXb+4BaiBQwKEiGiH6O\r\nXb7XjKm505JSj3zIXm+a9fs3d8kqeHl2b3IqZUMIzlv85gg5zx8WDW1mUc1z\r\n1hwpdSay8+DJ4EKtlzL/FyW1je/5g8+JvBRDwjxZUYfzUgPN9Vwdac2eWPD2\r\nQQPxO7t0+vE+CofmUeJlKJnEcfFs5xsAp5ICxEUWsp4Fs6D8bU/M1qoVchDf\r\nUkSh50LS/M6b5y5PE5Ev/UIm1O4sWzUP0DSmZC6LpmT6qO7J43DP5gdSops6\r\nx6SaITDjdIAxcAUIO4Clzo7VL8MQNm7Kmxwo3FaHyQIRXA0NDSLCGMEWljz3\r\n52TynUjNZtfsOEh2BIzW22mGoFKVfoenHoiFEGoOr/xYgdDQ22FOXi8EqMuV\r\nq0+cIDxahP4nvrnWd/PMK2t1pRWfiNXZJsVHVemjW94BkF1TBJldud1jL6o/\r\nw0/vsk7UU7RTcUfiFzG6y3MX7yAl77wAu9feNDeRLXwDSEEwk2oCLtAY3tq8\r\nhugcDct0bI6GZUzvClCSsvQO/alKfUJzFDyeezy8fqHu0Cy0rKEcGiy2aigV\r\n9Iox+/ELX26n3HXVBXViFRhX6KEk3cDbnXBpdki+zbfxKSoJeIYGolzwaejR\r\nPnljoiaR0BgqOAuqC1ZEYnpdZ43QyHd3ByE=\r\n=t5XU\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5760b570d86f8540bb1f9c4e6c6cd0d314bd96a5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.0-rc.6","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.0-rc.6_1679346047782_0.9581433359898235","host":"s3://npm-registry-packages"}},"0.28.0-rc.7":{"name":"fundamental-styles","version":"0.28.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"48d13b458f986eed2d1d92131494635a0fc13059","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.0-rc.7.tgz","fileCount":365,"integrity":"sha512-1PlLPkMxm0xeEZfQ2zc/hesr61w8fGl0K0cY9bsHWfFzwc+vmpjJZEDBPOw1Jb1qY7zVFttaqqnmaD9RCUkqxA==","signatures":[{"sig":"MEUCIQCtTL4kXg2HwXTl3YY+fxGOlCRoYOxzeWa+hs53KP7EWwIgNiqjlv0/uXoZI3M682IUJvNOaNxntXp3t8xmbOxD5UQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7399262,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHI+yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWYw/+L4oms3M93HdKChLAU5pTP3Vnhx8KknlI0Ow0YilmqR1uxtEX\r\n4FACDsrDzCRE9tHUVJ4MK2AUo+NQlLUozdHk22GJejCGYdV3qIvwIzuZ6RYk\r\nWh4ZojWW+y2WZMhVHsg+fMh0YMBkn7odh15vOPA7ICPP8MH4i0V9ufjzWnE2\r\n6OQjbsHP+iX6tJ0OpluwBH5O0qR0eagH10WVTO3g5lO+mdaTic7FBtqiQMGN\r\nsDQ0wfA8kpF0prEm+/zjrK7J472RqxiPVF4Nzi+8G4YvNzmuD4TbdLSYs1NO\r\nnmCo6XMQYcU+ipmphDGaan/Epd687BmAfhSOUXjaQhpiBjX2grAcyTdvPfK4\r\nTxLf2mJKC5Z4efhcneLqbKHoa88wYgBDrtRJsWFgH3VE0pLYurlsgSGfVne5\r\nlKCK4f6XusJ9MWwW9MBc0qPK6iD/YczeZzmoUfidYvu7z6d0uj7O+Dk9htC4\r\nC3RJRRQCq8T4S3wDdQHqdvbNrPKoOulJm0dNVu1uGdJ6rErfqnHU+hie8Nbz\r\nFhHtgmcsLM9fTYtF0y74d5ti9C8LwveBUOrKigzLuj4n510TKxbbAWX6Qrp/\r\noct1AsBqi4qLoDNs8lxUQIuK3w/00z9aQC6C5lINUvsX+XHN25y47OWaOERv\r\njGL0Zij/w2HxGmUL18A1ipdQuBNl765xd78=\r\n=801A\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"115371c597eebfd1a216a502fca031b4bc66a993","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.0-rc.7","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.0-rc.7_1679593393766_0.7172192251205289","host":"s3://npm-registry-packages"}},"0.28.0-rc.8":{"name":"fundamental-styles","version":"0.28.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"43220d04786062ba2ef4e6db610481ba875f6334","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.0-rc.8.tgz","fileCount":365,"integrity":"sha512-VDYCqE2hKqRvai7keb/1E52hRETEefgqmD8RChcQn+VhC8hoe4lfWHo6/w9XOql5gX+tbZkyeJKxxroN3KnS4A==","signatures":[{"sig":"MEQCIAOvcgN3N6PUfLOE+ucmDk+3QH3DABCPGoZtqgUXLyi9AiBmMIsCk7G3Xsed0j2u8nlVkHqJz6/GtHwL+B2VlYy7gA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7399262,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHevPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrDAg//bU8JF8FR7r3bPDkqfshnXr13qJScztWD9aY6PGHF3vdqe80n\r\n/VUoKhyqX9Tmn5+17YPLH0GG3+diOcs1YZ9jFrfcKIQkz2m4QBIpFv6VCNYh\r\nX6PaupBIN3vfX2D91tOCKHpB0txTgLNlhdyPlDNul7jurcQ3yS8HaLRXeiiP\r\n8XGh1yoz9dtTIhxkfbTobRmkTSVyz+7ma+yvG6hGSWyT1AiVfP+Ua/cTmLUV\r\n2jS5EmemmVvRX44ivJYXvBp5MiE/Ze6RSmIO5MXhkKPivARTdscrREc8/7kn\r\nfQor2lkzuayUOcKysIxc7iytijKfXU6vSEvgKUr2qhNR0InBoZrMkF/vd1FI\r\nYuyq9bkMcAp8tvgN7Bvpxophrk1iKagX6ApKgTvWJ0ZWYiqHFAOURsdLgEie\r\nFWQn6IgAtDtvfUWiYgbgOCP/YaEbmBvNffDntYY4uGRgFviC0GhsB3wGtp75\r\nVhNa7RPspoAlCdSd6GwQXraWetJi6ADfR0GFAYTibdissZCdtir+LjBbQgrh\r\nsYfnfPSAMXhiyPh4cwBeThiaMWKAlxbwJUQyTADddXZQT29UiZ3zBi2N4g4r\r\nq9wnnQ4uw29jPI1zIMyWmhq1kKEr6AYkr8ZWWGqhID3smXZcvlar7EqufKP9\r\neqXYHHq0Q4N8oWYk4itdqkDkN38FP/Z4FrE=\r\n=BoX+\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"dd004e6ed9c62efea4c0ef0e52b9859c3f6b1252","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.0-rc.8","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.0-rc.8_1679682510899_0.34904792955275554","host":"s3://npm-registry-packages"}},"0.28.0-rc.9":{"name":"fundamental-styles","version":"0.28.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5ffa479ba7be383b930a0f49695c7527ee713fa8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.0-rc.9.tgz","fileCount":365,"integrity":"sha512-jcEnZnWHF6TOON+nlOlMu8KiR+T0eATXvctHOutzw0YBCe6yV6vU73mCbx/BR5JgYwS7fU6caRv/tcdqZFkTgw==","signatures":[{"sig":"MEUCIHhtvYmsyhrUpIDhQpo/GCbCmis3Ax6xFWlahvdSDkDRAiEAzeXan1PF85aNPYfvpTqkihQg2E9Oq5UpI5REkfZujsI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6812314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIvLSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoe/g//ewUuYFPbD+cQLO8zPUmFRsGMDUWGq4Yb6cKQeQDm6N7+AKn/\r\nvSxwbNpbBHG4iTjCUfbXcyAaCy22wYhXei/LNuIabPKIDnUrUa/RNy44wVPO\r\n6bLUjextBByCxK9G3mB/APb+bIM4adriIQALJlcmk6H9EDSXPvIrFaAhTchi\r\nH1Qof4wdOV7qRmUKZMW2lFaPqbmgSdbaKTXY1n0+Ce0jIIilSvNxNkZbUrJ0\r\nNI3dIUA+EA8zSyr5QCqp0EGtRhdXxiJdxzWmfSc2qfMpeyb+p6sYoOVgsqoD\r\nC7s4aEs3naoQZfhurC+NpwvV2YiSnItcFIPTQ8HO8djyw92ybDY3cAD2nw/W\r\nZz3hQQtjmCtsp9JfxtFsAbQBtPVg3LQt0TyS6JYpTLeIxN5dEXcmWZ1N/J2z\r\n8gvDdCGteogXq5Mw8O9louERx7WCAu4WfJc1xkrH6/UkdN+mMHC0YdzqfOgs\r\nXWEIp98Iw7UOLf5eBYiVowE0j7sZ/ie1kCI/ukRFCBfLxlDL5yMjDekgGL7b\r\nlCI3KTMqVMaAqWhDGCyGmEea4FgDYWWMS++Wh+NfPGV0asEGp9ohuk+3gKj0\r\npEHpeK1edL0oODRb6HccvWChIum0qKAZn6XeZ0pRsQJQFmuvP+aJ6pMdcEA+\r\n6rgu5Zw6jeqPJp+7QewousRiGcZ+JY/EpZc=\r\n=XE7d\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ee2af873107e25438f9b75a3e9ee6fa8b89f8222","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.0-rc.9","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.0-rc.9_1680011986062_0.4656691135960429","host":"s3://npm-registry-packages"}},"0.28.0":{"name":"fundamental-styles","version":"0.28.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3c006e859cf6bbb67e743606ae40a64ec5ee6670","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.0.tgz","fileCount":365,"integrity":"sha512-PPU8j830mRxXOsirFHLRwj6S+kfbN2vJy32EB3LyL/5Pu+K0f+LH3roFkJ79KgZ9i58529092khY/IaA7iYdSw==","signatures":[{"sig":"MEQCIHt/KnCeF6jyw/h/ULS5Ii9ygpixnrSnAXZw4mzVSGjdAiBPUE0zaaJzZBBTcsKXx9BOI/vLTYL5NlQpj/y3xBtbTA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6811114,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIvdlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzLQ/9HHu2svCq19N9tnKlipEbbd6E/LEMrq6n3e2zdUoTX8wBd+l6\r\nYsrxL8uR1Rav+Oznm+h+Fr92vJqBiw27F8NCT/tSMp3B0MRKkG2V0E/edtcV\r\noXEZuys7EAJmK27ru+VQmGOnfazjKCag4xIILcyjg1i/ncewkJw2hgjZ99nx\r\nF3NrkiL91N6wGv3bI6eY3DozPTnGyjJ15fl6+EvuH3CTswIsf5dzj3FlMSXP\r\njrTF1lWF1C+R75aQ3vmwPqY9s6NJR21DTMuC8pc2eSuXA+FmD2DMaHojB4YV\r\nu5BDrTKzhuWF7vNXxkka4Te7dbolld3ZG6X7psSS6lYHTh5rPOgA9xk9eTQR\r\nOasazCt+N55d2iigB/dRjjJZTTKiZ/nqm9QzVrtwB4QZbwKYQgEowrs0qLBU\r\nMpTdnXAa6ZjZcEpXXPwAhTBdeJtYIE5YKbNfuV6eVhgxTdXgRrnxj0dsE/8e\r\nL3QIzbtfodxbA5nGtoeVrwjQO4Hxy1kjM2h9tJbvHFPytya+Sk0sQb5mlvEa\r\n/CsFDFBHguhE++Re8XyvkAbEP8f4VHDRXB0OGvOkNqeuywut0fuj7IbKND3L\r\n3GcAB6McgfoOXgRdf5pWy4FqJB6vsDtW5TkbRYhHTFO7+PXb2odXOIW5wC2L\r\n2MWcK2jMtd4ivEkSznN/bCr3NoJmyydJCkw=\r\n=TdZ2\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b0e1eb1aa4d1067486478b69ef93ea7c970531dd","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.28.0","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.0_1680013157354_0.8040708882087317","host":"s3://npm-registry-packages"}},"0.28.1-rc.0":{"name":"fundamental-styles","version":"0.28.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6ae7a968629f94b1ea3ccd2c88f14f001a01ddd3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.1-rc.0.tgz","fileCount":365,"integrity":"sha512-bfj8vFUkQ0qwAKDzn3Si4v37jI65hRbPKc7WMHOYDH27sVE/Jr/c1+6TTI89e9japQAeygzxU4485H2ohCVeUw==","signatures":[{"sig":"MEYCIQDmWNlNkJJ87UTbxNpdUB0TWKmJxpTsY0IJtM1byCa3lQIhANDJN40lEGw8utGptCU9hReMGw+30Zp2p551H5qB3cEj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6812314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIz/zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpbTw/9GnPcRu4/at0Sy261gTo6KYBNeg1YhkKKRl3AIyIw4VhUaGlp\r\n4r5Pd3xUToYIkLwovc2v9ekIELHVgOMZodLy1M7kzBn+RKZ+DDFCes7uLEAD\r\nd9SuuaXOaBSy6ImBdfYNFdAyZJciCu11qMidKQX19DxTBLt3UdNsNJCbcxvy\r\nR6KNVfxGHqOW0J6zkWSAjL5cGDvbgeHWJmSJiMU29BspMHiFbvVduLx3ctLX\r\nmclVs4DT+olU22PBkPSpsH/DxJcJyilcsijA2kCjRdEU2XCkvNEQax1zBpcX\r\n22XxZsatgx6d6xMX9ZVIWr3tzVHZAdL3jEkVGYYpjzj4IBYYWeVOS2fS8vCa\r\nnJydO2oaV7FFQI2bxVHUrsJoM7bh8bliXAesHYTuums4aDaQwohY16yYZZi+\r\n+vzmFYNmyqOFMCW6l0nJSMzpmwfUnbGe2lRxoYjroeeavx3y+5dZqmVfum0L\r\nD/52210izLNmVmg9Bz6dKXLdtMOwOdiXsucZ70Rh7LjAOol53Opav7PSnEVI\r\nTyDUiDFcccKZtmk6ItY6SWfk+AS/QEuZTErdkeAvqGFJYLodPqcrQaP28shQ\r\n9kuV8haqN7Vkvrk9Vx9six5TbtMfE9Wf3/iTZE2SP9O6/7zf3muRUkMXyyPO\r\nU6bKDFDvdiBNo95/dbbitTIlg927n9Iy+cc=\r\n=O18o\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8cf5aa7a47dd0f785362808e686f37badd717aeb","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.1-rc.0","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.1-rc.0_1680031730691_0.9743610666406168","host":"s3://npm-registry-packages"}},"0.28.1-rc.1":{"name":"fundamental-styles","version":"0.28.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"372caaee548147ff8364459c863ae51f75478f61","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.1-rc.1.tgz","fileCount":365,"integrity":"sha512-DsDD6PIl4Jq9EzQLdTC6DdwXs/9eWcflFTYC+MNXW6lkqhXAVRw7m3eUZKb2IhcAtvGA/uh8O9i1T7MgoDExwg==","signatures":[{"sig":"MEQCIFYV7pzMn0zEGmSQ6Z3eerLgdZFFwvXnhCsQ9Kygq5IrAiBP7iq/IBP0LDE4GtKkkXbzu08YQaJct3SlxlK0ghbnaA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6759734,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJD9TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4xg/6Ah3iII7bgCKYOUn1ABWAwsFgKkOM/xezY+7o6MXcm2jOg3VK\r\nnojA8T/+IOVc/eOPZHL7bXlaVUkmkwryZX4vBgnEJEwD16wrlZ4zxChz+OoM\r\nHJC7snS/tievkXBnfx++uhmCfqgHyYUD4vZ6ZST/qkERkF7xvmqfHu1V3Xiu\r\nIcCyiVl6wLW0lw8XZV56zZ1q9xSEyxUSvtF/N8DiqXg7+y71GBLfvpv2MVzV\r\nX1Yc9fiNLCTfX+yLe9O3qySb1ZbVjyh+OV+e4wEjJm2/0JzDKUa67VUnW+dl\r\ns0aMSmWtpJDlOw1Bt+HGVm48Jmko4LE38MCJCt9KXq7HOIn1zU0V3KrenAkT\r\nngPGiljFnTqQi+wA74rPoWI+FciByGall4CVBLbZ4i08EOXz0oUKZoHCNYJw\r\n5ItliMqjHYyXRZ95wfgmleiS5asTDbnjpGxO4A1P6puKpQ/F1/gVQZa0aWrM\r\nHAqpFx5qfY8B4w9+KXc36B+NxUPknjLE3kwgMXBg3B9i81ZaEQTrfPQopEHr\r\nI7541K6K4iEFMFKI1BbMRWx0ed4xLX3U1Cldlx02ymF1HtihAPTbCbcXkL8N\r\ngs8czY6In0AdTuRaGrPttRPLMtB/1O9gy8NmUCotFRyYGPivL6nMwGd3kIEQ\r\nd192+nCpgjfUca//htFCG3Y/Tit9NrlFDr4=\r\n=/92Z\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2ee7863982b45773f8ec115bd98152a4ece9c204","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.1-rc.1","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.1-rc.1_1680097107539_0.827133663826995","host":"s3://npm-registry-packages"}},"0.28.1-rc.2":{"name":"fundamental-styles","version":"0.28.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eadf14cdd54acbd85d097cdb56c2feb87721f825","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.1-rc.2.tgz","fileCount":365,"integrity":"sha512-EI1Ky0Ehe/KeQxqARJWxrVSYo8K6qsNpGMTcqVzl7ffusNrkuW/m1pAKdKSyhUNDZFJpV59u1Ke5PtrFrd2Qmw==","signatures":[{"sig":"MEUCIQC+QFyi6HtFLhYbH6ds4i55CGN/Af/VAMscY/F+ZafrtwIgTp8ucmE+kk86eKTnIGgbj5VidJPyqpWvU6RWPiSKPkU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6760182,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJZvkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/nxAAnuJ1JVCOTZCDbHWxdzCzEZBRt5AtJOcLzPm+Y5tNoD6PD/cf\r\nzSeH4xWIRTgqspiW7wrwGOx518SIAV3sXiS6sLN1v1fGBIixF2b1iFs3HEV2\r\nYI/35ap5ZB9uEOBgYquVy98PDjJp7nWq0nkBDv4fIAPU1gLj/oi2wnV4sXLh\r\nP3jDixPZzbxN8rPZ2gcf9jCO56EqzegScwFWHd5fPL26P8wOnXHxVxYsxidL\r\n6KMgsQUHqzJRwYI7lRvIneSTNmXS58fckcyRB6IZVOH98scsaeRrlxpGFf9M\r\nE4mCzN9xcrW5D/UzudJL+85Y3f9fVAa6KIHcEYPspomXTEtwOLuvCSU89pIK\r\nq7QSxLwSr85zpsakeiRA5yKK+xkHxQWdwbUEHAASupETkCIV6NK6MpH+0OZv\r\nDt0FExFlfqjbdXGS+hKXoU/s2ykm3t+lAwERKiZfAotIfwc5otSIGym1iUv9\r\n6JkuNzKjU2p2VPonIy5AbxzHoKPn220i2ZEIJp3xIxdKhF0bVwioLOPk0Awh\r\nD1wLeO/GRidu+AElxPAUUvoiU2363Els8MnuplTVdrdjzAG/1KmNgzGtSNm1\r\nWwZbVFmgb9hLP3TO4yHufSsgQwQkwlEcZh4kdInaEtsy74nW0tsaoOuqq4XH\r\njTJXNjiZFCg/0lDvJwYuR5UMaBC9i+K6X20=\r\n=e+km\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"23cc3d3de02d404485954fa1dbd6b2e0603a4b1b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.1-rc.2","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.1-rc.2_1680186340081_0.73754570462721","host":"s3://npm-registry-packages"}},"0.28.1":{"name":"fundamental-styles","version":"0.28.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d610e7c7f0d45e4c1f9fcd448ea53fffd5e7d3fe","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.1.tgz","fileCount":365,"integrity":"sha512-H0SRShdMTpLWWW+2K8fb1ckuFuat7YUWdMjRz3qJPnViu7Q/A83yrvd4pFF3mgC9nvd6qp8O3GFeIKqXC3h3Bw==","signatures":[{"sig":"MEQCIDiVmiF3fxJKnrvP7I4FiGsNDk8zo1dN6MJPrAnHPK63AiAjCAB8liizGpT1hm8eifI9ye6YFXfm2Dpaxw6r/zm/4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6758982,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJZyvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmokvw/9HBf0FFkuXHEAdszKeuvzBtrJi1HJuHYRWKCfs8yIldHCsewz\r\n9aByEGcjj9erRqrPk6cUWz8UT3mYmxJyckgSAlDGiZGvio0/WBGS/ywlZpne\r\n32UreX+rf2jT6231FTeKjkEqHPqKbHBK6SdF0YGCdBjccpFjnrewdWcmB3BT\r\nncu2eSVaaCI8gtq8rCbSKEcIeKMcbubRcHVXqvAU57MxVThzDeRyxwSJBnLl\r\npkhzHp22aGrOHPh1Wse4wQzMHflQ99qSu1tCjnE5BDZYEPGgZAgDbeObooLV\r\n/suIF6AD8kPZacGKGj/OuSWfcoy563Dvdzp9OjrEydq6UKfL0k2aBxb819Pt\r\n16qLoviArkoBA5JJzAivZXk1g+TNwYWCCLaJnTqIoFjYPQ8uTfrhvlUzLL5T\r\nN40BwcWUAXP/sfiZpt6wMPKiegMQY5Er1U59UXlmc+whtpVkRXHtF39qtkUT\r\nCeIpPXG7leC4f1ShCTiMoCq5BbfUojugmw1l2C/F2y8cOsD2v2jv0qmC8tv9\r\nqY/SAvPntDZ7YyEWaWcu43VBWFW+fTU1XLRBqj06wZi99grzllzg+ZcJqwL8\r\n0dMOS1ASog1gmCUjz94Ov/2aVVh0xZSEVPjyJqrcshch74+w2Uvxa6Vrf7kR\r\nIffjWZuWlzYLkaLbRSe7YXWIMniYJn77Xc0=\r\n=E2d4\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c99db8dceab2edc0b4b463f340567a75eca37dfc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.28.1","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.1_1680186543627_0.05232942192733914","host":"s3://npm-registry-packages"}},"0.28.2-rc.0":{"name":"fundamental-styles","version":"0.28.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cd739fa40ca170f0c42c1404a584ca130a3fb876","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.2-rc.0.tgz","fileCount":365,"integrity":"sha512-6b1aWgip+FwHHkf2wVUqjYqV6X2Vx6WZRNuoMc2QIqYCJKsEyZtuMjRxhr3GXZzB0edc89FYdk1O31qNULjKiA==","signatures":[{"sig":"MEUCIERiepUOEDr00Da+pmLfrCGyNyzqzmt+Z6k3Ya2AXpU0AiEAgkgN+UTNM2sm5k1GkV/1B/lvGiNis2H2z6MIxJbzFws=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6775862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkK/mEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9cA//bfPGIeZqT2NFp33C+1enC+ZA737eAZzNZRsasKdhspXvZrIN\r\nwJKBLhYs9WdVeJyVs6MP1bd8C1wgHc49zV6Zi9Lq41+zKf7Rnw81MUo3PKX3\r\nfUF/ZqLIU8icoi838Q2bfQu7FLSY3phsCmfmNwdSwyXRzRyd0g2AL10Db9As\r\nHWJ9j8eHVs1pmWsdWh13fYufJA5dQjj6RMyNLhDVc34+/FeWqE8kOCOzddPq\r\nfkcAry0NgL8pgyiS8T5cHyPruqK1PH4vhKgez/B12RWisjoUxNFyXRcsCYaW\r\nPZNjvZmNKNuhNUwoT9tw4gVqBcG5F8u39K0RovzKFKzFXpB+lLcoqEBQIQZ8\r\nWkm+FmzY4rPlbV7MXZwvevCv+hUN34UNLLu9lQV+LzbztAIfiZIfgozr7v+u\r\nwI2CitthncUeGQeXSdmRHlmLEuJUBDyFTZOarwdxD84arJZPw/gQXCH8QA6S\r\nMuU69+eRfOvF924rILLXbfl1KmEpMNFrclkP5wnPfPGFlPZ90CVJCohfbHi/\r\nHYfT93HSNCaftrxwfhBg0tF+oTwYQDZMx3tCLmpgEC2Aqw9Uz4U4zugP/D72\r\nPqShbH3Dadre8fDbBhIcKoeZJt2nVmah42iQi5mQpKoaObGBEeg0PJxeVJrk\r\nKihFkcrMebXAycu8Ou5uLAeE4YMMrfKy+IA=\r\n=1fU0\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d59bef6662e783d038e6cd30e157f23a1517ce02","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.2-rc.0","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.2-rc.0_1680603524398_0.8681412408367806","host":"s3://npm-registry-packages"}},"0.28.2":{"name":"fundamental-styles","version":"0.28.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2e8aca8db117172647bc52f0d410c287da81004e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.2.tgz","fileCount":365,"integrity":"sha512-8YMDWWLG9/DuOZfRx028u0NTYLmB6UWibMZV7yCQEIx/ovA8rgATpFZxUzq2cCbYCZ76+QYdqFlvJdewKT5I7A==","signatures":[{"sig":"MEUCIEmd2oVMp42LN0H3Ne4uDvySZrj/+RCw2uMdB3kcpCvOAiEAxCSeVs2hzcFXxRR/2annu3rzfw7dtcRBRDj3UWCLDZ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6774662,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLARjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqogg//avbF6LA4vzBc0CDHFGZ1P1qeXm5jtR2QpU7i2Y2LyhwZUmd4\r\nohs0QMdt2qofG5xNzeMV6/aXdGzUHLt27x5jozXQbvcMpg8nXarZDqTysK2t\r\nCYUk8EouBLJQcaYFTPh3Jm7+TriSOYynFOG+vTGsnOLquV4Yh40GvdRzSn7C\r\nscfuAc1ijimj7xFeFRVWNdH6aLJg+OoA2x9Cqj2psSctYzuAWCmCnWdaWYRn\r\nc+z1VL9n2TRe/ebw7VnqRLcti3IWryPUdJKAUTnWCNYFS5JEO5vHLvJ2rYwg\r\nvCTOIjdPxnwZciqKltC51QOpY50vCbATWn+yqyE41k8rdMSwWPwCXq5X941X\r\n+zKb4/6rLTLjsiYYxsYjwBaAaS5Dbh/Jgp/3czszUtsowtEz1uF13cG9VY4D\r\nJTIb3gL99xfs9DVWFdrkiROThbwZwDP2B6Oxyg3Zau1S2zs2RQHPd6DzRJJ1\r\nAPvZk6DS1HfKUkDBreFQgrMBHNKyjjQ9coOyynNQkQMN5VbZIsDYOXGpEhPd\r\nXhC5oEA23lqHC+25adPfC3bRcZE3tPxhdw7jI/9pFuZ4RM676Sgp8K6ixGS0\r\ntzUowrQl0ZOLTuYxt6cAUyA2prqaI6ypkaljW0Cwk4D2TxKDbPBe+iwSYMz2\r\nqTriethzzAZ3JyrFN5+uTCimbe0zE49JyxY=\r\n=Xb8P\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0106d721bd38fc474092b8c39c0713a9a43b28d6","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.28.2","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.2_1680606306684_0.21617543880273726","host":"s3://npm-registry-packages"}},"0.28.3-rc.0":{"name":"fundamental-styles","version":"0.28.3-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.3-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"695d7e6d067b4204ea42cc4a7f097d1c7a609d6a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.3-rc.0.tgz","fileCount":365,"integrity":"sha512-TGKmiQkXQ1GhDPww6hAzLCuyVsj8yHzGseyWpQBFUClxBX+IDfTB6Zi6NjB6ELACTCVrmOSiq4zPnG0i5i6Q9A==","signatures":[{"sig":"MEQCIHsCFs6i/9rsD5Y5VzCoynYh8BOTwksHdqnApZo7IHvrAiBeOO5rXtRsMIKX9gxlYuVWF+iUEiOCiQiMnCAxKbvLBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6775862,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLCBUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoM0A/8C0f6U1dcxMtxAKArMfnLw0enM3camU30v6UpobxLl/TEA336\r\no8F/G3wqQygLlb4bTMIvafyVjYwqmoD/YjKx2fypr4YCtqcQcY+ydhMq1K2T\r\n+Y8U20HsabokJ6ad7puI2RtejSDMnKzeZvrwdVs4kETr+AeFH4vUvJdQN8MO\r\nmpXm2kJc2QRYvTM3gosjD4+S/iWbhrUuXXV4JFUUKdxpncnQtpZb7bNU2E/K\r\npoMzqLboPL4T2o3w/Q/zzndP9TF+zDrAh2KRet88OVxzrRmB7sxmks0vX7Bs\r\nnDavyjv2RoGgta9qTZeS4oBHL5prWlDQ5pTEDayJWjwnLARhCA0J9Cv2aQ2Z\r\nzjJoUqOg5L8ejYL2BkvOWOoqgnnjAnShNMUPHE4uIieKYVT6oHkh1mFDq6IT\r\nn1IIpmA4e1aA998WxAIaTIFb8UDo+9ooD4DWk3kOR6XaHGJFCqltJo93mFj7\r\nENNNnbFfeRjT05jIbx4LGu63it3H8odTipiQJ93Q9VLyI5LrEGbS10eVI0Ge\r\nxkZ6YQ+VB9zNvPvlzjaVqVzISlCKPIO7YSMBf7jWzxt7CZK+p8hqb5WCR7rj\r\nz/8z5fCDThojl63p9S7v15Qmm3tAJK5yo5KeK7fejhZ1dXYyi6x0oPytgCWu\r\n6Ijcob5dNSd1ZUDRABRu2MylWzNx7y8+SxE=\r\n=DJU5\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7aece9a531ca6096552fa7c3dcc74fda8789489e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.3-rc.0","@sap-theming/theming-base-content":"11.2.1"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.3-rc.0_1680613460360_0.29291577777903544","host":"s3://npm-registry-packages"}},"0.28.3-rc.1":{"name":"fundamental-styles","version":"0.28.3-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.3-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e0022858bf6624086af1cd328339e929494e193b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.3-rc.1.tgz","fileCount":365,"integrity":"sha512-QIZlM3fhmNWulbdL8vDL9T8l8iusW/SdJZHLkbnrKBx95exVQ6vs2DE8ysn8lUKi99ADx0se+1hyEOir9GI86A==","signatures":[{"sig":"MEUCIQCPFJ267CAr3yGe+TrDFJ3mUun3FPjlRTwhtr7p1c+sPAIgY2s/joBodQ4g+/a8pVni3GIJamoVniisJ0kHRm9UkWE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6775863,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLS2BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSKA//U9IRLjFCC7wI86fxDs8u6+RLfNiDzRe7JicHfmXY05+MQgnL\r\nIZdyt7IoVwGafqXwD6r6IzuIuIQfW0UU42aV4GMuw8v0a/82avO5RSxXI0jF\r\npa2EUOvUFuMKVwX2fQx3iUWKhfnt4MsSynfYtJGciQVKIIgdMf9ESFgKcqZ7\r\ngsMXuJpF87XyqvbadovDXqFS97P8n0Sy885OMxemmYQwCiBs18G+dX2ymPLW\r\nLSb0ysPXgRtnKWki7GMio6Pxz5y7tx9Jv0nTYI3XC//UCmNKs60zPgbOhret\r\nLrUAAI+M60CQGrAKdnGiHiuBThaxzVvxtgzkRhR078gWuAJ+LHqJj8iN0acY\r\nGUiXP/1eOKOWcCNBDtsCrr5BaptgEbYOeUglYi5oBPINsQT2JFEnkY6t4i0f\r\ntO1IQ+7fzgEeKST5g2IEOI5s7D19aVAaPqemdaSAxcz+XAKtHSkzQZRJxrSf\r\nOug4/REEKC5dsWEdGbf0SzMwg4l1kj6YvV4iV9JNv1OW/0e82Hgb8H5CgmyF\r\nj2rqP0fNWEB/n7B22dQB753fzbz0B7d80vPbCEb6YR29OAUAxGSEm/O9TeoS\r\n84svSI6A+ZZ2aRHsmhHBhT8e4ekF3L1/DD9Fqq6DC1KSQGWcjZkQtJzkgMON\r\nMbdLwO41IAY9pqXx52xKs2cEjMuj+Bxs8X4=\r\n=vEZ1\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cfa96a72a27a7919e1a546b7e350a7f63386a8e0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.3-rc.1","@sap-theming/theming-base-content":"^11.2.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.3-rc.1_1680682369039_0.8322771913914071","host":"s3://npm-registry-packages"}},"0.28.3":{"name":"fundamental-styles","version":"0.28.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d0044b0ebeba43369982fc8912a50f3d06238160","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.3.tgz","fileCount":365,"integrity":"sha512-FUhMJXqvQZACTm8PN+6s5RQtnBn6fU5zA+0Y4ZAP92fszVU1ZbuGhmHvOtxs41dcmfUV4UjJ/hW98coKtCY6KA==","signatures":[{"sig":"MEUCICEfv0TzVt0MbW7sGUaVCHZdCMVMpKGaknywCItU2InMAiEAzg//FqnoPFHbePLN7xA0Ue3gzl1M8GXbIuROW/7inDA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6774663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLUA+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQEQ/7BK5CNKK23cH5EAIpfJ3YOtsp7bDnw/nvikKnvXAh6Up6FVE1\r\nIz9Z9cqUQnovXckVU0zFwq44x9Gh7JpmJBr6te9huZhubbyvG760U4vnbLEB\r\nq3ZS+zqeAYXqBzYVrKBnO0Wiqq5PG6z99gaAYcF286VZ4VU7jzUFaLJ1L0Ei\r\n+y7mU/NNoJ7pUaKdVVd45CXeIAuUycrRTXGWFmPJrvYwexjAQ7s+3NOtHTrF\r\nB4Cyw0H4Ti8Bt8Co49XROoqbWBh0opmv2TzzKKdXzjKBRLv6/GuMdgtApBEt\r\nFzpnyp7dMb1VGz+1odwF4QrWmHlMMd1Me4VIwTSD4WbhiCDWHJZmEZyILa17\r\nNhAo8ufhnhpF5UohWv9LGVv4fbQEtkNIStTjouacgwqKc/wtc14aTuwdfty2\r\n/ffE5MxpUXzNC6hE9L4aBfRDNSYP8x/ucRnuH7t8GNqFpACw4U6CQcd16zEO\r\n1/T0qlk0coaMcpIaXVoYs+ekr0pV+pyEO+NFpZoLB3lYn4Lk+JDxMTbmHsiK\r\nyDyigdIKeWDZV1O2lQT77qDl0hvq54ZnOfpRm7CHxLF4Upjt8ve2k0o+dXlx\r\n/zSEOdttq2j9Cphv9cGiZAKOYQa5WuXycCRND8a5klaaaUczkPslyzuF/cky\r\nBtTzBYH1Dd30rDM04BP2t0tMb8V7HgGO/8M=\r\n=8MRi\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d31d863caef9f0613e3114167cab239f87786fc3","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.28.3","@sap-theming/theming-base-content":"^11.2.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.3_1680687166179_0.15916112049342956","host":"s3://npm-registry-packages"}},"0.28.4-rc.0":{"name":"fundamental-styles","version":"0.28.4-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.28.4-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c2893ab3767ac0463b78565629377c7685dc72cb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.28.4-rc.0.tgz","fileCount":365,"integrity":"sha512-jln0731CSdQsSt8O0bPuOilKqAhXE+j2VON9B+Q5nDmLWBXNWF49hwA+EcBrqCzIF7HFYe460EoxSd9mhsb/eA==","signatures":[{"sig":"MEUCIH5EysucBVv2u5aTKR7yO9rr6Gc+Ifi+9jvbFIf5kf4AAiEAha3d/GwVeeHxeRsbta6upnxHJ69u3n1L2nK/UjQD3kc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6780983,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLb5fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo1lRAAhOo7cIUVaIBc4SihfJR25LcjE1rgxLvhqMnoxUmr4XKur8aj\r\nOoJpC/pBxXWDNJTzaNlEOaEez4oyhqXDr4/kqv/1iJHb8kNcUC++t0edMmwE\r\nOAzm0ZF4jzFgpcJFyA4k1vzEpx2sWLxXJDc1nhCedm0q3L1aV1tgjBtoNYbt\r\np3C5yv4r30o+EhGrqeuLk6wKsYnU1QmaMYAR1Jy2zpF7o4D3wIgkakCePw1P\r\nkYjRZe4RbJKUhvgMli1fK0eXtMBVYkXIuxNHnvG0QsO6/m90Al1/oq/ciSct\r\n5rGnnul3OLlWjRDuQYNrq+5md1sUSL+PnJGA9Tdc9xqLRLiUmIAx6Q/lMofR\r\nKMn1sAoFarCf+EQHPcyBhXHlhSVHdBQ19LK1p4tU4fxOem7X7fiMqv1HIr8K\r\nrRS4DkFavyOvxHA0WfuqYepLZcOF3q7RI6CQ8ye2/u+37KJcitW9Sh3CydPM\r\n3fpV92R2O+0f+SqMykeTIyeImE+eZQkudB6LY8D7Xvmk2vgZNH1G2GEPOSL4\r\nLTQCRG7N6TKuErfZcQnoBgdqo5XDGDNF/fzcYTUM3kTtwnAnw788q7yDpjf1\r\n08WIbhdjXwuF2GrLxyzeuqoQWrDPp5RnJLRzwwL4CeyzlLEU0jv5OOU5QqKZ\r\nAlGkIGjPZReNv0nckDQzCPxwPaaxjEcXDMg=\r\n=e5kN\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bd984bc25cc1f611a36083c570d941e98e269299","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.28.4-rc.0","@sap-theming/theming-base-content":"^11.2.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.28.4-rc.0_1680719455714_0.5822601590647787","host":"s3://npm-registry-packages"}},"0.29.0-rc.0":{"name":"fundamental-styles","version":"0.29.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3a8f983c0f31890020eb99bddaa2fbd41a8d6ccb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.0.tgz","fileCount":365,"integrity":"sha512-bZa62dmyiltf208GwLAU5MB3f/TUJSlIIjeA0A4iUppvfJy4BwHVom3slKJPB2+ZLRneamr5A67N+KVnfUKS7w==","signatures":[{"sig":"MEUCIGsRk3/pBIKGtnTXn05wTI0o+XyByzwe8PeESNQFdT/NAiEA+TPOeFmkSAjqct2Gh1nL40aLw97nGH8FY1HX0fiHXRU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6782783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLckiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpswA//ZryxOVKMnwRo3WcGgvKE2s/Bx1/4GPoTeVxikQhVPy5kCB6V\r\nvVdeYjHCmNhLbTOx3v4L9tVpOIk8Kg2O52gmMTIyHgrmmYyciuSmWO7Bk6F0\r\nkR07lWRp6hy8qSytAHb+X8e9nffu+6XWJHeHRJTv6fAP4mxKabYB6mXPlt+Q\r\ntlNbN6OuylL7Hlst9DHFFOLmJAY3vUkpL6lB6itaNG/XNgNmK56uH/xexQhL\r\n3ViLK/OFjsXsuInwOdAT9CmdGF0SN+rfiQv+7UMoX+f4y5AF82056FQBxlDj\r\ncmMPoDMV916woieqxWp6RfsyASdmT4UblPo1kHkREMaJOLEtHKYP0/FEce41\r\nBBGuK6Ozj9AzO5TEshdGdKDRgNaF1ljZYBectQ2qenSSu9PCfrxzHxQUOpvf\r\ny04S/CdgwuLs7gNq3XHx2OQMbl6DcbFpXLxpKp94E9MjYl5Zzz72VD9lSpL3\r\nQp/CvIveSb6b6HDJcPMhcywjYZyuLkf4cJ8gVg8Q1mgNLHLXcU0hNrvrwRAR\r\nzvT8vRuOcw8AJiP9U62ij438bIy0sU45d/0Aaj5xOoGMY1Wmuzcmx2nbyw+p\r\nHuK6tvtUm4Uk2jy9LGzEzDedJmPjxZE3mOfHkAW7vOrU0TO8yM0Xg5nGBvYM\r\nZ450bBkEQXDNtTiJPKyg5Ho0t4tTMALzVXI=\r\n=5BZl\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"17af4427c66288fa48caaa34bd232008f416912c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.0","@sap-theming/theming-base-content":"^11.2.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.0_1680722210038_0.40720496228949954","host":"s3://npm-registry-packages"}},"0.29.0-rc.1":{"name":"fundamental-styles","version":"0.29.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5e1eae72ea01e1a2d207b8aa3c4204ea0f4275a1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.1.tgz","fileCount":365,"integrity":"sha512-78f44DdaDygLNmtD+BDfHeQ66+ZgpcuwOwi96yf1tVMmTrH42DyIqLDZlfeaDGk2YvdpfVh7DaSghVA2X2dDpw==","signatures":[{"sig":"MEQCIFe4J48rlxRf5mWnrifL7bneYhomezxfMVC7BWWVh7OcAiADRwPxYgj+h7EbiDIpsiTusu4wAaSL7GAv47SA79dPbg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6782783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLfVVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpANA/+KAt+Exc9ZjgG0riBS0qmQKLFRpaffUo3yb+SUgsAP4Cu6Sye\r\njkPtZ1QpjgXSe8u+SfDdNzoR0n7t5AMNVyiHKXAPXnp+d7FpmVXWq4FW1WNr\r\n/DBu1YA31ZLnFmok27d4Yy7h+K2Dc6hDdhuiRU0snKfY5mbdVsoZtqR0XpO7\r\n5n0Z/0RhNOmVY6bPFmidWhjMqJYwDmWotsG7QqRmvVtTR873Q5Vnvo02eMjD\r\nIiAOz3HLw4cIvISAbjjOrpXvIxw/FRAoLLymJgcPjPY79F5AdOyXQ6nyeMvI\r\n3LIHUZKpQGx+uVoHXsuGvg1foqoFBoZY9Tt84/hg8HK1ej1XPWONjrFTIRhv\r\ngR6IeoKDSWStetTGYaUu3STLZRhYDrUTvI/Ro/D7hJxYE2YJt/ylxp0oUy/z\r\n793sXz1GQOxK9BztxGUWzst6a+3N/HlJQTaIqJ4a514NpuIaQYZfcR+D8xK2\r\nqaFjbiXQKf8kS29BlHHTlGmt182hA7Z2mVT6vCljAYoc/kCaUBOfBRSXl/Rr\r\nSINPe81XLT4em1jC2QddgpiDayjTsxBHzmtun4X5qG3LmjJiModUQ6FqCVs3\r\nBWo2IPvXzPf2pqBtyOOIIwDVJ74dBTCsNXHihIEdDa9d8gSDTFwkYAvDbK2W\r\npjCsI/ef4j5BDFRoyofGgLFXsLfP/ROSMB4=\r\n=Btfy\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b7c71a2bf90e6182ab3f4bab626233267c1893ba","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.19.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.1","@sap-theming/theming-base-content":"^11.2.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.1_1680733525318_0.0562355365164926","host":"s3://npm-registry-packages"}},"0.29.0-rc.2":{"name":"fundamental-styles","version":"0.29.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"40df80dff82991c7e918b2f081fa332962a72936","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.2.tgz","fileCount":365,"integrity":"sha512-uVcrit2+gt0ceXUqr6TmvPBGchDQMhvqHkUOdNSPvAh7HYr3CS72ufdy2plDdHYxkoZvrnfPD9FXX7Tj00Ew1w==","signatures":[{"sig":"MEUCIAsuEeIiUvlVWrgUMUztYmqZRW8teJ7g1opwj7KUqfNrAiEA4hSOp+9czdTuZCd/aeyF3Tv7B4ADrU8MIdBZpEN9FUo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6810131,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkMVVBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6ug/+KJKYM2REJQc2X3K5gtTStFzCO81QbzQfKn/qpz6e/KyyR5Bz\r\nRoQQ8d1jBMJ2iddlwz+RK+HBQ5BVVfBlbxZ47i4rEAGC3OtkXPSZ/lbNe4IE\r\n/QSwd8NtYpyEKD+uv3HhCpkC2a6dIilu7x9Qc1lpHsASR01GhJ6hky1sSZE0\r\nmmZTLcJ0l07aAYgsKCNBDSWPd4BEeeWq/S0C1zX/3efcou+SM0cdVVvYo6wL\r\nhITSVxuMSAGoPntlmmzIp3zalJ9onAH3QP3Py7ln3aRb5CnHHSjt4KrYuUIj\r\nssGPehUX8iFaQulDZ3cphLh97Gx5hg10kq4wckD5GrdPATRPVH0bAbLmkwH+\r\nHmG/d6px4iUtQp6Xj1Ra8zsJcnmbLUzNfluJxoXdxDNad7ZK78tg1bGDPjMS\r\nTBnYg/H3Zt6+076kq5NsA3maoJC+btRLdjzzMDOMnDA/MCC3QcGNEqARkkfQ\r\nbxu1G4EG780Xg/i/J5hkvyh528DTXSlc7RQjJAb7U64/kcGssm4TFO6mm1Z+\r\nm3L8UzKZ2m2bcNv1dSSzwy48YK0wrw5wuRn+3cP7ZYXjJUIlSELkK60T5OAJ\r\nEIKaYjeE1Bn4/iNbryT8NdcTz4vrP1cAf78XJGXbHUczhq5C3jSheGzcoy7Y\r\ny2vOwSCTtakKERYi/C/zaZLBLcHCSIzNmLk=\r\n=W/AS\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"fa6d19a0f284d92b85333d558ac08d6a70465acd","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.2","@sap-theming/theming-base-content":"^11.2.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.2_1680954689651_0.856275546039917","host":"s3://npm-registry-packages"}},"0.29.0-rc.3":{"name":"fundamental-styles","version":"0.29.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d481437e2647214b071d107ff83eff210350eb3e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.3.tgz","fileCount":365,"integrity":"sha512-/QLn/IJcw+5y11ejeV5tcNpG010CFzzX4NLCfmW3kI5vyaXZLNtoY5D9VzIbgdYjgRtzBNkSNTqXHfPyOkdOGQ==","signatures":[{"sig":"MEQCICFv1Cp0kWipTLIvlBNAuUGtCALSOSZTgLjvHYk4O7ZlAiBuhBMu80PIfe1mjFoEYQ+d9cMRupTiXSlGifi4n1iEbA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6810159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNbMeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZ+Q//YQAU1EW6Yr5jOEGt7Zq4W1cg8eotwHoXdD8hUzyI4R45OEBE\r\nR8qDzcn3eqWLrjBTtvG6lK1JXbX9SAcPFxe+LJ5l/9le+Nd+IElKXvgA/acF\r\nFnv3Zyt0b4jSvEzbZAggdP8Sngnn/1esJSe8SI5OYxYLsQMgtNuh1HUo4OoV\r\nqvW499fIkRERf7wcHNjfhvxIQVexs/KguWFmhxErqooKGhOaKTRjd3U7rC4e\r\nyK1kaiByZJcz3uzXDcKkVyony8ppKTwuCQprMb+MqLJwum39PJbZMoEQNdlU\r\n21JUxk+Mk17DfJQ2TK9CHlf+qxiNdp7KP3DzRduA31/qc247c8LSjt/e9XgU\r\nvFNkt9GPvHVb2VG0frN3uPzfMkzYIINj80PtObTef+U1SyxwOp/wamNSxZfZ\r\nP0wYU2ycKkfXOxsSANBZbbST7nUiFovfabp4+GCwIV+xjmbSzwhyfmWsuROr\r\nYguJWu8jMTetY3sNIkge9z30S5dQoHrRnNagvuxoh1f+aPUrlDWVvS8LAwbx\r\nxev57ybwYIRGr2rfA2ccxBG9dy9fP9aEkhJa1e3FfCvTuUChqxrGEppXfBnf\r\nfpQH8m2hpRMWyQWc+z38O0Seu0D/nRXKYHwCzYO0oOCgAvjG07v77ivCDdiX\r\nkE46S7M6PM0yqRW5NGsmOIsbjPnrZ80v1NI=\r\n=JjbP\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4733967ce939ef3995d0887a5b05540b5fd00b4d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.3","@sap-theming/theming-base-content":"^11.2.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.3_1681240862605_0.9386868246381843","host":"s3://npm-registry-packages"}},"0.29.0-rc.4":{"name":"fundamental-styles","version":"0.29.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9cccad3b353977100bf3f8c44a960a674b14b77c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.4.tgz","fileCount":365,"integrity":"sha512-vg4+LVCJbyoL3irhHlMNYTKq8qntcVzXcCdV1gG5UstNOObwfPBPeaYnj2lFcZZB1P9JhS8i5/+rUMw4OU/jQg==","signatures":[{"sig":"MEYCIQCEGGx+Xaq3JQuFn30FkEClfwkMo5+Tbn+ltvaqK/G3/AIhAPnwa8UZuLRd7gciDl5FcZJPfBv1jHsTiHDogudFXxgU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6819261,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNddWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpPmg//QBXBo9lSHNFI5Q2FShzvdwosuJAaeP6e7WfnOLEcor79Wcxl\r\nJCtMsCvHwF/6u8I/TGUqQ1Unwcq/RGsoNptniYw6CapXd/6KH0aS/srskEov\r\nWmYQYCGRs8FhBsd9nVLPE2wd+XyFOxJMQD2q+LcxSDVi+0ez/NpB/jFH6lUJ\r\nNvslPOCWhMmnCccAu3k8e+VCAMDaD7QXFwOLxc6wZMcmmSYf8Y7PzSJhMJHJ\r\nznF75QAB/2Ezz+x8YmL8MSUddAVqnHRzKtEczYQ8AE+zJoLOaAzJrTejF/1M\r\n7RQ+7TGlKGKEYxVKj92nVQvfU1k0OgPYAoAqktzJA0lVbiE7I5F3FNH05P+3\r\nUkGb+BCealm8CpxhaOEiopNe3ru5uC0d9rRRwMtxoF1Xl0VZJ+Ml24qvwL1B\r\nMxjq8XrpaT2aCESQa5gyQaS9GNFTmA/WHvi4YDtDkEmXOQLZoFTcb83n/Ilv\r\np6GFrGTrnctwgteZWzDXVo4uiO/Et2Pc9GpsjCWoI4ipiVwaAdICc1XbiQf/\r\nu+D39EENgM3vrT954LiIqfYVP5RXmwrh7RpocqNomYESYEnsYT106Ah3GTtD\r\n7iw4zaoLuWSPXsbNm3roqSRW2PdyY/tKMV8zbkF+OWj07d5rI+ANjNbfdrYm\r\nvlVjlSa2HbZ3AezgmK7Crd6gvk3cM752uwU=\r\n=ky4J\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"47f0a0472ca1e048b20698ef4a7b7c5b92918a44","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.4","@sap-theming/theming-base-content":"^11.2.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.4_1681250134291_0.31172620587652267","host":"s3://npm-registry-packages"}},"0.29.0-rc.5":{"name":"fundamental-styles","version":"0.29.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cc682f696685333e99ba1834d9e7efbb1fc37f13","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.5.tgz","fileCount":365,"integrity":"sha512-obkhJVC9IbThrRdobzQdAAwJEGXrJ27qEW+ThDTd3X0HJJfH9YmZFBtIEAaPUcQHpTr0Sf0Ve8NEktNU+O1F3w==","signatures":[{"sig":"MEUCIQDk4gRDMgF+E3uq3Yqv73vC5lUh3AxbEHMU3sBo278u3wIgCtJOaJQyIP/pzGMkIS9vOEPgG+vDbXTvppLLVbePfg4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6823921,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNdiqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrovQ//WWeNFRwdqiWMYWa2yOpwKngmLNAl9BWfatmzizfZI2NWut+y\r\n7LtnF9MwTSrUScEOpn2uHoB32OjRRXE54MDsG4lIbQQb8TkIvRWezX0wk3bO\r\nEIowWtfsghhyuLHPA6xiWAOZVS63BduskzRHEdIz5gGdT5fiorEM5XmWiQjm\r\n8kkon3dkuzwD02axknY70z+Bb706Sf8uPO9X8DTQCso0NVkgzx45Y+vGaJn+\r\np1JLe1I/kPMkUP0sIa5Ehy/F3I+d3+oENuzpjtQodIzGVETVU5Xmm0CovDQK\r\n0Gvn/MN5Swb+hd46GAgZzXJEqN1gePeL4/a++j872CO4LzH6Em5va+xqKZQ+\r\nJJ4OCRN9uIZdBj9+Or5uFZXF9AYrHjp+uXtfKy4ifEizsgkgqeEFPNjzuzt1\r\nCYbW/wFgKhy7TpQnblw3Oj6z45uKbeLklE/U+H72qrQ0oNaR5fHNG9qow7yL\r\njBC3ALoT4G5RncKNRsibEqRIAQVBBqHAE2Iar9LfKGSNq2FT2ExE5iWgUUrb\r\n6Y6RRSBrKciznABCGAzMhI2+jr5osa+5r2vm+QnLCrOkFYa7a5NS2T0gX1sN\r\n+MgB4Yyb+CVL06Wr8zs78xC2Im2eRCYqjTKnziswQVQgxzfQBvDNkSGy5Zgl\r\nkTL5aijQHRx3Tu+3RFdKQvSCWr7On+umvoI=\r\n=DPQ8\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"978fef2b7497dc2a0074e08685a101b070466915","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.5","@sap-theming/theming-base-content":"^11.2.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.5_1681250473714_0.4939925912116938","host":"s3://npm-registry-packages"}},"0.29.0-rc.6":{"name":"fundamental-styles","version":"0.29.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"63da48ffe5aac9f1e222977168c88de0d120ca77","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.6.tgz","fileCount":365,"integrity":"sha512-NXSCURBtXGZF579XTC54G/Rrzfi3/GLyyVh27KsptFXMo5e22b9G//GA03lD0R2vkwFujjAwJcFyIaSe73IkUw==","signatures":[{"sig":"MEQCIAY7BMOm7lV9iyKywf2Z73r8imtqD1Hy4XUqMGR1rnWNAiBhkOwYEKB7HE08NuukY5cGf/IAS9xbTQUd9/EoyluYoA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6828297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNfpaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0pw/+KNRE+1RW41qJx+dtbxZ299CcTiRSOGbeRs5s9i2y6KsweQQo\r\nOuW0vPjwTaPlOTPxbD3rwKHXXIgE+BKsD1DVfjOZk7ZnXEMr08xJ47Br1+Wo\r\nuK+jKotkH7iuWQn+kPHQyukuKfuOXMYT+W20iEMZZTQd1kNBvQFDvmE+71dT\r\nM6IxABoD2UVqQxNWxT/uuoQJDKhuw09un0+FCne5B5dgqIqtiraXYMtDSd8V\r\n/QTRYoJXpX2nyunzym1tg5l2YlQKwvQ36IwGWgG/VWmqlSPRV/ToGotZ5u9L\r\nxmAFjgrRUZ1ttgfPin42T5RGhv2Cz9+IhOWi0InN4Mq4jvAwHqUX3pJzxgf6\r\n2416fyZxP6gmsxnjSmxkH0beeRSlvvXNPE1s6ew743Q44nVCuYuVI7jYIweo\r\nBq6kzv2WyNT21pOyI/jWMC41RiL6Hno1Xpq/uKsoeY8pAWG00WA1Ur2CVyoe\r\nxUd8jagMdKNGrBceDrrezy9DaP+UroIf4mzUftaKuDhvRT0Y5LwEaqKMU0fr\r\n9/qQlSOmEsCSAsdIxmi+F7/xhSlkKn5JeMUAyuN/Mb1HW1xPv4hRmxzZ7JXd\r\nxVaP37c1OZWjqblaN3PLSwgR+0tH7PT2FfoVRrN6nU08gC7herQNy65rA0w9\r\n+rze46Fu5hv9UvqNsISrwg9CwH/aHXEtVEA=\r\n=RYkp\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b3340ae4aec0f18c8d32cbe67734bf8929db737d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.6","@sap-theming/theming-base-content":"^11.2.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.6_1681259097967_0.09154870894872835","host":"s3://npm-registry-packages"}},"0.29.0-rc.7":{"name":"fundamental-styles","version":"0.29.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1e116b1474e57cbcae0615c83b9321a256957e26","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.7.tgz","fileCount":365,"integrity":"sha512-z1prBIXcCZPc/0sEzab0OXsvHEtW0gBqx+6rKw8XumyAJJgXsH613zdt2DbvZTaW/wB31ADeXKqJWcw45rh1xA==","signatures":[{"sig":"MEYCIQCxTfiF+8rnFsyHJLRXFyY4w/9XdNGtbXBO6VXSUsIKWQIhAO/kx/ypxynuFXdXzOwT6VA/Val1rNBWtt3R83EpOOR9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6828921,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNyjkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpJwBAAkalXFF11A2Iw4nH4GJ5nUD4E0iaHYMiXMSizCsAGw4qwupww\r\nlfDDVsu5oJEDRwzZNr0uDsV2WprhBmRU5n/DpL5+brPrwdOec493LSMCtZbE\r\nJXuZ99pCWgLYkDeYe/wt2iyWcKt0qDCDB72KGi+q4RO/2ra/6lz5qHzRcyU/\r\nsSReNGyGIOMGlxufSrlmikQ2+kD7vXwBY2TM1EJtZRb6bPDqznWUdVf7DU4u\r\nwDlPd4m9lU8AzOHGOTJrHa8kHuLJTwmWjCXWvb/UQqeT9TqinsGYVrgJnA+n\r\njjU27Uuc4enBqQs8yk+U1aPmr2YxyIBwsNTVL/ITXEleIty6osEcNMMstXFx\r\nfoG5lKrlX8XTA+PjmVnMvGG6Vm1yeZqa8hM8p2o4IzD9OZXXOKtZAb6ZaCT3\r\nnJquRyEc+D695OGJFxR11W+P9vq4xl3MoJqSUiliHVckfECbY7JVJfhKQ5Bd\r\nDsar4rYwtpKxoI4Xw7Ux08ogTeV84LmSKaY6MHPV1gsQevlVFDJvDyeNxzYO\r\nbh29RdLDYNkIwAcbnagWuzHhvgSaQzC/+1FxsrWgAcFhXmJsN/lRytGtcMdg\r\nrrkLvCuDfiuH380/zFR579CrXu8PV2weHU4ZR9Tr8OvS5sV6DO76FJdxSeVh\r\nEV4UPGnk6Z8TnXX4s+MsDNi6iCg2xYADooA=\r\n=W7Rx\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d086edea96ab2f7a21101b9cf05a3fd2cf5e7474","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.7","@sap-theming/theming-base-content":"^11.2.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.7_1681336548390_0.6468984472466246","host":"s3://npm-registry-packages"}},"0.29.0-rc.8":{"name":"fundamental-styles","version":"0.29.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1d2319213c029885c9fd019a14295a705b80ac20","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.8.tgz","fileCount":365,"integrity":"sha512-48RTZzGtnda9L3XZM7Yhc4vvY80Gb4i++3S852xcXmJOS3UJTARN0lcQwhUpm60w3PL8iVR8nXhp3U/0T8SCiw==","signatures":[{"sig":"MEUCIDMS4FCAZI6twjLJDIiTFL4B8kcirZl8bSJOJ7qEfjkMAiEAnOk7/YKARhldkW6LMqxo/28o1Q5UtEeFmdKI8TTsaOg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6828921,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOJIAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmreEBAAo7QLpcV4kMheZ5NyMyv8+gtxzd5rom7UhUD/d7NfzUgIU2qP\r\nsY3PZMXk1nlQbOjqkWHaDb0WIUvnTaKUMHLT7MYx7unL5/GP4vkJrhgHt2kh\r\nBy4b8Aq/KoUy2/LBDVFxu4K0Yv90+x5bHIgPeE0ePxGxy6nlnebW/q21RUaQ\r\nxVKyOQaL1EC+EaIEbXgWO+Z3VFynPRDF/t7ZGdME8Whd9QxlBR77P+DT4l9t\r\n3RIbyzLQRKvBJXuMnP6DTMDyw0nk8FzAilnenWRmM8swRGpqtgsAiwEJOc2o\r\n7ieCOIxtz5m+B4zRWWX13w0/D46Vlnr7SaO4BzktAnSGs5UEBimLTRFrgAv5\r\nzm+tAzZVw2Gs+f0DaMBjSj7SO8pq2yn6dJmkuE/rXlJAy2oL2lF8w3lSDs5U\r\nS9cdeGoORSB2U7leAxwR98goB+S1qWgcRuZlW3Zh/+btZKiEElasGCgIN6PV\r\njivWZ+a+eisv8sC0qQ/HCQnf/VByTlGv+TrHOoPfGV/kX4U8A4Zm/gK35sWD\r\ncIYbhTZLgVgC4xo96cNqkA+OnH5bPnX7kM0X/QNDcpX7XF/+86abcOYze4pS\r\nMnuzLGkij23bHugX55jmf3CCN2ncQiiZFTF/2S0dPMll+5tXQt3MYzl94Eov\r\n+nXsQRqGi5nCxM0id6hCTlEvcPNfz0G/JKY=\r\n=fxwM\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1c54481ff2fb3581f77f6dbea1335f28f13cd091","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.8","@sap-theming/theming-base-content":"^11.2.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.8_1681428992583_0.803374148370045","host":"s3://npm-registry-packages"}},"0.29.0-rc.9":{"name":"fundamental-styles","version":"0.29.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"17557afc45f5418b5cb28d77cc41daa328604bac","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.9.tgz","fileCount":365,"integrity":"sha512-tkN5aIfkxw4bb1RNnJFG0tzMsRLup/Csh9fbOO8c+zlEQYaDrWBC1jpM7zDWpXdBfNzXwQGisGzsqZNj1iZalQ==","signatures":[{"sig":"MEUCIQD5flNVRo+Z/c239WdGMU/rn5xaXozH232NHv4cqT+rUwIgO57uRFCz0N847oDFwedLG8eGE/Te4xShS7EoXR+MfNk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6828921,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkP+gIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyjA//W42nW25y8+60PXBxp0EPdk39XnMjqEMBkg+ov32Nb7nma3KZ\r\nbVBWQHxAF3Qi9FqZn/1r9tv/szQdW6WgETIe65QSN9MtvgDkLgQexBb/do0m\r\nhWcXVzQMDXuY2LwHQ9sS3SawhxpoT+Tlmx72yZMNoGSwGEU4nfmq+QIoWQX/\r\njpVX3iArdo+qKZimoin8SDrfBIfyytKZEsQ8Te4ngcJ7V5F60B3IgqexUwbv\r\nEocmAU4/6EBRxicqlea6sB77XXPwGE6wOGWgdvjsOhis8MlGKlpyV0RIGYQH\r\nbBv03WlMSdnIMWGUM2Hul6mcNkhQIND4MUXdMwet58pHKDnmX/YceXIulG7K\r\nNx7sun6jCnuuOlVfVhuwB3jQPThAJw9RfDM+WKGzaQV0OWxcXrTvgoxKjBdK\r\nCddWc3bQ+yQIbWD+6FkV56vCviJKLKWD4rSezgXQ2ZAlEs68Oi51DnGCbOmf\r\nSBeXdgTi1cVVDRVmvY7BxREFXgqoOyy2mvh9H/aejn96wNywGcsnG9O7n0JL\r\noer1WQVpPqhXIZDjLjHROtzNUHrQQMz1vskeF8fksqUYL3Wmga6CVO+4x1f7\r\nqdojF21voxg4+LABH+1LMCt6jbrg6/Eagztbe0EgPMrPsX83fpI+cVKC48lm\r\neJU7hlvkIV6g/VzX6LFnwAStgC2aQiXRVxk=\r\n=2uJV\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"890acdcfa56cc0a57f9cf87630359068d976b9f9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.9","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.9_1681909767926_0.33542988189152867","host":"s3://npm-registry-packages"}},"0.29.0-rc.10":{"name":"fundamental-styles","version":"0.29.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b6eed5220296d287d9ae30e499b005831981ce56","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.10.tgz","fileCount":365,"integrity":"sha512-lY9BKyiJRYR+Tm/LbKzNpneYCX20BYf5VuzZlxozHg/iuSSvsEGsrwnDg9oKGnKnwlmn/x8Y1dSnu2l6UvPonQ==","signatures":[{"sig":"MEYCIQDNySBAUXD4oWHgX2C+YB3+D5MxdoDAcAhrq0mEHhDBdgIhANig+9U4Hc2sSgPlL3ftzTq6Ul2PVS3jPZITPS3mRQO+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6845097,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQip1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmopnxAAoznBnYWA+lXNpK4Eh2FwLRUB28X4/O2jsTQJcxWw7Mwpca/g\r\nQeOR1j2JGsr83aTghwXVqWAJKV/cFs4DY7BDabHjI7yHWc14luHBf0+xp9pA\r\nis09jpgF0o0KgcQ8WEXigRM8BTJGMELCZ4c5APVJo0sUXqe39MlIt2FwPJ0f\r\nj7fJ9NeRy8qpAoCRQczkoWiT3cFVM/V1LUReQfWWJjQdEJ6GPzcKozTee88U\r\ndiqU1qkLn00H+/eQm346qJT+FQ0rvWZugkzMkdTSKoQF0g9Hvt6zi7XeFymF\r\nhqclDIIpG6w1jPl+1wNwD4ht8nmDz7hFWuAYVdf3nFOch6RIxr+Mjf+/afTr\r\nws/j1fB152eckjD9r/qGh1E0tVT9JqoFc93+OQjR+AFMQSX3+jKnIIfubxw0\r\n53HnpU/XiV7jNTxMi1jOQjho94HOUMHJuUmpmQx2td9yngEVygqH2eBK96XT\r\nyFaOtd3OKXuaasiXojoIMhlk5QklVWMV3aW7wYapBvEhVMaDgg37rcp4F39c\r\nRmSMXmeYPvWZCTlJeYI5o5EOxhbZOrXjXEVqhZzpw8VPytVBK2l8YuXq11hK\r\nRJW+T8eiaIy/LyoXpw30mOCCBIVwOnQ81OGfyWbjDBaR4S5ShMY6lRUrMhvy\r\n73wfUYkFLh1qzJoPEuuHSn0Jp05EgOn6krE=\r\n=Pf8C\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"96654cb37e210fc2f3911bfa183916d157d36063","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.10","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.10_1682057845477_0.3667863499751036","host":"s3://npm-registry-packages"}},"0.29.0-rc.11":{"name":"fundamental-styles","version":"0.29.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"49f1b8b9fa2aa6cbdc560b608e49a6635e55178a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.11.tgz","fileCount":365,"integrity":"sha512-HMHj7CRELnomwngR5nAQ6FYML00src9v8SmfFDIFf4MLPv9abSTywgLs/YV9swfhHKrCJttns61idbOZA9lBng==","signatures":[{"sig":"MEYCIQCkwPOHvhKDX0hW2Gt7N81gYAU9VF8Y40aK57YLPkWD9AIhAIkUNyWUpFiktpDijyemkQrgDM7BJiPMO+XjCIWAeERA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6889945,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQp+gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXyBAAjN3u7EeIYIGs0OaDKvhI0dgqcZ/6Zt7w6L/ceqr2FCaNsHYd\r\nU04304MGwDtWwAmO8SbkIwA7GI2NaFfuKgl4Wms7XmgJMXvtoS0IhZs5S5Uf\r\nGeqJO1tHDfIARnQvgNtVmkS7lFxZm8NbHrD0/dXJC5VbX4l6ZWOMn6JAKqFJ\r\nU8i1UsokKGDofnNcGCWXzhLGiLOgQVPTAEerwbrzLO/CGjFjwOljisyodJEt\r\nAheHq4EKDN09iA4BvpcCxSk8uZQW/oN+bTvLT2Sv3F9C2q6O/QDDCnENRr/6\r\nYJakYkD6x1juxq3W7UVKN2n7lqAMFz6eSC/3x9GUrHa3HaTPQeC3Fd4d1TfM\r\nGBT3mYrIfcUfYZtv8V8IWjkt4yrM0Q8RtH/Gy21UYypSqkrO8AYSR0VqhbFl\r\nRXoNt6o8LwC/l2sOdgR4oCaaWwcyfXVs5S9j/D9vzo0K9G0RNKVEWZc/TRWV\r\nFwp3pRki2DkPuxZOhE9ciRuuk7b1KEyLvReN/6OD4t2cGdW3WyGOUNZbrSLZ\r\nqRFK0OV3DxUy/EFJpxKt76GkeA8dIKykQDnpLq80XV1M8GNwS24XoB4vunLE\r\nnizVE3+BWWlV50mnq6kRX0VgOYSKuSz/oOrLuT7vagIBsGxFKcx8KYlEUzs0\r\njHWrlIuAoWr065S1Ekn1+ZGkEdWgK6H/p/s=\r\n=7U//\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c7ba1635c3c15ef3fb5453e8a0c6e8f3e64b6082","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.11","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.11_1682087839803_0.3168731438128076","host":"s3://npm-registry-packages"}},"0.29.0-rc.12":{"name":"fundamental-styles","version":"0.29.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1dc04804edcd4350bd6ffed62ec6831d3f03b90b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.12.tgz","fileCount":365,"integrity":"sha512-9gXLdltSQljbsGPlIu0Ceo/y2JVMV6NCxRh6Prpy2LC4XkOqQMWb9kD4WnVI1axcEuz2NYdViV6kZ/6+2hj76Q==","signatures":[{"sig":"MEQCIBzjIM8WWwPfRx3Q7NPLmI+T10HIPc/KhxokLjhglJyDAiAauGPGDhvXGPbtXFw0wJFyllLi+384ELuDxvWsI8CuDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6890381,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRRexACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpy9A//VIFicg4yQDM/j4dHJCMmzkbjQJ5ZZMi8IFLS/wg6phy1Y6B4\r\nMwLDfEl0dd3QHJP/lIzzwBk7Y/v8mMxWqiGhParNEPcCLB9BQZBHSwxAGeXf\r\nUtrgx9b1nqpjqWzfwEp0h4jWC8ldGl8qR3q/WjA9VdO7VuEKDQ8yHCF+vr9T\r\nUEjGDwwgqcF+A+zbka5aihJfBiyVRVt5mlmx1ZE4xHb2bT4F+0d4XTd2vblI\r\nPLyl3qQPIAVWCOyX87q7poBphdkLj4Faco8yOwkt/3Wk75pAWLy5R+gpHRk8\r\nYoY5E1Zyk5Y12wCliL4os09ehc36vBai3/ezzfbsKp3kxM7HMTvfEtN7SuJh\r\nyVvz/tT6X5EQlXOh4aNWVtLbCthNNDAVggWie+8FniU24bFSj0EMj8oEe4o7\r\nJ2+m2vSoZI40pU15xSySEMsGfrOwvQqFDP0kyhyM/822mBTHHdJiQY6sMaGB\r\nofwdKrKqa8tlYtBg8sUgnmVVB2Of3SzVrzoMG/AEgRB6Fkm+s+pgRoQ/bSSP\r\niBzXucxg2rwjtIJSuvc46ZKG5Mvyquqr+g+0xPFr5yEzRZH5PN81ZYHZsV46\r\nYZBV3r+1XI1qntf0jQka4t8FzFlFU1aHMM9ZziNHf/KUK2DIT6APpUALhkA3\r\nKcbBHcfoDAk9zoqpGHMjOBnxtjzhNwAI8XA=\r\n=iIMN\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"13be959af709974c493fc3066a3b0d40de94aca5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.12","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.12_1682249649074_0.719855860798345","host":"s3://npm-registry-packages"}},"0.29.0-rc.13":{"name":"fundamental-styles","version":"0.29.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"166d919ae81cf988b7e12daa203aa7a0ae24dfef","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.13.tgz","fileCount":368,"integrity":"sha512-sTXX2ovC6LMuV5bB/vY6cPBLaPQ4pTvuyPDNopRHE4le+wxhb11mRJf99A4fe8N9gsB1moGGI7or2Q/XlNOpUA==","signatures":[{"sig":"MEUCIGpzLeB+Sxj8DMEnvr4CATOAffkgII6TZCposvsH97W1AiEAl3ZHIXHt6/7aB5POnmXL5lA9fHXC4/lCB1qm+FPgc+g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6931557,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkRtZcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoT8w/9HMMRqICog0ugokoLLWZKOzgNh778P0QuRYxZ6nNFVcHonym2\r\nuV3MklDPErgbQnLvNbu8SA6798TGcYAasjJv5/RFepaPzwSkD/hxmeEcUfFt\r\n0ritH38+HHzooaB7DfcHiN5Kpu5Z5fjJJxpuJV+8jU+gyylnu6B+jEXBjkIr\r\ncYIwI5/XT7MmstR8jPFZkWuyMYjHnZRvwmxSVw7F1FPml8zpyOh4hxbYJlKf\r\nq1CCjfBCb1r4SefbrRheW81P2eTWf+NZNi0kvS26ToG30SwZuRDMP/c42V2f\r\n6f/3Qd8mHsInZ50qKVm6aD4lVjkSyQ5SSJbKZw0w1fb5oc1hsgsSCVthR3+f\r\n5DJ9OmmawbAfsj8b6oy6GftkpTsUdmeJpAe/n9kKZr/6MfJWLXPtPqBRqHHb\r\nS/EPQGpmwjeF4s2tBRs2g21PoYPsuurxErKl3iC+9cdTxAcMtItaz5KgSSmH\r\n8IBzoLgOvaTLRGQ45/OhAVvCiSP7QEZvFvmiwjgvti3GfAFbZSJFntvVhLT0\r\n56bVW/CB7RbugiuVsY9H3CpmcjelvDkRy8NaV83KEYKLTetbdH/AKQz/SCTA\r\nqCI6TDI0aiHQaJs9rSPdhSxPTCg7xyw1hbQ56TS+8LIm056E3QTkH/jcRaAo\r\nooB68tE/C2pN++yyS97QTPjD+WNWqjvZG3M=\r\n=69jr\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b6fbb2a5ac41cb853cb083c237ffb8f7f031fc71","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.13","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.13_1682363995706_0.3342290560505172","host":"s3://npm-registry-packages"}},"0.29.0-rc.14":{"name":"fundamental-styles","version":"0.29.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"335df5f1eb36b26c60fd8d6949861a1a747147aa","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.14.tgz","fileCount":368,"integrity":"sha512-TE5/dL9VutaoTR07Aks8aloD1X51Ch/DQ1uypQNK3Ko66zGLsglNItNV4yxzJBYeOOYCf3GW9vgghkGZehIo0Q==","signatures":[{"sig":"MEYCIQDf5ILPMgCVj8cMFG4Y3ODd7YKIAEg1RAW1ebqjCDXXewIhAKW2pc0vPCEjwLiH6ruDdr9Qju+xI9mOMRVmsRl5C8th","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6931549,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSApnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmorPA/+IwK1glX71el5855PR93dQ0fAQ+fdHyVEqaKzC5tK3+q2iYvc\r\n0djKxXl8Pod2VjmWOUxtttHo+9dJG0rPwqRTpfG7FimAOhxc+Yt5Q9Kktn2O\r\n31ssU0uCWsDwVryY2cUIQuyfy1QkbPpvG4wSEzGGc6Vl7kQI2LlNkIUiV00q\r\nt2RWJ93yPOz0kLxS8WjBqZbLN+0ENyNEHiabqB4Mbw/eXj19eRwfmYpPJZUB\r\nR+gXs20wIAmqynm/3mAlClsyMfL8tkCrb5CzWxDL0FWq6KQz0COkKfepV2er\r\nhoBJr+FGkldQ++Gj45fWRaz480iV8h3YGMcHLmibDgSKPOivZLo8dOtU3A4m\r\nrM14S+GHRSRkUVYBrd4hXhEjHVRowocBDWcgS9z6iYL/MW/3gY0asIthP3zL\r\nFHwjjqLM8uMJRNH+riQvSPZ3+4vukoR5iCkjplxh7GS6Da/lncgXCXfARCQL\r\n5/0KO7oGR4GUu21qY3QQKF2+ufPQ1IvHJPKHmm/3QeoXfWcOe7R2Y0IigCuR\r\ny9f3rwF6+EsLKh510W6CzFDnBeiAnRyEXwfNmwsjhonvssVoYmocg4v0W1zb\r\nByASlPIfoQmayDDOMs4s+1LlNFbUtvnwal3ih0uTHiE5zEmv4yVFx15Zmu6O\r\ni7C1ZrtKctomLrLiIK4BLFr11UIUfTP6RV4=\r\n=Immq\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9528eb53161e3c61b91fac676212feb107e97ef8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.14","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.14_1682442855167_0.07140237452407994","host":"s3://npm-registry-packages"}},"0.29.0-rc.15":{"name":"fundamental-styles","version":"0.29.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4e12661f592c670e08c31a69a3ac35acbd6f5873","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.15.tgz","fileCount":368,"integrity":"sha512-T49JJqArJBUtV19GcGPIII3UwfSiZfELkshhV/aMnYatBBxMWOi5AuiuREanXdquT6akiuiOKka7qlAiMfMoFQ==","signatures":[{"sig":"MEUCIFDysXEz7N4xIYBvorKbvWP1dQSHdA5ZSy3AI0jxsCM/AiEAjOwE180g4LKTABcQC279KvGBFWWRFB0VcT98NDAPccE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6931565,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSNI8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmruBA/+Kj7QNGuhRz/17w7FXtMi/6uIFFEwy0Y7q0SXlkA16XUgy/ZH\r\nTBRhS84a5sABxZ7idwp05GXZTpD/+lbY4vLnvaP6WqSBmIkldw8NCFR4n2/m\r\nt07Ag7XjlCJqdBMEb+809WVGTVNgahHb4MzGSBYL2Ss9/0P/ZfzJUTGyqK7K\r\nimiMvSRVK6VkNtzFkiD45MvCbhSKNucPkEToxKPNyX5mHPy53ueJb7S/3cjm\r\nl/Nl4bUyr+uEcYIoT4/xXcZKPGtHWgs8nNvZoadKZ39Ste8lyA6Qe38xg3xB\r\nKqCij3k19bXZu4//wrFQvgou+jj7UUHH2Dw/28ZLFTwyyiHW16f+HToTd44P\r\n+mMPfTt7Qt6taaw3SRoSDXaYg3BJuu4vHTBde+8oC1SXYQEMLJFZCkrievVK\r\n1z6eyY2NKFm9n5wxX3YDUD3/7B+wRAhfwivNg9Yb41Sx5wyyek/Q7hbbBgZM\r\nkBAYnd8aj3zKlNB7C1gmNMOWlviMSET0Gj5nQPERltH3jWVLwG++hAW+Fx8F\r\nU+P9xo1oi3cEOqxOe4Fa3fa+FaMAAlxG/A5wYkriqOECb6WHfPPcmUhlax3o\r\n693xo6ZJch51LI8Xl7IPemqacLd7H0y5frMXfvmBuaGDoxwWLk3j2nUwp2lS\r\nSn/LT2BEy8hXxewakYmFa3dvF2tK7sCH8pU=\r\n=W56X\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"771096cd26eb264e778fa617f97e4a87f96ed6cb","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.15","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.15_1682494012342_0.7219641732545519","host":"s3://npm-registry-packages"}},"0.29.0-rc.16":{"name":"fundamental-styles","version":"0.29.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"25bdc07b47c45a79d469812bb53125a3589fae24","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.16.tgz","fileCount":368,"integrity":"sha512-Lq6dYXNenesiWPpGbSOCv0Eh8QlYNknlJ9SLfDMrkv9WPG7vRo7xedSJQzTxFt1chBQ7wIQSCEn/aZB1OLSWwQ==","signatures":[{"sig":"MEUCIQCLSl4lFkfks48qyk2QWl6wr5Y+iox9bYr1J+De2lwzWwIgfdX4YH/yX5wN7P9l0HoBltF2w1MDlMs5U4fuG05MkDI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7626721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSVpYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoT5w/+PoTAFa+mRkShfWneK0B/iNkpbPoWvT+os8hdYn4cS9o4gTZc\r\nQ0ciaeEQpdtYSMZ7dvqYCLo7bO10G+7xFI3DsFJ/TjvmYj4zkzwsptwpN0AD\r\npeM4bn7kBhMNvcc9in3A+djzNpl+wXHIGHRZQoeSdXjRrpKqCOw0d39wFY4P\r\nZLhtXsAL/XAtYM7vST4ArXDslzrsIzNI6X05esm4gjEasq7pp9qHILY/iKYE\r\nGES9CJmWX2rppv5F6XpeAtVC6u6gh7HSP8z2lnNeQezxHxUcz5WkdXpToFsa\r\n1eDjPr1r47xoABeinkkGEszvJHi6RsceOjCht+p2KXaMzgND7WRYy/YDvBt7\r\nMAdvSLIwA8YFps7xmVZQh4/uepG7iSgNBlnNdMvlN50p/GxvJS0hDw+I5KQK\r\neE8Kt3KUUWrl7X1uFuudC/01fAgLz95Oi5WVyeC+1P/6fBKNMIazoPmvmBVt\r\ngF46/r9MA8dSUABPjnNCiz0HtpHhWjYEtFdQbwoeh1LBBL3PhRsfIDm1IXXh\r\nUqEoCZ4mdm3z1hzGCF2POhjlcKTuOhv8yUpWGMdjMMXXj8bZu8a6U+u7CRMp\r\n8OQndgN8Kkw2KWucpx8wv0Xs8/mGvaM4ywNWB0deAITISvC14+45NMob9/mi\r\n5zgKg68CRL+brDAlgEfwdfy/u1j0V4yj1b4=\r\n=nSdX\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e94d31b6c069bce519031ceb75eec7280173bd52","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.16","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.16_1682528856138_0.10856414129958836","host":"s3://npm-registry-packages"}},"0.29.0-rc.17":{"name":"fundamental-styles","version":"0.29.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"03dfbd9a5eeea7cb8a2897eb5770e14a83fee5b5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.17.tgz","fileCount":368,"integrity":"sha512-4SffUbmZscdZNznUbODFMMOj1svNTgzRKZB/0WmFhYM5KioqvKyyYrmrzX6x5tcYgp3UT7rljFiF/zBXR1KFtA==","signatures":[{"sig":"MEUCIAtZZsTzOS41i78NehaHssv2e9v/y/DbZvwSymCDabtVAiEA0eqjy27lMy5sFWlFXCL3JaD30/gWqGCui+0xHc/fVZM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7670191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSWtPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq1dhAAnUemUI+7KpJVIew4+877PrZlIb5lC78OV0+c04iAYMNN1+5C\r\nTbb1yNnJjG5qe9hf7KenglFsJkiLEa+SpOLmX8ujMj/SplRgsa6oVfGlbwjF\r\nbRHv9MQ6orRvcOyRtsi6CEfp4WkXXf57BDzLiq78R8ngvi4ekrvooXHT1QB+\r\nP0RaXbixpaL5wN34eNRFdDKFIZ7qOpcaqNSOuXMGgE+/D3LxbI4aMmOe2KsW\r\nwGdXFmUWyGUPSZ1XG7Ko34noXH0P52Ld9d770hxPtxVDjXUnY6HddbhaDfGq\r\nG6pX7NlBRbzxiLhU7WYUyaYqPydfGL+SvpOF3DccjXlqkfq651NV6e2lMHed\r\nfCIojSMiTqKd+s9N+EQFmD5KxCjJ885rgCbdNNpZ0NMwqoysCT7FT3iliFlg\r\nW5rYcpCUbpvn6d7elbvd4ejkuPxr9t7v7JwJxSIXpUEoQN/gpKQE19QMKI5g\r\niBKHnb60fJNbPm0iBtUdh4d2VQYhPh/dcCCx8TbR8gPDtnX+lUbCcscrZige\r\nbHIOaA7s0BDC0iK3aS2Ns0IEFIOYCnMgDiavlyGhE7MMZNYFOd3D5TiVCBzZ\r\nwobv/NHHgaVFQDbYFN73ZM/yNPIe22j476a0IcoZ0UbuS+VUzQ8txsbb601i\r\na+N3TcN1P7PuhC/K3kPPnixhkgof0BArv10=\r\n=V6VO\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ff5c5b367b3e9f3f57b21a63c8f675bd4d40f8ef","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.17","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.17_1682533199549_0.10016850652122722","host":"s3://npm-registry-packages"}},"0.29.0-rc.18":{"name":"fundamental-styles","version":"0.29.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0be5f92facb4e7b1dfc04ea2d2e5372f3c3e257c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.18.tgz","fileCount":368,"integrity":"sha512-4h9aTDk0UIcf6Q92M9G7zs7KPoI5lmhBf150QBEwpY/2RB4FK4eVziztvKCDQXE2kdwQiErDe7zodZJ4R8UzWg==","signatures":[{"sig":"MEQCIFbfSoBvITvEXn8HVbiqoxqBWJxq5kH6iIvMPkCXa8wZAiAHWbcAEMXQ8VuNeWvqWngKUXNq0/HyfGjk9wF/yca6xw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7670337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSY9iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrA6BAAopjVB02KFhJJcVTyl4OFYFtT+lSin3yqLyFSMxfUCGf4FNiO\r\nCNgCNHXGoWeOesV4OsA7CjR39hrkc2f9T0swW1t/1oOfmAtei3V0DMi3P6GG\r\nIq9WhGROkVjpX5YJ1/lib//cUq6OUM1it4N1SecfLajYT/ZwxB4WB9GmZtRp\r\nx1oEAdei8LMph0JUTp8Ncg+tTKkJWmcyKPXes64iowlfYavmWu6dH7RRbyja\r\neAJiEggrdWujsZszHC5sl9w37FkHItUZlYTclumevh1fIC6CJgnRE7I3QKC9\r\nvQ5LMbRT2DzbMi6/gtkez0KFs0S7cytvrb2/8KfGiFujiW0cPO+zVjMVH7ge\r\ne16izNzrSi1mhxm/RiXHkpzrbAEJiXi5l0L9rwi8EMZAkLbGUByaj4ZBVcfA\r\nTTo0/6DdLy2Djw7QZAtKqk0I1sR31/XCn5SrgAodd/LTrdmOQdN3ID0Z0VGs\r\nE7jKJ3zYjZlZKbDktJVe0rs+H1Q6f9CQzz05T8r0CYecxedWMx87CZ1I+2gz\r\nGTxaxowkJl8vajjmuwiOrN6hrb7jLRJz0EwOOMgCTOPAQnowkraEowT105sa\r\ntJz9g9aEcntvYZEu/apnxQWg4aXpQY/7BnFP04IyqZy50ekyDiBqYY6tZLho\r\nxYdC4DZz93akB5lbFxNnV4jZ2E8jRmrvXf0=\r\n=NQyR\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c5933e5209e42d879627c1039be6ce8055ad0091","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.18","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.18_1682542434406_0.8113631135473551","host":"s3://npm-registry-packages"}},"0.29.0-rc.19":{"name":"fundamental-styles","version":"0.29.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"693b3c04941a6960369429d2d1aef779a96cbccb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.19.tgz","fileCount":368,"integrity":"sha512-FE9MOa21lHk89BQXkFT6qrRKfNd7bcpgMwfECV/xmeN/FcEFxmY6JnYUwdsTiEIMC9q55mpmizEpzISIjagfmA==","signatures":[{"sig":"MEUCIQCSOJCZ2I31ah+rsIJexyENgkusMIymp8mLG7E5jWNAagIgUt/0cCusNHcOmcSYUmCmmWQgDK/PDeOOBOz7iVqaMC4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7670113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSnQsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpX7A//fRu/k1si8wKRMtmiGj6+5++iSXZiOfVRjXrHt+I1+NvlOouG\r\nIp3L08wKYofLHO0ZX9Ml2Z/MXIuixZ1Sw1aoKAO8n8bvRshFNYd/r+kfd2Be\r\nScmfQL+EskR2IyI8A7O8pFp50ZEbR5LcrG9lNpzh5AZInRyJNQNJ35tsachB\r\nvb0Q2vcRVKfUopD4RK2jcmi2jdAx7k8c4l5Wpv0IHnID6NOFw4eCT1BZIYQp\r\nKi6TdJCFGkHECtbV8JLNjokBm/HH5yXQld4Ka/awdkSqrXplQ05V8OjvvOI5\r\nlv0Gphp5dBwvfBUcZmBIBxm9fxci+vJVxSTTYrr8Xqf227q0A2PxxB452Ev5\r\nbZf0b4kVYEmxP7hC0ywG/wU69iOMV6Zy3Ux4HwJmghh/QNbgJFUiBvx1vhlO\r\njlfy7RijchK/te9gYAB9a9mHJAaJd8f/am5nwSmlaA9l/U3LKSa5ZtEuqc8o\r\nuRbMs9wxjyrPf0gT5SAFIO4DWGNg2DY+yYUfRHGuP05VdAwdiDz8vMpK7qmT\r\nmhmVu3p3vNqCdSjFsPmIl6QnSUP+c9k/SX32R+dyW+I/UbNZaizLvotCk2s/\r\nkdHQU8mzUOvZC3ahLOG41b6M+3eDyFQOriTGApMovqgdQMXYLgUfwQmcqOLV\r\nLGLEwcFhUYbUI7un+Pr0Gcgcg6QwR8FJr84=\r\n=6mUi\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bffc57fa67cc1bf5b495b5bc4cb9722c70379ec5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.19","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.19_1682601004060_0.2664988681411167","host":"s3://npm-registry-packages"}},"0.29.0-rc.20":{"name":"fundamental-styles","version":"0.29.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4900403e665f08424eea05954a4649042a7b84cf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.20.tgz","fileCount":368,"integrity":"sha512-lGs7M7oXeDk7iqHwmyDoghQKIO6X7edLG6Zam47ZOKI2TIcWIVlX57WQoVzAsL4Iv9F+G/5zULDChBILy5/PqA==","signatures":[{"sig":"MEUCIHaiCVU/czhDYnp/OWRNFNzvXxJ0mnTQ2Z/KwE5qyqZYAiEAwsANrD0tCj4wZ2sFz4Tp2Rcclm4duq6pixTE12IhEd8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7670113,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSpTkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqXLA/9FJREMNg5JyVRr35jsZQQWaGrBgd8rAtpBZwyen6L/FqX+FSy\r\nxXxoCysB+u+bZdFKLdWZlN6UIMmoyfAvAiPxS1X8/GpN5dmM2OVGGbrqvMVP\r\nEwtNkYp9YZVdObLCdUaZaS7s7FNBh0j5hJ2U0JTpNnc10DKp2MF4L2u1ra5x\r\nmbrvX8KgQfZmg/vLbwKLbWWynGbIRya7x3a8zWPMCkYmf24cA6ZA3qQc+ZLR\r\nmdVArRX1iESm4PMU1Ijt8PrZqpmgElx03l2Tffw4yvjQ+e0rUUBGAXevfMT5\r\nevlNnimcVDe3yebAR1FabEuOuc/7W7gS7zVjtdGrZiMeKbHFYFmj9hJSezW1\r\nARBLXjkgAxXFnXoIeOqMP1DhHqc5pfAIWQqL2bBJLu2PMuFLGpRb8QIS9pjZ\r\nTx7Y5FitkXPJt0q6XXe7+R/HJ8MN8HWBRqbmDttixWRpyvZmeEVnhNH9KlPs\r\n8FUPt+4fNOm2xQnQ3kR6kwtvf7vYYRQkdcmX4cJtEkcbsYhUuZyNG4rsqxWB\r\nJRHzkKLjaomIRaj3W1qM4FUvbk9IFLobyJg4amXYH6BIkb4zJb8yD4ygytxf\r\n4HpgW3m3qT0P3LRc8g04PTMGSQXJydx3rvEJC5Z5vOthpGoKbE0+9e7ZYiOH\r\nzcuj/jFNPLyWWQEm1x72LrPRnSOvfc8PwM0=\r\n=UyAG\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"150a197069a9166c731e1d555f8ed05457844ec8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.20","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.20_1682609380536_0.2341023071428585","host":"s3://npm-registry-packages"}},"0.29.0-rc.21":{"name":"fundamental-styles","version":"0.29.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"88f3b17d48c817391b9eb86aec7f02ae9d36a323","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.21.tgz","fileCount":368,"integrity":"sha512-B9lGIjQnQkKf1A8Xqrd4S8xBdgSv0pKaE2SqjEcfuZAxemKYV/mmAvbrvx7kMIwX+HLqnmEhRb1YKVHq3nwENA==","signatures":[{"sig":"MEUCIEPfWJIpA20WedBxIR69e3z5sBK0ipXHqYtdNeecLmM3AiEAsRq6dmCDYEBDzfoQrdeOVe/Uv7p9hSvJ607O+/YE2xU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7670193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkT/BKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqucBAAmRr6Bbw1S9qrKxXlq8/bhcW/cuyzDYb1633uk+/+qhkmOEjw\r\ndMfgKKvOSc7HG37UtwXOuGrvheWs9lk52RYDkMxTvHx4qfzEWbMj82UajWQM\r\ndFxf8NBbzZpqB4RBtH5yyPznlN19Y8l/fK5ElrEaaAtHDN7hDHIa0rRWW7pK\r\njCZsRRBzTeaQ0kZqsG5R7nWxTnE5cyb1fEr/XWAOUOJrFTuTBPaxv1/UBbFq\r\n82sOBTb7A066A6OTVKiAKAKr2wjVv3jaBq3LURoeE8nPJluXCrTGKNHOGsst\r\nKjcy7QuIFuWZdszkBlDxeWMgnkcUHZifT7jLTT9/k0uMvnvizK7tbCEr8n1M\r\nuFvxXj7g9PbXSKQQN1iVylGe8K38kLuVimZkLFHOmqW8B9LkyaEBq26NVj+T\r\noanvZH2idIAoY/QAaMXO5hVtTFFGDkwWIaCiyazMQGHlyrahxo0+2jGg3FNe\r\nVjY1KFf9u9c+RiJamjsl/ZNyUzAlnHGXsuq70kjfE3v/PK7EirE1isJtxe36\r\nmnfoixBXlPe9NNaO64LSsgRqkehdTHYppcor7PYa8OaklnAeQIX/N0iatsn/\r\nNmNg8ba+0xUFoI+O1YbpcYn7XVuy07lXmMbqlzfLwSSvjih4AI/8HQw4OLXB\r\nVeo46ywaN8QIspcu4tR5aeOfFK9g6LI1niY=\r\n=1e+A\r\n-----END PGP SIGNATURE-----\r\n"},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cca9d8b3b7b8761e41377df9f9b389f88082a1ab","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.21","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.21_1682960458578_0.9457719707481951","host":"s3://npm-registry-packages"}},"0.29.0-rc.22":{"name":"fundamental-styles","version":"0.29.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2b3ec2e70c2b91371e2e72530ff9626228375247","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.22.tgz","fileCount":368,"integrity":"sha512-SoicXGGHim0xZUkK0jl1kqHkbMhLZC7dOz3Ls3rjgnl4NcgYix/txrGJKkDqdKNEyAdn+6Nt4IFkRQstjzMIpQ==","signatures":[{"sig":"MEYCIQC7dPmyoFnvPiSALMnjjaA9JycG7VfDlot/QNG6heAQaAIhAO00UklJVIPTwEJs+ZcVhK6WXFGFdsBhx2PTFTbOClsK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7673313},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"85793294cdb83aecce30c67555969aae0b7d683b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.22","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.22_1683297266171_0.20291107047131818","host":"s3://npm-registry-packages"}},"0.29.0-rc.23":{"name":"fundamental-styles","version":"0.29.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fd6d70a2449b43bb517f2286703db8110db3329d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.23.tgz","fileCount":368,"integrity":"sha512-OiLkEY9J/Vv2oF5HqEq7Jg40iUv6R+SBWeCZrMFPOnMJ/ELuEylVmHeOj2n7Eq9ikNgx6sg0b/X+0F9RuTIbog==","signatures":[{"sig":"MEUCIQCW97Q/0ybofautKG8Y/xUF5IKOAI85bHiOacni5O2lyAIgLke/gEVtVwNlxXM1VyPg+GIcAcO26ZurgEkqzWAVYvs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7673313},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"646cda4cbe0bf8c545acfa23fcd9e6964430d1cb","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.23","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.23_1683504803886_0.7012302762203968","host":"s3://npm-registry-packages"}},"0.29.0-rc.24":{"name":"fundamental-styles","version":"0.29.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"deb97915a99379cb57ce68e3322b23ac9ab7ad87","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.24.tgz","fileCount":368,"integrity":"sha512-JhlmMsifK34iIBMOf0ZuNIINcSbfGlGEeuhgCA5cOjli5Nwyh9ovKbrPDeECE0a9VYC/BVtyu3vQ17gwinnwHA==","signatures":[{"sig":"MEQCIEwoiMAhxHQdGTXGuq9X7LB17gFvvu32VpXbxrkNebhqAiAcA0HIwmYXqcc5CmI1akX3H0jB1ChM5K3XKBjEBIIM5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7673313},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"121f946aefc7ecad2afcbbd03ae7f7f4d63d252f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.24","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.24_1683544274462_0.08450041142862319","host":"s3://npm-registry-packages"}},"0.29.0-rc.25":{"name":"fundamental-styles","version":"0.29.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f7e13bd10754b8cc80c50f87a6f2710b27b0e847","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.25.tgz","fileCount":368,"integrity":"sha512-wuN9/6imVmGaKHirEvDcMBROkEZuDVL4uVJ+B8iOlkUhJ0Af1GmjFkfwkXba0lR1wHYeufI+vT0ICD0IXGZE9w==","signatures":[{"sig":"MEYCIQDUN4anwrJhua8XkXcfZ6cHk66Rd0c2ucNmva6CHLbpaQIhALjN+zonlH0x6cLUwtdDd3+9Mzm6xVw1fC3DzbgE3NLv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7673313},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"538e910a154d9865b60e8592a2f6ea4639bafe19","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.25","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.25_1683544856618_0.6108278452898794","host":"s3://npm-registry-packages"}},"0.29.0-rc.26":{"name":"fundamental-styles","version":"0.29.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"587a49dc9a30b6e199f6378bde0ade8386f80d4b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.26.tgz","fileCount":368,"integrity":"sha512-3bcbf+Z4nEiFV6ecGZlsMlR/7uwApijK6ZPKSeWbJCmaVlEVrr1OmK8AY5iofCFhSAKlfK6L4Gr/9rTR3H1JFA==","signatures":[{"sig":"MEYCIQDewS9m4E/S6m4+B9L0AM5LMdUiN3CAevRXG+IOhxqGVAIhAMqjT1Ysyb7hpz24yws5pwIvIq8/OCNi6OABXfWPxbe2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7673313},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ada1ff829142dc600f64fba99b816677ec0a4002","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.26","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.26_1683557740039_0.46493691140349114","host":"s3://npm-registry-packages"}},"0.29.0-rc.27":{"name":"fundamental-styles","version":"0.29.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"33727ce57730d0b0e62aec49ca8c5c341a0a8478","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.27.tgz","fileCount":368,"integrity":"sha512-RpAwXpsHI+DAvwiXPR8ZExA6E8Magb/KXflotyIAdJdPnzeAsM6jhN0h9NjGqQwaJ/bJSlbOOE7KBDp9/osC/Q==","signatures":[{"sig":"MEQCIAJK9fBEgefPVaHp0a3EvV0+qG4mquzf7vwlqOvodNIqAiAnnqKptwfj6o0XqeYcu5aa6bsT0oLwyXI6a0fJ0H+eVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7768601},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"36920e5828eb955bb3415682b11c7e1ade58a6df","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.27","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.27_1683566640460_0.3147877812048063","host":"s3://npm-registry-packages"}},"0.29.0-rc.28":{"name":"fundamental-styles","version":"0.29.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ade34a937a195e5620be2da16386629bbb58ba5f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.28.tgz","fileCount":368,"integrity":"sha512-/sNSyMELrVpIZgWxQlQL+PlhZSkmMvv+UqO7+azg2qf3LlAGSKSdf+jZTlI8QQTnRlVotaTLwCZiui1VXDkvyA==","signatures":[{"sig":"MEQCID3gJv4j5vm8qEsoOxlGOzRPGGmQZlYnj4DFM6LSD4jnAiAEMnsm0v3toxJWg6OZKZx+MgJcnB3bbOcCr5eL56UJpg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7770325},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f977b4a99d9013d9099583bae29fbd4cbdfcb3d0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.28","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.28_1683726116665_0.06298181378477485","host":"s3://npm-registry-packages"}},"0.29.0-rc.29":{"name":"fundamental-styles","version":"0.29.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cdc720c34a0149bab94225207cbfc868e0dbf15a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.29.tgz","fileCount":368,"integrity":"sha512-SYRk1ij7/W1SCtyVc4VkDxIS80Cl9oOEiWC87XA5ewYaA9pm7URVdN/0nx4ZeLrmP/6tR618VCgLkhi0KvohtQ==","signatures":[{"sig":"MEQCIHvT0VYAcaEPZPSXk+kyH+TjK/sOKFrUs00CioG1Bfe9AiBIKahI8APNbbq2wuKlEnHfTfD8mAJr+GO5WcaiNcVXiw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7772031},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f24138855a6b0af87c36f87a10a0072a99d0c11a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.29","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.29_1683746882249_0.9960516058133739","host":"s3://npm-registry-packages"}},"0.29.0-rc.30":{"name":"fundamental-styles","version":"0.29.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d28e18f49553efe6fd7bcd3f5784d6b741da31cf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.30.tgz","fileCount":368,"integrity":"sha512-x7oyIR71BXDlKk3P8jQ+efCVFj/LGacQmFRgndz3n+SDsK8lkqViDPc5yb0QaNqmgiherrxKmlvTgHQkT3+V2g==","signatures":[{"sig":"MEUCIEqE6z4J+EHuOH6SsKHh6aYZYNdY+3Aft0hqK8BmIeT0AiEA6wC21zxuY1VSb0gnnmQiEej36UQyI/d3jSaRD04/Nqo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7772031},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ad1b68a6e19f913fbb97b24b273168aaf1426ec8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.30","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.30_1683820042949_0.5623375277625839","host":"s3://npm-registry-packages"}},"0.29.0-rc.31":{"name":"fundamental-styles","version":"0.29.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3e4e5eb4954e2f85c3f827cd6d1dafe6baf1176b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.31.tgz","fileCount":368,"integrity":"sha512-rLBuDl/a/D8eByxb6A/DDUkcMNr8E2Rc1tIk1f39ItX6eJp6vuxAr/brnkAEx5uM3ZOKI7fCnS3ytNapU91sqw==","signatures":[{"sig":"MEUCIGMRivB+0G7myj7hLftutAFNlW6ypZwVWFKYfqc0m0YXAiEAnwIJsPJLVK9Cuq+IZcSXFQZMkyblOi4ri0bwbNHhfM8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7785111},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"14de1744cb867f7a1b481faa8866a7ef13aa9277","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.31","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.31_1683920814081_0.9194071134401889","host":"s3://npm-registry-packages"}},"0.29.0-rc.32":{"name":"fundamental-styles","version":"0.29.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a797945405e38eaa49e4c107d26abcefdb5617a4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.32.tgz","fileCount":368,"integrity":"sha512-qd1cm14aNT3MS3LgcrOJkFVm5GBDjYonAcd6j4QXocbvEXmpG5qJm6+H1HwkZ88hAB7nCmIAYY2n1LO7gYEq0Q==","signatures":[{"sig":"MEYCIQDq3IgzzvopRfxtx2yR0fQWeS2SIN3b6eXY+pDMX8VGAAIhALKoXTuFsECOQ3acOdnvklWkZvkb3JJpBuazRJz9X3vu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7785111},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e6866cf4a584727e3be51d1161d2f03499faf0f1","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.32","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.32_1684083781919_0.004292960265773971","host":"s3://npm-registry-packages"}},"0.29.0-rc.33":{"name":"fundamental-styles","version":"0.29.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"38c6c0a1af0f4b402d6c4900c9c93cc557d66ff5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.33.tgz","fileCount":368,"integrity":"sha512-B6AtmhAPrd8N+Yqf5xwn97X+SxsM6R0a6iDTOKDmvVO/RYRgA/NtrBG2aSV2iyaJ8+qL6GN4qRTCveTVuEcIzg==","signatures":[{"sig":"MEQCIC61mKXvntlDnC1+8RQ15KFcEDBNUFVt2/AuHOFdGaQxAiA0XBQAnxf+buGv6eIatj7napahYvS/qBsOZ+wUM85ZlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7806909},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6194142733cc7eb798e1d23052d96f3e12dc3a33","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.33","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.33_1684253432153_0.4425539054713077","host":"s3://npm-registry-packages"}},"0.29.0-rc.34":{"name":"fundamental-styles","version":"0.29.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bbdcd34b1d724e59f3f50000688406d504c780c5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.34.tgz","fileCount":368,"integrity":"sha512-6URQL1Ek5M44+fjVYPNOkwJl8LaK6yixFGrsNXUrXeOM2Ur4R7wH/IU6yQrrEeS58ZFzZoE9Utia7IPS5qJ9OQ==","signatures":[{"sig":"MEYCIQDf9VbRyJAjfU2+mhd7wztt4xtIkz0oHpiLokt//Qs7IwIhAKb+oiFMSjsRuZIp8Hj3E0+akbRZL+8rtMLLd5Whkogy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7807665},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d0a56cb4abb257461388eac96429913b44f3a416","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.34","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.34_1684483364999_0.774184454872916","host":"s3://npm-registry-packages"}},"0.29.0-rc.35":{"name":"fundamental-styles","version":"0.29.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"23351d8fdea5bf796b25b8735ca15d31d82d5850","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.35.tgz","fileCount":368,"integrity":"sha512-amArceXYWAZbc9I9EgLpn2pnLb6ltY3vASGXeFZDvCuDp6gDf4MR+m/rOFtwwV53G8UsAN2NfuV1TOSzV3KLQQ==","signatures":[{"sig":"MEUCIAp1m6A5Rb6EczS0v4Zc7unk+1jfaSPjOo5rywFNwwSDAiEA2M1U/rII3BC8TCCAwa+d2WRMZh8+px6fkXr3JGCu630=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7807681},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0c5a4677ceea823d0e607a0b982c5ca8ab9cedfe","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.35","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.35_1684509323223_0.24066017513949767","host":"s3://npm-registry-packages"}},"0.29.0-rc.36":{"name":"fundamental-styles","version":"0.29.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2dd00266046b97beafd5d86337665bb9ac4f7d11","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.36.tgz","fileCount":368,"integrity":"sha512-tC7pb4w01fVm8a2HcHw+JOhocRz4viSbxQQ4yX3MT9WaH/krE/UfOzpZrLqlDeS/Hk3tXW8XI4D25MA9KlIcaQ==","signatures":[{"sig":"MEYCIQCDmSdDtjjRgB/Ugdj/bV9FYs+mGaKcZyUbrpo8W4n4fQIhAIMkC7K+m7qiDtt+lWfsc7yxZmQmj5QaJWscpGEJMMVm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7828803},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8fc9b6fd39ddb3062c6bfabf6b1735dd1e737fc1","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.36","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.36_1684891063687_0.3253882642608863","host":"s3://npm-registry-packages"}},"0.29.0-rc.37":{"name":"fundamental-styles","version":"0.29.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"00014724e1f1261f7a6308d620450c0b18057824","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.37.tgz","fileCount":368,"integrity":"sha512-2hdHAmXu/MzG6SA6KKf8e8hfLMjrPUUFrN6REqYWUI2OvPiAW2wgcxkZVM3zZbjbBYK9bUTZtBBgYI1FhNRouQ==","signatures":[{"sig":"MEQCIEIGdCt79ftnVVtEuRM3cbJCpFepYJ0foVJUhhB19YzgAiA3ibSOFMnRg0l3HNbvFCnNqmJdTczBStGw1NXw876JbQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7828867},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9d8357b5a9e646294f2fe197bf7a4358e74f7850","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.37","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.37_1684956804103_0.0659952462658635","host":"s3://npm-registry-packages"}},"0.29.0-rc.38":{"name":"fundamental-styles","version":"0.29.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d7a1a24d246220b675ce4b3d942023d52c3f5747","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.38.tgz","fileCount":368,"integrity":"sha512-WH1I0x608Q0ncgKghpj4PBrMTAjrUr0fyJC3Uw8s0rg/xjTqMBxH2OiZqPI3rjqp/APzStOdhriBk3VB7woj5Q==","signatures":[{"sig":"MEYCIQC1GCgNj464C4rGjfXMtNAuksnGUU6apTfK7jqwkkdcyAIhANjkRjPJm53lNj6/emYZO1h41sL5IC255ElpSryGp0Xb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7828867},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"431ae3a55c860b95824646544e6c4c845d031b94","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.38","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.38_1684957347972_0.44717442534826235","host":"s3://npm-registry-packages"}},"0.29.0-rc.39":{"name":"fundamental-styles","version":"0.29.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a8baa3f6e4e0523de87ad5e38202d85f67e3be0c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.39.tgz","fileCount":368,"integrity":"sha512-yit0mjjU/7KsfnCqM4iQWtc2DMqWCnHWMZl0pxrKTZd+SuybTgEl6cef9snzMvw2+y0lsMcUJin1MFoxtzu4fw==","signatures":[{"sig":"MEUCIQDDnVvqKzzdn4vcH8qld6IzQJVMVnLtDrj/n7p/bwYlugIgD7yy4gsaRobSQ+yDRSuQdjIbRSsqcZfSbCHshLaSgzM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7830495},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c07796e7239756988446f83ccaa7372c5df04225","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.39","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.39_1684963936655_0.23012880934884739","host":"s3://npm-registry-packages"}},"0.29.0-rc.40":{"name":"fundamental-styles","version":"0.29.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3f2d269a62cdb262ebd2651b488f42e03d89e302","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.40.tgz","fileCount":368,"integrity":"sha512-2wqbbgUKfvutX8al6s9sVaMZLVQPdE/7lTX2it/09xSyAsHFw0HIjRoU8m+hbqB2FZLTyEw9olIf16aYQxepLg==","signatures":[{"sig":"MEUCIQDQw+lbgAHx71xBqvtAdXwwm8iI6GbaO8QOvDlHt7FdpwIgdcelFpcY+4gPfgDCay4FNu+fj12y1nNxsI0xNViJxms=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7885053},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0e96d75b6d7c5485d6114bddd457c05f81377882","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.40","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.40_1685023078960_0.6052239114437907","host":"s3://npm-registry-packages"}},"0.29.0-rc.41":{"name":"fundamental-styles","version":"0.29.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a882bf7d23fff1ac93b7d79051edcd2b0e3a19bd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.41.tgz","fileCount":368,"integrity":"sha512-9pCs7fNYG9l4Z2AJpu4ccxrGyT7Q9Z8+d5uuAICnjsN12qsloK9r49LzOsseL+psEkQfohcbInOzevUa7+VOzA==","signatures":[{"sig":"MEUCIBqgi5K54o8eIm6jkaN9BPyq7hVmqzHxa0LKDHkXM1dIAiEA4Q+bjXcsqteTXeXkXOr72OfSwd8Km0zvTzObYgoz1y4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7886641},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"262a747fb25934d0b493dc396e260daab7d95fda","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.41","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.41_1685572017574_0.6229856140546159","host":"s3://npm-registry-packages"}},"0.29.0-rc.42":{"name":"fundamental-styles","version":"0.29.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"721728f9df9124d3c8d2a7f285fcaef1423a1bbc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.42.tgz","fileCount":368,"integrity":"sha512-/ZiCUCMYRdvPuk6/PIIuH7gEsH9ZmHHEjelg9QR+nyZILlAedQR4E/91dyHvU8zrUycf6WCBb91+LSugRbvZgg==","signatures":[{"sig":"MEUCIQC4aigwmnYK3KM2dgQVBDL+M68gDIbORl/huTNzq9mU7wIgXvCz/lCValzN23mD8TbbPoIZc3enTHNNBL02n92spA8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7899065},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cb8daa691d128bbc035595d5c3c1a57dd3084029","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.42","@sap-theming/theming-base-content":"^11.3.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.42_1685717975081_0.05183476645402618","host":"s3://npm-registry-packages"}},"0.29.0-rc.43":{"name":"fundamental-styles","version":"0.29.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"49a5c54a5287b06c084d47a6ab88e75b9208eadc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.43.tgz","fileCount":368,"integrity":"sha512-25/Cxff4ciFAJvkebv1EK0TNmg+aDgwPB/DgIOYHtxanIK4PdYqgnU79jvd1/CnKbok8WwhUYELtJDPGxARquQ==","signatures":[{"sig":"MEUCIQCYMvGtNl0LPEjsKVxS4PjA7xu69+BL2kn/OMtbczQmHAIgAl+vZwwhjAtizZNo6K9Izu53hlTQopVjrFlTofqjv/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7899065},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0009d5eda53f3426444d57d7f48b2158016da996","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.43","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.43_1685719370684_0.8163207514183468","host":"s3://npm-registry-packages"}},"0.29.0-rc.44":{"name":"fundamental-styles","version":"0.29.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"937b26596b20d0f35a742202efbd0f164bc496ff","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0-rc.44.tgz","fileCount":368,"integrity":"sha512-1Kjc2ENNlvgCo7qOTIALaYbXeM3yN07zTWAEPMaYY2X0o08ggJGREwRoAwZEIKFy0/bL12H+BzBrboc4wfJllw==","signatures":[{"sig":"MEQCIBhKpE0UwMO+hXkNj8avXaTPKydcq2S1AoXKMAyr4d5uAiB2OnywzCHw1J20feW6qFX+sUpF/SjDXgGDGT5l6gXojw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7911629},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d819ff57c323b082513b4631197ab40dac536ce8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.0-rc.44","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0-rc.44_1685721673322_0.5194157216787534","host":"s3://npm-registry-packages"}},"0.29.0":{"name":"fundamental-styles","version":"0.29.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"beb47eadffffccaf91e59b8c076635f80f0f6a87","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.0.tgz","fileCount":368,"integrity":"sha512-kuhHMf+Zby/0QrvgFN3zYLK/fwOt6quNpWMrJHLnQxO0lGnMen5irkechjuXPwG9lUF5OSEx7KlJ/MiX4HgPDw==","signatures":[{"sig":"MEUCIQDlhhFMqO0gTONtP4d7mJ/8pOol5D3IY7lxHattfw2sxQIgMpf81iz5Bl9loYi26W1wYb0P1e3JVyv9sn8mKPEZU3E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7910177},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"10fc356b2820b9c10409469a2a7c22330d5abdb6","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.29.0","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.0_1685722938705_0.37655423884608274","host":"s3://npm-registry-packages"}},"0.29.1-rc.0":{"name":"fundamental-styles","version":"0.29.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0333c57d13ccd4a7e89e51ac129aed73f4087cea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.1-rc.0.tgz","fileCount":368,"integrity":"sha512-NwCthUdkaFGa3c3D2U1H0FJTcfZSGksM4W0SvrYWj/FymYol1zuSL0aeSNrHHrq6aeNvzffTr1adET6KtXSE1g==","signatures":[{"sig":"MEUCIQCLxJpH6C0TYcfbtYFQAaXLx7rEJBxO90x0y/+PitswzAIgAzJDcHfm1DOs28DLhGlQwbnw2EG3/22Wy/Wk5IM83VM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7911387},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"939e548d189619b3aa9d62c63af8d7cde518abf9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.1-rc.0","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.1-rc.0_1685736076423_0.5768952517754606","host":"s3://npm-registry-packages"}},"0.29.1-rc.1":{"name":"fundamental-styles","version":"0.29.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1cec0e446a4673cad97576d1091586eaa6398d4b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.1-rc.1.tgz","fileCount":368,"integrity":"sha512-sEZY3w6rd3dv0qL3OVPP5UcngNfpC1ZvGFtMlLXQ/EldWTDKPfuILpM3utEPst1dX0w9462VjJRdHhFBzkm+CQ==","signatures":[{"sig":"MEUCICQEbNKrIHprWdPEp9X1hrmM2ey/Dk63z9m4hkQxK09OAiEA3ehMMgx2ZgjPRh6PT5bkj4TPqMl5HsGRQDj5PaILmQg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7911387},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"71ff67232f4db274101423d60fa3f7de772200d3","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.1-rc.1","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.1-rc.1_1685997787343_0.8033088497869265","host":"s3://npm-registry-packages"}},"0.29.1":{"name":"fundamental-styles","version":"0.29.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"566b823fd492c52a417d983d8b0e8525a600b47b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.1.tgz","fileCount":368,"integrity":"sha512-yCEo55rEw7ZFg/keE9w2bjSzjH47OIy0LuFgyLxIbPIugs2TpIuCiCUdbvO8FUxTgWzCbYAjEOLUnM33e4EYgg==","signatures":[{"sig":"MEUCIDRx9yvA00p9gVa+pagasB4IiXtp4G14PMophjARyuSyAiEAh2jGYH8V5/oJG5DjYHBi2PDTIbGuMHAizUXy7GCMzBs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7910177},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"003324cc71cc9ddd612c0011a659a4a538cba3f2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.29.1","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.1_1686234763564_0.7100313393472237","host":"s3://npm-registry-packages"}},"0.29.2-rc.0":{"name":"fundamental-styles","version":"0.29.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cf4c691735a8c2ab4ed5bae115a2bdb1f624cbaa","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.2-rc.0.tgz","fileCount":368,"integrity":"sha512-8GaVDpIRFz0A0rr9Ou1+QIrtcKRgJEnl0SThIQq/RlNu25d9r+n3YjKJwkGP5p1ZIxizeSj2LCklhPkCX5iSdw==","signatures":[{"sig":"MEUCIQCVFsxm3/Aw9x0IKdMaE9bSa98hOvt+VOjW2WeAyVyhHgIgeE2bGukboohUl0uf2o3DydiIHNf59F9GIe2SNY+3ly0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7911387},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6221578a8d115e77da9dfa57465e6e4575c1caf0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.2-rc.0","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.2-rc.0_1686665514918_0.9499670828022422","host":"s3://npm-registry-packages"}},"0.30.0-rc.0":{"name":"fundamental-styles","version":"0.30.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a6d02084207149f34b9c21b8de9f1fe2093e18ae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.0.tgz","fileCount":368,"integrity":"sha512-CfSEsfFXkVcbEtwnz06c7IJsC+XEcePdQEGK1kz0Wgp9G7v8VK9Wo6GHAsgS4TkSAJaXbp9YEOTzZ2AhHBW7lg==","signatures":[{"sig":"MEUCIQDFTqtk3eWuoZUKmKy95RKVT5cnQUc0ObyCQtFiuPghRQIgbAUtm2weSfGvCYuLFHi2ml4sByWaMUM8euKE/7cF0m8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7912311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d9c0337e4ab344c23af03cda693a30f88e2b1d33","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.0","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.0_1686938917498_0.7056473234485026","host":"s3://npm-registry-packages"}},"0.30.0-rc.1":{"name":"fundamental-styles","version":"0.30.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2f07b076f50973ebd74417c030ba273ad3d64b82","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.1.tgz","fileCount":368,"integrity":"sha512-Jvh6XYiCyoIu6dztIJd0ndfZ2ySYQg3S+5N649tP5G95Da7dBpg+1wYN/69h/zP/Aq2UuF5O+Ze7o+mWv1qOJw==","signatures":[{"sig":"MEUCIFvrLt+zT+QJyg7mR59vGeA7Xysi21l3jUv3xmW5XnoPAiEAlAUVrvj+Z32BaAiVay+T1riO+bg7naK9fBXOmMhptD0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7909471},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d006c464d5a61fadbe666a41b74faec466a4e6f8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.1","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.1_1686948159494_0.8294792158235371","host":"s3://npm-registry-packages"}},"0.30.0-rc.2":{"name":"fundamental-styles","version":"0.30.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"38a8b98afc5635d3c057499968e66afa07c80612","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.2.tgz","fileCount":368,"integrity":"sha512-KTR8gaRzSwYFXSCEX0bmUt7N9RT4nf/LMisWxkUr99mqLgBTCYkBrt0PO58xnG5qiDDc32J9xaQioZSNzrSJtg==","signatures":[{"sig":"MEUCIQCV32ILa1wYOjSfl5rxvYn0ef+PZF6GeRFAiCimo3KwiQIgZjKjeJ3w7XgCyuOGgSbMi5MfZ4Ebpu0RNroFIV33G8g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7909471},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"25bf6a533a741697ac8f0d587cdd1fe85a510784","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.2","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.2_1687093700628_0.5970089327180246","host":"s3://npm-registry-packages"}},"0.30.0-rc.3":{"name":"fundamental-styles","version":"0.30.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f5d350b0b93c4702500a39fd3cb89b89909a4e32","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.3.tgz","fileCount":368,"integrity":"sha512-KbbeZ+gzY/7LbZiLiRc1fPxUzyJIfmQiBbxaFntkMAx0pY0hrbBv5YKNod9FibaFeA/TmelPY6ULv5MFFfL2Jw==","signatures":[{"sig":"MEYCIQCV5kKvYf53f6l4nEN+py9+a4iLYBeKElgCNSxv6P+lJAIhAKh3VTcO6CuItrb0udoJFdxYmONQmfyHt7JUYyzLc/Ug","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7909759},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"85a699cd1760a54b401fde8f0693caf01385d7b1","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.3","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.3_1687185458314_0.6823328978924508","host":"s3://npm-registry-packages"}},"0.30.0-rc.4":{"name":"fundamental-styles","version":"0.30.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2588e39132008c4ad01d4b1e88111e66796cdecd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.4.tgz","fileCount":368,"integrity":"sha512-vdCn3/yx6vcUJ+82VM6caDCQc/aEr8PgeYAFYphZ2IlSccFtQK13jdL7c9KAOVYELeML40sInZ0KL0t+2ecTSA==","signatures":[{"sig":"MEYCIQCKDEEzMiNbarhwHOvfATGOsao0YaAQeNakctY2tIWQuQIhAKlVME8IVNh46CXmifjd0WB0PYEL6EjPWHUpVtYOQGCh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7909759},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a0c761007af3bd32808cb6821247feb5789ca241","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.4","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.4_1687186248705_0.6573614127723935","host":"s3://npm-registry-packages"}},"0.30.0-rc.5":{"name":"fundamental-styles","version":"0.30.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4f463837de36dd40c7a3931882d499af5678ab72","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.5.tgz","fileCount":368,"integrity":"sha512-nChjNSHvY3uZAUdZOx1t8jX6/4H5HYHdN3gnnos8LByNW2dCiqqY/E7Whx5Ki4egTin7OOVeohaNjU13Asn9vw==","signatures":[{"sig":"MEQCIA+LsOLhyWU4F2FSjRFi/rA5993TFhs71BDogXp2nvyUAiBVIv3apKV89tvNdDWqI1pQaBsUuT2l3TzI/M1MHDpZeg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7909759},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"61eba624881f7c1afcbea9b1ac47d7351bc13a02","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.5","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.5_1687188853391_0.15896766900421166","host":"s3://npm-registry-packages"}},"0.30.0-rc.6":{"name":"fundamental-styles","version":"0.30.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aeb680021a5f2af534dafa9330d5e953f0c4cee3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.6.tgz","fileCount":368,"integrity":"sha512-2C6euu5MHt2Z8FVKxAEiP07KL9eH/zhlkkP4BrJcIgQ15EsFgnCHb6Ccei45cSvdmmW+YgejOF4VqnaLf+BUwA==","signatures":[{"sig":"MEUCIAqLmW9/oyMJlSciLTZ7+0hPLQN3t7iP2SW9qiyN+I1ZAiEAwOqBaeWFI4zX+lAYMWWOtic1unqalYDHcdZ3cHlekxo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8013293},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1df6652e33f9ffafb273540d7827df073dbb503f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.6","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.6_1687199315597_0.7337187011842785","host":"s3://npm-registry-packages"}},"0.29.2":{"name":"fundamental-styles","version":"0.29.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8e977e978f373561cbb5230b232924b03a755779","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.2.tgz","fileCount":368,"integrity":"sha512-4igKhWhI18QtUNVOa21V6o66p8TMY6wX/48Fl0LXouADMIf3HeUroP2fFaWAiA5qLF6xcNID8jmi8SR5wttlHw==","signatures":[{"sig":"MEUCIQCRxuS7U4ez6YwAZa8KoP+8bDxNkayMBZ4q5ifdjcNj0AIgMKLJsXbibF5oA4ryMllLwGJCl5wZ+pc8CMt/jY8QEAI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7897097},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"dfb4a2742320ea8086f2d85f4ca5ae8bb79c8180","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.29.2","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.2_1687200803578_0.2613782221276957","host":"s3://npm-registry-packages"}},"0.29.3":{"name":"fundamental-styles","version":"0.29.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f1413b5c70555e587d4077ea05fe30dd91002dee","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.3.tgz","fileCount":368,"integrity":"sha512-9tCn/lzqKGsMzIf5EIS19VTtjM6J991X02kOxkW6bD4SSKq/SE1kwcnML/ftLLS9xNoH+Tp6Un7/qEd65bn54Q==","signatures":[{"sig":"MEUCIQCBPRdEgtC5HqFo9SiMya3IVkdBEaEYpfAmZofEv1qUDAIgLKOrpO+pcidckLNwNij2MMy86a+GDMsNs+Gpi7GPN0s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7897097},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"75845b6ea88a7e318060c08a7c71ba0087c2170c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.29.3","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.3_1687201336597_0.5502434148237803","host":"s3://npm-registry-packages"}},"0.29.4":{"name":"fundamental-styles","version":"0.29.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.29.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"403ae7817c2ff59bc06699a9c483ed5554fa07cc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.29.4.tgz","fileCount":368,"integrity":"sha512-q/AVBDqcVXNkxRnXyofOd6r2FvwBGb5NR0Gq0AcJVyDTrTRbtZ1yMseW/4MZWAcLkejzP9Iw7a/DiCwFQRa1Jg==","signatures":[{"sig":"MEQCIFMSL0mxeTi3BCt+Orkudxl8hCYrpCahEXsooO71xvAbAiAHliCBKXw1MiukPBJbYezVTtYM04V2UId42FpvK9bXZg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7897097},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"047b45b8a90e1161c85e82019facc25574b3c84d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.29.4","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.29.4_1687255958748_0.7990133591971562","host":"s3://npm-registry-packages"}},"0.30.0-rc.7":{"name":"fundamental-styles","version":"0.30.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ff16c62c954796699e4288912f6ed11a3bd723a1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.7.tgz","fileCount":368,"integrity":"sha512-ClDVfBrsV2plDWDymUZyb+XCf++8RpWWrLLGI8KliSBVu7Fk4nqYyaZVcKtdLQ/LdrKH9n2jKRWtW3y4hYwJJg==","signatures":[{"sig":"MEQCIA5fZ2HpatnjB78jJmhDpxEeSu4hTNZnmZOGGa1EbrO1AiBWcIDzPny7IxjyUHgtkxnvMRiNVb0nTFZ+x/BVktvppg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7998389},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"fa8711f96e8c00c9b1958ca765d46153ef99403c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.7","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.7_1687283184979_0.4839748666763215","host":"s3://npm-registry-packages"}},"0.30.0-rc.8":{"name":"fundamental-styles","version":"0.30.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1fbdfd1af761eb395d709bb1347f3d1301254124","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.8.tgz","fileCount":368,"integrity":"sha512-Lh41FtBopsLIgcQIDhoCKkXkDm48q6TDj5eJYcOp5BE/glR8wSiUNRdg8ku+oQ1S4stGvndHKGgdyjB6I2BOSw==","signatures":[{"sig":"MEYCIQDCza3u6OHkqlQ8IvT0xIxEo6kMAh/gEOuWqHYZJRW32wIhANr4Y0zNrJ1peRamjyd2ndlKZzMdVmpyzYIUQ5n1/9Wx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7998389},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a780d0194676710fc7f567ecba8bcee600b38e91","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.8","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.8_1687283982095_0.32946295819250704","host":"s3://npm-registry-packages"}},"0.30.0-rc.9":{"name":"fundamental-styles","version":"0.30.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6f7a499fa26a3a16434204c64fa5574051f36fa9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.9.tgz","fileCount":368,"integrity":"sha512-tTzBKja3z7CwGJjwy1BTQiyY2y7i3ZpiRNJC9zBgRsMc4NB06JBvq45LXFkdpSplfJ2xOQ04vXCPoE4Nf8xB2w==","signatures":[{"sig":"MEQCIDZpBTd4T9az5WcKlW6iQywgsUZzqqbEb13b1NVJf83iAiAR/XfAA6TiMoKc4IoaUfQ44fKzJveB4d+c5zpsTH+SDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8004713},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3b69b52dd6b18c5549a5dd032873850c961a0582","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.9","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.9_1687284724759_0.9238884383931116","host":"s3://npm-registry-packages"}},"0.30.0-rc.10":{"name":"fundamental-styles","version":"0.30.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4757ab209c1273804e759ac7a0bd31e78b0edb1d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.10.tgz","fileCount":368,"integrity":"sha512-vZfCMsu6+rK8ZDdyQf9DOooM7NLmuazFYNVvscRBfqai9qcmNp4mfMQ2EDi66quIAXtFbn+YvPLFUacLP5ObUA==","signatures":[{"sig":"MEYCIQCh6+47kuURe86urRFtXRQHCtjkZSVccRnWwsZ3WqZieQIhALhbr0ljcGeSG8W5TG5fV/uzeSBgZ1pj9FFQGCSdEj2y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8054513},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f83b9c82b7e5061609c288e32df16f46c1cc44d4","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.10","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.10_1687285986701_0.7738916216451286","host":"s3://npm-registry-packages"}},"0.30.0-rc.11":{"name":"fundamental-styles","version":"0.30.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4a5af5044b8bdc7a5127d3baa2a43100b4245ca0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.11.tgz","fileCount":368,"integrity":"sha512-CujiOjNb/eG3c06lCB056UBXxXPB4uaZ468LfKHxrbl1DIlOzw6FuvP8Q0d5ShV8RGEQ09WCDdSbcLT8D8IBbQ==","signatures":[{"sig":"MEUCIQDleyGKa73GmGHBJPgUDd/VKFimAq4CUSA/dD6JhI0zSgIgWbCj4NyXJZMzIpJGxDTOXxN9vAHdGcSd6XOAjwoIEUs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8062685},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"925acaca7d11d12f9442895ce1fdeac1e093ec61","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.11","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.11_1687290108162_0.6921548600252121","host":"s3://npm-registry-packages"}},"0.30.0-rc.12":{"name":"fundamental-styles","version":"0.30.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"190d660c96a4423406fa7f50092689df91613b29","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.12.tgz","fileCount":368,"integrity":"sha512-LZ497mR04ilwggdFTCbN5G6v7gEhi9GkSKgCAarVGdqkakMvcI1S2T12tf5i3YaQEIsWGVWrjMfh/U3SNIiZuw==","signatures":[{"sig":"MEQCIF/CeRvO4UqLcNG6Ewdcdg2wzpKi7g48lT6eocCchKpNAiApSl363kUadHB+y9Df/5gPywB3g7IuVK4fTCPYUjBzaw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8063197},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"17c4b3032a78cb93ddbe3b5d1570e2cd662c0875","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.12","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.12_1687382040239_0.3727105099816328","host":"s3://npm-registry-packages"}},"0.30.0-rc.13":{"name":"fundamental-styles","version":"0.30.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"61c08e765781ad970d8d0ac72adeb8245d032987","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.13.tgz","fileCount":368,"integrity":"sha512-Z1S9nAAXcVdWP75AjFZ2KIfMZE2Yt5lhvCBHbD9FVogOAV2kx5Iyk9pfKAj5U1cV2JEm4Bv98CLKUg0cmsBvZw==","signatures":[{"sig":"MEQCIBynsahT9MXuWI110fFFEzXg3N9iEDS7SVZZkrBHURmBAiANLWotR06QNYJaCWeh1pfY5hPb3bkvScQuPxCGK3+gWQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8063257},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e07d292e89bf190645240ea9cf83c81f974e30a5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.13","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.13_1687472614276_0.11394756464202294","host":"s3://npm-registry-packages"}},"0.30.0-rc.14":{"name":"fundamental-styles","version":"0.30.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1dfd835df2fb8d1c74ed0ff27069131849c027ce","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.14.tgz","fileCount":368,"integrity":"sha512-r+OKN22Jhx7Uw+/nXENj4kKrU3DhekiDzLY6mi5WS5yzz1jzaqa2kYWyL3A052BjeiF6/RpR1PoW1g98wVLvpQ==","signatures":[{"sig":"MEYCIQCDTb7bFWcWZYkQMQ1eogLO3llTJCzV/mtSn5RP1jj+UwIhAOBalXnVwNH+n7sqgW7dPjitoHhFG7OkUSA/KsFtEigI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8063257},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"02512eb529459d65e094127dc3838d781d4425b0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.14","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.14_1687518881498_0.18816541273430065","host":"s3://npm-registry-packages"}},"0.30.0-rc.15":{"name":"fundamental-styles","version":"0.30.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3eca46275bf73937ff2a7d7ab13ef8f3fb1a3bdb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.15.tgz","fileCount":368,"integrity":"sha512-reyEAMmGHNDZoQ8Y8g09g+E2iwo7dwtnCcaJGEmDiZD5SmvHCzVGqqKZyBB6xN4E5TDL9GwY/HprAFDgLX90lQ==","signatures":[{"sig":"MEUCIBFdXoq5Q3aCegV4ZsHbzbKD8zHbZBMLZTlSi7K+uaApAiEAvxGiRyxbGJ79qAcDlLwaAvydNmT05zLl+A+lftZBN68=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8063009},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7a1ea0757c64569dd5825fe9e08d8ff97cab11c9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.15","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.15_1687519453681_0.9010012274598187","host":"s3://npm-registry-packages"}},"0.30.0-rc.16":{"name":"fundamental-styles","version":"0.30.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"78293ce73de93cc67e39313d946de951203ee2a5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.16.tgz","fileCount":371,"integrity":"sha512-tS/+4gCPO4cco1S515PpIr24eRWaD131bMNAkWvv3UCDHX/RKHmKPaOstls31XfdE1Xy9hOvVmUdMBCZVAlaYg==","signatures":[{"sig":"MEUCIQCZM27iR9vKKi6uBvh78MsUf1CrYe2WVLxjnId5jw4ZbAIgUUc72PoHHkOhnRhD17a10m7I4iyvlOBlnZuf3PErW5Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8068653},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3bb1b46e71e84951541b5a4a5758d5dbd55f7c91","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.16","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.16_1687959482885_0.17160351871937252","host":"s3://npm-registry-packages"}},"0.30.0-rc.17":{"name":"fundamental-styles","version":"0.30.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5e39b8ac5fdb01855c403eed8b2be4310fef919a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.17.tgz","fileCount":371,"integrity":"sha512-DqlqRrBAJV0wX4bdgdokikKSc7f+5I+4Yx+9pXU4uvLVM8h6uqC58sLS4vM7pYfwxmbKN0UsB3W4StSqvJEsgw==","signatures":[{"sig":"MEYCIQDyxARHE5oB26NCt1lfU1JlaFGRASX7ty1Rzu3WNmEmiAIhANSSlZ+FzezcC9f1+wOOpZ0WMtf8Je//6aKmqV8FSX6a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8068653},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0271b0d81748e95dbf9b3bb6b521d81b1418558c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.17","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.17_1688086804885_0.6468308919829269","host":"s3://npm-registry-packages"}},"0.30.0-rc.18":{"name":"fundamental-styles","version":"0.30.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"80db94bd428bf03ff9833f06b4a5013443bf2d81","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.18.tgz","fileCount":371,"integrity":"sha512-L+zXWMmuAnzw195u7l+b9UVc+l4LqVk81CTYKIfdCXJAt/JXC/hw6kM3Y1yGsn37kxAcCsiKczYp/QCHCu0L4w==","signatures":[{"sig":"MEMCHxxJolXwvNqSNdKRmNZpRzSF/H74aPBWgLmOHUXCmdsCIBNxSxb+GnnvowJZ0Jh2wL7XJ1Fz5kcCJuDZUOHSk+6Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8173955},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"483df90b7d6f56ff7fb6d889bc62621cf8e207c1","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.18","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.18_1688088843994_0.29276990888893284","host":"s3://npm-registry-packages"}},"0.30.0-rc.19":{"name":"fundamental-styles","version":"0.30.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e59821f99f7d11572c6b48c2b626126b55b14ccb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.19.tgz","fileCount":371,"integrity":"sha512-ABR13Hf5QR9WuL8UnmWM2V7PZs6/ujoFKt72lEu5FB3YiA9uiU60ZOXsT5PeXmU0/QA2RyFbHMnyDMR083Dngg==","signatures":[{"sig":"MEUCIQCvpxqeo12aPl8Y5iADYZ4+6zmuTqgRSfZncNDKAVUEgQIgcz9zxaM/CJnIoxWM1HpH4UZ0/S6XNUaaP52k0p+o/4A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8173955},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0f319d880c9de4665faa99152095fd37e0807c70","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.19","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.19_1688423419084_0.49568172777368624","host":"s3://npm-registry-packages"}},"0.30.0-rc.20":{"name":"fundamental-styles","version":"0.30.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bd512c46197b23d5cc5f2a92a1a13938018934a2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.20.tgz","fileCount":371,"integrity":"sha512-2jfgvyf8ybnvXGXPlpfGmmgrTqjxeT7NWGouHaXaal9Sgfo44kM4FB40RfNS8WdXCaqDa4btFA0uU1paRi1nOQ==","signatures":[{"sig":"MEUCIEvNa/a/sl5rG0d36gDlBjQOr40pTN3eyTJdY4+V1w1wAiEA9G713Lkp4TVhaDZc+7BAVzBNWVGVKH9a+a5RoC+uV/g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8173955},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"85f847a26a1e741785cf8b99ce5f938de771f657","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.20","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.20_1688423974822_0.17349963943655178","host":"s3://npm-registry-packages"}},"0.30.0-rc.21":{"name":"fundamental-styles","version":"0.30.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b307b1364717d7a7ad7c58bcf733b55884d794b3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.21.tgz","fileCount":371,"integrity":"sha512-VZmy3it+NMB26rB7FLE1P4Ggb9IbwFeJBawlNA42H1MXHProGjhag6lfKWfCdh3VQDx8HpW3QFGGEarpfxf3vA==","signatures":[{"sig":"MEQCIDnrI7cCdwMlBKnxThh/MeoQ2uStv5+Vtb5awKpoXA5iAiByEeaYeuPH+qPYkxTHGUd8gwukUXS1zW1Kxa+LL5ghYQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8173955},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"dadba9fd4aaf5a2bb904fc602003ed275b32c5d5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.21","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.21_1688424545638_0.0454188711841621","host":"s3://npm-registry-packages"}},"0.30.0-rc.22":{"name":"fundamental-styles","version":"0.30.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2a6a3a4a727571646ad09449f3769e2057012dae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.22.tgz","fileCount":371,"integrity":"sha512-ABQUkVLcqqCzNURkJqCaHFHGvIEKA5zPt//9MpEFCdrMdFKeoyd7CUNqrjLE9Zx/k/36yEbaQ79rgwfcmKjP+Q==","signatures":[{"sig":"MEUCIQCpHm+c7/Nj47SXrFlpICRvC/NaYzAc/LWIo0I0OWQONgIgJyjdRk2NhEQOO3fsGfUXQSZR14uHx3hGYjFdJIcEHIc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8173955},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0c64147a534783a014f206a916079530cd62c8a2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.22","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.22_1688425073087_0.8552726167678188","host":"s3://npm-registry-packages"}},"0.30.0-rc.23":{"name":"fundamental-styles","version":"0.30.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3937507d5163838f3e4fb27adba285f2b2163870","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.23.tgz","fileCount":371,"integrity":"sha512-iNXrhN0aGLnft+ZTakr0qd9yf5a2ScYJjNNoqGVByN4mMfBPf+va+w5yoa0Y5lWumS2gBc+G4d136qZd9NLVmw==","signatures":[{"sig":"MEYCIQCCCdlkw/m4nQz7R5E7G3o4vPrOi9DJP/4RhED79gplTQIhALVTIkKBRz0ZrCaOhcMHVQqAuN1oN6ttSQDHNrIuTDdz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8173955},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f5a91a02460bfd58faf600914823b892e852f90c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.23","@sap-theming/theming-base-content":"^11.4.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.23_1688426104830_0.7413963939624171","host":"s3://npm-registry-packages"}},"0.30.0-rc.24":{"name":"fundamental-styles","version":"0.30.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ba3b45e96a3ddaeee60357aff9d6ca122e246d93","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.24.tgz","fileCount":371,"integrity":"sha512-o2CzFcHF2EIKiVFp9VR1mO0892AaCWruzOBXV24Y6Jv93mwmmOfLuTDkZ5AqFL/uIbgiJDtIAjOHg+WMPpWa0A==","signatures":[{"sig":"MEYCIQC6GFbizd4ffc/YxZ+1esb5MOGDLlfzMZKVWcozMSkfjAIhAJF6pgyMWTWWsrkn2RM1RcVFvnu5Gy++rN8bIG9JcaIP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8175035},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0234ccb9d191c10186f4c9d0d21620bff64798cd","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.24","@sap-theming/theming-base-content":"^11.5.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.24_1688484547686_0.4774948274254822","host":"s3://npm-registry-packages"}},"0.30.0-rc.25":{"name":"fundamental-styles","version":"0.30.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d0fa0f76cba06761867027791a67b3161eeff3e7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.25.tgz","fileCount":371,"integrity":"sha512-5N5PWflE/+gd7xp/xb7+hPs3K+z4UdrLAGxrLjo32RIcBur7oT//hSXFmLniQv+Pov9S9AP2bMP7NIPNhXzUcQ==","signatures":[{"sig":"MEUCIEccZ1bEw2JdY1pnjoO6CrEK7QGMVpUSvI58+kgRueqrAiEA1/DyyqRUcgRf6VhGEAGaniOTo8kCE/swyOfdOwI1iA8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8163499},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3da66fd4c5dfcd2f9a3a061cd2f0df4a9b67434c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.25","@sap-theming/theming-base-content":"^11.5.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.25_1688766441577_0.7945011947299181","host":"s3://npm-registry-packages"}},"0.30.0-rc.26":{"name":"fundamental-styles","version":"0.30.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"791c1cda29713e9121954d928d18686c44029345","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.26.tgz","fileCount":371,"integrity":"sha512-LRFWlWkAKnVnTXUswxYt+UxLsBopYM/wvcMAe67UB9qVdDgsNzrk0q7iKIwb4rY6EDxlTLRr2hCTomNC25908A==","signatures":[{"sig":"MEQCIB1KaDEOAyqN3ZLotASnoO7kjpkMwLFlaRc/El6r+RUPAiBnJfQI5OQGJOtDUxpVUjwk+Zv/tA1V/ygHCOYjcL0pbw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8163499},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"99c61418838503c654e4df9350e7a54496b975fc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.26","@sap-theming/theming-base-content":"^11.5.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.26_1688767020543_0.9437511128575926","host":"s3://npm-registry-packages"}},"0.30.0-rc.27":{"name":"fundamental-styles","version":"0.30.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"343566d84645cc98753339c47f1b4f57ed3c3c8d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.27.tgz","fileCount":371,"integrity":"sha512-0NtPEFaRkTRWDBuslaWvfguLChH0MhZq7xeEBpWHyPVCsv+g+kxoujw5W3svFSWF4tkxCH9mf+QXx1klR8SbWg==","signatures":[{"sig":"MEUCIGXS4xWiS2/CbCLHCP5CHtaX2+O6fyDnq/8bdzgD6qK7AiEApaYTKDQV1yx6fE0QlwwBAXiujL1RdacLLQE0HkaLT4k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8429397},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"dcd23a4fa9e986d49de12f09af35a1df22b21cda","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.27","@sap-theming/theming-base-content":"^11.5.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.27_1688770178326_0.8330458688744324","host":"s3://npm-registry-packages"}},"0.30.0-rc.28":{"name":"fundamental-styles","version":"0.30.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0599ce63e4a6de4b5ecf9a1a5f7054a42de59d9c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.28.tgz","fileCount":371,"integrity":"sha512-AKwVBYNTrk9erRXAUqEGN8AmcQ1qsP5HAQLcNWFwhZEHblDQODEKK1jhX8nrTywg3ThQla5BWZmzkSrw1jnBRg==","signatures":[{"sig":"MEUCIQCRK5/a4nziApETknrv62D6s1yXpa6Z4O5AV3MnXxqVIQIgAiufq3lTPHiTvK3w6OcmHwP781AehMCmHe5g22fBCc8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8429397},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"513eb7c3dd31617a8da3f974ddcf810c08605ae3","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.28","@sap-theming/theming-base-content":"^11.5.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.28_1688770899824_0.8779356634337869","host":"s3://npm-registry-packages"}},"0.30.0-rc.29":{"name":"fundamental-styles","version":"0.30.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"85be9c23dc4f9aec6fc5e06c43291c3a5434a44c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.29.tgz","fileCount":371,"integrity":"sha512-95xDjDRZa+7P2n242ZXWmB15KYAz03mBHv5aEppjGdFJOxpV/Hdir0D1GO5lhcD5jYZCrVhmAhSOmbH65FRBQw==","signatures":[{"sig":"MEUCICdS87ivqpY0epvqy3+9L368yTMDpxWmhsw5O8MyHQi4AiEAmsjt8h4n6E+yM8OBnffe9voIwqk5hfBmfdu+wxXOCHA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8536477},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"37e628cc0574baa1473bc6c2fcf33887bb776e2e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.29","@sap-theming/theming-base-content":"^11.5.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.29_1689033069982_0.025095884219153763","host":"s3://npm-registry-packages"}},"0.30.0-rc.30":{"name":"fundamental-styles","version":"0.30.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0af07a93579c185f14ee1e65211ffbdd12b88033","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.30.tgz","fileCount":371,"integrity":"sha512-K1VT9hTWioJ3TigjsPM4AfLMoL9s8eJd+ATlAZDk98GY1BH/LkLQMuSU9sFJXADZBeZ148Ggc1wIbjiFaKSQYA==","signatures":[{"sig":"MEYCIQCNCKmOuO+SDDW/hzk2EwIT3ji/sNAayn1H/7FPTuqsBwIhANAJ5H5UIIjw9Du5CtOrJMBtc/yCxPPYX+2euGY14o8G","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8541405},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"10633809d55d3f1f6b1b3ad6b3217201d15c6260","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.30","@sap-theming/theming-base-content":"^11.5.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.30_1689103956747_0.19022045193518355","host":"s3://npm-registry-packages"}},"0.30.0-rc.31":{"name":"fundamental-styles","version":"0.30.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3b7f5cf75a20c88e7bab27dcf134c8ff88cd1624","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.31.tgz","fileCount":371,"integrity":"sha512-8peCrPVhfnDpaaeN6zfeg2nVzOPD/l19VdZ8qW9ilmy7NCv/z3pt5mcTasC8AOv5kgI3UbjoKVuSytgP/BzEjw==","signatures":[{"sig":"MEUCIQDSiu/pXEPafRyM2sz6rObkBsO01jR5vbyqbYc8SmEmawIgdSoYOugpLy5QU4G1MyCvkGtJr4vw4riyP4uVRBBd4bM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8554285},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"16d3a572eec0011eb64ea0b9f3a69dc0119cc75a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.31","@sap-theming/theming-base-content":"^11.5.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.31_1689109216972_0.025542027430934366","host":"s3://npm-registry-packages"}},"0.30.0-rc.32":{"name":"fundamental-styles","version":"0.30.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"235f3134afe8a6047c30e1a9e6a5386006a6a239","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.32.tgz","fileCount":371,"integrity":"sha512-UsZ4tPAAAHaPCPvtQcdB7tQFyW1tI3cFp4xwDZuK/U47XLsR7KZSD8mdcBs50+mlrpbhuv0X9Eyk154vRT5axQ==","signatures":[{"sig":"MEYCIQC48enw+vHpaaXhi56vIEW3YmquDLOSvk7obuwcnPDOvAIhAO2Kd+ihFGcrLCO8l7ZFJi9MB63LdWtbRSTOxX2DQycb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8555097},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"51a8e47f9f2034ff584a6bbf375a1b297fce2eba","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.32","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.32_1689114052607_0.8591624862697389","host":"s3://npm-registry-packages"}},"0.30.0-rc.33":{"name":"fundamental-styles","version":"0.30.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0ebd776fec52bdbd0bcb98b04552fe1894f6f219","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.33.tgz","fileCount":371,"integrity":"sha512-m+KQWmyVA4KVYH6PmnqYaX5XWdN9TFtP4vYIOVLpwYbn8NTQ4qKwVziAhqelnlvgyCNgPhRj955F0kEwq92Wrw==","signatures":[{"sig":"MEUCIHo5o5qRTslTcDE72jJ9t2palhTxsRbjgURQxBv+tjnCAiEAokf2688LmENPLY3wSs1q2JsZly9AiNhz9JHt0+ISGNk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8555097},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"26e9fad8ba733c372da370ef9e1b44523c9d8c48","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.33","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.33_1689187766790_0.24517572787564346","host":"s3://npm-registry-packages"}},"0.30.0-rc.34":{"name":"fundamental-styles","version":"0.30.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"38705de97a9eaba9ab7d9200da05c6e95361c513","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.34.tgz","fileCount":371,"integrity":"sha512-mchwky8mzWk+V3zCjkd2IKH72d8nZjj1soWdQlzfl1ldjICZ4fCCPF0lrrtwxlcQYN3Ekwlq40AyuY+meSFN+A==","signatures":[{"sig":"MEUCIQC/U/FsFiMYvye7iZLZmoceRTJLF66vFutNbX1fOPeDoAIgGD4X+nbs1GL6/VLOtWvkomon9bZjh0mg1iXId2dUtmA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8555097},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5c8711f8be3caab276091d87573a4f37e2489847","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.34","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.34_1689351293306_0.5740019772142912","host":"s3://npm-registry-packages"}},"0.30.0-rc.35":{"name":"fundamental-styles","version":"0.30.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0827fa49ced8990cf75f17ce917e4a46c52cd117","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.35.tgz","fileCount":371,"integrity":"sha512-x+Dd/G5gxVv9wpPbV3CZzWM6gYfMoImojaOCG2cX8dvBUbyYF8ANERXOyWzcRBceA1yNDksLU5b8O1VRjknWgA==","signatures":[{"sig":"MEQCIE4s93/UuY7gYEbwdaM08NkcVesdXUY7hq3uwXu4499yAiA4IMb4MHry3ryoQlzMtaLpteheikDHFQX1xCY20GxsYA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8555097},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0e1b08e6e75f1143204c75d4c2a9f3ae9844d069","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.35","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.35_1689351794154_0.42773397392484025","host":"s3://npm-registry-packages"}},"0.30.0-rc.36":{"name":"fundamental-styles","version":"0.30.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c76eebd4d8c4a20abbde71ba566e6cf0901b08e2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.36.tgz","fileCount":371,"integrity":"sha512-qmO4X2YTt2TecnvbwAo/ELd2zsIF7A/jAI05rNwW0kQZJRLsvHny77tGmvO/OYvQvmHRtqGA3Ukt0yiKZb+wRg==","signatures":[{"sig":"MEQCIEJZDBKvl+AzEe8C9zkI2uGgWTM601n26oZuVReXFRlIAiBBH2zMnnquGuiEiY7XlwjKwrhrW9aSllVyiIHwhO1QfQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8556161},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3c4f7abd8a2765fb9e678e7f772200d494999142","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.36","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.36_1689367810738_0.8047363710413435","host":"s3://npm-registry-packages"}},"0.30.0-rc.37":{"name":"fundamental-styles","version":"0.30.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3cbf24c0c6cf5b1279f8f808dc17eacdf70dca4a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.37.tgz","fileCount":371,"integrity":"sha512-D7S6av9E9/n6PGs4hv1919H6bA2ymU/sKufI/YyMJ6s3kW92uaf8oyjCXCoA7aTYRdNypc7HwlH3GsAJh7gCVQ==","signatures":[{"sig":"MEQCIFDFJ9fS0KIo1LWCCRPakNliSya31S6N2bRwPeySeXtbAiA1fWHdqKdeGFvxK4ZGOzJpkI2P3OZ/5lFXS29NBkM6SA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8557137},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7effd4eabc2062564108cc5df8f0289397ba4716","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.37","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.37_1689368342662_0.5799789244721498","host":"s3://npm-registry-packages"}},"0.30.0-rc.38":{"name":"fundamental-styles","version":"0.30.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1af0446ad85da256fdc6cbf2bb2cc064e4229018","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.38.tgz","fileCount":371,"integrity":"sha512-FY5Ewf0yVzkLURIhGOWx8qg/27Mh1pMNXG83vcM8ZJyLmL84sRTykofml8NJoyNXqRDC3cQSNV8FlXNJ9RPXng==","signatures":[{"sig":"MEUCIBZDTRYixsllkYBdzH3HxFJSi3iHEeNDvWuaLBsiNYKHAiEA1SOQB93aCCD59OyAebfv9Lw4HSSUOKCWzcnv0n/OI88=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8556693},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"85435b05caebcf57d45e659fd63971c93d61e786","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.38","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.38_1689368785201_0.9415632656490864","host":"s3://npm-registry-packages"}},"0.30.0-rc.39":{"name":"fundamental-styles","version":"0.30.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"affcbd8ded5316b0dbe13f28ae169d717ba8335a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.39.tgz","fileCount":371,"integrity":"sha512-zl2FriMJQVGnT9jDG9C0L2VYnEnwxIedKZBxvYz8TzmAu5qliJIElmcWOZqZFKW4V37NK/Sxm88vTHozBiKxFA==","signatures":[{"sig":"MEYCIQDsCRvUdtqFRdlRpyyWM/FdeOQK45d6xtUMD2fF9Lr5hQIhAKt22gmL/sHUPvWfiDGobPfutMnZ8UrsyrWzYQJcZGY+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8556693},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e8630e0df7e3670486804e3f55c26b277368db93","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.39","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.39_1689375930956_0.019741888057040802","host":"s3://npm-registry-packages"}},"0.30.0-rc.40":{"name":"fundamental-styles","version":"0.30.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b54babee68490a9ed76234e123d78ed50ed7b904","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.40.tgz","fileCount":371,"integrity":"sha512-Gn4a9BK4M1Euu1UzzV1+cgIrf9dp8L6xgL1WFZisGIRmTGQBM6BDknVCmJCUkXtybmsI/sJmdaqklnxUOVoncg==","signatures":[{"sig":"MEQCID0p/Xm9TrdgsdR4/DdAr//sI2V/ZHyyHeTRApYYPZQHAiASSHS1FcD+h9aLV3lNfmGQzx1zndgKzjnfepX+fcnEYw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8556693},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cf29dfa3df8500feac42f648c29de7ae7e311a74","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.40","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.40_1689376516541_0.46557099466789165","host":"s3://npm-registry-packages"}},"0.30.0-rc.41":{"name":"fundamental-styles","version":"0.30.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aa50a5eee514d9455907daf70fdbbab708cd663e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.41.tgz","fileCount":371,"integrity":"sha512-o6TGSWFWHdZSApAYO0ZaFBXF3QxVF1eT//1a7KjCOYZ5AuToWuv0IXdLFp10b6BQmeMtAmP+8iOfvtVjr+dnXQ==","signatures":[{"sig":"MEUCIQD8velAi519quCtbLizQd4f9iCG8MwvY5Uj4xRtsNsT7AIgVpqhqp+bDgAX9xPfex2L+cL/FyfFALnxv8DffAphCNQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8556693},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0425c318b0f2b248a687deddf952dc9ad98b6749","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.41","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.41_1689376992338_0.2662018784664866","host":"s3://npm-registry-packages"}},"0.30.0-rc.42":{"name":"fundamental-styles","version":"0.30.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"594622e329233053d1c347d6bf670f0706561b60","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.42.tgz","fileCount":371,"integrity":"sha512-QtwH2elwZvzLZUqNTu+MGIgZ6JZmiakIDIIbGjVsLBlvGeRO1Z+hjVxGQT9JtenIaSJxXO8vHGkvBeivTWRpmg==","signatures":[{"sig":"MEQCIAzLBwJ2ZsYH1bG840XtK7r9z21D58s6rZFH8GzvmUmaAiB3JgywCpx5IZehJMfk+lFehOvaXIVd9tRKSd+wSaWx2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8560843},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d4e236b1595a91b49e9be4bc417fb7ce4c84e0c9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.42","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.42_1689378263897_0.07323932970408276","host":"s3://npm-registry-packages"}},"0.30.0-rc.43":{"name":"fundamental-styles","version":"0.30.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1aaf709aede37f09d4d64f6e8e53fdf6dff88ba8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.43.tgz","fileCount":371,"integrity":"sha512-uDxdaNBEglSUFpWRXuqyxxvG8tO5G8iBUQUlqYIiiSUrOPItuNBA3unCcsKlJYxLwLjoCMaSx6c6LpQrGveW0g==","signatures":[{"sig":"MEYCIQCZcNluKDug9ntuoKmG7tAbqT5sKR4bVXTnqITo5QEvMQIhAPkJOiU8IuRe9VN3Rcru75kA/GGCdJoCGkvzZ50W91dq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8560843},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f701f496387b9d6b9311327c2c20df8f1e50b2f8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.43","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.43_1689449819550_0.15196554018289365","host":"s3://npm-registry-packages"}},"0.30.0-rc.44":{"name":"fundamental-styles","version":"0.30.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"05c74e928d288a54a9987ec16dd877b0d074f99e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.44.tgz","fileCount":371,"integrity":"sha512-KuiMvlnMMC96W2zMLND1K0LhKrvxSA+YKLQWB/xxI8r92DXykUGCEZkhb/dwMBCFt4NFo6OLwlP0xTZuv7JkLQ==","signatures":[{"sig":"MEUCIQCaG+lRVmYOT6CkJI/HStaRJRLVnD9dZ3hPrd0jFYkApwIgf9ljWxM5UTDvRE7OvMgBcrbdrP53k/6TQeSYWJ82O9c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8560843},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4e0b7f79132846a50f76dd394ce12031d79ea24d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.44","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.44_1689805958691_0.2558714572593268","host":"s3://npm-registry-packages"}},"0.30.0-rc.45":{"name":"fundamental-styles","version":"0.30.0-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5406689a3d3417e37be705ebc65af423ddbfc437","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.45.tgz","fileCount":371,"integrity":"sha512-iz1/Lzg+4fGK6KLx1e/cs+UOx7xWzPX6GScmfa+0MNhY1Q2q+5Vc/TiCHd2TISKtmAeyoEo78zad0eALjZVVtA==","signatures":[{"sig":"MEQCIGPHSYcS+4xBa4/DYFaa2uIwHl/sWyYQrEGb9QAiZp37AiBgwHTmm6Pk7zgUZFhGOFzTk7RhPk3N/4sbdUeG75Gx8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8560843},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ad77c0cc4833f1e117d8a38d6ed5fdf384d72d77","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.45","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.45_1689806519544_0.617629495747761","host":"s3://npm-registry-packages"}},"0.30.0-rc.46":{"name":"fundamental-styles","version":"0.30.0-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"063c95ada60946ca82a74f7d2a643f97610e0c1c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.46.tgz","fileCount":371,"integrity":"sha512-Y2VSLqYL1LSxE3d11RtyQUzODwodeq2gby2fmL8A9dSLAPXc40d1Bx7a2JPXcvOO9bc1awFYkDOhWfHp7iy7Mw==","signatures":[{"sig":"MEUCIHo0QhRKedZM3Zn4w1xHPH/hklwLD4ZeurKdet+9jtIrAiEAisyw4RMHdCeVe0lqdnfJWUu6hzOgT1z8et/dvXXeNSc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8560843},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f60ab28bca29ec3a7af2c282dabc82124681cf48","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.46","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.46_1689947096088_0.6057443617815552","host":"s3://npm-registry-packages"}},"0.30.0-rc.47":{"name":"fundamental-styles","version":"0.30.0-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cf84e15c3dd704b3672e7d36ac281b8262c09cec","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.47.tgz","fileCount":371,"integrity":"sha512-aOyod+98Nh4zgITj71EKGm5xsljfYUPfsqUiZwSyetKMJP8tZGDI7eOWab3S80l4906fNIwLa2mjafdSQs5mMQ==","signatures":[{"sig":"MEUCIQCaloKAsduTA5k0TKoY4idNM5gOvbf/L3fE+K/6wsV9BgIgKAo8raV2BvVVxeranBMHxQ2EZrVFGAqPse+L9qjLw9g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8556963},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8747ab1a0ef7193059123823e5345f3f48857d38","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.47","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.47_1689949807471_0.4048213405802201","host":"s3://npm-registry-packages"}},"0.30.0-rc.48":{"name":"fundamental-styles","version":"0.30.0-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1d10dc8a118c7d7a368df6dd30c6b4d2d3ae68bc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.48.tgz","fileCount":371,"integrity":"sha512-4jVdYN0QjeUuQXPmjZ2Xb3NdoMt3O4zt+PguTvKy0+khfEd+WTrN8MSazcuLZQ7CdfgT0u+gxjJXhalm2pzi4g==","signatures":[{"sig":"MEQCIFvCdEZM9eHbWSzNVZ5WVjHI+B9Re/6c9sWSlxopxlk2AiBfGLcMR+wj/7bQwCd/DiFebvY7/Wy7myflNQJNQHWrgw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8556963},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1821ab6b48f6858707c25b0030779ed3fa849bfc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.48","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.48_1690120895403_0.5253515183782831","host":"s3://npm-registry-packages"}},"0.30.0-rc.49":{"name":"fundamental-styles","version":"0.30.0-rc.49","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.49","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9097934eb3795da3c0d53d596825bd7acd66c455","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.49.tgz","fileCount":371,"integrity":"sha512-ITxnJKgHLx3v9IGYWilxMdJY+0+03+vyel0ChOqseQ8TNyDL5XY9OTsLCtsKvGthirNQaxqeeChPoS3aPxej5Q==","signatures":[{"sig":"MEUCIQD4gG6hHRaPFWD/i4VrUoDpvHlGVuUwGCC6CuuHHl7iJgIgN/Ub6XvqDr1gltTMc3UygS1fBubQht/URWQLjjNdbLo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8556963},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f735f5716fe6bfb91ac3a4d60163751d3c988bf7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.49","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.49_1690121451776_0.7950858538210248","host":"s3://npm-registry-packages"}},"0.30.0-rc.50":{"name":"fundamental-styles","version":"0.30.0-rc.50","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.50","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d3d03d7c48ffe11a0575e27a76a0d35257eed012","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.50.tgz","fileCount":371,"integrity":"sha512-hw94J/c6YMN7RxcP4tSsDGVZfp1caGI524+PgAdvt2tHEO3UYs+apUis6YBs1YNqPaJwdFiKKGIrwbhSex4hOQ==","signatures":[{"sig":"MEUCIQCjidFZk47iVR467hyH/9AgEChVV/178gFaV1+ZY7ANvQIgPqHKU0+R0lXMnu3fA+IMpIuJcV5Jr3Bef1aHDQcgcCA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8556963},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ed134540896f1ba9777a9daf5f9bd572dcaba418","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.50","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.50_1690125056883_0.5686473357337771","host":"s3://npm-registry-packages"}},"0.30.0-rc.51":{"name":"fundamental-styles","version":"0.30.0-rc.51","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.51","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fa21eaa1428d93604adff46ea7f157b5fff24d29","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.51.tgz","fileCount":371,"integrity":"sha512-e+WVQ+bwfuBzSWy+UofRRC4JK+WJxg9F6kznIt0aYfWeoOyXksy94YTCEkUfV8C09OcHIJ3Chl6jXfUJ130VuA==","signatures":[{"sig":"MEUCIBEa4BvMDzMAP9CLhnbhgVrqSGdjQvI3kjVq1bQ7PjGDAiEAoTaS0x75E2c4ZNyWL6kLRPo4sEp6adE0xwAsdm5B7I4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8604265},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9eaf455e371563fcc29af22ec1740feaed821a2e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.51","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.51_1690210611386_0.5948503420008362","host":"s3://npm-registry-packages"}},"0.30.0-rc.52":{"name":"fundamental-styles","version":"0.30.0-rc.52","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.52","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9286c7ef991719d52e42a886c16c7aff93aef3f9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.52.tgz","fileCount":371,"integrity":"sha512-M5p3E+8ik7Za9NAheDCzgj19jxopXX6JCdi2edN2x1FTdk18zCo5DJaAP+WAKUUFjZKlymIUpzSMAUKrWbI3ig==","signatures":[{"sig":"MEUCIDiRlRcVnC4qfg8/gaEQkNljDCTQM53DIXamxxtB8lYSAiEA3gI0rWwHwQVn6+vIZaQZEQhJnBIOLRYFkRhRMXH6bSY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8604265},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c8fc67ad32bc1a52353c663f739b18dfdef403b7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.52","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.52_1690229321439_0.46681604505659946","host":"s3://npm-registry-packages"}},"0.30.0-rc.53":{"name":"fundamental-styles","version":"0.30.0-rc.53","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.53","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7d3d7c451f6c8355dc2c1b6ae3e02f45e33167e5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.53.tgz","fileCount":371,"integrity":"sha512-kLObYLeExmXvjQmRloITRuB6Hfq24lz4u5JGPzmpG1kV32AbMPXPow4t0wrWrgYyVqMA+NQiL2Kr21Baa7xvdA==","signatures":[{"sig":"MEYCIQDVDmuTeewqPu3wQWrkgGCC6DNIFPWZlaY378ShD3sEGgIhAL6+Bcfd5O4FZ7Yns+lgaKZZ/de/uwCeyuZ0FjFwePt/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8604265},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0eb679d80a2ec2c951f86d3d3828920b1030b4b8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.53","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.53_1690233840658_0.9615604818561072","host":"s3://npm-registry-packages"}},"0.30.0-rc.54":{"name":"fundamental-styles","version":"0.30.0-rc.54","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.54","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e476eefc74deedce6c677517c6a7e20fbc405f25","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.54.tgz","fileCount":371,"integrity":"sha512-Otyog1bI4cx9Z6QvM6SxSKEMMlja5MJ4BlaZv1icOp9iWh+o+zvpqDP/TkynoZiKco0kobDbiAwMjwHD/KkMjQ==","signatures":[{"sig":"MEQCIBul5493PSfy2mT+Naw5sjsJhN48As+0TCVrO2L+QTSLAiAWQoAkSli9So8HaWjy1VkYbPvSx/fX0staPH3pWcE4sg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8697139},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9588422b1ccda7e32e91954fcc6c38837a837a46","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.54","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.54_1690391925212_0.6068919968765927","host":"s3://npm-registry-packages"}},"0.30.0-rc.55":{"name":"fundamental-styles","version":"0.30.0-rc.55","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.55","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8f8652ce68a7c5d6a1a69200054e21d1b016c6a3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.55.tgz","fileCount":371,"integrity":"sha512-Tto1otHF+Pawr1F7trpPJJRK9eQmD3138Dfw7QlfDoutwnki/jY6iqXS50UJvyfqltB8j8txQrecawjfnzLaJA==","signatures":[{"sig":"MEUCIEoc1TJOLdUWyAJcF8WqDzqG1EFdSaidTVqy6dQx1rA4AiEA8AhuK8WnMU7duTBNDIoQ39Cf5c/GVx0l+NfD5HDSaog=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8697139},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cf29efc2b10c6490d1987ddb90dabaeeac666f2a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.55","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.55_1690507535160_0.5426420881472076","host":"s3://npm-registry-packages"}},"0.30.0-rc.56":{"name":"fundamental-styles","version":"0.30.0-rc.56","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.56","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5b8a1f731d8b53104005ecbb8ebf93191277b0a6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.56.tgz","fileCount":371,"integrity":"sha512-ccTPSLXXPDgXnhzHr3lu36Y2bL8Usy7BMZ56j7ZuFFE+A3Gh4ML531k9fuJh2QIun1DarMvDVLlYTLDioKOBjw==","signatures":[{"sig":"MEQCIAuz1lx+st9sbBqRR6hQ8I/0w7tha1eMnXvo1lAgH5zGAiBDUkAjSbyOarV1gmztdixptPb124yaq+xxTvGe0eeOdw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8697139},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0eca34d9111028e73ea91a7e06e1e48849d1a673","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.56","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.56_1690551414792_0.44295483954686565","host":"s3://npm-registry-packages"}},"0.30.0-rc.57":{"name":"fundamental-styles","version":"0.30.0-rc.57","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.57","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b1f94116aa24fe71219eb2f8fb2eaf59c889aed4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.57.tgz","fileCount":371,"integrity":"sha512-xr1D4V2bc4/0+qKE3ad5D2v2bm0sj1J2jsQWjGL+kJF418c8zRIUi6e8h0KMJBpS5EOJyatm4o1nmssXmfP9Yw==","signatures":[{"sig":"MEYCIQD51rI/ey74IQa+OuD1ZForsz1GyTaZRp4Uoz1HYyIblAIhALKtNfG9lHpUKl8gr+7pm1u7vUD/LcIBmiwVmqSS12Uj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8697139},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1d25d9d617ac141892b9495fadee4e51111d77cd","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.57","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.57_1690554937808_0.7196459738059129","host":"s3://npm-registry-packages"}},"0.30.0-rc.58":{"name":"fundamental-styles","version":"0.30.0-rc.58","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.58","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"16752a0f215506a143dc43f6de2d738839e480f9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.58.tgz","fileCount":371,"integrity":"sha512-KELIiSvHc9k03X5sY49sEiUajuZ5ZrJ22jfVPQ97XdltWJyJHX6IMSCpiO2BYl2Xo/Yoqdne0leQIJwJ1IPWJg==","signatures":[{"sig":"MEQCIGct0CbK2l5Dffud+KBDP8j2pTIiMc5praHSMsGxl6dVAiACy97Yl6XxF8wA64Bjf4H7sQHhw0GfvbMNJEGjLhwlLg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8697139},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"09e5b9b2f51e2c6be5d5f02366d64f0ee7325311","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.58","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.58_1690718145639_0.9544658381245004","host":"s3://npm-registry-packages"}},"0.30.0-rc.59":{"name":"fundamental-styles","version":"0.30.0-rc.59","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.59","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fc2e4342b2280663d431c1857637e56251753556","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.59.tgz","fileCount":371,"integrity":"sha512-ff4fMcvEEUSCMbrgAYPnFBKWeE78zvNX/63YB1UPNUGA700KUUFZ8zEyj67AUSjrhDgcig0mcwPvPQRiiRybHQ==","signatures":[{"sig":"MEYCIQDc5CcVcON5VB0/t1Y9816qvNUmr0dCmWViyJFLNlTlrwIhAPjmtXt7EHV99vDRb1ZOhZZtEYaKDx4qvWk6NfgClv/k","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8697139},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"049cb105af50e6ec0be43fccfbf78432d46cc768","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.59","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.59_1690730959172_0.5958319613207743","host":"s3://npm-registry-packages"}},"0.30.0-rc.60":{"name":"fundamental-styles","version":"0.30.0-rc.60","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.60","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"817d61c20f43666cc1836d6ef02c19286c5c95e5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.60.tgz","fileCount":371,"integrity":"sha512-acZDSCW5GPAAf4cKMHLAcK53xGMg63dHX9VQaGtdW6XHasKNcF2K+ciyRCIO4BTCgwCRiTCvfLUttO1faRKVrQ==","signatures":[{"sig":"MEUCIF9QbQjJIxPHrBXZvoy9yf75b4MgpQZ4HV6NRihMr5VUAiEAzojd4p/0fSOhklvUKXZ1Lp1WRDLt/u78a3bSqatokdo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8699831},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"27a2fad3c6808de0975702f01225bc63d20120a9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.60","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.60_1690914194008_0.7034551943412151","host":"s3://npm-registry-packages"}},"0.30.0-rc.61":{"name":"fundamental-styles","version":"0.30.0-rc.61","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.61","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6958bf1547aab7447b32789fc67898944f4e6843","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.61.tgz","fileCount":374,"integrity":"sha512-Pc2LCXVYA4HnWu000gZt+Vxy1O5dO4VpJbb06rb1ab51rYPOGiT1aXWR6Zp4sXpc8Twdap8GVJypN3FEcSXV8w==","signatures":[{"sig":"MEUCIF0xxT7eut+c7ibcpKy417sLP6epeOPpc1xcOB+FeBt9AiEAgCZKl8hpK+wizgdQK2AC+ekWzldhufOuvTUGnvSrYN4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8763197},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"579d1de75507e1ad54a124a28cbc48bf42adefc7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.61","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.61_1690999995930_0.16673098572383394","host":"s3://npm-registry-packages"}},"0.30.0-rc.62":{"name":"fundamental-styles","version":"0.30.0-rc.62","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0-rc.62","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d4bd580f8d2bd39bdf97f9cdf9f8c215b8d8f686","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0-rc.62.tgz","fileCount":374,"integrity":"sha512-zFKLjhEEbmlc6Zodtd7huQdLANHp1iwaob1Kt67tKXoKIebMx8Co4T90SXUO6+ZHnKeYpbJ4ROK+h9CuzctJZA==","signatures":[{"sig":"MEUCIQCvlU4yFcsKrW/dGVOu4vqMNXJDOqGcWuutMkVUvIyY1AIgJrsJvEmVpjXqg5fqrHV2bV7FX5mlqM4Ac7BGzVoCgAY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8763197},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d3cbaf3a4a6454018f3fa52d775016b8ec64b656","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.0-rc.62","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0-rc.62_1691000994677_0.19059116511174312","host":"s3://npm-registry-packages"}},"0.30.0":{"name":"fundamental-styles","version":"0.30.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"53a2d15dc5bbb9185aaa4b90656c038f6b38bf8d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.0.tgz","fileCount":374,"integrity":"sha512-5k5URDhHn9joKILVP53BPvNgvdtJ7pD9UF4hjRVKjzbpb3A1IInFlioVgkMFwl1yc7sdQYzUeO7X81xKPzlsRg==","signatures":[{"sig":"MEQCIB2cE6RSGP9SRAPgMdl1oDcQHbtRutmBcNC8zV8nMfxUAiAEytEmxAQzCIV3GKX7Bp+5xeEFIY1HR4GrQ5eBVVBM6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8761721},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bc2aecf80ebd0b2c4bbd337973ced05f3a8fbb52","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.30.0","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.0_1691001550132_0.8042730339285149","host":"s3://npm-registry-packages"}},"0.30.1-rc.0":{"name":"fundamental-styles","version":"0.30.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e125fb39083ec020dc98acd45a3b866f61cc7a8d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.1-rc.0.tgz","fileCount":374,"integrity":"sha512-vWqdmdwLSSavXEcU7TSN6DdiqxGwyKfHGQygc83zbXyfJO5cdnQ1sIQ2hv3Y6ycTbA7YQZpiuukMew9x/+cPVQ==","signatures":[{"sig":"MEUCIFHknT18VwwVoYySs7WbGq3g31r6qtUIcs3LJ9BvV3xbAiEAkAHjqwz9Y3iwpCkZmHlh9OcKLiI2DXekbWOHYXEkFZs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8762911},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"af452140376e914e0a6d06335f190e90e573b578","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.1-rc.0","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.1-rc.0_1691090582495_0.8612469968443994","host":"s3://npm-registry-packages"}},"0.30.1":{"name":"fundamental-styles","version":"0.30.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f72fe1075c27c383aeaf0806386d5e117ed6e8c2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.1.tgz","fileCount":374,"integrity":"sha512-7xLwmwZyGEtxHRUdUSktQrMNYhiz5qrjgQtzLSdNOuiLxPwFtKSpX4SgejKJ6DFz9jG4yR6mOQWp450gFoHRJg==","signatures":[{"sig":"MEUCIQCIbmuNdXzP6a3HmFDhV7ew7vlNIdAbRpH6y2/M1lTQSAIgFnuuA+oM2BR+0JSVc/Q1Olbzs0LvjE/xTprA+vNAeIU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8761681},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4f854b9c3725b7f8e8dbc8c05a2076dd21133657","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.30.1","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.1_1691091097226_0.4303793583691857","host":"s3://npm-registry-packages"}},"0.30.2-rc.0":{"name":"fundamental-styles","version":"0.30.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ba0ff609d0c20e5cc5028f0e55682eb450bc37c0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.0.tgz","fileCount":374,"integrity":"sha512-c7i19ZyLudshKeTgzoMZFET3d50EUnLPA9tzqPneYuobvZsxKPlR4lPto2JiXYjw1hj9FTyDN+m+N2FUVaLBBg==","signatures":[{"sig":"MEUCIQDLsqNo5mMHzyefqpdSo9CThweUv+mUrLB0GJwwhh/veQIgDKiwVJM0GurG7GyPKr/2DqJmXh/APhRtpd4hSWv7LGo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8762911},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d9f8b49d375281a65473ac1df28eb124cb6a3987","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.0","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.0_1691162989923_0.5086527842971851","host":"s3://npm-registry-packages"}},"0.30.2-rc.1":{"name":"fundamental-styles","version":"0.30.2-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6ced4de199e525312f2158bf8e2154c8cf438b51","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.1.tgz","fileCount":377,"integrity":"sha512-DAbYj4+0KVHwVhbj7pOMFzm+wJDax02jdYnAIJuoInV7kp3J9y966nT4vvoNoQvESCJ7SpcEqWAiBYp3Msi4qQ==","signatures":[{"sig":"MEUCIQCElVkqGHaewu5TfR06ZissMkGPbkdgkznJmZU3z+7jQgIgBIbBmhz3Fx4u32By5uqp2VyuzuBzhNcXxsy/VaQlFXg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8820175},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4cf0acb512f983a98ab6c8f9a39079812a27817d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.1","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.1_1691235910152_0.01182995545992993","host":"s3://npm-registry-packages"}},"0.30.2-rc.2":{"name":"fundamental-styles","version":"0.30.2-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"93c31f59515f5e851837ef91a3386fd974659b9c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.2.tgz","fileCount":377,"integrity":"sha512-m/lZ3hsRMdkFcxIBx0Ra5akvcuyTS1cSB/w6Hx0yLqn27VPddOdp1l5K0FLqgOubvghMNSqcbEo2e0uF9q+nPg==","signatures":[{"sig":"MEYCIQDJuPBSl5uE9iIH+Bs55JvAcfP0zAjq7vyulSdJTuf3OAIhAIyypwPFTon7wkha5QPtorN5N5RQIfzmSFFEo0JvJOOt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8816427},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d1ed62f1d24e00ca0e4f170e339c8135d898f9fb","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.2","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.2_1691488920646_0.6182277503294289","host":"s3://npm-registry-packages"}},"0.30.2-rc.3":{"name":"fundamental-styles","version":"0.30.2-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fc7855ce7298ad33674b1e4d6af433e08e25da59","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.3.tgz","fileCount":377,"integrity":"sha512-hIGMeZWY3LXpGqI0PK5gGBHXNK24xyJP46WaPjl0qYWODqqlxEdk89tiO09QPItWB5OGsQqeQlLoCa7zfw2j2w==","signatures":[{"sig":"MEYCIQCykVudpXNm8eHMZM26upDUgTGJN0rxcVsKuWyzACcJlAIhAKruJ1amX64OHMWUFR8nSGp4vJROxOIua0bDcjRaPP4V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8816427},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"013381b331b4daa45fa8dacd497f8e6ab60e62f2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.3","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.3_1691505519340_0.11892881963143775","host":"s3://npm-registry-packages"}},"0.30.2-rc.4":{"name":"fundamental-styles","version":"0.30.2-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3a352370fd0c40f381500e33c6d1ae35c5907d4c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.4.tgz","fileCount":377,"integrity":"sha512-LRJerQ27VXJefSF6ajlwotC1zN8xcrKHuzwFeEyo+HQLI3uOeHHilRnzVse/Awf96t+UG+YNdzWrMIdFKBxvug==","signatures":[{"sig":"MEYCIQDPT4cc7+QMOZgbnLWgorP5B0kgb84zMQ290K6lcsu1pQIhAP1jLV3MEwhane2bYkm7pke3lsmeTLhPIuql3Uv5i9P5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8816427},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b0459ec14b651fef8f7c87da391d28e442e0a99b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.4","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.4_1691506133308_0.24250597809341423","host":"s3://npm-registry-packages"}},"0.30.2-rc.5":{"name":"fundamental-styles","version":"0.30.2-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a93db5fa3de22679bbc8ba43d13b7d1a09b3c77d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.5.tgz","fileCount":377,"integrity":"sha512-7u0L+/uBVcYFTaJaXxG4eofV3evKW6D+rudwjBkQ1BxXQnnfNl2XpTKDTMcSpTUoq/P7BPf5IIAmotO4TQcYHw==","signatures":[{"sig":"MEUCICQgPVEzz0jovLKlLB9E15xhSwTaDYC8fM2qCFFzSnHFAiEAjG3zZ9ItWrugI+SmKy0sPijsOBWoObPDc6ZNpPgKb/4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8816931},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"10199345ba001be828532364287ddff107b8a842","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.5","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.5_1691507667665_0.9610941289795853","host":"s3://npm-registry-packages"}},"0.30.2-rc.6":{"name":"fundamental-styles","version":"0.30.2-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"43b5e314eff0c16a0721cf0122ba6fbdb8746dc1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.6.tgz","fileCount":377,"integrity":"sha512-vKWZFlijWNNvju5v5Y93sVWGxe3uGicBptbfD+4r0lwInKEU0tQnQx87NfjtfdkPkqzDhmewMWTHI5ujNWXmOw==","signatures":[{"sig":"MEYCIQD+X/HEONitnojsKbhAg1afFC82bzysrM0wYr/EQV6yxgIhALa953TWdb1K6j8xMpoGxC3KYueP3ArHHPa1TBYegAbu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817739},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f6379fe410e13cb5f5f9749d9365a848de8de904","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.6","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.6_1691569905201_0.9056335700536715","host":"s3://npm-registry-packages"}},"0.30.2-rc.7":{"name":"fundamental-styles","version":"0.30.2-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"838f27c778a0ca1e328a386131e100c139a97cef","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.7.tgz","fileCount":377,"integrity":"sha512-c/1tZhz+Ks/VkzysWTFN5FCajc9IaPCyKh2KGU3gcwsSFcC8wPw3bTE6V+K51MDDzQNefAbrM/URsNS5elKszg==","signatures":[{"sig":"MEUCIQCFeFns9sg5yjQod/U7tBUBoHyg0Kt49UuSSWZCl/P7pAIgLW68RgqFC9n1YEZAuKEoYIXVlt2haqgkmLP8/SGQiDQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817739},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"da1de3f264ceebcf275c6c771aafd7fef194909a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.7","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.7_1691934532271_0.7614205651236112","host":"s3://npm-registry-packages"}},"0.30.2-rc.8":{"name":"fundamental-styles","version":"0.30.2-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"33d07990ee51402251e4dc1dec964d0262304464","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.8.tgz","fileCount":377,"integrity":"sha512-AlOvyctaw6ecnEV+BUTKB8eVqXZ+COdkgBl+s9YLAUzlibTNNUiWdoG+NqJDQ6ftdf/Y3rHXv1nFVjLDe6J9PA==","signatures":[{"sig":"MEQCICvJGuf+jrHZNaMFWSyIrxQVK4+8C3WTzWJYWNea+74QAiBXMIlHXWN61r0YNLKyjWP+SXsa8JMTtbnuo9/HkFm4qQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817739},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8b6c2656212ae753ca59478f517095565275f818","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.8","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.8_1691937092670_0.3295168806395363","host":"s3://npm-registry-packages"}},"0.30.2-rc.9":{"name":"fundamental-styles","version":"0.30.2-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2145a6b3aac63086236945ec761fa52dc41a5b16","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.9.tgz","fileCount":377,"integrity":"sha512-1ZbYe7yPec2gSXjcbgJyE+sBwd2vHejJ81eIHNHp1ggkLcdyNC5pqxhvyrBxL5vYHMt2HPcN+ixjNFTo3syU3A==","signatures":[{"sig":"MEUCICTemdtaH+4TV8k1Srbc2Jt6wyNCvgEkPVkfMGzBYOfuAiEAoP04jWXjLiF9mTdnESncOa/ykYIBY3fkoMjWnJ2VehA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817739},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"41ef0fedd9d80a840e067c1b0ce4b759960c97bc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.9","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.9_1691943962221_0.9815588045738926","host":"s3://npm-registry-packages"}},"0.30.2-rc.10":{"name":"fundamental-styles","version":"0.30.2-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e62f7b563b94ed7e3012cd4293d057c7e05f8482","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.10.tgz","fileCount":377,"integrity":"sha512-wnlrpnmxf4HBK7hfBOhsHkqaMbSkVxciWdjmhI32QtbefXsuMKasKa+SANyLJ3QmOkC8oNLPRcwrhVUAYMmO0w==","signatures":[{"sig":"MEQCIEiWxNihnGywFzK+Z4QgNBrFEU8zB5+D3two5Bwcj4YXAiA964nIZ89heypMHOLN/UpUcDsdfLLEx9yj6oAz9vlO7g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817987},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9cdd6541536612dd17567c6ed791f4dadea8e95d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.10","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.10_1691945721626_0.04609464307533706","host":"s3://npm-registry-packages"}},"0.30.2-rc.11":{"name":"fundamental-styles","version":"0.30.2-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"15a733118d4d802c42074dd3a934bd1246f19873","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.11.tgz","fileCount":377,"integrity":"sha512-ouL5z+oKvEOjyGLo3AjadKB8vKwRsFUM5YLGFYoUgiOdpoBIauHuZ1nt2yMKVSMP9mMS6Zez+7ntPtUiJpdX2A==","signatures":[{"sig":"MEYCIQDuSXTnxJD0iG/n5ULGLcs1+NWXVz+icyA9NmZUTZ8vVAIhANuHOgfeEo3vN036dWa/bQKGg4rtycKUs4P77px/AK5F","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817987},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3c0873b3a527127cbcce7a485d8a43d46be7d1a6","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.11","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.11_1692021070246_0.04705774333868806","host":"s3://npm-registry-packages"}},"0.30.2-rc.12":{"name":"fundamental-styles","version":"0.30.2-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3f14e296f9838c67a27884671dbe82cd778acdbb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.12.tgz","fileCount":377,"integrity":"sha512-MmcxrGd40QryobhHoHbClHpCsDtMcNT3ihIAdH9RG2DSrYK5rWNahqz0vcCHSXYHP7V36cHI2tON+ri3qN8MbA==","signatures":[{"sig":"MEUCIHyt2IckbFSNlKYCvUJykZ7VPU/gyd+QCGE/olSrCmqWAiEAtrTw4NKdzY2nM4xgB//0RWCdRbNdhFuUTM8iGVx14iI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817987},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0d050128755ada9170a1d884ca684dc13f2b5100","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.12","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.12_1692021665301_0.7714161378260942","host":"s3://npm-registry-packages"}},"0.30.2-rc.13":{"name":"fundamental-styles","version":"0.30.2-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9071e6c7cba2c27da982bc7507f68c509fa72ea8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.13.tgz","fileCount":377,"integrity":"sha512-f1unFwuun4xo6OSvuT34HaudCdDDbnjJpEFzypvq+Ahoh/hP6SONSXVAFaTv4DR6tFdXxf9wVoKb+cbaQhbCww==","signatures":[{"sig":"MEQCIGQKLox0Ax2V3Qs7enegrdJW1Bdb1hs4S6OZiQoMQtzLAiBr9yHiH8ZRUQ+bD6AQASBBnMBVD4GX5J92kPcqy0XIwA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817987},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"58673f4ffe1a9b1e3e96bfd93dde927f5e5bfd99","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.13","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.13_1692291095899_0.5970247312629213","host":"s3://npm-registry-packages"}},"0.30.2-rc.14":{"name":"fundamental-styles","version":"0.30.2-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2cd76a4ae3c45dea6d6c1edbdd021e5d93d74f78","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.14.tgz","fileCount":377,"integrity":"sha512-lnYGRTGIEP4+y8mC+zgp/EFbslyr0NQRb4rCRi+T7xcAXd5ZVeZNuSqaXxBqgeJzCPnXCiYzmgIWjplX2gDs9Q==","signatures":[{"sig":"MEUCIQC7xJ/JJKMIMTijk4HcmTBT581KF2J1g6ikoOzz0tbJ9gIgH6ux/lPeXSZVQpaP4PJ3h7yXpxlmhTKT4S1zpV3E/ME=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817987},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6285e61cb87ac02d555a4450500f5a8e0655c838","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.14","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.14_1692533545848_0.26595585558564316","host":"s3://npm-registry-packages"}},"0.30.2-rc.15":{"name":"fundamental-styles","version":"0.30.2-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a5445fea2cad267bbcbc60105b721c98d0d54228","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.15.tgz","fileCount":377,"integrity":"sha512-eFiTJR0j0cvrIVUMZyIPpYKlX7LMdUsGW58hFImNYncPNtaZ5yeuzP0zFz7F1iLNrESwn6QeJuQefT902xsdjQ==","signatures":[{"sig":"MEYCIQDeR9WAKjBKAURvyACvEhE9WW/A7ggPOBBxCOiQyIIt4gIhAPb2lzIrBJ3X0RoiGKys6Ln28xxf2oj0EkMyN3fBTLei","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817987},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a7092f36a24244fd676c0ffe79881aabc5bb0b74","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.15","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.15_1692533886442_0.5360439447139524","host":"s3://npm-registry-packages"}},"0.30.2-rc.16":{"name":"fundamental-styles","version":"0.30.2-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a48702dcc1a97ba7e18db311b60e0f1da0dd1551","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.16.tgz","fileCount":377,"integrity":"sha512-c/I1uV8ZETlOy86jK+7B/JsskBEcAvXlVjRQ2gfFmoJkm1VMnQqW5mqC0hnNLhEuNOE7buiWvPuBIeFjr6SFmg==","signatures":[{"sig":"MEUCIDSbKMRFm5W21QIf6ixF/5yqnJeUqGVCsMnTuSbJGRxFAiEAzjnV3UrdDnU3BtanRIctu4kQvJZ5Rw+Xk+C7VOrK8EI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817987},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5869a26a980f673a6c2c8391c9c5a53d5c4928da","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.16","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.16_1692535049600_0.006915111914975514","host":"s3://npm-registry-packages"}},"0.30.2-rc.19":{"name":"fundamental-styles","version":"0.30.2-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"db816f9a57b795cbfabc9617d3f6a5b5c7d77d53","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.19.tgz","fileCount":377,"integrity":"sha512-k2ZxO/wibBkL3B/6peEYHPkLN9SyavcI4z+ILOaOsq/6ckESVjw3EguvPbRZ07Xokkx1iE3xMhnR+ZjWAhTPUA==","signatures":[{"sig":"MEUCIQCz/3ITDUMuXXQkE22r/G3siG8Ei4SluT7J1qc4eV18ZQIgdS3aWP1RJYZTu67Jsc8FWHWpgj0pWsegJs7Frj+BTgI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817919},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"01c74d3f0de3061d1c408f7d0f6e8763ddd36366","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.19","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.19_1693288871972_0.4292584461541058","host":"s3://npm-registry-packages"}},"0.30.2-rc.20":{"name":"fundamental-styles","version":"0.30.2-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"53b5e6c79736baf8a6dce748faaca238568693aa","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.20.tgz","fileCount":377,"integrity":"sha512-AZXXk8XEBl8jlmYRGR4+TLvdhSucA6a7546EiA1mLV/Krj3+NboaJnqwvN0kHxP3proyT3edH5SozpvyaeFRVA==","signatures":[{"sig":"MEUCIQDepQPCMyCWafpeCnPvI6iBRQKOOUrnd1vYhYFOekH/IwIgc7ybrYZ4wzMSHNKbCwAKanzitrZLENrAbNxm4u8j97A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817919},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8722638e570c3cf649b44e1a09249169eafcb09b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.20","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.20_1693755113078_0.623780249460032","host":"s3://npm-registry-packages"}},"0.30.2-rc.22":{"name":"fundamental-styles","version":"0.30.2-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"339ab6bb6385ad5d002b8d0c2257380f88dd1adf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.22.tgz","fileCount":377,"integrity":"sha512-HPY2ocdY2GmJpYOgesqIa85oG4sV9VUNlYwTOPgYdBR5AFGu7tD1w3g5Bw+tV9DlYpNGnSDlMjmf64LxXf0Peg==","signatures":[{"sig":"MEUCIQDX50wY/Vo+PYFBhYKhavcY9NMWRNHIi8hKg+RHW5u+XwIgEfuhKbAMgwBf9BYBZvC6Nrtev0ZnPmiTgQJPM4Vz1eU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817919},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b9823d23902652c92f8c9cf9154cc54c2fa2633b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.22","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.22_1693756293042_0.3513614728719514","host":"s3://npm-registry-packages"}},"0.30.2-rc.23":{"name":"fundamental-styles","version":"0.30.2-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c69447d34c9adc732c5116d7e51f01b1baca795c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.23.tgz","fileCount":377,"integrity":"sha512-cQacV8nY8xGJQeWZ0GdrO5TGo/nnKWj7oDlkCkVd4ezYYfRPUkN02nzza4tTNOb+kga5Qh6/lOIOFBPsriR2ag==","signatures":[{"sig":"MEYCIQDLhYQx8R9g6s5gKW1bUtDTc2E28ldTbN5UIpRk/ONfAgIhAM//8ooqtGwS3/scX791bm9lRWgNwKMlGlb1kDCNzdDb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817919},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0ecc5b0e1ff9fa07aaad91dda1464bf9a396dbfb","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.23","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.23_1693756737242_0.046768470281738805","host":"s3://npm-registry-packages"}},"0.30.2-rc.24":{"name":"fundamental-styles","version":"0.30.2-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1507226774c39afebdda3f63941ebb6b774d7468","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.24.tgz","fileCount":377,"integrity":"sha512-2J3Ake4ixp6gqtdEzDwnxCN464Y4l0aDN81AKpshYze7lkpjfLXnZOuazkzyGIlBVyU1iZh94reEVpt+9QnaBQ==","signatures":[{"sig":"MEUCIQDK0eVdPG4fG7NG5sWOKCcoOk+cwiQ9sciUYfyTvkeZmwIgL4ACmiGveF9KBbpGfHjjsdoeZ4KthrmcP7XvE53kRuY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8817919},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6f391dcec723ca4e728c2550266bb251f6a02bc0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.24","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.24_1693757338135_0.32688431905630133","host":"s3://npm-registry-packages"}},"0.30.2-rc.26":{"name":"fundamental-styles","version":"0.30.2-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2904a7412b05340a8d9a5020cd2ff481b8148465","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.26.tgz","fileCount":377,"integrity":"sha512-qZNIKf2lh8itYJlt3IYOeslXKty7O8DdEaL1qQyGOKID2Ptgan7TeHZ19x1XAljjezAXXRx6+7lZEw/fifLJGw==","signatures":[{"sig":"MEYCIQDheDxsRtnMUrv1qKfIE04WpatPM93wIVOrIdZCq2AvuwIhALDKejNuGrUpvHND7Kjtn+9q5kkMYjMQtg0Ot71Kq5Nq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8818003},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4b1aff621e04b95ef0533b6cf6b94bce9984466e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.26","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.26_1694374425793_0.5384540424500466","host":"s3://npm-registry-packages"}},"0.30.2-rc.27":{"name":"fundamental-styles","version":"0.30.2-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aa98621e7a4c7f7199958f0657584c64b6537828","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.27.tgz","fileCount":377,"integrity":"sha512-iMO0jexTDIMi630dxTis9xztgQ2gC3vEkqEK1pJ81UKXQawxMQukAnugCeQmHgM/Y95InQ4UFtJ3AIEyqUyHwA==","signatures":[{"sig":"MEYCIQCIzwita0Rgsu80ePRz9JCQ/WPid1RnglynB3tvX8EhqwIhAPxEIHE47yukAnn4yrEn4brm5qMH7cGhVxpCvDWnqCTm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8818003},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a6f2b8fa381540f1193feb11aec51ad128d5a73e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.27","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.27_1694375157208_0.4522794530892602","host":"s3://npm-registry-packages"}},"0.30.2-rc.28":{"name":"fundamental-styles","version":"0.30.2-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"76791d76a7de7cad106a5c39a5f200d26dc04f5e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.28.tgz","fileCount":377,"integrity":"sha512-/qBMN0HQuuI+NAWC8HpR2mjQnbhfkXLReH9uKJmoTo9mYOU/OY7EjQwL26q4OMk9m8HLHxtCS9wnD4bJ7vqlIA==","signatures":[{"sig":"MEUCIQC6Uf+GcRVIhrq8URPaS+/yotDfj42UwrJrN3onZz9ptwIgSprowacIG4uWFrdfxW65ccF97zFTg7BLvqWR7+vV0B8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8818003},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"060ba6f60942ba15c3da705e77c1d4cb13d55a89","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.28","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.28_1694429892369_0.6251203290346594","host":"s3://npm-registry-packages"}},"0.30.2-rc.29":{"name":"fundamental-styles","version":"0.30.2-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3f75fd8370e1666be5ee6082d43d040a5553b631","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.29.tgz","fileCount":377,"integrity":"sha512-jUHIgTidPhXNt25p342EF+7/mj3SNEetD30iKrIXQLlKAcmRwJv3MA8VCo730zYEY96XABvElQvFJViZ076VIQ==","signatures":[{"sig":"MEUCIDLpZlYQ9YIHrPKcYjoEfiHF87oL0temrWVaEDrjgI+/AiEA726s+UfNtc+/bFhadBWTX3h4YM8/hAeMRyYoS7Y4Sp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8141007},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"99ffa306eb160df52bcb3de8d708928f7c92333f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.29","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.29_1694525156194_0.6428736727238551","host":"s3://npm-registry-packages"}},"0.30.2-rc.30":{"name":"fundamental-styles","version":"0.30.2-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"69812ca2082db40997c11e2f5e8e3505ea842f65","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.30.tgz","fileCount":377,"integrity":"sha512-mWRKe6OKUsEXfBRMcCrCEV8et0noi0EqeHZ3aHcrLjiotX4cxk5gBM8D511OFgb0gIJ1ncIdURfdWJ5+P615yw==","signatures":[{"sig":"MEUCIHF8phFwSqR6YBRBRjMDOF0bYxPQBm6aEn69TlfIVPs1AiEA1WrOewvm08f9B4coHVhb5Qj0/cnIeygDxTmM8ob2BHo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8134399},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"eef8a3e26c67132fdc4d9343ac5f66d014aa3b94","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.30","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.30_1695390975448_0.9433427926117792","host":"s3://npm-registry-packages"}},"0.30.2-rc.31":{"name":"fundamental-styles","version":"0.30.2-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f0fe2b1f048fdc31143637b72e32ef4ee38787ae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.31.tgz","fileCount":377,"integrity":"sha512-rirmxYhlC4I0iEYy7yoQOEqXPKCnVf8jkW78jLygsa+ufJIElqZj7HETKIgxdYibc0XsH+FQe1kvgRdyllwEnw==","signatures":[{"sig":"MEUCIH4wa/9SUVafteTkw4wkqLAdoVbEg8Q1BIe+Um72YT7YAiEAuWipHdnIZcQ12rtb4amTL+xBOKrzVvm4QylzC4W8834=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8134399},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"56995ceb36aa10161e2fc3e11c3eb1ee41abdd6c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.31","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.31_1695592141866_0.9205044506444775","host":"s3://npm-registry-packages"}},"0.30.2-rc.32":{"name":"fundamental-styles","version":"0.30.2-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9df5527b0698f51209341c1429943a04b2a73839","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.32.tgz","fileCount":377,"integrity":"sha512-O0g9xtnKj9MabxsTlLsjYzDDeS+nduTv8oCd+0mPOJFCjgNbTcOVX0lndVEHKkBHUHD9MrCeyY7r4KhGRGY9hg==","signatures":[{"sig":"MEYCIQD/4a4/niCxQxyz0zxa5GzD8O76oXJKcLbug/NuMeoUJwIhAK3I8EN9E4oL+wNJ7eUEASmpZDjRDn+El8f8yKExJoQc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8073219},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"52d0591f24149c7b3a74a2cca5d9e40200dd366f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.32","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.32_1695745149825_0.18911086216041606","host":"s3://npm-registry-packages"}},"0.30.2-rc.33":{"name":"fundamental-styles","version":"0.30.2-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"771e9fccf5a868c71101b86f1c018f84fb5cc92a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.33.tgz","fileCount":380,"integrity":"sha512-SKnl1tQ7vsXdf6Y3m9dJy9iFLC+MH6XAGQYKjL/qQugQGYehbdv/ad0BFFA7wSF/0RqqkWxIxzgU3U8XsIQoXg==","signatures":[{"sig":"MEYCIQD5ua7Z8ZPSSb3utpwM0YZP3H1/VL+uII7ul4t2SfZqYQIhAJAU8cWm13hCRLum3t1s7Ozo5GDcWCZiBDXYZtse5aZ8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8244725},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b53e86deebf501deff5cc23a700352665ab2a0d5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.33","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.33_1695757005976_0.5804624679982378","host":"s3://npm-registry-packages"}},"0.30.2-rc.34":{"name":"fundamental-styles","version":"0.30.2-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"65637147c390e1cb1afa043e266a87f0f3aefc75","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.34.tgz","fileCount":380,"integrity":"sha512-UAM/ODAjDSO1cy2V+CnwUs8pZfXVXIevW9qMise6+SdYkF2IoeCNpdkBM1NfLvPjpcsT8y0RPpM+aE+keNdazg==","signatures":[{"sig":"MEQCIHrw352etq4KUXmu+lrlPI9828vfSTVC41zlw7Mp4xnEAiAoYbf+wNTLDVXEbyZLEFOVhW/JX6WHTuPRNLQDTdomQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8244725},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"89c2334e73e8659622c84e4d472b8612f8c32f5d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.34","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.34_1695993455430_0.29267902136893853","host":"s3://npm-registry-packages"}},"0.30.2-rc.35":{"name":"fundamental-styles","version":"0.30.2-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"494387e4f23151b4b42a4ccdd87b8cceddde807a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.35.tgz","fileCount":380,"integrity":"sha512-o4NSX9lcBvr+h6PHWih7DzM87yZkaEeZP69ZS50hvUvRjc3gVfLerZS2hRL/zbRXoq7PoEa4tTTmL22dfRMZjQ==","signatures":[{"sig":"MEQCIGBR9EQMxzplnzE9GYJT2m2+WHoLJA4jwCqmg9+mxuzGAiAHKZaLZ0k0N2m4H1F93rZnWX5zixOutQQRez4lX3/m+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8292325},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2e3c4710bb9ddea2c7bfb1df5018b191d86c878b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.35","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.35_1696227895688_0.7335162456316955","host":"s3://npm-registry-packages"}},"0.30.2-rc.36":{"name":"fundamental-styles","version":"0.30.2-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ae8519de1eba9228f5ec0e17b47e02bd51b19ac6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.36.tgz","fileCount":383,"integrity":"sha512-bBDhMUnkIiZ4wJZ9YcVhPnC2c0JXS9gd0w98iixMJsh9XMU88/V9mJSfayaGoWOHeNMCn0JDZ8pKTADWg0uVFQ==","signatures":[{"sig":"MEYCIQDkIghasz7KuScz3N0+eEMilQLrYGtE7WcuflyVXlX60wIhAO7HoZidKM/DdJaF03W8K9HwzdUyWNSoHUUTDXDg44ZL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8312881},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"848a2d9c52ab907162445f3b32fb408ec7b93c85","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.36","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.36_1696344357456_0.6918652667145293","host":"s3://npm-registry-packages"}},"0.30.2-rc.37":{"name":"fundamental-styles","version":"0.30.2-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a4032fcb572e0ab5c279b9ee7659fa1cbd51572e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.37.tgz","fileCount":383,"integrity":"sha512-PhQzUyRov9vrnWLHh8cvhDAIP218Px/C7g2OMjp5RoTwwFCgrvraAyb3aWDXy3sXKYnuDzOhjziQE311u9rQJw==","signatures":[{"sig":"MEYCIQDAsm7fADZ5nxm6dzuODLLo2wI5jhGZueR+pVoFBCSqIwIhAK6GwS+5fIA9Q7cbgfQQfwPi6Oi4U6tTTL4dbnDp5qoN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8360061},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a861493896c7553b9ef08e154e6d30902bfaa0cc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.37","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.37_1696344912834_0.4883614782798813","host":"s3://npm-registry-packages"}},"0.30.2-rc.38":{"name":"fundamental-styles","version":"0.30.2-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b9e16c2f0036df11f29b17e471991f4e51604521","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.38.tgz","fileCount":383,"integrity":"sha512-/tJ9m9d3uwSR82I1SjvswI6P458qGCwau1wuKxN6j89V8uuuxzWBclBqTZNZZLe0NQjQn74+B7/8miUOR1h4hg==","signatures":[{"sig":"MEYCIQCqlP4f14u6yR5FqUSHTF1VC+up9Cx/yKdAlJOvgyhK6QIhAJMnmTKxWhORpNqvo3gZbCleyyhLDAubVN3oSSv3bk2+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8360169},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9257750c76aa171bc49df636415ab35c68f83565","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.38","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.38_1696974120799_0.5960154117117167","host":"s3://npm-registry-packages"}},"0.30.2-rc.39":{"name":"fundamental-styles","version":"0.30.2-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"82ea3d74d304980f291da57940d29d1071323e67","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.39.tgz","fileCount":386,"integrity":"sha512-gKgdNoREztGPq0UKtZcsugNRxYKBUfRqFZ/BxVx8jQ2FNfEtItiBZuusAoW9cHlJQjAQ003iIwVDjUHmIdObPg==","signatures":[{"sig":"MEQCICwxUA3p9S0pd27CyTJXdYvmyq7Cv4DAc7fR+Q1WpQAsAiA9IEr26OzTDkBhNUvNiZjmfrTIi47u3DKHywt5HEWk6g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8372349},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8f30a88c24ce393727222793cb0da5850c1537b1","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.39","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.39_1696974408671_0.6104417696326452","host":"s3://npm-registry-packages"}},"0.30.2-rc.40":{"name":"fundamental-styles","version":"0.30.2-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d3b952a5e120aa9e65f676eaf6c00baa534d8e71","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.40.tgz","fileCount":386,"integrity":"sha512-Jm755aBuJUXBnjglnubD4TR185WuuLJM8uSxJEOPmhge08hR8/mjvPYlXppXh34EMhlIOLSIUn1pZXzNAIMx5Q==","signatures":[{"sig":"MEYCIQCk0KYQo1+hz8iz/4wsRsie0tY/fo2OQK2jG8CvvEoGaAIhAM3/EbiCQGkRyn1ZfFfWpJtT/THfOX8RRISvd4uqqxbu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8390553},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3f315ba9bdbfb067b7e5d189da52d72a243bbd28","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.40","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.40_1696975334928_0.15203846846231017","host":"s3://npm-registry-packages"}},"0.30.2-rc.41":{"name":"fundamental-styles","version":"0.30.2-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4620d89fac7d344e2a493c0e4d30b92d79bee7a4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.41.tgz","fileCount":386,"integrity":"sha512-v31HQhm6y8cOD35YJwcPqjBLPn1LhQo8590sJziQHlvHiNgWWXjsbpgk2noUuRnmUYrlOvQThAYVYn7ySWxuGQ==","signatures":[{"sig":"MEUCIGKUhCeq8t/Yu5S+/H7csGL1sR+lamxF1VeNxnXU9Hr3AiEAu7KiLm3ihA7uaoA1Dy0tRITQ0SiMMAQXFrWmDFR+tYs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8390553},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b0768e0f6d6d136391b6f21e097c0ab00b1a15fe","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.41","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.41_1696977028368_0.5954499095558852","host":"s3://npm-registry-packages"}},"0.30.2-rc.42":{"name":"fundamental-styles","version":"0.30.2-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4633d95fad3c28cd706694f27f16db50e11166b5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.42.tgz","fileCount":386,"integrity":"sha512-3Mx4dhGAGKxLoVoSXCHz5GavaacxFhGVOzINms5GAV8W6LBpFf3QNZ3/PpER8QLzJ8psEKKGcaiQU9hsZIfa7g==","signatures":[{"sig":"MEUCIQDOUcDgfD7L7F7hKCQ9qGKYKfQ26Enf2e3ks7ppHkSOYgIgNdyDM0PnFZSC2W2FlLHKrFeU5lOINTppBu9IGMMSfFY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8390553},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8516df8ad4ef58ac1e585d19eb020bf6020a421c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.42","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.42_1696977698090_0.7315057895460211","host":"s3://npm-registry-packages"}},"0.30.2-rc.43":{"name":"fundamental-styles","version":"0.30.2-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4adf4c5a1a66b39f3b8c3f3eeb77b7d3eac0b72d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.43.tgz","fileCount":386,"integrity":"sha512-3clv4opISiQ1mAqHWj+FEYsTzRQBjFx+xAJmiigedNnGd2MexMy+k77h+PWO6WMVfZ9kqBuSkL7f/XdtaTup/g==","signatures":[{"sig":"MEYCIQCnGi8P5xRQcXqUpCZXj+FeXMAFfMD/SgaUmoIkxAln2AIhAN1AtYUZmOM9ZEFMydqKxv24M9nyGWzvl7pl4os9YOhH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8390553},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a387925621558cd90de0ed72b06a1e0452f4de7a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.43","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.43_1697035159449_0.8663346524011504","host":"s3://npm-registry-packages"}},"0.30.2-rc.44":{"name":"fundamental-styles","version":"0.30.2-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"33603e413f02cbb1ec5fd189d831dc5d83b08189","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.44.tgz","fileCount":386,"integrity":"sha512-maucATRHIqX8bV52AkrQtevYCKnopLvc6FFIVK7i0UdRsEeoLYdRVrhRlH1vPpFCX2/+TrrZ4R48bKvWyPXwCw==","signatures":[{"sig":"MEUCIQD4ZSDrCCL6ICYp7izZ1GL5VkMeZuTozz4mpi6t4mp1bQIgZS7UWIH6e/bv8/Cx3iFpiY7xRs6y93QFrBceCG7irGE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8390553},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"105bf1befc46a784a9f265255c2aadde4f4b7ee9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.44","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.44_1697381689501_0.2809968143236903","host":"s3://npm-registry-packages"}},"0.30.2-rc.45":{"name":"fundamental-styles","version":"0.30.2-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"395d3bf2546afe507e33999cedaf7e8ccb234bc6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.45.tgz","fileCount":386,"integrity":"sha512-t4O1JUWc5by22eXpWmoqP4a4WYHFhwfp5Pw5zURW2yfeQRZkVMaI3eQaK7QAaSZXKPbDsvOMlhVpzqf0b/Wd9g==","signatures":[{"sig":"MEQCIEkaKGjj0yXwTMrr3GwTyqU9BvPfQqfNnTAzzA5uvWTpAiBuuVnNbTAL5ayM6fEGcdcCCSfK8cYiGg0ZqRHHlbH4Rw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8390553},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bdc5dd62e49348661eb438d34bc3fd5267894f88","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.45","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.45_1697382847762_0.7224256848431683","host":"s3://npm-registry-packages"}},"0.30.2-rc.46":{"name":"fundamental-styles","version":"0.30.2-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fe509c3e6aa145e2cb7ec6b58aabe85423ddf228","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.46.tgz","fileCount":386,"integrity":"sha512-sBDHCXDTFogZ4Ccmxre0zbzsZrZrA7M17BXL/Ay2200zT2nxXObzjXfj8duVx9v67wz7iJYlMZNfs0vkqsiUBg==","signatures":[{"sig":"MEUCIQCCi4IUIzLSMEaxaoEEGlMkYxtlRLYAqxszHDn4wzpIVQIgYRnxtaJVazFj5fLG++P97NfSiIRsmZK7jOeOWO9sPTg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8390669},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"fa2bcb2696c12a79c02eede07e4e728f7b729b61","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.46","@sap-theming/theming-base-content":"^11.6.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.46_1697482563191_0.2668713895438961","host":"s3://npm-registry-packages"}},"0.30.2-rc.47":{"name":"fundamental-styles","version":"0.30.2-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"829b98a5450d2d15835c4932125af85f08f2dc85","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.47.tgz","fileCount":386,"integrity":"sha512-lAoiYUPxKkm9rmrWblkZxkurs2n27Hforc/O1ItQV2ePKbxVnlx+7OAoBOnPbaOooIuHQV6uFYpWzZv7n07LVQ==","signatures":[{"sig":"MEUCIQCuDn/pMzvCnBz1V5esVJuAlv8u/lCklJYSgxwZLMshlwIgG+LSW34bRw8PMAqXCoHnGakMqCLJJZ5+jfOrZ+CKw/M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8391317},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8a9c26865a8a599e1a2c5adb8f7f38284a7ec226","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.47","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.47_1697577687887_0.986369061478348","host":"s3://npm-registry-packages"}},"0.30.2-rc.48":{"name":"fundamental-styles","version":"0.30.2-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"471d23df8e2a3b346dfbf5b25e51b6b6d142cb10","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2-rc.48.tgz","fileCount":386,"integrity":"sha512-dYa7nG5qDMs5xBH9YRSB1EODhiwXkLgP6WSgAT+AMbQWLXV6IZx4Uzkq5vhVlIvbVbayFKytkILl6glX/VaIfA==","signatures":[{"sig":"MEUCIQCEYJalfb0yg5Pu+Q8TRoK74yVjWRPPa3caxldPYTuN9wIgHcFcZKDUqcCSp+9lkWXTDBG1kA0hFLdJ6mfCovhvMMs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8391317},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0ebe99e081d4764e02a42fdf0e649edc3a4f3cbe","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.2-rc.48","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2-rc.48_1697643082389_0.09189055040357075","host":"s3://npm-registry-packages"}},"0.30.2":{"name":"fundamental-styles","version":"0.30.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7c9eda8e8fe2e976c71a967d6b2d9f14dd20d286","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.2.tgz","fileCount":386,"integrity":"sha512-oD/U0wmf778Nu3gs329UKBr6gRXpMwSlHAj2qLR/67yKLKOcEDIWdrIqs1XCoAKknGRMoEP3Z7yT7w+scQGEMg==","signatures":[{"sig":"MEUCIQCfoSYnp3DHQIn6opHifLYBUY/9uq5PYanXErEEdyOuOAIgfEH+roipc9iXzpu+VRB6XaYBZeagQe7iLmIYq3YTgGk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8389793},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"fa5fc8ef084e7815b80f31f8f74cb29342687ae7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.30.2","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.2_1697643411581_0.9245905397700163","host":"s3://npm-registry-packages"}},"0.30.3-rc.0":{"name":"fundamental-styles","version":"0.30.3-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.3-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b66fc5de025bc433fe9caec9923610b00627fdd3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.3-rc.0.tgz","fileCount":386,"integrity":"sha512-3K+MK0j/HEx92rnrYwLa9UFRSdFmj//X7hJIrAeHVEBsp4m65Wx17jer3NQyp/sSg4leuB5c6/OM3Sj0DugMvQ==","signatures":[{"sig":"MEUCIQCha0hbZ1g01z6+hMJifne26jaLOPqgoDpahL5dW/FXsAIgB7smSVbcOBFS8DCTxyaSplAguLOBpvcSDJIC4bV3SfU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8391159},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7c8552118d57aa164f95753bbfd305c4d6a01716","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.3-rc.0","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.3-rc.0_1698060843301_0.9534920641604883","host":"s3://npm-registry-packages"}},"0.30.3-rc.1":{"name":"fundamental-styles","version":"0.30.3-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.3-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"24b4574023e17b6c14ead54ed709e20599be78ae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.3-rc.1.tgz","fileCount":386,"integrity":"sha512-zMCpsFwz8oOGG/3qIdHSi8UPEyvSPHOBU9G8i0pza71RfBrnujs2Vlwg6gfC0rsjRH8+AOFbQQfJlyN1bKrnuQ==","signatures":[{"sig":"MEQCIBIgO1RltqeVwmK3BlFUrAQbiqda+h2xxHD+HteY8jGMAiAbLcrDfyZ82OVB6nhBi5wjY3b9F67ME8LR+sbaZ0u65A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8392811},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cab976866f93ba1a4fa944eb8bebc3523c053d32","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.3-rc.1","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.3-rc.1_1698229797832_0.3883824836190175","host":"s3://npm-registry-packages"}},"0.30.3-rc.2":{"name":"fundamental-styles","version":"0.30.3-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.3-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"99113fa7b63918bd22a1c102ef5535e47ef96403","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.3-rc.2.tgz","fileCount":386,"integrity":"sha512-HJHBg9G8/hIdpU9OzPnUHz5feyGBDvRhX8y0JV6JjwO0JmWACFTdPzRtg4ginh55ilmffxSqUfJ1bNjNoxwvsA==","signatures":[{"sig":"MEUCIQCsUogvTFbikghQ37guL9aQ/8m8CCSstTylAZOjQUvXjQIgPRpQYQTxx7E0gDfAt6KqsKH4O/0yxtzC4g4Hsp0AbxM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8399339},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"216cbcc391284272ad3c1589c341fd8abb7a9953","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.3-rc.2","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.3-rc.2_1698237777595_0.7226454997318068","host":"s3://npm-registry-packages"}},"0.30.3-rc.3":{"name":"fundamental-styles","version":"0.30.3-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.3-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cf55cd192685c97734c214129b091ff1fea988c2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.3-rc.3.tgz","fileCount":386,"integrity":"sha512-CKpSb8F5S9dbviRCM3Yz+Ae39O5m9/yvGJYRBzPjPfLcyk8kWbxpAxzRnEYRBnfNbZwwsOq18edhfO0UBJQJ8A==","signatures":[{"sig":"MEUCIQCB2ETYGaUASumiqNCd9WmLb1rhTQZrgcNp68XOYOqg9gIgJImGxLpJv+f2NAEhYmviOh5gPBfpCIJ/MnNHEDbn790=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8400351},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a78a2f807590f98209c13b92d288fe7cdcff1dd0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.30.3-rc.3","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.3-rc.3_1698261766923_0.6394329926712599","host":"s3://npm-registry-packages"}},"0.30.3-rc.4":{"name":"fundamental-styles","version":"0.30.3-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.30.3-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"244d8202416d408e55339ed2ecc9dfbc691f86cb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.30.3-rc.4.tgz","fileCount":386,"integrity":"sha512-XEl4mXjsVHEZHwVFcEHOR5we0D0kVprDCTJ2DbPVGgpfop0dmwGd+HxtjlHBKutCmNCJxGZoOiu8TbZ44qPuiQ==","signatures":[{"sig":"MEUCIHbqzXkuIKJueZND1bMmXcx9khZI2QZ+c1tlsveQKkcPAiEA9DO9jkuO/OQhYOG+9sXgKsbX3dTV5yChaHc7qv8C5uQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8400339},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9e7f2a188188b46cdc9ff148466670989beb495c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.30.3-rc.4","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.30.3-rc.4_1698270230996_0.1251071530266934","host":"s3://npm-registry-packages"}},"0.31.0-rc.0":{"name":"fundamental-styles","version":"0.31.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.31.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1f957b26f11610b66e61029babc8beb2f5103db8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.31.0-rc.0.tgz","fileCount":386,"integrity":"sha512-oaodYKr8/4/a4sVB3p4dIpEPkrGyI1BUZA4cN2jCems95CVbFRkJjyLjiuyZ1ORvLU9w4DFPQw8wkrramzFBWQ==","signatures":[{"sig":"MEUCIAh2L2yH8u6/fmhJdx9eLAjz1Q4SlXA8k6BSUH7gVPSmAiEAqehWjGfm6DG1gn4ShmdKH6hPHJk2DxqouHFdYTC2+nY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8400339},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"02e293503c2eb1ba8e0d07707b6a570f60f8400d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.31.0-rc.0","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.31.0-rc.0_1698274134990_0.736868608179577","host":"s3://npm-registry-packages"}},"0.31.0-rc.1":{"name":"fundamental-styles","version":"0.31.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.31.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9b43987fb134e523ade3ccaf19b41255db1b255a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.31.0-rc.1.tgz","fileCount":386,"integrity":"sha512-EF2rjDsgLeWFqLX10EJut93uTbbZp3XiBpaN61dDn02BXAG/VDHOCU2kowSyWVcTV8LPL/qB+bXpU8x1cp8IQw==","signatures":[{"sig":"MEYCIQCZdNCdzu4Hc9eyNxNoFINspQuYoGfzQR6mpxQa1XcfsgIhANWiNyHl4/XPW0YKlbwj1FEUzSL4/VJ+eYcuCSKG8O/S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8399919},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"544869473876d69fc0f818d911914fdb528ec45e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.31.0-rc.1","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.31.0-rc.1_1698277059411_0.05343665618145388","host":"s3://npm-registry-packages"}},"0.31.0-rc.2":{"name":"fundamental-styles","version":"0.31.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.31.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ffd74b3c434a151149d06db70ff39eb736a1d6ab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.31.0-rc.2.tgz","fileCount":386,"integrity":"sha512-VZmIQWLki2hK2loDCONpi8wwO/ZEtrHWRD8EOQ9+nvH+Hwem0Xw5SvebZb74YUILZcbO4rYvldr/vBxgYp1UaA==","signatures":[{"sig":"MEYCIQDrfGqDi9ZjHrhl8IB0MCluzZVES04SoqMM0j2l7PJqWwIhAOki1ntdGmJ0gUip3RNNwI3Co9j8AO9DaFX3ws08cyDK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8398167},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5080ec812a81c4b2de1e705935429b3980181b09","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.31.0-rc.2","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.31.0-rc.2_1698277779260_0.37481425589233774","host":"s3://npm-registry-packages"}},"0.31.0":{"name":"fundamental-styles","version":"0.31.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.31.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"082d9d3c16a194a791cb0752709af59bb6d6a1a2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.31.0.tgz","fileCount":386,"integrity":"sha512-ab9V1cvvX0IluN5uLi/lhofamQRI51tawMms6Sugh+NNX3Myre9KxirZsn/epvmST7hpeC9/N5POMwbFAyXQ4A==","signatures":[{"sig":"MEQCICdH6WnyATkaMa+kPhUcvjgi+muaKLEi2HgBwVwOYr54AiAIEpD3feGqQ1dlGYfn6xTPIePBWxcv0PMs4XvZGKgEEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8396897},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"103844b402eb45225676221740279597f841d22a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.31.0","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.31.0_1698278163232_0.3266109782492943","host":"s3://npm-registry-packages"}},"0.31.1-rc.0":{"name":"fundamental-styles","version":"0.31.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.31.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bbb000a9cb1bb747225c87959a73c797301b230e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.31.1-rc.0.tgz","fileCount":386,"integrity":"sha512-bJub0BUhle0nvgqwKoIIwYvbC9BmhryooLKj7Z4hu+Vo2XsRBtSWIr+bwMrgD7r+dWbIbXRMaWHy0e99/B9FzQ==","signatures":[{"sig":"MEQCICUw2XY37w0uvjVMDY/Hud2I/GQwlndvafGPEW97utSaAiA9T2Kay5HFm9pn7KDatpTihgJhxrcVF3DqreZ7Aoh4Ow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8398171},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d96e42b31d9dc72d6bfcfb1501eecd0b50e2fac9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.31.1-rc.0","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.31.1-rc.0_1698424605944_0.10968775472959535","host":"s3://npm-registry-packages"}},"0.31.1-rc.1":{"name":"fundamental-styles","version":"0.31.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.31.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"21c17050889c444ab7eed9dc8599af84f66e76f1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.31.1-rc.1.tgz","fileCount":386,"integrity":"sha512-2GbbfjErb8GiXE2vbvw2o6zWTaGwMxKQS1phyBG9GMXHsVmFChjuekvsy2H7phILWoG0mM8grOlB5z3NPNLtqQ==","signatures":[{"sig":"MEQCIDJiu3kNw6+Tmei4XJ5ckJHT3NUdGkRSIeOpmhAO/NpgAiAT2iK6ocYL16pFKyeUtpbN4dMqS/laFzCLm3tEFiVjog==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8398419},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8502822562264626ec192e9ed52efc8406b1bef5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.31.1-rc.1","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.31.1-rc.1_1698425016506_0.5646497996680258","host":"s3://npm-registry-packages"}},"0.32.0-rc.0":{"name":"fundamental-styles","version":"0.32.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"24f46f355e27c474ca947018391c1b181fa7456e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.0.tgz","fileCount":386,"integrity":"sha512-dYP2xUp64caaEO5s1W2IClCNIU1VwJ9su212RFmIci2yxbrYH0NVA2HtPtZXf++speoAWX52Dh1IrC/r4LD6CA==","signatures":[{"sig":"MEUCIQCTCOF7CI5xMdY5nT9BwXNjVl4s9Jdf4zwh7Yxut/3lBAIgKfIvTXqhZF8+dFfC7evWQdUJSVQjcfz2QvTZ9EAvtHk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8398643},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b54bee9bc108667b5fdcb0334661033870e4c14a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.0","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.0_1698425362422_0.9579938203708047","host":"s3://npm-registry-packages"}},"0.32.0-rc.1":{"name":"fundamental-styles","version":"0.32.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"08e3d50ae3c0de1628a6ac35a2a05c03d48c2c82","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.1.tgz","fileCount":386,"integrity":"sha512-HF47kW1YeiX93vf1EB3O3vblRUO6IoGj86VEZZAqqEnh7cZln4nafwo4COSopm4pzXn8KcxSiVXu8kqdmIBDLw==","signatures":[{"sig":"MEUCIQDaqabJiM2w/3SN7ZnS9Y79CNiF6dDz6ahbaTFoAoLyWgIgRgp8FRtv+8k4cBisqSsINzq1VS5V6XEfx1WA3pp+SwU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8402703},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9a4fe47f700a5e32ccf444ac3288b3c3b3b27867","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.1","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.1_1698431122103_0.6706311847648638","host":"s3://npm-registry-packages"}},"0.32.0-rc.2":{"name":"fundamental-styles","version":"0.32.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3a65771c4ef8a3c62a1e3712909fb9fd3ed849c9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.2.tgz","fileCount":386,"integrity":"sha512-aXfYGxyxJhVoDeZ9ifG0KhUP8MWpS+P5+INtARp+Fw4jHksWEsoqkkwvUX2Wph30peSXDPQSkvO2qrdjDTQPzA==","signatures":[{"sig":"MEQCIFpDo730Qrergp6WF9LP55+4EBgjZOeVGZYJ8mZ/HDkgAiBDjS74N0+FwtFRc2dzq2g5FGjuyBHFsW6DNpq4zODkyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8403491},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2ea0c36eac2de3ae11ef256c188ae3b4ad81573e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.2","@sap-theming/theming-base-content":"^11.7.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.2_1698431637813_0.00790580664520446","host":"s3://npm-registry-packages"}},"0.32.0-rc.3":{"name":"fundamental-styles","version":"0.32.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9efacf8bdfc96a7e3cb67ee51d60dac608fe18f6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.3.tgz","fileCount":386,"integrity":"sha512-4mjxzJ8j0oshi4FgqmHThWigYtT3iwqBYzpVT7gSsz000Ixz2YG42IOQAsacvAIeEgNbJZMQYXRoKTLdZix+JQ==","signatures":[{"sig":"MEUCIQDUX+aVVn3oHjnh5ETL7wau0y2IS86zEXAh5fDdxFdwJwIgHobqvHGyeTzTj6PD6IWOF7VcPQEpixVAkSpQnt3m0FM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8403639},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ab9bb28067ddaea475b05d3c36ff7226f3f11b24","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.3","@sap-theming/theming-base-content":"^11.8.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.3_1698433136672_0.9236300162578039","host":"s3://npm-registry-packages"}},"0.32.0-rc.4":{"name":"fundamental-styles","version":"0.32.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aa62787ed33ee51d221e273d905920381408b35e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.4.tgz","fileCount":386,"integrity":"sha512-N56r8wldkkGaKA8kiy1c0ZTCEetIc5KXE7OSVpFzxOz+d41I3shCAJCGPLYASRkwehMhSeixZXO+Ocu/r4KxDg==","signatures":[{"sig":"MEQCIHL5UNOTdVcNhEtaZb/sP1ODfZho41BnTNq4kmLdM3+pAiBZVpug7/yjJvNxLFGJi3jSD0kONCf3+vuPJbFwdEhyIQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8403639},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3a28c5fc7630cd38ec9a35955b553d484d55d7c8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.4","@sap-theming/theming-base-content":"^11.8.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.4_1698797171084_0.38685158589192903","host":"s3://npm-registry-packages"}},"0.32.0-rc.5":{"name":"fundamental-styles","version":"0.32.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dafd0b29f7236b5e398a0a17d352fb8970a50756","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.5.tgz","fileCount":386,"integrity":"sha512-nYQlCZN5hJpuv9QNYo75xOFk9Po2N5zSH2uiVwHkys3/l+6XSLcONeKezUrwDZEMeigTQUHHjMgjOn2kNl03xg==","signatures":[{"sig":"MEUCIGZKE6isGbGaNOwQJtEfC7XEb/CaNGosqKbYckVEqn7lAiEAoAny8ZLqDmsCZffKwFvhjEtHBqMn1ppdlRoh2bdFbw0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8403639},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5b59949a003eb9555694522e069ccc113972e48f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.5","@sap-theming/theming-base-content":"^11.8.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.5_1698836462964_0.18000070784787248","host":"s3://npm-registry-packages"}},"0.32.0-rc.6":{"name":"fundamental-styles","version":"0.32.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"32d5921a30424554995d24e19e35e445877ad412","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.6.tgz","fileCount":386,"integrity":"sha512-Mi3ChbKlAikvJ/ieiRzQKdfAQtN/t99i7GY6Ld8LfQn0Nx8aoE0EyMhkJHFQEp9yYUAYrcAynGzclUVienh6UA==","signatures":[{"sig":"MEQCIC9OplNrr9zh0Grcq1xbZQvHiEE2XcPxWXCxY8xSxrrbAiBS6Xkc9HlRgWlIbusTsl9cT67pGApNtNjlPfz4iGBoqQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8409503},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"40b939cea4e9e7b41e911d44dc8c401cb5a6fd4f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.6","@sap-theming/theming-base-content":"^11.8.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.6_1698913042233_0.8145822632734125","host":"s3://npm-registry-packages"}},"0.32.0-rc.7":{"name":"fundamental-styles","version":"0.32.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d5b5ef52b20ecbb8e45eff3817992e2214b7d76c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.7.tgz","fileCount":386,"integrity":"sha512-727Z5LRnc/cSee9b6A12zZE1V9DcBp8QnrdsgchIEPkpv34EAvnYCIwcNzjNB7wqIgfg7ARRqsta0ARDXbrQow==","signatures":[{"sig":"MEQCIC0J9hSizin5F6dar3G5Xr6KeNSmIQuHPNrdjtqAzpRXAiBgQQRi1dEHvem6WiLQbp1TuyZHxkICKB1sUDM3uxsmMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8410955},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f6796538728e495ecfc11430674929c70215ae73","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.7","@sap-theming/theming-base-content":"^11.8.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.7_1698920962870_0.7962006951179357","host":"s3://npm-registry-packages"}},"0.32.0-rc.8":{"name":"fundamental-styles","version":"0.32.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3464671eecd7d1d4bab1175d71523608ca20eb08","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.8.tgz","fileCount":386,"integrity":"sha512-lozEoFi7HTAL5Im0Q0apC8uLvvN9Ofd9Q8bAlJVpG9L/T8w1lAW2/TNtrE+iKGdbmrXa8TvQecVDOtrlsq85DQ==","signatures":[{"sig":"MEUCIC3Hf66/ZQQIaOaPd0Lvvkao8hMbMOG6B5aWXy6Ts0iZAiEAhYby+D5xjoyzR9ZeiE5ysLDc9SFvWGt7ajCBhfE7o1U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8410955},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c98e1e00e80944bbfe9d0d6effccac9ffefa873c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.8","@sap-theming/theming-base-content":"^11.8.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.8_1699015589250_0.7437534596213924","host":"s3://npm-registry-packages"}},"0.32.0-rc.9":{"name":"fundamental-styles","version":"0.32.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"23272334ab0e482c60c1602c420f39bdb85f9db5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.9.tgz","fileCount":386,"integrity":"sha512-tAxC3bcM8il8/dc6ENr6PLqULADIg5hqBOJT7ybrTXcbGnTA6Mi2Z/pxTQKszQ+Kz3D1v7eNTX5k29zo0PmECQ==","signatures":[{"sig":"MEMCIDOZeULmCg1bUiovYumDdKe9uNy5v0SK0Jq1vDeqQXQRAh8L44V6UUrc8RXn9S/LcyeHZNtah9GsUX6QWLEZZiIV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8410955},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3bb5f3213acf044168b956c27f2952a6dbc066d7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.9","@sap-theming/theming-base-content":"^11.8.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.9_1699202797678_0.784398078451751","host":"s3://npm-registry-packages"}},"0.32.0-rc.10":{"name":"fundamental-styles","version":"0.32.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"69a2019590c96a72b473fc46e5f41a08a42ee047","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.10.tgz","fileCount":386,"integrity":"sha512-c9QUsKD7MRBL1+Htve4f7F1OfFUZ/XPu2dyco+CqhKB0iHPfDaCIg7k2ClgKAvRldzfIDJqQBsplQEi2lXY9tA==","signatures":[{"sig":"MEUCID2PbVyfPff56xU+IbRrxFpuoYsdz7IxUR/a8cwukcsOAiEAx3+CSrhd4kOKzqu5CYvK1ietBBC5Vp6Ne77tTnewsGo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8411209},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"650a85dee28bc3874a772b911161245b7b0e074f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.10","@sap-theming/theming-base-content":"^11.8.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.10_1699224881002_0.48042493736897507","host":"s3://npm-registry-packages"}},"0.32.0-rc.11":{"name":"fundamental-styles","version":"0.32.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"857d983dea4ee54aa95b9ff31fe30ea2d4b96077","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.11.tgz","fileCount":386,"integrity":"sha512-FEEdEGqShdDr0tCSOMUhGH4/qYoAOswC95oaj8dx+km5uzi6njGlrciZ5K94GUFTiE0hXalDMRr+CCAM2IBUgA==","signatures":[{"sig":"MEYCIQDJZAH/eHfx9ag4K2DNHsdlTEp6TMJSjIs3B9xr9YN+NgIhAJZn8gPK7PZKbRzVKxtk8snCMsqQGFvvk+jaO6tpVT1K","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8411593},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9a4b58af01d24ed369155ebab80187613145522d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.11","@sap-theming/theming-base-content":"^11.8.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.11_1699382693879_0.72394003293372","host":"s3://npm-registry-packages"}},"0.32.0-rc.12":{"name":"fundamental-styles","version":"0.32.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4b76e65dcbe0ad12d24a47b1ff3e2a0db5966838","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.12.tgz","fileCount":386,"integrity":"sha512-5Vbb2ZpaeJnAnt6px8Au4mjZWiOFsl85ueW5ZGwrn4GH+wlhX5UucBWo2vEV8FrprMR8ybd6cPjUl8mkPeUvlw==","signatures":[{"sig":"MEQCIH0yeaElN/0LMFUtyF7ogvohlgegv++OWbeRFsrEuBDVAiASTylsknU5MzJc7ankfFLgSR2xjFVzH1wtLHdL8oIM8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8436905},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6fcc250f95664cfb9b5b8856951532d824b260dc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.12","@sap-theming/theming-base-content":"^11.8.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.12_1699475577819_0.39768868842119187","host":"s3://npm-registry-packages"}},"0.32.0-rc.13":{"name":"fundamental-styles","version":"0.32.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"03f7524eb44757efa702edfc916ad5101f1dc70e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.13.tgz","fileCount":386,"integrity":"sha512-YSfdaKoNx71flkjkT+lM+SaZtlyWT6S+G55rqSolsocIG5jh/RyGwK3E+VKiDBesrrUD/JkhxNkH7FDe/A+r3g==","signatures":[{"sig":"MEUCIH73oUfko/FHT1WZBPsN7vzWm1SFFwRVSJNbsIk77Je/AiEAgM2BeGeksFxTzz3VNyaS1nXA+1MB7qiuuxz/Cq2h1Ic=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441313},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"672d1b1b97c08d0ba395d6edb8dfc272180931da","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.13","@sap-theming/theming-base-content":"^11.8.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.13_1699531121577_0.9425028753333369","host":"s3://npm-registry-packages"}},"0.32.0-rc.14":{"name":"fundamental-styles","version":"0.32.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b7308746cf880dfc771cac315e384163aef86e7b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.14.tgz","fileCount":386,"integrity":"sha512-TWIk1MdbPcbYRR+LtJ5xPoKbby/IkuqyKZctlU9N5sAcajacRsWrEnoeTIz5rmSK2tFUluHLC7IpflKHbKeYeQ==","signatures":[{"sig":"MEUCIQC8fCVvKF5UJpzYP/ZpZedwxQEbVKUzXGbo+0lOlkR7FAIgN2Ju3U1LtvGoksuumv/hTH8Da1Cws1PdImCiH33EDoI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441321},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"856700a1de7dd5181b53c75d5a810891cf13f52b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.14","@sap-theming/theming-base-content":"^11.8.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.14_1700061287715_0.4612215966165154","host":"s3://npm-registry-packages"}},"0.32.0-rc.15":{"name":"fundamental-styles","version":"0.32.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b8acacb823c2809b79448fc52e0c76160cd78d0d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.15.tgz","fileCount":386,"integrity":"sha512-iKtgjJ3yAKNng96f6XaWduwSt5Njg6WYYZ2V21Qf5p3HwJ0QBC4LaG1RmhsR4eobUr6qBVdoQQLGNml0klCAlg==","signatures":[{"sig":"MEUCIQC1xiKPRZkFbhiRuRNUNNHLDTLDOQCs1dR5wonk89n82wIgNEocuOgMShY/pQ5W0S1rE5WAwaXc2220IPskTcsNlw4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8440661},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1562c16be573e1dd7a5680dde188c13e185d2c4c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.15","@sap-theming/theming-base-content":"^11.8.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.15_1700061814762_0.6329616168681875","host":"s3://npm-registry-packages"}},"0.32.0-rc.16":{"name":"fundamental-styles","version":"0.32.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"06efdaf314e8eb8e9f80e6c9304cfbd4f66e5873","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.16.tgz","fileCount":386,"integrity":"sha512-pRRtP/PufyaXe+JJys1qr8+D9GX0UhfEm3XhuqKw45T1dod+z2Wt4pNOjXDXSmbAH6wW7Dpm8lYKSNkBxCGoHg==","signatures":[{"sig":"MEYCIQC5OMWpjjAYUHtPDoQC+rOK0BXGOoD7xGNksGczbMTbggIhAM71eKYFdSKzZvKGLT/ABCxECpCQ9fRODeBXc5mJVNZy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8440661},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8b01638abe6429d54e41906ccc689aafe68c0efc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.16","@sap-theming/theming-base-content":"^11.8.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.16_1700066036572_0.6233654846743772","host":"s3://npm-registry-packages"}},"0.32.0-rc.17":{"name":"fundamental-styles","version":"0.32.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ea1c2a44dc453b9e88f306741c2454257edccf08","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0-rc.17.tgz","fileCount":386,"integrity":"sha512-nentIqFIDhuGb1hRUiXt2inf/HTco4j3rWUX4sJrii36xIYj/TrAxi8BoiIb5WjMBps7LtGHP4iVQoTY+/Vxfg==","signatures":[{"sig":"MEUCIQDZ2AmOGv2KMx8VW+j1O1I2gVNljhVCJgfHwEtayC1xSAIgM+UBJg7iFuN07fi89Pb6insdWeKE+HDTPaHF32mEriI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8440901},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1c9ca53a993d7b9f18dc52c93f25ac59c02aa64b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.32.0-rc.17","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0-rc.17_1700066901470_0.45378021758255205","host":"s3://npm-registry-packages"}},"0.32.0":{"name":"fundamental-styles","version":"0.32.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.32.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d29764bffadc757d3deacb74e9e6ae034db015fb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.32.0.tgz","fileCount":386,"integrity":"sha512-2DAsLaPqeWqNP0pp+dx2q2uyKV2vhII7yrBRtA2kyMFFyUX0dJRs/MXMSVK2jHfGT5vtz/ppeUX5Ujq+WEVbwg==","signatures":[{"sig":"MEQCIHe+w3BtuER5i7VvYe3doTL20VFN0NrX3Ao9zL9vKkwjAiABJAvhxyRPGVvAHh53vhPCMx1lQlRGCmfNV2ClTEQnbQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8439377},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b61182c34dfef49c58904beb526fb71b33840a57","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.32.0","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.32.0_1700067231108_0.35379477809903337","host":"s3://npm-registry-packages"}},"0.33.0-rc.0":{"name":"fundamental-styles","version":"0.33.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bb856f70bcd598e23d8d5b1414745944d19492d7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.0.tgz","fileCount":386,"integrity":"sha512-Zkt/5z+4/4ACqPs2k2FKXtFGXlfDRbB3FwFdQnjju1vjFHE4ZMgTrsHZyqzxaw5pHqHE8M/H7xx/4LX9MkZHeA==","signatures":[{"sig":"MEUCIQDcOrXnizGASUCZgbGUJDwsTRWlN0sOCuIh7q/m4RcozgIgY6lanaYqKYdKl7+eUFFpqQ8TgVD2xrO78v3pmlv3TEw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8448047},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"31962591528eecbb7a6cfa42065059143e7ccadc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.0","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.0_1700236362902_0.8695977844857836","host":"s3://npm-registry-packages"}},"0.33.0-rc.1":{"name":"fundamental-styles","version":"0.33.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"71e3d118b7f8511d0ee7406536cc33d80851e69a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.1.tgz","fileCount":386,"integrity":"sha512-xbhXItAZ0tatjW6FQEraGeL3jVXdpJklnMNMwaCKC7BY7Hzptn5EGlSejX3FVtdz5HDR77dW7sH4YZxp4FsEcw==","signatures":[{"sig":"MEYCIQDV6SaqscUhFPn7YrGRRqYH+nVPh7oP+xHU7WtbgNXQJgIhAKEN93s0KM2JwP6UUlU/YIlmOM5Yzh8TJ8T04ZFd6fvL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8449143},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"da8e76fe052770176d189ec86812da46f0bf2aa9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.1","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.1_1700598826668_0.062060737220176465","host":"s3://npm-registry-packages"}},"0.33.0-rc.2":{"name":"fundamental-styles","version":"0.33.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a537c92bdc7a93b6b182b323c6e38e52b69f119a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.2.tgz","fileCount":386,"integrity":"sha512-i9pqYS3lzHH1MeR+DU3cSR2IVBxr8L1k9+eZhMQWs3Glr705hdoqvzvGlxTJw85DtTK+Sna2vKq6cWySi4BBiw==","signatures":[{"sig":"MEQCIFjVo82gpVPg1AegLY0BUu4edLpU6TGUUEErs4HOtaD5AiBfIuiQY4ed3E73f+2CRmgS21QmqB1vUP+w6pApqsUXFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8467827},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"57153464b236970b5d09d0f60e588d21a540032c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.2","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.2_1700732029029_0.13807915470567478","host":"s3://npm-registry-packages"}},"0.33.0-rc.3":{"name":"fundamental-styles","version":"0.33.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f8233f08238d4653418b879a78b31ddba71f74e3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.3.tgz","fileCount":386,"integrity":"sha512-JxextNOsW2rzqS2z45o4jkR1tDPE8ORyW8rG86TIqBR3qRsBJ0Mou0eWGKEdgqcWZMBv0HMOOqf5BUJl9tUqQA==","signatures":[{"sig":"MEYCIQChm6vz06S6OM/mVRIxKD029gRMELJjN1rDfMTaQ/6cYAIhAPYg+rwlbJMePcsPOJYlAHwOz/GJtf/Mev0hQvqnyEx0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8467813},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"72166963fb11596444d1a677f97e2165a89c726f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.3","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.3_1700785350370_0.5919622736754322","host":"s3://npm-registry-packages"}},"0.33.0-rc.4":{"name":"fundamental-styles","version":"0.33.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a6750003072df3730011072a225fbe3601fd18f5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.4.tgz","fileCount":386,"integrity":"sha512-yztz6QOVM2N6DlXdEQf+DgLHVfNPNVFChmangwKc1e/STqlpenKoU/ad+mHf+Wnzdnk+AqJ207mO0BYe4yRJKA==","signatures":[{"sig":"MEUCIQC9w9q0iDq15Ur31iFRs5aXw9jiF/brvloN82pfFJPruQIgdgckB0LMWaWjP+9N4sSdncw2i1iF8JnbjVSeY/FwDvw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8420219},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7ad15d1d2124b2add8bc0b9b54c20b97788e9ad5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.4","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.4_1701119909095_0.605575652944053","host":"s3://npm-registry-packages"}},"0.33.0-rc.5":{"name":"fundamental-styles","version":"0.33.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e8d01430070a1d52ba1455e27d4884cb5e4efe52","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.5.tgz","fileCount":386,"integrity":"sha512-gKi+oMMWLvp4A2wHjVmo+qVelAlxTm7O9o17TIuRjivr7gBpKWEtfCmZpQG99ratif1cJlci+vLEBRFpPzyVjA==","signatures":[{"sig":"MEUCIHkZnLj6V6cHitXqluE6bwNlAiHZs4Fh2mVwqOCEV+pbAiEA1LFdE9+EAPZe7sMlV/xDnFWLLJXqbY84OOcPIVw7ySw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8420219},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"338e773a6afee04fd4e6b03a152ba6fb67657db0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.5","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.5_1701195362157_0.38019015434519576","host":"s3://npm-registry-packages"}},"0.33.0-rc.6":{"name":"fundamental-styles","version":"0.33.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"947bc75be4c04e50016fe4ccf2f588da0cc3fbce","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.6.tgz","fileCount":386,"integrity":"sha512-HGwV+7NhC1AcaeYa+PDmEPh1yRWUweX0/toEjD0RhCOcRmbIxIXSnpkejLQP6VJwLcLSUrZvdJJalz4+kLpofQ==","signatures":[{"sig":"MEUCIQCJyk3xy5I/l5O+MVmAmqdPLtNc+PViVeBMkAOnYQozvwIgdnGrRdVzHENvc54sxEBb1DI0t+eUnJc8h3L8eQqix5Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424323},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"634176813a07b4bb6ebb06c4c073f31f68488181","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.6","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.6_1701270118359_0.13824240365598417","host":"s3://npm-registry-packages"}},"0.33.0-rc.7":{"name":"fundamental-styles","version":"0.33.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7e353d1b07bc5320f05c7891dc7bf57623a1bf2c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.7.tgz","fileCount":386,"integrity":"sha512-BNx5OkPnplpVE62BM/A6IUtLbd7astN9SuHti64WV+dU1amoMT+UKmPO4u+Y6vnT03Hg1EFwQ3JxqBLrHVAGLQ==","signatures":[{"sig":"MEQCIEMIniz57/xtQ+FCWRh4RPgVzeXTfDiSM8C7zoxBKYMzAiAiXWCX5o4j1k5sFwsdL4zT4tsaalLkBVaPxKEKhSj+XQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424323},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"10b9f5a3fb3fa00f89c66aee85a9d4b465d58053","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.7","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.7_1701270593802_0.5787173442385654","host":"s3://npm-registry-packages"}},"0.33.0-rc.8":{"name":"fundamental-styles","version":"0.33.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eb101b9e89f80f5465c93f1b279b08ac1663a576","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.8.tgz","fileCount":386,"integrity":"sha512-g7PYdt2cYMRxFPenbha/erLWnyhfXShEVjsgTIHmSZEps5a1+J8KE8iGHX3BRC38eIQBzMqcxaT45E8ub+fLZg==","signatures":[{"sig":"MEUCIFrARU/FFJKvq3pgazFkWGDQ9rOutBaf0AXMUeLF41qkAiEAt7QITtk6tBezK7Q1ekMPVcYbI+cykPXAgZYsjwSj0mE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424323},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"44132a96c77286014a55593dec5b580871550f0a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.8","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.8_1701374256672_0.8443075524667432","host":"s3://npm-registry-packages"}},"0.33.0-rc.9":{"name":"fundamental-styles","version":"0.33.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"611497bb067958b64b11cc747b2eb1b00d298566","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.9.tgz","fileCount":386,"integrity":"sha512-GLE9YfSkKTSq5JHh58myOIaPcbku0oi4r/tFTrgmFVd/Lw8eGdzySAI2WVZF8k/CJzAR4b0hYlEoNxMxoPy/NA==","signatures":[{"sig":"MEYCIQCUc60i7RmSTLoFxohHBePEceBfOlomBBgG+xwLtAiLDAIhAJpCIzxmCNUugO2Js/ALuXDQJa7sBJNYCqIEOCkFcfb2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424323},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5cbde44421f530157b9a54474794a3c3d1d33367","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.9","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.9_1701374647265_0.43417914664183765","host":"s3://npm-registry-packages"}},"0.33.0-rc.10":{"name":"fundamental-styles","version":"0.33.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3aec39f39307a425f0323405bdfec97b8678a521","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.10.tgz","fileCount":386,"integrity":"sha512-gQ/XDixIbVdka6Pna3a7N7Kk1dtcCHL4kxiBKGht+SbBPTyjB4bpBHaD8a9eOEyFz+vUzRMcW8AuVx8gI9Zw7Q==","signatures":[{"sig":"MEUCIQCE9F4i+KN0HdRn3sXzgArLP7rwHSMzxo5Ry+hsY4w4IgIgUYGKi1eqqH3AOnwQlr5xEAEKa3vqpYhjnCR0I7DwMuA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424577},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"fbbe00ba15899fd5253a9367d2b4a116b746245b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.10","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.10_1701626275130_0.9875359129836339","host":"s3://npm-registry-packages"}},"0.33.0-rc.11":{"name":"fundamental-styles","version":"0.33.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5c399ad7dd66d2e91ad1052faf1ab8770651bed3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.11.tgz","fileCount":386,"integrity":"sha512-4yLYpJR8rUpFTTxvjkqV+tQjyv7ihQschdWC8c2Wt9bS4rrE5foYxoZ/FnSnvyQUpmn3F9fCMzFQAZOJvkvUeg==","signatures":[{"sig":"MEQCIC2LJslDHpgkD5NApWOBMjNdJYXAWzL3n5uNBJiX0gd2AiBJ+qrDwtn5Uq0FCvxFRr2c/Vqw4v7knnx2zZC2jpX/zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424577},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8918961e0c7adaed0dd349ae2aa679f91cc59adf","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.11","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.11_1701626923764_0.5692385502632664","host":"s3://npm-registry-packages"}},"0.33.0-rc.12":{"name":"fundamental-styles","version":"0.33.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"11275ec656e9345933e28ba5437ba6c93cca9bd0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.12.tgz","fileCount":386,"integrity":"sha512-PlD7DNDrmTPZ9Gw+ZiedWUGgbbMdZq0v5zts6ZJ6VQX51KxYpF8Ag2/vDCrq1leaEyAnZPo48yBVQJTJEUjbRw==","signatures":[{"sig":"MEYCIQC6i0sJ9dJB86/KPlsuWEdZMYTe2rVXPxla7iF8HNeC2wIhAIMytANlgbcS0PJ0Sa8Y3DblvV36V8/15p3lc1wv0IEl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424565},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"fa2f42c9ec8a2eccfa3e31f60f26c0fa217b712a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.12","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.12_1701708418081_0.15459687718050663","host":"s3://npm-registry-packages"}},"0.33.0-rc.13":{"name":"fundamental-styles","version":"0.33.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c243a99601af4b61a6b16f621dd046cf7bd65403","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.13.tgz","fileCount":386,"integrity":"sha512-Jg8jw/pAYZxJll/3rRtXZt6bw5EjNfOXsnCYsaBb8/twFzk+tFVC01Zvc9rkVm7ITdVePwP5aFt7Suem9HYGzQ==","signatures":[{"sig":"MEQCIBP5YDRSZhy+9sWflX/OOwwEaDQwlKi5+3+r68FTAAo8AiAMP54o2sb02hMX/XALt8goRxOoEdaNUQQXp81LZ9vuyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424565},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a2543608087d032e2d3123ba39d87ca65c2cba10","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.13","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.13_1701710772657_0.8783248152247312","host":"s3://npm-registry-packages"}},"0.33.0-rc.14":{"name":"fundamental-styles","version":"0.33.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2633dec55c3dbadaca6a208cd17787a8cd7c496c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0-rc.14.tgz","fileCount":386,"integrity":"sha512-vfkRThH6grcYAwfwwW9Nn7IOdC5mrWTRMOaa7OZ6dc5dZg6QAgX1DHgSfGLprN1evNQfPiYXEmdIPQ1zWKZnuw==","signatures":[{"sig":"MEUCIEh/BHERE2mwiITCErfFI2yLOErqHDyfqbvnruFegZc+AiEA2E/yalZ1qjz0Uq9iAZ9Jt08MAXzicDTRwyIzEIw/Wqw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424565},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b76061df2941f556fb685a494a4593870864983a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.0-rc.14","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0-rc.14_1701727647813_0.25439803385877946","host":"s3://npm-registry-packages"}},"0.33.0":{"name":"fundamental-styles","version":"0.33.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3ef655e8c7e94640792b0675b727ef88f995ff93","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.0.tgz","fileCount":386,"integrity":"sha512-mspglEi8ckEceVO46u9ww+SbxyWSKrPxzZz5PTjpevywMRsm5uvVsAAjox3hcAUpreyJU9BbdlBDJy03166lTg==","signatures":[{"sig":"MEQCICHtqJ6QXKQecSiXvW3KGXlXC3qrrxx/kan150sI+AOOAiAz1BEAHYIO/v6JRZ8kd11qMMoLZ3YGN6xKuvCIV00yTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8423041},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8ea61506d2312dfe42a02037e7cde761b53e6bf6","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.33.0","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.0_1701873695431_0.49125713464053744","host":"s3://npm-registry-packages"}},"0.33.1-rc.0":{"name":"fundamental-styles","version":"0.33.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b1a040eefe3b055b4d4442efdfc5ea5700a6acca","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.0.tgz","fileCount":386,"integrity":"sha512-nUqyWiCBiV+6e+yDdRb7LrbgNe83Rf6yXlTlgcrqoqYIGuD4OHHn/lehRkfQynOX2F1fdkJVsEH8KFInpizX1Q==","signatures":[{"sig":"MEUCIFV4d7Mr0mA7JufF/vCpGjtHE4PDSShYAWWHXb+bJat5AiEAvi+R+Z61683MThfGKytzcN3eegLDkuY4M9AXEwxNv78=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"482f802a5e7d07825a113cf3f5860203146993c5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.0","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.0_1702218117628_0.32164117839250594","host":"s3://npm-registry-packages"}},"0.33.1-rc.1":{"name":"fundamental-styles","version":"0.33.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8e3725815bb2ec2dfbbfe31bdc6ddea5923e5eef","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.1.tgz","fileCount":386,"integrity":"sha512-JbgIpEr93kDNN6yflA/gGBrMoEheK+onsQzqskAaVtH2dx5b03TtW2v5oaxkkVTR6nl4MTwL/liekZnnVkPHLQ==","signatures":[{"sig":"MEQCIEY34vTf63zlVBcNa8rAo5I0P1nsTPHEU40vs0kllEjKAiAbsVA+foK4r+D8SBaFLHmopE0rn79p6V516jf4wpsFiQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"25c0ef07ad79ef96a77b30bdac4fa1fe72c21737","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.1","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.1_1702218930349_0.5860482260929276","host":"s3://npm-registry-packages"}},"0.33.1-rc.2":{"name":"fundamental-styles","version":"0.33.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d39e77b652811b10d2d566e6130948196c5f5f12","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.2.tgz","fileCount":386,"integrity":"sha512-P4T8EbSMFTEkDVlmKjzsjhrqceCIfZZ4xzRrV0yf4WIcYH+Z4fTDaq2qLaS8BREVTz7HvccfIdeFRM5IRD8MAQ==","signatures":[{"sig":"MEUCIQDT3E/jKjPrrEswtsnxf87aY5ZAbiKbCqCc+rXLm5LQZQIgO/V8gy2xBGBQPLrPBHhyIVGwTmxeam5QnUEbGUOFUsw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e4ce6b4e9cbe940cc4a2884a75f6a15b52526bfe","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.2","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.2_1702221698284_0.45366730338866823","host":"s3://npm-registry-packages"}},"0.33.1-rc.3":{"name":"fundamental-styles","version":"0.33.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"de29cc2b3db837e9d340791587e71d0066f8e2e2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.3.tgz","fileCount":386,"integrity":"sha512-3yI946aPcKNCzj1GCNiWlBH1clOA6ZFtZprqmwhpGlj+qHKltDYOHKATpFbMONkYeJAwovsNcwUq+J6LI6kmew==","signatures":[{"sig":"MEYCIQDtnsvWvcchnduvxSIXm5W/yT4W670/yxguahO1Q3QBRwIhAJfAtKI+U9jLHkazBRGRAAFJ/fGP5wanaRyNmEW5Dzf9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e3c24aa4cab03eeaf39cb5f2897d7a52b08d5a99","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.3","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.3_1702223147539_0.7372357525156461","host":"s3://npm-registry-packages"}},"0.33.1-rc.4":{"name":"fundamental-styles","version":"0.33.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bec63b0fbb5f5caafdb10b6ea1af41a323901a46","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.4.tgz","fileCount":386,"integrity":"sha512-8aa1IXE4tTROFNz+BC7Yj9BXlOgr+w+HAGwQmbpntdQGR1GJVyT+ckywUcyEdVKFyUbJKzhORwcVSvOoryFkfg==","signatures":[{"sig":"MEUCIFiK2Yh1UMz0mkk2tIQdCu99LN96BwXuL5LwaHax9VIFAiEA5fb9CEIqDDMKBttqTVbpw9jSazpOhKmSsvK+H40+494=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f37452ff48d240603df62c28171d35498f551b1e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.4","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.4_1702223901335_0.7824570228863283","host":"s3://npm-registry-packages"}},"0.33.1-rc.5":{"name":"fundamental-styles","version":"0.33.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ecc863dbc2f3832b1c972ac7e68a04da9485cb83","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.5.tgz","fileCount":386,"integrity":"sha512-3szj4Bc+rVydq+fDlH9T+6uDM5eMIa7TM7MUPdawHbf+/oUAZ4i/eqluGeyWCyjJF3sjcjFsRZAMZL7GFdxSOQ==","signatures":[{"sig":"MEUCICOivdF1RgvPMQ8nbpqseD4ecMYaRmZG5qg3Ao1Bi1pSAiEAp+r4Qk4HYZzeg+s5emIPjG/fLJMWH59AUruwMNTCm8w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"029fed6f5912840b6419564ea08b33a830bc0fc5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.5","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.5_1702310054479_0.7745987502179452","host":"s3://npm-registry-packages"}},"0.33.1-rc.6":{"name":"fundamental-styles","version":"0.33.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a7123e1535de6e040d0d12d668689014b492294d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.6.tgz","fileCount":386,"integrity":"sha512-mLVn53RP+FmNYs6VYsFvpWFrK3uig1UiC/eQCXghpnMMAuMxWbboBRxpJI+sBqWZ0zgOEv45kvxQ9aYON+CaTg==","signatures":[{"sig":"MEQCIEdMqcRnhk2pW8QWFfqU8Alt5HDQ4e3aQH4weELTcZoKAiAv4xbpiuvbjCn0QvsuB8yon2no3Dr3n/wKqRNt2K/BOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f4bc992de1de5d9b00fc829c9c57c33ae5050046","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.6","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.6_1702420460071_0.29259570794642853","host":"s3://npm-registry-packages"}},"0.33.1-rc.7":{"name":"fundamental-styles","version":"0.33.1-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"01460860329d142cf75b7d3e88d1d717fe67208f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.7.tgz","fileCount":386,"integrity":"sha512-tnLdKe1//556kzQ8G8LW06yOZFtnz0u5tmvdGSvJte4b+x9l1gGrN90SHosGk4gDdVFXK7TB+v4sYPHPGjF9Jw==","signatures":[{"sig":"MEUCIH/jnRw5z1angF+ZTNt6ivZNuGeGKB/LGkkc/+DBZFKgAiEAt+KBQMx3Ki8k38bFPdSlk0KTxldMhIIR/a7ZNiuVjLU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8424311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"25e84a2bbdd1a2d83f94db13a40631713fcd6d55","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.7","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.7_1702473910614_0.34580528365565977","host":"s3://npm-registry-packages"}},"0.33.1-rc.8":{"name":"fundamental-styles","version":"0.33.1-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"774184e3d79cd98dc54af71d253c85332c569b27","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.8.tgz","fileCount":386,"integrity":"sha512-8mITvjb/30oPd8sh92vxFglL6f6mRMvc8sSQR54i3SnWVoxQEuoU/i+bOV2LRFxfvBost1RLuoVic9iSLjsKkg==","signatures":[{"sig":"MEUCIQC6MqeucAyqB/KlKqthe0ASFsW7bsm9mBRXqCrIzQqr4QIgSTER0NXr5hE2xznjflL6LW8mUana4KBSx+Yllm8pJCA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8430311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5e5d6a433b333212359b790ba372d4f57b775c28","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.8","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.8_1702628430682_0.8897754049752482","host":"s3://npm-registry-packages"}},"0.33.1-rc.9":{"name":"fundamental-styles","version":"0.33.1-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"47fad259fd0600ecbd57b7227240661733e19763","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.9.tgz","fileCount":386,"integrity":"sha512-dwu3xAa5KbI6/py3dwBFe/424glbHdzpqnzCjfA4VXhQmqJjrS8HC8halxPxE3hbbaksRQiB6iXCO1EFhgpTsQ==","signatures":[{"sig":"MEYCIQC51a8BNANYMyKJT5uH8iHO9JtCNskDuwOf0O+N7p23fAIhAJeSBujsOTvxGKliBaI/SzEa6QDRUlJeWMd9s1fddVKM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8430311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9655c67e78a493e07daca4949d05f93940f08943","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.9","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.9_1702641205848_0.6767745725818819","host":"s3://npm-registry-packages"}},"0.33.1-rc.10":{"name":"fundamental-styles","version":"0.33.1-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bf9f1a3109aaf59596c80f9cd5450f0542bea2e3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.10.tgz","fileCount":386,"integrity":"sha512-SZ1z1TdOReg9F0PNiSfNFsHPIi8RHonLGfgWFlWmxTGr6C6Msbh2gEI2sgtolrI6GqfYxLCqZ5aAlrkaJ7mFMw==","signatures":[{"sig":"MEUCIQDOvBY4rh2Tr96DMXQBZZIYbGYDbifJcjZ+cloC8w5y+QIgG6BotP8yziaNUzIs+lE18Xy5IcZKANT3Khlrl7wcEh0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8430681},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7a54749e9b49cc42b12f809c0ef464e445488072","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.10","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.10_1702988588259_0.45345672305073803","host":"s3://npm-registry-packages"}},"0.33.1-rc.11":{"name":"fundamental-styles","version":"0.33.1-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9650537ea1d592c4824068327f20f215cd4f46b0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.11.tgz","fileCount":386,"integrity":"sha512-JrqWzW0EBGap8pfpMQcYKpQH7DwOC+b8211Hs6U5MZFg5NGRLV710LYechaqJz+b4M/tyQxeGgJ8usNcuP3cwQ==","signatures":[{"sig":"MEQCIBdOw7PcCNnSyWYkgJGJNr2pf8Voy475qdxTd4L5tjZKAiAftzYoUIarq/KjfSIVWcHex5TE2ccceDPyFBvqnH+Dhg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8430681},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bd2d2130ddaa8c439cc1b7a76e34d00a9e20e290","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.11","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.11_1702988970871_0.4729806714082281","host":"s3://npm-registry-packages"}},"0.33.1-rc.12":{"name":"fundamental-styles","version":"0.33.1-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"874c3f269950461c42371075daba336202961087","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.12.tgz","fileCount":386,"integrity":"sha512-VwiNVSrJ8WN1ng2Tol06uABISXtV+eDSq+YbnVdhzjKUaR17nxplMFkZOds5MQu3oJCbGG6VyxVdtQxmvHVM0Q==","signatures":[{"sig":"MEUCIAfZ/ILS6n3lOWqqi1EJvhd1rxyZwUfD+QdJY5wwKyrLAiEAz/levbzW0C3Ec3/Ydinfr0gNlgYfEoemcD3Lo9gI2Ag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8430681},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"be8a59bc9f60f47dd081ceda38fbf960e4023597","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.12","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.12_1703003019414_0.883454783837369","host":"s3://npm-registry-packages"}},"0.33.1-rc.13":{"name":"fundamental-styles","version":"0.33.1-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ea4e40c6087ac63f79dcc35be57e994be9a05a19","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.13.tgz","fileCount":386,"integrity":"sha512-EHlL7611Ny2otfTE1AnebKqCpNNsYqzZ9QFtNuWY2VlhjKIOclmE1tbJRMyUW2VjnuygThcrh/TdYXpByQ7ISw==","signatures":[{"sig":"MEUCIBccoFWkXmQGa3a92DJlLm7j9imgXShcOBDma7vLCTONAiEArrIkLdV3eYHu0uEQBiF1Bri6YxqMvXE0g5cS87uGgcg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8430809},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f9e9aa4f0a2a2f6a01a91c94410b1ac20d198297","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.13","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.13_1703600705801_0.751181471220383","host":"s3://npm-registry-packages"}},"0.33.1-rc.14":{"name":"fundamental-styles","version":"0.33.1-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fb652696452fda112745d988a029a5267b7fad5f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.14.tgz","fileCount":386,"integrity":"sha512-KpyfChk7AexqVwPsH82xxyY86Dm0uDGPAsXHpls8g0eK/lKjygptS/M9VfEUueCPc7nVdX3u+LSR7htZUwdC8w==","signatures":[{"sig":"MEUCIQDgfiin+07eaqHdXyju29H+QmGCuacPf43F/8Lur53VBQIgRrYfOz0D4XXpRrI7yScUs1oBRYjMgSw0VkSls5r00cY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8430809},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7308bddaf236a245dbf0f247f660005cbf5bfe7d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.14","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.14_1704187462749_0.38862420503314965","host":"s3://npm-registry-packages"}},"0.33.1-rc.15":{"name":"fundamental-styles","version":"0.33.1-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2594f7bdee5bc301488195156f7697612d572ede","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.15.tgz","fileCount":386,"integrity":"sha512-2J32NM9PRAMPj4bHxR/Wfarg5UDX6Bjpfy3jBUK9O77YW0WaesZonLeYRknlDBQ/aqE9zSDVEylODS6FHqpkpw==","signatures":[{"sig":"MEQCIFRpYsFxueoBVRtivvwd9qYoVdB4WHt3ry59eZebkEBTAiAX6e8IrkKbNonFg6Hl6k2/xACHtaxdME/8yd9KVxLVRw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8430885},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ea6c693c1309074343b8fb46fee0d6bd55ea160a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.15","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.15_1704193844622_0.06595320917617986","host":"s3://npm-registry-packages"}},"0.33.1-rc.16":{"name":"fundamental-styles","version":"0.33.1-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"33bed7bbd803c995fba8962a63d0a141e612c4c5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.16.tgz","fileCount":386,"integrity":"sha512-8BaVj9xV6++//DzmkjAm7UTwzDtVFRP4TMhTQZIUG8hDak91yb2xMjln5OFXndDEJ4SyjELdj2ECU5Vbx7lang==","signatures":[{"sig":"MEYCIQDH+R1igDijItGy9Lk9EDjhFmxk+eco9PXKJLMQ4m1ltQIhAMsFOYKu6lQJHxK99cp6n860YDV1h0Adllrm59bVmOHQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8433657},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"af06deec9fcd815d4b59c737d55a4070efcc70a4","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.16","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.16_1704287945142_0.38389710401887633","host":"s3://npm-registry-packages"}},"0.33.1-rc.17":{"name":"fundamental-styles","version":"0.33.1-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"80e80297e8ab1cecac4918e0592c25403eebf177","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1-rc.17.tgz","fileCount":386,"integrity":"sha512-L475s+CKxih06fI6lEwcr9bDP2H+2kcusUaLN5iC/GN5adUwjGHub0Dp9bFKweK4sFKfjxVGCS0xGS0YxXyEgw==","signatures":[{"sig":"MEYCIQCR2/VNc4JsCRh/pAJ9H1VNLvheDqYMrtzcQTZgqwG3vwIhANbb5J6iksGkbPz810hwTZYGZqCB6Cc5/se+WGWoP9ha","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8435415},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7e34191bc44169196d9cde97dab9da6562171641","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.1-rc.17","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1-rc.17_1704393946384_0.025982899192779962","host":"s3://npm-registry-packages"}},"0.33.1":{"name":"fundamental-styles","version":"0.33.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eb33805214a0615deb3c54fab7492525c6d84cbb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.1.tgz","fileCount":386,"integrity":"sha512-1WYBJHnvlHiRmNT8R1y2bcYLAYFEZGoTmGsEOnrhOSmDPQy4W+qnoFJyQE9EEDjOwgShZAk/zJaFjlFZUBMRgA==","signatures":[{"sig":"MEYCIQCmh/7QR7EJLPQRb9jwFEAbQTAGEcMVkLLQKN56kyyY0wIhAIdede3wA4hU73iP8rorZmUXjPeMZvOUzZgBXKMVh96c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8433891},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"15274138e88f601d74225616ab6eb4dff07f53d0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.33.1","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.1_1704394309070_0.9033034871849959","host":"s3://npm-registry-packages"}},"0.33.2-rc.0":{"name":"fundamental-styles","version":"0.33.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1c6631e83b7a881e0d3588975d2917459542c1d3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.2-rc.0.tgz","fileCount":386,"integrity":"sha512-aKBDLMkewmF7jM/26E9KFcJWUBg/R66xZowmyas4tx5WNKtlYsPiQY52HcCiwDceqEDMpO8Q1hcfxO86SVH0oA==","signatures":[{"sig":"MEQCIDzkBhfrNRMrZg1vTr4WX+VbBucGh2MLcb34d9vc32aAAiB3s8NzufO/PclCGjECrT4TovlNaJ6E5jLaPwXv2kRwFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8435161},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6e352d80b40e57dcc7c524a55d6f27736226d679","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.2-rc.0","@sap-theming/theming-base-content":"^11.9.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.2-rc.0_1704930604459_0.17175461561834715","host":"s3://npm-registry-packages"}},"0.33.2-rc.1":{"name":"fundamental-styles","version":"0.33.2-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.2-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"df339b9a1a7d84ee51f8e57ffdcd1a2f17e15b4b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.2-rc.1.tgz","fileCount":386,"integrity":"sha512-yqtOKtBXzAT+SDUA82yB8HRxCfkCjDwEe+gSaKzKqwbiijmvtToO1MVNHJfpmqngAiXyrdWBD8T50IDpMj3sBQ==","signatures":[{"sig":"MEYCIQD/qUjD9k1g4H7eYEQjQznpL05Skj9hjZQ3RvwXTbBO6AIhAPrJoijmhqt3klxXRBZBnfHC0oe6DwWmIgkzQprRd1Xf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8435162},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"58c696604aaf290da918824d84002511780ecdce","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.2-rc.1","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.2-rc.1_1705088099422_0.09998100316513092","host":"s3://npm-registry-packages"}},"0.33.2-rc.2":{"name":"fundamental-styles","version":"0.33.2-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.2-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7325792392ec0ac49abd18f3f0605d7a0a9ce378","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.2-rc.2.tgz","fileCount":386,"integrity":"sha512-zdG31Eo1dd7+/87eOg+9XlaGNpxGQXQEBgs66PkzPHs19DeJcVF+EH00GOmywxW01/XT5O2inpoinxDe61IY6g==","signatures":[{"sig":"MEYCIQDcPJ81oovJJ6nCXJilNQ7YA0p96KZnVyBYuZNOtAOA/AIhAI6SLe8Ywy5EZqH11G/21lXnekrvRHPdi5BSp4GD1Cyy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8435578},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"50fcc8362a635c3f5afc968297bc0a06b58b870a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.2-rc.2","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.2-rc.2_1705504006573_0.19030217430001306","host":"s3://npm-registry-packages"}},"0.33.2-rc.3":{"name":"fundamental-styles","version":"0.33.2-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.2-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d06accc0ba25875fe7f5965ddf5b91e4d77266f9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.2-rc.3.tgz","fileCount":386,"integrity":"sha512-p3onCw63iAVZQ0bL+kijGruQGCdwQlwoonHF3/CCpst0aHVegB00kvHlhgFLQl1AFZSVzsAlrUiAHcguQhVyxw==","signatures":[{"sig":"MEYCIQDOjBf/jcaTOjtn9Rld/velO6TjQeLvnGBr7KPaRo0rmQIhAJBqghvw1Kz4/wNdgiXy+Zpdvncek05Q/Bp5O+ZIHMYK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8435730},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3ae03939de5b2a060b90f9244dd69ed746f9359a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.2-rc.3","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.2-rc.3_1705509117309_0.3485662430331402","host":"s3://npm-registry-packages"}},"0.33.2-rc.4":{"name":"fundamental-styles","version":"0.33.2-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.2-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2e4fa9dd3fd5aa432072be8738a3ed69314c4b83","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.2-rc.4.tgz","fileCount":386,"integrity":"sha512-utbHd0R+c1gQP1y9p/UeY5QlCHchzAMp08p65hZimJDnWbnXhY9adgXJb9soMp4LTcqWBl1frXypTCheMar0AA==","signatures":[{"sig":"MEQCICVY5p08ZqGQMxO+OAHEVlhDGnIj5YektZwORKMVWkWrAiBH6R6YMoocZStbJ4hXTbwHD02Iq+YgRaTL3HCVeq223w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8435730},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7a2b0cbcd163a1140108115f043e0623523b02c5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.2-rc.4","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.2-rc.4_1705887055325_0.6426726039903139","host":"s3://npm-registry-packages"}},"0.33.2-rc.5":{"name":"fundamental-styles","version":"0.33.2-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.2-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c50f7549aa5d20d6de9a53ec0445177aae2b7d98","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.2-rc.5.tgz","fileCount":386,"integrity":"sha512-IjobpCVdqlAP4n7veLTDvHF/BEc+nugvc1/ZzP0UEVEgnwdi6sHppUXVt1nn/QONqBVyoNnRbkndEhlGRt6ghg==","signatures":[{"sig":"MEUCIQDljK8hpKC6nrKS62y+w1BjIlNEV9RfzGzwwl73f98FTAIgIE8cGEPM7bwyoMSAFWb7FaBS0aDyVjObyF4d5SfNp6k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8435730},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3cb8e453bb25f10c7621b111829d8fe7e38a41a8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.2-rc.5","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.2-rc.5_1705887514197_0.612922890511004","host":"s3://npm-registry-packages"}},"0.33.2-rc.6":{"name":"fundamental-styles","version":"0.33.2-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.2-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f6f87b527424b5dc8c40af39a0fb85bcbfeb1220","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.2-rc.6.tgz","fileCount":386,"integrity":"sha512-0vV/tjNL7t5TOcdW4ETJZH0gzg60r4R+WJ0bNMW5ThTO1WFi4hKTR0r/+Yu16F00IizwXVlNPC5oUAhmIoCtkA==","signatures":[{"sig":"MEUCIA+rYjVokAvcOiN3012k6YDwbdukXR3I0PBiqzxbmBlgAiEAs84TfgWhatdpmnPI9QtfK1JUkALEsT+pLfa0o2VqE7M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8435730},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"32928938478352e7388f217e74ca181f586b1305","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.2-rc.6","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.2-rc.6_1705887908256_0.8871003275255187","host":"s3://npm-registry-packages"}},"0.33.2-rc.7":{"name":"fundamental-styles","version":"0.33.2-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.2-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bc0c4069d8102705acf60f48bfacf276a569a64c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.2-rc.7.tgz","fileCount":386,"integrity":"sha512-OuT1hF2YGBRWvhwbk8iAmyK/zBvV8E7tP+fLpuSDGqDyEnyt974jSe1nfN3an2y1EcoalNFvpG+GZ0kKRAjJUA==","signatures":[{"sig":"MEUCIDNYwSZ/gCjb8wHxhKNwL1IYm15DOpSJRuzNVarX6YzMAiEA81tnUzMSmDGNddLPh6yLazWA3h0fY1bZPJy3Bgkmv58=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8435730},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"46eadcad40d731aeb715e34c8687f1903db945b9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.2-rc.7","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.2-rc.7_1705888327289_0.641360701352901","host":"s3://npm-registry-packages"}},"0.33.2-rc.8":{"name":"fundamental-styles","version":"0.33.2-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.2-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cf03f2882009e47be8bc06f2d0abc46288e0fcd4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.2-rc.8.tgz","fileCount":386,"integrity":"sha512-ZhBnytooYHzLR5Iw/mKVNTPkQdecJJ1HMeW5vPzwdwVbzNPbnMjUhgWHINIvcwfDKNZsTThCvQjd8X/MuNEfiA==","signatures":[{"sig":"MEUCIGhKuFBy9C+QaT8R9UZch/zQmoqKTMFvE0kELm1SJfHlAiEAj3OLOaNxGkAkB5v4vL2FO5wCEF/W9/U0QU+BxW/TJjM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8435730},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8144958422990de356f8acc2bc5690c4091abf4c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.2-rc.8","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.2-rc.8_1705888941158_0.2171701619595372","host":"s3://npm-registry-packages"}},"0.33.2-rc.9":{"name":"fundamental-styles","version":"0.33.2-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.2-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"27aa50ceb553f5c1eeb96c9201491dfa2ff0b6ba","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.2-rc.9.tgz","fileCount":386,"integrity":"sha512-mKRL7Dloq9utC9kNEyxx13F+0Eb8WIku23oWNuD+/RZM6riVxdQIDH3Od9mkn5T0+VvohUO1T8nmuGPzCxk7fw==","signatures":[{"sig":"MEUCIAXnvsMFVGOXbIPDOEDe9IMHQVdoCW9kVwIkVI0uzFWMAiEAtgVgXZV0aazpL3MG4p5m90g7JlHNEdNl/xNuQWHN1D4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8435730},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"710f2d2d0186da9861731c785acdd04866f49d04","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.2-rc.9","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.2-rc.9_1705889420957_0.5157630686320485","host":"s3://npm-registry-packages"}},"0.33.2-rc.10":{"name":"fundamental-styles","version":"0.33.2-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.2-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"957ce9eb7dbb0bd127cc10bb1c66a5d5678aa59a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.2-rc.10.tgz","fileCount":386,"integrity":"sha512-DRxM6hxl8ci5SWyf8EWdeR+98JOQo9c1efhDs5DdjujaQGOzuFlSk36dLHWEqgCAvnyBvPdklrkEaIbX7aglQw==","signatures":[{"sig":"MEQCIGnK4+bPaomw0/QoIRNRHukSKm+0sVGLDr/p12genoeIAiA0UVIFjgUGxLqa/QAhsE/7ZXofNlWXXr3dixyUKE29QA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8435984},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8baabaccbb91eb3dfd473a4aed3dfe6b9dfbd466","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.2-rc.10","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.2-rc.10_1706010859454_0.8884008008408142","host":"s3://npm-registry-packages"}},"0.33.2-rc.11":{"name":"fundamental-styles","version":"0.33.2-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.2-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f3bf23fda3a44d9b3218802e74ecc87479454ab7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.2-rc.11.tgz","fileCount":386,"integrity":"sha512-2eAu2iUtXMuI18y6ZvdjiMf76WDmR80/GoRBiMWVtsCQXwaMb9VGXGwfTYU3x4WTpABjvKjjjRF3+llBm0qs3w==","signatures":[{"sig":"MEUCIDrpNMnoY/ByZUPMcEwAca6MsnPNhcbn66hmGkMt/Vx2AiEArkjRHThN1vTsZWL7YBIEJ7Pm4Z6SSzAouZob1ay1HRk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8437836},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c5d9e710b9f25fad35c305b6e8e6f09731236910","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.2-rc.11","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.2-rc.11_1706189906794_0.1335123007044583","host":"s3://npm-registry-packages"}},"0.33.2-rc.12":{"name":"fundamental-styles","version":"0.33.2-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.2-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"059dba69b2e0938676568a07a66219564b71113c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.2-rc.12.tgz","fileCount":386,"integrity":"sha512-7JKSjP/AkXTg57OhF4cFfFGtPBUX1Y5DnZUgS16k9oQmXS8aKMnyBmluXTZKH+/BqZMoKHAh3NVafNDhTkpC6A==","signatures":[{"sig":"MEYCIQCZTpaVamjZI1GKRZxSTeUAfhST1HwD/zUnIQVOkytSGgIhAMl2LjijxA+Ir6qhEnh1i3JDQSCSYn/mKpGj/R5FUwic","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8438006},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9dc199e0010231ea7adeb4bea7a5b677c14b89bd","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.2-rc.12","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.2-rc.12_1706191771535_0.5558069323598056","host":"s3://npm-registry-packages"}},"0.33.2":{"name":"fundamental-styles","version":"0.33.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5d74b5e057e69172d23f6306b503f8238f81f38b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.2.tgz","fileCount":386,"integrity":"sha512-yvI8eIqLtCzF6a8u8rLB0MfSX8yXBd1SSMaihfyEBv1B/YNwAREBrW25anLq/xSFX4uQ3tLeiCH5YZdcgfjnqg==","signatures":[{"sig":"MEYCIQC0IJwFSMYxWoJ3WsBzm4mwKtHSchemP5HzcPdi0ua+MwIhAMXY44G6TRG5zAps8ZZYHfzeaQHGeVmIh5Ol0C2oLhbj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8436482},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a28b9d23aac19fa4b65a329eed2d40c4b1be2c04","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.33.2","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.2_1706192026181_0.48002804680997535","host":"s3://npm-registry-packages"}},"0.33.3-rc.0":{"name":"fundamental-styles","version":"0.33.3-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5671cabd67b01b2f3673d3811363ce3b96cacb70","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.0.tgz","fileCount":386,"integrity":"sha512-hZzDbXyNR80K/CIu93zmlRd8JiMxODEpR17p5LpyahxBqEWf/YBTxXmf9Hh1nvPffJo8uJoXAWSIdZMU9F56Dg==","signatures":[{"sig":"MEUCIQD1EvpLTbQHtcQY6HUoVolWSJVNNO435lIZPRdgIawtRAIgDWHX9uoF9E9ERrteeteb/hxVc7Yxsjl+/tVAu6NPZbs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8453168},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"440e9f1d36695e1b33ccbfedd203416ada4c2ab1","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.0","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.0_1706709856263_0.7071730207517151","host":"s3://npm-registry-packages"}},"0.33.3-rc.1":{"name":"fundamental-styles","version":"0.33.3-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ad51d85a2b2de86876071ca2b4f1f543a6d45781","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.1.tgz","fileCount":386,"integrity":"sha512-n7VWbHTcEAB4jp2Vfa+RWQT4uE71wWwkpXePuXxQHcBuOfHR1qKNMZmzyCnUL0NYwnFURSID8dukQgrfesp7BA==","signatures":[{"sig":"MEYCIQCt24S3wf1fXap//spZJNjXAE1tPJ1vCkwgKea8gf4X/AIhAOX1n9vQ7br39VXouWuKP9bS6Kpu76NJG7t8g7Y2sabz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8460288},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"796d84e261911f426d950a810ad4a927800648b6","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.1","@sap-theming/theming-base-content":"^11.10.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.1_1706798880599_0.27682387887286186","host":"s3://npm-registry-packages"}},"0.33.3-rc.2":{"name":"fundamental-styles","version":"0.33.3-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b49c2dc8c02436dd65ca39e648e15d900e85be27","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.2.tgz","fileCount":386,"integrity":"sha512-cw4lDOYqZjddh0TgOV7aqf3FNBx2GqaKQFcr5HKDt9jAkX2wu93fhJdUUY+yNMPP+wnVAKL2zx9xPoWAEgy2zg==","signatures":[{"sig":"MEUCIQDgKQzV4SdjxpTO4i2/pajjfVERiPmgEgTaTIY1pjzT9QIgBbzTOdP0VMSQ2buCjQsAX7QzravhrS7atS3ZpBaOoUw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8460288},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8f91c8613bbf283f1fac5d01c164ed0f67d5c13a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.2","@sap-theming/theming-base-content":"^11.11.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.2_1706882655033_0.8674488359862205","host":"s3://npm-registry-packages"}},"0.33.3-rc.3":{"name":"fundamental-styles","version":"0.33.3-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7afd45afe96c4f27eac21445d6345a424e3f4dc9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.3.tgz","fileCount":386,"integrity":"sha512-dAJH0E3DAgGEuLJMFzmZHeBTDZIjGjX/L4NNoWQG3jZfz/yd7m12ap19SBhQMIUSknXGL3NDCxpMskhzk2tZ7A==","signatures":[{"sig":"MEUCIQC206tW9mxyODZR/UbdsV1EFAhdRQjj8rhJmVVFlkkNiAIgblaRsAhxhL/HpoTL8q8JFxU9rpcpXVsw3jzNXd6rkHo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8460288},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"65d8220955a90694bce115efe7e6bf001f94bd69","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.3","@sap-theming/theming-base-content":"^11.11.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.3_1707056190142_0.38781535590701144","host":"s3://npm-registry-packages"}},"0.33.3-rc.4":{"name":"fundamental-styles","version":"0.33.3-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c53cbe14b9d70527f1948a53c7273e2fa3d38aa2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.4.tgz","fileCount":386,"integrity":"sha512-7ic3Ockb0q69Yh8Y1LHnFx0K3TYOfysF+6Wd9VPVGPBVspoNTdvqoHl1+YiFOeK5NHTBQugwtJ14BXC6wcwxzw==","signatures":[{"sig":"MEQCIEjo0VFogIRz/o6L/rOEYcJ7PzYQ3JYqzk9ZjW0p1WO9AiArSXwPdvOIYGG1DtH6Vf+dn5tXRHCsaLNFt+r2aZIX5g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8460288},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"77d63b6c32b2d9cb301a1ea3b776bca0ec1fe741","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.4","@sap-theming/theming-base-content":"^11.11.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.4_1707057166203_0.0051846998274740486","host":"s3://npm-registry-packages"}},"0.33.3-rc.5":{"name":"fundamental-styles","version":"0.33.3-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b9c0de1f0245d0c36a0a633b0660fb06b775ddbf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.5.tgz","fileCount":386,"integrity":"sha512-K+ynIRLKAOGUKBpJVedgpKGS+tYwvynNiido4/tAhwxxVZXXzCa2GH10wzIRq3mUUCBQiLOspGUx0KSkxbTKeg==","signatures":[{"sig":"MEYCIQD16rPpJcFaFidxWb1Sy1V01lxs4VRwjHlarm+C6lDu1QIhALxae+ZmDXS847jXUUM3UNjLSnffvwcvEuHel4th0zwX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8460288},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f98c9fc5de2fc6b44ffbf70a201dbd7e089a7f02","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.5","@sap-theming/theming-base-content":"^11.11.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.5_1707224736856_0.02396834317719221","host":"s3://npm-registry-packages"}},"0.33.3-rc.6":{"name":"fundamental-styles","version":"0.33.3-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c54015478ac8f1e16a8b636bac7277e4bf33805a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.6.tgz","fileCount":386,"integrity":"sha512-4iZlxUyiWBXWV1Mw7Ul5cJ1eCEuYuLwBzxjSnRi3onyt02P8koWTLEToE5drusuod6tmcm8Z+t+OAn6AlRS9yQ==","signatures":[{"sig":"MEYCIQCeQJ0K3vNBkTgpaV9wh+viFn9OYllCRcc52zd9G3hpoQIhALaDRDMoAuqUejZWwSAL7aIr32gC1z5Y82veKxw59bSf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8461052},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5960249431541bd62baa58ccfe037a63071286de","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.6","@sap-theming/theming-base-content":"^11.11.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.6_1707232016494_0.1785535925939581","host":"s3://npm-registry-packages"}},"0.33.3-rc.7":{"name":"fundamental-styles","version":"0.33.3-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"494be014b25a6ce11bc665bb21c6bec004e1b7dc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.7.tgz","fileCount":386,"integrity":"sha512-O85iWzZH+tKNyl+6+w7Ka8ke34cW4wU6lIzN3ri8AUhDfeNJkoN7ByEFBj4O7lK2T+uRvqN+koAjQ+Bptid9nQ==","signatures":[{"sig":"MEYCIQCX6BT3dx/E3y/8Qb7yTe4ekEe+X3frIuD6BegmMDLvuQIhAL/6FBGP04bZiBSLW3Q47EDXXXL8uElUVSfHZDrfqSWa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8460968},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f9a8811895ae4bfd89f3316b6eadb797554fa59f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.7","@sap-theming/theming-base-content":"^11.11.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.7_1707330681988_0.04710518972670319","host":"s3://npm-registry-packages"}},"0.33.3-rc.8":{"name":"fundamental-styles","version":"0.33.3-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"524c5beab776f38b84917b88476f0ebc618842a5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.8.tgz","fileCount":386,"integrity":"sha512-HAWa9MCQfVtUwUW+W+yEHpc4quagJTSbX+tbSwxtgdGQF3XC0i2JhY92eRymzNibB98IR0NGdMOEJENgXeHQTg==","signatures":[{"sig":"MEYCIQDU/Sw2o7zQj8eM1UdgE/sA9J3flfWHuS2yNm4WPrvp7AIhAIKn2nV0oUGrAXMi8/JHdA0tVuOH4XF+tZIC1nszx1bG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8461052},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a6870c08de108dd173c890ed67b27973625903fb","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.8","@sap-theming/theming-base-content":"^11.11.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.8_1707337015822_0.8041067896586569","host":"s3://npm-registry-packages"}},"0.33.3-rc.9":{"name":"fundamental-styles","version":"0.33.3-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6467320f97b69843a6535cb7bbbdd7a354f08277","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.9.tgz","fileCount":386,"integrity":"sha512-LCAbe1URXJwH4aRThh+/WYgYiExz6poKFZePTTFoTVpYFOh5I9GSFnucZsKeHbxv4llFraTaPqStE7LgmL7OEw==","signatures":[{"sig":"MEUCIF3vrcparADe3p3UF7ONZiQ7TJI8oFYAVW+DBibI/+tnAiEAvjxb3M8rNYLP/ptpRGjXSjqxOJ9CtSgPTOHkIHlzii8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8461052},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0eacfced1efda61127e4722d0506d115ae813fb2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"8.19.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"16.20.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.9","@sap-theming/theming-base-content":"^11.11.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.9_1707337575153_0.012735345524746755","host":"s3://npm-registry-packages"}},"0.33.3-rc.10":{"name":"fundamental-styles","version":"0.33.3-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4225170ff91938dd4feaa60fa017a3505e96214f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.10.tgz","fileCount":386,"integrity":"sha512-bc5gcXE0GgOiCpHShIFnddij1Cj+STuwPJWaKHfePNEwg5SCQBsCXYCT8D34MF5r3Qx8VQTxGwicq28YHQ0rxQ==","signatures":[{"sig":"MEUCIHUybxJqktEgiLVKLk59Tyzn0vmVXCRyL2nIlIeyvwG4AiEAoohwx/Wul+brzeuQQkwIHbup1b5H98rujXl8qUPsurA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8438314},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"65bfbbbce2a3f539e19c1f18047b3d98b813108b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.10","@sap-theming/theming-base-content":"^11.11.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.10_1707495890496_0.6528639997217047","host":"s3://npm-registry-packages"}},"0.33.3-rc.11":{"name":"fundamental-styles","version":"0.33.3-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"54b92f1b15cb27048eb7a77197e4e3d107651021","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.11.tgz","fileCount":386,"integrity":"sha512-wMiOQ46yO/ZTAuZ8sJS6E4P7skWx23MxWukPx2wRdo1Jn78lBDylDGiMwbkfNCfNfm6u1KBDeswv+9YZm/C0+Q==","signatures":[{"sig":"MEUCICxcPu0oW9ZVNEQtW2CQPM6UL08sGRwUHXOvkN5BAsheAiEAmHdGcX9a4Nu8OB8uSNnqN3FishwY11Wik8A+Z3V+c9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8438314},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"aceac7eeb3500ef1b1c67dad02176d4a1f637b5f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.11","@sap-theming/theming-base-content":"^11.11.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.11_1707572507237_0.6542408480157618","host":"s3://npm-registry-packages"}},"0.33.3-rc.12":{"name":"fundamental-styles","version":"0.33.3-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a26c005226f6dbf51d728e3a0c3cf8fc43ffb23e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.12.tgz","fileCount":386,"integrity":"sha512-L1CKx5pTfpCYiBNM3gMUQITX+F2EyYIMJ5ehG5ZvAUyO2yHunuN1JzigsMn3EXPLdFh0+I1Im8NiLsJKPYmGSQ==","signatures":[{"sig":"MEYCIQCicbZycb9TVoPjv1GZTBm6tsuDP2PdQJY/5E0dNp2oyQIhAIt4fiF8rsow+AxLS60eR15Y+ehC17O7mPkG8VOsbZwF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8438314},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4c1d30314c71502f84d23f2358ae2f8b9adadb31","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.12","@sap-theming/theming-base-content":"^11.11.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.12_1707656629549_0.001047579703623125","host":"s3://npm-registry-packages"}},"0.33.3-rc.13":{"name":"fundamental-styles","version":"0.33.3-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"474f06b8207d192df448674e2201ef5062ea29f9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.13.tgz","fileCount":386,"integrity":"sha512-WJvqOBGLo1Y7fOOFDtv3PyJ/u3TfFqNmFNd98wc2k6wSCcQEthgrt4l4iygZ7WWrc3Z+IZ/mfJdaMenIjiBjPg==","signatures":[{"sig":"MEQCICBvjLsKX+mDU7v5KjuQcM7UP+unWhonC1LZUP6DU/MMAiBkoBxGB1EOjgJztLyS+HDrUL6IF9yflE3uSdFsDNCEHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8438314},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3557753dfaf83fe1d787ed89423de32f9332db60","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.13","@sap-theming/theming-base-content":"^11.11.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.13_1707751293561_0.685398625738225","host":"s3://npm-registry-packages"}},"0.33.3-rc.14":{"name":"fundamental-styles","version":"0.33.3-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5e5927249e732b2b6c127e5ddbe4e670258cf76b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.14.tgz","fileCount":386,"integrity":"sha512-00ioVT0k7UqcGgmUcwTDZlKzEOpcJIT7mabqNmVU3BKd9/0t2Cz3cIWJee7xTVgrtv6UAjNGNGevP+VWVfSxAg==","signatures":[{"sig":"MEUCIQDudCBaoFX1ALP15UTeGUS68woTeg9GapKBnabaNWw+AQIgAK/WceWtt6ACSTqXETfKwAjT2wN9PXtdRnKum/HMONw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8438314},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d53de35d3ffbda51341df7549f8fb09898aca195","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.14","@sap-theming/theming-base-content":"^11.11.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.14_1707763404232_0.8643993602770215","host":"s3://npm-registry-packages"}},"0.33.3-rc.15":{"name":"fundamental-styles","version":"0.33.3-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8b5fc6de104e19aadae25c41481d5258e3f5869c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.15.tgz","fileCount":386,"integrity":"sha512-K7nE08lRV9IOvNCJ0pA0uyAdpZQR9NJxC2BAU1Pnkw/A4PsJHgd7KBhLManQFjIn29r8rZM5D/GiQtwD4pruRQ==","signatures":[{"sig":"MEYCIQDCaF7J55G6kz+K6OLA18K71CUKIju01hA+mBUyllbd/gIhAJqRJS+jO/NixGV4ZgIWBbuFuOsILGL0qwpRYuAis9s+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8438314},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5364894034e52919fea0646dadf833201a8eb393","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.15","@sap-theming/theming-base-content":"^11.12.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.15_1708012174772_0.4836803784063284","host":"s3://npm-registry-packages"}},"0.33.3-rc.16":{"name":"fundamental-styles","version":"0.33.3-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5f9c69776f616c79827a4054c7afe924f0c6ea14","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.16.tgz","fileCount":386,"integrity":"sha512-SzF2+uKjCUOb5KN+oxWu+DUidkyjwDdQv8YN46BJH2C5Yn0+k4hUd+NWWfzcKz+miXFEZ7ZDdQg4fSAq56BQkg==","signatures":[{"sig":"MEYCIQDU/Y6+SCCLu1dl7TqV0NkSh7rltBv8USnxtYv+Mbi+egIhAMmFESEH18KcPANAL7j76t7jXleysUru0UAlOMFW2PFv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8438314},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"030e5a91a9bcc3b72576d1d3ffa181d4a7b3d1a5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.16","@sap-theming/theming-base-content":"^11.12.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.16_1708099979100_0.3056061631587006","host":"s3://npm-registry-packages"}},"0.33.3-rc.17":{"name":"fundamental-styles","version":"0.33.3-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1cc27b1c39fa9ba7927e26a0b834c4666277da85","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.17.tgz","fileCount":386,"integrity":"sha512-V3abHOIWMqNN/mWGu+IMXuaZzjlpznDg8u5kZ700A+K5JyT0CAJuvG45ppVkfbw/Mu31zSzwp9fxyxvlLZHd/w==","signatures":[{"sig":"MEQCID3G/anTU61168REJaulz2E6O6rwXHJeo7ivIokGnOVfAiBoFCtV+90WsL1zdRyfvUK1FuFDQ3W6QI+DZx+aj6EDLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441334},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"91f7e8b45c839da9c1c8f2da296b8c89e5e0d76d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.17","@sap-theming/theming-base-content":"^11.12.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.17_1708175841449_0.1900314681478681","host":"s3://npm-registry-packages"}},"0.33.3-rc.18":{"name":"fundamental-styles","version":"0.33.3-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"95bb2399e8199bc29863361617004c6d2eb13fc7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.18.tgz","fileCount":386,"integrity":"sha512-2FWFeLy43J7mOa4bInvTrM/YF8MZEF54fERjYd9hvkUBWNEYQz7925HOHyEaNOlMzCDK8WQWMBig0DtI1FUXkg==","signatures":[{"sig":"MEQCIFsbhKbS+G0qHjjdwoMZwEUCf2A7lhu+IxRTqpLgTP7sAiBbJiQIYDeQbNDl/qYOonGnXGMow4l9bH68Ba9+BYe9vA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441338},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8ab4f34845a2c6493ba1d86d8a8c601a04b0fdc9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.18","@sap-theming/theming-base-content":"^11.12.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.18_1708969962636_0.9306445651951738","host":"s3://npm-registry-packages"}},"0.33.3-rc.19":{"name":"fundamental-styles","version":"0.33.3-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b3b688d865070d0652254387502c365715901a68","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.19.tgz","fileCount":386,"integrity":"sha512-oUL33PWJdDecxZ6p2jtf5olvFVxOV6DR0EuMU42WtUy/rffmItC1LIW8CVnpJo14Ac++RpO1pV7ajd1Jb9hvOA==","signatures":[{"sig":"MEUCIQCvSDUS2/AJzkxU8iDWd2dPTrDjh/YZFPY9dFJX2/OQ4wIgO5EEo+N0wZ+6IN3Lq5kKfKlxya5W+dXE4hey1c+mE9E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441338},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"339e28991b129c9b17bfc8b75bc03b636b29220e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.19","@sap-theming/theming-base-content":"^11.12.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.19_1708978661861_0.2251719056313446","host":"s3://npm-registry-packages"}},"0.33.3-rc.20":{"name":"fundamental-styles","version":"0.33.3-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9ec1d5fc032ddac47285e27979aba61dc1c56806","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.20.tgz","fileCount":386,"integrity":"sha512-s0+KrtR0+4Q67sVrBsOmMb51pjLzZyJAlA/J+wDtOR677M0soqdZA9puL9BP3FeVgrQH9ibNjM5qvs8RfVeavQ==","signatures":[{"sig":"MEUCIQDPtN2OqhcrOMwmWREGyv8+lZxv32Uknet1t4/HwhnEIQIgNuyMoJhIb4rhJAo0gqvoYRGJ+9NyULFV/xaeKLy1pK8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441338},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"85163aea1c0e036dd5724a9f4fc69bf8b186075a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.20","@sap-theming/theming-base-content":"^11.12.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.20_1709135412924_0.7555915280653165","host":"s3://npm-registry-packages"}},"0.33.3-rc.21":{"name":"fundamental-styles","version":"0.33.3-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.33.3-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3f35e37fbab6ea52b85c50b1e858047e66ccc58d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.33.3-rc.21.tgz","fileCount":386,"integrity":"sha512-Cgx8g0h1rfzpqfjVTrF57nsGSrEwP5BP1zsHmPsS9gWWunBHvhBZdunb9zmMqnjuaxoGUf+KTR+UBB4uomao8A==","signatures":[{"sig":"MEQCIHanTkR2awetqk4alW+Dp38eW8B0DRldnT/DLw0pcNc5AiA2uPinhgAaE5O04EypcioyJUEf9G4A93p9xL6ZcMslQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441338},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"32e1c3044c872ab4982453a923080d49385502df","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.33.3-rc.21","@sap-theming/theming-base-content":"^11.12.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.33.3-rc.21_1709643450579_0.11582440875837952","host":"s3://npm-registry-packages"}},"0.34.0-rc.0":{"name":"fundamental-styles","version":"0.34.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2039f3ab44fa7239dd8304713895e48ecf2b8fd1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.0-rc.0.tgz","fileCount":386,"integrity":"sha512-hYc35orkhnxYdfOx6JhxIpIsUhj2mJMCJDFcMJ/SxyoBAdmfIW3Toabi5qSL2BOe0zNMX8GaVhYk31juZM12Ig==","signatures":[{"sig":"MEYCIQDyreiwUqDLjEH2+nsq8hd0RrYTKL8EJvrc97bBaq4XQQIhALmQi7Wo9tPzB5TGldVjFo2oYYPO/OietOb2JIKov1Gl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441084},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f3d9ff0cc05a07d96083661161b270913742a8e7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.0-rc.0","@sap-theming/theming-base-content":"^11.12.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.0-rc.0_1709665848118_0.8961521260974308","host":"s3://npm-registry-packages"}},"0.34.0-rc.1":{"name":"fundamental-styles","version":"0.34.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c555abaaa3584f8160b47ecab6a3038d16e01d72","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.0-rc.1.tgz","fileCount":386,"integrity":"sha512-ClLVWYaM0po5Z/9GBBZUQ0nOY6GpAI/PGTLU46SgL6Ozsy2ka5Bqou/KVpRM9m4j16DO2F1GqZgmCmRi7VKA+Q==","signatures":[{"sig":"MEQCIG6D5Yzs6xClb8BRFNFcCRCj029cZ3GvdWluU/Yefow6AiAovKJYibjRjX42Q0iCAt3XJp5KSqAsLhvJ/7wyqFy/5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441084},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e315ceee5327d54fddf8c9dd234f61ca8bd2101b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.0-rc.1","@sap-theming/theming-base-content":"^11.12.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.0-rc.1_1710157594461_0.5246156807736131","host":"s3://npm-registry-packages"}},"0.34.0-rc.2":{"name":"fundamental-styles","version":"0.34.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"28b684237920dc0b2f64b7d4cebd1f13bd260980","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.0-rc.2.tgz","fileCount":386,"integrity":"sha512-hULMjhMaQHF02yBCfhmD33nBz1LZ0duibXOymU3IQsso1FHaalOtF31SJcbiSF53Nf1SXrFp7drsCVa4TvOPUQ==","signatures":[{"sig":"MEUCIBAkn2uAAc4b5TczgkXTqjH7EoYw516sueW+CCKY/DEiAiEA2H73IYOumpDAtkndaW9V8tGFvUDc1CBtR0wGT41BHMY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441084},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5da6605e502222d978d1f9d76221ce84416270f4","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.0-rc.2","@sap-theming/theming-base-content":"^11.12.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.0-rc.2_1710161825798_0.02487977583063672","host":"s3://npm-registry-packages"}},"0.34.0-rc.3":{"name":"fundamental-styles","version":"0.34.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"48700af2a98c2866ccb27dd667c5466008c05565","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.0-rc.3.tgz","fileCount":386,"integrity":"sha512-5/bL4yBlZcP+7JPS5eHSfnMWghDdqqdCr4N2ygoq0nRbCOBi6uDu7bDLpaB+p3U2r1/6GdB5CE9bm/lB1cS3Gg==","signatures":[{"sig":"MEUCIFZE5sAj8D+6OCPjH4ankIlQxfImJsbk4Wuao8E75td+AiEA/goNK5RjmB/liI+QEvgdF7ODJHRAO6mnixrlYiFPa4Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441079},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7ff1b231bc53dfcbe234f430478a3f2e8be5777c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.0-rc.3","@sap-theming/theming-base-content":"^11.12.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.0-rc.3_1710260665990_0.10026183557610113","host":"s3://npm-registry-packages"}},"0.34.0-rc.4":{"name":"fundamental-styles","version":"0.34.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f5ec51cad8a7b581e26cf4a553c3eb163ec4b6b7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.0-rc.4.tgz","fileCount":386,"integrity":"sha512-WzqymkXtvt8/NuHHGfNOypcslY2CxCtj6Ky+zXM2ebZADTTmoWdUjJQte09XlNVx2fQl69UCM6s1XdFAhLw0yw==","signatures":[{"sig":"MEYCIQDeQH3w4fL9qmZj+GUuCv/04HFYYRCltIkn+ND/eW7dggIhANF05u4yXmoVcBrSFhNXtKF8y3RPn7QGegshwI7lIJYq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441079},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"290bd06eb409f4a0166c87821640219f97ce165e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.0-rc.4","@sap-theming/theming-base-content":"^11.12.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.0-rc.4_1710368917178_0.9447810285059224","host":"s3://npm-registry-packages"}},"0.34.0-rc.5":{"name":"fundamental-styles","version":"0.34.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"744d53624e898a916778eae4fd39af52fb78612e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.0-rc.5.tgz","fileCount":386,"integrity":"sha512-+WaEMH8NtLphB2qYkORr+av0xgKDcYfwVE8rZREGROE4dTebgcMaOPvpxnElcFuPfP0sLSr5XrxkHvoW6MDOKQ==","signatures":[{"sig":"MEUCIHckpPI/l7UjpQ6JzdwlQ7o73ek30B4aikjPlWD3aIsKAiEAuDmOUeUIesXJ/mYW8Ho0t41SP9Kld1VdQY4wmPtqoeY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441079},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5fd4fc69c76abe34b6eb4e8696ae97ac223e3672","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.0-rc.5","@sap-theming/theming-base-content":"^11.12.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.0-rc.5_1710369171164_0.9366692342954042","host":"s3://npm-registry-packages"}},"0.34.0-rc.6":{"name":"fundamental-styles","version":"0.34.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f08f60374ab488fc2de5eb072578590d45cac17e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.0-rc.6.tgz","fileCount":386,"integrity":"sha512-VEQTjAHAqexYxdGke77wBuW35jqqOae9F4R+reInfLwlzC+Y8dliB8ZpQ7eSmw2QmQ6qWpxiO0GLBi0hnhFVLw==","signatures":[{"sig":"MEYCIQDYGf1gKfKinSbxxN2vmkthXtnVEaP9EwtXPtLEgaWYsgIhAPc5XpL4NUhXt8KfaEpGU6UWW2hnhAk5dMnQVk1jes2f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441167},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"864fa70a76715bc816dbeb0b4cf92a8c8cc27359","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.0-rc.6","@sap-theming/theming-base-content":"^11.12.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.0-rc.6_1710438481294_0.06578040409574792","host":"s3://npm-registry-packages"}},"0.34.0-rc.7":{"name":"fundamental-styles","version":"0.34.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a793b83af58a91711778303f6f60925d8516451a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.0-rc.7.tgz","fileCount":386,"integrity":"sha512-GLMGMXJbHX21E0Fq8ZfKlO9A5mWnpTGs0JJEncM91503iWzMtsEXwSCEZdVN/XfbeiTbF+bvn986ZY+lvt0lOw==","signatures":[{"sig":"MEYCIQCIx5MG8IEbdPXwixcnj988Ycl8n5wCVvsFJz3dLC2WiwIhAK5ZXrpka5OreeVKiQs4QDssxBq0QP/1w93PolIs+thu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441359},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ccb59520b90eb39b63e9056903bee67a847fbcbc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.0-rc.7","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.0-rc.7_1710509430165_0.8727726970894449","host":"s3://npm-registry-packages"}},"0.34.0-rc.8":{"name":"fundamental-styles","version":"0.34.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"abe74e12923743133812d6c4ea35d776df4737c9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.0-rc.8.tgz","fileCount":386,"integrity":"sha512-BMXNj7yRrod9QZZiHaffzhcdV5qdJCskUnnNd7sG5HnFgGxwa3+2x/C2dhnTJaAZ8LA88BZvBMwXO/QhJ9ozrA==","signatures":[{"sig":"MEUCICF5q8NCpIWg5aSjkcbkapkenLGRUHfkOO/SZt5y9FaNAiEA3AV0pP2KSWBro3Wk2zjxrqG4q3a4h/CiiArL6p3++Vo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441131},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"689193b9376e8e88db0633717cad5a4920eceba0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.0-rc.8","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.0-rc.8_1710958815249_0.2821673794341768","host":"s3://npm-registry-packages"}},"0.34.0-rc.9":{"name":"fundamental-styles","version":"0.34.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"341b62ca9b93c1220adcf41c7e6f2466310c6456","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.0-rc.9.tgz","fileCount":386,"integrity":"sha512-tTpkQkpJVMATpsC++c+AJ29Gj1cNKPFw4QOTVMbz72KMqwkTF2WSJnsZtogz75uuFtAi9Up12xwvuEh+WBpI4Q==","signatures":[{"sig":"MEQCIBpdOyfaU/vCZAHCpLORiadrpoBcxOCYdbKWSI5soH1wAiBKkC9a1+iSV53lm6LyZwXatoOPxrdff72p0zxk1XWi9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441139},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"53a94169532c9ec807ab3a2dee93103b4bddcac9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.0-rc.9","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.0-rc.9_1710959858986_0.5209336895883601","host":"s3://npm-registry-packages"}},"0.34.0":{"name":"fundamental-styles","version":"0.34.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3e9d653e0e335921fa283fd71c5ab50689872e0b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.0.tgz","fileCount":386,"integrity":"sha512-8hEdw4CAnDjrUTq8REtdcyaS3GAJEAYzJGVyH5VlW0grLrk1rMNzIPIIoMQKUfTFp17c1BObc1oWFRMgRmb7NA==","signatures":[{"sig":"MEQCIGWRbyslm6jxWMVmQuGjVzT4TT1RrA72h+1PzCKYDz5XAiBrLB+3Aa299NlufowoUyAGesTXAhiig0hkZqSdFYcsAg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8439869},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d8ec855cab09551294dd3f0922e6151d9782870c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.34.0","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.0_1711027851764_0.6832058021618668","host":"s3://npm-registry-packages"}},"0.34.1-rc.0":{"name":"fundamental-styles","version":"0.34.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"edbc7c545bdbf7b96406dec6c8ce5622e74dba5c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.1-rc.0.tgz","fileCount":386,"integrity":"sha512-ip3SI5kBjCMUULnYkN3xcFc6+JEU4Wxn+Uv2UMcalqSZ04DgqwqajBoCgMbJcKeDIBrEL4cIhDUuEyIrXB9HPg==","signatures":[{"sig":"MEUCICfWViQQbDWRHIL1PDfODJn8oLRsRySSeNZGyQAO6jL2AiEAnSmE9coNAJgZXPd+XfSIuXINjgtuqBlEgQhmyD5mCls=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441139},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9260419b97ecb5b20524b485fcf5646f9dfc2503","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.1-rc.0","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.1-rc.0_1711299104547_0.7537870963096951","host":"s3://npm-registry-packages"}},"0.34.1-rc.1":{"name":"fundamental-styles","version":"0.34.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3a03e36e23a682cfeae1f62b5ba2b33c11a04358","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.1-rc.1.tgz","fileCount":386,"integrity":"sha512-LDRdYxrRBtzGW2FoEEdsRus4iQQqJjxst7r8uqj+3sCEHTpJdt2sc403Nlg+lJyuGK/mS1lc4TNUSPXyaWeXqA==","signatures":[{"sig":"MEUCICM/+S2qGIe4gRuQb9lDobnGABpKtCmYBvhewQ7ku+lfAiEAuE/TvSbt0SSyPJtPt/32HTn7xNKWSw7gWZSskC/x7QM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441139},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"80930d2d7a0a9e7a947f0d480e3f01a78942e197","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.1-rc.1","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.1-rc.1_1711377136802_0.5146103652722553","host":"s3://npm-registry-packages"}},"0.34.1-rc.2":{"name":"fundamental-styles","version":"0.34.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dcb0410fab53b7b77cbe762c1f6c9ef48353acdc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.1-rc.2.tgz","fileCount":386,"integrity":"sha512-szJ3Qce6WCIUhUnCWVNGfnulyuROw0L4CXf3KdYUlQ0KckBoq+xAgtIaWhkmGoVeOpH9S/fTrEUp1IVGWr50wQ==","signatures":[{"sig":"MEQCIFaERG5KDsV1ctXoCoR1PLXUmdzGxCK9m4eLk5VPL4PBAiBmxU9j9K1fwm57dsabosVDGbX1IxkuI7v3KR73gvC1jQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441139},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a79fc5470e28c043ad42e0b181adf46f0afcc754","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.1-rc.2","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.1-rc.2_1711482984300_0.661512072088071","host":"s3://npm-registry-packages"}},"0.34.1-rc.3":{"name":"fundamental-styles","version":"0.34.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eb53458386a25f49dd1ac3eb3196ba787b1d0ad0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.1-rc.3.tgz","fileCount":386,"integrity":"sha512-OxdBrHWyrDFlvLgDxKuEuFpjGiGNdTPyDObRvuoseGOpLCWOGFT8SNb3IlHUFHiuj2dwJJ426psiy3YKf9v3ww==","signatures":[{"sig":"MEQCIB1g1u+QlZIa963IuyZ2ZDIBSKJshKUZZCAiBSZYqQLiAiBYWrzFHVLCqxMC4+qfpMHqoRVBLvhlKKTA7LCcRR7KXw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8441139},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7ae2621497bb279edc7642dc76a93e2dfd060148","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.1-rc.3","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.1-rc.3_1711483352925_0.4456730917585532","host":"s3://npm-registry-packages"}},"0.34.1-rc.4":{"name":"fundamental-styles","version":"0.34.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.34.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f7d8ff681d0a4007081503c1515b626f14bd9e99","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.34.1-rc.4.tgz","fileCount":386,"integrity":"sha512-SJ0nDkENn0Ls+zr+Z5WV23SUg4FX1JMfoYuronrLwecoPytsoClSG4N9OAaY7e+K5lvdXChNxQ46/d8zYFLajg==","signatures":[{"sig":"MEYCIQDQ5RPIGpK4SIZ+hwpRWk/eMweSVUxT17y44ULhyDhDVwIhAPfC3w8ByE2SQZ0mvBdJx3c/oeDY52gogDYxM/Cau7hQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8463279},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9ab10bc5c77cb25c422063a53685035582f307de","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.34.1-rc.4","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.34.1-rc.4_1711486503271_0.5699679630371861","host":"s3://npm-registry-packages"}},"0.35.0-rc.0":{"name":"fundamental-styles","version":"0.35.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"edefddb1eab57b6deb5d00649ac574bbd3494958","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0-rc.0.tgz","fileCount":386,"integrity":"sha512-CmiJ2O/l6laLM58Saskry95XSUnjvHSi/GSPCCoKRD1BoXYND4wNx8jSxA47fm6zqAI8qDRv8Bj6MLWR73+WzA==","signatures":[{"sig":"MEUCIBLfYf+vxtjXvUGzqWh0sIEH84l4uq8RwlaCWNce/DYWAiEAp0c5xPuyTGmjU6111P4WIixucRVetyDZatR2elHDhd4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8463279},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"11fb890329a7040ffa47dfc8cfc10a87e53a83b4","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.0-rc.0","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0-rc.0_1711489062183_0.24086519786132365","host":"s3://npm-registry-packages"}},"0.35.0-rc.1":{"name":"fundamental-styles","version":"0.35.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"52260a34ecbadf442dfeef0e2f1ad697904c92b1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0-rc.1.tgz","fileCount":386,"integrity":"sha512-o1ht7eN2VVfoZVeZlV7s12r/iVlNYuO3A0vLYDOB2YeSVl+OX/JKSC9yH984DEAHHzXSP222755dYoBXGbNQ8g==","signatures":[{"sig":"MEUCICIeu1jpm/x2cB/S4X+rOLopoHhIucpNwUAMasiuSXCfAiEAmjL1hq05wXlKMSyVDyxkvDY7kdtY+uI9ALvVTrq6FNI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8463099},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e9d0a44ce3debe9f9d568d965ba7cab06840bdf1","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.0-rc.1","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0-rc.1_1711727353743_0.3182153893245563","host":"s3://npm-registry-packages"}},"0.35.0-rc.2":{"name":"fundamental-styles","version":"0.35.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0c6f132ea29b77c55703682f0118777ff5acb9d6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0-rc.2.tgz","fileCount":386,"integrity":"sha512-ojdlmZvKMmBqDRu1NMT449ckvyRoVynU8ryACn/opdxWlJSkeTDXATH8hvDQhoVJR8Ca0kKNnNxxBGc6MWyEMg==","signatures":[{"sig":"MEQCIBlzojLR695uzMEaGhzq3UrcK/VNIs4ScHvapsfvFxg4AiA+xKS4thHjdre34fhDcahm7VkFRamLSLhd9cm8FS1/cQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8464399},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"faf7ddfd112e7fc1656581a513ebc7d201b1ec09","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.0-rc.2","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0-rc.2_1712241462266_0.15578046328525574","host":"s3://npm-registry-packages"}},"0.35.0-rc.3":{"name":"fundamental-styles","version":"0.35.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"286787b329dcfb1dbf97f2fff46ab77f655d7157","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0-rc.3.tgz","fileCount":386,"integrity":"sha512-dLXN9CQKhL6Eho73MPgclRcmUH9kwlpgDW98+82geHw+QNTBa+ECdY1B9Yqu/EZiwBHNITc/w3niMV+ENZFQpg==","signatures":[{"sig":"MEYCIQCNH4baK/BieAWPo8AUbc5RmaqRN3kdfHDerXBhn83TCAIhAJ7Cb5KGmCglsGOnZyj0YZ0whEGvn2h6wGOCqOnWQSHy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8464399},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ed7a8405a76c512ffc0229b29814ff05d12ca2dc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.0-rc.3","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0-rc.3_1712241910318_0.6238530736439256","host":"s3://npm-registry-packages"}},"0.35.0-rc.4":{"name":"fundamental-styles","version":"0.35.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3830653bbcbb484f6b3d17255b864030d5d4353e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0-rc.4.tgz","fileCount":386,"integrity":"sha512-4eRqwHZRURSEocFjSjHn4/2+0Z+ANJVKAbN559neogF1f1TT2dA5lG6k3V9pPB5Rcm9J+7Pg83/+Jz+1bAFq9Q==","signatures":[{"sig":"MEUCIQDw1QwfPq4CqoR51+8uzxirNF4LJxE+1azpfzH/rClvSQIgR6r2n6iIBnmAIi2h3/dlL7So/fQxHn2XeIByHP0etIg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8464399},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"81d5fe0a7eb4ac6a9dad435f53b54226eafc11c2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.0-rc.4","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0-rc.4_1712242325381_0.11312293298842668","host":"s3://npm-registry-packages"}},"0.35.0-rc.5":{"name":"fundamental-styles","version":"0.35.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"833d8df6ba7be3ab7b8cdabeae4d0a4545c1267c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0-rc.5.tgz","fileCount":386,"integrity":"sha512-f/c5ty7eVDlGKV8sME7jYrwl6mLGuAZtwlB6y2tB+OxhJFE6gEpAwyIrEWhFXfzkmOn8jAaE7JRSvSWu9BAVxA==","signatures":[{"sig":"MEUCIDDks1pA6h+v4N/VrPT2x12GF0nokQtqpx3kCy9NDM/DAiEAqqLraIWIWuS/1SVdaPAAA46PHyX03LwgfiHdfHaebvU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8464399},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"02a39769e257b086e0183274ac9a7289de7aa627","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.0-rc.5","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0-rc.5_1712244074219_0.9847614505407012","host":"s3://npm-registry-packages"}},"0.35.0-rc.6":{"name":"fundamental-styles","version":"0.35.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3c071fd9ac32906f6b25516db77c4ce868db300c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0-rc.6.tgz","fileCount":386,"integrity":"sha512-5jVnbxwNZrltxtKcNGEqkUKBQb3yPxMrbMeOx3leU+Uwc82GLDCApqlOAAFszjou+7RXwJEEwTV4QW5iz53L3g==","signatures":[{"sig":"MEYCIQC0YMJXYPBcy7EffgTn2Uyl1Qa0qE21aK9UndWHrAq7ewIhAI6TfTcQ2fNKvF52ZW9v+lvJo+KxsyZHGygXri8QqovW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8464399},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b4a73b8a68b584bde1d2490a448c2439e66ad109","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.0-rc.6","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0-rc.6_1712314374364_0.4128176225302691","host":"s3://npm-registry-packages"}},"0.35.0-rc.7":{"name":"fundamental-styles","version":"0.35.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"453743f252dc5b563ee9cb7be0f924d8e064da21","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0-rc.7.tgz","fileCount":386,"integrity":"sha512-daH13F1uxd4ze3ElufdGpSePLS006AIGr74O3ELqe8iawkW7UG2v1lTug8yr2zTt00yJzC46wk/KTzEXNLA1ig==","signatures":[{"sig":"MEYCIQDU6DrkJP3NWmFZLRnDUS840+3SNzCFtGjhPA0ATuqXmAIhAPn2uxqQoQe3Pk8rMsTNziLtm0hSEHfz0cmHwQNmc+/2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8464399},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0cd4b94af76a42ee4307d6c05d6940a3e7a92bce","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.2.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.0-rc.7","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0-rc.7_1712499731914_0.8417322880321361","host":"s3://npm-registry-packages"}},"0.35.0-rc.8":{"name":"fundamental-styles","version":"0.35.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a584bfe2a7f69f7925c2fc06c5c513358759dbdb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0-rc.8.tgz","fileCount":386,"integrity":"sha512-hotJV306IWdwsbUfttYckHE+G2xe2EXH9ETiFRIVaEHfmSq7CU5Hxz9y89nIb500zegKF3HXXsrzqnBCA5BSkQ==","signatures":[{"sig":"MEUCIDySLmAMaMER1JbmXPy9qbXjXOQbjhgjORHfqEkIh0P7AiEApafHsAXU7M2nqE2oEgo3nAMQDlyVwrzqTYSgWwENEtM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8464399},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9f1611f627665272569b9b75925587041de18450","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.0-rc.8","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0-rc.8_1712500204671_0.12135456494590291","host":"s3://npm-registry-packages"}},"0.35.0-rc.9":{"name":"fundamental-styles","version":"0.35.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"316dc1ffa5d158c7b87919b548d8c51287fdfe74","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0-rc.9.tgz","fileCount":386,"integrity":"sha512-/b54nz1l7teJHGuyAesWPPqtfgMb7UTg5h2g9u69RCl/Q9QacLMELQIC3LsdscmwqHumVOmxhEwWMyPscA0RyQ==","signatures":[{"sig":"MEYCIQDLEzQFy7t+pf0t71dH1mmTWMADoACCIQuqw0fsk4GGFQIhAPstUpQ/UlBUfyHO45I3BhvG02tzFLS8GVzgFfN4q8Ub","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8464399},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6f878a0d2c9b8a22731da54b6dcc229b2a51958f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.0-rc.9","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0-rc.9_1712501676912_0.5351267821793899","host":"s3://npm-registry-packages"}},"0.35.0-rc.10":{"name":"fundamental-styles","version":"0.35.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"85439ee741cdc948086be61d2e41a500afdcc4ab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0-rc.10.tgz","fileCount":386,"integrity":"sha512-nh3CPAclQIZUj0ctlrU2FvqfgJpu9MbdqMO62QLunRxH4bVOfOYb2mVZYgOeZx1PbY1SaHgn3QvV8RHAyS4T2w==","signatures":[{"sig":"MEUCIANjg0Hbi5bXFfxTlTqGA2M3Ye6KqC7X+ddnI4j1QGxdAiEAmaH8pgSOvmpPvfDOv/bmCgGZUfAXTtt4vdaYghJ7nKE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8462369},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"34ac33adc2d17ee061ffd8fe526fc9047f417cfe","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.0-rc.10","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0-rc.10_1713385937655_0.6438836880820742","host":"s3://npm-registry-packages"}},"0.35.0-rc.11":{"name":"fundamental-styles","version":"0.35.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"54dd2a538bfe8f3448ae4d5cf16e37dc6c36fef2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0-rc.11.tgz","fileCount":386,"integrity":"sha512-0U439xYoajQJpvrQmsUxSyaSDD/gG3S+Ct8Hj3XnqUcYzR/ygO5BeRc776C0bLYYlBsSD2RHNWe0iqNfvnwTnA==","signatures":[{"sig":"MEUCIQDSLA73ZM+d111bIjSKAtNhx7J6veAph697p0V+Eqie5QIgY3ffPRbTL6yTygdsQUoEuWsfjfMoyatun2JiwCowxD8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8462369},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"dc7a2b07bd7b28fb0daf56edb99020d0ea03761e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.0-rc.11","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0-rc.11_1713386242059_0.22777429217487777","host":"s3://npm-registry-packages"}},"0.35.0-rc.12":{"name":"fundamental-styles","version":"0.35.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3f247160745d5fd2480b06de52d9dad557babb2b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0-rc.12.tgz","fileCount":386,"integrity":"sha512-E19xNkmZk6YmOc+kFIHFZZNUHz0QPjh+JfrvT95R3POf5ZRa7VLSNLF53Q//v5NUJ8E8MHzr6loFz246qLHWEw==","signatures":[{"sig":"MEYCIQCXayk1e8J++h2ATMSz+3x+3bj3hEkaftQ26hOY0Lha9wIhALTxr/THe6Pw+6ST4VgIfagekFPk6NvhJlyFysnWXhip","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8463105},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0367855568877ba8b5ffeb7cf58ce2bdba2973a5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.0-rc.12","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0-rc.12_1713464869524_0.3845090439915049","host":"s3://npm-registry-packages"}},"0.35.0-rc.13":{"name":"fundamental-styles","version":"0.35.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2909e8be8dbbd959b53afc33106930f69cf8ee68","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0-rc.13.tgz","fileCount":386,"integrity":"sha512-VeedS2pWuVX+CxFXaBX3Kpgh+UKVYNRLFtamkvAnOCo8tmuV4xVLrCb71QAoO6nhYnIv1TM8yyBqGgjbQi0Kww==","signatures":[{"sig":"MEYCIQD7yGn9uXVTDP9RzyGwlAMuvu03mua3wJn14kx/W4MD3QIhAI3EkvCNSWIVHiohKWkz34qynG3E1ouyvFiZfrygHLRY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8463065},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7b342940f6a9edd3095723d2854a2830cda742bd","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.0-rc.13","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0-rc.13_1713467314918_0.012391615543840162","host":"s3://npm-registry-packages"}},"0.35.0":{"name":"fundamental-styles","version":"0.35.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ebcdbf41c09e96c05e9638ed73111014ef52c665","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.0.tgz","fileCount":386,"integrity":"sha512-mfq4BncxAv4U6ASJhr+Jv/ssxA1PN7UbBmyzmzp0znHcQGOE5aR6AouGsgnkr4pirnlyMDS9pnym0Pu4yZIIPA==","signatures":[{"sig":"MEUCIQCMhMXxg2WaEa326q9HetrZVHwHcoF/g67MxLxjd2GfXQIgYsIfm8fu7JzSuJc4lEqVEiikOFSJWUfj57G4VvHkQfE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8461541},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c423c55fb88a8616d0d06fa4ded4abaad48c539f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.35.0","@sap-theming/theming-base-content":"^11.13.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.0_1713468819810_0.40292917065596123","host":"s3://npm-registry-packages"}},"0.35.1-rc.0":{"name":"fundamental-styles","version":"0.35.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3356fa6d6ef24d1be04dc0f0a4e93e62b3fced39","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.1-rc.0.tgz","fileCount":386,"integrity":"sha512-E/oOxY6hdfxIFou4xwKcEDK/6qZKIpXBeuHagPR703AaTaxLAOQo5L0SM2OEKpAE3lOlDVvTm+7xK+CPSJf+Sw==","signatures":[{"sig":"MEQCICCl3zo+bbspKTafR5Q43cEVZgeWMaWmVmT4IQmGjTaRAiAMsZdyaXbCx5Gv0bLxuYmQchD43UIdfVpgDduNVF5D5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8463519},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a9df5480a4b050cf868defee3cebc84254ec175c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.1-rc.0","@sap-theming/theming-base-content":"^11.14.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.1-rc.0_1713879360989_0.5911813714560477","host":"s3://npm-registry-packages"}},"0.35.1-rc.1":{"name":"fundamental-styles","version":"0.35.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7327d7900aa8926d6f3c920078e1b8be2bf67932","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.1-rc.1.tgz","fileCount":386,"integrity":"sha512-o5dcywomBR+qqkULOnYNw5BDGfZxpXEuX2q+Tn5mUZbgmuaoAWaQdyINIaB76EMpmGwrZFsuxjSMGtwQZ1pgSg==","signatures":[{"sig":"MEUCIQDqX+MHa/n33w1882o0+o36KDgFffxo5P7IDjRlGMSsQAIgIM5GlgNXqXljiTkBrQKoVcVrBgl2Iuxq9ywKKp+0iAo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8463519},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b45770ef673c698932241544d4ab0e6b0b191e43","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.1-rc.1","@sap-theming/theming-base-content":"^11.14.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.1-rc.1_1713880381035_0.42155632493853146","host":"s3://npm-registry-packages"}},"0.35.1":{"name":"fundamental-styles","version":"0.35.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2a5137ece728ef212e44cc5f52eaa163a6d4e323","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.1.tgz","fileCount":386,"integrity":"sha512-0YwATAgNh2G6VehOn9VtcdNU6tt4EEGkXiwfwdU98YvzmLEP4goQ0Vpigr33TC+nnqh+cb/bW03fPkz3B4G62Q==","signatures":[{"sig":"MEUCIEybsXazoaAdCgN7aX4gANgZKsy/FT8WgPpbgQj1CKEYAiEA3DEqe1kZMogbBLDxzBRXSz3DcZTHnpgQKJ1E46b1G/k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8462249},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f9f61b3d0e03b1ecf9117f45cbde8faa6f3ba34c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.35.1","@sap-theming/theming-base-content":"^11.14.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.1_1713880629601_0.4795735377236452","host":"s3://npm-registry-packages"}},"0.35.2-rc.0":{"name":"fundamental-styles","version":"0.35.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ee454c36067784a9646a30ab13c62ea920a32977","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.2-rc.0.tgz","fileCount":386,"integrity":"sha512-Dii9oN42t0FcDT4gcfj5IWcbfViTdVY5fgOaoegoVKEWCmfKYzGOrjal77m6ja2eABJC6DLsO8JM4xvMLib4Ow==","signatures":[{"sig":"MEQCIDCOqn99YxY+DGjldFm7OuyZOdY0NXUNmsEuDFIGg00jAiASSm0f/RAbkN608a4TNnvv/L9zHDh0Uuex+rUxKEjMTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8463519},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cac0adcb920edd0b0585d3741fbcbb830f4f8006","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.2-rc.0","@sap-theming/theming-base-content":"^11.14.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.2-rc.0_1714302893921_0.04252020255446687","host":"s3://npm-registry-packages"}},"0.35.2-rc.1":{"name":"fundamental-styles","version":"0.35.2-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.35.2-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"af651596617e93fa7eb9367bcb92f222eed8f84b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.35.2-rc.1.tgz","fileCount":386,"integrity":"sha512-vYtC3q5ehB5zanCU4uLZfR+nhqnYLT2yEpsmKFQXY1Vf0+cPGb9vMQOOEQYLBgMUxqjB0gi+nnNT3LNqxrT1AA==","signatures":[{"sig":"MEQCIBG6yZeNujarqezRpelaq2zHgeHH+fQqFE6LQaJAXcYyAiBKniN/3bt2Jd9jsIZXkm8zEYpefHEAZd3sTQY/j4cxUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8463355},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7d1c67c812e9d2526ad38f9b78395e16cec912df","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.35.2-rc.1","@sap-theming/theming-base-content":"^11.14.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.35.2-rc.1_1714642259738_0.9542270098608852","host":"s3://npm-registry-packages"}},"0.36.0-rc.0":{"name":"fundamental-styles","version":"0.36.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"64653ce66c8027083d69faaa9660fd681f59d041","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.0-rc.0.tgz","fileCount":386,"integrity":"sha512-ygu9H2X8GKGgUcPVVDRhWagsbVlYKULdLmnK6WUHW+Uu0Wk/SgP0SaRLzWFHyUeWElWX1cONh4FW3H2GWIrQoQ==","signatures":[{"sig":"MEUCIQDFPU5FMth4lh5Kd6Yba1WvVcD4M+tBUXX1wiY3FSVGjQIgCLl59J+96jKaPB4h/fSgNZ8xGe6+TONdBJlP6eapFf4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8604071},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b0e1e2842a797383d459f9808e6827f47351187d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.0-rc.0","@sap-theming/theming-base-content":"^11.14.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.0-rc.0_1715101024207_0.28799798169666624","host":"s3://npm-registry-packages"}},"0.36.0-rc.1":{"name":"fundamental-styles","version":"0.36.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9bbf7405751fa643ea0fd6e262c49aa487de00df","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.0-rc.1.tgz","fileCount":386,"integrity":"sha512-55ZkBN4kniQE11IVjzSC2gmqaEs/0+GELXbwoPXIaW+Xt8BgpcMfnzgjDUata2+51c16zSGG+2mQ26tHihWJIg==","signatures":[{"sig":"MEUCIGg1DpZ/HuSnAp0F7zDde0mzonZP0tGmiZj6CEaS+sB3AiEAgRg/Te1A6VDTdjPJjl99UtfvgjyUONUqWmVpI2Vshcw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8604071},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"abf050f9be4636f5b3754aacf4efca2b2a13f4ed","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.0-rc.1","@sap-theming/theming-base-content":"^11.14.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.0-rc.1_1715350555461_0.5701695679333605","host":"s3://npm-registry-packages"}},"0.36.0-rc.2":{"name":"fundamental-styles","version":"0.36.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ac96f2ac22f8768dac323965df5f1a79bb9bdb69","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.0-rc.2.tgz","fileCount":386,"integrity":"sha512-5cVv+3vxw6L76l6CPPEX9JiEUFGbRCJHgl/fheoGPo7aLerTdybQ9/2I0Z4APFAyW0i9ilbCy5vAnbQ6tnDw5A==","signatures":[{"sig":"MEYCIQD+pcVeeKoLoDUTi1bc5uaL/RSQ4+wV6KqAoLNNjbN6awIhAOtIaWk+cG8iTGHUHQGmtVrc5ewkX/UNWdmX5Pzzehnh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8604761},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7b7e450b2fbe73d7f749cd833b9db311a1919c09","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.0-rc.2","@sap-theming/theming-base-content":"^11.14.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.0-rc.2_1715354685014_0.7009528800870832","host":"s3://npm-registry-packages"}},"0.36.0-rc.3":{"name":"fundamental-styles","version":"0.36.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d0b817e7a9d32c78bbe3210977e5a7472901ce6d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.0-rc.3.tgz","fileCount":386,"integrity":"sha512-D4ARdERWfz5RH6yZF7QZCNp89/+SxNJQSDSiaMv+RVwpRWXuVyjBP6aISY2R0V9sIb/3jZZb0xOqrsbq+n2msQ==","signatures":[{"sig":"MEUCIQC7p2Gonzqw+6owR1y5MlLw2iN6dErRQL+zy1Shnf7lnwIgCWr+C6FAqtpiSVNSWDu5a1jPxWKechrLsRQzWUb3q+o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8607585},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"68585351da2cb72c9cd60d7ae6e1d677bd114872","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.0-rc.3","@sap-theming/theming-base-content":"^11.14.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.0-rc.3_1715626777559_0.9444022853791003","host":"s3://npm-registry-packages"}},"0.36.0":{"name":"fundamental-styles","version":"0.36.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"72984548e63e454989d714c8ba5173b7c68bafc1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.0.tgz","fileCount":386,"integrity":"sha512-4I+2Mlh6qQRyNP9x+VjCPLS2eLMFlBXD0F8u3FV5tagbd2LyljHK+uItMUdV8burFEtW13oRnuG4d9U6ZF2wqw==","signatures":[{"sig":"MEUCICZkLarfs0zuvO17Tmu2YMzzEpBql5FOC/wXf+vrbpHdAiEAldU+8DyUE62Y1pCODgKRXWKiLHoTT5d4C3ewaLrQnCE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8606315},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"131068b920afc334515b59b94210b86c11d42a72","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.12.2","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.36.0","@sap-theming/theming-base-content":"^11.14.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.0_1715715703278_0.003979480138111446","host":"s3://npm-registry-packages"}},"0.36.1-rc.0":{"name":"fundamental-styles","version":"0.36.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c3073cac8cd3d709ec0997fa18e8eaee9092ff91","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.1-rc.0.tgz","fileCount":386,"integrity":"sha512-Eei0+imjdcnJnvJLtYDI0x9fD3Uaz+UYRl88KM68/k4MTTkm0/kXhK2MgmRUjZjzDYy/RARcWmaTk9pNVaNX7w==","signatures":[{"sig":"MEYCIQDe1gp1qUko2ut2UwxkAverob27lN6BMYcgqSeBSOupzwIhAOm2Cf4cVD0mrxQwr+AptbVgywbD3541RCcBcCmH0IfL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8607585},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"52a8c0fb4c262968050f52443009ad2e3ef9e078","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.1-rc.0","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.1-rc.0_1716300430652_0.5088125239553356","host":"s3://npm-registry-packages"}},"0.36.1-rc.1":{"name":"fundamental-styles","version":"0.36.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"675727c9d43fa3844150dfd0bb3d2c8a54fd8c67","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.1-rc.1.tgz","fileCount":386,"integrity":"sha512-7xu2Go+W/J5v8P3MBS3TJfCuYTL43xGDrD3r+aiVqhUfM/0BtyUCHbeBxof5u3hmzaXklN8oDyx5EyoEiskmmg==","signatures":[{"sig":"MEYCIQCcZKd+OuNbk2y5pEUNDDiYQJMk1c7qi3BHyLsiMopCSgIhAKtdLAl3l+BtBemC1BAtDxxtXvwoFBpA/SarGFJq5ZED","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8607585},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bc5525730a9414bbf72da54cf9d4d3d181eabf9e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.1-rc.1","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.1-rc.1_1716326231274_0.20041231310903407","host":"s3://npm-registry-packages"}},"0.36.1-rc.2":{"name":"fundamental-styles","version":"0.36.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"82f9dece075b1576171c05affa3d4fae1d45bb2a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.1-rc.2.tgz","fileCount":386,"integrity":"sha512-2adrxDWLAValACzmAnGQ+PpQz10YoVNzgTS9KcOtAGSUGTZEfYNkc3+HpN/Gh5SPgcka3JjWpnD/HbEs/SMG9w==","signatures":[{"sig":"MEUCIE/LKwGmp3DMTLsMob8j1YcGN3tjKfr2gKA2vfvyRLGKAiEAzd1UR+yJP0K4PrZpYcH/43Qrf62pNlOfjfjybE3UBrQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8607585},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a02c2649a40fb01e6727fd85b632effb3da7f479","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.1-rc.2","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.1-rc.2_1716326424236_0.6853798817579673","host":"s3://npm-registry-packages"}},"0.36.1":{"name":"fundamental-styles","version":"0.36.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7d076c9be9986f157cc6535f254cdd1928063f6a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.1.tgz","fileCount":386,"integrity":"sha512-zWFBxlZ9ipAiNv+KPi90DKaotqPmJXRqtn8ZelVXMjvihSnidpAsvTNZPty29KmYutNlEBi3G1Ak8xQVCHPvLQ==","signatures":[{"sig":"MEUCIQD+c7o4gtDfGsGYX8LafDhpUrbjyrrW6wnLAXsfEcSSDQIgVaoRUL+7zZ6QcMXYMGjkfwFtg6T6ZrZfUZeDFeCCTGA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8606315},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d16ae360655ea2473628785bbb25219f540facc9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.36.1","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.1_1716326896831_0.9486436877693627","host":"s3://npm-registry-packages"}},"0.36.2-rc.0":{"name":"fundamental-styles","version":"0.36.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d7c0828a02cfc0b6e2bc07313c8121728ec18bfe","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.2-rc.0.tgz","fileCount":386,"integrity":"sha512-1RjWDqSqhA5+P8oRzbjLFTE2P5q5bTbWRVqe5lW/HZcWy+03N4juKNHDmfvVP+HirZcgSdSaqY09+J6nwuoN9Q==","signatures":[{"sig":"MEUCIAn7m7S8ZU/dPZREoBQYoY1cq41KMBEhcOgzqzZsipKeAiEApgd5Ld5zunrTqGUQj7rLAeosw8bybkWhjzbtrdxX+ao=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8608725},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3ab79aabae4e53c3b9a5b21f3fbac8c1deb4ebe0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.2-rc.0","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.2-rc.0_1716561040180_0.1874274721052045","host":"s3://npm-registry-packages"}},"0.36.2":{"name":"fundamental-styles","version":"0.36.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"576663394620e76469db0f5711aec847276c00ce","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.2.tgz","fileCount":386,"integrity":"sha512-m2VTkvO2pjA2wsThEoHyEw5rQhmR9dKyNl++6qLOL7YEe2lu/+fWZ1c1bt47aZ1hYDoETnoWozKUMPVTQRbdXA==","signatures":[{"sig":"MEUCIQDA1638U1q04nHMRm38s65oAM/tx5FRyat0PY3TSQs/dAIgLJ6xdHQ56rptUaxciKFalqSN4nQOqf4Gkr19VcbjaNs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8607455},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"156c0264f6ecba70b2d330a0b403bb8fc1f4a70b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.36.2","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.2_1716571886025_0.04352893777967903","host":"s3://npm-registry-packages"}},"0.36.3-rc.0":{"name":"fundamental-styles","version":"0.36.3-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.3-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9cab8216177a74d8395197bfe643c3ced7d95a0c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.3-rc.0.tgz","fileCount":386,"integrity":"sha512-6i76tyRG008BBbRATjHXR6ZNJxL4fIJdhgGeqYyo1ftxG3XlBsqGGvHu7KwCr1NfRNFqRkDc4uVwoveoHZ4LfA==","signatures":[{"sig":"MEUCIQDE7Q7Va1ahfKUK7BZXl65KpHtVihpVmu5God/BvJJnMgIgQzXbKknccLgVxKFo7A8/vYEyOcuix6joXLu/3w1EKNM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8609213},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bdf588d3f0cccd449581fd206264c02986fb4d20","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.3-rc.0","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.3-rc.0_1716989390078_0.19353584222202946","host":"s3://npm-registry-packages"}},"0.36.3-rc.1":{"name":"fundamental-styles","version":"0.36.3-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.3-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3665137bf82aeb46bd623dce3d530ba6ea7683bc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.3-rc.1.tgz","fileCount":386,"integrity":"sha512-9fbd09fP2adDNLTib//s6BOtDEsVlrxl/Mv97XuGfJ7BLm00qvlIbPjN10dJlVJfzY4oYN3azAq8GUK5bgje+Q==","signatures":[{"sig":"MEUCIEvrEAHze9aNpEzs59zgb8fOWAnyZJPv9CWdLRHa+yFsAiEApFBEvSCIGBizCEkZreiCNXFQYGErKjenfBmdGuR+SEo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8609213},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8a86062f552649fa055e0affcad1b0626628a313","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.3-rc.1","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.3-rc.1_1717011330891_0.3550204354223825","host":"s3://npm-registry-packages"}},"0.36.3-rc.2":{"name":"fundamental-styles","version":"0.36.3-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.3-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"649b98e6f72683b3628da794a3c317fca81c0180","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.3-rc.2.tgz","fileCount":386,"integrity":"sha512-e8z+HFXzrUpP1ZkACPO0ZjHm6JhUEdi6swj13xBjcBhaa92yY3l1Z6/T5Vb3TVRp2Dlozx0VY3lye6yXqiaI5Q==","signatures":[{"sig":"MEUCIDxKmJqIuCAPLUlwtX9GYLRQ9PHfqjf4gPkHoZhs5DHpAiEAmrAugDNbNLPotJFYb6YYwQgJ9YYRS+RZjsSYWNIVG6o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8608777},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a13a466c7df373dbd208ba071833068aceea553e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.3-rc.2","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.3-rc.2_1717012081445_0.45650074341120317","host":"s3://npm-registry-packages"}},"0.36.3-rc.3":{"name":"fundamental-styles","version":"0.36.3-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.3-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"96296ecffe734cfe6372be334fb4e45787090916","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.3-rc.3.tgz","fileCount":386,"integrity":"sha512-+jnRBklFggLdo3kqVyhHPbRYFMz1hVrrguXxSxq4jlbC84KiQiFlkRmTrafKGet8OkwENHIYRmVeo1bXonGWhw==","signatures":[{"sig":"MEYCIQDR6k8PKQj//FSRoqioI8vZ5Ld8V2BNblYfJk6mqheWHAIhAK6uP4GnNa4Z5ZkBQHum/t2xvaw0wGRjPWllXIv1iYJS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8608777},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"084c56ed5bd71f90b1dd03838b64a282f57c2863","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.3-rc.3","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.3-rc.3_1717013190724_0.7360810382333227","host":"s3://npm-registry-packages"}},"0.36.3-rc.4":{"name":"fundamental-styles","version":"0.36.3-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.3-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f785ff3072a48cf59ad9535a2a08c8a13419e5e2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.3-rc.4.tgz","fileCount":386,"integrity":"sha512-4JCETo/kGPZa3pk8aLKtkXNhGoEwODNGjI+agMI9zwtBAay2B9TfUGz1nBrlXDNiyx14Lj1mog9DYWiECJkVWw==","signatures":[{"sig":"MEYCIQCDQMKbDuytiR4HRV65spexptPqCbVX1K3AmIkEzpDFHgIhAJ73z+xlDQ651AB2oEym2bC7X3HJ/6awGDapQQ/+2gkj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8608777},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ee46ed48db185963c8816a750a1bea76ffd4dccb","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.3-rc.4","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.3-rc.4_1717013585217_0.8534925091338015","host":"s3://npm-registry-packages"}},"0.36.3":{"name":"fundamental-styles","version":"0.36.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"89a870b4c76986271673fcadb80ba012db700473","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.3.tgz","fileCount":386,"integrity":"sha512-GdJC0bOyENv7eWxo3OvtoP9Yhi0LIC3YyM2i3T7XTWHwYgrCGhPSyKrzsgR2gLnYLeS1hg2fvC3v5o0ThIc5aA==","signatures":[{"sig":"MEUCIE+sD5p5zu08Y3nGFs/UCnuIXAkjaS+iOwWoBKFWyi2hAiEAiLwBWOthA2YKr32FhaI8SdnhlzjkFolorgNNsZdeKjI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8607507},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"002b6f15bc64582802d87f6bfe4a7ff98038f6ed","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.36.3","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.3_1717013822705_0.5812517273274056","host":"s3://npm-registry-packages"}},"0.36.4-rc.0":{"name":"fundamental-styles","version":"0.36.4-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.4-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"478d2a6d69ed4764deb48b486642ffd73d503833","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.4-rc.0.tgz","fileCount":386,"integrity":"sha512-80r+jOsSA3t7rn2LTmyUfs85IFSRXZRppCcsqUTAVEq5NjHHG/sVLn177qvDaeu/s3vtmgXvKANqeinLAuT1fw==","signatures":[{"sig":"MEUCIQDOFm2DzKiKHtrkjZEiQFZIoV4PcYqXaJaCol8aOpN2SwIgIVHhmo0Apvmuq9VsqLzToV/1LboI0Pg2/8lOCbjkcvI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8608777},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"dff8caca21f8cf8e0bd82b80e6f0a3bec3ff9118","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.4-rc.0","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.4-rc.0_1717083671922_0.8935308421019081","host":"s3://npm-registry-packages"}},"0.36.4-rc.1":{"name":"fundamental-styles","version":"0.36.4-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.4-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0a0af903d818c43acbccea5b7ccb42afe8cbfca8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.4-rc.1.tgz","fileCount":386,"integrity":"sha512-b42vJAzo95cDHT8vMQTdyYxDzwKn5svftHxwSsuD7HjIxl9fKsf4uNCvpSgAz8GtLgCU/mb9L304Oje/nQM1Hw==","signatures":[{"sig":"MEUCIQCLJ5PrS7ENoOweSjFqEx3p13VrpKeLrAHcYkI6su0/MgIgS3/4WzIrBZOTastgFMbd1U/+neRSBSvqE8byhPegUNk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8608777},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"621e2ba3c7a823d1a229f3589e422bf185adc99b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.4-rc.1","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.4-rc.1_1717083891989_0.44304774370163447","host":"s3://npm-registry-packages"}},"0.36.4":{"name":"fundamental-styles","version":"0.36.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6001c4f04e415e51775828865e302bea7f28b2a2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.4.tgz","fileCount":386,"integrity":"sha512-QdbbBX9VuKSDU9MHgkc9trXND6P0osmNZ3xQ8F9QRduXufrnT5xt0hnW4SsJ+5mM7Cidhswg3xCMB0VzdqxIxQ==","signatures":[{"sig":"MEUCIQClJCH5ovVKdDp6PJKikIbmOudeVIErXNJCmgJ8rmHu+gIgQQ6WVoE/E91/6toxdoPOT8iWaEkxFFDxfUB/QsUycJo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8607507},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7f73c04be154adb93dbf8c061ae90c52ae17e081","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.5.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.13.1","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.36.4","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.4_1717084080384_0.9344200647296281","host":"s3://npm-registry-packages"}},"0.36.5-rc.0":{"name":"fundamental-styles","version":"0.36.5-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.5-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8f7325d0ae3aa82ec24f05df93c44bb5ce17a786","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.5-rc.0.tgz","fileCount":386,"integrity":"sha512-Z/t/te3yY5EbvPhAHkmdCZe0otNV+bzTjhXc0EeAl0ZDHuXq0NDhNs3PlXltobCvac01BYGMBCjYSccPUc4LVA==","signatures":[{"sig":"MEUCIDoRfOwOkxMSGhln6TeKQpsUjXDXj4Du9ig4vXEIa8FcAiEAw2s7QD/H0qTiq7EA5h0IphYM6V3FtWTI4vJmEyYCKZs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8608777},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5f29a7559efb2a53138939e63b4aa48591e70121","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.5-rc.0","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.5-rc.0_1717954960019_0.33644429890724137","host":"s3://npm-registry-packages"}},"0.36.5-rc.1":{"name":"fundamental-styles","version":"0.36.5-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.5-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"95a7e78c6f8f6c1a73e77b3d4f5b9afb491fc70d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.5-rc.1.tgz","fileCount":386,"integrity":"sha512-ZvgMnUnUoMpMn0X3CbAe7q5Zq1WrHelhm5jdDHMfBR0MUaxbOe9dNJ0EhiHKm5qxvS+2F1n3FjWFQb7D5gS+1Q==","signatures":[{"sig":"MEQCIEm2lHG3/kYbgzuq7pOvyHYjnImJcXw8tCONaVqWNNEDAiANt1hmupueAIEBEWrqNqJTJvDhDz4/TtpHJrqfzBgZww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8610857},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ed90d9b655b056b06514a262a56e48b4586b7402","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.5-rc.1","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.5-rc.1_1718118819552_0.9669841952464235","host":"s3://npm-registry-packages"}},"0.36.5-rc.2":{"name":"fundamental-styles","version":"0.36.5-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.5-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"51f6dde7595218b9b0853d7aeb5fdeecbd2f2ddd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.5-rc.2.tgz","fileCount":386,"integrity":"sha512-mU/K5leOx3UAJTjtYjj2KfyLYBdZdY9jlIGMPSFSG+7kV/yOgF41TUs2Vj/0cRZJhLTnse39Drxn8/pdRbfW+w==","signatures":[{"sig":"MEQCIDKZ0cTJ6Yy32gWEWdv/F2Ff++FniE928u8pBZ4uK00QAiBQa0a7071l4lFqEtm02Cv3lnyBfIzHC4XH7KP4xNx7gg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8612505},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7c9705775723c0ad6b49073cd1a51cf0e2723e05","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.36.5-rc.2","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.5-rc.2_1718212853001_0.8616936513054154","host":"s3://npm-registry-packages"}},"0.36.5":{"name":"fundamental-styles","version":"0.36.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.36.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"64f7282b7c2f1ce9980c9e89e99ea35007fa5b91","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.36.5.tgz","fileCount":386,"integrity":"sha512-RqieRbA8ie2zprqPTSGXRQ5LFECm8zL9keOoajgwhJdiwReMOIwYImiM7T0ENm1ItUFsTqqrtkTy9G/TiWDJwg==","signatures":[{"sig":"MEQCIHi8O8Nf+OWYBlybl2MC+U/bb0F0zqVIkwPjXeSZsVTNAiBKneM6LcwEIq8A5e5jH47nouGwufsdgfrUOAAaiq/DqQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8611235},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b3ff47502ea2cc5af83cebae67b8144629cabd93","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.14.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.36.5","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.36.5_1718213274045_0.7375415647897938","host":"s3://npm-registry-packages"}},"0.37.0-rc.0":{"name":"fundamental-styles","version":"0.37.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9354b651c20dc035aa5804485a258e59ec8da755","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.0-rc.0.tgz","fileCount":386,"integrity":"sha512-ONaO308rMLA5wPDZO/q7UWmmd6MXmvolvfBFBQNoGWfkf8I7X7yVP7cAqRi50nesep6/hnzF339YsSXORI8LlA==","signatures":[{"sig":"MEQCIFI8nBhI6aUA7ohC0pzR0tF+Bf5i+XnCxcQzl7MDQNIvAiBr9ptspkjZ0L8dxSLaJT2qS0J083vNKyFed1vpJYMMLQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8612505},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0d3e85b5f0fa258b5dfdebbe5970cfa13a11631f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.0-rc.0","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.0-rc.0_1718214180188_0.19904475522503762","host":"s3://npm-registry-packages"}},"0.37.0":{"name":"fundamental-styles","version":"0.37.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dc425768f7d9d99058c67dd8f6d272f089cc7b93","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.0.tgz","fileCount":386,"integrity":"sha512-SIVlzqmkAnIFveUwsRmkISWeN5+YthbtKOdSplPjY++WdSvalpa0YD4u8ciNnPucwMxcrCG8QsOqcFNgzwctIg==","signatures":[{"sig":"MEYCIQCD7g3XUxizD8FlWhXZ+NQ3hjoN9M4sQ/x+3Kg2rbi/RAIhAMj5BP1fRzTh+VIOn4afR5JkxmSls+zycFJyreNyCqM8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8611235},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6a250b842b613fe17010f61af9565194f4ae20c3","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.14.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.37.0","@sap-theming/theming-base-content":"^11.15.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.0_1718214650235_0.6156612487897177","host":"s3://npm-registry-packages"}},"0.37.1-rc.0":{"name":"fundamental-styles","version":"0.37.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2ce5557b873bc1c6b425527c5d40dff810ef959f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.1-rc.0.tgz","fileCount":386,"integrity":"sha512-d/YfqK8bkybX1h2UI2ToyfLtwVeIiTZiRgSrAZ8LVQnifFCyP5gxMqGowrJqdXzvsX4j0cjc+FgO8ykK2OUHLA==","signatures":[{"sig":"MEQCIGxQHjBqYxX5LClq1ogeLduvDVR1WpqOTaRZ6umwq84dAiBnyKN78QbNkWtglBX+WNpIA4VvJdr+FyUGeEZcKr1DLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8612505},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a32dda25a8e6e3a89591ea7d01fb78321e1e9bd3","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.1-rc.0","@sap-theming/theming-base-content":"^11.16.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.1-rc.0_1718636000636_0.9537497065614837","host":"s3://npm-registry-packages"}},"0.37.1-rc.1":{"name":"fundamental-styles","version":"0.37.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"58d8c4139c661b124bd04771f936248ead1abe01","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.1-rc.1.tgz","fileCount":386,"integrity":"sha512-tE00+RzrJxBAZWtbAxC9d56jgN0StArZTO9H4wVDP9IXlS6NQbBP6RZBV0+YayvwMVtJQgSzLvZhs9aXP22m4w==","signatures":[{"sig":"MEUCIQC68GclSsvds4gYxRDnFJmuwSnfFA0QfL9nRf3P8dN8yQIgSCR1YKjJbxcm5+njG2yhAF86x7IwrCKwbrg9C/LUFWY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8612505},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"65046fbcd009772dfd9ad4db2bdf18dd6a27c741","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.1-rc.1","@sap-theming/theming-base-content":"^11.16.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.1-rc.1_1720122201900_0.9797740998817681","host":"s3://npm-registry-packages"}},"0.37.1-rc.2":{"name":"fundamental-styles","version":"0.37.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"208106c4681a2aec6c20c094c6a3be716c1da3f1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.1-rc.2.tgz","fileCount":386,"integrity":"sha512-kWq0EebwbrgQxNhv9z9bIQ9AALXANuzK68nklF41DDnXC/VzlHP2v05Th0tjAPxsjneZ153I5mosHMPPTQFtvQ==","signatures":[{"sig":"MEQCIHxbRRGIvyv+Tu/896VrbJ6q+XEnfrTopJrRIsKpW7vgAiByvgYS5ZwhS0MYns08jhieTNOq0tPFzsw4Erfgipq/fw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8609309},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"01a67241d4dc4066c77f95b6d2c7b879797ae261","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.1-rc.2","@sap-theming/theming-base-content":"^11.16.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.1-rc.2_1720123552367_0.8764832368123581","host":"s3://npm-registry-packages"}},"0.37.1-rc.3":{"name":"fundamental-styles","version":"0.37.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c223ff18dd2c179f9cafe5a5b583317398ce552f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.1-rc.3.tgz","fileCount":386,"integrity":"sha512-vTE2hDIT63ARmZ3nt8dNMAhooyf3rEJalTOIhe/RySIYgIZ7BmTpxVLYMBnQ3ArVsot3mof321uaqBwSctDLlw==","signatures":[{"sig":"MEQCIFK0QE7sGL1n0W7aAwPafRufQloEtg8pSB+t1/szQ0D3AiBSWjP8kd6PgqIe2+5YOwVAnNVe7vJn7cTftuYbplsJzw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8609309},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9841b9db428c62170c2aee221f2595b8e88ee143","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.1-rc.3","@sap-theming/theming-base-content":"^11.16.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.1-rc.3_1720162191570_0.9206575408019817","host":"s3://npm-registry-packages"}},"0.37.1-rc.4":{"name":"fundamental-styles","version":"0.37.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3f540b04e45566abab98ca00afa41c4b6389f847","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.1-rc.4.tgz","fileCount":386,"integrity":"sha512-fLeCNyx3CitlQe0fICxbxSOnklw3CDWk7CA4QDz0qUFstyTQWS3AERsx24KJTQIuM2RczEKAi+bpC1GuDA3rJA==","signatures":[{"sig":"MEQCIDhCgIF+lYv6wZMXfce+dQIkAbynMmyn9JzqIhjEjFA2AiBMmTubAm+Z6vlP+hJ5qKQjoJlVAMtS0HXh3xbTy8bhjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8609309},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d251f11f9c8465baa4e8300ee639c3ba6c2ffb64","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.1-rc.4","@sap-theming/theming-base-content":"^11.16.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.1-rc.4_1720455643846_0.5247300261486425","host":"s3://npm-registry-packages"}},"0.37.1-rc.5":{"name":"fundamental-styles","version":"0.37.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1fe6ebd4d327a75d6668d4ef321465fb34da5ecf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.1-rc.5.tgz","fileCount":389,"integrity":"sha512-Ptn5upl3gJu56TROsWTmgKDKZiIOMUyY88irtIM+Bb5vnsfTGRgAQjKb1EshI6uOTR2FXrRNwbFZLZpTqnpWxA==","signatures":[{"sig":"MEUCIQC9IAeHIrGCrM+gJz+usQ0JCCL1SKoawNJGw2Lie3Y1dwIgFMw5RTMAeu3+42yh4Hu/eWLdvZ8yEX/0XCHsK2qJY8Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8746071},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1f169e7413f2f262bd9e881ac937c17d5bbf0404","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.1-rc.5","@sap-theming/theming-base-content":"^11.16.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.1-rc.5_1720712931539_0.10279641004570017","host":"s3://npm-registry-packages"}},"0.37.1":{"name":"fundamental-styles","version":"0.37.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"838f8f8f2ce268900499a912ea34722faf9898b8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.1.tgz","fileCount":389,"integrity":"sha512-IGgrdZJuRxbdlVnEUt3hc4l9pSjozIvQn0WaMIcNfyZ2XZ55uSsaeunk9HTsUD08BYxzKAN6moqCMcMoG3yd5A==","signatures":[{"sig":"MEYCIQCb6OZprd/qkS/Xr8ZlY1UBMB7xky0aXGq+BjqxGX2OygIhAKWfb8SvKbDmsQGDhwzSzjvSqgI8AIZ8KYjQ5T57HtcH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8744791},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c15a7d07071016bf672951fede89ba114f890edd","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.37.1","@sap-theming/theming-base-content":"^11.16.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.1_1720713456472_0.541246554218574","host":"s3://npm-registry-packages"}},"0.37.2-rc.0":{"name":"fundamental-styles","version":"0.37.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"75435504e1230b261ca44cd9a835ead6268be558","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.2-rc.0.tgz","fileCount":389,"integrity":"sha512-GsYN2DiirlHZt6wumess8F77MO61uROAYfl7jLblnFe/ClB9v9o10rN1YPtNCXH+TzN4ldImwWVodqcMV15pUw==","signatures":[{"sig":"MEYCIQDWEH5XmnU91GmmG4tL8hGnv7bm5wRZF0f6ynjiigDRagIhANn9fQA+s/sbntv4A5+NrHOTn6QR7D+GD0XekFN97ioB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8746071},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"98d951beb1e3728418123616376ee1cdb66ca092","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.2-rc.0","@sap-theming/theming-base-content":"^11.16.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.2-rc.0_1720714707369_0.9711809753040779","host":"s3://npm-registry-packages"}},"0.37.2-rc.1":{"name":"fundamental-styles","version":"0.37.2-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.2-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fcd52995df00e16a79c6f77ba00590b846bef345","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.2-rc.1.tgz","fileCount":389,"integrity":"sha512-JhlLxKhiZBKwCXfDbRBxCK5qGM2Gv/Xl+/s6z06XHHTnPhaiHlFzf1cHW30mfJOHykCfNnnfGse8WubunxOdTg==","signatures":[{"sig":"MEYCIQDSqlwkolt7vpRy+vlVTPR0qCmvNX+lM0nFXektXuCjbQIhANF0hklL6RkZ0b0Fj6HQGzfDb7YIC2GYQKpXycB1OPdk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8746071},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"331af48e33b26b72dab8e4e2924861fe5685ef34","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.2-rc.1","@sap-theming/theming-base-content":"^11.16.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.2-rc.1_1720715398331_0.7362552032312006","host":"s3://npm-registry-packages"}},"0.37.2-rc.2":{"name":"fundamental-styles","version":"0.37.2-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.2-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f69ef952491de3119fa9ff614b0199450bc07dbd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.2-rc.2.tgz","fileCount":389,"integrity":"sha512-fyN66tMKkkUt2aO2T57lwfjgqX+orJ2YzTYiWXdvOwrZRrZULJkh+W9sqpVbeHX9zUP6KSdbJzuXHJ71tCE4mg==","signatures":[{"sig":"MEUCIBdAtwdGlD6nl259SnR8DlI5m+e8ET05ygxzZwlDn/FRAiEA4m7vCP4VdGGX9XLGpWKv+68XdofpfGOapxFNlugUIdc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8746071},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a852d55aafaa4bc00422417daf5ceff3bceadb46","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.2-rc.2","@sap-theming/theming-base-content":"^11.16.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.2-rc.2_1721075023388_0.13471960391976978","host":"s3://npm-registry-packages"}},"0.37.2-rc.3":{"name":"fundamental-styles","version":"0.37.2-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.2-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"146122119d45c21b0ba0fe545b77bf25db5640b2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.2-rc.3.tgz","fileCount":389,"integrity":"sha512-g32+/R4X/wWBn8KQVRm1umFJ3OTGkfKiuyvzO7MZVYU/bl/kiM3GQYKQxUeEexwsYBmbTaYyUvp3Gxh7+5UftA==","signatures":[{"sig":"MEUCIF4f9Y3/UDF2WPrNzTFOx2+pOSXdcZK4WeBxYDDtWYk3AiEAoDN191qYLFLzdYHB6FN2kQ2ygYmdTZDZMaKAvEITOko=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8746071},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"506de2a3456ab6c4df117087ee5bd8edc4f2312e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.2-rc.3","@sap-theming/theming-base-content":"^11.16.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.2-rc.3_1721124615726_0.7295779302429581","host":"s3://npm-registry-packages"}},"0.37.2":{"name":"fundamental-styles","version":"0.37.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"13e9bddacb721788558221de76dbafd62b1af629","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.2.tgz","fileCount":389,"integrity":"sha512-eYHK+piymzDGBllZufzC3uADnBdQh4v76vVZFYMbRuoDQkqW1nUvLiSSEm/b7rmE3YOPNFbUnDBlj80Tsxpc0w==","signatures":[{"sig":"MEQCIBKf+nsXeVIOEd/QeXmsePZouGlMv8zuvw31FacbzpYGAiAD1nADPWjpJmwE5bVIgFfmciKESDELYR8+mdIrW6w6eQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8744791},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"90e17be9b66ccc3a1412d9cd02130cadc34bb6ff","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.1","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.37.2","@sap-theming/theming-base-content":"^11.16.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.2_1721128476310_0.8446450062221853","host":"s3://npm-registry-packages"}},"0.37.3-rc.0":{"name":"fundamental-styles","version":"0.37.3-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.3-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c3f75c3238c7794a15d3d90e8a615d03c778459d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.3-rc.0.tgz","fileCount":389,"integrity":"sha512-sDQLvCs2/7zOiRCWYMRK42WYyNayHMTWEIqj3XX5KlHAFgqeYwOCiYgp+kHIgCceLGEi/rqL0aOuv/p/Wd612g==","signatures":[{"sig":"MEUCIQDfsX/BYpPsdcP4BxBvsOcZKc09KCzPBOGnMcImUodB6AIgXilYB4zTyvnlq9BX00MRblG/YPoyzPvheD49C5j2t+k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8746071},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c0baeb91ad049db1999a53806c34b977ce327d2e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.3-rc.0","@sap-theming/theming-base-content":"^11.17.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.3-rc.0_1721302050284_0.9628088398737173","host":"s3://npm-registry-packages"}},"0.37.3":{"name":"fundamental-styles","version":"0.37.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a174e347afa4fd94abadd75c1f782934e79f09b0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.3.tgz","fileCount":389,"integrity":"sha512-PebzR+0gBKewmW6o+1LugqK/yWUjoX/Dze9azssJqU/AZy6i1wnuQMWWb+we7lR5KiVf/pZjYGEzhQTLIjbstw==","signatures":[{"sig":"MEYCIQC5MBjDWQdi2t16T0dOSIbPkWc+HIHAfMAjV2gqggt4HgIhAK1rC5SaFeb+w3WNofTx5La/ob07iI8Mi4+/S9KK/1BR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8744791},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4ca78009363dd4b8320a879a1894dd45a8cf260b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.1","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.37.3","@sap-theming/theming-base-content":"^11.17.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.3_1721302807617_0.7775376293584055","host":"s3://npm-registry-packages"}},"0.37.4-rc.0":{"name":"fundamental-styles","version":"0.37.4-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.4-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4c4386c0f5322849bb949fad59847e4509dceb12","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.4-rc.0.tgz","fileCount":389,"integrity":"sha512-vtNvhIQTjPkWAiBj6eLVzC4JKlFx4ov9SI4W1dsWdJQ747IncS27eI40gMg1CA4wL4rCUQulh0NOkhlbADGmmA==","signatures":[{"sig":"MEYCIQDBwjSDIqe4sWBEaShIWJg7qXhgro72yek5/oyNS9g6SgIhAIXRJxMqR1wxsOikHQyjNOrUk0xG7hjlY/8dFKBd36Q3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8746071},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"606cdb867bab141c825fc87a93b5a6ccb11bed4c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.4-rc.0","@sap-theming/theming-base-content":"^11.17.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.4-rc.0_1721413408295_0.48895678822213906","host":"s3://npm-registry-packages"}},"0.37.4":{"name":"fundamental-styles","version":"0.37.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"22a35e3b85fc1a14953c09ad6437c8d9866a2c55","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.4.tgz","fileCount":389,"integrity":"sha512-7vieXkxmGqIQkxMkMUOeVjmdnJe82HOHZ4b/hWtsqA31QsQIRZFqu/qc+GQDi3bQpEpltzXOjks8K4IeW99B3g==","signatures":[{"sig":"MEUCIQCAmtfMpw7DwAYgki3Q+8KC56SwZSCrZipHOabKxFnPuwIgUeAIGwJ+Dxb1yI+00yXAFKunY2QxGJgw/wgVroGuo1w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8744791},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cdb7bc069666024db8e6f7a1383b22e4205158ba","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.1","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.37.4","@sap-theming/theming-base-content":"^11.17.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.4_1721413859371_0.8312890236039692","host":"s3://npm-registry-packages"}},"0.37.5-rc.0":{"name":"fundamental-styles","version":"0.37.5-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1dfcbb3995cb325074079fc417070b438d594b55","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5-rc.0.tgz","fileCount":389,"integrity":"sha512-ttUVMYFVvx66EMx6gOz3eqq7ihcYgEy5+fGxB7IANAgxubsCsWJB+3pVuAT8Mku7CzX+saR87LMArlXl3CW1/A==","signatures":[{"sig":"MEUCIQDgS9/mZR527jmKtpR3E7Z0hs2i5t+iN3vrh5zx482C8AIgYJXiSe0zzij9AAjx+9S9BR8rg2nU75ecwpmWHmOJDBE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8746071},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a9d2d47c67e5210c9034f5581c4d8581234bb72e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.5-rc.0","@sap-theming/theming-base-content":"^11.17.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5-rc.0_1721414851328_0.10990095989276094","host":"s3://npm-registry-packages"}},"0.37.5-rc.1":{"name":"fundamental-styles","version":"0.37.5-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"db9b636858cf03f750e006b6e313ad076a3d06f8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5-rc.1.tgz","fileCount":389,"integrity":"sha512-/9xWaCmKHV7HXIr5ZVDH8V7c0kSwxvGsUjwFTYSd1rOlWqOBtfZSm7G9W/Y2yjdq5UoxJUl6hWaPls90JoXwrQ==","signatures":[{"sig":"MEQCICukxTn/WqfwCVWAsTar1FeE5DHCOLvky+W1U0tWhWWnAiA4VjSPZenkgQuO4GLX3rnxl18a8JFkADtaI7Xzo3fbEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8746071},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"58caded53d91ecc541a05f73ed4b347d80a98352","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.5-rc.1","@sap-theming/theming-base-content":"^11.17.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5-rc.1_1721520050170_0.9278919351051902","host":"s3://npm-registry-packages"}},"0.37.5-rc.2":{"name":"fundamental-styles","version":"0.37.5-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"88dada6574eaa3c3b7c7b79dbfcb4370cbb7b09d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5-rc.2.tgz","fileCount":389,"integrity":"sha512-Lxnm7fzS6+nGo1sfTs4piVv+COreLv1aBidtQaYb7F3MRGMk2kOZAL7aT4o8+IQVBw/d6gtoeos76w3WPKezww==","signatures":[{"sig":"MEUCIEuPYeyjDwJsY2k3xKzJCSsUportwFs466gBMFheNbs7AiEA7AQkYPaBiGOykRVHh87DY/sBTbdfE0iPboFNQWYlsjM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8287581},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"47c61890b7e85597787e1ba36d56b8fd2076bb87","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.5-rc.2","@sap-theming/theming-base-content":"^11.17.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5-rc.2_1722257916165_0.3599601937163488","host":"s3://npm-registry-packages"}},"0.37.5-rc.3":{"name":"fundamental-styles","version":"0.37.5-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"96f4c6a7458b3dcd080a9b297a619fc4531f82f6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5-rc.3.tgz","fileCount":389,"integrity":"sha512-wynAzFBOHP31a0p1vAKs4PptKWT+s0dWAC4M51CAgBRAUU+vlkdN0rpl5rfhPaG7t/a4tUGyFZMI41fkr2mZgg==","signatures":[{"sig":"MEYCIQDq84+S+0PZWvhLtc6U6nwlrEHErfN83zpPOVHCqSW6wQIhAKazqhp00rf95MtUc2LQwU4qLwAZH+wAiViCO8xBP6S9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8287581},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"11a5302ad5a5a4104d8e0ea0a0b652a5b0b10aa3","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.5-rc.3","@sap-theming/theming-base-content":"^11.17.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5-rc.3_1722361057225_0.3486131620269284","host":"s3://npm-registry-packages"}},"0.37.5-rc.4":{"name":"fundamental-styles","version":"0.37.5-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ebadc721780bdc66b5dc46d418925f695dce76cd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5-rc.4.tgz","fileCount":392,"integrity":"sha512-ztuBPuLNix2eTglGKFPb1jsT7fflaMBOYZSt9QC/XfS2gxzZUxYZpwKY+JzI09PRmjUxRdnpopqaziXczE4q1Q==","signatures":[{"sig":"MEUCIQCRJeFKDQ/4VzcZy42iaW5mMWrbhUzlwQ2r24+6C0YaEQIgXcZCBQHTzTM4u+HbjfJ9YXD7scQIexfA84SJplCPHuo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8300787},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"208d6d666f817b0a54872550bf8f5de1b12ba5a4","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.15.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.5-rc.4","@sap-theming/theming-base-content":"^11.17.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5-rc.4_1722389860942_0.5994278787175009","host":"s3://npm-registry-packages"}},"0.37.5-rc.5":{"name":"fundamental-styles","version":"0.37.5-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dc19cad1921f51ddc1ba6513ff1fd9e626db8127","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5-rc.5.tgz","fileCount":392,"integrity":"sha512-YnQPQe60GLI3RC8DpU79rowEHVCUzp5/a53uh8bM62fYXcNQFHobEWeYiluJPx982Vj8XLlotDd8sZ1QSNGCmA==","signatures":[{"sig":"MEYCIQDO+oG7M9ts5075/BpT5pYq98szzVkjyRfgI6lMSYqhGgIhAJPgEwj9+ci/CAnYMz4oTgWO8jMKjp7kpqZzjmiphFd1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8300787},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5de047d4fbb608f8cbf4f241ebfa287eec44a316","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.5-rc.5","@sap-theming/theming-base-content":"^11.17.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5-rc.5_1722870193665_0.2884296489582878","host":"s3://npm-registry-packages"}},"0.37.5-rc.6":{"name":"fundamental-styles","version":"0.37.5-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"359001e328df6a75da0512f02d350f86a6d4654c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5-rc.6.tgz","fileCount":392,"integrity":"sha512-Fa5SUq3GvBlz+T7sWAU7mrfBdmeAads32Njt2FQj7TL2pxzwx8ODj18EAJvqqcSrtS0/C5QoXXqWF7J7kObf8w==","signatures":[{"sig":"MEUCIQDhgut+EQSl4Huu1cvdYhy7GkIp0pBXRiW8PM9C8bYihAIgRyhGs79BlvHsHO9V5J7bLXQWpM5LBzeUHx3N1IdBo0Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8308439},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"73adae8a2e6ee8e94a9776d122f79c9cfeafc53a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.5-rc.6","@sap-theming/theming-base-content":"^11.17.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5-rc.6_1722952244665_0.6496807478818345","host":"s3://npm-registry-packages"}},"0.37.5-rc.7":{"name":"fundamental-styles","version":"0.37.5-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5292f6a73c3479aa1865b047203a06bfb2156b61","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5-rc.7.tgz","fileCount":392,"integrity":"sha512-K19z0T4P92sS47IzFbCsVzwS418N/q3UDnc86QfMlmGufmzcUwNNBDKdFrVoQxGVhvJ1xIGv0y8S+cxfQu5iaw==","signatures":[{"sig":"MEUCICpVomRqVltuNRMpn6BRhatwgCr5bwWb8apYao56s7yOAiEA6iBnq52ZI8nyAZtetDFoonmJlnfcisUt2SbaoECjZPY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8309611},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c9b6c349e619b69a66b647656d89e1d44b59053a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.5-rc.7","@sap-theming/theming-base-content":"^11.17.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5-rc.7_1723044017202_0.457815616849631","host":"s3://npm-registry-packages"}},"0.37.5-rc.8":{"name":"fundamental-styles","version":"0.37.5-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bb156baa8c0cd67c6f7960ebfa2a4bb50d08289d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5-rc.8.tgz","fileCount":401,"integrity":"sha512-ccxul1o8bYgzkaqe2KrqBOR4Drybu7kDfMYrZnd2/Rw7uDIE8zplacz2bm2qtlitBvV2wqFAYmAbNGrvwIqRwQ==","signatures":[{"sig":"MEUCIEfIDVPrQ8OFpmE0sbvdK7jPVFv3gLjaYBpGEA9i/PVAAiEAulDFpUntF3unPJIer5hrTVCnuhUvpT3hFyeAriOz16Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8323125},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"172972a73be6661de1e2a443434e5ad6af429675","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.5-rc.8","@sap-theming/theming-base-content":"^11.17.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5-rc.8_1723651610532_0.5207721253783","host":"s3://npm-registry-packages"}},"0.37.5-rc.9":{"name":"fundamental-styles","version":"0.37.5-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"762bdd90be688584fc80396348e4cf6da793b32b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5-rc.9.tgz","fileCount":401,"integrity":"sha512-pLESPavYSyQLn3i23hRM7IZv14V/oONuyL2oiNeYi4f23jdTQKLAg3HSB6FRrAKTxhxfk8VBZEzkTySULOeGhw==","signatures":[{"sig":"MEQCICW3qIh500l5hbLL3MlEotq2nRGWK6BnRdkkKl660b92AiBKCR0RSIkrllQAvpQDFoDxm9ZCYP2XE68S/quyX7DC3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8323369},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8d1c4e38c0f534d770a9cee402b5fdf7de134b59","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.5-rc.9","@sap-theming/theming-base-content":"^11.17.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5-rc.9_1723747235577_0.7691703608656206","host":"s3://npm-registry-packages"}},"0.37.5-rc.10":{"name":"fundamental-styles","version":"0.37.5-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7d16f13f17f0e8407b15dfa984c04bfe6fa3f3e2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5-rc.10.tgz","fileCount":401,"integrity":"sha512-hzD//O8gMhUEbZ7djg7Jis/wzG7iT0hd4fS2UMiMd8vpEGsg8/YNnZOdNnT2qcPSssGR3z3wYadV/o8txXumbQ==","signatures":[{"sig":"MEQCIEd3ndh6ADIoQoPRFa8Yhz58uBNhgPyt9Z31S9roDN6vAiAOlubjp4uGeJzMNaIY4AK+NUrYIHwW9jGBaXl3hNLXYw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8323633},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4c71eaa7b2237b7cc9254fceffd3a7855643f900","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.5-rc.10","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5-rc.10_1723816346571_0.9879751057671351","host":"s3://npm-registry-packages"}},"0.37.5-rc.11":{"name":"fundamental-styles","version":"0.37.5-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"69ab19f930fd323481d4edda7847a74864bc7dd3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5-rc.11.tgz","fileCount":401,"integrity":"sha512-+GQuAgich4BNXZfFNRWJN78Wcv+hBGKR+qhMEhP6bTw6ZqN9emIAwOKHWeoOcomqIi5A6DbdWZo8TVwtDyASMw==","signatures":[{"sig":"MEYCIQCX6OejsLD77mk5Ox9QVyj9S/48H6yUqX1BrrgFBYgqWwIhAMA9UpwFWIPQ3479lRC+5dw8jFUF1QAlvr8Ryb2ku+e0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8246737},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d9a180e416504a9c5573f9a2909d892975b0e832","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.5-rc.11","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5-rc.11_1724164577093_0.895663048876985","host":"s3://npm-registry-packages"}},"0.37.5-rc.12":{"name":"fundamental-styles","version":"0.37.5-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ba25f1905b7aba4231e04d5c32ebf67b7c1aead7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5-rc.12.tgz","fileCount":401,"integrity":"sha512-qYqq/UxbHl3dVo5+BOkSv7ppVFMy8m9NOIYoz94nkkPh85c1uOgNb4vCkvk+RI7s7Eu+eIEKVljib9X4hDoMDg==","signatures":[{"sig":"MEQCIC/ZQ6H0Jnn2X0HWIC/4VdEa+Cm0J3YIJxhOzr3I7VCPAiBxUdOSTekK/aYDrkrnSNv3mmH7G667pwzR9IwW52kcjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8247345},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1d1f3f52b164c95b11d9b2b654cfdf04fc00fff6","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.5-rc.12","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5-rc.12_1724243655194_0.12218128945505424","host":"s3://npm-registry-packages"}},"0.37.5-rc.13":{"name":"fundamental-styles","version":"0.37.5-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6532c1f0a0fe3c4c7ce416c471a462c0d81aecce","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5-rc.13.tgz","fileCount":401,"integrity":"sha512-8QyYzAV2CyJyC+T98gz4EbVCCPFzZHK+IUyxV4tE+wSftFVunwGhLNk2hYH5S+omiQC3Tzt12TXxY4K5yUciGA==","signatures":[{"sig":"MEUCICIJwRSW+DTlU6pd2ldW0wSLF0lGU+nx8uR3yxtSuPNSAiEA63Fs74Q/8fiSEUO3aAZ8/RvLw3kKHeoodBUoiKIek0s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8247345},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0393cb59f2720fc84ec47f10dae40391a8a2d8f5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.5-rc.13","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5-rc.13_1724250784403_0.1666486552283839","host":"s3://npm-registry-packages"}},"0.37.5":{"name":"fundamental-styles","version":"0.37.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5ba0eff47b9ebed6789af9a806719fec636a25c7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.5.tgz","fileCount":401,"integrity":"sha512-A8ZiWpoEhv7Gd0zEZNHmfYG0HOeje4n3c24bADzrKkUp/WZV70nIyKM9wuLMaTXY/PK/JMUwz78kqzL+RMRz/A==","signatures":[{"sig":"MEUCIAYpqHwNE97+GeI9o6VOCPyfwTrBSnXuO5QEa4n5NCTWAiEAgfCJN3k5yBvqcJaoq9Tnv+29ncHo0Sl4x4zyvRL37qA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8245761},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c93c2f3da638269f360ef02d914afdd0a10d27f2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.37.5","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.5_1724251113582_0.3349520497252454","host":"s3://npm-registry-packages"}},"0.37.6-rc.0":{"name":"fundamental-styles","version":"0.37.6-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.6-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8e7efe9fdff577731dff967823f6ab4874b8c59c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.6-rc.0.tgz","fileCount":401,"integrity":"sha512-HmQbs0yFsG/Q725TBtYHVfbE8bAJO9At9ahrBfP7Y/tiz215nXq0XArnkiTRnK81SvyU7WuVsb4uOLzZMoVUJg==","signatures":[{"sig":"MEYCIQDFhLFuOFUfruRkhXvsZuo1uY9NY2V9d420duTF1wa+hQIhALMQdkznhD76vo+Nj58bXjRF+cDwF1YjEZh0ActJ7Rj4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8247081},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4acc59e89a8e9b8f10ed16f885a4f9c42f83d1b2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.6-rc.0","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.6-rc.0_1724331058190_0.7379583340648712","host":"s3://npm-registry-packages"}},"0.37.6-rc.1":{"name":"fundamental-styles","version":"0.37.6-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.6-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cc4572897b322d2ad18a84dab9bc267dc585444e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.6-rc.1.tgz","fileCount":401,"integrity":"sha512-8n2lEfQTQQAtlPsKBd3E3g33WpbAWCD1RyE3Z6pqyREX9Xq7vvkmQGbWxtkI0pvCXb++xPGsoYzZ2NFgFu93SQ==","signatures":[{"sig":"MEYCIQDmuKaRP5gZaTeFfDkHNLgX5fS5C2xkT7XtZexoChqn6AIhANJpC2sVf2/ZyiurUT0e+OmwgrDpHdtGhtbKlzMEJCo+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8247081},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b2f16a4c7ff39981f294fc3a69a3f4375415d6d5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.6-rc.1","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.6-rc.1_1724338160014_0.7055272045890135","host":"s3://npm-registry-packages"}},"0.37.6-rc.2":{"name":"fundamental-styles","version":"0.37.6-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.6-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d5401ed2bdc870ddf05f7458c7b6bba8aef1dc4f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.6-rc.2.tgz","fileCount":401,"integrity":"sha512-WJV2esIdHabr+P6/WNwF6x1uZkvs9wHhmAKs/ptsNwdUOsdrz3fL8z+h+upGB0fwe3WDJSNjBCGSdLY6GH+LFw==","signatures":[{"sig":"MEUCIBTZs0b8FwsdJPLdTgso4g3tTah24FmA4yietKxjB0xXAiEA3Dt5M8EB4zj47U2Y4WoiL2tGvWs8wdwmSv6MCZ+EOHE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8250321},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0c660c5e52648e993fd450c73005d9dd0ad63793","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.6-rc.2","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.6-rc.2_1724340667227_0.484502517081979","host":"s3://npm-registry-packages"}},"0.37.6-rc.3":{"name":"fundamental-styles","version":"0.37.6-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.6-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f758f9ae676f7e381e3c3221cb3269f0c803f453","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.6-rc.3.tgz","fileCount":401,"integrity":"sha512-WF6lm6zHNzLXst6/iB6/zjH3z3qHP5FJCkVjnhM4XiH8+2WsSr2nQ1VY9B5FFR9rcl+UyH+2V5bCY7D+yvzttQ==","signatures":[{"sig":"MEQCIC6LSupPkF0iC0NZAOSRFmpxwjAKkuxdPbBFRVdzTzdwAiBXvhSjjh1C+jV9+mflVJurZEnSmPU6np3VMqtlDn8CJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8250321},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8fc2cff89d903b5a89502c310db552649130904f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.6-rc.3","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.6-rc.3_1724342705118_0.09023196215292506","host":"s3://npm-registry-packages"}},"0.37.6-rc.4":{"name":"fundamental-styles","version":"0.37.6-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.6-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dbf6fc78d5c9dd178f1adcd234bbab6c910896a7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.6-rc.4.tgz","fileCount":401,"integrity":"sha512-Ash29MPLNZnv+g+MCk4t3iwFJXuP3OP/SjJz6Ke2xR7V/OLl8CBdT06YAui+Jqt4ZUMZs94GakvwZDauxXQBKQ==","signatures":[{"sig":"MEQCIA0FIypwrP6guJ65KutuOEyCIAqO8w9wojgZ5D+Lz4r7AiBpahgWgJ0jcneN+FyvvEmGK1BPwhAnqAQlX7qVdXDBrA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8250321},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"480751e1aba0b231814504711d042ad41e7ccb44","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.6-rc.4","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.6-rc.4_1724352932760_0.969808878686228","host":"s3://npm-registry-packages"}},"0.37.6-rc.5":{"name":"fundamental-styles","version":"0.37.6-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.6-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2204393334f8292cfe8505d9c0ea6306eb68e138","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.6-rc.5.tgz","fileCount":401,"integrity":"sha512-PxD0awTntGMeH72pzuMenj9LC0Wd5IV3ptpZTX9+u0CUPAdrAjdp4AnLpIlJqziGTgri9eGjcsUHuocudG/B7A==","signatures":[{"sig":"MEQCIEN4MJ5xk+vxjrQZGv+bEmrG8iit8DkgfPkVYTJZU0gDAiBQAfLF/Bcs1KlC3HpS9dXC/PTcEBMvZ6GaYE/4d0Fabw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8249849},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6017875aaa38f7eb0b3eaab70393a1eddb975659","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.6-rc.5","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.6-rc.5_1724523752718_0.6646366701052373","host":"s3://npm-registry-packages"}},"0.37.6-rc.6":{"name":"fundamental-styles","version":"0.37.6-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.6-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"95f7cc22d955acc5bd412992ce15f9030cfc5be5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.6-rc.6.tgz","fileCount":401,"integrity":"sha512-s8Vc10n7ofju7BeFt33k1mingvV0kAjMtYKZVFZiPAiVdkcdsjQMfYBHQBSH2DfV/yGQBvD3Mt5LyjbsOi1IVw==","signatures":[{"sig":"MEYCIQDMo/mca0N+Vzx+W7cE7jnI9lC5g0u8kEGwGdqRu+uC5gIhAJv3L+cKAH3SCA5+0uqu1D0m7AfilMxIo9yMdX311gko","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8249849},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ddc4be9960731d1a2f69a2ef34d3db3da5c65c1a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.6-rc.6","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.6-rc.6_1724524366178_0.6312419552930617","host":"s3://npm-registry-packages"}},"0.37.6-rc.7":{"name":"fundamental-styles","version":"0.37.6-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.6-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"32c117c81414edbe0bf65ffe727dde1dc920e54e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.6-rc.7.tgz","fileCount":407,"integrity":"sha512-J+pXYnln3OxcA8jYZH94HOlhXG6sqKFjCDXSWO14uj5TsIcWs3EaIVolspRN2AIHm6KJo9xEVihcWF3SoC+Tew==","signatures":[{"sig":"MEUCIHkO8Cc6D7zYPoiivJGZzsktdQ88hLYKziZr07xLSYo7AiEA2cxDOQJa7f8UUtiBUL9C0z7BWiXACl2GnMBCoMCoyO8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8268105},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"95336eaf28a500c23a5d7495eaf06f4c9532fe40","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.6-rc.7","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.6-rc.7_1724524534584_0.1870150501990866","host":"s3://npm-registry-packages"}},"0.37.6-rc.8":{"name":"fundamental-styles","version":"0.37.6-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.6-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"45fbe989f5962fe9236ef5a716e980634c8390d5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.6-rc.8.tgz","fileCount":407,"integrity":"sha512-rYsBPckZTqRcFxLUPuLPCTHOWVjBtxElA1oghc375kw+YQWam5UV5SfDCI0Rz+SoD/7jRl/nn80NG8LOlgfpCQ==","signatures":[{"sig":"MEUCIH5vpnY9I1Et/fg41/1ZOj/HREb8cl3cKb/mTHXyju/sAiEAgdh41uIdxdsAKwyZ5ot4Ys1w0ERAFT2Os/sSMAAPUQo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8268469},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"54b5da0d91b98b9cb2fe64e437c8e7b18934edae","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.6-rc.8","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.6-rc.8_1724525316939_0.9811267645522461","host":"s3://npm-registry-packages"}},"0.37.6":{"name":"fundamental-styles","version":"0.37.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f70a507e7309a7385ed9ff6dc137ea242cc9e826","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.6.tgz","fileCount":407,"integrity":"sha512-oCCFUJmOwNdCCqNbfVxWIZxv9wuAoyLll76/HnI1vIyF4vyJa9XSeceMoT9YSyI+a3YMFwYi4xb/tcZdL1HycA==","signatures":[{"sig":"MEQCIHlIK091WZGLLXD96Br3BqMCFIB6vQ29QLf+Goo12b4PAiA1gtZWAzAg6k2Uc1ZNK01jeMYVBeBGhFb4trNbgflL4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8267129},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1dc5dc03bc23e38b430abe8b66e211348280ffda","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.37.6","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.6_1724526189173_0.8181671464873621","host":"s3://npm-registry-packages"}},"0.37.7-rc.0":{"name":"fundamental-styles","version":"0.37.7-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.7-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1e7d46bb8a33be934cfc4a67167def4f40731530","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.7-rc.0.tgz","fileCount":407,"integrity":"sha512-BHdx69rtd5aWplqbey/YwxFiUCXWuQvdTKg9guD6WpPpQhTjr50J+05fQEm3VkR1yggvdA/0+rksA7cwuuwyDw==","signatures":[{"sig":"MEQCIGD20ep3U1GFWLPI29umrWe8/LYT5bemk/wK8u6D/IxRAiAwkADjXww+e3Bvtz643kbk8lEMVH1R12QBBj3BSVrD0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8268469},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7315122ca155f1c3b9af09d16ece323579f72060","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.7-rc.0","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.7-rc.0_1724679448633_0.12970370895273065","host":"s3://npm-registry-packages"}},"0.37.7-rc.1":{"name":"fundamental-styles","version":"0.37.7-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.7-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1b2ec2959c8acc523123e6f279580aba655c4bd2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.7-rc.1.tgz","fileCount":407,"integrity":"sha512-Q1ouDxFyAfltiiGRwexKXGL5iLdqZbTxN0CywRDP90hP5lsr9j8/b8ACOtBdIxajUInBsSmnRWxN8XMTzGz6wA==","signatures":[{"sig":"MEYCIQCr+SHZKEJGaH9kUXMw8a4QrJ3eGuSEWPVoY0ZPnySVFAIhALaPhVhFW6i5YsCHVh8VuEq5zXrFkuQwn8jvXfc/oB07","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8279767},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9df6f2f148a2019ebab86c819b5453a5a57a278b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.7-rc.1","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.7-rc.1_1724778064059_0.02937397121616825","host":"s3://npm-registry-packages"}},"0.37.7":{"name":"fundamental-styles","version":"0.37.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5fea29c116f41fa2d3a810309a3b81e212bdbf1e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.7.tgz","fileCount":407,"integrity":"sha512-aUWhOS6cmv+fO95lq/blc/sqXJlzDLTydou7vMnet77Wd/RfJtPM+HU5WhYY2H/riNgd7wkG+x2O+biaK3LH/w==","signatures":[{"sig":"MEYCIQD8X+pazR9Nq6MQoZAIsv3HUoTuug34BLeGKHwo5zvZWgIhAJZ8pzYHhvFYMbuHHc7o0q1YRTWaixt+3Znw2oE6RVAA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8278427},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3eace4d3d0681a174ed427c3e5fe0e967a50629a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.37.7","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.7_1724778484907_0.5059749540135374","host":"s3://npm-registry-packages"}},"0.37.8-rc.0":{"name":"fundamental-styles","version":"0.37.8-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.8-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a1636af8dcbac7b475b42c7365fc2aa1638b06d3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.8-rc.0.tgz","fileCount":407,"integrity":"sha512-wE3drfpISXSjeqv2r1FhwP0t7HihzG42dWQf/jqLfV/nU1m2n7Do6n+ElEZwkKdoxINpRBwP4/UO1eAyDbJQgQ==","signatures":[{"sig":"MEUCIB95NaGSSS5xkD7tfqDDwC2HxJb3rgREJx6dw9dGlTL/AiEAmMCmUkygtEtxcBod5LyZ2Qesz3DHBSgorGtB94c6Umg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8279767},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5ddc15a7ed005b523941b6f75f395b65b3ab3e5d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.8-rc.0","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.8-rc.0_1724795576353_0.3855650071998522","host":"s3://npm-registry-packages"}},"0.37.8-rc.1":{"name":"fundamental-styles","version":"0.37.8-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.8-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"72e3530c639d6564fd20e11f9bf0b7b7aeec21e4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.8-rc.1.tgz","fileCount":407,"integrity":"sha512-MSbeNmOYH07ioay2SZrRnrEzi3XWSir43SfMfruZxn/2Nsq3NKKTW1iBfxpNB588LJKBKOcZPre+LjQe7KN/Pw==","signatures":[{"sig":"MEQCIH7gu/nYKn5SPxJDr4c/FKA1xLF7xBFgi41wcdo9odfwAiBLBnmw3RQlNqbg5rbWjVZjquzjCv5fXk1n/6jQwE/VGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8279759},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9b45ef45dd0f7187b924ead7fe0f8c5ef8e5ba69","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.8-rc.1","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.8-rc.1_1724865359144_0.7376163478455855","host":"s3://npm-registry-packages"}},"0.37.8-rc.2":{"name":"fundamental-styles","version":"0.37.8-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.8-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"467d7051e6c87579979d5163775aec8a0cf173d5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.8-rc.2.tgz","fileCount":407,"integrity":"sha512-o2Iy5OnPPGyZn/TsTytx3ww0zCFDiRDjk43c7qTTXpojuRLEMarG7/IO89rdAWzgTRAfQi4/UOE8m/yDLmPghA==","signatures":[{"sig":"MEUCIBeKPsLFfMM4M1s91Esh4jMszMA3As7npAfycbQCdYYfAiEA/BXqGtZ7hRGPkTNKdTz9fGOFig3e/6X7ZdPGnvNWxsI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8279963},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0da41ac71ec60e6731c1f31ca1b84f4d253eb211","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.8-rc.2","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.8-rc.2_1724952039683_0.5841333155140658","host":"s3://npm-registry-packages"}},"0.37.8-rc.3":{"name":"fundamental-styles","version":"0.37.8-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.8-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"53841eef06d6a1531d516e3cbb26eb291f9ca860","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.8-rc.3.tgz","fileCount":407,"integrity":"sha512-XonVDm1b4uIpaObgAV3VNZ77WhaxznkhmJ/JjKmBf5wA+Ki1fQAYjNpbiX+HdvdK+/izP2pS7N4X2hIGXRkJGQ==","signatures":[{"sig":"MEUCIFt4/23h2Ys29hdeSWgEXcynXoketvqJ+O0iEynGaWDhAiEAoiIk8Od7uY/x+5A9FXwyWN0E4CSkXcqWLsX1ac2Devw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8281667},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ef253ca685dcfd2699962ae5d6a8c5d64c3e7904","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.8-rc.3","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.8-rc.3_1725038274599_0.6812622531079655","host":"s3://npm-registry-packages"}},"0.37.8-rc.4":{"name":"fundamental-styles","version":"0.37.8-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.8-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b1175ccfc010f030b725b218bdf1c8ab99d24abb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.8-rc.4.tgz","fileCount":407,"integrity":"sha512-qHyxjlHbDKwAOXVp4m0l3/Qg1wsvr+H83M1XV4SC1ou8gNl+d4wpquVB8eCmTEWNYlx9Kr0dK64Kl/KCBdmCZg==","signatures":[{"sig":"MEQCIFnHUMWxcUvGw82R/2lP4u1y8NxMDEaZFtCYiJZjMcTdAiBUvPUwtCXHhD3uJBFPwoiyeHfpn5luZ7rQHryp16KfjQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8281667},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"26ab2cadbc72998fc70ae3fce7ef9f40fd466cf6","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.8-rc.4","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.8-rc.4_1725044735406_0.5281942537637394","host":"s3://npm-registry-packages"}},"0.37.8":{"name":"fundamental-styles","version":"0.37.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2926883d1dd545f3aead6e7ad944cc5bdda70e61","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.8.tgz","fileCount":407,"integrity":"sha512-WV1kIKvSbty8PDMK+Hraua089+7AAt9J/TtjERqAW9grt/MlTgBSwnMSEMj6V8xKAJE9gCWrw6bi4U0/a/QkTg==","signatures":[{"sig":"MEQCIG9YXL4QT58RCe2ZSgTEJA25dVu/fr8uoyQ06PFZ3i6qAiAleecAQ+ojMZhNm0sAj5gidyG/c/VRCddTHc/3H4z0KQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8280327},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d7ca723adf85108e77f6123bb326e57f2bac90fc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.37.8","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.8_1725373488749_0.8218479973772275","host":"s3://npm-registry-packages"}},"0.37.9-rc.0":{"name":"fundamental-styles","version":"0.37.9-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.9-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0f5b70a4dac526d0c07b6723102d23b7bef87c9f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.9-rc.0.tgz","fileCount":407,"integrity":"sha512-MuRKgKywBZFf/ImICi/cYpxg/JFX5a9doi4IS5qOcWq2XJUNBn1pSLTmPtQtqNI4NkPUCv6eaxJuxT5C9omdXQ==","signatures":[{"sig":"MEYCIQDjhfRETYJpyyms8QpJ6CtyLinyndY3NjHXMdRp4V5LLQIhAPnOTm7oHl7VAw92/lEYS0kA8YtbOm6IdWKe5wPCc773","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8409243},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"25c7d300ff09a68de42cfabdb6aea7266967ac0e","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.9-rc.0","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.9-rc.0_1725636246431_0.06897495354127936","host":"s3://npm-registry-packages"}},"0.37.9-rc.1":{"name":"fundamental-styles","version":"0.37.9-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.9-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0688e3f62882e1852c87d4cc15f73160889f8742","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.9-rc.1.tgz","fileCount":407,"integrity":"sha512-qfVpg8Tg8xYq6Fcc8tgWqZeZ8TwyLUpQeQ0NcA1x7D2kO4wD4Y+pQSs3YsyLIhUAJFNqZb6bzgwGHHjdAthXmQ==","signatures":[{"sig":"MEQCIDFWKW1ikjKqdKZlWg3IOX2f+h/oDk63KhaAvtsgoKm3AiA5F7+ROSLqk+kMfukhqH8UeRrjNw3rf/8uNtmm/Htl2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8413723},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0e61b7ed6367885e3b43b062ee8e24a360791ac6","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.9-rc.1","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.9-rc.1_1725749107093_0.8533997427484907","host":"s3://npm-registry-packages"}},"0.37.9-rc.2":{"name":"fundamental-styles","version":"0.37.9-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.9-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"961af0f07001c52c8b27e4e4ca9883e7b1cd57fa","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.9-rc.2.tgz","fileCount":407,"integrity":"sha512-hM2EFoG85q9g2mwSvMRmb9zWVndg6azVO5Btj3HwIPD97K5ZrxxSjboSwhg/hfv4AIVGMDYTKX9d+mEkqM451g==","signatures":[{"sig":"MEUCIQCYzUM27ZEr6+wJa0mZJojSDwgtuPw/XUrRYEAY+oXW7QIgDionO5yskcvY52lhncEVwL+Nvb81nmoArhLgN9AQ5nY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8413723},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3649ebf2d775a0745f22e27b3cb4643aa1be5b2d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.9-rc.2","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.9-rc.2_1725909310071_0.54580460601163","host":"s3://npm-registry-packages"}},"0.37.9-rc.3":{"name":"fundamental-styles","version":"0.37.9-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.37.9-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6e73acd5847fe7f3e0003f46e4cb0b98b8636c3b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.37.9-rc.3.tgz","fileCount":407,"integrity":"sha512-UzyeZvHReArY+9e2wUiQ7LrT1nYIPSUp1V3XyexzTwPFwjx92b39YuysilJp5y2X7wrxrB/hKXHt+CbNI1atcw==","signatures":[{"sig":"MEYCIQCR3hrt4jRqjHrmLN7Vt6TTmlIpCHiPbkns4Mokf7UhrwIhAK0LLx3KQjiNbIZfg/adlF5DsbSr96R2TqnShd3FNOXq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8399695},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1d3f0db72e714b4161e001f995bf70e253eabd79","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.37.9-rc.3","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.37.9-rc.3_1725909944007_0.7613205369517841","host":"s3://npm-registry-packages"}},"0.38.0-rc.0":{"name":"fundamental-styles","version":"0.38.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.38.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"de7a8f72be2c3868c77ac2b2a7442f905fdcc75a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.38.0-rc.0.tgz","fileCount":407,"integrity":"sha512-a7hqbJ+e7qVp3hIr17+huug19klL8xzezaNz0o9+CoHGY7ANBbUxnKyUiuKBdog3Y2T1iDCPVkvfhbenCFx9OA==","signatures":[{"sig":"MEYCIQDpfDZgHRXqE8K+hmywW4uFJoLpEIlmw//pIrDTfM4nbgIhAJWV2OxaCAtdtJox1K5z9Y4u7l8dgIHQqg2Y94dxGO41","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8399695},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f505f3af8bdf491ace6bf077dc66afc376714f94","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.38.0-rc.0","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.38.0-rc.0_1725910157557_0.9262289673070927","host":"s3://npm-registry-packages"}},"0.38.0-rc.1":{"name":"fundamental-styles","version":"0.38.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.38.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"61430bbac1464a64a7c657441d3434f713cef551","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.38.0-rc.1.tgz","fileCount":407,"integrity":"sha512-oOH2+u0DoNt9TKxzEBiZm+ZuTARUQIgNrPkykhCOrDbRU+VC73uIJwKCZ/sMBYUvMddGtB4YzqQasTEHxjGTcw==","signatures":[{"sig":"MEQCIA2u7gBKpksOabVX5Qf/2s5eOHPDCRcdfMdN00oLyDXmAiBEKZiT2P2pqn7IxUUrwvufn4myq9sk78lEVKZBfqPdTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8412759},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"765afef37a78c1bf16d53aa79165159754351984","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.38.0-rc.1","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.38.0-rc.1_1726002423471_0.032689921607776284","host":"s3://npm-registry-packages"}},"0.38.0-rc.2":{"name":"fundamental-styles","version":"0.38.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.38.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c629dcdbe92914f06e6073911449329f414a8dc5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.38.0-rc.2.tgz","fileCount":407,"integrity":"sha512-C5RK2aGI2U81ajhUKOdb0lB5RPjmBp1jvyAMfwAH4NMerrnjJUks2wuRVxZGUmxi8OWQYuYvu6WZ6hgUOBhJdw==","signatures":[{"sig":"MEUCICokx5majY4CjesyY5WRF/xpsMCj2Z2gQp1PtljnPV0wAiEAsyI4SNktBqrPWbvXqlMf/Kr/ICMqNbmGxU9YsYmQD4s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8412759},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9d14f060254a20ab73cd76448c656e0147498132","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.38.0-rc.2","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.38.0-rc.2_1726148642819_0.15135839132207618","host":"s3://npm-registry-packages"}},"0.38.0-rc.3":{"name":"fundamental-styles","version":"0.38.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.38.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"87c1b61ff00df61d8bfda0f4246fbf7204656e63","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.38.0-rc.3.tgz","fileCount":407,"integrity":"sha512-IeynEYV7sh3v6FZiwL3rX9FBgvAOT3yoERLTLJHdXtMaksO2h+Sz6+NrshTsNx/n6gsLNDEKWyKwgyuWcPWHog==","signatures":[{"sig":"MEQCIAyATW1l7b5of5IyYHoS9pzNQ6PD9ZalUdVn6WrEQBkdAiBxJAyBId1rVveJfSXmsQO4p+5LvkuQ2W1CofmedrbymQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8412759},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"53231b3b0bac380916180392006a62f54cc86ff1","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.38.0-rc.3","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.38.0-rc.3_1726258482811_0.7036157891348886","host":"s3://npm-registry-packages"}},"0.38.0-rc.4":{"name":"fundamental-styles","version":"0.38.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.38.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3b23427894845adede60810a6c02069c12bd9284","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.38.0-rc.4.tgz","fileCount":407,"integrity":"sha512-09AhE7ugaDLQ+9RGJXDJe21iaBeycZGOjtdNXw3QhmsC21AaVVCOkaP5x2x7H1t7Y5gOgiMC0ftT3nYLQ+pJdw==","signatures":[{"sig":"MEUCIDdaOsqSG1U29Xx4hyQHva3vd+Y7GH3EsbvyjIeb1G7lAiEAgeQWFZsIz7MERnAC9iy6EBoz5V1aNnRkCoDcjK/e+E8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8412759},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"faaba73c803ed66456d217d874077f6f181ac867","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.38.0-rc.4","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.38.0-rc.4_1726666074611_0.48333762082577914","host":"s3://npm-registry-packages"}},"0.38.0-rc.5":{"name":"fundamental-styles","version":"0.38.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.38.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1a8cdcf00658fe4bc84a320d0321ab94662e3428","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.38.0-rc.5.tgz","fileCount":407,"integrity":"sha512-BDkmmvQDM2gpGRezQBlU1/4S41OKEVrqbNxe1w5vIXkACx26ovKz02IUONMgAfbRe2pa1R1ZpcD2uztyO0VuFw==","signatures":[{"sig":"MEUCIH7KwFWIxYHtIKK4y2VGoQfYGltvL28Tr8gYDsYbBiYnAiEAwk3KZ2UNTMVftHHwPMLXvR6d930qq+m1ghJ8cAV8qw4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8412379},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"badfa78fac3bfa418b81f7a0b72f0ea20a19e1ee","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.38.0-rc.5","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.38.0-rc.5_1726857723159_0.4370809046771664","host":"s3://npm-registry-packages"}},"0.38.0-rc.6":{"name":"fundamental-styles","version":"0.38.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.38.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b38127821e956ce9d8c1cd05489c314dbdaa997a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.38.0-rc.6.tgz","fileCount":407,"integrity":"sha512-/GkCzyDe4ND5PgmNEywQCfXiX1ijDwMyESIW7tJWmg6n3857Gusl3gLHv4E5r9gYMQodcIu1e9W95HMh8wztEQ==","signatures":[{"sig":"MEYCIQCFjLI85ejn0ozKXWMyPumKB53SyXNZ2ce+AzIXP9vUMAIhAJCDItXuXZS2FQ4L19QNpw1x6AggVb5XDyDEsDOlbPU4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8412379},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7e3d085d873e066587bcc1f6156d469eaaf3fe71","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.38.0-rc.6","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.38.0-rc.6_1727396096552_0.8973210135225598","host":"s3://npm-registry-packages"}},"0.38.0-rc.7":{"name":"fundamental-styles","version":"0.38.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.38.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"82eca338e33c102d55245b1c9d7959c88e3f53b7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.38.0-rc.7.tgz","fileCount":407,"integrity":"sha512-ikA4bNpSJgiIV/amNkbo4Nm77EmsG9E5q5hZ/PTMW9jdvhism72JBL6pOTHExjmlmxlCEDeoCPOw5+AZ/XuLoQ==","signatures":[{"sig":"MEYCIQDw1cx0tukxAbdcj2+QMNLSc1YS0vPAbQmwrHnf3RoqcAIhAOE04xMnO1BzzOYw6CXt2lXZ/+J5yPL5TCIyPnFxJfzl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8412371},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e166cdfcf2b5304d0c2dcb5f50f1621db96c14f2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.38.0-rc.7","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.38.0-rc.7_1727736045462_0.9544237439757819","host":"s3://npm-registry-packages"}},"0.38.0":{"name":"fundamental-styles","version":"0.38.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.38.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d8064eda2f780994c83a531e8f6b3281648a5232","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.38.0.tgz","fileCount":407,"integrity":"sha512-2SNCcAmhCcvD148GNy2URF5nIWVd2hMvTL35Y4sDlmYg35owQ0fI5F8nj8f6Nc9Ee3k0b5MNizYux8uTHZoQ5Q==","signatures":[{"sig":"MEUCIB5Cu49Zzxq3DWGtMQYWFUp6u+MtDq/nZHB3TpO6ZZC3AiEAosdkpIUET8nBRQvceZ7VI9srzJ88yX8HjtsBwhCnRE4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8411031},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7c89d67acbd69a15f4c649db2d9a0bd506463057","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.38.0","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.38.0_1727875446498_0.48791081406561054","host":"s3://npm-registry-packages"}},"0.39.0-rc.0":{"name":"fundamental-styles","version":"0.39.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3efb23fec5b2e66a42969f8acb784eeba75c48fd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.0.tgz","fileCount":407,"integrity":"sha512-ZJ5nFV3xCImam6cy3057OIy7qee5sGGKomEI+uh1YZNrpsF5l2h5u9Uh3oPlKvUILU6CVDXvN6vamjsqb+zWOg==","signatures":[{"sig":"MEQCIDwH3MFOxJ9hUHIA3Uy3P9vmAmB/LbpxjKKQn2TNiLehAiACRGe9ediURkxZ93wcF3qyZgC182XSwFYmfutymnrvbQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8430369},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c3748836b56921f13d9f40bbff90dfb7846935fe","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.0","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.0_1727972123789_0.09626403296883357","host":"s3://npm-registry-packages"}},"0.39.0-rc.1":{"name":"fundamental-styles","version":"0.39.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b0d617bf18f6555fb4dfad6354db69dec7110af1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.1.tgz","fileCount":407,"integrity":"sha512-FOOfvrg0HGie4UXk8c63kgaYEVBdY5LHzCUkVLs+jk+CJLDGl3pDdyULbm+h4BZ1wMDheUuYZlp/47tdpiZEJw==","signatures":[{"sig":"MEQCIFrafZhEmc7KUv4p1Dr0/HgTnMea9O26T8qdIU/D+UpLAiAfxZTEShmKdWkhAGPMO2lRS1L6VbGdQ4nklUweyT+ZvQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8430981},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"19c441790dbb799aa8685202882fae98f6f14382","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.1","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.1_1728051261902_0.7756389777728825","host":"s3://npm-registry-packages"}},"0.39.0-rc.2":{"name":"fundamental-styles","version":"0.39.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9f401f28460095ec404a1f85c343fe51ce7eaacf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.2.tgz","fileCount":407,"integrity":"sha512-8qGHqheV/0xuoPH8sK/YQjEbDXy3U+FdxPSrfriJeba387q/KrjtrReTQblsz79bfA9SiN0/enBVjH6TbWGb4g==","signatures":[{"sig":"MEYCIQCfEqjCnpG/kCpa/R+CQLX9ICL1A9fC0/x+dOE4eSt1yAIhAJIOK0nH7iJLdn0aQx2KMJd/RtBh3cmwLVxxXX4TPBB3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8430973},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"671fc14c27c6f7f6443e85b2e2757c168c6cf58d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.2","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.2_1728051627709_0.24474006999436737","host":"s3://npm-registry-packages"}},"0.39.0-rc.3":{"name":"fundamental-styles","version":"0.39.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b42679e7408bfdf7e1e0effbb753dbada71efa38","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.3.tgz","fileCount":407,"integrity":"sha512-WT8GfjstHmlcoSbnbxBdjPSUQMOpmJAIGvlR0X23Q3QkRgj9VCQeeGRQNL3xRmpiVo55iJPZN5Bs+1d+QX0uWA==","signatures":[{"sig":"MEYCIQDIpCEEsJVZX3iJq6RbzxcC9LOs+T8PD0NXUybaqfZorwIhAOLpOQSihuZq9h4/hKrMfrfaFEMl6YmH+q/anIiiiU1U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8430973},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"064d6e3bbd1c08d9e8bba178270ab4d137891789","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.3","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.3_1728051915384_0.5045726226294582","host":"s3://npm-registry-packages"}},"0.39.0-rc.4":{"name":"fundamental-styles","version":"0.39.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"088306530baa3e05a2b13330b89fd52df491c12b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.4.tgz","fileCount":407,"integrity":"sha512-BrSXJS4xSFzVJkbYfnm3TTBE2VVc2vVXlbg25jTyinZIOJBrjUl1KzB6Sk5+4G11NPDWCS72JoV6VJbFTTQU7A==","signatures":[{"sig":"MEUCIQDigkkQhdBmZygN6BYgXFu3LaWiQ3m91mdxER7KaY4DhQIgPfcfzBlOEG+lw1Qvf3jqyeIgtCEdIyVn7+2/bTS9IAA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8430973},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7642772790a989384b000da5a8ecf5b95275b3bb","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.4","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.4_1728306861690_0.9631809326175875","host":"s3://npm-registry-packages"}},"0.39.0-rc.5":{"name":"fundamental-styles","version":"0.39.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"daecf214efbc6241d7e9b81d1d4d8ac30e88141c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.5.tgz","fileCount":407,"integrity":"sha512-x0h2+7X6nkm/CGY9+hwa2jQ5hX5VhMomC+i1EfsJAPQiKm+TPif8kTH8mzaziPH1Komptgpuk9kAqTTS7P1bzg==","signatures":[{"sig":"MEQCICwZKkA6uET2t1heLeLfiBQM6P2ZrQYrscCeb2pYE3voAiBtUohzwCqunM5GMQF7hD6aQ1+uHilif+cfQjwDYxGPzQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8431659},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ee1457771b32efb4ce3363041a4b46c62fd4c548","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.5","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.5_1728348599392_0.1534787342778341","host":"s3://npm-registry-packages"}},"0.39.0-rc.6":{"name":"fundamental-styles","version":"0.39.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b43615f5041b32c04bc33de2546d019af026a155","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.6.tgz","fileCount":407,"integrity":"sha512-DWZN3pmCW7f0xd0+IARFL8qNn19mLTucnVEXW7TblXE/Do/W0RIDTM+AGVTO04k3aMYVEemnZmTWY3zZhgk55w==","signatures":[{"sig":"MEYCIQDbSZ4IwQ2M+u2zG+JB37yuIH/pime1T/Gqg4MlfQmSXQIhALoD0xWQlHNG1AUueKNzwEE2IizDmxdSoeA3nZSlLmrc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8433187},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0463badf67d4e9fd3081e4da22dee2de0d1de722","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.6","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.6_1729033610725_0.43642662446743485","host":"s3://npm-registry-packages"}},"0.39.0-rc.7":{"name":"fundamental-styles","version":"0.39.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9ee224ee14fe10290ed7edad7dd1837a0f258f3e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.7.tgz","fileCount":407,"integrity":"sha512-SCUzXByKFsgz9//CO7LtnAYeuCNXCXmHGniRT3/CpNrRsNUS8Jnuq3gxbq9gnmrHxWosxbWegpFqB6smhs3oxA==","signatures":[{"sig":"MEQCICmRkeHCaP7EU0Ljy7mGvsoflT9eszVQNiCZ8uN1M2S9AiBMVODOkKoP1Mp7RUD+dp04A3gQH5u6wdIf6OgJ7rp7RQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8433211},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"919fa009d66528f6c315451122ef47bb0258d0a7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.7","@sap-theming/theming-base-content":"^11.18.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.7_1729537607171_0.08101891020968299","host":"s3://npm-registry-packages"}},"0.39.0-rc.8":{"name":"fundamental-styles","version":"0.39.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0eef300e91ecf8e76c7db9084c5ab1a1088359aa","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.8.tgz","fileCount":407,"integrity":"sha512-h0btI/g5wZEcAfyYIx6xDruaHOSYAOdQ7RaKBscxpmKnUdgsr/sasKiNwFplkQ/jxmD5nfYqdmYUMrTswD92iA==","signatures":[{"sig":"MEUCIEQiuDGzYIHM1z/m4rDmdyVW5OwD2YTEjosfxhDWqGuDAiEA6FrisKa5k5iP7XiQM7FsvNLgrVioGlkGvfsJqrWvRKQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8440243},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e52d3b086827ed62b807e1b046652625b249cd8c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.8","@sap-theming/theming-base-content":"^11.19.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.8_1730122634596_0.578393402978763","host":"s3://npm-registry-packages"}},"0.39.0-rc.9":{"name":"fundamental-styles","version":"0.39.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ac3e2e9ebeb35ca688a917cc7006bd077abf4f91","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.9.tgz","fileCount":407,"integrity":"sha512-5c7f0N6BFOow6hbIcipahITfswQ0lhpwvzzl/rI5Z98EpewOstiytPaLPn4xIxhOEiWg0tk5TCARflb7RjGqQg==","signatures":[{"sig":"MEQCICZlcx4wkltHFz8HdyoFf3JV+EnqIucimJR/QkSDeTyaAiAfpLg0HsH9rZ1MWFoFPOAj3CcGx6e6V9QqRq2m2wV0SA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8442519},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"02b34a8375406a5bbbc68eae958beb042a18f9c0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.9","@sap-theming/theming-base-content":"^11.19.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.9_1730140520286_0.7979993093266817","host":"s3://npm-registry-packages"}},"0.39.0-rc.10":{"name":"fundamental-styles","version":"0.39.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8266e83c853e8d88a8b7a4fa88bb8e67735cb350","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.10.tgz","fileCount":407,"integrity":"sha512-idX9JSJKBsbTX6JJznHciQwz+MDnN7R+Km/zUz8a8T+bme8jeaRgcuNk77H1cPlUyDRsYh7tbBLqb7DwenmR7g==","signatures":[{"sig":"MEUCIGWwVwif+LAvUFluBNx5TFZrF74YlGKYwk9VAWZNisjMAiEAmu50VxBGqzv2wE9EjHhoH3SrnDnMdbGYHEyQCprVBSU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8442787},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d13aa6a72bcd6354598cd4b2b798e267cbec0563","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.10","@sap-theming/theming-base-content":"^11.19.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.10_1730141138959_0.12375069719828269","host":"s3://npm-registry-packages"}},"0.39.0-rc.11":{"name":"fundamental-styles","version":"0.39.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9eecbef7346de12206519ddeea3e0bbe9b433c97","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.11.tgz","fileCount":407,"integrity":"sha512-6msa2mPD3I01vWvh6LRz2ieL7qiLc9Am1UE6te4PS8Oi88BEfRdfROV75QuXAlaa/Z1ANyKjnHs6UtyZEDRJHw==","signatures":[{"sig":"MEUCIQD3udu5WqiqrqzZMfgburTKDiKPo4vIAFnsqz1iwB05CwIgCq8ewRwwVuLauxi4Hoc9XbpcLu/DEI5hPkvwlttuNKM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8442707},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5ab088af169519aaa411c0b802c8a8fb0e5fb205","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.11","@sap-theming/theming-base-content":"^11.19.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.11_1730385176763_0.20749183685371975","host":"s3://npm-registry-packages"}},"0.39.0-rc.12":{"name":"fundamental-styles","version":"0.39.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"db532bcf48823020e118ce9ee95160799fbd1a94","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.12.tgz","fileCount":407,"integrity":"sha512-u6VXbkfGTPHJnXLdaZjnITaWqSCGIlUK8GP2TIiVFFr8ENm+BSj+7S7cNaGEP6xPx9u3HznNxZl8VTJz3iNdVg==","signatures":[{"sig":"MEQCIHOgWnHzH9OfGXe+jlbv0F/DQ4u148A2Y1SW1hJR1NsyAiAo3iU7y3r8HTCnUlK4hcswELqOkNK+SXzL7u5fA+MX3w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8442707},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"92c73d6ec99478c60647a465c3bda03b1422a191","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.12","@sap-theming/theming-base-content":"^11.19.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.12_1730385524412_0.2472687707813248","host":"s3://npm-registry-packages"}},"0.39.0-rc.13":{"name":"fundamental-styles","version":"0.39.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"84eee8daa50f6778be0e679670451b5ad086ab6f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.13.tgz","fileCount":407,"integrity":"sha512-b1gEjMtSV5oEWPov2eqDvJFY+NXqEv06ZRm4wSKLZmGjXGUBepnf45X5PIxtB7YoCpzTJaeix2GqU4r5WiqFVA==","signatures":[{"sig":"MEUCIQDlAQXK2pHVcqeUkF04ZNgpdGbXxMiDIFom83C/5oJtVAIgflufSPBIMcwPNoXZc3+MKsTxQNj3lgRkd4c3A1m7Wx8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8440503},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4d99648a5a5e0e6051c058bdbee87afdc46520d8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.13","@sap-theming/theming-base-content":"^11.19.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.13_1730392805361_0.8453965345418606","host":"s3://npm-registry-packages"}},"0.39.0-rc.14":{"name":"fundamental-styles","version":"0.39.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b14634cf4f459e88e8f37878547034af1bfd7524","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.14.tgz","fileCount":410,"integrity":"sha512-SbchSG3w2dzzAfsyYrGrfybleVZm0+IgMGV71pkaKlj98omnp0ibex3YiDE6Nh8R9fqjAPjqIPRueBkCXcSrkw==","signatures":[{"sig":"MEUCIQC7Yhk0LpGQnyOaYENPFMzwQCxRdqtX8Ei0YTcUwNvr3AIgXb/DuqEZETcPexO0l5Cu3pzorW0FAV8MwvzuX+/kewM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8464195},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"302a51bdbc151f8c8ad3f581191831af37ec5063","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.14","@sap-theming/theming-base-content":"^11.19.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.14_1730469969527_0.33473379532803604","host":"s3://npm-registry-packages"}},"0.39.0-rc.15":{"name":"fundamental-styles","version":"0.39.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3a91dfde40fa06b0535e940de97f3a66cdb6295a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.15.tgz","fileCount":410,"integrity":"sha512-5AlakpMr0n/x5s+n4rchVHwASghA+sF2xZyMsR2eWOI3uwxB5hyUcJcJQzLCXKyy+SUEhZX1mw4us24Mv+bt5w==","signatures":[{"sig":"MEUCIQDlIbXeoUNd8gMC/941nq5RwDpnOEmVSOsmYwZdZosLAwIgR3f8crGO6brsXT386W7MTgJIJcp6qDwJF0oKlb3pCo8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8465135},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a9f62abbb793214ff83e37ff1c5250b8ab705926","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.15","@sap-theming/theming-base-content":"^11.20.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.15_1730473140790_0.047247318421211215","host":"s3://npm-registry-packages"}},"0.39.0-rc.16":{"name":"fundamental-styles","version":"0.39.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3113be990459de90732ce38bd3ca1fe48ad7a59e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.16.tgz","fileCount":410,"integrity":"sha512-j4xzX9pvXxKrpVHE1fhXwzbxejGZiwbkVLMl+RBDG7oue7t37ATJpTMoU64tFG6DNVnA7h1sX5gL8GjEhVE7pQ==","signatures":[{"sig":"MEYCIQCroxHyb9iSJEpKagqWH8oGhQ+eWvWj/dLKpTxqRMCLwwIhAMyVdBioV8yhXelhmmt4lHOTsKTgutuBx+Z/LKbs0a3N","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8465135},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ad57c894354d84d1817da34939d2cc59c870dbc5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.16","@sap-theming/theming-base-content":"^11.20.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.16_1730663982323_0.22367976330976136","host":"s3://npm-registry-packages"}},"0.39.0-rc.17":{"name":"fundamental-styles","version":"0.39.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a108342737c8640cd61da5f3e0ef47e710c7fcce","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.17.tgz","fileCount":410,"integrity":"sha512-2otZqFYFYTArY1KEYOwtibwtJFos997AfrWqUmqSocswBBQHtbWPh8A2W9MbEUXLTDIfyRpJFf+TXZUh0bEZ+A==","signatures":[{"sig":"MEUCIESePAQ+R3CSXfIvjh5V4bmJ09glj82npTWjugF7bxxbAiEA0sEgYNGlMb8Co/R2s9z0uZ6q2/U2irn/HQKPMe4e4eY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8466031},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"15f99c5a938e24de45acddc7e2903ab5a6d22c30","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.17","@sap-theming/theming-base-content":"^11.20.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.17_1731027559816_0.35574679458127445","host":"s3://npm-registry-packages"}},"0.39.0-rc.18":{"name":"fundamental-styles","version":"0.39.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a99dbc0e611b9fcdff46650dd5c46c8361191a93","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.18.tgz","fileCount":410,"integrity":"sha512-fNYeVd3XHhGpmmSaeHtaGtq6utoLkLuKko3ca+8qZ5aOJsq+iNlEn4yYR42ZmC+nshLfTANvrNKFWh+UyIth/Q==","signatures":[{"sig":"MEQCIDTqcUpD/ULrBn3nBxzPe9YGT8sLOhkIuibyHQNIYJN0AiB9zKIBtoDytP/x+QVUfIEXRIfi6TAXjfm2SKIRmjRnUA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8466031},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"570a67716737be4b5b95af8e5c3fad8e9132f536","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.18","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.18_1731073111139_0.34415597739563464","host":"s3://npm-registry-packages"}},"0.39.0-rc.19":{"name":"fundamental-styles","version":"0.39.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c193182e8c2a81a6c49da541f4904e015a496335","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.19.tgz","fileCount":410,"integrity":"sha512-nhT6koNcAwXrkXv7fvt6kMkkrK5IUh+2A7c+0ZHdG7nWoh7deJH0yNHd271JnP4T8N6+S3gv0NBtd8QJDOJfpg==","signatures":[{"sig":"MEUCICFPPKtUYrGxCPLHyOdriXbXn4Nq5kSiOvekLnvu1trJAiEA2EGPZzRYdJ55RBsEhwhMiHYSjNLzPISTMfW9TO87x0g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8465263},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5457ac2bc64a1a599527ff56fa35b03448a5cd51","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.19","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.19_1731083602412_0.21762521952096225","host":"s3://npm-registry-packages"}},"0.39.0-rc.20":{"name":"fundamental-styles","version":"0.39.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c37d656f803cb331cbc748ae808a9893c1d8ff4f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.20.tgz","fileCount":410,"integrity":"sha512-XOtOk7+J5IrUlJd3m4r+Xp2v5gw7vDkJVty/03QASMeIMVFANPxlT2zkg6fWjZnSNOq/qhJ8+zRFdOiZIcfApQ==","signatures":[{"sig":"MEYCIQDWVkjyP8EDOc3MMSuT2CXA8qjnRAAsxomjVHhAcCHoJAIhAITuBKWa6dvQMHDNFs0sOUvsXhJ4vcD4pY9ByeaiagmW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8465263},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5f8929f45e0e68a89699ba73ab2cc524ef5de95b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.20","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.20_1731358133642_0.5292222560160063","host":"s3://npm-registry-packages"}},"0.39.0-rc.21":{"name":"fundamental-styles","version":"0.39.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"26dcbac15cac4dc627001dc8b016218bc7ec64e9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.21.tgz","fileCount":410,"integrity":"sha512-hoRo2AlnH8KO59jkUuYH0TWljV5J6SocR/5zaHB1+5zzz5m5xJC2SSqDIlslKSAGUOvnPGUsVXy7cj7ulFOAIw==","signatures":[{"sig":"MEQCIEpuIO7FowXQNiEMwAoBUJU+2D/OnKtNeV+HIsXIdTbBAiA9LOvveGLI0q3WsMZzYkxb4LR3/uUrI26bV5CjUCQZiA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8457461},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5d8c140ac64b1eb5a4ce2c956691fb06e9692d7d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.21","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.21_1731427681662_0.9699938787231202","host":"s3://npm-registry-packages"}},"0.39.0-rc.22":{"name":"fundamental-styles","version":"0.39.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d563004cdf6eea6d60fc59a83fa3ca873d4d1436","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.22.tgz","fileCount":410,"integrity":"sha512-aIcmDL4qd5HlAU+JL1xJPIBIa2pGKCEVf9tkgVZ3Gvd0uciCm1k4e+3hWdaLq8OPUMwFoTfqKN3R9pdVMoarEg==","signatures":[{"sig":"MEQCIBbtM8cMa1PLn8ETiMOXh9UVg0alnNjEbPNepqQEfABGAiBDzc+f4A2I6jxuJcipUWW+yitGKUf4QB6aHxsBjgGh5w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8482405},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2f0fcffed9566af2e3aaf1fbc134be6c6c5d9d5d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.22","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.22_1731695508127_0.797567453165335","host":"s3://npm-registry-packages"}},"0.39.0-rc.23":{"name":"fundamental-styles","version":"0.39.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"705dccc82c862aae2b8e8b778fc9ebe7a5167996","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.23.tgz","fileCount":410,"integrity":"sha512-ipLMmypIRR6bOHzq/s1uFkWE/MZa/7wyxRcJe2H7jfZNxbw4sPyKXRJGLbNPU+SQkOf3u5x0b5atNl8VxXhGVg==","signatures":[{"sig":"MEYCIQDFznI40Q+SvDIsZzVkxdH+FXG8pa6v3hOOS2LTzDY58AIhAOSyDyIziO177IFH1o/c7D5+FNqZEtkiCzIO5nZ2EAUh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8482405},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"147be373205c50b5979d892c8dafa26b5135cdb5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.23","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.23_1731941610801_0.9471564188794894","host":"s3://npm-registry-packages"}},"0.39.0-rc.24":{"name":"fundamental-styles","version":"0.39.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3635c14c59219b850d2573f3b8ce66315d9b6383","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.24.tgz","fileCount":410,"integrity":"sha512-mR7tA0Libd1jyrqw7oOh3FgjeoV7F4KAht+pHBa/0gLFQAkERVIKstOEZOc+xklvw88G4Ix8dSfNJ9+jBPuIPw==","signatures":[{"sig":"MEYCIQCO9onP59A8Den4D438i5zWJbuVIzBc3Q5sMdVZeQKzgwIhAPKiIff8QjcJHLFKul9WKlhAozkTbupw076Bz3FofKyx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8482405},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4790357553d3f4a2df7d313bdf3646e2ccabeb27","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.24","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.24_1732113187712_0.12946116208224567","host":"s3://npm-registry-packages"}},"0.39.0-rc.25":{"name":"fundamental-styles","version":"0.39.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"36143f0ff947978c2833802dbed81fedf4e2c8c9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.25.tgz","fileCount":410,"integrity":"sha512-EOLh+KMncHuNOHJ8K78Oc/JU/Izn1IHlrfSRE4m5M8Apkr0hFOTDNMBFnP6bwfZKqoPdcViibyuB8gPkgZ7MHg==","signatures":[{"sig":"MEYCIQDL3o62QWOSYZI83yriGf3BLmyXJkj3Nzt/4LGzsJTpBQIhAMC18la6AJx/XK1Me9cfWnNeSJo1qci0qL/KCtx8W72O","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8482405},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7eaefea8294c2b5edbddd535c5001dc15f77b6e5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.25","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.25_1732137852803_0.6111914836468932","host":"s3://npm-registry-packages"}},"0.39.0-rc.26":{"name":"fundamental-styles","version":"0.39.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c56c28e91e029debd642909bf8ff82d8c35a6309","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.26.tgz","fileCount":410,"integrity":"sha512-G5O1WqhXaoCxjm04DC7WDvQMTFt8ZSSYO//NhLceh+YWY5ZBe9CMSMVTLmNVlsm0KgwRBS5wTX9Ra01iTPl7HA==","signatures":[{"sig":"MEQCIBJdONjWIrcSc306vqFZfFRtG8obcc7VWC8kJmIwueU5AiB9MlgiI4caVV1h06VkT5MnBIbb2BR+w9rJzGnbVD/e1w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8488237},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c3998c568f29b2ed1ea65331717a50a1fb151b9d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.26","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.26_1732563729401_0.15974077839845835","host":"s3://npm-registry-packages"}},"0.39.0-rc.27":{"name":"fundamental-styles","version":"0.39.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"942caf08c8eb87ec54c63eaff5450cf4ba52eb26","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.27.tgz","fileCount":410,"integrity":"sha512-A7j3knRn7i5hw6efmgQ/06bmWwwItGqdMOpHlMZ4d25aoqWnJI4xWH1g8j9Yg61BWm7Q7x9XK2cgKPcjs4Yjsw==","signatures":[{"sig":"MEUCIEi7cQcU9HtYrpn8wEO3T2Sb3wWYzg0G9FMgyNhhhK8TAiEA370Od1qES6wXd0+28t4meb5jj6+RC4kP4ZRa6ioNoBM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8491509},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"242f33d4c7a6916f59f9450413ce38d2b3834a75","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.8.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"20.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.27","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.27_1732581306786_0.7705027588156044","host":"s3://npm-registry-packages"}},"0.39.0-rc.28":{"name":"fundamental-styles","version":"0.39.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"444b66d46388d2ec3ddc75eea4f4d0e063d01395","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.28.tgz","fileCount":410,"integrity":"sha512-RFkJcy4o5y6viXhfYkOxrp+iXgBbg19RaF4R1RwHH+9Gs8DNBRk7hSyFL+TtBoiTzPIsSd5JDLmYzJQM7FDjFA==","signatures":[{"sig":"MEUCIQC58eKQ7nsoAqL8T2wzZFY5yUytp24hhi4wCjNU9YOVUwIgMkktZb/SBPwy8FboGINxWIbfoXlyRBEr5wu28w2kh+Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8491509},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c46bce4df6feaf442504070fbd346696f053f072","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.28","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.28_1732632402997_0.9422728565659215","host":"s3://npm-registry-packages"}},"0.39.0-rc.29":{"name":"fundamental-styles","version":"0.39.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"765d9705b7fa208742007958b1463710a42c411c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.29.tgz","fileCount":416,"integrity":"sha512-RgUO7KMRWmTsdemPovtHofTu2oW7oHH+K7apxBcA2wEjyzOTWF1xdV3isDYDZIsObujxNnH7J0V7d9yC4qoiiQ==","signatures":[{"sig":"MEUCIQDqvmmG/p/3ww9spoYC9EFzc925XVvflkgWGPc8bX965gIgcGIc/tDIbUiY+MHkyaVaYcsPG67OX0MTELRHr2h/CMA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9849905},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"17a20bec3e7ddbf49ab26ffd49a628fe3e875bfe","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.29","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.29_1732652539394_0.041911694587683845","host":"s3://npm-registry-packages"}},"0.39.0-rc.30":{"name":"fundamental-styles","version":"0.39.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d3ee6679f8dee964b111bb9493cae100a9689bf9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.30.tgz","fileCount":416,"integrity":"sha512-wIgghR/6sIE2fA8J1y4k25m2G54rC0doGBa9aFoeTx5Y+9Jc+0ewNowgD5E4b64zpdpw1dXrKeypUMffWqiN+Q==","signatures":[{"sig":"MEUCIBd7qjzrzNkIevc0vM04iwgm417xJxu1DTwXCHSyOruoAiEA4ab8r6h0mHcx4Ow5JzA3tG0Kwau7hPvzx2JY7tfyrTA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9851757},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2ff06e158890b67a679f1fd19b724c2edadf5072","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.30","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.30_1732653345398_0.7251587999538747","host":"s3://npm-registry-packages"}},"0.39.0-rc.31":{"name":"fundamental-styles","version":"0.39.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4da5b5e53ffa38cce85c16af4a25a0862bf998e6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.31.tgz","fileCount":416,"integrity":"sha512-j1+mTlmcLtAkZmoRwTSGIZa2YXUqxMi25RQS16IIqEw6w4HZDksIbIXW0XcduQIHnoziC78lcb20J8PUTUbpKg==","signatures":[{"sig":"MEUCIQDwZOEXSx734h9cYaNhBxDbZzaB2aEt9Z9TyvthZ3/ppgIgfzYIl7ddCeZG5cDSNsoauUAMa+jDmTlMnN2U0uv0JIA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9576861},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"64c9dd31c10eb9acaaccbac596f6e477b9d8f7a7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.31","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.31_1732804033073_0.24347303500851436","host":"s3://npm-registry-packages"}},"0.39.0-rc.32":{"name":"fundamental-styles","version":"0.39.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1561228aff1c92a943b99236a16c0b24e5800f91","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.32.tgz","fileCount":416,"integrity":"sha512-JUDmdcGGVBOPV7MA0xJfY82b3R9Dh5XtN1GrbUHSAQN0lHMU/6FJxdFViJ0jHxl9RHt66Ra/AEg4jI22PzD6vQ==","signatures":[{"sig":"MEUCIQDz11h0qOdTYSfjAbR5WQO1kqo3sFwM2JQk/BBrmLEHvgIgV9dUbOpSCvCmeiPv0RJ7LPoK/bA5K6Z+Lbd0TQOBQco=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9579141},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c0358219fbd4fcd0a9dbd2518cfbe4e674d110a4","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.32","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.32_1732818287651_0.20728804844840742","host":"s3://npm-registry-packages"}},"0.39.0-rc.33":{"name":"fundamental-styles","version":"0.39.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cc03d567cb7ed13175ddbd613d0946b624bfa553","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.33.tgz","fileCount":416,"integrity":"sha512-rZgfzNd0dLnE2qhFWFpbmD6NHDO9zfQ/nEiqvskjYG9gH4Kxi0vi1Lfup+4RI/mL16I1gwnWQNrCQQrVNqxGKQ==","signatures":[{"sig":"MEYCIQCd6zS64oqtAPNkzbQkFcZuCrb2v2ZpzD7JLklhz+H83gIhAKgoglrsSuXtJcqlo0JtUEtnKhN31HPIof2/bi6U51Mj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9572057},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"fcf0c86b8f046eac07cc1e01093d4c3299b9c243","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.33","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.33_1732891097757_0.598470778060392","host":"s3://npm-registry-packages"}},"0.39.0-rc.34":{"name":"fundamental-styles","version":"0.39.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7dbd7474db7a7c3665ae5222105b755ac28d2dc6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.34.tgz","fileCount":416,"integrity":"sha512-UQC1Z1LTMkO8cM2HP/+NZpOzEEfuMVD+kJ2cYZvYKq7MA/Ead/6wG1KqgV5id7+twLGs7DLRsAq/RitjoBSLkQ==","signatures":[{"sig":"MEYCIQC5oNqsMTeqlzBZluzR5EeHJreYzmhavVUm4fOYciED3QIhAOZHS3GwfS7q4nzwIDPaje/yukLlOUgzt1tYv5Exziq4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9574185},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a85e7e751fea4c861bc18818a1875230aea0ae1a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.34","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.34_1733172090998_0.19897711929528317","host":"s3://npm-registry-packages"}},"0.39.0-rc.35":{"name":"fundamental-styles","version":"0.39.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"09a396eebfcc7e537a346d5087b1efbba40d6eae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.35.tgz","fileCount":416,"integrity":"sha512-Ujf/vbUBmSluNDg6uR5/x6n+RfEBvZ/9KMmK9Ts5riRzRzDdtxYWz+fbAlbYWH34Sb740Xjcn2AqS2dG2/52VA==","signatures":[{"sig":"MEYCIQCehOna+zz7/QzgvF/zzg318jkc0nKS3xM/ON5BKJq7UQIhAIbPOCp8wzN1MDjMFrwcPINQFd4n8RajpMDenWs+qYPA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9576731},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a35d248f5ad6d7b63222a620d573de465b919404","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.11.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.35","@sap-theming/theming-base-content":"^11.22.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.35_1733260622816_0.4676124193717981","host":"s3://npm-registry-packages"}},"0.39.0-rc.36":{"name":"fundamental-styles","version":"0.39.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"03a1191cd64f85d96300dc7ea2266a1073b2c9e3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.36.tgz","fileCount":416,"integrity":"sha512-dZKh4+VIIGnb4Sj3XWC+JnKlt1inWWTMR/Ib72kXoh0WwG/mhDWTFQTv/lX3iq5F1UXQ+5wL8yF/MEkuuNgziQ==","signatures":[{"sig":"MEUCIQDzfcaatkb5jhwGJRm2mRuX1LCsKbAX31DAXmJzrKel4AIgblZZlotZz+r9hafIhhAeg4UilmaMrj9hswWNcMVArr8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9577307},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"153c0c8da6403050e8adb12f0b2b8bdcbbfd604b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.36","@sap-theming/theming-base-content":"^11.23.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.36_1734173438252_0.6649812177942942","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.37":{"name":"fundamental-styles","version":"0.39.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3a4b23c8d1ebf005cfcee2571ea7939e220809ea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.37.tgz","fileCount":416,"integrity":"sha512-GM0yfvs+yXTDMYSmH6VK7t0FEQYMBQsh71o/ArHzc70xFkkRURrL1VvIVoh7s6mXg3z43QrfN+CavNbpsC1i8w==","signatures":[{"sig":"MEQCIATMrQvC9bHGVjRSCmWg/V6JddUcpTQbklHhWiZXWp0qAiAUhELTuKY3fFz4pmGQY1Bfg3B5/tAlJtKK9+IE5urmRg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9577307},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"96ef9db5ceac086f6619cb4d616005fce603b90d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.37","@sap-theming/theming-base-content":"^11.23.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.37_1734173832281_0.6590154174948628","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.38":{"name":"fundamental-styles","version":"0.39.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"157c9d3289e089f3f2fa578dca19a8a194e78d73","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.38.tgz","fileCount":416,"integrity":"sha512-su6bcuKXstE81psT3a8Fm984UFNPWz1QoUVjNTgl8/OxusQ/okHI+YXZBaA7WOyWe9Wx6n5ofBlrtNSXwrKfZQ==","signatures":[{"sig":"MEUCIBObRIb8ytZShOaVOTJJIhPDbiixEXMQZyNb0WpxsN2jAiEA5vP8wTr6WBh+KXHdqQI5naBKa29RmnB7y8tvgjWrCs4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9577307},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b90cea8e45707a1ad66b76c60e94e32d28e66e39","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.38","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.38_1734394848859_0.8102063943553743","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.39":{"name":"fundamental-styles","version":"0.39.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"45f8f8a76fe7f3dbd824df0a289652d5f97b1f9b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.39.tgz","fileCount":416,"integrity":"sha512-RRQvoY4FDOT/PIIUUTpiqNKCxQpHGEUXeOLIR+jeFBE+c5GVIMIr0362dBpcmGySJdTt/n9u6v9KACH/bn4u4A==","signatures":[{"sig":"MEUCICz3N1uXyY2KHpGYEW87VJtFTqdUn7GfDwrKD5rQMQDhAiEA7qsZZe34EPFuuKfqF2DnrEx3z7OvlF7Wb2qFGKMERsI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9577307},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"894de33dc611b5ede297050955a1647afadea6ce","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.39","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.39_1734437489351_0.7597148739968007","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.40":{"name":"fundamental-styles","version":"0.39.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eca466bb786962ad5f9b4c430ede7f4b6b35919f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.40.tgz","fileCount":416,"integrity":"sha512-bgTLYOOG0HOkwTp9OYbU0GcGoR2E9Hq7LR8em1SxxmnTNLyBYAF+qCRr+tQ2nhBEMylKtU7KzjdLhySUJNHLFQ==","signatures":[{"sig":"MEUCICw1xQmrCUab0TjEqwJOfluqIe+H8WuNizZIC00POK1QAiEA/X6rPfYBcBRTYy1US4AnxNBHOibWGq8fun8VOL1EDvo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9577307},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"baff5bab9d43b0b388924e9fd5da6e796bc8c856","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.40","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.40_1734437859297_0.7886106559116182","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.41":{"name":"fundamental-styles","version":"0.39.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"224da602cc1c3b66165dda136f52cddd787d9869","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.41.tgz","fileCount":416,"integrity":"sha512-PaHBDizOL0W0JR8J6YVVwYxjrmr7VmE/AQ4IbQvLN6dNs8NHK7dDvo6mve2nPE4QG8UjOOjxk150Sz4wtsjidg==","signatures":[{"sig":"MEUCIQDZ7El1xV2ngjWSjslE5JkF/KcD0j9Z8pjTpA7nTGk7bwIgAxZZDvyMnH7BbSbWjrsGW6oSmTtmr/Kf4t2bVidCYhI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9577307},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a94f86f1d14e7b427bc7d16a3eefc852e518c870","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.41","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.41_1734438400329_0.9011183805777176","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.42":{"name":"fundamental-styles","version":"0.39.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"07886ff2eeed2ba38a79cb3d6788ec2d16cf1dd1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.42.tgz","fileCount":416,"integrity":"sha512-e7g7LFDpRuP0lPr8VIvobn7V2suXwkmm6QRi3UfaWpFtUnBapFmRfE0QRu90Me3hWK18ZEjveSCCMkniw3nNDA==","signatures":[{"sig":"MEYCIQC4gDWPmLOLioWTAGJv08pH8LlTPCU2TaaD394g87pxpgIhAMxCkcOGfIZMHZfgrbjKw6Ie3IGLMGQZjvcwn6/mYKNg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9577307},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c014a36ae81a1c0f5b8efbec3d8b7b557a0608ff","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.42","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.42_1734438943809_0.6663882030438644","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.43":{"name":"fundamental-styles","version":"0.39.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"08d2a90457a8102f6d1cc69c475189b1642bfe4f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.43.tgz","fileCount":416,"integrity":"sha512-YVECkfWH9IqgO8C0ZCAOnZM8saLoxed5BKdUKTgKmUkfa8zdKSpxsAOVNrDTxNw8E31pDrTZfcaZOX/UeSyB5g==","signatures":[{"sig":"MEQCIDHKqBEnKfPSNEkPiV7DXWxdHmaj+f05oORugLS40ZWeAiBpCNRPYoqOT07mdDHSv+GYunSnWpkj8wdDsFmNWDZC8A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9577307},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6387a39fd58d6d4ac5ed5bcf8c12877edc0ad4e8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.43","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.43_1734439502743_0.5189803817081429","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.44":{"name":"fundamental-styles","version":"0.39.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4a6d7dd393b3eaf1250b359d10e7557a23f84a86","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.44.tgz","fileCount":416,"integrity":"sha512-AycDatfD8MENk15xUZ2gFKJtSfShpzN349eHHJwHkY68FePXKGtzCREVC8U8R4e6vbpuOp3H6goo1WTJszQ0dg==","signatures":[{"sig":"MEQCIGg+nCkRDi5rW+7NBb/zfmDRr1T0Vco8eGjGqF4cGo49AiB5VGOOeQD2rQ+118HXD7z2gzKEv0SOkPA5XbwfhjZuGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9577307},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"60f3bf548fcaa27cffb40c53e2d6f427ebf9188d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.44","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.44_1734462219997_0.21158396887486663","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.45":{"name":"fundamental-styles","version":"0.39.0-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"751fd071d5f73599b673f309dd0626a0ff123c53","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.45.tgz","fileCount":416,"integrity":"sha512-6CZak9OTX4r3+GFtD2gUR3Ka/+kLpkFdNin0Qas3ahK3CvaZuxq83tMcva5rMWYozBjHn+jPNsmA/aMP+FB6mA==","signatures":[{"sig":"MEYCIQCkgidkt6xdycsdY9TYf2oaOcTKCvVFEtEE7a5C9L4gXwIhAKboNsAxof8IE0ASYZutnzDF9yQc13666x3TOymiY9q2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9577307},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"33c4286a44263bc6d8f99780a4c9833ba2fc2455","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.45","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.45_1734964091160_0.15055835248792837","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.46":{"name":"fundamental-styles","version":"0.39.0-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"525982dca9ae65307a246dd4236e6825d2e9c536","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.46.tgz","fileCount":416,"integrity":"sha512-pyjEpKzlfvUCFLumzxDqkO5l4Hla2ttCypxdypPhTGw/IlHz7Fyrapr/YHErwFTuVqwP4s6I8dQAOPacHQ4YDQ==","signatures":[{"sig":"MEUCIDi8P+E5l/3o5Br8D7/08gN9brTRtmzRqoVTsQCdjpCPAiEAy4wD+rmPtxYxv6wpHO2oc6CPZ28hgFjr0yyeV0hVdLY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9577307},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b2f523e365c07b11f986a4026d79ba31f2674ae4","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.46","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.46_1734964890032_0.4873662549035578","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.47":{"name":"fundamental-styles","version":"0.39.0-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1a65f35e6b4688a93f805b74fc5be757d4ad25bc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.47.tgz","fileCount":416,"integrity":"sha512-JZiFaKUIYcTzyCBvwPbQcNNOoWiPCJ+b5U+By//Zwq9F1nWHvE6VbcjK2UDgtYJzWpuxOa8myAH9L0fFWbLkAA==","signatures":[{"sig":"MEQCIGiZy/J0xtzxBIC7OmNI9otglh+5+ostd6pquYFhUuusAiBq6YE3Q94GdFF7R9YsXUhMNyaD6eRKDEN9rR7WorKYMQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9580883},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"17413acfa26099777a479f72573c003e58fb14fa","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.47","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.47_1737043990335_0.8852575904863806","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.48":{"name":"fundamental-styles","version":"0.39.0-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"242e60891b56d479823867c92421862321dbb1a1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.48.tgz","fileCount":416,"integrity":"sha512-l2eirWXs1GLCYQhQBks+1smus0POTbGUGCnxyuOgXkwqorBy4b+2mTURahNZhvif3D/HUoc2ZpfirKRBZbsmeQ==","signatures":[{"sig":"MEUCIQDku/f2SWCp+GjBcPQjFrBYvbZMhbqY4hD0eclWcvq4BgIgH3IutDg8YkXG6x9aSQmMMgjj+c12l61SeqIoEFlLBPg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9595439},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"de548497349d9b4592390e5a026e786ccf5efcae","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.12.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.48","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.48_1737045732836_0.629976715275774","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.49":{"name":"fundamental-styles","version":"0.39.0-rc.49","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.49","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ed90c9c4da44c97fa6165fb265f5f892f4ccb4e9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.49.tgz","fileCount":416,"integrity":"sha512-7+KAuq/5l2mVMmS9vA4VBFDu0ha84+eqLyAkgsI6BtwgeAWEnz1tERa+TvOYMnebHhrI/cNIz/sZFdFbXNuEFg==","signatures":[{"sig":"MEQCIERN8o6mMcu+BuvJrj6vMXnNUznuFZrpB2pMshwucAGzAiAootW8fcUQvi+tJiE5VvSRxM/THrNA6F7lND4UbkS5QQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9610347},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"176d33cfe6def1321e4839b6c56fc7f06d5765f2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.49","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.49_1738444658102_0.8754227878682443","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.50":{"name":"fundamental-styles","version":"0.39.0-rc.50","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.50","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6db7f880be8e38f484c6ab0eaccbf002c06e4ea6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.50.tgz","fileCount":416,"integrity":"sha512-pT+lxMrd16Br7uF6VXC0LtKOS3XI1eqTNT4Th6YBdkd5J5Rlb4rJU3hNuAfDD7/ZQiKKkJoOPlhxuifXI5gmrw==","signatures":[{"sig":"MEYCIQCkdC9CVMvRyq2+7cjNolWLSaxRinThS34cih5e+uPZrgIhANxC/7eWy3cK5Kj0iHpZfw30OarH9QpHxrlijf6vFgEc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9610347},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a2b21ed2d9314450804ad6c6d1181e3a6d017ac0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.50","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.50_1738447430678_0.8534525912185145","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.51":{"name":"fundamental-styles","version":"0.39.0-rc.51","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.51","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b3db8ae7fb0522e76a016bf2fbd343e0c6b29939","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.51.tgz","fileCount":419,"integrity":"sha512-7IUnBJ9bYrOrNuGaeCmxH35c8HICktOJjwLfjqDLKHnaTvPag+m7DxnUd7I7B/irNNdVIaRo1qOYTelXOIxVHA==","signatures":[{"sig":"MEUCIQCStfeTLHjyLnyKBkHBSoCiRtCo3oRM159WUgEdtcohWwIgdcRdXXHJfRp1zy8RYh69B6le+gBwowE4jhFsKCZohBA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9631603},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4ad81f60ae5ee455abe3e7d4ceb752922648c64d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.51","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.51_1738447679898_0.5427801322855572","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.52":{"name":"fundamental-styles","version":"0.39.0-rc.52","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.52","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0dcbcafa28f2449d7e090998faaeed3a1e8716f2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.52.tgz","fileCount":419,"integrity":"sha512-sXyLZ0mmmYCqC2vtSVWFMJbV1WGYJFUt9JFxYE6IoWKwNsQfhDiRDInnyMVTid5PUFY3UqaIky+BSsoRbD/V7w==","signatures":[{"sig":"MEQCIDlAe6o8iq1brGrQ86ygfyTKkXpeFzb6SVbGw9OrA9qNAiAIfBffVnVNheDwsDYYxS79TkaiqGFGam6F45pDiorCPg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9730299},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"30eb83686c16827f8e8c6913b6074e231705e93f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.52","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.52_1738447997560_0.28892956330531727","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.53":{"name":"fundamental-styles","version":"0.39.0-rc.53","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.53","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f6bfb8c8321ef8163bcced52c606a2ec6cc3f3f2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.53.tgz","fileCount":419,"integrity":"sha512-MjQTat+mnb6WB4ES1nlzLbQcGczfG5tEEM6ZpgZvuONwsT5Ro6LlKVXml6ULRLZYvMhAIqdIHCqVmdg9xwFlGw==","signatures":[{"sig":"MEUCIQD6oOCinQJKZGfZKeWO7FpyOplEpFVY7DxbsF4EtTYiCQIgVvJTOG6eOz7qsSW/Hyw05Gw3s9+wjZgo/pu8p1kjJwo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9730299},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6e199cdff5e4eeae577ae25027bb1dc5c15be7fc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.53","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.53_1738500509141_0.37643000125352","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.54":{"name":"fundamental-styles","version":"0.39.0-rc.54","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.54","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c2c415f05da8b06cd3ba28bb0eb50d6c13d7c951","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.54.tgz","fileCount":419,"integrity":"sha512-ZPMFoDo6M5Kp3QX16ivk6eD2NqxybxdxlaZNs2m8n/+t9sd3kIDw73MauYvR+9UzczOFJK+RL5UZOdbgEaj5DA==","signatures":[{"sig":"MEYCIQC0J2Eh95r129yrNZlMmMEdzK5XNVoWyD+4Q3iOrFODtAIhAKSyLN/Q/kCst3CXJpPu9PRPcoTIH1t2lkhDpTa5IKTT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9730299},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"14806be15f8869fe121e72c91503e0825920938b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.54","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.54_1738502022550_0.5005302769591014","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.55":{"name":"fundamental-styles","version":"0.39.0-rc.55","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.55","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"731bc25d324f8c11c3fb2f29a57a9c036431166c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.55.tgz","fileCount":419,"integrity":"sha512-Z+7OTABP6qHQW8kjwmgKGPM4cuQocr8jqUT0r4N/unjSFOipLV6ud9ZkcJPOG4OwRsvkQXyCT1BFqxWshLw6IA==","signatures":[{"sig":"MEQCIBupJewIvqGV2pVo6VRtSQOkumQa5krCuHkWU9eEUYP1AiAW7h+qdnIVM6DyI0D8zkTZXpbov2wvEL7RXHmP/RvGfg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9730299},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4427667430e3c5bce978c25955e442292e679900","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.55","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.55_1738515212864_0.8697219560234835","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.56":{"name":"fundamental-styles","version":"0.39.0-rc.56","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.56","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d2c1a5905b5d418364402d55e84713e9850c696c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.56.tgz","fileCount":419,"integrity":"sha512-cNPYnSh/o50glTQGuwzakiD/sWB9C/nuScSG7FXCah4b+5sIsxipfVIzjkE10p77qV6acQ2Ms/SIqV/lToczpA==","signatures":[{"sig":"MEUCIQDuAB3LexMlGxeDPoQ8urlI+apSzQXZ+i9AGMC9HoIYbAIgYk4qYG+vUTOPmK1jFSL5mrVvomkZHgKIboP9JuKvfaQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9730299},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5e49704453ae45df4ac68bf5ebe0d1579f588296","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.56","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.56_1738515757362_0.32127447059429226","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.57":{"name":"fundamental-styles","version":"0.39.0-rc.57","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.57","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9ff8cc9a88be63a3a2c381a767b498e88e3c42c2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.57.tgz","fileCount":419,"integrity":"sha512-OIJncSvAUt1r8Z2w61ffLr1riPNyHVVwpkewZK9XaHJ7wsnWK5G3HbVyFGL3foOWJ3lBlwK8TKwiUJ07vVxuyg==","signatures":[{"sig":"MEUCIBY6A7qrwlkNO+fwEh9CXYSiTXoPrs4FdzsW37ovE1epAiEAp29qigwdyfjIFMpw61ogn+lGO5ltOKR6gp/3+7Hztig=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9730767},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9ebb28c6180034acde6f1ed8f330f218a6a07efc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.57","@sap-theming/theming-base-content":"^11.24.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.57_1738782141105_0.9569760141949817","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.58":{"name":"fundamental-styles","version":"0.39.0-rc.58","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.58","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1ddf5645d37f3fe2617e6200c1d374550deb5355","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.58.tgz","fileCount":419,"integrity":"sha512-DgEO5OJdjEke9SfcJmaGxv3RrmosKSFI4Di7p6C99N4jftXOh4KU2vYXPKcfZvitKox0s8xFZzvtwLNbPnoTaQ==","signatures":[{"sig":"MEUCIHL+HcqneIYvu/eWlckhZwCIV1sTsJBJQWipFQnrZs1oAiEAteh42jxXzKBLOqHv7uLxSW9PsywfZWVlJ8jcAYI67OU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9730767},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"64e198357831d3a261eff532596f6b8250d54021","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.58","@sap-theming/theming-base-content":"^11.25.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.58_1739202502023_0.7615777243650024","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.59":{"name":"fundamental-styles","version":"0.39.0-rc.59","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.59","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"49c082508e7021af8d187802f4dddbb4d3a2bd45","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.59.tgz","fileCount":419,"integrity":"sha512-hjCNQfiXJhtHT8Tp+7xYBkp904xWj/7J8bvROK2EKD2E+ibXb6HqXnGAcFPZfr/kMmLJfQwQ+zXgRShYwaWfpw==","signatures":[{"sig":"MEQCIDJ9tlLPPkWzw7nIrnIg2aKcfv8Bl1OFa54P3+I6Q5Z2AiBTJ6HppbSaU4xlTyOZl4fh/Ye9OTlXzm7w+d9weOBKrQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9734079},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"440459a8480a0c4a9e3936cb3a69f4ae4f8812ce","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.59","@sap-theming/theming-base-content":"^11.25.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.59_1739485531489_0.7023564577670112","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.60":{"name":"fundamental-styles","version":"0.39.0-rc.60","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.60","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5b605375936ddafb195ae4142ac9a73f8e2bd2bf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.60.tgz","fileCount":419,"integrity":"sha512-zs5U3/e7rM/8CSP3VDeaf6RF6j/6jXOrsVxFBHD4XT53J+8CVBgcVkhPBlEbPad+o9PWCw02nsiq6BT725EXIA==","signatures":[{"sig":"MEQCIC1aWNyDbrHQ4uNjDdZD6pJYklAU1wsrej7IkkHBXhy8AiAeDK9DhzaMjQ1xdDjwDhzpb0JGZhAUYwz0IyF5jlsW8w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9734079},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b7b05c834425175f3863b51a02fef086ed6f3d87","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.60","@sap-theming/theming-base-content":"^11.25.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.60_1739563178347_0.04520070636175855","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.61":{"name":"fundamental-styles","version":"0.39.0-rc.61","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.61","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"af3e02d682ec5363f64f06d874b3966ca4cf58a9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.61.tgz","fileCount":419,"integrity":"sha512-VbhRIFqQRF6xAd+3/mg7l0B4SM42eTwqFpsBLLa4xVjwYuJW+maGE3S1iAyrRNWSnwkZOHqBw2nWxfQYnTEKng==","signatures":[{"sig":"MEUCIFkVV+AXMCEv6d+DgC5No2lHB1PnUnQibQ+TwD0eDJBzAiEA56cr+jIibmt53PCnFVuMISRU+fHeywyVsb93NPwQ6EI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9734079},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"91f5fa94952167473f861167d021ef77b7a6d315","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.61","@sap-theming/theming-base-content":"^11.25.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.61_1739571843418_0.4291111860308243","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.62":{"name":"fundamental-styles","version":"0.39.0-rc.62","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.62","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"76aa57cbf0b3ca4cfb1a32aebf62004547432f66","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.62.tgz","fileCount":419,"integrity":"sha512-GZ84kMxG8p1qMa4MXdIunaHMSfbIrH6mxz/750gbSzemCHHCLJ2vD5C3sbmVaL2IPwSpPt2Pe3ycuedv1zXeyA==","signatures":[{"sig":"MEUCIQD9J0UWZ/TWtJ3CHIlJ//Qukk0iYxFmejn3iFRPslELDQIgWS7GaB6O1v9giZcWfUia7/d/ni/cYqcMSodaLsW3Zwc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9734079},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"dc07c4dcd17ff40da828c8f2945697bfb21f14b1","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.62","@sap-theming/theming-base-content":"^11.25.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.62_1739758271767_0.1603884865921823","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.63":{"name":"fundamental-styles","version":"0.39.0-rc.63","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.63","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"044eda7aebe738834d4c49f34d2e9b61bf2477b7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.63.tgz","fileCount":419,"integrity":"sha512-+h/7LcukFZDrEUaF4PzzBRckHtQf/2CynQmLRviXipc2lIFGFTtkvVhtTjut5LQdPYviXOqCg/yxWWBTqHYmMw==","signatures":[{"sig":"MEUCIQCrbRC4zzh41x687nhP5q4vh/vus++17A2GJQ64LZQbJAIgSAbX83OzPXTI7sANMhiqmSuGe0vNj+Vqs2Usl8KlpR4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9734079},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6911af0f0ce5fb942561688753c5b7298ed3f352","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.63","@sap-theming/theming-base-content":"^11.25.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.63_1739758706898_0.23545250843801546","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.64":{"name":"fundamental-styles","version":"0.39.0-rc.64","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.64","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"15e1fd39cd50d12f3e49ea521cb9f790254ab3af","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.64.tgz","fileCount":419,"integrity":"sha512-Z47z2XEAimzsAVM1MdTrD97TiORs2pHfpdpstiDQB4rNBwR1bJoiz5SAhWW5rNGOS965yF0atQRc/evKJDK/3A==","signatures":[{"sig":"MEQCIFEjk853mxygd89pGB6fbLKIBOGSuusM/wMk14hn836BAiAEzcsxybBRhk50d9tVJX/+LPzrP87VowAfVqmFyHsjPg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9734079},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"dedbea9cc7e3efd5949b614bd440f2302670c1a5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.64","@sap-theming/theming-base-content":"^11.25.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.64_1739759037171_0.6963250224503406","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.65":{"name":"fundamental-styles","version":"0.39.0-rc.65","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.65","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f62e9f011269cf8c66d56298b2b4df90c3726862","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.65.tgz","fileCount":419,"integrity":"sha512-pBQTGy43b3Rv+a4Qvk9ZSximYDvJ0qawWEzSBG7OYaR0HJyV1mVGH0ySznzYmNcljf2sQYTHngbZDYoBet8QNg==","signatures":[{"sig":"MEUCIQDrOQEyeu6uSAc4v97g0ngVcSRwErpxtdW0Pvs74wF+YwIgcvExHUum1H9aO0aLzzXmLSWhbtb4iF2tC29Q0Gmggks=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9755501},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6b2d8612c8305c68219d6c314525de4208e24efa","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.65","@sap-theming/theming-base-content":"^11.25.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.65_1739843596613_0.9031696306844861","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.66":{"name":"fundamental-styles","version":"0.39.0-rc.66","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.66","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c071fa5dd8fdaf7df44bd8edbcec39a053f0a21a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.66.tgz","fileCount":419,"integrity":"sha512-1PJwsYkpZTo2cvTWbQ1f1fiK5rSnA0vmMt23UVl43tFrq2XR1Dh8ZyZvwSTs0Mnsw6MMsGkWCj7gF0L1kaVDLA==","signatures":[{"sig":"MEUCIQD35rsZRAYzAbvTimQ/HAKsCIjX6exY1hXsiYVkXH9S1AIgGcwOGWFMWuXmlUV4jJV0Va4+hd3eX47ThnhGNUrw4YA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9755501},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f989df1f098acb2b3184bd59ccbe475145146bb5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.13.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.66","@sap-theming/theming-base-content":"^11.25.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.66_1740107741255_0.7708158151631028","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.67":{"name":"fundamental-styles","version":"0.39.0-rc.67","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.67","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7847f7cc4e263bc8fc9f5c39082a8c51e393735d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.67.tgz","fileCount":419,"integrity":"sha512-BB558lxuDlirfwseXYvgksoD8YgILYUcA93yqo4n0Zgkcq54kCm5OkWqOCc4DarHCBw2EjC5p+o28uMqJJv0Kw==","signatures":[{"sig":"MEYCIQCe/Gqn64pvdQJ+en23gX80JiFBmnNhm4p2sBUdTt1aoAIhAIquTaanhM8KKtSTNs6Jgt+mbaWCycZ30J4xg2+OYrmF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9755501},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"09fcb977b1e433603f79d6b498b40e9dc30176e7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.67","@sap-theming/theming-base-content":"^11.25.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.67_1740583567385_0.41681856063194167","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.68":{"name":"fundamental-styles","version":"0.39.0-rc.68","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.68","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a81df97f98bc8d413dbb70b29fb951e037782f8d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.68.tgz","fileCount":419,"integrity":"sha512-hUOWrQ3/kgy0GJonprW9cOrDdN16gukRL4fYRo8eNi4y5+pWxZ6OUOZuF1kb/ybb8qba6/6YaJ3bLlkkyLgf+Q==","signatures":[{"sig":"MEQCIDXPD+kP31gks9fLS1gbq4Nr8xw6sItffjXFjmYWp12DAiAxz/6cpzfSlzR0JaOQy4r+SJlXSpZm5l+Y9PI1UEcwYQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9755501},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"45d798e8bd103a262afc5c182eb7597fb0a7fa20","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.68","@sap-theming/theming-base-content":"^11.25.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.68_1740584291193_0.3002194990318803","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.69":{"name":"fundamental-styles","version":"0.39.0-rc.69","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.69","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5bfe8aa541593ba5e53c6d17a3ec86a7d89c783f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.69.tgz","fileCount":419,"integrity":"sha512-QDiUZuAItm0pN486FK5YpP0f2g5Kh+Sg4/C+J62L+wrD34dzjGt6I61dIxQIiPJOdi0Eu6ZwKfX+NsIYiw0zkA==","signatures":[{"sig":"MEUCICfcEK/Qvv6iEu+gMB5Idw5o+RUwNgyCZX3Uo/04txO9AiEAupS1RHWLe4OlhW1hsieINZtqoG2jzSoVWkAma2AGs7E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9756033},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bd2255659eeb9c2b0013ac5601a3eb7b5a02cb83","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.69","@sap-theming/theming-base-content":"^11.26.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.69_1740671623416_0.20370751741790838","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.70":{"name":"fundamental-styles","version":"0.39.0-rc.70","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.70","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a784527b0bf90c4ee40ee26cc8772a0b3e3eb961","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.70.tgz","fileCount":419,"integrity":"sha512-GTGK5+fHTidbXR/JAvSWAzdePKpJtF/c2R5DFEuiJSxMtopDfzKLz2uIznm23L0Y4QNlVp2hL+CbSroutuZoww==","signatures":[{"sig":"MEUCIGNSfx7dXOCmbb1argNTJiixUgtDKkeK8L1SEuP8/wpXAiEA/8CjOC9AURvgO5O/ifbx7e0HPfNbC6DyFLxmw//Dveg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9756033},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a6a17d38182edbe5a6514a055adc2ffd844b82ed","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.70","@sap-theming/theming-base-content":"^11.26.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.70_1740825550373_0.7379577377682547","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.71":{"name":"fundamental-styles","version":"0.39.0-rc.71","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.71","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b8253d5975216b9ec20f58e7ee3a13ac18f4af76","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.71.tgz","fileCount":419,"integrity":"sha512-s/3g7igRbXplSM4TG4pRV78K0BIbVXhPiWW1Wx4WW68G4iaS4bM5XjEhYqkD2EqTj9Ufe8Plu/fqKGzZDv9yrw==","signatures":[{"sig":"MEUCIQC8pb57NfCG4IVLVHsWxH9PS00CWNix4InLUPDbvqQx4AIgeLW0eMx+GhTMtdP4qNzxcwlghE5/vwhVbko/bQDZcnw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9758033},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d6612e463d5342defd63ba0c452ef0ae505876b2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.71","@sap-theming/theming-base-content":"^11.26.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.71_1741298603396_0.5808996784243425","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.72":{"name":"fundamental-styles","version":"0.39.0-rc.72","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.72","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ec13a0c4716d02c7c03f3fd4b2057e6693ce32e3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.72.tgz","fileCount":419,"integrity":"sha512-8j3KswJoIAQYdr8OV1Skb6slx1K/on/+HjlAojqzLczN/PMl6HSnTyP5PRJq7KjBrxLgp/RLQp4QAYqGyXOmRg==","signatures":[{"sig":"MEUCIQD4eiAN0iWiIf9Us+SuEksYO2TkfVQfsVrk0nyItC4sTQIgJ0ey7Qqb6hUonrWEInrH2MQivuSpy59MNsglCn3eML8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9760739},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f54681b6c314456a30ccf2a08cba247405a137fc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.72","@sap-theming/theming-base-content":"^11.26.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.72_1741299978002_0.9571264920359859","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.73":{"name":"fundamental-styles","version":"0.39.0-rc.73","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.73","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"717bfc517913066357d028ad614826aa22da786b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.73.tgz","fileCount":419,"integrity":"sha512-tVh0akIziJBXYzJ3jGMD0axzxiGsEMyqjW2S8mx0EXD/+hgrKz7pTb1F3BYpmJoYgzBUtJA24TTu8h1UULXMLg==","signatures":[{"sig":"MEQCIDp9l7rBn1dhtcK4x/jMphy4X1PcW9zLwn+8D+ns+v+LAiA1i4M0MUkfle7/u9ktorMDZQegQr13To9JPxMnl8DFwQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9760739},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b010505c5e187db17b24d445689921dd01be8cf4","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.73","@sap-theming/theming-base-content":"^11.26.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.73_1741300282667_0.22253673029391807","host":"s3://npm-registry-packages-npm-production"}},"0.39.0-rc.74":{"name":"fundamental-styles","version":"0.39.0-rc.74","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0-rc.74","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e196c4a0777d9bad452510fbc04cdf53ff8ee4f2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0-rc.74.tgz","fileCount":419,"integrity":"sha512-WKHA3ezJo/+N8m9m/1zOaSB1cb1R8k66pREDVtedTcCuwsCVrceD42E5CdRdZQgMCQXGJ8hm7ood82eLvxt4Sw==","signatures":[{"sig":"MEYCIQCv31NVIvVnj4Cuopg4iF+ALKCvoPXANEfuZ/SFVORoQAIhAL3rY6q00/zVxdjuLmXGPVW1TghN0kDADRGtwe9WhQ0z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9760739},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"026b924f39c4b5401b1f1a4867ddcc4404e1bd4f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.0-rc.74","@sap-theming/theming-base-content":"^11.26.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0-rc.74_1741300815067_0.36029792066293864","host":"s3://npm-registry-packages-npm-production"}},"0.39.0":{"name":"fundamental-styles","version":"0.39.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d98e3d3be9f7724f0d5b22b6d7499fc272d0321e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.0.tgz","fileCount":419,"integrity":"sha512-zZlqH3Fh2g/eeR+WdrBGBbGTX4DpuSh5Rppr207KgDcCSLowjeqxCHQEBEbnk2YnHBxFUXkxYnHhSCBtmiE/9w==","signatures":[{"sig":"MEUCIQDUS+jyHBtZ39yhe3hXk2FFjQVlBgnVqJ00Oy4VITg1IQIgNOeBNi90EvCSeYSLETwC7Ps70892KndhsXzSKWb4fks=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9759083},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cb29f640fe4eef7c7298ecac7c5bbd3ac9f04a0d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.39.0","@sap-theming/theming-base-content":"^11.26.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.0_1741360094892_0.20180654340047477","host":"s3://npm-registry-packages-npm-production"}},"0.39.1-rc.0":{"name":"fundamental-styles","version":"0.39.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"efa39132ec419ea025aef0ea7aee5691eb7550fe","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.1-rc.0.tgz","fileCount":419,"integrity":"sha512-eNYhtZqANvzPRl63MP15C+QB/2L1nhRY00hz8TPSKUnfWZeas58D0/KLkrRft47EucHk/EDsAACF6vjz4GaSzQ==","signatures":[{"sig":"MEUCIEeMeGRw6aUglh0LP6JSQR1icAdA6yhwJgyTQWsX9pShAiEAnvQmLPWCnbap93TXbaAs+tyczbL8rtLg6yh12hyqNaI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9760463},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d54e2a36e9259506932cc2d1eae42743304891c3","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.1-rc.0","@sap-theming/theming-base-content":"^11.26.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.1-rc.0_1741361530739_0.6896463989244686","host":"s3://npm-registry-packages-npm-production"}},"0.39.1-rc.1":{"name":"fundamental-styles","version":"0.39.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"12e12046472af2b867b2c4a5118f643b24795f22","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.1-rc.1.tgz","fileCount":419,"integrity":"sha512-pn9rQNc+8bKL2JMh2U9zse7k1dgRM068zYdU+5tpgx/S2UsiAsZ4RUwnl/ssspX4aJbO4NZxdfbl+xupCcZ8Tw==","signatures":[{"sig":"MEYCIQCvadNqUuLgEMNvkcXGwfWECgAvFSlph56UaO5qPIx3GQIhALl3dHz0tu0B+6+v5Q+mHzHhwe3+WJIo+14IwcFvfiHd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9760463},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ca73141088e7a9286e9ae030ab7ee18d8e547ea8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.1-rc.1","@sap-theming/theming-base-content":"^11.26.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.1-rc.1_1741361976321_0.8003641204419458","host":"s3://npm-registry-packages-npm-production"}},"0.39.1-rc.2":{"name":"fundamental-styles","version":"0.39.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7cb57c0528599337607f291b4acf7146260873b7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.1-rc.2.tgz","fileCount":419,"integrity":"sha512-lfbYwXAMnowaY+hA9UJKWN/bt1cFeeAUdRDAryLcN6PNjWFy3weV6Am97TuZcWsBy81AD+hcvK6rJlQ9saPAJA==","signatures":[{"sig":"MEUCIDvvxkW+yeNVknXIkdIjqwN+XSzbFfktyO0y38z19WKpAiEAoN8W9vkhQs/KMwhSNFTrJLuR0+RY8GmeZi2FQMOZQFs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9793311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b9c58eada8f5d5b944b9cfa055bea6ac178fcdd9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.1-rc.2","@sap-theming/theming-base-content":"^11.26.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.1-rc.2_1741959856861_0.3064755632624656","host":"s3://npm-registry-packages-npm-production"}},"0.39.1-rc.3":{"name":"fundamental-styles","version":"0.39.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"00754d8a9f5fce6c12847f0de3a3e084d7521e80","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.1-rc.3.tgz","fileCount":419,"integrity":"sha512-Ks2+0Fze5E+W9ehhiVSrjZrN+ZIOOoJkgrgZ9zYUnjK1M8Fq5V9xSWrnflo2+O9LOpOYK2HiwtfWoVFc653cDg==","signatures":[{"sig":"MEQCICGOLc61Pf0CkLPTql7V6qTvmqI5mjzfIyMpU8mhLc66AiAed73UBvjfmiRUAidCvkSWfS6kXFOkk4HQHGlRfITCbQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9793311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"66a9c5e950f9c186a7d9965f5bd81c8046728003","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.1-rc.3","@sap-theming/theming-base-content":"^11.26.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.1-rc.3_1741974787076_0.3378624727040924","host":"s3://npm-registry-packages-npm-production"}},"0.39.1-rc.4":{"name":"fundamental-styles","version":"0.39.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"310c7d1ed6e12475593c3b517c334ac36c54bb81","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.1-rc.4.tgz","fileCount":419,"integrity":"sha512-aqgVApZxD1IBEwfw7hvtvRNjbhgLT2aIwjs/DYequAJ9D1FcyAgn+A3/hs7ZePjmzdbyHnSDcPBz0vv7IkLjoA==","signatures":[{"sig":"MEYCIQDdJi1NjRp2xMwYh118GespJfoToYFUFUvty26CH+YpKQIhAOJNWPQGJhRE4VnMgV/Nxa1ujCS/678+LGXyaI1GkJoD","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9793311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e1a60812db646ab16007b7302aa8bea49dcbe980","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.1-rc.4","@sap-theming/theming-base-content":"^11.26.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.1-rc.4_1742296580596_0.2567009927551338","host":"s3://npm-registry-packages-npm-production"}},"0.39.1-rc.5":{"name":"fundamental-styles","version":"0.39.1-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.1-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6d7066891eb479f558cf546bd0cb221e4d7ab148","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.1-rc.5.tgz","fileCount":419,"integrity":"sha512-lfDZnyc9oxzSBSHhSfxcmJ2lFGlsjpvH2+4eIOjMscnsgGYXzsTysZ/v3qo8vOYnKOrbYj0F9vTdSy0SNTey7w==","signatures":[{"sig":"MEUCIBX+EcdsdrDpGFiQw1OM0iKscgjtkbwoYwm20QBQcDBbAiEAjw5/4i8undYbYFKvZdfSTwWGwtOeUy+ADJiQpTDLsDQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9793311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"471fd789e9f228386de7ce1658461f3d6b504d26","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.1-rc.5","@sap-theming/theming-base-content":"^11.27.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.1-rc.5_1742398139579_0.036023603157803175","host":"s3://npm-registry-packages-npm-production"}},"0.39.1-rc.6":{"name":"fundamental-styles","version":"0.39.1-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.1-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"84a8b631a736bb662dc4ea35a3037453d49e3fc1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.1-rc.6.tgz","fileCount":419,"integrity":"sha512-aWthbkLCVkArTQqzaL9IZ7JRs7IXapv5pzGesicVguXcolH07mN5mu4V39wR35o+v917QthegxOTopqVdLLm/Q==","signatures":[{"sig":"MEUCIFUtP8nIqZ1uNQDrARsK4wY7dPNUxnvQ4FHSCsyz/nqoAiEA4QM3nDHibkH3WSKw0Fim57NQ3lCOM5ebsNcRewyeexo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9793311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f3792fd228c7fd0f146ded183bc3691230124fd6","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.1-rc.6","@sap-theming/theming-base-content":"^11.27.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.1-rc.6_1742493468414_0.8495807759298866","host":"s3://npm-registry-packages-npm-production"}},"0.39.1-rc.7":{"name":"fundamental-styles","version":"0.39.1-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.1-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8d91517e133f72b0c79b9dd0300b887f83ed3c06","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.1-rc.7.tgz","fileCount":419,"integrity":"sha512-n9NJGqsm+0csGvGAt7aRBVTD1H7Y8FoW2BsWNOeSoX2+bsNyro5seSjWHszyBE9TJ2TlMgyemSKcwgs74Eq8mQ==","signatures":[{"sig":"MEYCIQDO5wvhIBQt1yka0tqXyS3JNmTlFmq4j5JDY1JqKjpDpgIhALydZCybQRtkgMBJL6+K9nIQdYq/PTI6pBo+qbdCqDul","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9793311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"37b20770f9bb2e32018a1336b9c10c13d11d7aba","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.1-rc.7","@sap-theming/theming-base-content":"^11.27.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.1-rc.7_1742495953955_0.05628965227675886","host":"s3://npm-registry-packages-npm-production"}},"0.39.1-rc.8":{"name":"fundamental-styles","version":"0.39.1-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.1-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4fd33baf4aa56438c673e3e8082787b720bd86b2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.1-rc.8.tgz","fileCount":419,"integrity":"sha512-U00lQJgTqo+CzT4tYiIbZ2u0/Zzr4U2kSYfU0sJlnYWe8aAJOzeMdgXw/Pa3Hg8DuOg3Z5Dhr/R7lHFAFEhtdg==","signatures":[{"sig":"MEUCIFNv0Eda5jKrWCUlU8WyJPpk8MiLQf+212Pj4pKUv0/1AiEAjCCZ1ONtr12eg1HnhRgutNVXwPgQAOj66Cc5GDc3CYU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9793311},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1a1b45f8fc8bc22f50da85b7cdd23cd73b4390d5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.1-rc.8","@sap-theming/theming-base-content":"^11.27.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.1-rc.8_1742578176000_0.4735265544750138","host":"s3://npm-registry-packages-npm-production"}},"0.39.1":{"name":"fundamental-styles","version":"0.39.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0ad8141321a0363ed7e1474555d79c6890a59b3f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.1.tgz","fileCount":419,"integrity":"sha512-U3qFuUrn45oG1TNju4pXD+dxPWJV6VdyHRoM0fxjck2I9FKx8OBjZaV5Twy6YPEKtfDTEISW5rY8V3IDPmiWXg==","signatures":[{"sig":"MEYCIQD4a+110rrWO/U+lsjN/MdzA1jwHGZaKyCrYAoA5gbkHQIhAPdQggZyLprJphqw4+eJ1x1/IYv8zDxagfBIN7WHnr5t","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9791931},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7adf60d7c4c80e00f872d0919ec1d3e3eadc5e5b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.39.1","@sap-theming/theming-base-content":"^11.27.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.1_1742578404405_0.7829304335064715","host":"s3://npm-registry-packages-npm-production"}},"0.39.2-rc.0":{"name":"fundamental-styles","version":"0.39.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7b99ba232e1cbee8e755685156e5ad1e61608a68","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.2-rc.0.tgz","fileCount":419,"integrity":"sha512-2tcMCus7solobWAYlehklwGKOqfrDUO4OgxWrqMaQ4wVCEVJfDooU5yWmSYtC+rr7hqKSBs1bzIPMCoOZiPwCw==","signatures":[{"sig":"MEUCIQCO3/DqOFV7ZXMX6i+zJ1Pybovn/4f8zhv5kk9uyMHfLQIgVglFDKZ5OpXG31alQ87O6zJDcfw1VaYmShjD1mOHwE8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9792831},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c3930be05e6ef988566fa36785dae467f38ae825","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.2-rc.0","@sap-theming/theming-base-content":"^11.27.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.2-rc.0_1742587966873_0.2848399583350103","host":"s3://npm-registry-packages-npm-production"}},"0.39.2-rc.1":{"name":"fundamental-styles","version":"0.39.2-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.2-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7af1192884b25e501d08b6498747d843f62aafe3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.2-rc.1.tgz","fileCount":419,"integrity":"sha512-PU9VtgseJLXf62iaNyIXbR34VgYM6QKl2K2Zpbc0us96ALAjQbdADccJ3IOVYFXbqUoPVKrsBZgf/ai+83MVWw==","signatures":[{"sig":"MEQCICil5R2+Z5x+Mja7V6l3kB/o0RxXEo++kHorxB5/K78PAiBWzx59Z9EJ0sT20t/ofOw8/vTvT0nDiZ/ut2Rl9pbs6Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9792831},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"520ee2fddf967dbf048cc3326546e55bf9f41db2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.2-rc.1","@sap-theming/theming-base-content":"^11.27.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.2-rc.1_1742844939798_0.8004960874184397","host":"s3://npm-registry-packages-npm-production"}},"0.39.2-rc.2":{"name":"fundamental-styles","version":"0.39.2-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.2-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6c0ef9f5f612913fbe4a63afc2b53012bb698332","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.2-rc.2.tgz","fileCount":419,"integrity":"sha512-93wWB4cQ0GxZfV5wNXfdF2KOmxJTr+EQmSYSsr/6cgQAJ73TwE2/RHvWDx9h4nL7Q3KQ/gTVx5O2UObs3r71Hg==","signatures":[{"sig":"MEUCIQC/Ibi1+byMe56a4QnA2zqg2pFcHVluTqG/JwHE4Xqg8QIgCwvKBeKE/RExLiic8N/qpRF5bGAwQyQdBEgimFQjDEU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9796287},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"abc56aec3d931a292b8674c9c51ae5c8f16b49e0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.2-rc.2","@sap-theming/theming-base-content":"^11.27.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.2-rc.2_1742923388218_0.5404604339178609","host":"s3://npm-registry-packages-npm-production"}},"0.39.2-rc.3":{"name":"fundamental-styles","version":"0.39.2-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.2-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cfb60b90064d57e9af48619a2605041c73a18328","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.2-rc.3.tgz","fileCount":419,"integrity":"sha512-bKh3XhunvOKtW0hmakmkxCJCV9eHYz5TJUQkpOSM1DJd9DdV169tNCHsH9r7EL9ly+h0eQRMvEnoCNFGuNkyPA==","signatures":[{"sig":"MEYCIQDW36u3On1Y1FcM0gt4iyszNYEEAIzEWMRAg7MvJLYV4AIhAKq2f0UezxNvVrE5DWmL/cH2hQovc7oHZb5nnMiUNfmh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9796287},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9a29e99a5ed97575fc20f7a633e64a142698d886","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.2-rc.3","@sap-theming/theming-base-content":"^11.27.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.2-rc.3_1742930099520_0.15677614904389414","host":"s3://npm-registry-packages-npm-production"}},"0.39.2-rc.4":{"name":"fundamental-styles","version":"0.39.2-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.2-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"70d75adda51596b4b78f9596b4d8d5c61b94e95a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.2-rc.4.tgz","fileCount":419,"integrity":"sha512-/Nsfg1oKEjbfu2GkE8JBnup9iFEyz5LKS+4ANXUKrNPTlCh0Aa0uEbW9AQihlvjpj1u5B/dTAIhq+BUxmPII1A==","signatures":[{"sig":"MEQCIGnECeZkgLKIiXoXxwAG/LiO7MJR11YWHjaP0d9p58SvAiAbtS2XiouxPSh4CS4AQWmoC2n7coLkB4LoJMDgK1qviQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9797685},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4b52d9e8af119b9f7d60111c7146766bacceebc1","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.2-rc.4","@sap-theming/theming-base-content":"^11.27.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.2-rc.4_1743295069762_0.5278197094995685","host":"s3://npm-registry-packages-npm-production"}},"0.39.2-rc.5":{"name":"fundamental-styles","version":"0.39.2-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.2-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1ff4fbb0436c8d3b7e4114032c89cea0b26f0851","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.2-rc.5.tgz","fileCount":419,"integrity":"sha512-gGlQGGAyMwn8XJQMbdAYo1imLxXBzm3TII7nPJciwwsBD13caVEyW+ebN3lUSUH9snlQWaGPkGNSVsbUodgiCw==","signatures":[{"sig":"MEQCIFaM/GaLCJ4dEQ7Z0yPG8GkbQmOjW00LBi2EQ5uBq9bCAiAP9uvKtxXN+fIZonDCClQx5YNWNgC4w7R3pv5+86GibA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9798885},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"849d46f65087719c72112a2c349db0a3614875f6","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.2-rc.5","@sap-theming/theming-base-content":"^11.28.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.2-rc.5_1743434986474_0.44770286334838194","host":"s3://npm-registry-packages-npm-production"}},"0.39.2-rc.6":{"name":"fundamental-styles","version":"0.39.2-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.2-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1ac44d45121652b318a4668f3cde620296159eb9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.2-rc.6.tgz","fileCount":419,"integrity":"sha512-SNuGgMTTUWGRAHVA0NwSQrSFiBmLcHHuM7TgE6mdiL5pMx5vY0VLPvRLtWfMZdhlgXNxHabKMZ4I2urvsap9BA==","signatures":[{"sig":"MEUCIQCwZLVE7+0czos0serGF5Aw1Td5ToBICKrJGH/VaZEF4wIgMDBzXEwAY814IiHaBb9feE/L2ipBy41ffuUWoQSri8c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9798885},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"494ab3796899c82be5a5c1a03db6840bf9d138f2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.2-rc.6","@sap-theming/theming-base-content":"^11.28.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.2-rc.6_1743435793587_0.5033999996195397","host":"s3://npm-registry-packages-npm-production"}},"0.39.2":{"name":"fundamental-styles","version":"0.39.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d26edc07a33bfba6f809a5f4e86eb771b6214b01","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.2.tgz","fileCount":419,"integrity":"sha512-8rb1LisKpuFUUCG5F6cOUBaxpXbo6QUBrAbjdKTFpinBapQ3Arsw4LN/83WjI5t4dUSGincIku63zszjW2kAxg==","signatures":[{"sig":"MEYCIQCNbyxZKfwz0o64pK6pzzdZj2r3I36ixSYMsu/yWIfn+wIhAKcr8M8xx7XpWs37YxUvpx6xSPvSdobikxka5BFfbSNL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9797505},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2541878d29cd57dddd120105ac56674ba69fbb59","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.39.2","@sap-theming/theming-base-content":"^11.28.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.2_1743436224967_0.9287010341808861","host":"s3://npm-registry-packages-npm-production"}},"0.39.3-rc.0":{"name":"fundamental-styles","version":"0.39.3-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.3-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b93d2af82e14ada5a10f387099b13574ec7ced26","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.3-rc.0.tgz","fileCount":419,"integrity":"sha512-uKxRjTBMNjpGaLJTeynMWSU60j1qdIo7IQL37LIyPHKdZz26mEHW3XkJAqRZyZq0E44vcQn2c242+LGkb1dm8A==","signatures":[{"sig":"MEQCIEzGAAPot/x47e/pwHWzYgAyO6YBwLvIsOecR/T87gkSAiBs3Ps1/6Zz+6Wh/PZvZNKUh6RMIikIg5WMX2+ZzBdC/w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9797789},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9cc75c8e1def76e071aa236870f88de6df99f96b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.3-rc.0","@sap-theming/theming-base-content":"^11.28.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.3-rc.0_1744164706034_0.3510988091642575","host":"s3://npm-registry-packages-npm-production"}},"0.39.3-rc.1":{"name":"fundamental-styles","version":"0.39.3-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.3-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"da7e3fa2e2038316ebf1406dca6718e4eb954057","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.3-rc.1.tgz","fileCount":419,"integrity":"sha512-QCVhgxcoQts3imvy/y2xdw7BqCXl+3QVAw/O81TypWP5O8pNbb1ZuVrgLDM0PIP3tiUaM7ciCI0lkz3Na/qshQ==","signatures":[{"sig":"MEUCIQCyMb/c/r+vsqCEAfFayeCEK9IYZgY6ym5wBBcgeUyWpQIgJid1R9ubet68CoIVdb4+4mmZLswsqcQeneTZ9+xNOAs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9797789},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ddf341184b7bc730ae9c80bf93e36ad597039fa5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.3-rc.1","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.3-rc.1_1744165674515_0.0031594879430774103","host":"s3://npm-registry-packages-npm-production"}},"0.39.3-rc.2":{"name":"fundamental-styles","version":"0.39.3-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.3-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"da0cf673b0a8ec20db5fa037a4d4224de3f9af71","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.3-rc.2.tgz","fileCount":419,"integrity":"sha512-u1xvWUhF0QM/zrTV8kZ/tIRKBTN9QOSHja17GKRhOkhX6dkIrIBTsFlND575hn0DQ8y1bCmXolNyVCaQPXXx1g==","signatures":[{"sig":"MEYCIQCufxQUh7MV4YGdwrifnqwdmCoeYJH6oRo6JvjrlYJRXAIhAN1xuFbHu9pL+huJLTHgPqGCs4NyexRyrnBw/1OyFCM7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9797789},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"befb769481ba8dcf4a2a858d3d857accac046f64","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.3-rc.2","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.3-rc.2_1744166284696_0.7593439187730833","host":"s3://npm-registry-packages-npm-production"}},"0.39.3-rc.3":{"name":"fundamental-styles","version":"0.39.3-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.3-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"97be3628b2496e8e192fc724ef8e4696b09d4d5c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.3-rc.3.tgz","fileCount":419,"integrity":"sha512-ei7pi51oo41a8JgoF6Par71fBiMDJdATIDvs9iX9Yl5Yn9hnLW1uZ4Uwj3uZHNCqB+fpWWOy2cHDxdmqVe0lNg==","signatures":[{"sig":"MEUCIQD5qNftSNrMr2M7AGdcvi2ErLfRuThSlTmn6k+zTwUV1wIgcfFlI+x4JOVhBnJ3sFvBHjX+g5b6EUESCEQu85ylWHI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9797789},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"42aa5a8148e4a84136d7fbd7863aac367d56e780","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.3-rc.3","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.3-rc.3_1744166922672_0.09667827501452608","host":"s3://npm-registry-packages-npm-production"}},"0.39.3-rc.4":{"name":"fundamental-styles","version":"0.39.3-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.3-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"95b618fe13f13d75ac83c8e6dd7adb7c412e3019","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.3-rc.4.tgz","fileCount":419,"integrity":"sha512-jvyHoNDVUM/y5fCms57ZrjuXcplHquV58XzXPjqZhj4R6yPW41rkJPNVqbPtVDhtVIZtqeVDojOyq3sKsyiDXQ==","signatures":[{"sig":"MEUCIFIR9BNmSiDxA7XHC1CKq4xgMc04aqR4L4AxTYc0QE7MAiEA3bn/V5qqF1Cbmm4J1MlvJX8ioqQNm7n+vZh74N4rG8s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9797789},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e609b23a3c4c0c1b2a29642d48d1c2889e470e46","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.3-rc.4","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.3-rc.4_1744167333389_0.838033578607408","host":"s3://npm-registry-packages-npm-production"}},"0.39.3-rc.5":{"name":"fundamental-styles","version":"0.39.3-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.3-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"98c556f558e72e0e2a3bedb6cf3d5509323c24ab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.3-rc.5.tgz","fileCount":419,"integrity":"sha512-o4Ni41uIbLdACRYXwG7Ois//zHnEaenAAZ6S5a54RZzYr7iS8kbR/KGoR90bfSyeQKHi5+8X05BUQSWMrhdAeg==","signatures":[{"sig":"MEUCIH9JIrg1TWpViGv7I3cnufnkJfPODYH0ypn2n3UH+ul2AiEAixe6Ua2odP0VpVdVPKunEQLbBHc3qHcq9KINPexxji0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9796401},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6117bde1b34217d397bd7e0c87eac77834449393","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.3-rc.5","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.3-rc.5_1744312493399_0.7371524412022628","host":"s3://npm-registry-packages-npm-production"}},"0.39.3-rc.6":{"name":"fundamental-styles","version":"0.39.3-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.3-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d1c9df8c881837cb336bde561d1b735ee1df8aa1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.3-rc.6.tgz","fileCount":419,"integrity":"sha512-vBG6cNmHHxSlyS+Q875vWCaJuGpBr7txKW9IdCpFqc6ISS3Sl3AIIJ/WCf1itKD2tQfQlzzMuZ1IJoMHHxk3ug==","signatures":[{"sig":"MEUCIQDIPl3ryPE2+4CzSQjZ7GCRCSMlTOPs/LGWUQ0VsOyGGwIgQdvC50cM1x9fCynX5tdX2u4iKCl0hjZWOvSXF1TgqTc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9798673},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c0e83a50b1764802ec54f0178a90a9bdcf3d9cee","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.3-rc.6","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.3-rc.6_1744386154990_0.8795885683189111","host":"s3://npm-registry-packages-npm-production"}},"0.39.3-rc.7":{"name":"fundamental-styles","version":"0.39.3-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.3-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e8443e50fabea601f46102e2ca625d72a61cd466","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.3-rc.7.tgz","fileCount":419,"integrity":"sha512-l26DDlsGyfCketIpFjWPrUwj4WXrYf0Sq7NhcBoC53y3+nkgO3gRhJuGUxNU0aqe64L6YPLblJYdWbHuMqwtWg==","signatures":[{"sig":"MEUCIQDQiAESIJ7B8PSeHp4RodIe1I5I0bI3LF4hO+/rCKzp9QIgXPgBTIuwnATBORUDVDODfi3xNO1J/blLJ306MQAeasE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9798929},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8f3b9982c6157b1b6f4074fb26ef0db822d2567d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.3-rc.7","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.3-rc.7_1744814023143_0.4667754200613663","host":"s3://npm-registry-packages-npm-production"}},"0.39.3-rc.8":{"name":"fundamental-styles","version":"0.39.3-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.3-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"90bd4b989c864a3d1cd482e27ae458923ef3fedd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.3-rc.8.tgz","fileCount":419,"integrity":"sha512-qMW/RMj5hlLOmGAJLjyWTzBUd1E7HSdGzUHwrs5VZ58UXwS5IFHSHhro+O9RGsKH/c9E/yItu7D7Ji6c7AAD9Q==","signatures":[{"sig":"MEUCIQCXxjq+nvcA1/JSIkzlIbtV2Pqknxi6hJ1mGliDwIie+gIgQlwxAhl3/oLhSPGLrwoG7hGTifA2lrMqd65L7i7aXes=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9800105},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1e5c9bcad09080c5415f6bc6e089733c1d458f07","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.3-rc.8","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.3-rc.8_1744814684524_0.5929300988325605","host":"s3://npm-registry-packages-npm-production"}},"0.39.3-rc.9":{"name":"fundamental-styles","version":"0.39.3-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.3-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c967e5433456dc774bf3e99f9e2a0a1bc1430b59","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.3-rc.9.tgz","fileCount":419,"integrity":"sha512-IDZtgotM5WY38DyVNS7TXF2VNlqlf604Avqc57U2eE3lAPwhA6do6csDs2TbBfppvmT5/78o5iPBB8vQlL6qXA==","signatures":[{"sig":"MEUCIQCM19x2CSDI4tCY2WeXp1Mw1DQYsqpMIB4y3dW2VsmmXwIgULys+1YXnIzrvCDahYa+M5J2W9iB3s72E32FgNCHOCU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9801149},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"304cb75c84699c38418d7c6da2c65c0a3b91b2b2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.3-rc.9","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.3-rc.9_1744814914587_0.29710380094324806","host":"s3://npm-registry-packages-npm-production"}},"0.39.3-rc.10":{"name":"fundamental-styles","version":"0.39.3-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.3-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9b7595d0a474eafc9ea3dd97682e1d2ca871a091","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.3-rc.10.tgz","fileCount":419,"integrity":"sha512-g6KTrYdX77A9t7JRipdNkl5Zc3Ru5zLbujzpQ+gVyZzIVn8cgSfAXdvR/p+XOU9nhoffudDKoe2SRZSHOUXRVg==","signatures":[{"sig":"MEQCIGso/rsDfGRcplbKT9sF3GJpxCkUkYfdb/VNaiwQGO3KAiB3Bdd1oKiG5WeqDHNpz5OglysfYnbzhO1aOI+1a8qQ5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9801425},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"acbb7d9dff3f26960ba0cb2d5decb70ca967c11c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.3-rc.10","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.3-rc.10_1744822787955_0.5996287485781222","host":"s3://npm-registry-packages-npm-production"}},"0.39.3-rc.11":{"name":"fundamental-styles","version":"0.39.3-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.3-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"63aaa57251dd403540020bbfeccb65ef90784736","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.3-rc.11.tgz","fileCount":419,"integrity":"sha512-SpfUKou8uNrVYA5+rdtFRKCAiVzTT1kYNC/IRJBm3PNQli6gp/yxbBrYB5BJ2nlhVKWZ0Sxb2A5+e0UCQCKiig==","signatures":[{"sig":"MEUCIFTU+fZv38LJS9zx3/0Gg791dE/RvER60IZw0zUYQfa6AiEAlXDbHtt89GoGRofWjf0LFZskrtEcAEvobJtqm+ER1+w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9801425},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"429eaeb573f8e33f8f264442501ec06fa8c3e84a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.39.3-rc.11","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.3-rc.11_1744831723999_0.9552732627743783","host":"s3://npm-registry-packages-npm-production"}},"0.40.0-rc.0":{"name":"fundamental-styles","version":"0.40.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"36b0b65aad64f621522603eba4a2c303603d4bc6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.0-rc.0.tgz","fileCount":419,"integrity":"sha512-K0OdQ2PhJ0ywIHCv9G6hgocbiWM/0BD0B4PlXvhM3fT15FQOK+qwVdkO++k/nBv+LeYsFeoQTohz1/er/4lypA==","signatures":[{"sig":"MEUCIQDAH1Exh3LK/QikhwPNRmQ8InGwR0RqanWCblohwcOuGAIgDEaUm3V34U1yejWC2KY8/MDyxyaLZcsS7AwKVhj/NDo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9801149},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"594f13db2db86f3113852104cfd8b67260d26d05","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.0-rc.0","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.0-rc.0_1744832000997_0.912252242722918","host":"s3://npm-registry-packages-npm-production"}},"0.40.0-rc.1":{"name":"fundamental-styles","version":"0.40.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"60d08adac12eb5180ec81cbf60260181ab717f26","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.0-rc.1.tgz","fileCount":419,"integrity":"sha512-I3Pk3rZFD0scZhzgMTGs8cjnGQbXIIflOcC22BHp+ycxvcq4l2SGjzjDlDQCE83bh6cRQR2dzhKm+B/SWzC8MQ==","signatures":[{"sig":"MEUCIQCFTSf6KVn17ES++qNtHli0d1VHQoUL+ZPiQzDyenA5YAIga5VY1dJuprQhhVwRmJDPtYpYu0qqh+TbpMhKLzxEvSM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9805869},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"95fbe11e07fa274d0cd821f4636a7953c025d29a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.0-rc.1","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.0-rc.1_1744907928509_0.22749977479314687","host":"s3://npm-registry-packages-npm-production"}},"0.40.0-rc.2":{"name":"fundamental-styles","version":"0.40.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2b2d1ee7a60147c6bef26b19b7e0f69a3fba50fb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.0-rc.2.tgz","fileCount":419,"integrity":"sha512-eiHer8l+02ctBUyGNbJGst9aT6BlWSlSGovgGONzBnht/GCfSeyXUJ1fyRe5/urXDHFlbyMbSPf7EHxcm902vw==","signatures":[{"sig":"MEUCIDUXi5WB0JSEZyHa8mbVK3P+p+8c72JGXuRlbVrGYGuOAiEA7k0xXiUbf5j2AgA/bgcSHku4Bv24R0HycDMnCfScrA8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9806685},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e7bd51a3fee2160e1974367d0e4d43d08f24dc64","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.0-rc.2","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.0-rc.2_1745336603821_0.5245200494002964","host":"s3://npm-registry-packages-npm-production"}},"0.39.3":{"name":"fundamental-styles","version":"0.39.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"10f002aa8738c921ae1d61ff46dcf42d2d5d79bb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.3.tgz","fileCount":419,"integrity":"sha512-Wcp+WV+CJVKemdSaX66aq8kbmvFSP8HT00fTgovm0EF5ao2w4+hnZ6lScd2NPURMG61Im3uAyEDlmVSnK5ULtg==","signatures":[{"sig":"MEUCIQDec1b2CexSTPHSVpMymKPnWi5iM7tODRLA7d7298cRPgIgHGe2uBfqCnoXjjtfd91MtBPXIDPRgNg6DjvISOpTFHA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9802387},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0bce177b6277960b11ee7fc50562bf25c345249b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.39.3","@sap-theming/theming-base-content":"^11.28.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.3_1745500048870_0.4886628723705746","host":"s3://npm-registry-packages-npm-production"}},"0.39.5":{"name":"fundamental-styles","version":"0.39.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"764bbbcb526c38dc0b1d416aeb19b44e666f09c3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.5.tgz","fileCount":419,"integrity":"sha512-3QSUsTvGzNtWOgT9uqon/P/4W9VYFp9/3nKeKJzoN0H1mJ1Ru3B+335oqZXsh6nN8bXB31riWASRBJfBr7DGQQ==","signatures":[{"sig":"MEYCIQD159ESdRvzl5k1g178tSp1FhkRhxKDGowD2+7uIDEg8QIhAIByeXwv9dTD4pNgZlcSNU2yPQgisICiIXlAxw75AhLi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9802387},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d65f5fcfd6e9f1a1d2d469ff715c55d4745781fd","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.39.5","@sap-theming/theming-base-content":"^11.28.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.5_1745517477928_0.4274951450519049","host":"s3://npm-registry-packages-npm-production"}},"0.40.0-rc.3":{"name":"fundamental-styles","version":"0.40.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"045c6351d7ca82df55464be68cc86096672c2222","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.0-rc.3.tgz","fileCount":419,"integrity":"sha512-Dp7k7bUMG6H3MXMtpZFW4I5VZyBMZ92f94UihfCN0mfZftYd1uJajuYsXhwo/9vlaD9qKpUaAbDQBX7aVHrQzQ==","signatures":[{"sig":"MEYCIQDi7PwPtJDUd0J1N3/OjfAlaN9pmKb7LerZnJNRXQT0twIhANXIXXPWGnUgVhhEv9vn/k+5oUI7L5eEPlkKyEjFyP/c","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9806685},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7b038439f630daf82fa869e056efaf654b77d705","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.0-rc.3","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.0-rc.3_1745518718864_0.20688740873973677","host":"s3://npm-registry-packages-npm-production"}},"0.40.0-rc.4":{"name":"fundamental-styles","version":"0.40.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"25c52ef58de0d46a3cfdcaf47444505cd6ee1116","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.0-rc.4.tgz","fileCount":419,"integrity":"sha512-dPgu7wSfbv8ISpj1kcxRmPxyGF0BW0BsLLLaIWS6KGFPaqkMEkyCMIPxksFm6sx47lDsPzfRAVZArvNIrwFC9A==","signatures":[{"sig":"MEUCIHOzoRwng5gyo1L+mrGk/DRTvlqLZmx+7MlfJ7la5qIxAiEArqtU0387TIsToRJBYVBTRCSlAOWydRyy/AcvtgCaMPY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9806685},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d29d691b9c95a61e1fd4375a9221ce250c3b219d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.0-rc.4","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.0-rc.4_1745588241356_0.6650407318761216","host":"s3://npm-registry-packages-npm-production"}},"0.40.0-rc.5":{"name":"fundamental-styles","version":"0.40.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d1c93fe34abbaa42d4553109d4c9860270945604","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.0-rc.5.tgz","fileCount":419,"integrity":"sha512-5KG+PQs1l92vzKmLe0hXmFqkVBunuqs1yjMW13wlKkspYawsrqTkmoJ7if/vgvRn8A3mvGfigAwGdMD/fO6TVQ==","signatures":[{"sig":"MEUCIFK5m6+aGMEruXYOe097sm5zzKEY8O2/TedR6NXEoP94AiEA44RfjULlJQ7VAG5HfBbG1yhfHfd6W1NNNz9LzEcTeoM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9805173},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"93d6000bdbca6ed53326fc3f609f1792f01fea17","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.0-rc.5","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.0-rc.5_1745588428053_0.6817253165352419","host":"s3://npm-registry-packages-npm-production"}},"0.40.0-rc.6":{"name":"fundamental-styles","version":"0.40.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1b8641e36c38e2a6a3d52ba70365851c8d7ee3b6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.0-rc.6.tgz","fileCount":410,"integrity":"sha512-EXJwBjIMGeMwXDM3Cn4r6KsW49wsdxDgzVdTYWtN0LiEIsZO4SH7oPWTsR7KAVNO6914v08h4XNfbYRHO55PEw==","signatures":[{"sig":"MEQCIEjbVTsRLnk2QYFOyEt2fhNr2aDhoDm5AzSNu37C0q5QAiBPKZ/lXqYwdrGjWK1TavVR6UGot7flVTK1l5Nv6bS/aw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9802290},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1f1c0b493785fdb4b134b0333ea7f63eaed520db","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.0-rc.6","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.0-rc.6_1745589127812_0.5112967419888734","host":"s3://npm-registry-packages-npm-production"}},"0.40.0-rc.7":{"name":"fundamental-styles","version":"0.40.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"690f70eb629c0dc67f39fe68026ab5f1aa257b23","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.0-rc.7.tgz","fileCount":410,"integrity":"sha512-HH0dbvISg+9yJ4n5V27XbfoKx5v61wexKYQi2YjzcM8QoocVe7XV84QleIbJzMxrpe1p0DLKSKN5Wk6VdEumng==","signatures":[{"sig":"MEQCIEPpBV/HNiu+EDtINEAgexTNIT0T0+QzPvRdfIuFmIF2AiBquv2FYNerBgPBZc6qgYk7JXsBr1VCYF/3szX3eOAbRg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9811262},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"160258c9612cdf237f3332872a334fa32f4853cb","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.0-rc.7","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.0-rc.7_1745847782176_0.9176366561062435","host":"s3://npm-registry-packages-npm-production"}},"0.40.0-rc.8":{"name":"fundamental-styles","version":"0.40.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f5b5b0763267300779826e073a722e7fb8e2aaf3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.0-rc.8.tgz","fileCount":410,"integrity":"sha512-VJsuFUk2I8qTGqyvGrv9zLNHgqj9fOsCJydJp+55kp89k8cc8DHU5N9UYlq6Y5bp9c+Tul9Y8iE2h1v9UWMFAQ==","signatures":[{"sig":"MEUCIQCxg3+8c0wmf0SjJvPPXEz3NF91/zorabJD0xv1lw7VLwIgeihRdDNwOBuoNKMELcTaRK4YWlQ18ysaTH3xet3r5KI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9812518},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b298a8ee9507a5956e194c11039300b201add9af","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.0-rc.8","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.0-rc.8_1745853409118_0.6911042224162871","host":"s3://npm-registry-packages-npm-production"}},"0.40.0":{"name":"fundamental-styles","version":"0.40.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4e132f04675510551381a66ae6a8b64e0a3e51f5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.0.tgz","fileCount":410,"integrity":"sha512-ZOQoMsJ4PpoflxPmRVKiObXbyoh7YTp5F5CKMaQNIFA8FjdTodowRHIKDF+P1sNMLTjziIIjWkCV3x7ZwWSIhQ==","signatures":[{"sig":"MEYCIQCP8b3oLXPaa1jiP8q3AlZESbSyhLxMPpufZ0r3l4JetAIhAKxM5RzC398fiElRqMAJeIKhMGGD0YUc7fpBI55Z0g7m","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9811088},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e64e9f4123de37bf469c7e9f1fc829c1f8198ed7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.14.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.40.0","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.0_1745853835704_0.04355450635708191","host":"s3://npm-registry-packages-npm-production"}},"0.40.1-rc.0":{"name":"fundamental-styles","version":"0.40.1-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.1-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"497a27c8ffd1f98f95de6745dff4e91177b72433","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.1-rc.0.tgz","fileCount":410,"integrity":"sha512-P2vIYJzFsXyHkKzLL0fR/akH37+g8anhPYkC/AqLaVpzOcwUMjDfjj+j+avBxMFmlD4ALBXa9vpDeuZ8X26Q+A==","signatures":[{"sig":"MEUCIEfYsnm3v4i1wqZnJY0t0XszzT/eHA6KfS6yQUjG3tRKAiEAjTZiSD+PpMF4Xn/oguLC2J0famJLMRS4TOYy/EXRft8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9812518},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ddccb9f59dcfb93e9bcc9fd75a7066c028edac98","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.1-rc.0","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.1-rc.0_1746558094606_0.7779507506407461","host":"s3://npm-registry-packages-npm-production"}},"0.40.1-rc.1":{"name":"fundamental-styles","version":"0.40.1-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.1-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"61c1de3040edb8c697bf040a914fc5dbf7a0040e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.1-rc.1.tgz","fileCount":410,"integrity":"sha512-vapeT7YLndfNwG6rsD6DM/pgioj4MyyyqhPq2WTpojZ7eX3+pnyneyuDn+v3t+F4TCU6++8O/KJgJd11511uBA==","signatures":[{"sig":"MEQCIGPOas9LAcUniXIRkzGNlCeydBCNzm+8oCwTz+U0dEsMAiAv7skUc3iC5X7hpPEHQaYGlVw82MnFrlZECF5vPOuhng==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9812742},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0028e4ca4e56d6d1fc5498e210c8b98637adc5dd","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.1-rc.1","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.1-rc.1_1746558576173_0.7250925352658315","host":"s3://npm-registry-packages-npm-production"}},"0.40.1-rc.2":{"name":"fundamental-styles","version":"0.40.1-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.1-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"316f4841cd306debf38450506254694558859481","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.1-rc.2.tgz","fileCount":410,"integrity":"sha512-tRWhwLY521XpSur7RlVj09tARfouQShDbNkZLyFjZGlBsrwQm6K1uXZuNYbg8Rpv4MQfoVZzWS1EkavNN0Bl/A==","signatures":[{"sig":"MEQCIFAsSIIi7bN5nsHLyrQ3vpMTQm7YquV7wzuDMiSlFUkjAiBD/FoedwkFdLbrzNagqMGFaDlEV6V3LEAcyjws5zhmWw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9812742},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"446e5b925761883b30f93b26b802be7434bb4461","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.1-rc.2","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.1-rc.2_1746565785547_0.516174167140554","host":"s3://npm-registry-packages-npm-production"}},"0.40.1-rc.3":{"name":"fundamental-styles","version":"0.40.1-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.1-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"278688d72dda335e12537de36b7c1464699528ef","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.1-rc.3.tgz","fileCount":410,"integrity":"sha512-fVLzvLl5Ph1Dn+D3fObdIdDtcgP6zs1gthW0dV7x/RzZxTWZF0xcKHLiabNUzFwhbAUt/scbF0GUzegWdOUabQ==","signatures":[{"sig":"MEYCIQD4oBRI02yjX5tk77p2F6kgbG2rBXcp5epMOrTaWv8EAgIhAPOc/t23IGBfM84xKHD+PuijCNIFrdFxzgggzfZd9Dne","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9812742},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d6d0662892dc769c2e66da133bc6ea5b3bcb61fd","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.1-rc.3","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.1-rc.3_1746626747207_0.6044077112507906","host":"s3://npm-registry-packages-npm-production"}},"0.40.1-rc.4":{"name":"fundamental-styles","version":"0.40.1-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.1-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fa089386fe9f8fa7f5bc77e857a381613f178077","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.1-rc.4.tgz","fileCount":410,"integrity":"sha512-BqWE4jhAI+SheZ2NNOZM4KywP8z5pwEzEoM54cq4dwp6hc9krlRf5DY8SXbhH8496hqf65G2XgB4T5kajAznDg==","signatures":[{"sig":"MEUCIAYckIE0nMnumsE5EVpFEiuTxliJU02/PNhPZlPd0XMmAiEAjmc8YbbosxCVFeD9O3Gj19Exf/7doaMKhjZSi0+kkHc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9812742},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c1f38eaaab95053efe51563bfca181916ed109ea","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.1-rc.4","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.1-rc.4_1746627512558_0.598289319662193","host":"s3://npm-registry-packages-npm-production"}},"0.40.1":{"name":"fundamental-styles","version":"0.40.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"da72a583e8ceb50971dcb10b1184187426fec7b6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.1.tgz","fileCount":410,"integrity":"sha512-YaQn9Y7h/hVVN/j+z+SvpAE9q85o4i5/IMhZ3mRIl0DHZZcUH81SiMDVz0D4FgfOB3qNclQjwdCZYdhZmdyTZg==","signatures":[{"sig":"MEQCIG8kaZiAuTdp4UeDt3mY8Ye/+0LGoTx1dZvJ7XDXW8tvAiBxqnpaR5SpvYLcyjWLG5jWqVPViWGlEN7+naFDdmrDxg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9811312},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6ec9cd6fe83d355022b419cc5c03a43b8433dc82","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.40.1","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.1_1747057207915_0.9017572942600243","host":"s3://npm-registry-packages-npm-production"}},"0.40.2-rc.0":{"name":"fundamental-styles","version":"0.40.2-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.2-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3492face16169f9b874a6104b81cdd11466076ae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.2-rc.0.tgz","fileCount":410,"integrity":"sha512-t466HAqu/gRxJQaIyM43tibTX/61hXi2+/ZvP0jZYBCKVJQuSQwc+OlqbuUCF9qWJyi0+Fjl7GcyY/JRNr18ZQ==","signatures":[{"sig":"MEQCIGtt71k/uo49LvXyttHbYlSIWBxC2KidkAZbJPLPd6leAiAl7zr0dysvN4u1lIald2MmP31ItpZJB2ZUza6E7I92RQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9812742},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5ee43a90a66fe27871e285c10d90c2aca7355c3f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.2-rc.0","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.2-rc.0_1747244913523_0.5790293812129443","host":"s3://npm-registry-packages-npm-production"}},"0.40.2-rc.1":{"name":"fundamental-styles","version":"0.40.2-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.2-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"aeb6cc37bb6198234fd7d1beadf621636180c5c8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.2-rc.1.tgz","fileCount":410,"integrity":"sha512-Pen7Jq8u/PnVM77f1gW/3K2/ULhqagAgufCKU7Ifl6TJqug8DvS6k/gsefOF1X5pj34s6Pcd/aY4yuu/obFbuA==","signatures":[{"sig":"MEYCIQCkoYk0RlpLBW2NpPq38etorCDo9Ms3xhDHN+Tgqkv+RgIhANwKfKilEEOxVxPTDHCTuFoHa37NHlJc0I6uNrVnUBNm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9812742},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7c602133f50bdcf65907c4d8294d339ecc224547","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.2-rc.1","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.2-rc.1_1747334087612_0.8890297349509875","host":"s3://npm-registry-packages-npm-production"}},"0.39.7":{"name":"fundamental-styles","version":"0.39.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"04692c1213630b85d6cfc57ed388d5fc9a20039b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.7.tgz","fileCount":419,"integrity":"sha512-UwAC2DuS0E6w6fRhKJCWfJ0xOaAwHJCXPPdNSF6ba4MfmgLNMiQE5HPvq+lAoIwXWyS6cIgLJ2Xas0upkMgHug==","signatures":[{"sig":"MEUCIQCwUWhAyJ9sLA14qv/qwTnab15yVOmo29EgjyLZvk517gIgTRfl0u/zvaprZJfWt/Guvz3QAxJgSsACsJhCpKqr808=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9802423},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a82cf7292566fab2739465397d3405c4cc8086aa","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.39.7","@sap-theming/theming-base-content":"^11.28.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.7_1747612302994_0.012706049688463672","host":"s3://npm-registry-packages-npm-production"}},"0.39.9":{"name":"fundamental-styles","version":"0.39.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2e532db4a086298770b2d3bda9f290422e8e92f5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.9.tgz","fileCount":419,"integrity":"sha512-ll93KlVJXuwTnlHonOgCcCe7/W2JqRyXarnjbFNlJwPn7eHbJZuUDbmLkgAOiOX3Nk1FK9CI2mMCjpc2rMhjBg==","signatures":[{"sig":"MEYCIQDqbJKoZtrIlvxYmaha8HWgSCiQ7DSHoDEI0WwQzzil8QIhAIpTV9idQVbLP8pSSJAcBrIlBMq2jwdOOXxAS/i/qYxJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9802423},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6630aaad5292bd7367fe88b1395565845243b96a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.39.9","@sap-theming/theming-base-content":"^11.28.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.9_1747615620949_0.8764127674363189","host":"s3://npm-registry-packages-npm-production"}},"0.39.10":{"name":"fundamental-styles","version":"0.39.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b55043706115cc259cbbd92bfe70d925f1420767","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.10.tgz","fileCount":419,"integrity":"sha512-99zRK07amqn6tsAFiryswN5d7K6NvXp0yCcVwOCOlGcnPC8HJGQYimIPX0exwsO1Qx2AzD7Ynw8X+3D750X3xw==","signatures":[{"sig":"MEUCICkY7Uwyla0wgj/yfhKjT12UIjhk26lFuARczT5XWvFvAiEAykUGFFRb2fSygbj9PL3J1Gf6IZbdxeXyE3ET38Nd1UY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9802675},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5be83570b584eae9e54bbebc108100747cee8fed","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.39.10","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.10_1747618620732_0.5199722121419366","host":"s3://npm-registry-packages-npm-production"}},"0.40.2-rc.2":{"name":"fundamental-styles","version":"0.40.2-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.2-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1025d0d83d5a41036b6725668cbf4a0be2ed0322","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.2-rc.2.tgz","fileCount":410,"integrity":"sha512-3q7E3RkcAFqCoXxBkmsqUmECKpxm58WFaJHtAPumB7BDG/kOnx3RXCJ9+IEGj99M3f+iC/Y9styRsoIynP0yoA==","signatures":[{"sig":"MEQCIGLuBz3tsO7Y7qqnvha+Boqc+OJOlxYf2nrtuMMzgsNgAiAOP0W0sIEVz7AkY8CQnhuZRECnvpHpyK1d8D8sCd74tg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9812742},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7df55d61f7c7bbb1a72e8292105785c74a91daa9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.2-rc.2","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.2-rc.2_1747620920802_0.33618174595400174","host":"s3://npm-registry-packages-npm-production"}},"0.39.11":{"name":"fundamental-styles","version":"0.39.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.39.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5bd55c60f3ae64dc6b3a981de6c4863af4f6a8bf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.39.11.tgz","fileCount":419,"integrity":"sha512-wCFmrNshLqoTNU+nj78cYxA9hpq+fcsWXrTINEMYPwxi3hMrkH5DytOheypGxvu3GZgZhlwlsxFqtTB8Bw0rbg==","signatures":[{"sig":"MEUCIQDTPCgh83KaM2OrhZ+sbeUM9oYM0RPIp/2zbUT22QJvkwIgYvOYj+jZZc6mVmY/LHEjI7H6RNhkfmdKh+psIHTE0/g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9801287},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"dce748beacd57b97ec1fd0fa5e2cc84c6a289827","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"peerDependencies":{"@sap-ui/common-css":"0.39.11","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.39.11_1747924094910_0.1384285544015582","host":"s3://npm-registry-packages-npm-production"}},"0.40.2-rc.3":{"name":"fundamental-styles","version":"0.40.2-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.2-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"180b27a451d19d8a147d5d905614ae080d801209","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.2-rc.3.tgz","fileCount":410,"integrity":"sha512-g3/QACVhMtUz/JhRoOWxJdUSAP/8eO2go9mVqERJGF1CqxRvgslKuUFHZuATFW7ue2qvmZUJGUgFzVqz8uQ3aw==","signatures":[{"sig":"MEYCIQCMvaGweKtAt0MHyy/MMhDzGaLasfrkMeSjso/6k286WAIhAM5tcAGxaGiodMVSR1+rJuevLOAsdJu9bUC9ELb6btJM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9813526},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"89343a2761556d2859adee09fceaad6d6a55a041","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.2-rc.3","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.2-rc.3_1748274367990_0.41700355855466276","host":"s3://npm-registry-packages-npm-production"}},"0.40.2-rc.4":{"name":"fundamental-styles","version":"0.40.2-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.2-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c099fffd51bd1f1f51415aac5dc2359c915a09f3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.2-rc.4.tgz","fileCount":410,"integrity":"sha512-o/lvZcdhs7krR6h5MUwn/x4gbynRAwbhAapuQiZSfS0AZCweev6g6VN4BJ129UgOeqm4CAKjkiVNm5u4Yxp/8w==","signatures":[{"sig":"MEUCIAcPTqtJd1/2e0ouJHw9ZMrrwjPSXu7lj2T+C6oqotONAiEAuDDCfbZk5QQjEsmXFimPC+1+Yy/q2fOsI04ALxTWvp0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9814314},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5f28018d9a2431e1f2f42efb367c133123d890df","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.2-rc.4","@sap-theming/theming-base-content":"^11.29.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.2-rc.4_1748274707125_0.8466534158071748","host":"s3://npm-registry-packages-npm-production"}},"0.40.2-rc.5":{"name":"fundamental-styles","version":"0.40.2-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.40.2-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"695c28bb742f65b03ace16e287e49bd1228adb0b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.40.2-rc.5.tgz","fileCount":410,"integrity":"sha512-T/llBL7AdFQtRMH6CmK2lRmZglBL9Ka+sAdyNmiVUOBZ1EtTCIkZiVroyHCNfPrz0hllJKTUMITFFqzD3QMwXQ==","signatures":[{"sig":"MEQCIBy3mctBCwCdgk6bYtjH3TCi2M8NGJvcoAI15DGh/JFFAiAIV0KIvbjxGuEcXpSyBZjr/OVKfthtU84uJoFJoOjf1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9814314},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6a79a9bbf4b9639e0f04c726624a00bfb7336ae0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.40.2-rc.5","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.40.2-rc.5_1748360219193_0.027110143022524236","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.0":{"name":"fundamental-styles","version":"0.41.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.0","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"84e7c85d89eab544d78dd3b189b30f793839605f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.0.tgz","fileCount":410,"integrity":"sha512-kxPTOQp0g9opTNlCuQuco2aLjJENykqvsyqW+xKCnGj6DdXyG0Z45gYpG/nkBeapwugTg4vhhpXDPWP5FFHufQ==","signatures":[{"sig":"MEUCIFRPinre8+nbc8PvZfb4qXxspgXqTc03A8TtI1xYiFxOAiEAyj4Okngz4REjUV+8s1F1iu82uL1tgVRwBTSK3hy9FvE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9814694},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d519548088a78da754af0decbe3cc2061092310a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.0","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.0_1748370017128_0.0483806430418785","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.1":{"name":"fundamental-styles","version":"0.41.0-rc.1","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.1","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"346d5db687e4babcfa8beeca51e0341cc07c0859","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.1.tgz","fileCount":410,"integrity":"sha512-ZW9/+a21/BGFgBow9wA/F3RbFjYVqD8iOGGimpM3G9WEU6pVCtN0Utj4klui+bjgm5GYtFXypmK7AuFr/j6Utw==","signatures":[{"sig":"MEUCIQDr4tQMwpEwn/pGdhUMSDH13kR/Agw8ribIgRg5zDF4KAIgbFOqfAxZqoZCYTeUaF8zzNjbimjo7lyNIj7fRpqhXfQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9815490},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bc3702d2ac1cc0ccc09f46ee5afb394728a900da","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.15.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.1","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.1_1748534330778_0.0004998066100085907","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.2":{"name":"fundamental-styles","version":"0.41.0-rc.2","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.2","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6057aa069709021f1c0407d276dc77984877a2dd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.2.tgz","fileCount":410,"integrity":"sha512-kxQGXioRAfam2PwFAk5BTIz+dCX4wiGQ7t1m6YYyp35voJo2ef3hMdegCLzbiW/JHQfyn6mIN6cju1s/ZEZ3TA==","signatures":[{"sig":"MEQCIDn1HQ8Fv6xSM6emlV+BVgkeD3qVwjF1aua+5lHMsyS7AiBbh/e+6QlPo/V57iYqG51BetLCfr0UkT+MgfUKGpcUKA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9816286},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7b4f14c07ba464a10ace85ef3a8c61ae1ae30f78","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.2","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.2_1748633536236_0.9172029604140324","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.3":{"name":"fundamental-styles","version":"0.41.0-rc.3","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.3","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1e8a880606ca374949ea771e54693a53bff72865","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.3.tgz","fileCount":410,"integrity":"sha512-0claz5u9bwaYeA4z9Q5a7F9UL/XmG/PBlmCPoZk8q64G5QoKor1OdB71wCLlMLwT30Blz2BPip2M7x31dED1LA==","signatures":[{"sig":"MEUCIGIv7zZRvl0OfsP5jBwzCxP6b7lwgEDRfZBauRRz41ixAiEA4ZKBd34WlAtS35F1iVgl/z2TxSpFccge1pNCCnuoQBQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9817774},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"eb0c8dfd963735f8e7082524c6cc19c9f9ce220f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.3","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.3_1748633776958_0.5439010596288096","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.4":{"name":"fundamental-styles","version":"0.41.0-rc.4","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.4","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e15c10c8d65b809b099b29cea25c3a9be6a7e90f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.4.tgz","fileCount":410,"integrity":"sha512-P0X3iRn30XbM+GxXLryLimOBf8Qdo9zlaFAqyigZk/tnnddHl+812qTfL4W032cFqb2j9mPekJ/8fRB+sOXl8g==","signatures":[{"sig":"MEUCIAaUFRPk/yDNmsGcJ8mBjlKAYc/gj+kaGi3oLmxKtC4aAiEAm9euETENkl2N6ywKXm2lM1y+BPlMq9O0aFRWF/BcMMk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9817774},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3bbc18229f8e433997c9031ec06d4c7043683cd5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.4","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.4_1748716253517_0.5378122945893089","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.5":{"name":"fundamental-styles","version":"0.41.0-rc.5","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.5","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"17165ea18877db1dd3259aa9b179b741d5215a68","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.5.tgz","fileCount":410,"integrity":"sha512-k1eBlWR84SO5Wrn+9AKiTIPlh3bbyFeboFu9aO+ZNmCUMCBz6vg4qmv+7pJGy++Sxb2fQy/2nR7pbpn+SqebTw==","signatures":[{"sig":"MEYCIQC38cKVJrJkWFCJ7RLZilwnaxsNtNWi1Zp4SyAvsgjRDgIhANKmk2kNMYf75NWsafxgouP4DrAqgFjE81bNIPqQ2huB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9817774},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"32efc199dd791761c048880f4c124a3d804c8449","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.5","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.5_1748717331701_0.3534520346002039","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.6":{"name":"fundamental-styles","version":"0.41.0-rc.6","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.6","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ea30a6e1fa7226ad9677525896973f15d9c85d4f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.6.tgz","fileCount":410,"integrity":"sha512-WROjTTFOcLaMffh/joXpg3U1gULlUnSx23Qvm+f2ruE2UXr+M6rk4xge3n5cUR9cP9WRmTNeaHwekgkaR0RaMA==","signatures":[{"sig":"MEYCIQCzOXM8+yzu8Njsljgm8MMC/Vn2L6mRXtgRCggRWNAu+wIhAICvGnwsJrjJDb5WdXw7eAMsL6jTSLe/5j7y3yBVLb9x","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9817774},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7eefcb1dad7671422ad069a4bbad0e9eb98ac044","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.6","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.6_1748718046065_0.004198423669353746","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.7":{"name":"fundamental-styles","version":"0.41.0-rc.7","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.7","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5e53d56c1daaba11fa7208de0f02b6ad01b747ee","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.7.tgz","fileCount":410,"integrity":"sha512-1hVIiGTgu4dXRa9OEubIxQNwLAJcfH2zA/oJsArqnM0nzdmAS2Mpj4hw4XDVBszNKkbR2ta/8QhUiNvXIryu5g==","signatures":[{"sig":"MEQCIB41PFKzFwrhvj0dhDVLzzEFHy9LC9N3kfZaoboAfqp0AiAxH4PoBPHic8W8YvtwBYCYj2L6EdqiD+X2ZpjkqHHnHg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9817346},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"42dd8c787e66692928a8b53258dc0a94d9a77c1b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.7","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.7_1749046755370_0.6721927853295393","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.8":{"name":"fundamental-styles","version":"0.41.0-rc.8","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.8","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cac7cd3ca73e740c3878558cd90c3ded9acda362","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.8.tgz","fileCount":410,"integrity":"sha512-1vsqxUGQ8xEKPtHB/H40lsTaE9IoyMaHFfJE1Prfxv4pZ9H01OxUBmn6wMSX3ij1PKnegkASt6bWjm+WO3SikA==","signatures":[{"sig":"MEUCIF3Q4p5PtCFELBc9xeeFCvJp9ZWQA7PmF5l3WAiS7TKAAiEAgUXVgDhgTFT9uLPtQuQfsfqI50bv4oeRK8hR7q6EQu8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9850694},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"de9b3dfef925828050e0c8d852bc4a45b0b6c785","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.8","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.8_1749066872664_0.6072099666641035","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.9":{"name":"fundamental-styles","version":"0.41.0-rc.9","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.9","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"91639fddea72928be42467ecc2a3e86e1b8a3584","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.9.tgz","fileCount":410,"integrity":"sha512-c06zvvHasBdJKyJIkJ07mGolNbQHBQgZZBoOf3TMAulI2JTZ4nD+jCEfOPBFs+jAbsC5lYOGDmzVkMYgQ2lIYQ==","signatures":[{"sig":"MEUCIQD4J8VeUgpl2auBn4fAmRnUORSy759yBBjK+kAKMfV07QIgW279l4IuU59P0dUPgdKG4zuRyNbm52LuTumtfCMRn6c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10029174},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"dd5ce6cf1ce76dc0f11f49d82b83c68ee784c2e2","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.9","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.9_1749067303783_0.07519019121078818","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.10":{"name":"fundamental-styles","version":"0.41.0-rc.10","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.10","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"202d60da633b3e2a32bb9754c18dbd341f7b9e1c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.10.tgz","fileCount":410,"integrity":"sha512-u89SihYMeeE616orMVi+muATHwe9NfekxIhkULx9Z56vGEYvbKbv5LekaUYfXzHs2v0DqW2yBdABkyPo7iV+Yg==","signatures":[{"sig":"MEUCIQCjLpchGh1AjKPdrrmaTpOwbwmkJyzmWBMYdO55tkPnCgIgWh8hzIynn6qkZ8Mf85lZiQmE4nyqnPVTSn6OM9CSQyw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10029460},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3fa8eb20397b2be142b7f494372a33650a08ab66","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.10","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.10_1749219357625_0.30218032673908723","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.11":{"name":"fundamental-styles","version":"0.41.0-rc.11","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.11","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"92e5f636a90e7c5374adeb349d746753782d0ce9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.11.tgz","fileCount":410,"integrity":"sha512-EzRJchFVOiIi0Za4itRfxgnRv2G8xbno0CwXmhmTU/tMv2sIZ77Z9B7i8XmrthmQ2Uaig24VEALfuK/M/c53nw==","signatures":[{"sig":"MEYCIQCP7Ai7YO+U6cV4bPYffvYXvRXtJLcfNsOQNxf6fPymfwIhAMkgAiuDyflDgVFkbXRzg7m971IFFSi7Vph83VWfQqmr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10029460},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b76bdaa55272f35efb738285fbf436f68582bb04","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.11","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.11_1749233818309_0.804131276361459","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.12":{"name":"fundamental-styles","version":"0.41.0-rc.12","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.12","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"cac27d8a32a5de692226f5d700355dd6e06aa49b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.12.tgz","fileCount":410,"integrity":"sha512-DFb5RUrBZyX2/U9kVuSkWPAgKadRbEAPR4IbLSCbVlT3E5d83CslNHXSv2ldSSSFfuvjeFOBQTH5tC5QtkqYIQ==","signatures":[{"sig":"MEUCIQCfDNgt7laXaDWefUyqNqsPL/byyUTbJ7tf+F4c2l2+qgIgcW/JvXoVcRdmxfxGrBqjuL6A0yD5DNUWRkW5G86oA4E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10033612},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bf4d5c2629ce57e8568441a2da39ccad2dcf92bb","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.12","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.12_1749238751991_0.5451918994202154","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.13":{"name":"fundamental-styles","version":"0.41.0-rc.13","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.13","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3d9f3beb44da76dafc3f028e585dfe8b644a98a7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.13.tgz","fileCount":410,"integrity":"sha512-GxPma0SsZNr5HOlzTSxFT469E+wk9yek2RtK1/io76V1mzH4WXm0hhxvE9iCIyagAWZqlkARhbFVQM/Z5wxeWA==","signatures":[{"sig":"MEUCIQCtuJrFO2Jfq3fJ2SowvP5CFoSjGm7HXunK3q8lWYycqgIgA4dx1bP93f5ygrpB/msshu+UKqvOoR+heV2wB5wrmS0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10033612},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0e61a9ebfaf7c3edc7d552c2fae20cf150ac5b19","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.13","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.13_1749238921098_0.7294780256528892","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.14":{"name":"fundamental-styles","version":"0.41.0-rc.14","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.14","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"138eaf77bd5c67435d132fb990809796b238b31e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.14.tgz","fileCount":410,"integrity":"sha512-AvJt6teZj++mIjh/0qkAcmgrBabjLTq1z6sFd3ZN1A70TnQYcuM+hNeAKsyue/uhFuuSIsuo+SqG8TwR3D3y4A==","signatures":[{"sig":"MEUCIQCL3vbFQetXKgmNmbl/NfgJmr8HsLkuZlKTAwVZ0IkJYwIgZWsgel2DFrELM1Ga3WWZuLzuxGaecsszfk7D5ds9A/8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10033612},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ff4122912830a413efa1a7e3e22baaec37cd085c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.14","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.14_1749584172316_0.00857222559944737","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.15":{"name":"fundamental-styles","version":"0.41.0-rc.15","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.15","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7786996e78811f81640b0aa93c3d6e89cec9e2b2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.15.tgz","fileCount":410,"integrity":"sha512-8zLiAnZ2iq4C3OVsvmE8he5n+1c63eDNgp8HyJVtwPCBk2n0rXbKe5+NQuoiPHbz4KFbSZKDj1O/Hy1TeKsjmQ==","signatures":[{"sig":"MEUCIQCxfP1lGqKM6tPmHZYD7waDSW1+h+Ly2BVi8zi+2t+UyAIgNit11C9GOiwsBd7QExh6LrH/7hpxCgxNTlYmxrDcFxM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10032592},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e1e35cfe22098264262ab01c9c90c848065b8926","_npmUser":{"name":"fundamental-ui","actor":{"name":"fundamental-ui","type":"user","email":"fundamental@sap.com"},"email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.15","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.15_1750179357019_0.48761245134246045","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.16":{"name":"fundamental-styles","version":"0.41.0-rc.16","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.16","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5b391f5963ee11513da9f00b69ea3d6b10b92d3c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.16.tgz","fileCount":410,"integrity":"sha512-aWuO3F1vc8XvDygHlKs9PNcpgyzALejYmZkEtRpzAP1aTVhPVeYWtEI0skoqsWM7uiiLMPDa2MHni6MKCjdO3A==","signatures":[{"sig":"MEYCIQCOaYXz+NqrGN1sqEsGerwR/tEwDj5AWPwzxiRkFeS81gIhANttAmgLiRHYLOPGuWzAVOmWe+lHVjILhnJzQ8Xj5BVx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10033556},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"affad2fa223274dfc4c1d9f1682c2e59c48eed42","_npmUser":{"name":"fundamental-ui","actor":{"name":"fundamental-ui","type":"user","email":"fundamental@sap.com"},"email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.16","@sap-theming/theming-base-content":"^11.30.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.16_1750192308332_0.49089207742047725","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.17":{"name":"fundamental-styles","version":"0.41.0-rc.17","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.17","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dc7bf1bac9c7237b08cfe0fda9a5d93166b6f9b0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.17.tgz","fileCount":410,"integrity":"sha512-a7qfO/yYu7t6W4Y6GsVwMlDfbNv+x+yVIZvCpClqgyXdTtkHhkXCY93ESdjGVqAo5YD05A3bg9hMFFuImCGc/g==","signatures":[{"sig":"MEQCIHp/HXKJJGADvQIJEN/rX0THNjPeHYpDdsjBKjBTlZsFAiBYZ3Iij0vEqcxpigeHkjUrFeeVVJsSKNudLrEjcUPh6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10033920},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8e4bb859047f4923e3168d1c745916a94249bd48","_npmUser":{"name":"fundamental-ui","actor":{"name":"fundamental-ui","type":"user","email":"fundamental@sap.com"},"email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.17","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.17_1750255452184_0.08787898886926326","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.18":{"name":"fundamental-styles","version":"0.41.0-rc.18","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.18","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a09f0777d98efd741733d28c1dcc6e31cb8fb604","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.18.tgz","fileCount":410,"integrity":"sha512-8P3SP0yrqSfa+2+ZNjcGPh63ipqfQ/rvjLGNduW59lYIUJX6H5fd3CyFil5gHr86ALAO6asqztUnZcYNxjOPfQ==","signatures":[{"sig":"MEYCIQDi/kYOSCV4BZpohyXSobhy84TnAZ/LkoEQPGlfMS9HpQIhALhKyr+kXFRX3c32AWg428Wj57ixQ3lR6SikzkVZTc6j","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10033920},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7112dfc2ee6b8e94368c79af8c790a956979fb27","_npmUser":{"name":"fundamental-ui","actor":{"name":"fundamental-ui","type":"user","email":"fundamental@sap.com"},"email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.18","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.18_1750269207517_0.24493171081106113","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.19":{"name":"fundamental-styles","version":"0.41.0-rc.19","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.19","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f5ad66214c5efa5bda28a1ff3203a47429be6e61","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.19.tgz","fileCount":410,"integrity":"sha512-hOYQ9tUiIxquyEIFoE8XkCLTAHa8ubM6Zy3oy7sWG0aNguE0B6qCOE37Ad3Oiy3UT2zd7VXq8ejAquRT4rU29Q==","signatures":[{"sig":"MEUCICJPJQ9jJzvWq3zt1jB/okz5Uhtx/6MFlcD1XH64YsktAiEA3ttxWDv9Wv2UR/DUeBWmCbkvXESg3QDzxUEY/DNm0Zs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10033920},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"447a69eda3bac36992d02c35558a2ef38515c7c7","_npmUser":{"name":"fundamental-ui","actor":{"name":"fundamental-ui","type":"user","email":"fundamental@sap.com"},"email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.19","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.19_1750340888358_0.49143078776808213","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.20":{"name":"fundamental-styles","version":"0.41.0-rc.20","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.20","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"58c41b053b3e55ccd3b5f97ec4310f124b8db22e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.20.tgz","fileCount":410,"integrity":"sha512-hwm/9Jw+77cZBrMPwtcPXlLNncr1rz7/oU01JK2EiEL+6Ag02Y2zlx9vgzhkxqa9GLEM1rIZBZ/COzxQg2G3RA==","signatures":[{"sig":"MEUCIQC/GNXT/LWWa9fAASNjLDK9GJGBRlV1AC6ao2+xEkA6+AIgVgpJZ16Gos/PCV4ZbcZXBL6Zpfd7XYC6pxuJNH2mlIg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10033920},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"002f291b98c82940c8356da944a9993fb3fe16dd","_npmUser":{"name":"fundamental-ui","actor":{"name":"fundamental-ui","type":"user","email":"fundamental@sap.com"},"email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.20","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.20_1750342284076_0.8027642155086108","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.21":{"name":"fundamental-styles","version":"0.41.0-rc.21","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.21","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7cba114dfd0734c1c69c4652b897b60869882097","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.21.tgz","fileCount":410,"integrity":"sha512-LO97JIxN8GEh9/3EyF8nu2Bp2jYPfU/UJxnxaW2AdCMtguaY4uuGzBue2erCs/pVgg6KjXnRlwjsC133em2QZQ==","signatures":[{"sig":"MEUCIQCmzVtgontl4ec+2HwTh0wObX/az/PjuRbuaJYlTGtrwAIgDbNEbNbkTWr84IKOvq4sdbPlI9BGeuCSFr/2gbIchK8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10034818},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d15ba8b975f592345e9dc2adc8d7dafe121ecc13","_npmUser":{"name":"fundamental-ui","actor":{"name":"fundamental-ui","type":"user","email":"fundamental@sap.com"},"email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.21","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.21_1750358628628_0.2125218065217438","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.22":{"name":"fundamental-styles","version":"0.41.0-rc.22","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.22","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f00ccf019255996d6093a2850e389aaf53d10666","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.22.tgz","fileCount":410,"integrity":"sha512-t5VMVDrBJ/4c+ojSVj11xoe0DeW5i8RB7mZaI0+EPsKshlbZ1pTbrP+Z34I4WTJY7e7rEmE1y3AI+KdTiKdsKA==","signatures":[{"sig":"MEUCIBr8xeKtwXC2bFnSXRLC6Uj2po3coETsuVaWNonnQcFnAiEA3j+iUtoRzx8jXPibmL7J4PwemY8W9bZO1063InoFjms=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10035582},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9e994a80487bdb958a29df48c91fcff7074f9567","_npmUser":{"name":"fundamental-ui","actor":{"name":"fundamental-ui","type":"user","email":"fundamental@sap.com"},"email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.22","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.22_1750358920822_0.03327297055904466","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.23":{"name":"fundamental-styles","version":"0.41.0-rc.23","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.23","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"088ad6462722463a587b1994f819a6eef384ae16","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.23.tgz","fileCount":410,"integrity":"sha512-OK1mpeFmZzwS5E8w+wV1fM0VluvO0isNB+z6rjBbA/1WYpc90LYqtO4Q06Wy8jc74/8opi8ysjl9ugiuMN5+JA==","signatures":[{"sig":"MEYCIQCooPCruPnp/jM1wLQQqCdJ6Zj1VkPIuMj3AnoZ6xSyuAIhANG0LJ60wJRRjtDjQho4Nh0x2BHGewLkgXrzzAQOYhX2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10035666},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"04d5c47cbb0b7a6c93fc1db586f339c2e2a4503b","_npmUser":{"name":"fundamental-ui","actor":{"name":"fundamental-ui","type":"user","email":"fundamental@sap.com"},"email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.23","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.23_1750444410794_0.2087727734097573","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.24":{"name":"fundamental-styles","version":"0.41.0-rc.24","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.24","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ed7597ed17eb4d66190f3c5f5cea14614dca113e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.24.tgz","fileCount":410,"integrity":"sha512-QURbqldRzpkoWkQNwLZZ2oOIYODv54vnvblJgoGRkBUl7qi1C0FcU1bs9ngpcwsVqa1DJ6ZBCM/BLz1rfG/Hng==","signatures":[{"sig":"MEUCIEr0X3xiu8wcJmdBVzoRwrJufyKpPZQLMlV4hH2eNtEJAiEAka09eo0q2T3ePCjDFmjEX4diWvE37TzJCaBNMSLmDoA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10036442},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7b419bfad50ce45960f1277f4583042e77f6486f","_npmUser":{"name":"fundamental-ui","actor":{"name":"fundamental-ui","type":"user","email":"fundamental@sap.com"},"email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.24","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.24_1750857341566_0.06712036241680286","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.25":{"name":"fundamental-styles","version":"0.41.0-rc.25","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.25","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5e8599ded0e5a465c05328d0406deb0c23486b06","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.25.tgz","fileCount":410,"integrity":"sha512-GNujSIh06fUmQn9P2jqEJf7YFzwDVEpUMTVmcp3ywNPFrnUlPv8YK7GaJJ2VgBikXNAjx4n+5eGFMfXzICxkdQ==","signatures":[{"sig":"MEQCIFaKKHVwNwVo+D53EQlt7onEt9Ppoy1yrOnBL6xBapTCAiAslYe5pxxCbfceGqlMLgMIwSYq3NzP3ZS+lnpIJqn9cA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10037230},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"253f8f79fc261e2096f0b5c56740d6b08222d940","_npmUser":{"name":"fundamental-ui","actor":{"name":"fundamental-ui","type":"user","email":"fundamental@sap.com"},"email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.25","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.25_1751637885386_0.6598195221133523","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.26":{"name":"fundamental-styles","version":"0.41.0-rc.26","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.26","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bbaa189013a69b93fbc0490b62adb555b86986ce","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.26.tgz","fileCount":410,"integrity":"sha512-9KPrOG6jQ5USux9m7lC8ZsQCNBiN8q8E9A2fEUnzTmMhVn94N+MfACp9bdCs8K8hqoRYEFwO7eYSehb2/WVLwg==","signatures":[{"sig":"MEYCIQDQ5TbK6LQrX7qwsXOn5fbCrsMrH8M/477XXpIFT8RD/AIhAJs4C4SQYvzC880xkTb6AIjsI/jxYHrUEjc0hS2OhWij","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10037230},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"759219bf739c51fb13f11240c6a5d5ded17fb5a8","_npmUser":{"name":"fundamental-ui","actor":{"name":"fundamental-ui","type":"user","email":"fundamental@sap.com"},"email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.26","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.26_1751638729266_0.935497581393715","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.27":{"name":"fundamental-styles","version":"0.41.0-rc.27","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.27","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"18b5c748adc7263d7ef1ab3364522d09a21e6c35","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.27.tgz","fileCount":410,"integrity":"sha512-DKztc3Gfee4wIbgzfOEVpJlYpdSL4561FeyOAaV3gLuy3g9x7K7h5iULQ81mDncZKF8jt3qxfgZdAy9mikH53Q==","signatures":[{"sig":"MEUCIGfz/3nbp9ZY/ZzYU6F6zQrGuX+Znflm1L4KLgjbwSAdAiEA36M/hCwiD94CAmxfCR2/2Ea2hJynLrdIeJ4t/oza1rA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10037230},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2f39cd83ed35d3ecbfa58a7c2f7b67010f2a5407","_npmUser":{"name":"fundamental-ui","actor":{"name":"fundamental-ui","type":"user","email":"fundamental@sap.com"},"email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.27","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.27_1751642191330_0.36177799548184586","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.28":{"name":"fundamental-styles","version":"0.41.0-rc.28","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.28","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"40365b6dbe9676c92ff1744adddbeeba1f023ff6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.28.tgz","fileCount":410,"integrity":"sha512-plB7A4j9POk+BSsLraYdYla7ykYXbob6ixXMFiv862ZET7xFHTkt9gONU0Sv9og7eEfqedHt/5QZ762WT655iA==","signatures":[{"sig":"MEYCIQDFDeRJHfCL9xD5Z+O5xx4bp24v+JmkX5gLP4EbFhNtsAIhAJjYvn6npIya0wBYB918wKHC1Ssxk+DiO5QXiECDX3bn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10037230},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7dd81c1c2b0717bfbc6f60da3ef825047accdc7f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.28","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.28_1752917279427_0.8661181387360379","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.29":{"name":"fundamental-styles","version":"0.41.0-rc.29","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.29","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"331d0a2ffb2dc010a0e61d6e23936ee569728c1d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.29.tgz","fileCount":410,"integrity":"sha512-GGq9q5eLgjguLgLyKhSwzan+Z8Q4I1RYXZiCL/BnXs2FamkZO3TiUA29RyPtqJGOa6YlnwVJP+i1t6gW0zor5A==","signatures":[{"sig":"MEQCIEEmZG2JuTxKdza6IAPBl/7kKLYHnOqNMpn52ewkkDH8AiBECn5gvN1X3JNMmgFW7+6TQN5AeGepxGLjNRY9i+b2rg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10037230},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"714bd4dce90799a1196843064e069ce3351cd0b3","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.29","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.29_1752928177190_0.47222126535397124","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.30":{"name":"fundamental-styles","version":"0.41.0-rc.30","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.30","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7f845354d3dfd0cd2458c8197e43692e5187e5dd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.30.tgz","fileCount":410,"integrity":"sha512-WywYJ4hEgzFq4qXuTA1g2gTR4nyoLUPpcXcV6JOi3KbcN1n3yFv5nCy/WvFDXmHDqYseRAC3fMbfW9T4eweE7Q==","signatures":[{"sig":"MEQCIF0yEPZyfjEwawjB0C8LJ96aPVzyWcNsvg322NCeeO7HAiBl3H59NShpbtEP+Op3PGhPnTokVB6LuEnlDlIxTykxng==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10037230},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b1f297560bf64e4edce48ae205fa9e940d9a8058","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.30","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.30_1752928798124_0.7142735117951693","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.31":{"name":"fundamental-styles","version":"0.41.0-rc.31","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.31","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6492e21ce9d48d6128a858d37b6013b23c125aa6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.31.tgz","fileCount":410,"integrity":"sha512-3VJsQWbxzfz1Ai/jtyIoN1tQtjyLtNGkhHnP7r32MguclG+qvrFP++vBbX3f4Tf1IBIqhr2N7oMdP73GhLX57A==","signatures":[{"sig":"MEQCIFFjVWMaIJhPr02NAG/lx7PT+atYYeGT4u1x/5qIRwfFAiBPEKR+cEm4N5sjCi3fubiSQv1hqlFThXV87hBthUttlw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10037230},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8c36578c851b8d6535e0e8b771f7ef8cc06f0413","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.31","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.31_1753009302286_0.3634454638222022","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.32":{"name":"fundamental-styles","version":"0.41.0-rc.32","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.32","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4c9a39aa052e26bb5c9ba066850c738ebea40f92","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.32.tgz","fileCount":410,"integrity":"sha512-c0VFNj5q0wjB8g2ClohKddQUsEr0dmlC7c2DWOzAOhKItCjithFlSobrIHPlFaII281GCo+UTkAWuqISPL+45w==","signatures":[{"sig":"MEQCICKafaF34yw/mc9UNjYMe0/UOXuFzRDRqDBK/S1Tpx/6AiBsRLiCyTzTjSlmrPpy9aTLsCgfucZPr1w/thKYB5p8Cg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10037230},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b6159e13c86223c50c74cf735aa5645c2c80f7fa","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.32","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.32_1753793667011_0.49410179629397977","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.33":{"name":"fundamental-styles","version":"0.41.0-rc.33","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.33","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"dce1792b10a7960e4c5cd0f2f9712b583ae159dd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.33.tgz","fileCount":410,"integrity":"sha512-xvUDNFfWaY7PkF5ByT1Cs41Fjn+HA7cJRJtAcm+x52Ctjox1likCt+F8vLRZmAF0Pr68jEeJVht8eNKLRDvKyQ==","signatures":[{"sig":"MEUCIDkWdN3ygCG6vgTaXCaGn1/4ZVkNNB+butLQOhWjnhMnAiEAjuO93mpYuPc97hORL4n4JJN3JWQBgY3pPvo8BScrypM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10037230},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"72e78b5879520e16631067315cbdd194fd43c9db","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.33","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.33_1753818031197_0.4927623433372468","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.34":{"name":"fundamental-styles","version":"0.41.0-rc.34","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.34","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"066b92d9a334ee037c22f3c7b14130b61ebe870d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.34.tgz","fileCount":410,"integrity":"sha512-N7AowI7tGBgawXI7gfqkPmVckf0xmg+HqiSNsvhA5VO1AfHpCtqzs0vN62LWHUme7M5LJE1jAa2Bz4p+aTYm9w==","signatures":[{"sig":"MEQCICWftcmbMI6RPouHYIudqDoOcF9tdS8tlgAvUeGjedp8AiAcCFSAjU7X+CxopH0Mh6noAhN7Ni+UgZEtOpQIwVIKUQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10037230},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a86dc192581c8b50b4e0e78107d275bf24fefafc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.34","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.34_1753976591500_0.8727624019504399","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.35":{"name":"fundamental-styles","version":"0.41.0-rc.35","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.35","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c3ef833a69538d631a7383b3db6dea4b5fa3015a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.35.tgz","fileCount":410,"integrity":"sha512-3EPzcgIc5DIPdDaWT1/cu8QJ7TJZVz3KsVNb5kxyZE2B2PZeS2fE3Y5uMFEgwHrPcbfHcH+1sFLMrvk1dpH/CA==","signatures":[{"sig":"MEUCIB6arZq196SphX1HlIdJWWnjG6xbpEEhC28JwIxxZMwQAiEAwMopMWEp//kZjmxDINBR0wzHKcUJQ80mK8xVQ7k/nkg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10037470},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a69f35fdf38a4594391d849caf48a643e7e134b3","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.35","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.35_1753985199505_0.1267567435597745","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.36":{"name":"fundamental-styles","version":"0.41.0-rc.36","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.36","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7bd56fabb23e3b3bbcae53cafc654350ae8ebf89","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.36.tgz","fileCount":410,"integrity":"sha512-+pbrcEg+RhtckGISvJGkO7Iq2gKfrI/B2FOYT4YzIoMH+/WJUkbyA+y8L8nnorn2BOzxWw7hi+nr1EunHIn9yw==","signatures":[{"sig":"MEYCIQDdCiQlqVweQETbGP484Fuhx5ucjW/YI+chac9W02DoYwIhAJssy+dy5L5/eHWD6xpQRC/WMG8xcJCWtDxU2EwxITKT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10037470},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b1afca68ea914efeac3c92b98105f8bd7d6d6f3a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.36","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.36_1753985449288_0.29415041740516945","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.37":{"name":"fundamental-styles","version":"0.41.0-rc.37","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.37","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0e03313ee853762451a3e1e7ece63072a38907c7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.37.tgz","fileCount":410,"integrity":"sha512-XkKiFCwW7mPg5cAMqx1mxU/F/RaaBhW+trxQyqcxa0f73xpnjvUKx0WNRepXDi8tZAxPZ4BRg17Poa8ccbIbQA==","signatures":[{"sig":"MEYCIQC9y9K58UjKvWgpyKHtcxzIobZuIiM64CZETkk171p2NAIhAJ3LFfgcyJf393qO0GR8PHqQ/JufiA0kA15bzFXCTfP7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10037470},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3caec222de86caee48d1ec5bf10e853d84385a44","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.37","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.37_1753986579971_0.3230774463380839","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.38":{"name":"fundamental-styles","version":"0.41.0-rc.38","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.38","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"df5a3ef72f0589443145a6344cf84bedb337f6e7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.38.tgz","fileCount":410,"integrity":"sha512-qDS0c0pLP7ws73Kq0xTeDhTvpDs3ctk8q2x1bz06g8q1aXhwprsg4npgZS2VpT9bgV8hrjF4bPXbpXpX+eeuIw==","signatures":[{"sig":"MEUCIQCBWIuvMkvkJ+dBQm8Vt6opFV/SmTK0SKKXp8ZbaIV3vAIgPdMkvclDDVHUzY8FzNi7C46vlEI6OKGlwhE5H9lTv3Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10037470},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"fc9c9327d60223f2825cea1c1a94e19669a46450","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.38","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.38_1753987964334_0.7883593107021136","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.39":{"name":"fundamental-styles","version":"0.41.0-rc.39","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.39","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7a58a802be529068afa764924faff5bad28ea48e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.39.tgz","fileCount":410,"integrity":"sha512-zg2snXmsZHw7bKCPvo+heESwuAQjmK8nxgpYX5wp/r63stdBAJxKO3ArLIu+FI+EnYzzNLPvTqBljfOorZZEbQ==","signatures":[{"sig":"MEUCIQDvEuemB+pMNnn6DIjxXvqyEaan3G+LIcUyDgiS3QbyKgIgTurXlTxe9lJ2Y3w912rK0WaJYZ4yP3bkVGauBWZ20Is=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10043162},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2fad766d1582f3bd2c2721480c986571b401253c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.39","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.39_1754318223109_0.7378698677060724","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.40":{"name":"fundamental-styles","version":"0.41.0-rc.40","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.40","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c9445a68e0f577d20b83b867ba3433ca4d2cd070","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.40.tgz","fileCount":410,"integrity":"sha512-rSSBJz66sRexuEd5LXlvY53xgZPBRYGJKbuNGJjpVksAi884evkh9E0tH48YFArh74RrAAOeNZrpUJmO81mIpg==","signatures":[{"sig":"MEUCIQDu98ap5bHCh9xXLIeDYTZirKjf7JMdHU3QMT8ZLo/oPwIgVS57fAfKonJQiQLhnkFbaPDX9koKAQ5YTO8ILy6Bc7A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10043162},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"af58ad078329d688d83bde14e2cbd0f27ce50296","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.40","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.40_1754337957653_0.8027523492289443","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.41":{"name":"fundamental-styles","version":"0.41.0-rc.41","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.41","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"808fc32a58ee82776124945aef9929226db42432","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.41.tgz","fileCount":410,"integrity":"sha512-3ltGL6ZopY3ZfV1Arr2GUTdEGcZuqW1BoecVGCS7w3Ie3oJ8q4nXY4wyflWMA7gNeNhTW8QpRjBz9+IT/AYKHg==","signatures":[{"sig":"MEUCIQCSuNWMpLW+o12FYh2x4ccIRnHME4B/Dh0gDnKAE4M5CQIgUY37PQg6L2gNTHlppO/8oCLJdkh0qLo8JtdDaefZzaQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10043162},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0d057df65a5c86814304ede20e97ca31828b41a6","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.41","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.41_1754338151039_0.12169471899533946","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.42":{"name":"fundamental-styles","version":"0.41.0-rc.42","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.42","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c6610e3931864deb83b70e76e59bfc4163d5e1df","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.42.tgz","fileCount":410,"integrity":"sha512-MIpNiFB9hOIddqyUMktrW3bB0+dFCSDHsSmaGDdV32fC/XF9YKYzQD0q6rf2KVcMYnBUEfakWO73kgbLKigauw==","signatures":[{"sig":"MEYCIQCxuzsUO0+dzfSr19azmap8uZaoQwtCEhTI6pn1LUBkHQIhAIGI68ovsd8/98rmMGyRJ64oXzXGHKZiCQyMiwkNdRGE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10041146},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"482a6ed98364e4da3f3b2b87220edf66101e4917","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.42","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.42_1754350347940_0.03011060042851632","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.43":{"name":"fundamental-styles","version":"0.41.0-rc.43","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.43","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d6a93f8a0f40857476f6c8be079a3cdefdd1db18","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.43.tgz","fileCount":410,"integrity":"sha512-IUUJ3Pdoe1nAv5PnF553eKHk+eDHGzvGzXJ9R30VBpCl05e2mscB0q+sr1vBOVzkZ1xude1335hGi/pIReItKw==","signatures":[{"sig":"MEUCIQCLocmOcXvoFsABTIfiw5wuiJjMXOhpnLEOsOUQYyzBDgIgKJh/7UaJhgIY7Ns99Im4CpB0/UB97fyBmFpEYkKJ7Hs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10040942},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"61c999475bd940944ed9131b41fc9ab2b7f9936b","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.43","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.43_1754421858498_0.37740541572298314","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.44":{"name":"fundamental-styles","version":"0.41.0-rc.44","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.44","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fc12e3e60f44544794b485f3a29d54c381656f4a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.44.tgz","fileCount":410,"integrity":"sha512-WRuXnUEvrvoOvj5QgiO3KZGJE4lDnZmWcI0UPlgE+VYIQh4aoUDF5gbGb0xzlx+hO/6UQWvx/ageru0V7m9bzA==","signatures":[{"sig":"MEYCIQD4Lk4arr1GP1y6LkcFErM0VZrnvF47JL1FmvEf28Xx5wIhAPuZfsFZGKZFFOuRGU7rlGCOcuLITvGSwGufbiWsK4Mh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10040942},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7946790eec04783e6b4c1064039345af2f4fc232","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.44","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.44_1754485705749_0.34182654716639393","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.45":{"name":"fundamental-styles","version":"0.41.0-rc.45","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.45","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"942f318d04570b956bb63eb3b38c4870164e6d5d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.45.tgz","fileCount":410,"integrity":"sha512-1GmidBIjjAj77jiDr0Not5GEZpJJK5RAL+yzInRw/oqoco8YfWlm4DAirsf/3aLLN7eoQrFO/8ErDbrxtcRvmg==","signatures":[{"sig":"MEYCIQDPxYBl+rGnJfnChatqMhfHG4V7KCqe7ixz3+gW/3aFwwIhALu+XS6F8uWcxaWqYkKwJRc9aVhs5sQ7zl6hSTa19cB4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10042274},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"89bc2e2ba919252659a8bb72080eac9c11c275f6","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.45","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.45_1754508571223_0.2758551146579844","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.46":{"name":"fundamental-styles","version":"0.41.0-rc.46","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.46","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"70987f523752bc6917fe120c96b00463b1955ade","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.46.tgz","fileCount":410,"integrity":"sha512-62tzewSCpY75myeW9AXK4VBZMEV2e7T7O+yykMBCtVlIOGG6qBpTpKytfGgMNUM/7T2j5Z+AO0+6VlacP+HRVw==","signatures":[{"sig":"MEQCIGl7RRYSiSMmiklW1dDo3DDQXPepkOUn/RN4dO9+BhKPAiB/i7/zl5OankJlCQdZqs4x9jgY1WESKIG3FrMtems9DQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10042274},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9c19abd06298966515386d3cea19e84dfa98660a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.17.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.46","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.46_1754666140653_0.563043651609787","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.47":{"name":"fundamental-styles","version":"0.41.0-rc.47","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.47","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9b8dc66368ca7ca778e4453bcaa15ff4d589c21a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.47.tgz","fileCount":410,"integrity":"sha512-mqA9Knlv3OPXO2/XzoylUTgC+AP653NC8QqH0nQqxwHcAQmrumFew/G2qOYwACLWfQpegcYGft4yUMLlAWd3hg==","signatures":[{"sig":"MEQCIEufTGOKm5+a1p/IMW4VrDfRryKrue0GTxTsH080Xz1pAiB0AgmNt+YuwqEq+dKeaUOW6xZRcoCuPsltCur48BLixw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10042274},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6e8ef22343a1c31791ba994d539a266c6d1e3cfe","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.47","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.47_1755028180394_0.705077349279501","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.48":{"name":"fundamental-styles","version":"0.41.0-rc.48","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.48","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"19ea1c049778d382bc431f1238d740845a974984","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.48.tgz","fileCount":410,"integrity":"sha512-0dIgk1XJde35176Y1XEF9TdfI0nlCzAaVRFZyHv+i5nZYXJ/fZlZVmwXQvZxnauzH6Q3cWyMZyVOrLRfv6NBdQ==","signatures":[{"sig":"MEUCIQCqFpx/zfYOkTEwlX2gyvs0wBrDnv3IFXhwNNo66wMbiQIgNNZVvCQqx+GjcDzwSN7DgMHp6Z9p2Nn4WTxKHGrD0wU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10042274},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"61547aa1310ad415874e9d482191c5a04aacbdb9","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.48","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.48_1755092052514_0.6823164845885636","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.49":{"name":"fundamental-styles","version":"0.41.0-rc.49","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.49","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"28c6dab102ceafda3281323e53efb8b6ac3756a2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.49.tgz","fileCount":410,"integrity":"sha512-Rp+/mI5+jX9AlqvLL/qG51ZnO+fMvoxCr9EKVGfjhEmN6RSm0hwPX3EZxFKSybEGsNEQjR0gh64Lz6Xt8XpWmw==","signatures":[{"sig":"MEUCICfB1Y6KSI92mRNXxkYnOPAWBLZQ6mWEEJWd8KKO1+bnAiEA8VmJlZhxsz7WcquIu+EmcQV56jidRdMYYNHze+zCGms=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10042274},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"efda8934e160d5f20141ae5df08fc3eff0286152","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.49","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.49_1755092284925_0.4389497373106901","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.50":{"name":"fundamental-styles","version":"0.41.0-rc.50","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.50","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b811644f44fed90a506a2628f7fd82bbf1d02d2d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.50.tgz","fileCount":410,"integrity":"sha512-YXiU07t5pLOgVr9CZA1bLrYhr8SpHviyYTFXB6rDgKLPrkdvY5XUh+SSTUODJGLZZotJonTf8j/FBiNj8biolw==","signatures":[{"sig":"MEUCIQCuZlXQS9RqG++uXSm7XbFT2XhkzCGoG/6Sls51dZE2YAIgWsTmnBV85sUjYCZ1fDLmDF3fb4qLaNk0cYJ7MYk7TS8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10042274},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"86a028ab9a3c300b613f5f7bcdc2cacfdbd3331d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.50","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.50_1755136995748_0.12395794488436329","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.51":{"name":"fundamental-styles","version":"0.41.0-rc.51","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.51","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"01c496cd36d2ae0722a4874a81f90a7bd81f2b7f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.51.tgz","fileCount":410,"integrity":"sha512-BD27XQPsfvoCO6Cc0fTXq3y130Iwb4d4d9kNsjncuy2qatXrnKXi/XHPzKwomFeOzhF2Y8NAVPJPgbP1JL5GrQ==","signatures":[{"sig":"MEUCIQCorB6e+s6OfIbQ43OMHJsmKSZRCh9eF+2Jsnu0CHDeugIgHiWBBC2QQjEUChvZb6Taco2Z+H/FaXWbyGfCshzykKc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10041182},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"54615eae8df0164ae937ebade14f3545bce921dc","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.51","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.51_1755523828029_0.5613861553608763","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.52":{"name":"fundamental-styles","version":"0.41.0-rc.52","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.52","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a5eb1e211cbfca3e215bc39fbaef1cdb4fadb24b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.52.tgz","fileCount":410,"integrity":"sha512-hfGXQwuCKUzgcp4wHh3SyUTg5CpNf/T9ifQUFsgu8uuwK4mAfl35w6QDBMgYgquk22U3hxxcJ7eF7VSTrs1Blg==","signatures":[{"sig":"MEYCIQCsmnzW+SDXueCqFM9oGMCFGXszPiVxTF9gOTsuvxBRLgIhAJBk2ixT+feKzDRr6GU/4dQ/NfXJqeyaHG3G6WkRG0Eh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10041182},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b1bbc6c1656f8483e70a493debcceae35c5cefe3","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.52","@sap-theming/theming-base-content":"^11.31.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.52_1755793346985_0.1429728245696078","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.53":{"name":"fundamental-styles","version":"0.41.0-rc.53","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.53","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"784d9e109430a6e7bbb8b8b587f5a2d2aedfac9c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.53.tgz","fileCount":410,"integrity":"sha512-phcJcK6mNuhomllzgw5+utAtpayHCLNHI2jveSozoxXqDn141BfYm3fOOlO7TVWbLQ5ales+rOLq66MAjpOrhw==","signatures":[{"sig":"MEYCIQC+N2amUXq3Lgphm5fCYbCn8YAxA1JfbnC+czLyOf8zZQIhALOnLHn7lLX479POnRo+esmzOEncShyXcif4OcFWxIXd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10041182},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"63752a132fb34359e0588be8f85a90c7ddd9ab07","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.53","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.53_1756406670981_0.7107973652053226","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.54":{"name":"fundamental-styles","version":"0.41.0-rc.54","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.54","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"572fafee3d351ef211a1eb728ca2ad747fac1f06","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.54.tgz","fileCount":410,"integrity":"sha512-S1hShLSl9eLANDkb7A5JiH0ghpdrQcjEmOukHHLOvAaF3+Okesmzu2P7iUmoZEWHMfQnccDBqcmglTJDkkaeCg==","signatures":[{"sig":"MEYCIQCbrBHNxTKS7lpXUfaeldsJBlw4xGRxG28oEnSvt/EKUAIhAPaxxhC0IJuG7CJ1ZZE9zGxxZ5lMyrTj20NcNhCP5grn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10041182},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a3289d054a38d9e8fcc7aa5d22ef3b22c699e4f6","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.54","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.54_1756407412709_0.021597029839459436","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.55":{"name":"fundamental-styles","version":"0.41.0-rc.55","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.55","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b271210a492ea85bba8251db635cd59b7e7c97af","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.55.tgz","fileCount":410,"integrity":"sha512-OxUWhtoD74AFMGI9wD/pfRMA4yOcXISgxqISkwv8SRUVH+iHmW3RBBrGZOO/eQyV3rTa6zsrvQs/FVC+6RsoPQ==","signatures":[{"sig":"MEUCIQD0P99KzBcHiQOy4sd+meXpJaGLexyBUcNAei8BJh52BwIgPUfgNb+hBtD/YKM+OXREWqGOFbTdUCA1AiKSvuByMCE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10041182},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5a2bac7f13567c518c38b81f2b887ec7eece0f56","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.55","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.55_1756408058652_0.0944364233094066","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.56":{"name":"fundamental-styles","version":"0.41.0-rc.56","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.56","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"923d38aeae1d117960e3cb9c32f3d12bf872b1b2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.56.tgz","fileCount":410,"integrity":"sha512-xIXugIlpvuVN4FsIGXVzJD5xoT4v/8Vhjv0twQDQrxbQjp9dZz7be8xA0+KX9h5D6E4A/C3x7iBeUT0s92IsKw==","signatures":[{"sig":"MEYCIQCkxD5Trxa59kz3PRQGnxAPnA9KyzSM7976TuoZ+P016AIhAPxGjs+41UTYj2zezkR0I9GmLH4pUELbzrPxRsPo6ABa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10047350},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4963c9fb417345cf6dc528575f22605c4b4547b7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.56","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.56_1756494200176_0.010517252853569303","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.57":{"name":"fundamental-styles","version":"0.41.0-rc.57","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.57","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0852baa2f67df22b6eb65bf321adeca8c9bb8d39","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.57.tgz","fileCount":410,"integrity":"sha512-GvFBXYI6muim2P0sLcSXlfvLucEc3cAx0pc9cbc6W0hUON516rTysLv+y56hisSuwb12jRE+aKEzzqdRL+Ivcw==","signatures":[{"sig":"MEYCIQCIROXymccCAiYQcxo+cuaHBQjnjoN0pjZnrhkO0bioWQIhAKwhjAgOXSczB4zzeBKaQIWLm3bczWGD/QqgT9NKmKJP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10047350},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"31d1afd4bfecd91fdc1f57358d9b2ab7bff69943","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.18.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.57","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.57_1756821426308_0.80556977750574","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.58":{"name":"fundamental-styles","version":"0.41.0-rc.58","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.58","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"da94dda84d9d86cb2efa9cf9751379e96d7e4cf0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.58.tgz","fileCount":410,"integrity":"sha512-Y/jeW1HeTDKimp11LKiw4Y9h5bGFrS9WDGoO7+KDTtFpILUsfdiEjDtehvTPrsKx3tBsFiOVX+DirIK++bOl4Q==","signatures":[{"sig":"MEQCIAdCt4VphagKAghgvds6qYb6lJnBcl9NY4CZ55kDjX8wAiAgyw2eqA0tsD5HDyvRLYyExoA3F8OJsDzG1R59tHKbbw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10047314},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4c13a68867cc0449d97277261203272b9bde7959","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.58","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.58_1756922218379_0.6203580649389566","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.59":{"name":"fundamental-styles","version":"0.41.0-rc.59","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.59","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7aa6d07f76c792cba0f5ad6829a950a40e38fd8c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.59.tgz","fileCount":410,"integrity":"sha512-xR/fKsZ7uDt1Y1taSMCuJDRHuxuQ/7aI0wpCrum+bs6whQQldN9mTLk+It7R2Vf0f5PYI9VabqdpWnAGFrft3g==","signatures":[{"sig":"MEUCIQC/7Y+kGdcjlDxieefdvdMAOEwFOTLlplOsOpp66ogDFAIgDgBUfQnx1eXPmZQQ0rEgnboL1fJuIOp0Olj+9Sfu9YA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10049142},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"715c48c6ad670e9b533986d0fd7edf780ef985b3","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.59","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.59_1757510099251_0.3351025977455513","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.60":{"name":"fundamental-styles","version":"0.41.0-rc.60","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.60","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"67ef5bd2564b75ad873bc10596c7b22d71f2088b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.60.tgz","fileCount":410,"integrity":"sha512-J2chDQMrDE8Mbfhl/OiBu6cr+uR0sNTnqnTtWP3I2IqQ9lTDsWSFoqUgx2rvOELWYYcqwHfK817ZmxmrKzy7lg==","signatures":[{"sig":"MEUCIQCoJPKM+dp14HWctqxc/zojR2925YEwkuiOuzbCqjakZwIgCkWjsUPZ+N1MSHyfwzWwIjmPOgTKah1MX2M1X7d6OQw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10049142},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"be98d4e08e0a81cc124ac4b3187d652b98c10440","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.60","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.60_1757518576233_0.09199304415159681","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.61":{"name":"fundamental-styles","version":"0.41.0-rc.61","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.61","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b07e899f67d16cc84316564cddaa09174caa00f9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.61.tgz","fileCount":410,"integrity":"sha512-1bThs0yvgkWGIsYsPh7joCBXUoD5jeP12OYlbXFw40/7ZjCdqheFBlJA4gBVxJj4dtBNMWxTNJgT6QwmdaUyUA==","signatures":[{"sig":"MEUCICvCD0VIuERnNLgAOxMAxiFrAS2tHr44kY1dkfPzP9ElAiEA93SUgL9pxneWMPQ50wezc8OsrIWZtCV8JT/+OOprLqg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10049142},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1e48bae17440376f3f88183db3d765f3d913b87f","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.61","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.61_1758934544019_0.8339883169356588","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.62":{"name":"fundamental-styles","version":"0.41.0-rc.62","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.62","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d22c21282747551b067bf4c2969a6d75dd1bb0e7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.62.tgz","fileCount":410,"integrity":"sha512-o7j0ftk3wvJLqkYDGuwdboX5JkIrG9ZOVn9tOZissHXlshs8G5A7tz1DI4izciU/Mc5frhlniOee2fy+T0xsEg==","signatures":[{"sig":"MEUCIQD5dAJ7JhOJhwaHjrc9shNVuVYj5q/1JNuv/J+IFZvCmQIgBSNKmtY8gL+uF1WxBug4EySJPeKRV7Obr+/7AcjSK7U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10046038},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e41045104962713900d891bbe623ba922b2df5e7","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.62","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.62_1759439490746_0.8754637346638652","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.63":{"name":"fundamental-styles","version":"0.41.0-rc.63","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.63","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ada256f597a49e0549b2b6fe581b589408572e63","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.63.tgz","fileCount":410,"integrity":"sha512-5Ria3H7ycxT29Yy8t2EXbyUWwA0xckmCuttYCOrW3N6Ykl5fGBN3VHiLFgG/kdHMdBRTk8fivcJ46bn/xGpdCw==","signatures":[{"sig":"MEUCIDvE20gEQ4YnXC8I3754ZrhGi3V9GYPbXJ/a3sASCNnkAiEA5oqbsFLddEvNGjUrm22z4P7sIjY/0lVtvkUAKwqYxFM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10049642},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"be5015333cb5e45cdf2bf51ec750615d44eea04c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.19.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.63","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.63_1759504588571_0.6837247688268746","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.64":{"name":"fundamental-styles","version":"0.41.0-rc.64","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.64","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2e6b85fce2a61f90ff0ebabb111aa44d9c13e1d7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.64.tgz","fileCount":410,"integrity":"sha512-Yc9M4dhcC7TDpEK9j5sO/xwxyTTMQG24MRM7hbNMVbDzReDj9WgBv8R1+6IiXTzpbNY8wrZkfaRul9vNzW4tpQ==","signatures":[{"sig":"MEQCIHr4iAEV+c/jvRpVpLTMyb59cRSfrrprL1SwW72Z+ZfVAiAS1ZRAxqsRNJfZPYaXzMzkmh4/BCOltwYHJkLOHI2yWw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10049558},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"49ec24d9450df1e39d8b0767482ece17199291a5","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.64","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.64_1759949578430_0.8801941144502419","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.65":{"name":"fundamental-styles","version":"0.41.0-rc.65","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.65","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4b610d263e84ba434379ce6fa8a9727c7ebbaf04","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.65.tgz","fileCount":410,"integrity":"sha512-sFg2VvMOAFAYgQ9OX5ZymkGuIJEh2pYMb0Ymd1bLk1Vw5g+Huqdjm24McPF2qOorqYsqe7W4UaGLVp3xMQBLCA==","signatures":[{"sig":"MEUCIA3rggZwYjWBeH37b6jMSZXm2TZql5e1v7JzXUc2uWGxAiEA70i6TzrG8XHsnZExhAmtH3V9PUGjkuJyQ84N6CUkVuI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10049670},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ce3ccde99f13f96c4594e762c666c0f2d5569f9d","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.65","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.65_1759950055102_0.43780875417909315","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.66":{"name":"fundamental-styles","version":"0.41.0-rc.66","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.66","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5d8138d5de36becaa5729299bae332f12182a608","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.66.tgz","fileCount":410,"integrity":"sha512-t4rl6zoMLZ98wzwX6OXH1PohJItcgofFUsCSyOR+pw8HuQ6L9jWIjckotggzp5QMT2/GdjS6npWfR9zEJcG58w==","signatures":[{"sig":"MEUCIQCxglG2Hmf3vxjoHjuNXKRg1cgMkBlgxPAr673VFzewDwIgM6s0Zpjpm08IZLevWZMMqcGs7LUgIZ1QrFALBw/SNrs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10049806},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7a1c9ec79e9b6097148540660a5908e7562e62d4","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.66","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.66_1760966415790_0.13653394534736862","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.67":{"name":"fundamental-styles","version":"0.41.0-rc.67","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.67","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ea330866fc2cae2727877267ad9cefbca61eddd1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.67.tgz","fileCount":410,"integrity":"sha512-KtIxXnF34QnHoczwiCeiWdV9PmdC7hY0+QAYJm5EpQnSoOdiOwO2ToZ19Uw7NHRK12X0mPloEYbqlYwsDyq9cQ==","signatures":[{"sig":"MEQCIHjv5f/EtMTCKhICXyX6dfeawDhdUlZIo2DD/arATYAxAiB9HRPdS9wfyVLIGpt6LJrGjErrWQQFGqVc5W5ZtqMd1A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10049806},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b1013b33830ac27de12df4396db93d6e5740b9df","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.3","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.20.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.67","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.67_1761598097320_0.13463734583795706","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.68":{"name":"fundamental-styles","version":"0.41.0-rc.68","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.68","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"676af5973f4e7b747738234fad62467a4cf28b14","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.68.tgz","fileCount":410,"integrity":"sha512-YaFrdKzz6WYePtOVYI9lQGCQRyY8ppCr9MrDWBX6SpJQf+tqmoyeHZVDRvKHAEF4yqw6Ml6StpeCjDt6uxXJig==","signatures":[{"sig":"MEUCIHRzoINWerSTNbyA2O5NNjND3ipdJcAtc9X+2eD2/ntcAiEAiitv7hsjcPV8l9Ga6sk1VdoEXs9Gl6mAYMw8l79HgTU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"63048873de9b618904921f36536ad3e3762480e0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.68","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.68_1762266674950_0.6527281260397375","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.69":{"name":"fundamental-styles","version":"0.41.0-rc.69","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.69","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"01175a6056d84941d61aab2129a1e42257e813b2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.69.tgz","fileCount":410,"integrity":"sha512-lZECy84gK9C9NBYJyhp3zJgAjIQHq/DXTR5ybQ8l6CELq98MGtJfXKsU66daN36aWhOc7VqcxPuxSz8eUm0rWg==","signatures":[{"sig":"MEQCIDjafamcrrTUsSgRUr387bp2bOm/LejDNOzSyw71sCFeAiBzJ5oMiyxw+SFi4dExzXym/jDjbTByiGELbwNW+F18QA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b5f22e3755783c7dd52b40c0136e792fa49adc28","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.69","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.69_1762307871505_0.07340861320159875","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.70":{"name":"fundamental-styles","version":"0.41.0-rc.70","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.70","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"24a6ddc172825fc7e0c114a481ee5891549d29fa","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.70.tgz","fileCount":410,"integrity":"sha512-iXqjBi9cKrgdeujfXn07NmL6jEXU416AfGkS3AzVvIjw6C6U8WhX8VjQCK4eUCNn3x3hTXMIURkHi6pPD4E6pg==","signatures":[{"sig":"MEQCIFDprBXoGvfwKJUiVVkufE2cntrMUkVkw1M+8rsCgOVJAiAOyq9+un/TEdVabCkSjIOV6ftNSXrkRhEyz1L0/wqUTA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"96ac5f0212b7e43a6e4afa1ce16b4d61b7fe8c3a","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.70","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.70_1762308210479_0.688590807263493","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.71":{"name":"fundamental-styles","version":"0.41.0-rc.71","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.71","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b6f04454b7a0cbf2440740599beb9f6d0a0e063a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.71.tgz","fileCount":410,"integrity":"sha512-5Vi+VqCTCkA3F+vSkB33P+u/ndyp/Yza5V4PcwLGt4BxNuAZj2bdOsEZSJsB+MY6eJ3xvden5JIwJz9lCaD8dA==","signatures":[{"sig":"MEUCIQDwWvTTV61C4FPh/vYT6Fz+IzgNt0Imluv3WWdZ1FzNKgIgCrSRIG02xnVo+DzUTJiChPrrsmutOoys/Sk1PEKglUM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6cec3a909620642703876e0b6a2c46a4326ecdf8","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.71","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.71_1762308494984_0.7972737925102127","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.72":{"name":"fundamental-styles","version":"0.41.0-rc.72","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.72","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9ca1e1c724f0c65578cb638a496beb26621bb55e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.72.tgz","fileCount":410,"integrity":"sha512-bzQT85HiPdLcDnvtUxqUaIm75kSZY1oEeIotUaSjtjDhQOkFkPxM7cG8//9Eqwzz0qc0yzAW/g0EJtDdMoRgtg==","signatures":[{"sig":"MEQCIDdhNVqez7G0fn6rrjxpgACQZXKcrbABujXiKxMTxKaJAiAKeO3nIYu+9nivV285wCCe/L/dkIR+Yc6PfS3Y+Yu2ow==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d683868be0addb8395e98bf928131b1b4e71bf3c","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.72","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.72_1762377435607_0.302490117398734","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.73":{"name":"fundamental-styles","version":"0.41.0-rc.73","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.73","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3ce4715f9cc38afbde99a8cda6e62719b53fa437","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.73.tgz","fileCount":410,"integrity":"sha512-ZYDkBW3saRHXR/gIV4AxV0+KxwxVGTp2EUbEizslt8GnPv3G5UaAfRn071rJMYSqYNDLpBjQ1fmooRtMyoxDhg==","signatures":[{"sig":"MEUCIFCPi5EAddAJsAArcx+NjEDFOpxUcevywpN5XIDDAc1FAiEAsXaaU6wZmgsGSShGrWAkQzOG7pVWhVHOyw6hoEa5twM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2a84314e839c6cfd924a3f2584740aaf635fbde0","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.73","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.73_1762378598128_0.664299904221076","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.74":{"name":"fundamental-styles","version":"0.41.0-rc.74","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.74","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9024503624f0b93cee4cbb6d70247579be2d3148","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.74.tgz","fileCount":410,"integrity":"sha512-ji4hNGb6UKD6wqaX/62ugN+lI882YUjVWlztNHZ/lNp9SqZoLEc+n6001HcjtxuhvhZhSokpWWdXns5vWSAo9w==","signatures":[{"sig":"MEYCIQCMjfKLxNPnmCu3gik/2PAs0irAXWgG9cEH1LWsY0TBYQIhAOOLN8PpB69giBYBupSuObvALyxqlMC10dEARC9kj4tS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b40380f8b99d81675e31e8af6af0e0daec3bb2bd","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.74","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.74_1762379366098_0.15411776116658604","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.75":{"name":"fundamental-styles","version":"0.41.0-rc.75","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.75","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"44589d7e0447aa9d0836bd6ca7194360f6cee823","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.75.tgz","fileCount":410,"integrity":"sha512-DNcQrLp0I1bc+FHrUvd3LJpNRAokKU+zNH8zXLawItKfKQwxzPy/DKF7znNA+2cBlxjqryxwKpc10ljcAJwsIg==","signatures":[{"sig":"MEYCIQDhLHpPDliNAF+h/yyk7xtxJoDYVGxSGBDFWvpTOn8ZSgIhAKRFAzbA4ehMmo4MpsTM3gY2TFBNPfyMUvfG8Z6Qiyh+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"54ecddc94b6fe142a389217cd021ee215234bc79","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.75","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.75_1762383293332_0.400884934985563","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.76":{"name":"fundamental-styles","version":"0.41.0-rc.76","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.76","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5108ba682c352e7aa227176d605b3e43c658e1ea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.76.tgz","fileCount":410,"integrity":"sha512-Z8E1W28gAFyftrDMCOHXz7lf2bJbezHFV6JAlnPLmoy7Kt0/RRDg/uwmCu3rvTC5GLRz4DMm9PHEK7NI4UVqtw==","signatures":[{"sig":"MEUCIHedmVhPSAtdqz9xEE2UQ8sF+Xrw57/gb+uypADw1QGzAiEA7j63s437SAivHkoPxmYHWLxv18Wt0wSCRLH5J9StJFI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"380172c910b100f7b5017cf1211fa4c8938abede","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.76","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.76_1762383839035_0.4888801526929871","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.77":{"name":"fundamental-styles","version":"0.41.0-rc.77","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.77","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"643645f87dd8d70a411b5c1a1fd233edef84bddd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.77.tgz","fileCount":410,"integrity":"sha512-/BZIF5VtkGhsrICVmFWqxkXxrPBK50XP7P7VGB+Wf1xmWO9O4BuIc9ySOHA162X2PvdTNuh89t8EKSmuoApSHQ==","signatures":[{"sig":"MEUCIELmonKz17ZetGbAhhoZ+2SczBQqyBMrmSw2/Mp3KIO4AiEAsAzTih2CNS6oW/9L/0A3+z8H8QQuSIG+7HGPkr3LtwE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1cb2ad60246a8b477e0dbde338e6d8232f70d108","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.77","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.77_1762439680022_0.38177169324503235","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.78":{"name":"fundamental-styles","version":"0.41.0-rc.78","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.78","maintainers":[{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e281fee3df53376cbd7dc646a2906f87a0b9b7e7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.78.tgz","fileCount":410,"integrity":"sha512-tugSMJLyyASx9D2MY7yNuOOsHayLOqh4J6FheMnI0Krk3IFBtifzoW/QLV32npa0l4DJhkgpnfNPentkoRlfyA==","signatures":[{"sig":"MEQCICbGxxKNTLlDzQaw6ES1F1l0iZ+50RZbtduPhUSlsrbvAiA751NVRtUtOovyA1Pq8/450+2QjrT44v3ra7IFDQYwXA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8e2b67b984492de276d397b4422f49c0aa853267","_npmUser":{"name":"fundamental-ui","email":"fundamental@sap.com"},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"10.9.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.78","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.78_1762452996569_0.5719909423154792","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.79":{"name":"fundamental-styles","version":"0.41.0-rc.79","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.79","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7e5991a1b4a91057e15aa4db91c842c4d71bfbd5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.79.tgz","fileCount":410,"integrity":"sha512-6D2aAjByfePntTGtFgF6Alm3O4o+wf6K6QlC2kos4darto8nxYq6CiF0EJoO6n9LIoBzdWjia7uF4vncKpinUA==","signatures":[{"sig":"MEUCIQDAvg2AsnQ+AAcsIc7p1PN7PLPP3mBDvTAU+isexrFVeQIgAUdrp5NEe/1QN29xiv0U63eDm0uxuCLqha3Lh26/Utg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.79","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"45468996f62d85baf32dd1f91d573a030fac1cea","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.6.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.79","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.79_1763390130440_0.07678824809422768","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.80":{"name":"fundamental-styles","version":"0.41.0-rc.80","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.80","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fc1b4a275e40c02ed563efc1815bc12fc811e657","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.80.tgz","fileCount":410,"integrity":"sha512-IpzWUqaA2TOL9lLe1oblZ17noBGwpE44okO7ZOiTK8Rgtc5qGR2joijmH/OFLrcRRB52BHBEz70fQNJfDM9MEw==","signatures":[{"sig":"MEYCIQC9YfYemluiwLjqoCCdHWwtrkeGhyTx67mz7PLqocEytAIhAJ3NQewT9VgJWY31dRQY9mtreO002IQjg3kE9R55Dl2K","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.80","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f0d85a51fde64f03ce8642b2f9627097e4abf8d1","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.6.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.80","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.80_1763394290852_0.0961302225085543","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.81":{"name":"fundamental-styles","version":"0.41.0-rc.81","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.81","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"70dc6555a3025d88ddbfa6d6861953bb63b00f51","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.81.tgz","fileCount":410,"integrity":"sha512-XBQRQUZzX2hIJwglvmkb8EuDhNlAVPcvBTSYY6/YrO2OsIPxaJGy08HBCGGIhJ1RS+CajQoR7OUg0umuUgRRzw==","signatures":[{"sig":"MEYCIQD0CiU0KhDmRSVd+P5apTEKwTJ5yJxDUX6H0txUIbW22AIhAMi4mjUMbYY+bSxy5UYMyeUiykhqW2fL7mh/1vOjwpvS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.81","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9daa51d4578a33adfe302f1a2e50cf963a8525fe","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.6.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.81","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.81_1763396105643_0.3839117048496852","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.82":{"name":"fundamental-styles","version":"0.41.0-rc.82","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.82","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ac0a683b61abacab9fc691901d815d87ebfbd73b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.82.tgz","fileCount":410,"integrity":"sha512-TapdRlLU2znJkaT0iWHkWJZR/bQbNgh+hGAwkefsH+I7+mK/Hkq2vgBOc0Ya7bkYiwI6C6QE4hV4UH0jkesgyA==","signatures":[{"sig":"MEYCIQDxYRfyBGgynbeX895XT0755GoRx5kH+bPpxVx6eicSlAIhAMdqgRW+P/4ElKG2jiWuIsh+WKCTCWUD+TpzkUnhkn+g","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.82","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10061458},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2da6cf2133585a80fd35c2cc55d30280a47ec5d9","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.6.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.82","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.82_1763396777282_0.888263064705691","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.83":{"name":"fundamental-styles","version":"0.41.0-rc.83","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.83","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"44584b824f9871be474dc5d03d7b66697cf9f6f5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.83.tgz","fileCount":410,"integrity":"sha512-vRmgomzr/lrY0Zy80PduWMe1VKt+3QDtq19LPItGCPHx8QYlp/hrhx23JNDTb1SgoVHQ3NSrD0t6eZIPoRcinA==","signatures":[{"sig":"MEYCIQDZq+H2ax9F7uFyJmmHVqHygflpJKBhnqPXFMsQV/TaGwIhAMpwhr7uhLdtcJJhXwzLgxHq8IjrpuuODntnNMQQ9yE4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.83","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10061594},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9a39b62491824fec19f402c0f9f3b8b9951c77d9","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.6.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.83","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.83_1764379757620_0.9220352548583801","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.84":{"name":"fundamental-styles","version":"0.41.0-rc.84","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.84","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4c4f4e2712ebdcc21bd139d1c0fa48e2518ea4ab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.84.tgz","fileCount":410,"integrity":"sha512-y7YOLXCPIUFbWJnwHaBRxTMqQmP1yup9/JRLDZcuMyincwbQBHXcvuwMyP8rZEXgKUx7nxHMaZGvaSkMRA44mg==","signatures":[{"sig":"MEUCIQCnHfPJGNq2Kdld3FmNXf8PJfynkIBBKUeickVL5tnzegIgJnGk90Q7O30o4Jq3zu8Lgd4NXAbnsUs9g9W5fQyOwFo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.84","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10060118},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"562d678167697df8f51f8e0388e96e3c780c97d4","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.6.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.84","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.84_1764599363440_0.42574178312348954","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.85":{"name":"fundamental-styles","version":"0.41.0-rc.85","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.85","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bdde4ac2e00a8b004b900cbd9cbe2fe7846a4d64","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.85.tgz","fileCount":410,"integrity":"sha512-+B+TgrItFpcPItymrWU/ceu8F8NYdmXSbM8kKm1VUCIXz8jhdOUWzm2IaX6QXzxOvEC8WtskUJPy6wvrlRsoww==","signatures":[{"sig":"MEUCIEJ3Fp/OPWbj3RcEWxIE0QjqSnbIdjTZpFygXvpLFz/FAiEAqZ7U3SrcZWwqyEnjFpQ7t+ESnBGkBRo4dyV/hIqS6IU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.85","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10060118},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"aef974f2ff943179c17acb37f55d2b7ebce3e769","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.6.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@sap-ui/common-css":"0.41.0-rc.85","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.85_1764773867314_0.3042614162705175","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.0":{"name":"fundamental-styles","version":"1.0.0-rc.0","author":"","license":"Apache-2.0","_id":"fundamental-styles@1.0.0-rc.0","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2a79b8fcb7584de01033b7521b3649208f5afe22","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-1.0.0-rc.0.tgz","fileCount":410,"integrity":"sha512-MnqynA0/F/CjNoMzXfvzWYOKObB2kraaHIwIJO36AVnoTtfnYlO3A6nKyUXvuaKFWqhnKfHZct1bZYauKx+G5g==","signatures":[{"sig":"MEUCIQDYYqT9sf5YX3S50XQfJiMU+xg0SVdMWEB4w2ETUabSOQIgSKCT1em4pRgpaKQPql5wMQBq+w8hglUX18ziAqiPrsY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@1.0.0-rc.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10059558},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a18228759c6a73f54b7d983d844ae0ccc06b9c54","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"deprecated":"Incorrect version - use 0.41.0-rc.86 instead","repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.6.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"1.0.0-rc.0","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_1.0.0-rc.0_1764779351103_0.6695922641313081","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.87":{"name":"fundamental-styles","version":"0.41.0-rc.87","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.87","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"97792a13e832e47cd66e57fa94a95928afb5d58f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.87.tgz","fileCount":410,"integrity":"sha512-8Zsx52/GqtfyTsS3DIUBl4H9D/10cUZhpBY8163ZJXVqrgX5dLIBUorPlryowctb0aAuD7WriHOaKIgfdoGrYQ==","signatures":[{"sig":"MEQCIEmdWmBFaz3B5aZgMdtDwkHKQcBY6wSGGZD0HPyNiCTiAiBg66d6XTLKmiNPjqyS7FLdybpi+/qVEgKA0yUk/gE7rA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.87","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10060130},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6bae00e0cb69083630ae531b6440d5b89524a6e0","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.6.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.87","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.87_1764780391995_0.7369597157439047","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.88":{"name":"fundamental-styles","version":"0.41.0-rc.88","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.88","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3012b3d4d1450a841cdec2f5b387aa47d764ae3e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.88.tgz","fileCount":410,"integrity":"sha512-rNbTP+3JKlqLU3aMM7UdZY+WKG5lyoLQOxY+Z7e5lmhmuL1r8Q/T0a+iQ7W0WAkccCU+8P+1sQXh+Vo093N+IA==","signatures":[{"sig":"MEQCIAp5c140vB6jSIFhMssA17aZWDqGIBml1nlAF0Es+jpGAiB/G25IxRbG0CcQ3jUbO65f5FUVLPFPvALJmNI7feRtsg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.88","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10060130},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2ca65e25fefce776c4b59b08e6ffa49ce50c22a5","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.6.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.88","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.88_1764794011158_0.7046576724419764","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.89":{"name":"fundamental-styles","version":"0.41.0-rc.89","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.89","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"08318c3c9faf356994681f19df0a59cecc8518a2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.89.tgz","fileCount":410,"integrity":"sha512-cNtQmY+vL4bDcZmP3FZZAmANA2YqLtYRw6x/3Y3U823R2mw78fE5VjEzw9I/jXLVz7TPZCpHailUQbmCkHPQvQ==","signatures":[{"sig":"MEUCIQCM3d5QlJDSeGXeXjcTdBRZbTbXTfzbTWOLtc5OTqnreQIgTZU1d9mTS7xY1jiaU33O/Bx2KV5YdOaM58AHlciRH70=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.89","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10060130},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1cb85880ccd385a05a16a0346a11c5d7ea9d5686","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.6.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.89","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.89_1764799920326_0.511822109136514","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.90":{"name":"fundamental-styles","version":"0.41.0-rc.90","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.90","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4da8d195f0efd87762ca7f0a6abc6e9d455efeb7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.90.tgz","fileCount":410,"integrity":"sha512-3HlokPk/H9tvr/Ry101A9aeSHk/bYwQZCUnxYFb2U6CEN/Dc6IZit7nkojWUcgvzd+QshHy66avmQ5YlBojeJg==","signatures":[{"sig":"MEUCIQC626pUfXvyQbx3ApgBd9XdBeAyPHuP9VECrHrHIJ3AdQIgfwtJdjUBjCPMsl7sqAoGjGoQkyrni6e19xLZHGxzFAE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.90","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10060486},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"291ec1528ecf6815a013d05e07053e5768b0c32e","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.6.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.90","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.90_1764800313524_0.4722516555677623","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.91":{"name":"fundamental-styles","version":"0.41.0-rc.91","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.91","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"93500e39b8f7f89f482cb50f3e0109a1fb71576f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.91.tgz","fileCount":410,"integrity":"sha512-gE0pC+7BoLSAXxp91KtwYtSwMFhIpdpLu7N3rYKMisttcUXYjgItOt6LwZ+Fix8q356J/KIRludtWEHI2ONt1g==","signatures":[{"sig":"MEUCIQCnoybnlDusys2m/YNKYKIAMHmE5XohvLzeUNYDr0BQ5wIgFRs/JdG7KwOaLdUeaR7GM3MhWRSW/ws7N2CBvjIDZmU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.91","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10058238},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4fa9b4347e5276c8fea3d39902971ed7e6bb2e18","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.6.4","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.91","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.91_1764946523910_0.023049163284289964","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.92":{"name":"fundamental-styles","version":"0.41.0-rc.92","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.92","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2c28143258c809cbe733f5a097775edebff28620","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.92.tgz","fileCount":410,"integrity":"sha512-nDkkR0bNnWQaQ6JlOQ9lIGQBR2PxQw2f5Ew6G6vdBRiC7BvflEM2jlcWosj4evcdrIk8c03bRdmgMLzzjCEF6Q==","signatures":[{"sig":"MEYCIQD8ZakKXMUGgruvd2el6x2krSIs4rmmnt/St5DTCaL11gIhANqpb8s2Tmzm2mxREdaXneDVvAjEcxbGk0broREFSAhm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.92","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10058190},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"06909f45d33c55a701face3e63f4bdfbeb57858c","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.92","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.92_1765815500681_0.17117096031845214","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.93":{"name":"fundamental-styles","version":"0.41.0-rc.93","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.93","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5bb63b191ef4bf0dab75ac542ac1d0bb43de89b9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.93.tgz","fileCount":410,"integrity":"sha512-I9e5wvxK/F9cAZSX+iMnpuRTU922cKkEfIlDWXl1RtGsfc15QSTiQJMBVgE5QakHDt6EvFoJV18981UOuEXMFg==","signatures":[{"sig":"MEUCIQCKRUlIBwKQ2XCkNkGqkvzFvwNjk2j/T4xCJbQqdvGpLQIgdc8zUATca5i7P7ELGw51DpuS1w9WyvyVmqTexch8E/Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.93","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10058190},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"113fe539535bee0fe2ad777cb75349c06ec5dbdb","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.93","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.93_1765815768547_0.8364956514551873","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.94":{"name":"fundamental-styles","version":"0.41.0-rc.94","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.94","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ef64e1825aecb884157b33433d5fead1680558fb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.94.tgz","fileCount":410,"integrity":"sha512-MbOfxNd2tW2PIj9+CEerpysSetWZjA+OERg1FL/s1qU477ZuMNM6DvgY1UXO8Xqf4/chkKl0SVBPk4IK78fZ0Q==","signatures":[{"sig":"MEQCIFQH9zTx78Kcjat52vny7tU15IRWNd6EAOvm9NLDMQozAiBtsw+5kZVxD3CftTBx7XinBNtotyYU9/S3FiOJeuuhvg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.94","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10057238},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"293ca770b4417baa606496b4f695e5cf9a4d7886","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.94","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.94_1765904555382_0.7869092775953357","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.95":{"name":"fundamental-styles","version":"0.41.0-rc.95","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.95","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"683d21936fc9b367c8889edb53e44820af1bc970","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.95.tgz","fileCount":410,"integrity":"sha512-irAIkf6TXnDJiTimT52EuJLyA20/iLIs2HywCIUSRFL1tPREc733sXMDmQ4Bfco0GFkiVHF/FRat8b7sFLyQ0Q==","signatures":[{"sig":"MEYCIQD2kgYylIJIvtXMvPmnzyc+GPantIL9d1KhLosNotXOjAIhAM58A85qACJ1e7JTtRQDfKPjHkzRaHeWHrGLjIEUxSsQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.95","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10057238},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"46ec17c22bf25ba60198458c3b9d61d93b7d0148","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.95","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.95_1766424943215_0.7828620583544106","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.96":{"name":"fundamental-styles","version":"0.41.0-rc.96","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.96","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2b3ba5ec3f8ee7c7fc364dc009cb3a6a30d5a14e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.96.tgz","fileCount":410,"integrity":"sha512-OFeZ5AUYIhI7HnIDLsTKVHUgq2LkYzKGmIDAdu4pwP3+0IbnfkSC4Wn+VmnIFy/UQRCGsqQKjMxZkXFSCee0eQ==","signatures":[{"sig":"MEUCIH4RjivQ/wEv3jOIidnz8+UBlDEUWVl/h+EJ7udU8yFWAiEA9DsJ+CYi80VtCadsO12Hj8tolEo23igTz94dxEOZx+Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.96","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10057238},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e41565b15e0157e43b71cfc20988e7f92d4583ff","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.96","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.96_1766702892160_0.3802455859752303","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.97":{"name":"fundamental-styles","version":"0.41.0-rc.97","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.97","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7cefb542a22e7a6234a31b8378a86ceb6134663e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.97.tgz","fileCount":410,"integrity":"sha512-r9u2xqM24wuAmDfokW6kO4XAis711Q7Z6g+nRDzYSBy1Q1lxAjqCJ8NlZp0QwRarfD2C5rvvcE5ZFOuPWy/9hg==","signatures":[{"sig":"MEQCIHRx7IqoytGgJeJrwaErXR68AyaC5n8P8bJXzvBHhegtAiA2vWyzuCsMRMFCxC0sbJHlQmoI5CkRlwAGmhg+IA+AdA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.97","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10057238},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"63cb360d16e5e1153b478a90149d2948bf4bef64","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.97","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.97_1767120284188_0.1127498946109402","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.98":{"name":"fundamental-styles","version":"0.41.0-rc.98","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.98","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7700212d05c26e7bafe2c2218d9bdbd8557c7a0b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.98.tgz","fileCount":410,"integrity":"sha512-QghMOnptkFMKTkGDfbiQVnswpKq+CiHxJxoVY5T8i4Owcdyepb8IfO2u5DtGF8B0K4u/uVtriSwl788UbzPSOw==","signatures":[{"sig":"MEUCIGW/XL4TEoNYQ+rLHg6M7d/7HHIFM5NEx2RRgXFLJUfZAiEA3BkwnGYy9bHYdIuDn66r9rBaxyetANf3X2fQNHr8eWE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.98","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10057238},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4513138c2fbc6bd9071a51a3e6e0767a6c00edd6","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.98","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.98_1767369102166_0.20510205262737569","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.99":{"name":"fundamental-styles","version":"0.41.0-rc.99","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.99","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"fundamental@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d6543117c2032ef0cd077b7f2620f497b76725c6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.99.tgz","fileCount":410,"integrity":"sha512-MYp5A3Z1rlUFl05W/N/CTkC9TChnycPEmNOs83vvKVnn9qtcvknHXbC9cNJioN+aHfMUR2tYPmxQeTsLHnc50Q==","signatures":[{"sig":"MEQCIFoPbdGl87T94KURM+RJa0D/SdO65kLkoGl2ShwB/lapAiAkKhdYZ/pJiU2jbugwXFsDPGcRHv7CmoAwu5CTO9hSnQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.99","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10057230},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0e7328284ea1e7633a34865c646e0e8c82ea940e","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.7.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.99","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.99_1767905087293_0.3749986104297609","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.100":{"name":"fundamental-styles","version":"0.41.0-rc.100","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.100","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"42fb457ae960fbe8444b2b9bce5a0c1d6e7c6673","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.100.tgz","fileCount":410,"integrity":"sha512-z5DjluC1tZjBPnE63b0+tQbZ1Z9omPDUE0WXOPXajZOiIisKr+ceQ0bHx5inq+aUky6y8C8pqwzWSqfFvrs0bQ==","signatures":[{"sig":"MEUCIHfBp9lihMCU44vvtpbW6D9lhpaWyeRZ/ra1mj1XehKbAiEA+GC5u88eYJpCWGsdwNV9+g3tDutS1CpDNGZVWLHShOM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.100","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10057516},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b96257be587a140dff6fe4a054edea95efe29867","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.8.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.21.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.100","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.100_1769113955216_0.5721447413294862","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.101":{"name":"fundamental-styles","version":"0.41.0-rc.101","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.101","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"281515df4f5be7b938cfaf0b8e87af27ea3d4ea8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.101.tgz","fileCount":410,"integrity":"sha512-IfaXA4iyvNA/gJ+96Ho3x85uJZan+GA62KQJ08FdK2BDHKgKB7hqEN4K26BZeJsaNW4SwbCOD5YRefSuYlaOug==","signatures":[{"sig":"MEYCIQCv77tKHBsNpLWJC/4J+hOPvA3fSBWtnJcRfYo4pvapZgIhANU5nVj4fu9V8oBxdd6OesN7M5/Mm12bOoJTqPKYfnTo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.101","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10057516},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5060a6f6736ddf06824f775ff7cc5ab75b05aa6c","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.8.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.101","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.101_1769135533009_0.11204216238725428","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.102":{"name":"fundamental-styles","version":"0.41.0-rc.102","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.102","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8119e0d61df1bcf9cbc4749eeb71d11153b046f0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.102.tgz","fileCount":410,"integrity":"sha512-g45Vhhj11xIXV1AedaC4V5rZygLKrK1gyld2/UERG5R/mVKLum6/spRd912aqR5Vrec4LtPFBFbdyGnKpSljtw==","signatures":[{"sig":"MEUCIQCllbInsgv2UyDCbXAvM4lQXtSNbemB/odaPZ18dsEhXAIgPs0Wp+5jJpm/mCf3oaiNbRuSiWg/JjKHNk5AQawDGF4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.102","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10059844},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4ec0f29a1fa3dbff99ab837bbd5971c9713a6678","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.8.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.102","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.102_1769449234191_0.1927959579558498","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.103":{"name":"fundamental-styles","version":"0.41.0-rc.103","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.103","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"205712a8283e7dea2c0f1ef10629b1bb0e55c897","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.103.tgz","fileCount":410,"integrity":"sha512-BFUWiB5MdAPhh1ja0qGlFMtziajP7WCg0zc890bnit4CoNkIRnL/KcQjX9QaBrmfdRaPV093eaKfoqObuDBWQA==","signatures":[{"sig":"MEUCIQDCaVtJYxK4ubj//VBHYZVxNjuikFIy0dCzSR2s+bzAKgIgIuMOKijSeYmX9epfY9eyacr/HShxsz642dHlQZB1IhI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.103","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10059844},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bf32b61a15cd855e0c2e889907eb1e9a39a2e025","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.103","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.103_1770234176965_0.7692284229028248","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.104":{"name":"fundamental-styles","version":"0.41.0-rc.104","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.104","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"33ed49f9867162a175aac598baf3dd13b0f8610f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.104.tgz","fileCount":410,"integrity":"sha512-8TL4813xGe3BtdbQP+M0HXZxhGd/pB4248vKm63N7UzmIv8R5oRvBQwVd4oB47E+e+BJTRvjvdxJDnKptHvmgw==","signatures":[{"sig":"MEYCIQCCMCiz62QZ1/+Fr+k4kmG0GxvAtTFF3h16BPopwvwwPgIhAL430haOWJ7ix2lX8EDmQxDnNBBvosty0oOfFuqA7zOi","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.104","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10059860},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"daa500103d1c8c34526d4ac9d1efa41fb7efa4fe","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.104","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.104_1770833289845_0.810646785300537","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.105":{"name":"fundamental-styles","version":"0.41.0-rc.105","author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.105","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ea7066bfaf9aca08af986c5b86ccd6b909973688","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.105.tgz","fileCount":410,"integrity":"sha512-xYD+kjoxiGIOmjidmMqQPNRrl9MxeTfFP1fG2xBlTIzyHy1ednccrZv1ivIodAQFgQGMln4draa0F8ORzohn9g==","signatures":[{"sig":"MEUCIQC6b2jowv/8h24k6Ti7L1xKcp5PnOaO95BKCa9u19fACQIgJEc9hZXloVtJl4kXsbDypMFVk95FfS64egyOsrLvU70=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.105","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10054792},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"061dc97f437172301766046a15de19b2e16f0ca0","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.9.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.105","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.105_1770833624317_0.8141753625829606","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.106":{"name":"fundamental-styles","version":"0.41.0-rc.106","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.106","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5b7d0244e821e5a04f971e0c009a53bf64d0e2ab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.106.tgz","fileCount":410,"integrity":"sha512-94Nws8GiFHwzNQpZFNX6tQQfhx9N18+w9dWUNjxKVzakKCUMoO/TeW3Hve4V9UtPPLPefaMfMICgIsGYmNlaYg==","signatures":[{"sig":"MEUCIQDVw7OWdaYzsusJQETACOtU4lUj7pYek8aOs1ml3tNsGgIgZGZ17VBrbwUMfA1d5ssqquiLcwvtTZtb8Lq5gvKeuOw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.106","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10055203},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e12d8623960de8d6e55f52f212825b94da2cdc9a","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.10.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.106","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.106_1771086006441_0.9744028135769254","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.107":{"name":"fundamental-styles","version":"0.41.0-rc.107","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.107","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"fc86e854b93094a0c737dbc492b0dea3e8abc02b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.107.tgz","fileCount":410,"integrity":"sha512-uMsK/QU6Xig2JWqtq30322xVUtrVDIsehQRBRCtdtxhdB8+6r9HH3Zc8M9/dALhH3Jdp7y4WBjKa5NPMzexeCA==","signatures":[{"sig":"MEQCIHWJXpnU87oGCv9Jfwcuo8R+khFMQT4U8ppQCxEQh7OHAiA7YXxGwIzdFQCP9sHIuO65LcVzwjV8uElG0V5VcdQ50Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.107","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10055203},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"10a207a1a828efe501f7626a24b2c2b401e7d06c","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.10.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.107","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.107_1771160212670_0.8919885413071125","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.108":{"name":"fundamental-styles","version":"0.41.0-rc.108","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.108","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c855ad076f5faaa6360da207e1fedc533682a0e0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.108.tgz","fileCount":410,"integrity":"sha512-1MvRuiRjCS8iHRAGc83wqM1JH9soQGxyc2MljpHJmtCBJteyIxoLG0+CNgJXIVHITxHFMOpWchFXhvl0v5uscA==","signatures":[{"sig":"MEQCIASiEnAQmiHlEFwjTgCjlJFTMSwsNhoERjmUhqG898wJAiB1Ph/RPwsZsqEAZmrSha9aVPkAiL2HTqYvoeTS/LDSGA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.108","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10055203},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1a766a362bea67738cab0926690115f1524ce8b7","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.10.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.108","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.108_1771251576539_0.31706147508511506","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.109":{"name":"fundamental-styles","version":"0.41.0-rc.109","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.109","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"91dd12b8b60c031ea6ddbb86e95e8805b9531c1b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.109.tgz","fileCount":410,"integrity":"sha512-6zaDo9wdu0e2CmSqhGEzSg6sMqFy8ybDOpWV+9d8MrK/AZDtrF+Av9kOsr0TYNu0B8FuNxgf9HQkwKMynOMFwg==","signatures":[{"sig":"MEUCIQCnPTOtWVUV+u0YqvYxTH8e6AGvkZw9wRxhBVUp/h0hGQIgOey0Xpewilx8t3ikZE7eEr9LDRlmpsQuq5T789hA9nY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.109","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10085227},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e595fc33c90b53b601cac225333962f375e9e73f","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.109","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.109_1772470416267_0.8307015536600748","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.110":{"name":"fundamental-styles","version":"0.41.0-rc.110","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.110","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"eadd80ef5d02f95bd63296bb842ed86cb7b8984f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.110.tgz","fileCount":410,"integrity":"sha512-aI97362CANfNqyJYssu8vrfB+ys8qTftrItwSR/hzedF1fZzfUudSY+dM+fHQe0pJzBA0iWNAz9ZSxj3RgeZ1g==","signatures":[{"sig":"MEUCIQC8oO36dNFvHKA+2D6tcTPP0XWKaTn0NJsJVqeQW4c41QIgJqhYQRbheXFxt5jPYcjr6yfl7N4x6bZlE4FNBQUY9Os=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.110","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10084945},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6da95e986785a0bff34bcd70e77a6cb379349ec5","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.110","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.110_1772470666010_0.4008208645331106","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.111":{"name":"fundamental-styles","version":"0.41.0-rc.111","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.111","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"687b602fd82046c0998148f76938197de043a1a6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.111.tgz","fileCount":410,"integrity":"sha512-LQuLADuKVdzoeMwkaRGrpxqKuGALXTJugROU3IVJ7NINam3+m2cALQfUNxzbzR19UizwS1SfqPekxyFT6NFHqg==","signatures":[{"sig":"MEYCIQCnbt/gNThe2Nbfe6iwPXyaCm3i62wyjTSDZ0Ni9ed05AIhAPD7iG8amknBLjR4aesRU9hcOrrC7FK+IhPOGUh1AxZH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.111","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10082469},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a766fef4499c1f9c098669813c9370f50b58d7e3","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.111","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.111_1772473078692_0.1829669518359247","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.112":{"name":"fundamental-styles","version":"0.41.0-rc.112","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.112","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2a5152c460f36a73fd0fcb86937d69fa4fe8e9f7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.112.tgz","fileCount":410,"integrity":"sha512-Fuaud9xCK2AVDoGWqGu/fthA41ygACD6kTxOdekzCSq5mqmCg/gnUC8ddo7ubG8WwKhlkJ0qOixg1mybwpSQZg==","signatures":[{"sig":"MEUCIQDq9LeBVyWx4MdO44IcqfnlWAneEDQlG1/2x/ToYpYL1AIga1eaUoEyj8nFnoobOr9eAWdOTEfkiGTs361J4E7H1Ck=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.112","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10091489},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8b29844f6f6eb8fd7e0194adff687bbafdc847de","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.112","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.112_1772479181845_0.3933538352536987","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.113":{"name":"fundamental-styles","version":"0.41.0-rc.113","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.113","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"15af1a822129515d524edc3c37bf59efd69ba823","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.113.tgz","fileCount":410,"integrity":"sha512-oa1VETqG6exszybJfSczoDslecYChaKRmvRlQdJVeFYAQgMkZJN97f1w3ppBybX3Vau6+DLTKIzPH3W30kU+vQ==","signatures":[{"sig":"MEQCIGRVV93nV3WmLMksWZFLkN/5C6zbH920dOcQeGq47bBzAiBnWI1drg/xXH5ABXAGLO8Ki3tdFro448ZzHFrhVJ9wAg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.113","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10091489},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"55d7a27d13ab90fd0cc25d7ca4e8fab77a648e77","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.113","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.113_1772731961419_0.583528893173761","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.114":{"name":"fundamental-styles","version":"0.41.0-rc.114","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.114","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"afa52339055141cc7a3e16c566b098772a5fa870","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.114.tgz","fileCount":410,"integrity":"sha512-n9smJnjlzso7K+Q746HPjYJd8o1KyhWbgOuMzkLIeYhQK3fm82YRT+sSQplPuE4TQ4FqHZXHuK8z0V0paZx5Ww==","signatures":[{"sig":"MEQCIGXzrFwR//qwnpNC3YiLIzMoFfJbi1kZ1uHwoXeecwf/AiAw2p2Wk+gKUGItu5TN5rci1SZgxIj4tqTNgCUY7TB6dA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.114","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10091489},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"03a674c24f3a5bd00788481d18be11c04cb151bb","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.114","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.114_1772802789195_0.6796051997567314","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.115":{"name":"fundamental-styles","version":"0.41.0-rc.115","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.115","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"98a7b0643010a023cb1af3ca7086c97eb15daad8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.115.tgz","fileCount":410,"integrity":"sha512-kFp7oqzhYksucBfhyEscfLSzDr2HIysLw/zt7jzk01bPcxK9wyLPTSvrnXIbfer+p8DI/N9/rebmQ9JjWY8G5A==","signatures":[{"sig":"MEYCIQDg+rOlaMf93Szyk1e+yTb3r3rcWJbhusRaZmfGv/NbuwIhAOmgCsvuhUIJ88Ev+NiRJXYYU50bkmhypE1UJT3huIqk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.115","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10091489},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5af649f75cbad81a8a85642669cafd152ba09c55","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.115","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.115_1772845359653_0.9998734304836492","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.116":{"name":"fundamental-styles","version":"0.41.0-rc.116","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.116","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a9b1d78effdc06aa561d41c5c6ed39386a7afd90","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.116.tgz","fileCount":410,"integrity":"sha512-qaqL6Sh16QBWxByNAsq0sWqGpwwtiptzeOfYjoMnVSLZoT2bsqFR63D4C9EaMDzVwGSXX4VQhptFSSz5PmpdjQ==","signatures":[{"sig":"MEQCIA5nmoMvIXln9O28N4h1IUIdvUMHNuhXtLCOjTyM5WFCAiAEP/y86JSP7prJnvHNg3xGePJDVCn9jBgCfIoVNnhGoA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.116","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10091489},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"21a39491190e9cb4be7d3a0a8aa249d27ad237b8","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.116","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.116_1772986842170_0.6699874033618034","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.117":{"name":"fundamental-styles","version":"0.41.0-rc.117","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.117","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bc146a61309ed7d251c374dbf753bc1b9e171566","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.117.tgz","fileCount":410,"integrity":"sha512-7WW9aI3SyRinOm3YWrfUWqa0hNWt9qOtcWzJRDSeXd/5OCKbdafuJ/rRQId2d1PCK5J+PF9IQMKBPeSQvJyhHw==","signatures":[{"sig":"MEUCICyETxlhEmfJwNZhVhdFn+GNC2RCnHRvRhs9bannNWPSAiEA924eZps8PRvFKxTl5x5xV7JJ0/LmgF7eH07ghKTNkjg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.117","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10091489},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"156f038de71e320944d5dade9813f028082391fb","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.117","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.117_1772989051906_0.321398607038085","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.118":{"name":"fundamental-styles","version":"0.41.0-rc.118","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.118","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c7cab659b23d0ffa3cf321ec69297ea745c3d008","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.118.tgz","fileCount":410,"integrity":"sha512-V3Ay1QPw/LrFCc9V9cIOQrXId4xgDEX97wjiFxGVSwh+OUhWHB/MAuwuLTNFlkYDLhqBnzRb13fmOGNFri3PlQ==","signatures":[{"sig":"MEUCIQDKpvNmZseUXZkF7crHvbGtKYgh//ICpwSlInmrfZKlFgIgA7B6l1JK7iLrQ53J3Qbc0PXcBeDFcMwS/IiRkJXqSv0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.118","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10091489},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e00df527309f84cbb05db8f3ca6781ce3794e9bc","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.118","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.118_1772989555039_0.8776183423832544","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.119":{"name":"fundamental-styles","version":"0.41.0-rc.119","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.119","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"21a79eb711ca5a321fc80649bd13bd27b10d6d0e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.119.tgz","fileCount":410,"integrity":"sha512-B2P0Mua+B0XCSGtwYtk2+muCDfrF9NOYuGOFagLK1UKz/Pnt9owMF7MXH21x6u9/XgzkG2stzZ27cwK8Deya6A==","signatures":[{"sig":"MEUCIGZIil8K4vtle8KK2fEO4B2qTwA4nvg4vEyzn584ikriAiEAp2XKdcwAAPxhRMckvRsgIaGuhaA+6lQ1Rn0/EWFe/as=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.119","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10091489},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"052a33e834d31911f8678958be1ec88b5f2c9b14","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.119","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.119_1772990280914_0.10963275747120371","host":"s3://npm-registry-packages-npm-production"}},"0.41.0-rc.120":{"name":"fundamental-styles","version":"0.41.0-rc.120","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0-rc.120","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7b6b6c9b7a11b1cbe0b9a2c9a3f9ecff12a11ae2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0-rc.120.tgz","fileCount":410,"integrity":"sha512-Sr3y9OTfdnxEH7XMedX0ZBrzXaPuxaZG8aFFdv4N47zq+cNuS8+1EtKJzIl6aFTnOcTa2UzPnWjmW2PkjUqBHQ==","signatures":[{"sig":"MEQCIEarpPNJW1zpsJQwcIG63MtSB0bMjcZ8tSwgNmqJg10PAiAoZKLk693DkFUqAAJs5dziJH96ZRKFr7ZfJ1J02QFBwg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0-rc.120","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10091489},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"29151a180464a4bd4823024dcb4933f3a2a08de0","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.11.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.0-rc.120","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0-rc.120_1772991418141_0.5500939458245897","host":"s3://npm-registry-packages-npm-production"}},"0.41.0":{"name":"fundamental-styles","version":"0.41.0","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.0","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0c58a79402dc6f479d5e30d9600c71b37d59dc0a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.0.tgz","fileCount":410,"integrity":"sha512-XlZue1YywdAqTQ5uef0uM2e96FXHur466l4VYN7nEFaAKIZdVgqTkQLsc/SCJZCCzhP30MoGqoIzRkVDMlVOWA==","signatures":[{"sig":"MEUCIQCpguZPogqkczy7zLlhnWTwY4IyXQF0MSK/3vmMouo88AIgVikvnztmKMEIMmGczaRZr9ePOBgK2VLqmYy4vxAdx1A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10089487},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"62aaa5d8ea06702f3b09f5d008dfe894d62e239c","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.11.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.1","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.41.0","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.0_1773842532815_0.8254369873178595","host":"s3://npm-registry-packages-npm-production"}},"0.41.1-rc.0":{"name":"fundamental-styles","version":"0.41.1-rc.0","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.1-rc.0","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"114becd3133f80faa898e6a389acea4a184e9401","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.1-rc.0.tgz","fileCount":410,"integrity":"sha512-scn8vx/exvXFjT/MM4T7JVXif+c0xgbfTXN0oQT275OXJf2TIB2KhsoLhYYfdgtWlTiQYwokJN8t9jwu/E22VA==","signatures":[{"sig":"MEUCIGXqpI0/YpWfsDIbmwt51OINo4vtlcruTiu5OfUmLxkTAiEAv7KmhzrwoXII+ngQZDXabB9alruqyKnduntcutQPiWM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.1-rc.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10090917},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f9e6e378b25999d3d69353a04d5a076370ef91c0","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.11.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.1-rc.0","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.1-rc.0_1773846607301_0.5580167041824036","host":"s3://npm-registry-packages-npm-production"}},"0.41.1-rc.1":{"name":"fundamental-styles","version":"0.41.1-rc.1","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.1-rc.1","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c43bfbecbffbad90f433fc6235dc99382091a399","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.1-rc.1.tgz","fileCount":410,"integrity":"sha512-8eTzai54/7bsHOibn4zH8X0BS/Jf/ZFfn6tlVAVcyjnt3mld+xgxqNUPYKgmwkY0hYqHhEDwk7mMtWdz9QatIA==","signatures":[{"sig":"MEYCIQC1Jk1ot3QsZCFhbbYS/ClVdN4oGtKBr9cgF47yVB6LCwIhAOjgUx1w7ubFlsxiX+6xJ6wFvxxqc/UKiFxS3KH2EBoI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.1-rc.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10093573},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"40ca24cf04fa0b0daba142faa29b1d17cbfdc814","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.1-rc.1","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.1-rc.1_1774468259795_0.33508162454393275","host":"s3://npm-registry-packages-npm-production"}},"0.41.1-rc.2":{"name":"fundamental-styles","version":"0.41.1-rc.2","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.1-rc.2","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"52413c9919e52a0c40be2f60e31575050f16112b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.1-rc.2.tgz","fileCount":410,"integrity":"sha512-PAYiosLKVPaWPkAFUX8Vg4vHMZHp0vZMUxRpkHKZBlUP3cgWC+nfX/aiDqITJYK9AWP12/8+BUyGrTn54SYOqQ==","signatures":[{"sig":"MEUCIQD/7qibJpl+RY55+uMSO5dklHPT98acnmL+uJdnIJ2TTgIgEP9isqibmFDfhUXXaK/Frflb16+MnFuEcgf1xrDtpZA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.1-rc.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10094337},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3fc2e10a499574dd4de84da4a520db45899c2606","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.1-rc.2","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.1-rc.2_1774472576002_0.9668585213580596","host":"s3://npm-registry-packages-npm-production"}},"0.41.1-rc.3":{"name":"fundamental-styles","version":"0.41.1-rc.3","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.1-rc.3","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7edbc95e36fb9d379d0a5ee7159653c8b2a803cd","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.1-rc.3.tgz","fileCount":410,"integrity":"sha512-cD9LtfjX0NqF30RwhfcX124g4TChrIsf2BN+xSweLfMKLxr/82lRBgHUbDMlgAcBYBpBY+AW4mJ49lyjDiFV4w==","signatures":[{"sig":"MEQCIF1TtNXrSDCBGtToADwx8EoJJ8VGVlMURMYYsvZWXHZoAiB2HV1fLN2x4qQhzbDxdN4L8h6P071hQdOUmwJsY5P2jQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.1-rc.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10094337},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b4e7105c2a658c621fd899ce92285c9b426e9648","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.1-rc.3","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.1-rc.3_1775504625682_0.4747529031134836","host":"s3://npm-registry-packages-npm-production"}},"0.41.1-rc.4":{"name":"fundamental-styles","version":"0.41.1-rc.4","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.1-rc.4","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"04e04938001ba3d1219036705038f8fb8d7e25ac","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.1-rc.4.tgz","fileCount":410,"integrity":"sha512-O61lPD2BUDdbwNH+kte42EyJmJRQJ7h3pQQctSSeqbaEY9Lp8KdTBr7iL4vR54OVRQkJ+MuhecwDwbb4H0He7Q==","signatures":[{"sig":"MEQCIE7DYu/mfBXGAkCdsuCmsVzwDlG9vNqABR2FfsBmLFGCAiAtwIFOJQnWkFvA/H7uV6TpN8jMWtM0EkIIQVcu0Rapow==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.1-rc.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10096315},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f282bcd5cac4479d10192194e586cdd5d044ff13","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.1-rc.4","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.1-rc.4_1775505684099_0.7470410661028111","host":"s3://npm-registry-packages-npm-production"}},"0.41.1-rc.5":{"name":"fundamental-styles","version":"0.41.1-rc.5","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.1-rc.5","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a1d2d370cf8f5a1d1e77604edbd17ba53ecb74b8","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.1-rc.5.tgz","fileCount":410,"integrity":"sha512-Q9nyoE+XxqrxrcyfFYAftqj84UTZxcNMBJQWK5wVZoFyvLiU170luIGHkLaKFWzRD/FFmajW5zIkMvbaFTUH1A==","signatures":[{"sig":"MEUCIQDHWp44+Rt0HEgClmGnSS9VKw3zCobxfJpX7BcdDNTZbQIgP0fVWSueKi42ki9SnnbAMzenRhO+nt//yj32/zNw5xg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.1-rc.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10096315},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4c7d84c0a936b665b3db4f7227d63175e13a4701","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.1-rc.5","@sap-theming/theming-base-content":"^11.32.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.1-rc.5_1775573590330_0.22706306415029798","host":"s3://npm-registry-packages-npm-production"}},"0.41.1-rc.6":{"name":"fundamental-styles","version":"0.41.1-rc.6","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.1-rc.6","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"44e46a08a4b4c6cacb3faef7c7f944a8f04cb6ca","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.1-rc.6.tgz","fileCount":410,"integrity":"sha512-9+8Bx2E/pDJYAVihA3IYjOH6iAXH6VgrWqChYTIudhE8uxrxgjZFPDNayz5434pSKWiN6JA3c9kavJ2KS57R2Q==","signatures":[{"sig":"MEUCIDerIZZgaicmIOCXckyit1XPxcHCkBOuULdJ+Rw8lc56AiEA1uDglmCrlErXA97pbUtu1CaXGMbr4gYyS2NhGrHedwo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.1-rc.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10141491},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3bb551136938359666120b60727c6ea6081b5db9","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.1-rc.6","@sap-theming/theming-base-content":"^11.34.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.1-rc.6_1775574791213_0.6220623324686219","host":"s3://npm-registry-packages-npm-production"}},"0.41.1-rc.7":{"name":"fundamental-styles","version":"0.41.1-rc.7","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.1-rc.7","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"da1deaca9df47a6a3e18f66b526e0e28b70fdaf7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.1-rc.7.tgz","fileCount":410,"integrity":"sha512-NvOmxklLBjI7HzPl9QDg5b8yXFyfMIBeLJjMrjFaq7qNminNQHm00On2JfVnCZbPiCDmkrhGLaRbHPsmsgXDeg==","signatures":[{"sig":"MEUCIHNsJAo8hPr/nAZumFuGndjZHyysxdPqSaRnfb3uK3GcAiEAuRR3sWO6+OsugFJQuDqbNFgYpQwCnUvdcDnfeozfU18=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.1-rc.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10142151},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0e00bc8f6371d7af5563f5e7c510b08910dbfb6a","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.1-rc.7","@sap-theming/theming-base-content":"^11.34.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.1-rc.7_1775575708705_0.37710555421863945","host":"s3://npm-registry-packages-npm-production"}},"0.41.1":{"name":"fundamental-styles","version":"0.41.1","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.1","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"66867fa3b5bd777d0dc193c8eaba99064b2288e4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.1.tgz","fileCount":410,"integrity":"sha512-kIkqRhhbERR82O2p+TIuZyVd++OV8pd7oiWOHjF6/VRGfX2zcSjhzDUs119wE/nwp3bjo1YWV5FDTIer0GBMYw==","signatures":[{"sig":"MEUCIC8UbTNcgodzaV47j2aNmCL3LOTkXFzqaFQhGv9tcW6EAiEA4/R4kfJomB1pngHtTim4hSewFPIOSQaQROVMLTofDpQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10140721},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8a5be6033adb2c52856059c3cb470a42dbc2033c","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.41.1","@sap-theming/theming-base-content":"^11.34.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.1_1775577832683_0.6258981475195373","host":"s3://npm-registry-packages-npm-production"}},"0.41.2-rc.0":{"name":"fundamental-styles","version":"0.41.2-rc.0","keywords":["sap","fiori","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","fiori-design","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.2-rc.0","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1283d104d84b9e1ca71371aa3975bc4e27bf955b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.2-rc.0.tgz","fileCount":410,"integrity":"sha512-Pax71N63QIh7ygKhnz7fg2A4T17r2dwtEMETSHF3ZnBx8C8ACGvVHWB6Kw8c7Ikpj2xqtxbftlVEsNyESIAdnA==","signatures":[{"sig":"MEYCIQDRhVK6aT1wQWla+TiJGle+cxz/VLq3wk8oLZNJXyM4agIhAIcPrUWJ3GcPU5y0+rLEb/WFwrJVVvwCi51SizkBld67","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.2-rc.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10142151},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"35e0440bb60ffb1c35d02fc1a2c8281c7cff45f6","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.2-rc.0","@sap-theming/theming-base-content":"^11.34.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.2-rc.0_1775682441668_0.7651905748297327","host":"s3://npm-registry-packages-npm-production"}},"0.41.2-rc.1":{"name":"fundamental-styles","version":"0.41.2-rc.1","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.2-rc.1","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3e61f2a09834d29f7141a08695fac089bbdc162f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.2-rc.1.tgz","fileCount":410,"integrity":"sha512-xIrVzSWECFPiDS0pJ1cLd8IkoOgF9w/hzSx9pp5uI/qdF4ZodzdBAh5+1bF84szjT/UrtNXCxrkG2Uzg8t05eA==","signatures":[{"sig":"MEQCIGsyxISJweZTvSdrU/X+xykXIbdF2g+KIbczC9CyjORuAiAQxu3gAxmlW2WBPjuWwAHsRzII6GSxmtdfDOTIl9YgDg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.2-rc.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10142102},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ee5d98c4aea66c6ab2d792322b3c58402d959271","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.2-rc.1","@sap-theming/theming-base-content":"^11.34.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.2-rc.1_1775835394944_0.03430655579419284","host":"s3://npm-registry-packages-npm-production"}},"0.41.2-rc.2":{"name":"fundamental-styles","version":"0.41.2-rc.2","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.2-rc.2","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9d34e6fcc5b31ebfe7e9cf32b9d96e4fedf356a4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.2-rc.2.tgz","fileCount":410,"integrity":"sha512-X7Jq4N1fXXmjdnBvWF01pO0EQ3aTrGowO+XVbeLIqKS6lP3MwcDzERio6+eut1BHqJsF25B53oXjy7EeEJOs0w==","signatures":[{"sig":"MEUCIEENSWtkVY0jx7Nfjh1MqJeKRvYp6bEJ+w3qmXTUPlr0AiEA5PKrX5juerNJ2HXcKS5v/9hfcF1U0LFmzG+rd3+5B3M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.2-rc.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10142102},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"76e303a4fd69c1d589d3d62576d8f4cca1bae106","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.2-rc.2","@sap-theming/theming-base-content":"^11.34.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.2-rc.2_1775846551592_0.6489458858530832","host":"s3://npm-registry-packages-npm-production"}},"0.41.2-rc.3":{"name":"fundamental-styles","version":"0.41.2-rc.3","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.2-rc.3","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b585a4344f0dba8eeba27082cd00b6775561656a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.2-rc.3.tgz","fileCount":410,"integrity":"sha512-hxsHukCSpmMGAltOtl4s+8JYd/a0lj/4CUe/B4gzdB8kEzKjY61fUSISceK/Xw1OnRtSoBflo0TIskrTLk41jw==","signatures":[{"sig":"MEUCIHWCV+8s53BDmGcy/Zbsh1xWxTLFvQROC694BmrrfQEqAiEA7pSWaTeHlEoqQzC6vOPqq0qUHPF+F/YfEQ79ZvPW0lI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.2-rc.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10142102},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"28cedb5555f5a1db1ccad355004b8ddc72d03923","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.2-rc.3","@sap-theming/theming-base-content":"^11.34.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.2-rc.3_1776289949369_0.42327761649727624","host":"s3://npm-registry-packages-npm-production"}},"0.41.2-rc.4":{"name":"fundamental-styles","version":"0.41.2-rc.4","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.2-rc.4","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f27437989a1bf1220285b38f379c485d2b2c4274","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.2-rc.4.tgz","fileCount":410,"integrity":"sha512-4+yWQDG34xAbvMsYtcWktKV2qAc0rE+2ywBZrf21nTR7r2rc7KRl53RtP/IG7mRq+sKmVrvc8PZNjEJQqeO0wg==","signatures":[{"sig":"MEUCIBZ3RI1TQrnJTyiOSf7LgyqcgTgPnDmj8qB29Vui1teJAiEApM1esUfiVYdRtMxvUxL9o2p5gmAHm/sfcUqCKwutxME=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.2-rc.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10142102},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0c0bbc4bc03f5a0d7ba8c694fe4dffb962f734a4","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.2-rc.4","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.2-rc.4_1776430715812_0.41492876055068484","host":"s3://npm-registry-packages-npm-production"}},"0.41.2":{"name":"fundamental-styles","version":"0.41.2","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.2","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"72650d941014fb16288b0f133b8d6033287eee96","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.2.tgz","fileCount":410,"integrity":"sha512-HSVilh3KXblHXC+wO7TR9qr5K3OlN8v2RP6gdTW54K4q2VAHmdPjlP90ZYzyvlntIuKM2LDuDBgCVNVdzVTKKA==","signatures":[{"sig":"MEUCIQCsdgx9OQqjWKB88+zrj2L4/3RH9uSHbu+i8KQecKJU6gIgcpkrm/X7GnHEREL+U8up9bPtaGzLzxopucBGi6L0Fj8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10140672},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e2d0c10ab7ec8471ba55ebc57a6eec8c9035583e","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.41.2","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.2_1776431180312_0.595702257502025","host":"s3://npm-registry-packages-npm-production"}},"0.41.3-rc.0":{"name":"fundamental-styles","version":"0.41.3-rc.0","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.3-rc.0","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9195669a696bfac61dc63dcb00c84fc1dfa9cb55","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.3-rc.0.tgz","fileCount":410,"integrity":"sha512-8ZLWYZcopQGAC2/SsLRDdW7RaAnHIywKFuRSli+CoJWNjNXJIxagHZky1RUCDyb2W/dpz1jwYFxjnbT456zOtA==","signatures":[{"sig":"MEUCIQDVEDrqImIzUH/CpX6E1ORpw34fNDEle1W2KSDQ3dSSnAIgZdY//IQDt9MHQQm5EK5q27nw6GW7z1NIeTpsRdu5D8M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.3-rc.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10142102},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8f6f7799d03497c1fd7b41e51388f74aa18627ca","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.3-rc.0","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.3-rc.0_1776434728737_0.2931338312035352","host":"s3://npm-registry-packages-npm-production"}},"0.41.3":{"name":"fundamental-styles","version":"0.41.3","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.3","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5114d2873bb171b0d91e6c9356bf37757962afb7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.3.tgz","fileCount":410,"integrity":"sha512-hv0Td3cq5BTxdNkL4Meo7UDESTuaWmfMLKF5F+THuEWwLtkhFbyiwwPwR5xdLNFM5baSU84noz76+UrYIubUbQ==","signatures":[{"sig":"MEQCIEIY/DQhWcxcNf4wTWFP/vQlyU3E5hnzSE3Ca/hIBwt7AiBZFsZVycA7QrA/LclfLWBRklbskvxrkNOaTiuyutfA8A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10140672},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"aa7b4b06e87cfdfd5e1030387ca67299b0860060","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.41.3","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.3_1776434962328_0.4058353434363198","host":"s3://npm-registry-packages-npm-production"}},"0.41.4-rc.0":{"name":"fundamental-styles","version":"0.41.4-rc.0","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.4-rc.0","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"04a582e745bcfa02eb23af6be5cfc05eab4c74ed","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.4-rc.0.tgz","fileCount":410,"integrity":"sha512-JG7mtraruEMQbfFhQMtYPY/6/0EEqsOrw+B1H/DZKPQXXaD1lAyNJ+uUGgJuehBA4BtMM0b/I4n8THrJjvGU2w==","signatures":[{"sig":"MEYCIQC8rP2ifbWKAQfZNeTWdhK9AxJcRYn68uHCqABuPH1W9wIhAKFNMChK+YBjkJRfhSGYPCiJVGrUdUpdHyWrcXiTxLZ8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.4-rc.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10142102},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6018cb0511841fd9fa10c2caa89530895ef15e2f","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.4-rc.0","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.4-rc.0_1776439529773_0.34720595248496866","host":"s3://npm-registry-packages-npm-production"}},"0.41.4-rc.1":{"name":"fundamental-styles","version":"0.41.4-rc.1","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.4-rc.1","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0036aa7b70443fbc5f9deddb5a853e9a8e90b7cf","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.4-rc.1.tgz","fileCount":410,"integrity":"sha512-Wlre8wO3yjVD5nJOLTa0/DHp2ZOjcCsU/SLtVi9hzPxUeFBIZ0jr1gsiE4eCbrDnP9DkhhDPbZJxB4pK2RID2Q==","signatures":[{"sig":"MEYCIQDjS0tvXmvo4Z9BamFhO1ZHhocCh0a5QMwSr003BoeVyAIhAIShY40i4Jscg/6D1JK4MU4egMFgkwZlSU3EfF20dbgZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.4-rc.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10142102},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d31694a18bae1d2d0db2fff023db6c1aee2d84ac","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.4-rc.1","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.4-rc.1_1776440020641_0.9504227472798346","host":"s3://npm-registry-packages-npm-production"}},"0.41.4":{"name":"fundamental-styles","version":"0.41.4","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.4","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"84143b6b4b4c30535c59b0bfc1eec83d7160ad88","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.4.tgz","fileCount":410,"integrity":"sha512-fyQAI7vrIPy9ZEFme4t+hLCjUorKusINsMGUkCLXn4xSOAhpR3qHm/K6TXOsnlMMIR6l/xUCroignMmcdlS5oQ==","signatures":[{"sig":"MEQCIAtA7du4NqYntn2H3FSA3Qyp0JWqCqbWPGK+w6RiqV1oAiBt5mz67o2eaDQKx+wR1xS/NFJxEW4/ED171+2pMFflSQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10140672},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0b9feea5f8eb1846a4ba7ed93bf361d1c4019d1e","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.41.4","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.4_1776449370697_0.8874164608144315","host":"s3://npm-registry-packages-npm-production"}},"0.41.5-rc.0":{"name":"fundamental-styles","version":"0.41.5-rc.0","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.5-rc.0","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7b0d4cec57e79617e32a143dded0c31e5cf74d38","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.5-rc.0.tgz","fileCount":410,"integrity":"sha512-IJCQk+wxtOBOFeh2usjNWJnXs001OIBcuvMHyyEPClzVDIkKZmQkMhAgyUpXnJS8RPryEMTh+mBGmcRF+v5xWQ==","signatures":[{"sig":"MEUCIGmNJIyqSSYKQuF3jnU5yDfy7/e9Ld9t6VxYJSmkLov1AiEA21VS+8m7Qq/iIg4mFEN/cT1afl79Yxbw10ADBoc/xns=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.5-rc.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10142102},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"434aa73744da0cf38043613004c6ae24d859b3ba","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.12.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.5-rc.0","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.5-rc.0_1776460417836_0.31123080887932586","host":"s3://npm-registry-packages-npm-production"}},"0.41.5-rc.1":{"name":"fundamental-styles","version":"0.41.5-rc.1","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.5-rc.1","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3cc154bc423d51e013eda941b15b3cc6ea5d8e9e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.5-rc.1.tgz","fileCount":410,"integrity":"sha512-ACi2AjYGQoXfpowOU142yxPppeGMH2RyxrGLraqYL3xF8gaDHHFu4b5OZRGGhrttp4wdcQ2Supw/uHyNxm+LDQ==","signatures":[{"sig":"MEUCIQD5H9LjvG4WIA7QEYV3E7fvJW18o9mgft+7DHQx6bO4AAIgSVDe+P7+T+U+HSPKsPXoz6aJkriHqUAosANBEVN2QlY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.5-rc.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10142102},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b1b1ef271f2b8e360a04f8d21d5be1bd7b4660c3","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.13.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.5-rc.1","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.5-rc.1_1777046268258_0.13271292997325945","host":"s3://npm-registry-packages-npm-production"}},"0.41.5-rc.2":{"name":"fundamental-styles","version":"0.41.5-rc.2","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.5-rc.2","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"edc84ffa736077dc48055601ab26895393a8a1d2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.5-rc.2.tgz","fileCount":410,"integrity":"sha512-5xgwhMswnt2JlrHry72zrfG8tGvuJLaAuka/7FJOexodbbD4xDUJ6L3u4N/TFW5DNX9MU51q+viblBLRLijLKA==","signatures":[{"sig":"MEUCIBKbcKtaSHf5xiDuEsIippHBdRvhbSdFReUZOHM3PITaAiEAiuqNffo4qI9f70FdOHxwPAN5bmzd3AEiw5e6MChpS8c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.5-rc.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10142102},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cb41dfe376cefe98a58d4d3235f87e227b07a1d1","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.13.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.5-rc.2","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.5-rc.2_1777469212495_0.013120549132817905","host":"s3://npm-registry-packages-npm-production"}},"0.41.5":{"name":"fundamental-styles","version":"0.41.5","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.5","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"edfbdfad76cf68fb4ac6a5090a66f510d3590b45","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.5.tgz","fileCount":410,"integrity":"sha512-c0AqKn5QdZRhl44YdissvQZOB8zO2q0LkjsE04486fftCnKUuKRmSZTJX5pDdK3fXG4nFr7xaLjsgDGRFER20w==","signatures":[{"sig":"MEUCIQDqHDrQmNIsAB5Vp7N3gJ8U+ucfKE0vAqtl9OM6T6l+fAIgRtDFnOHEzWY/N2W4Koh35dfY97OE07d5oJ+luZnryfE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10140672},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b1fe7018c8ecc8de81eaf5fe636585dd48f2e8c4","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.13.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.41.5","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.5_1777469474239_0.8593374627220882","host":"s3://npm-registry-packages-npm-production"}},"0.41.6-rc.0":{"name":"fundamental-styles","version":"0.41.6-rc.0","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.6-rc.0","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7496b3d2febd4fa7a563632e6e6aa39122a70414","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.6-rc.0.tgz","fileCount":410,"integrity":"sha512-g1Lo1d7m5RCO7aaDtBZIxxo40o4O8AEDmNwYCbNVgJxfDWfHYJ7vlbsFJ79n77YRjk1xrwIs8+EZ4P627pCbew==","signatures":[{"sig":"MEQCIAy56g+hK0OU24/m1RbvE8HW5ZbDd9wYPpB01rzPDri7AiA/050gfH9/OQJTI7TpDQAj7IwYIqFO+vQuvd+59+++ZQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.6-rc.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10147720},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6821e149de4fda743faadf3eba99ac366d3b9ea6","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.13.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.6-rc.0","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.6-rc.0_1777642510106_0.48493599201392446","host":"s3://npm-registry-packages-npm-production"}},"0.41.6-rc.1":{"name":"fundamental-styles","version":"0.41.6-rc.1","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.6-rc.1","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"44c326a239471214b81657507ab7539f994c51b0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.6-rc.1.tgz","fileCount":410,"integrity":"sha512-9wgLrNJ1X/ZcOD6o1ajyq4JB/ssLw2f2uANOG3ZA8K7RCv+2HZ5aLm9U0oWZoFZ7A7HcWWjWntqhoQcYdJSj/w==","signatures":[{"sig":"MEUCIQD/FNG0iRYa16X8/ymk5ZPCVw1urRNjQN7LMVuXPFyVGAIgCt7dDagq7/fkuj37UrYJe6L1H3n+kyBeCYNvxNb4jtU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.6-rc.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10147736},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"031a3cd896ec8b61f43ca14a46c6944fd076a714","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.13.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.6-rc.1","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.6-rc.1_1778007429589_0.9987752781340067","host":"s3://npm-registry-packages-npm-production"}},"0.41.6-rc.2":{"name":"fundamental-styles","version":"0.41.6-rc.2","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.6-rc.2","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"290c2c165dc7033a7dde79286560024b00888a71","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.6-rc.2.tgz","fileCount":410,"integrity":"sha512-+hkaDp0zYs/FKd9eAbZLn9iYzI56/c+kKX4CDCq8BoUVTqKrfU+UjjiAQz8dgpC9Ik9vQRmBf/NkyTiPVA8bIw==","signatures":[{"sig":"MEUCICoRrExNxmMm+HqOjvJk9g8kVhbfO/hrJjmgCNjGNGIPAiEAkJJfOILn2otHTaoYPpXIMhN3MU5yuNaqq0fuwMx98qQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.6-rc.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10147736},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e2b5618e4d52985a10e29d90d25f825e91979094","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.14.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.6-rc.2","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.6-rc.2_1778096607572_0.8270848987819721","host":"s3://npm-registry-packages-npm-production"}},"0.41.6-rc.3":{"name":"fundamental-styles","version":"0.41.6-rc.3","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.6-rc.3","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"27e7ce5ee28711a9b8eb6c367cfc54ab5679d655","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.6-rc.3.tgz","fileCount":410,"integrity":"sha512-2isvwy+bnT2MfKIHg+jD2Oh/E0rtFTjlrHXYFV2rN9CpiVzvI6Cd1BVi9Bh+aFpyGCK69tLePQoKK9IsEfpJcA==","signatures":[{"sig":"MEUCIFbKgqRvcc9zY6OA4IKLC+Z59RqnFYwFgRuRygD3MkMlAiEA5/BCWIEu0h6MmhsgRwvKl0KnYiUkt7YJbcosSfJcceU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.6-rc.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10147832},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9504ea37c6517f2f35b3f82f550e1519ec063fad","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.14.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.6-rc.3","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.6-rc.3_1778252697125_0.4752641694978874","host":"s3://npm-registry-packages-npm-production"}},"0.41.6-rc.4":{"name":"fundamental-styles","version":"0.41.6-rc.4","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.6-rc.4","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"28cab9b63ac6c1486abeb48ba0f023cd4ac68d40","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.6-rc.4.tgz","fileCount":410,"integrity":"sha512-1GN5p++LEG/I/lbE2BJcacEhZOiZB2SMpJATLiD66kbiQ+NrJ6A6akQ9+BA3OacvxtFfPhcZh+nwm7Mr7MiNYw==","signatures":[{"sig":"MEQCIDVaLsGi3LmRstaPTbRo7u8CryTKv5K+p23vMKcJeYC2AiAQHXZGu71kGf/ZPIQGHPpnORY3lTCBFZjj6qKAAGmOeQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.6-rc.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10147832},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ba55be80d3dfce1a6352c527e5a6f461a08c342f","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.14.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.6-rc.4","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.6-rc.4_1778511379562_0.7486997035179017","host":"s3://npm-registry-packages-npm-production"}},"0.41.6-rc.5":{"name":"fundamental-styles","version":"0.41.6-rc.5","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.6-rc.5","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bf841471f56131413322c9f41793f8dc7608ff95","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.6-rc.5.tgz","fileCount":410,"integrity":"sha512-ExMK4FcwZ2xMPfD05/V0kP1huPiaAs+y7u6QFC23pdTkobZPFbeuyRUMWjXqwTo97w57EWsnt2lJC4wVuIoC0g==","signatures":[{"sig":"MEQCIAwuy4fUjw+UYl1aP9D9gtYYErAgWxqXL4LuMH4uIlJCAiAAvtkMcZqTFZY5elAHgk8kM4zDvTwrzB4J8ojQ7kfMTQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.6-rc.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10147832},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"86e1ea4da2dbe826eb74851f2dfa6f49879a39a2","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.14.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.6-rc.5","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.6-rc.5_1778511849620_0.7894483146283067","host":"s3://npm-registry-packages-npm-production"}},"0.41.6-rc.6":{"name":"fundamental-styles","version":"0.41.6-rc.6","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.6-rc.6","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f982d7b900208f8d58db51e9e2647051cf350478","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.6-rc.6.tgz","fileCount":410,"integrity":"sha512-uVBEMsa/0MHv88HcGwWxTSW5VXbMc47SB7uCJXfpYW915gljukMycihWAlqGdZLEaR5e7mzdJv96NJjC9uHj9A==","signatures":[{"sig":"MEQCICwcDnQNflXcv4K1Uk9dCsoyq66nwWQPQd3NxTvaPe5vAiAgG88L78K9m/I8lFFh2LZ4yQ3zv+p7sk8xH4lgYgdbVw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.6-rc.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10147832},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"fef7837d8d6d25f5ae027ceecc149c736f07284b","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.14.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.6-rc.6","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.6-rc.6_1778514251929_0.21231463292272923","host":"s3://npm-registry-packages-npm-production"}},"0.41.6-rc.7":{"name":"fundamental-styles","version":"0.41.6-rc.7","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.6-rc.7","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"99b24fffdc040b8aa137868a98ebdb2ade63df35","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.6-rc.7.tgz","fileCount":410,"integrity":"sha512-8BkD1JQF+Xi0eWl9d3XuTU/Mo6iAG2LQ4NIK2EAdaZWavJGwV3wEJSvRrLS/j2fj7IQwQk9234TO6xDExNIu9Q==","signatures":[{"sig":"MEQCIFw4+euhVL1Nw8B7fb+Ukrqm/VooKesTf5f8ThymNuR6AiAsMjlZzhv+bvEu+GKZaPQ2L9vqhbZjT3lOJC3n4Uzlog==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.6-rc.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10149808},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"03f398d5821c09297cb4883443a98625d267a3b5","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.14.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.6-rc.7","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.6-rc.7_1778522725855_0.21097377359865188","host":"s3://npm-registry-packages-npm-production"}},"0.41.6":{"name":"fundamental-styles","version":"0.41.6","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.6","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b927af2211182620d17351e4b8f9e106bc0f1c4c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.6.tgz","fileCount":410,"integrity":"sha512-NpyV6j4adoKSydZi2UE7hc4hBv6RV6DAbgGLKxQEeloQ0+0C3ZKR/0BRNy5QaSumzlBg3xaW/nM4dVUJwykilg==","signatures":[{"sig":"MEYCIQCJi5GUEg7otH0C522TMn9jywVat+vw9I6NyM4fmavyigIhALv1/czz/daJkvc5PDYoukdoNe/E6FEzuCD4ZV5sorjA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10148378},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2db743762fe0514b72ba8006e962d1f944b4fda4","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.14.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.41.6","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.6_1778523653088_0.5621747122382119","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.0":{"name":"fundamental-styles","version":"0.41.7-rc.0","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.0","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6202065bd512daff2b02d569d3240e28e2e5a3b4","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.0.tgz","fileCount":410,"integrity":"sha512-Kwk9f5J7Qp/OWRDNndHOPtFXxaR5OHms5R84FdKF+q1nn2pzwsioqM+y6PVBp6+EUxwN9oYE4FCHtMY8Mzb6vw==","signatures":[{"sig":"MEYCIQCv9j29+n+MVtJugHY0fRaFsJAkXdfOukuTU1h0Wv7KVgIhAJ2GFj/Pt+gbQskcVj3RwORD7KyEA3GhwBKhm0kOK+tt","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10149808},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"65f929d1fe06d4a464e082cbafea38d3f38aa286","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.14.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.0","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.0_1778704465407_0.9405597187648214","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.1":{"name":"fundamental-styles","version":"0.41.7-rc.1","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.1","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ff600f414d55b68d8865192f2a213d461f5211d1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.1.tgz","fileCount":410,"integrity":"sha512-Hu8AeF6REZeeV3kxZi7BpkDTpj5nK/lCDJXUiDtuKuh36El69KOdUog8eQCyGRrMLbEbdOO+YfB7EJfRL+IRvA==","signatures":[{"sig":"MEUCIQDwIvX60ErGr9fUoHlUsZaluonA1EGp03C7/NOJfvvPOQIgS/m/fgLqJXR276yMenvs6bpnLQRsrOo9mduQDRLtE/E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10149808},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"480abe5860ddf3bbec8e0142e2a55fba27eff024","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.14.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.1","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.1_1778776152843_0.7559298880439136","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.2":{"name":"fundamental-styles","version":"0.41.7-rc.2","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.2","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e8f83df87e285163417c0f5a25209ad5ed9825a0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.2.tgz","fileCount":410,"integrity":"sha512-/N/aMS8z/PEd5w2ycy9lLrDrFk6K+GH7Tk3jNDIyoiQfni62qczSjXNGpdO8Izj2IufoJj7z2q2r3JASIWADCg==","signatures":[{"sig":"MEYCIQCuHlM7cqL0xHLGNPBiEVoG8K0dK/QcF61lYh+m4JyF8AIhAMBu+iZ8DRkLSme8B0Iztt3R2ZE/BZS673mll1UXx75e","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10149808},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c1934bb93f13e4c3c05eaba66701f7e7acd2d224","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.14.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.2","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.2_1778778368995_0.4547397027788571","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.3":{"name":"fundamental-styles","version":"0.41.7-rc.3","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.3","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b9446201d7ee8a6390d4685dacb41cb0bd4a9503","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.3.tgz","fileCount":410,"integrity":"sha512-fzSCBJvEjzPFX75QCji/zX5hVy6aJ08CB8BfEzZfj14jaVknZXX282zGxWLLZzH5E0PEm6tt3J7IjxY2fmrMng==","signatures":[{"sig":"MEYCIQCNUpeAao4GMpUh96sV8zL2xaqCRUG4186pDbclEUve8gIhALeXo559oWaQWIPtF5SYDQ6n+/otEIfN0Ox6PFnO/EEd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10149808},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"72069e2e20109402df13ebce1df48324b1306143","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.14.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.3","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.3_1778865458086_0.9838213848802051","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.4":{"name":"fundamental-styles","version":"0.41.7-rc.4","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.4","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"21bb19520c86a85efe05fd702f0d01f04f147b22","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.4.tgz","fileCount":410,"integrity":"sha512-eGwroJWNTN1PrvjNlx992jz9bOxnyDiDmqcsAonZzBGOlmxISnZA9ZClOkggZUF8a9rYqBOHZdzfhq/X5yJHgQ==","signatures":[{"sig":"MEYCIQDpQvnV+tBP0yhyVVwDaoJFjUWGyowWD/J3IjIgTs5/LQIhAJuE4oNmtFD0wOGc+naVEk8yTLrSdxU/GuZ9CWCIdQZ+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10149808},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"46c6f2774ac6dfe071e7e6e834beaf62f1464501","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.4","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.4_1779369419891_0.574740951630544","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.5":{"name":"fundamental-styles","version":"0.41.7-rc.5","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.5","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"5d675a83dd5d59df81363c93208d0c4d9d6a5c6f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.5.tgz","fileCount":410,"integrity":"sha512-lDxpKlkxjenjZ57mjoLqzUcJICbvXlmduzXACeGVGg+mvB7Yu6LofQcjoRGlt2hd35nwyV0vp+nXeRhNRlMsLA==","signatures":[{"sig":"MEQCIFcZmS0pa5w9VTahh2rMMWAo+xLeV1NfOhIbcppbXLGGAiBGVl4H2ldpUo2tE5sBa7N5OtnbhZLbuOzYc6AlH+41VQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10149808},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bef7617f8484f630d29acc67ce756fecad6788cb","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.5","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.5_1779493032480_0.8135346812251218","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.6":{"name":"fundamental-styles","version":"0.41.7-rc.6","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.6","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e390b87d6199e0b56b6329c27d5c78b7489644e3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.6.tgz","fileCount":410,"integrity":"sha512-3/ZJHv6TdbexDoGkOyZcNtn8CMm4sm3SkabVCU+c0m8CPsltGzRS66JWACqcbnfP8GKjrSgePzZR13Id2NQWHw==","signatures":[{"sig":"MEUCIQDKOuMvqDUQsO8LjZObG4E01+5ZInndp6URBsMIp9OJ+AIgf57eeaoRpqpSRZomQAxS1YYjjMPJ83rvXuwzvgCxh88=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10149808},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d0e297ffbbf752fe40e10b153ad7abcfc340f49f","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.6","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.6_1779883666130_0.8854003951499583","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.7":{"name":"fundamental-styles","version":"0.41.7-rc.7","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.7","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b1fe376e55170ab199fcd282c0614c40fd8a5a25","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.7.tgz","fileCount":410,"integrity":"sha512-VUhUmcpXY2gw+lkWi3N49sEsaDyWPNbe8b3xLdqkg307AzRzql6L9Vii4AazcAswQR6i7uUsVNUx7Dj9dI/lHA==","signatures":[{"sig":"MEUCIQDniN3y8+CPXHjtqxx+3ZenLBQOUl+HVOFcwiUY1jWMCgIgJKrDJ1ua8YlPi8hWQU5trjKXyNkQWK4jA2olQflgfqk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10149808},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9ecc2380db67b145a22315aaf0df72a51383624e","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.15.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.7","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.7_1779905183786_0.8064685063105963","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.8":{"name":"fundamental-styles","version":"0.41.7-rc.8","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.8","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"88091fa6b59e16385f49041112bdcb4e96a211c9","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.8.tgz","fileCount":410,"integrity":"sha512-b0pPvXrvaorZvZ1rGSwQcwleR8NIrO0MYrJr9u0ah8VDQvdTfArOstviwhwxhkqlPVaPs12i5J9BA3vb57s6jg==","signatures":[{"sig":"MEUCIQDsIgPI1h8OCRjAfMxm1ECdmHNvAmLruVeRShWcpFHL4AIgSLfhadFyJgthBZR5zcwwKNY7QlAdirZYixMXzFkpYE0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10149808},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"61a2f2b7644321e3e0c5c61a48f3ba2f24ba9618","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.16.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.8","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.8_1780043983538_0.7015909276579362","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.9":{"name":"fundamental-styles","version":"0.41.7-rc.9","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.9","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a2fd092661ee9003f7955588ca1321d86c3a45e0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.9.tgz","fileCount":410,"integrity":"sha512-B/82LqH1/cMzU2UZgLALVBY47TM6PIUKibG4u2DasHeDixkwtxz7zNJij3lua5WU+nwmsuMulGWtYColMgwh5w==","signatures":[{"sig":"MEYCIQCc19fmpaT7hUA++17DYIedmTi70W6CHZGiAJZZVlSDSQIhAN7W84qlx66LyA4S0GXmsjIaxyMnNrTNH69B5uc0M49d","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10151728},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bb10c7679e42bbeed96686a7f76c4744cf795b18","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.16.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.9","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.9_1780424324696_0.9866486907624135","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.10":{"name":"fundamental-styles","version":"0.41.7-rc.10","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.10","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"975ef073e733b9e974d837ebecda7c60e0a80aea","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.10.tgz","fileCount":410,"integrity":"sha512-Yt7feVzw3YEXf2h7fpEHya8rjoBCpNpd820Wc2CMDpVoxrZznPTtkRvVyI/ZW5bTgqTFAYPP+oUX1EZ7CumXeA==","signatures":[{"sig":"MEUCIQDJU4wWWElMaV7w13ceyYOC/M7ox3g0KYdmFld50POfNQIgIla0LOwnb/V0xxnWKL8ffo678UDnh+EsVtCpxJSk9QM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.10","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10150246},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"de8d6da52309e7ad5a08f45a83d19347473f6cef","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.16.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.10","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.10_1780425664130_0.5441380581810022","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.11":{"name":"fundamental-styles","version":"0.41.7-rc.11","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.11","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"f8e8b401f0779176d2abda569f7828d54d225430","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.11.tgz","fileCount":410,"integrity":"sha512-cnUveQuB39rBEtLI3JcpIOQqbxDgL4Q9MQUep2KlPYc3QKg3/dXL7w6JKHKZRM/rJnQWzr73+pmu5Dyeb/ITPg==","signatures":[{"sig":"MEUCIGSzXMoWHPNDYQkmj8/UF/LuO9kbFyMlA9DhUBI9MBe5AiEA2i5WcmRw6fFoFsuaJYTEx5MEud3229Dw86lPeli+M28=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.11","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10150246},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f9bf0244b2f96118668f573d6fa36964d92283cb","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.16.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.11","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.11_1780577344433_0.8310327704172871","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.12":{"name":"fundamental-styles","version":"0.41.7-rc.12","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.12","maintainers":[{"name":"pmuessig","email":"peter.muessig@gmail.com"},{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3114950cbfcc8e23b8191dcb703dd2d261376782","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.12.tgz","fileCount":410,"integrity":"sha512-Yv0ri0eQAiV7yRIWFNQDPIY4iceuFDyUOlgp0wtPq5hX3W58rI4flC0E4WId/j+FkFbCx48UbEV3fQM4jGHC9A==","signatures":[{"sig":"MEUCICeligVrviMBJLg/Gz5jXy88XoAkuzVRcTvErSfS5DM4AiEAhcHBMWhB37y6a2Iw9WamAWoe+7tKO64dG5C/60tJHkg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.12","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10150246},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7d4c3d1c8ffa69d80bcf0a698d678437c2c2c541","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.16.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.12","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.12_1780583851583_0.19695388796359126","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.13":{"name":"fundamental-styles","version":"0.41.7-rc.13","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.13","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"a9040da8b5445c3b09ea61cd95a62a976c0929a3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.13.tgz","fileCount":410,"integrity":"sha512-wuozkU17/BEzDRIpx9ISv4fF4ad4WPyvIrdxLtOlQB2fUEoz4qj9ZZpLQWciYyA/jiTOxO4O5qVJ4OFCsJddEA==","signatures":[{"sig":"MEUCIAcsKf+BHZNxY8oVT4Wb+JDiMmVHeWeUZc6whlcoa5oEAiEA7uWf0MfKrj+yBI7fVV3EpCW99ESVNd35KwJEE5Wobo0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.13","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10150246},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"280fcd4cca96a11c86bb8e747460c91cd4e1057a","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.16.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.13","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.13_1780673324731_0.5776978424720116","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.14":{"name":"fundamental-styles","version":"0.41.7-rc.14","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.14","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4c873ebee46f388d560f1aec019e22a3a8d0c3b5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.14.tgz","fileCount":410,"integrity":"sha512-BRYWifIVjWJJee+NqYr7Hsnmas463f4QUbRebQ7VsBhVCelcmaJdBA0PNOZc1Kxi+npEb8ylyxl0bu3F/iFrlQ==","signatures":[{"sig":"MEYCIQDq2j/121rIPv6pPW0v1cN4PUpEIo2n0aMcRc3Fnr6bjAIhALQf+L16Zcj8ZAM0cubkePf+9eOSPvHWZT+0P4gRxchN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.14","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10150246},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cdca639501e240b1ae695d463cae999d4edbbfe2","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.16.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.14","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.14_1780686748972_0.5214811240205433","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.15":{"name":"fundamental-styles","version":"0.41.7-rc.15","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.15","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"643bd6ae1c2633219418ce1b59cf9d5474f5d244","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.15.tgz","fileCount":410,"integrity":"sha512-zL7cm8oBhZkwhsBUlst4qxEU96ZWQC3snESBQzM5TgEOLgCjDaQWsQJ47wGn8frKeyGbkniPVR3KcLM4+9BecQ==","signatures":[{"sig":"MEUCIQCLt1+Bp4EmuU23Zb8u0FVDX43HUBQJy5vQw31NhvJ2fgIgfJo3ECVqmOXQpKQTYGAPj9s9D6SeER/PTCXZ4pX+mSg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.15","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10150642},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6ead6a23395cc283570e2b327a491ff3f30e982f","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.16.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.15","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.15_1780939091912_0.8443452464991927","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.16":{"name":"fundamental-styles","version":"0.41.7-rc.16","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.16","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2d28c8aac3b945d0815b2135a3f87b8ec66f970a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.16.tgz","fileCount":410,"integrity":"sha512-KbOiKS4bgbqEo98utC/5giSoruzH6qR0nGZY0PPkpS+qjNJe8XwBB4nwA3KLHy/8T0PmIRqQh6fMteC6AWIN8w==","signatures":[{"sig":"MEQCIBLOPmMhN2paWjLEFi8ZLIAXGUQBOkMXpVD1yicg6qvpAiA5u012HqsBeDf6Ac1JgxhZTWUwWO5T36gIFDwjbi0ESQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.16","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":10152702},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2dff0d1afc58e27e8e64332fca90dd5c3e4f95e5","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.16.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.16","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.16_1780943329155_0.08301507260837071","host":"s3://npm-registry-packages-npm-production"}},"0.41.7-rc.17":{"name":"fundamental-styles","version":"0.41.7-rc.17","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7-rc.17","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"07865829d6ad9dd05a6a22d71f7e47b286b85038","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7-rc.17.tgz","fileCount":578,"integrity":"sha512-B3GmfxrqMXKCJ0ZCsgcr3T1NMTbJCYzcenvbSKTphLyAKsz5jyl8To3vlxyq7DnZz7JkHYh0hoqpdhKH0/NqEw==","signatures":[{"sig":"MEUCIE9Kh4uxgIq/jjvtgqiJr7A1OOjw54PF1gCWlDEF7WSAAiEAgA2t7ki5ILJIx9H5+7gComojCJo3oopiS6Rsl9j0WT8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7-rc.17","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16060916},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"934ee38afb746474a4c58253632e225d777128d7","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.16.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.7-rc.17","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7-rc.17_1780944240241_0.4604463854604097","host":"s3://npm-registry-packages-npm-production"}},"0.41.7":{"name":"fundamental-styles","version":"0.41.7","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.7","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"872fe543a429fb902e9b97d20fa9d774d6b0688c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.7.tgz","fileCount":578,"integrity":"sha512-yhjaNcQQs71fj3OorVwnVvUsTlNPoaOc4Sv2cU0dt5MxeJvIGisDq8sLjTT1UPyj0OZ0jZhH+tZmPp0yRFsuwA==","signatures":[{"sig":"MEUCIQDrr+6daLJRKiqeEyIo5Y3P1QvSycgMdf0loqcJPlXpXgIgA0t2UIunEM1HNkIqVZbwIc9cr5sZOpKwGoXYkBhdcn4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16059200},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"d10b17b2512025a9c15e487ba6583ae2aeddecb3","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.16.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.41.7","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.7_1781029863378_0.30011556083015467","host":"s3://npm-registry-packages-npm-production"}},"0.41.8-rc.0":{"name":"fundamental-styles","version":"0.41.8-rc.0","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8-rc.0","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ff6378253a63b4afc0ba009b24293325e9ef6321","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8-rc.0.tgz","fileCount":578,"integrity":"sha512-dQt3GnTirrBFsSEMXua29PYmvPveic4aoi7p5p2P6h7JAw16QEvJ584EEo88esnq4Jhbso8hqGkQ7VaaC+UmEA==","signatures":[{"sig":"MEUCIQD3lthbYYxpH8sA2rjHUlIHO+mLY4ZO+Ovz4ln6KgY/3wIgYrBeuficlUEGiKs3rQsBXChdWa7ee+EV92Oly770tXo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8-rc.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16060630},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"634c8413f4d34e1cf90f9994d25fbfa3d963c08c","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.16.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.8-rc.0","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8-rc.0_1781190483809_0.1747249174797898","host":"s3://npm-registry-packages-npm-production"}},"0.41.8-rc.1":{"name":"fundamental-styles","version":"0.41.8-rc.1","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8-rc.1","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8330ad94524000557cddb8dc1181d2d039686f0a","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8-rc.1.tgz","fileCount":578,"integrity":"sha512-aCmW+5JOaNPVXP8X07pP5jKem8kCGZwmqfN8Dywtczp5u3NAkPqaTIfYzIVc/qkV0NDZz8rFMEBbXlIPPwmfLw==","signatures":[{"sig":"MEYCIQDKoF991K+nJgkUuj9CTh2GEoU16ClfPXq2aaHiP4Z4oAIhANvxHVE/H5BcU3fGQ3p6lyrNrdtRLs/IMhVMqmaBDppS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8-rc.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16060630},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1c705cc41c0baff8bd4ace3e4e29e5a8ccf4ed1f","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.17.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.8-rc.1","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8-rc.1_1781551656732_0.8327356197156326","host":"s3://npm-registry-packages-npm-production"}},"0.41.8-rc.2":{"name":"fundamental-styles","version":"0.41.8-rc.2","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8-rc.2","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d4eda525f6be0d7563d3c6c611a09ac7cbfe8fdb","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8-rc.2.tgz","fileCount":578,"integrity":"sha512-KDeyOiWFL5PIXFVTXca3/5xF3vF1/TBQ8sQGxI47nGEDq0FDgxuX5qeHrQ50Tvt6r4ehbCHlNmXey/t/x5XPXw==","signatures":[{"sig":"MEUCIHrgqhYa4vfgU09UK0ZdBvzaGV+UL7lm/ZcnzekJgb1+AiEAoxSyxGVHJ+YzyOIb1bWof6WcnK7ew0i2h4YlNw2O9To=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8-rc.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16060630},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cbec571f393666e08661ead534f5985ece83e9ad","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.17.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.8-rc.2","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8-rc.2_1781552495365_0.4674558728604554","host":"s3://npm-registry-packages-npm-production"}},"0.41.8-rc.3":{"name":"fundamental-styles","version":"0.41.8-rc.3","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8-rc.3","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"99cffd6f7027a54761cc271ca21bb990fe148087","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8-rc.3.tgz","fileCount":578,"integrity":"sha512-L1afBhBwjF7SUShtyg5o9OcXsq+Y8AbQAmvNGEjOgg3t5O1l+OKxQy5XbyOjdv5hMMgNc8TPdQR5NhdOmLyKJg==","signatures":[{"sig":"MEUCIFQ1OHti+7U3J38lZOGEXtRnpxelgH6iWYN1bSMXwBJ+AiEAyyE98mkVT9+5/f5CDe/R//cdXXGiNgOZYKJjsBCOo4I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8-rc.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16060630},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"f5aee72ae38e2c681a85af598014a3ae04ced107","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.17.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.8-rc.3","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8-rc.3_1781552813751_0.2168384523412601","host":"s3://npm-registry-packages-npm-production"}},"0.41.8-rc.4":{"name":"fundamental-styles","version":"0.41.8-rc.4","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8-rc.4","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c5306987f891ec8bb616934712bcd2248fb2826f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8-rc.4.tgz","fileCount":578,"integrity":"sha512-7a3F7JPRez+A2thrQwDvQRHYrY+IvuTk4dYM6uu/Qxd3WWrQ8vkquovXjs074UG+txYTHUwIfeq+QVWor7GOAQ==","signatures":[{"sig":"MEQCIG1762V6mvepAQlPFNq2fuz537yzIPemACkn4uopS5DDAiBlhR9r2yhK/dtVkgcfqhgX9tOdz0IaCGzEDOzRx+IXnw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8-rc.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16055004},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ee05f185ae3e9cfde7a5621b21cee3c72f4a05c2","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.17.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.8-rc.4","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8-rc.4_1781616881999_0.42395236377589396","host":"s3://npm-registry-packages-npm-production"}},"0.41.8-rc.5":{"name":"fundamental-styles","version":"0.41.8-rc.5","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8-rc.5","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e4fbfaa0d185dcf800fcc46ace0d696aba852d1b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8-rc.5.tgz","fileCount":578,"integrity":"sha512-hwvE8S3oL4YlHQaJp3l0j0JfQL2xX61zjGF/BlLRV/Wrqi/CR9cM2KGGxr4cZGeLI8KJMnAem/nYfDb7hTdm6A==","signatures":[{"sig":"MEUCIQC4vk5tH3wK4owuspq5B+3usymR3WBXWH6f3XPB49LSXQIgQS29jM0yJPqNkTBot6ZMLTKO9ETwQg/g6ax8fgwYYdY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8-rc.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16055004},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"72c772f8fae40be2dc0d598f2bf7412fecc3dd3a","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.17.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.8-rc.5","@sap-theming/theming-base-content":"^11.35.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8-rc.5_1781622798732_0.517637496863598","host":"s3://npm-registry-packages-npm-production"}},"0.41.8-rc.6":{"name":"fundamental-styles","version":"0.41.8-rc.6","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8-rc.6","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0f70da3f4d742dca6c1efeaa660903eec7d4fde6","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8-rc.6.tgz","fileCount":578,"integrity":"sha512-mfi5Mq4tNTGWgExObHA0SakpMzUxzISHZBYKC2B1jpqALISqV0t8zjWUy4x7tF5qns1SI7PA3fMaqu8Fl/kRAA==","signatures":[{"sig":"MEUCIQCLvLI/q151hSE6llcJ/7He9XzRJ5RySpSwaTkBpv4SegIgIX1ADJJpqjlDNICcM6TpROUWPk6N4Azea4DxqY2VLmQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8-rc.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16055148},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7ee48b398a096413d9ad05c96b066add686f584c","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.17.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.8-rc.6","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8-rc.6_1781623106412_0.4123378232645898","host":"s3://npm-registry-packages-npm-production"}},"0.41.8-rc.7":{"name":"fundamental-styles","version":"0.41.8-rc.7","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8-rc.7","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4d19a7176fd7e5964214bc44ead0028e7b08d3aa","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8-rc.7.tgz","fileCount":578,"integrity":"sha512-MKCgSps16p0G7oM5E/hfrLDZ38HP9bcEFPqIOurscrizWpNQEAf3bwIb4amwOGS2NAiRBY5iOlVMUytw6s3tZg==","signatures":[{"sig":"MEQCIEFrhL5g3iyEEQksfWpY3efWL2Wk5iaoxvr8VFtwUlkZAiAFC7PY+w0lA/eYi629cZcbOEi9w1LdFelfTtS543L+gw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8-rc.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16055148},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"4961286d81590799c55723ebad105cce7e0141a8","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.17.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.8-rc.7","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8-rc.7_1781628523100_0.4938846611807004","host":"s3://npm-registry-packages-npm-production"}},"0.41.8-rc.8":{"name":"fundamental-styles","version":"0.41.8-rc.8","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8-rc.8","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"0b6922668f94dfe247fc56e1d6fccdf181d7734f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8-rc.8.tgz","fileCount":578,"integrity":"sha512-qm+q2rYcYoEADTBQlo4klahdj9Ob+sV8kJmpXPBSZOECHrZgKuvHEEvnW3ESNts6cYWAq+7A5XuBFio8WHFQUg==","signatures":[{"sig":"MEUCIGk3rPhn59f1SxzsYQZOz0Yr4OBBxP+XsHu/+U6Acys0AiEAs5SKPMpVo1nBiVba6TLsd7duuS3bcENTdhnweWvCXdg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8-rc.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16055148},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"ee432150bce0584d0aa9c50cc7b46b50e1cfac23","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.17.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.8-rc.8","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8-rc.8_1781628792271_0.6377616545052522","host":"s3://npm-registry-packages-npm-production"}},"0.41.8-rc.9":{"name":"fundamental-styles","version":"0.41.8-rc.9","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8-rc.9","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c6f231cbf44d88c66e0201e8df761845dbdab625","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8-rc.9.tgz","fileCount":578,"integrity":"sha512-6donxarxOW6OcPsj5SKa+3McQeBGeCYivuYSaUSFgUCcVAJDXAoYfRPKgKTZEqzl2nlAVYUOT+kz+98lx/k2oQ==","signatures":[{"sig":"MEYCIQDq7lfJXDhTMoev6uOWoHdarj7kDcILLQcLx6AGSREAZQIhAJk67u4/TuLoJXS9EJiO2w+cExVbQJtqrD6UFeum0jae","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8-rc.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16063277},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"06295efb86485cffe53cd8e866874a33b6c39233","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.17.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.22.3","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.8-rc.9","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8-rc.9_1782212046017_0.9079063499067348","host":"s3://npm-registry-packages-npm-production"}},"0.41.8-rc.10":{"name":"fundamental-styles","version":"0.41.8-rc.10","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8-rc.10","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"48cd69fcf56ec5037c76f50e97677073e1992a53","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8-rc.10.tgz","fileCount":578,"integrity":"sha512-0b90a1Wv+N+3L9y3SPCpBhgZpEQtMhEB4DaoP7yl4DITzPfpDR4gg+zCieQM6RUvh/1sfShZoNHkhqb5Vhbv7Q==","signatures":[{"sig":"MEUCIAaT7+LPxbrWIrlY9iRm+0xb4grgE9vhG1JxQtsdRIi4AiEApLBwuRBO+a1VaoaSR7CQDh027Nq7qhGQIDwNaK+5+6M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8-rc.10","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16092482},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1593ea2c3754a45fbff27e0774e36948726be0f1","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.17.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.8-rc.10","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8-rc.10_1782463484882_0.9809387836578733","host":"s3://npm-registry-packages-npm-production"}},"0.41.8-rc.11":{"name":"fundamental-styles","version":"0.41.8-rc.11","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8-rc.11","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7b6c93327e24d1ca3005d9c53c4faf3af886aada","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8-rc.11.tgz","fileCount":578,"integrity":"sha512-AGsBrO88/OFY0gcIB+8PgY6VEC9D4zUTgWFAPQwZ3br9zy59YpotvErvOHk7WjUPod3YNw5XVHyVdl5sCMrtVA==","signatures":[{"sig":"MEYCIQD3mvbP/7dz16HuLQ4ycTYXZ+cqcVTF47XQgx1fbQoVbAIhAJXUbw6snEj8YqMdFakwINpfK0cS7isf9sLLKcaXQ7Yq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8-rc.11","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16092482},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cc265f0e3d13d9fb3a20a972e2a27a8d3fcda6d1","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.17.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.8-rc.11","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8-rc.11_1782741132505_0.506882231018216","host":"s3://npm-registry-packages-npm-production"}},"0.41.8-rc.12":{"name":"fundamental-styles","version":"0.41.8-rc.12","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8-rc.12","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"12f27de813eace9aaf5dff100e240b8b1f8a5fd5","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8-rc.12.tgz","fileCount":578,"integrity":"sha512-o69PR3p4apDt3nKJnv0fFKURBIQ8Dx9DFUYW8ppFH2GnS8XgT9dcfP4SiNclypyXB+m1I5fI/UMilP6+zIyeOg==","signatures":[{"sig":"MEYCIQDaWA3KlUiG047QGgG8xdOMMhvbvzvgqFyu2N+b+AvAxAIhAJwGOvsfhyYDQqCuz4JMAnW/cE3UTO9dHtVXA3aFBHe+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8-rc.12","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16098134},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"3edd24a1ecee576fa44d55e696b8c7883ab857e0","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.18.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.0","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.8-rc.12","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8-rc.12_1782831894864_0.8165635673790066","host":"s3://npm-registry-packages-npm-production"}},"0.41.8-rc.13":{"name":"fundamental-styles","version":"0.41.8-rc.13","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8-rc.13","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c0bd7acff65db5c0232bdf0d5a019730b425ef0b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8-rc.13.tgz","fileCount":578,"integrity":"sha512-0gAkDcryBs+OHvMxHTUU2EYaJLr5QaDM9/CSgStxM2iyOhh+0x072Q7bDbPmPaIgNTmSlPKgVWA7K+t4DH6Snw==","signatures":[{"sig":"MEYCIQCTvbSzGBmdmDiMhLLPtfcY8uZYLzI304+Grk0smxwnpAIhAMRaUZ3vgkDGSbjnGqwNvxvg2NrlI/VP19dr+q6fjw0D","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8-rc.13","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16098940},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7039a28325612a990402055e3bb16f999a739e05","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.18.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.8-rc.13","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8-rc.13_1783357180793_0.23518709611144528","host":"s3://npm-registry-packages-npm-production"}},"0.41.8":{"name":"fundamental-styles","version":"0.41.8","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.8","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c984ffa8d821f39d41e9507ab3b309aef8bc7909","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.8.tgz","fileCount":578,"integrity":"sha512-yvzQljYXZqzwVqotXovWP7Qr+Uu7jeFqr3XD3a7iTNP81Z5UdaO7b/762ngCFQLqit/cm3jCEcyR8VPI1hw+tg==","signatures":[{"sig":"MEQCIBwWI18i6hIyu0RAjO004oG3H7Nv/rbx25H2GuSTn23DAiA+PspChfP17NRNcSiQg/iLT3o/HDEpS62KMPKmT4Z08Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16097224},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"9e05707a4580a236b19b8f048a37d42d9f1b3bb3","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.18.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.41.8","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.8_1783357758690_0.3238686509449904","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.0":{"name":"fundamental-styles","version":"0.41.9-rc.0","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.0","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"725698c69ce5e55e72464ebdc21ff7009e581b20","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.0.tgz","fileCount":578,"integrity":"sha512-/Wmo/lJqCdmP59/jUwfU+NHeO+dzl4zWa33Cx9W8mSIKm0S7s2cHdN0elJ4GnXBfGiWjo5j5wTj1rlR7vgko5Q==","signatures":[{"sig":"MEYCIQCwBvSfWf2dCv72eDvm3EbmOZA9aU64+S0UjFL1COqJdAIhAPR1skCOXP7F2dFCcmtJOnSbDgnpOM/+yo4P/uMDu/B1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16098654},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"0af628ac9518ee8cd113311e1525c090aad23f9a","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"11.18.0","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.0","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.0_1783534312176_0.6499272415623789","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.1":{"name":"fundamental-styles","version":"0.41.9-rc.1","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.1","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"bf77254736e317a699915bdf48bcf8956d892112","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.1.tgz","fileCount":578,"integrity":"sha512-aEXODQFP0XrfFx/mJ3DiL90Wwvf+89NZBOwLxG73m5skzHLS6QHZUaY3Jgv/F9Zi3sRK8fhuHWeD/spWDvVHGQ==","signatures":[{"sig":"MEUCIQDxAP4hON9sIiLU8hWvn46PHh5SMBMW6w+koucgzDgiRAIgNjzEXI6XaNXsHCOtj4C59z1FxS4YZTChmVODQuk6Zfc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16098654},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5b019a92363fc410066c13d9d54985fd351eebbe","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.1","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.1_1784900907986_0.4600536629433556","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.2":{"name":"fundamental-styles","version":"0.41.9-rc.2","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.2","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1e80445e2f2b11e6e654002d4cb6c81d378bfd85","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.2.tgz","fileCount":578,"integrity":"sha512-JIHxCBfvosFixmF5Ul90/yR1AGamWD0TdIpwrwffMD+ovXAqgf4L/7qVmHV3tgBCaXsBgdz1RRq+bPZ+sYfVew==","signatures":[{"sig":"MEUCIQCx/+a2ekc2oEi5h70426S3Bvq9BvuUrVzb9RkwmdCP2QIgbJM7rXOOvV0wNHDSAQkP2UpzhryMVFmVd9ClVXqNJvA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16098654},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"7518484e6bfa250876126ac01e056372a325439f","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.2","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.2_1784975504260_0.9654096311816809","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.3":{"name":"fundamental-styles","version":"0.41.9-rc.3","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.3","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"793c12dc2f3f26b718ff44f58fa645cc5ebd3318","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.3.tgz","fileCount":578,"integrity":"sha512-STG5NxfotjXbQacgFTHKYsJfbVZOE09LXOIgWLwB605KKSFJzWbbvbl8Q4rq6TYCI4kaxmQjAkRGOihgq74ZSw==","signatures":[{"sig":"MEUCIQDrmXDuIAMnAWOpWv9l3xy26H00CkS/6AXxLV/pkF9/RwIga3sUCK5La3p1o/KyIkGKzV9j3CpMwTixvn1ElOeZ4NM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16098654},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bb90bc018db475c5c2ba7ad2241cdb649db7eb97","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.3","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.3_1784975890040_0.08046698429784516","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.4":{"name":"fundamental-styles","version":"0.41.9-rc.4","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.4","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ab92e712f1cce9d47c5785a7fb6528d2bf5349ae","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.4.tgz","fileCount":578,"integrity":"sha512-8Motx805iO90wm1NBXQ1FKwIR5f2sNuUz6hSbey6/NncKTSRtbH2OjWk3ubVb9o4hQ685USttIrHYfp9RgJ96A==","signatures":[{"sig":"MEUCIGsrBydLbgyydmBXXc5Na34+JsEbrhKp53E8OS1ynRbnAiEA6MjOIKVIHAFLoGIIarpj3Ccb2fp1m+mAOvUYWnUXftI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16098654},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"c44c3339c3f80a5d4742621eece49927dbed1c98","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.4","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.4_1784983558452_0.8279275171680547","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.5":{"name":"fundamental-styles","version":"0.41.9-rc.5","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.5","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"32164f0390cf69577423fc07c66935298437cce3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.5.tgz","fileCount":578,"integrity":"sha512-vb6x1NSOW6fR+bm/6EMTKaQKxbc+q4+ucvzN+DDsF6ptoLtt4GSQ7SxvfrL2yH++ZAlt6hCYH81GeOECXVHJRQ==","signatures":[{"sig":"MEQCIA2vBqiNjjwGYogYRh3RoiEgWUdObHN+aavXeeefHOZuAiBKdEEj/ZPvm3rrmAuU3Qfkll9pbUcs7OqUez06dsxi8g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16098654},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2750b9f61d3409fd3eac31e72c1b47cc462c0842","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.5","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.5_1784986497205_0.8228107987295563","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.6":{"name":"fundamental-styles","version":"0.41.9-rc.6","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.6","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"8fbbb3d6f66b52a5986a2d83d849191533cc5273","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.6.tgz","fileCount":578,"integrity":"sha512-XENiZoAOlboOpYHonAuM+URCpHQ8IGZqXjrQHiSx2Y63ngjzxoFYAEzwzA6bszjnhtZ9lsGJ7HG3QtvqNH0lTw==","signatures":[{"sig":"MEQCIFQfKTZlByTX/KWesIJGjRzRkd1YP5QDu1xJ2ltPjToMAiBEJtU7N3UhL0anN6SFxlEk+065KpoKmg4JN+pP9hAQhw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16098654},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b53a26e8edf33597a52065609e5ac87928131a48","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.6","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.6_1784995868706_0.6220274490359341","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.7":{"name":"fundamental-styles","version":"0.41.9-rc.7","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.7","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"baa4479d0fbd402ac56593bfdc9aa4d905bb87ee","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.7.tgz","fileCount":578,"integrity":"sha512-cqn1f61/Y0RSbCeC+aVw8ojsM+rjbRgrHhoolTpvloXRV/HQT8KzwGAdzgGxh+HIMCKjssEIrYce3umVwHoL6g==","signatures":[{"sig":"MEQCIGB95OzVYXAlyyrkisxpnt0/yjupjjXEw3QiIyu7d5YCAiBwO1gDJC/U8/cobg/AcsKl4JZmaTBae72sBzr5td3fug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16098670},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"21bd90108bac62577a11e64344be0363b25e1c46","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.1","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.7","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.7_1785246047512_0.287540331161833","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.8":{"name":"fundamental-styles","version":"0.41.9-rc.8","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.8","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"51570e3fcca59f4600fdb08f64e84875e4d727d3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.8.tgz","fileCount":578,"integrity":"sha512-Cj0JKZ3TwAPxd0aH/X5gRxeqNXqPjZzt1qd8UgxHPLJLf2JejIIwfkMJ7u7hB1ru+PwETpbd2AphstB4vB2DNQ==","signatures":[{"sig":"MEYCIQCgvp7CvTuwXJ4cmifJuK35QGOfJ78r9fFiew50UMhFSQIhAKj12TiikP/vCjWrxvtxNhw3f4iaK1dvVD+Ir0mvGGJv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.8","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16098670},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"369eba224cfd87b517e58d69cbe4fd50a223d611","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.8","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.8_1785947773007_0.19315346529583133","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.9":{"name":"fundamental-styles","version":"0.41.9-rc.9","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.9","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"3bfa3e22f5cf6a5ada640172811ec14514c98b8b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.9.tgz","fileCount":578,"integrity":"sha512-S7Kx/00jhMQblVTeSBoc8shP7WQjuo/d9ikge81PfHi00LVQ2bt4eIStBbd0TiqgaTJ52V36cGDJgqRVoNwnog==","signatures":[{"sig":"MEUCIQDdvxFUdNVcaHi/OSdNCPm0sxzP3BKosBLt4LpJTWB3YgIgeMNTsDtHICyj9xP/w7IxoV70dX6kdTJ6Np4662UjLqo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16716157},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"eb33594fc17987ecc86dad9cbfb2eb20f14ef287","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.9","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.9_1785954016901_0.17970517168168598","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.10":{"name":"fundamental-styles","version":"0.41.9-rc.10","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.10","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"c2960e41fd8400bd300128f36262e093d3144955","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.10.tgz","fileCount":578,"integrity":"sha512-1YnZ23N55Lc4UiZ15khxpLuD4GKllZAGdkqIHOLdHczvdPdBPlskxF55Wpskb/98KTbgGLX3PChzjG0k5tMFsw==","signatures":[{"sig":"MEQCIHmBprh0u9AzJUaelcQfVQM3liy/inriy82gb+KnJFOwAiBpJPfdbIcGq86+H3vm9ia7NRpeG8KfXMuWB8UZjXRXZw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.10","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16716443},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cf7bd7cad79dc6f3982923b1c1aca9f5a772b10f","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.10","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.10_1785955140989_0.7994993232346117","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.11":{"name":"fundamental-styles","version":"0.41.9-rc.11","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.11","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"871b885a36d5c6afcad3e313ddb5e0bb51a6156c","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.11.tgz","fileCount":578,"integrity":"sha512-H5kyF/8VenFVAieUIr0VoG/uDZa050YMTatCWDqY6pds7u9JXiHRQOHvE755JDAwjdztSylCt7GZX2QIxtkTYA==","signatures":[{"sig":"MEUCIQDuv3PJrJLJaNhNbn5cxUh3UPmrCach+cqKwzOcB26evgIgcx/gmj+Evxha+mpdQ3D5oxNEph9bdt6hS3s3kyK6DX4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.11","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16716443},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b7acd5404f3bf735889189f94e2d492c67eda652","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.11","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.11_1786107610951_0.12428747479083424","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.12":{"name":"fundamental-styles","version":"0.41.9-rc.12","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.12","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"9ccddb83c47fe79cfea9405fb440155bd1643b15","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.12.tgz","fileCount":578,"integrity":"sha512-bqM50PBR0CwvOXsbLc2r5/zf/k+gn5C7eVRxkvlBTj0uUbg9njrd5MF+eIJRm7lGd0FwOkUQT7Fk4TpeTMLejw==","signatures":[{"sig":"MEQCIF9PtH3WmTyLKwR5sf8jx9+KJz6kN2JrMI15IZOYRLCuAiAdnoC00flFSC3q0BIPpx7FszdYdtjuxqdhBcyz6p13hg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.12","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16716443},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"1070be8a8c76030c3222073bd0efd3837985e8b0","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.12","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.12_1786549008251_0.2938618244785123","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.13":{"name":"fundamental-styles","version":"0.41.9-rc.13","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.13","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"603d565e5ac7c109da70eb64c2e805dd1b937dd7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.13.tgz","fileCount":578,"integrity":"sha512-ibOHkRtFM/Ozcnixq8Eet5gtEhq1Kf+Q+Wzf2bhVP6q/sYHCrmd2U+WfUxFEkW+KcttGkdoC7bMH/o/XGbrYuQ==","signatures":[{"sig":"MEQCIBZh9LCcjNqGUryQqeESlwhV5ixORvvQ/s0uXoIWxKEoAiAQkW1G3vkZ4WDqBUBOWfPX0oCKZYpwJI/T+P5pnId5bw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.13","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16716443},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"06ab9e432d791db28206c8da0d28c32942c3ad68","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.1","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.13","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.13_1786646943177_0.9302603570820056","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.14":{"name":"fundamental-styles","version":"0.41.9-rc.14","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.14","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d681a5e7d1cac8299031beec70583afb3baa40dc","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.14.tgz","fileCount":578,"integrity":"sha512-xgupRHan44veIORYqrgbtpYRVrCDS5LjvYloIBiiD7urTJW4ZIbGsOQEKm3Pa7aWaPHSjzaU0aeVr5gNg293AA==","signatures":[{"sig":"MEYCIQCeV5Z5aRkW0N4zCIyhWd63J8eWJabMfguijEuUU2EmyQIhAPnfVLDKEPRHhajAq9+EoZrZVYULmSxKt+aE32DKYk2B","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.14","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16716443},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e4b288977dbe0a6960c8fbaabd1cb7a557d86770","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.14","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.14_1786720067377_0.9449956948851557","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.15":{"name":"fundamental-styles","version":"0.41.9-rc.15","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.15","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"7e87a133d8f24079a48f760c13e7e98a93b38b72","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.15.tgz","fileCount":578,"integrity":"sha512-FZjT6/XKp9VHcv6X5CAChyIDsICLN/O43kSXLHgRNNW36t0zUDvB9AC4QKG+dGPC0JnIc79HMgwkA5cvzdtzoA==","signatures":[{"sig":"MEYCIQDqm/xSBOGH1QTqe/GMJAkujsal+HCzNMnduEhGvTqbdgIhAJR7pwxGxML86JZo0ViMlRv4QJ1FyuUdUletRgiV/3FH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.15","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16714682},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"8c7dcc1a6f7cb9aa55e28565f814f494ecc4ae05","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.15","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.15_1787751497531_0.6822002223759551","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.16":{"name":"fundamental-styles","version":"0.41.9-rc.16","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.16","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"225222aa392f2b5eef6d74606080914cc3f493ab","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.16.tgz","fileCount":578,"integrity":"sha512-WkiSTyP8oQqOq+PZBp/pradPb5cZIkSM1Q2bWQfj9jkKxttSD+pN20vWTPPvQGdm+Eg8BEB1imQU59Z4XGTCAw==","signatures":[{"sig":"MEUCID+WIph8j5snPG0vs25acEjSOH7r7WM0XoyuACe77RfXAiEA+37RhDoeyUZe/VLncFT4roe9FwF56j0UYmmesCWjnlo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.16","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16732409},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2d4502cc5ff1c1e9b7693cd1457417f55cd65b32","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.16","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.16_1787937793042_0.5048077402335243","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.17":{"name":"fundamental-styles","version":"0.41.9-rc.17","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.17","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"d9e06b26209f1523c1e09acc92242bc7ec26ade3","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.17.tgz","fileCount":578,"integrity":"sha512-mZYS/PPS3vJHDUA5KQxy4DUqKTlpCaOWRcUAE5KVvXbDfxbpYqCzSJU+HKcLYvaUQSz2A72naeZu65iFHy2KcQ==","signatures":[{"sig":"MEUCIQDFhz/WIBVLOchQS0dLEJeGq4u311gvFbyFt2fGrI3JCgIgDQ0qo/pEVJgxgp5SsaCGPN3SEskhLfn3xOrceyqp9+Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.17","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16731953},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"012158c4ce82285b7b50bc57415c094309b01539","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.17","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.17_1788182837431_0.1449645372185122","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.18":{"name":"fundamental-styles","version":"0.41.9-rc.18","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.18","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"4d70ff8d0843de4d1d44ae01cce217e5670dbe67","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.18.tgz","fileCount":578,"integrity":"sha512-mAmMO2CJY2MJH38wEqz8Avl0VEDyu87pZW1aTDEmLErVf0QZPIBIDqYS7syNPkceoDP0gYA3oZq1s+lHFv7QEg==","signatures":[{"sig":"MEYCIQDO5sLiaSdMHilkhPpPZJBtFZAohQCMeWB1BpVmPNc+9gIhAOkCZyMhQcijfPzYIKH/AnnmlEMonYMlvnJmz2RV9Mf7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.18","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16958207},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"cb83bb3802ebee28e09167fdd23b4caee2e0ebdf","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.18","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.18_1788200567666_0.8306547373819204","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.19":{"name":"fundamental-styles","version":"0.41.9-rc.19","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.19","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2787cd54ef6e311c8a2ef39cd4607035d9f461b0","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.19.tgz","fileCount":578,"integrity":"sha512-10PBI/lALusOLho+cQz8LODW0uCBBOAU0UCZwzJObD0yilNaku+fgfRFEbZISFaLCfK7Gd/8Ncb6zV1fJj64aw==","signatures":[{"sig":"MEQCIGOyxrYOwYDx66YVqZIIbNXKr2KaXhtZX6cKLFk6+X1IAiARm01W8Mn4cluQpRC2rdpZ+XdEm15cvDxTNTXDp/vK5w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.19","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":16958207},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"2be126fd2b9f11d55c1257b00f6e4483b1ae1b65","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.19","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.19_1788296260442_0.948874031434507","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.20":{"name":"fundamental-styles","version":"0.41.9-rc.20","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.20","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"e84275cc8dc68fd87a830013b766d10481ccba8f","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.20.tgz","fileCount":578,"integrity":"sha512-tyczUwtIiGbVTVynB4F4ltj/g/qGorTCH3Qm0ptorjs3TZYEKYcqUmCnZBKjtp+sp06vEOLV2luiYoElo6u4AA==","signatures":[{"sig":"MEQCIBEmomhq0gUvZq+QhW6DSpnWaKTjepIJMPcnd3X/sW5bAiBwscJGc0qCN/Bl7fcu52COgWp4jh7EHUpLZCFjxS2yCQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.20","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":17051693},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"bd151f9fd4682f5d46701d015218d31b073d85f1","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.20","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.20_1788359828322_0.07690720846318744","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.21":{"name":"fundamental-styles","version":"0.41.9-rc.21","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.21","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b42b86c50903c9b48759c1e1861272ccfd136d9b","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.21.tgz","fileCount":578,"integrity":"sha512-FSyug1oOHli6OSWDwyRA7NjdqgJqLRe9RSLBsaEvTOQ1d/ZIOF6JGnG/JKQpPJMithdEZJFeU74IgXS2o9AZMQ==","signatures":[{"sig":"MEUCIEAkpkXmDzsvJlWXLrZXCXL66dDUA90CcPv2f3ypfj5uAiEAzql1ySLxPBsQh5n7UkLCsxFeVWilnAv/iLTv+Znwqy8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.21","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":17051693},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"dba04cf1cc0de1f9e6ac5c3ec7c7bb5be2e0fd6c","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.21","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.21_1788435702139_0.601300554533756","host":"s3://npm-registry-packages-npm-production"}},"0.41.9-rc.22":{"name":"fundamental-styles","version":"0.41.9-rc.22","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9-rc.22","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"b79e7425def363d2843b8d397aa0a6788c31232d","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9-rc.22.tgz","fileCount":578,"integrity":"sha512-zItbuxzYSTDaSeGOOeIW4/OCbTF/+33a2N6y8LqpNUefq/kSrL1fjeq7le0uWd6FXGoiTR6u8Ge0vlD4CsZlEA==","signatures":[{"sig":"MEYCIQDSWsahI3oZyz8jC9jQ19V3u6Pm9Oy5hp3e/hmP8s9ISAIhALvEFPhSff9RhWLUHySVp8aHGi3S6EnlGTdGfbCwmFfs","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9-rc.22","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":17177230},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"e31a128c5280315f4a9b93ef0f5812223ec23031","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.9-rc.22","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9-rc.22_1788445945246_0.03776323094663514","host":"s3://npm-registry-packages-npm-production"}},"0.41.9":{"name":"fundamental-styles","version":"0.41.9","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.9","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"ab24cf95ddb0547d435a279ec8b77a3817ba472e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.9.tgz","fileCount":578,"integrity":"sha512-AeQvJG4VRPxF01MqOO2BSXtocWFIZhDvWfKjZ4A8h2aqenlXxHxPdORQD7HvEzkx+iFGySyOQ5/6iqMrntWqQA==","signatures":[{"sig":"MEUCIAtI4GiiEeeiPLEWbkWsTUTgW3zXrQ0p93KPJb6K0FwjAiEA6tfA++1vbTzPZf9fX4mFKX8q7KPNqkTpA6v6l/BwjO8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.9","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":17175514},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"a757d3b23b00b90e2d1250a31878cf38cf61d602","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"peerDependencies":{"@fundamental-styles/common-css":"0.41.9","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.9_1788974714545_0.327698611846718","host":"s3://npm-registry-packages-npm-production"}},"0.41.10-rc.0":{"name":"fundamental-styles","version":"0.41.10-rc.0","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.10-rc.0","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"76a865338a490b1e415fb985231d70678f870ec2","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.10-rc.0.tgz","fileCount":578,"integrity":"sha512-PtKFfyDSPDdR7hiUVjfLy0ve8tnIQliqvID9jMneS3YFuuio6hJ1ZKduBjc8O0RtfzkoEKjpV1MiR8i7PEbpBg==","signatures":[{"sig":"MEUCIHWq0WgYPKIeVkKx6Qbbhclluu2azU+f43FaK426RfDgAiEAlHshwYTFaNHA2LXkPVAfWj4/uJijhoPGIOyEivlwMfU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.10-rc.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":17232603},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"15e22833ec792ba0c0d9a351db60abb63465e870","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.10-rc.0","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.10-rc.0_1789114819052_0.07992005441979","host":"s3://npm-registry-packages-npm-production"}},"0.41.10-rc.1":{"name":"fundamental-styles","version":"0.41.10-rc.1","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.10-rc.1","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"536488190a2d6c000e13b9ba38257bc1eb934115","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.10-rc.1.tgz","fileCount":578,"integrity":"sha512-MQjKLJi8stVzfAvNq9qovb1jNkq++grRUgJmp710J1S1gX3ooD/b30fnCRlHs/Yhe0b5EnOcCLDRA9ou6q16aQ==","signatures":[{"sig":"MEUCIQDUPPUdZd5jpdsxbdQ00MjV8dq2aBKj7If4a9dBY+CYiQIgVB1I06Hw0zuxGP+C8XKK6bU2/1gy8PH3Xcq97ZWRR3g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.10-rc.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":17232603},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"5704a69e76a7aa02a973ad10aad33f08b5265423","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.10-rc.1","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.10-rc.1_1789115805683_0.8057777795309822","host":"s3://npm-registry-packages-npm-production"}},"0.41.10-rc.2":{"name":"fundamental-styles","version":"0.41.10-rc.2","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.10-rc.2","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"6d14f48dffbb23deead8b84f4412630f148271f7","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.10-rc.2.tgz","fileCount":578,"integrity":"sha512-1u715ic0IM5zIeN8JzMqaxiMuEm0TumthoFa+YOIKu7l5Y5l4C+rG3PK+PsXZZ0TJQ9k/OcuhdMjjI/SdOaviA==","signatures":[{"sig":"MEQCIA7SJIS8mBCph5t3MurisjI7nGypq5IIdKGiwj1isy7/AiAPoLn9eJVaqCGfQ3N257DJDI6+WhkVO3pdaYpixj8F0A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.10-rc.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":17232603},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"6824026bce446c1b7446d74ac32f282937dd4ede","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.10-rc.2","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.10-rc.2_1789124574874_0.06678729188523969","host":"s3://npm-registry-packages-npm-production"}},"0.41.10-rc.3":{"name":"fundamental-styles","version":"0.41.10-rc.3","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.10-rc.3","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"1b446382d48fcb4b7490e0af8a9c812ba1289a6e","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.10-rc.3.tgz","fileCount":578,"integrity":"sha512-XrS5NEPDXZRgUJKg959J0JiPPTqptUWipjZj6ODcZ11Lf5kaoqexJpFKg2io/HqyeTtOj7Ttcjq8kbgRZ3VKmw==","signatures":[{"sig":"MEUCIQC7BdNiniz2uM3vTHvoBRInDxUU/4ZmXcQsYjGo7pDd5QIgSJ4HV5Z0H3jN9amOVmFctZbOPodvY6BjqT2zdMtuAfQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.10-rc.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":17232603},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"b8fac166312120be28660082571d26ae3a207e6d","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.10-rc.3","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.10-rc.3_1789125094938_0.878827775984049","host":"s3://npm-registry-packages-npm-production"}},"0.41.10-rc.4":{"name":"fundamental-styles","version":"0.41.10-rc.4","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"author":"","license":"Apache-2.0","_id":"fundamental-styles@0.41.10-rc.4","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"homepage":"https://sap.github.io/fundamental-styles/","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"dist":{"shasum":"2f119497126ac4da7b2bb8590da0bb9efa9a15c1","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.10-rc.4.tgz","fileCount":578,"integrity":"sha512-si161YzGBRnvV/GmGhVLubslegoqYJ9ph+SC1FPvzMpdsUrOOzXwhDcBv1c87tF9e36NiY0ZxNNxRb+1B+aqDw==","signatures":[{"sig":"MEUCIQCmJ/57zHT1zM/wJvGvAElz85cUbzWdGWsU2kbUbUSTeAIgGslyNwey+Kcv49MzddWBbIEWBjsaK18lfbmL60cPpQA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.10-rc.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":17234947},"exports":{"./dist/*":{"default":"./dist/*"},"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"}},"gitHead":"def91d3dce1a6debabf06a8fef74cb5b5367c8ac","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"_npmVersion":"12.0.2","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","directories":{},"_nodeVersion":"22.23.2","_hasShrinkwrap":false,"readmeFilename":"README.md","peerDependencies":{"@fundamental-styles/common-css":"0.41.10-rc.4","@sap-theming/theming-base-content":"^11.36.0"},"_npmOperationalInternal":{"tmp":"tmp/fundamental-styles_0.41.10-rc.4_1789493718528_0.907664349641881","host":"s3://npm-registry-packages-npm-production"}},"0.41.10-rc.5":{"name":"fundamental-styles","version":"0.41.10-rc.5","description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"repository":{"type":"git","url":"git+https://github.com/SAP/fundamental-styles.git"},"author":"","license":"Apache-2.0","homepage":"https://sap.github.io/fundamental-styles/","peerDependencies":{"@fundamental-styles/common-css":"0.41.10-rc.5","@sap-theming/theming-base-content":"^11.36.0"},"exports":{"./dist/js/*":{"types":"./dist/js/*.d.ts","default":"./dist/js/*.mjs"},"./dist/*.css":{"default":"./dist/*.css"},"./dist/*":{"default":"./dist/*"}},"readmeFilename":"README.md","gitHead":"c49cb396a9d94fa51c4bf530ef7a94b1f7ca2b87","_id":"fundamental-styles@0.41.10-rc.5","bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"_nodeVersion":"22.23.2","_npmVersion":"12.0.2","dist":{"integrity":"sha512-CmzZ8l27Ni2PL5R4RqR7qE0bp1hn1kO2VYdie5+A0eU4mNR74j4SXdrq8cGTc3SP7ujNmqdZQwrDfh7/tTfmMg==","shasum":"9952af5001e84c4b669b54d6223c457e913bfe87","tarball":"https://registry.npmjs.org/fundamental-styles/-/fundamental-styles-0.41.10-rc.5.tgz","fileCount":578,"unpackedSize":17309292,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/fundamental-styles@0.41.10-rc.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCXtzvsG9DRTm1AP8r5yFVwmcLI0n/krn1s7lmmGUcccQIgJNx/rHapv8SiG4dyAlyUFPhSABbZuF23S3OoVlFalBA="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:da70ee07-6c0c-4ec5-b2eb-883402ebfae9"}},"directories":{},"maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/fundamental-styles_0.41.10-rc.5_1789647498817_0.14348900375998253"},"_hasShrinkwrap":false}},"time":{"created":"2019-06-04T15:32:57.795Z","modified":"2026-09-17T12:18:19.596Z","0.1.0-rc.0":"2019-06-04T15:32:58.154Z","0.1.0-rc.1":"2019-06-04T16:50:05.119Z","0.1.0-rc.2":"2019-06-05T17:14:34.491Z","0.1.0-rc.4":"2019-06-06T15:30:36.239Z","0.1.0-rc.5":"2019-06-06T15:40:22.622Z","0.1.0-rc.6":"2019-06-06T15:59:18.984Z","0.1.0-rc.7":"2019-06-06T16:30:36.603Z","0.1.0-rc.8":"2019-06-06T18:00:23.934Z","0.1.0":"2019-06-06T19:31:28.924Z","0.1.1-rc.0":"2019-06-07T15:26:34.097Z","0.1.1-rc.1":"2019-06-07T15:52:56.526Z","0.1.1-rc.2":"2019-06-10T13:29:03.765Z","0.2.0-rc.0":"2019-06-10T15:26:12.007Z","0.2.0-rc.1":"2019-06-10T19:13:52.565Z","0.2.0-rc.2":"2019-06-10T20:37:50.747Z","0.2.0-rc.3":"2019-06-10T20:58:55.831Z","0.2.0-rc.4":"2019-06-11T17:25:40.563Z","0.2.0-rc.5":"2019-06-12T14:26:28.686Z","0.2.0-rc.6":"2019-06-12T15:43:01.431Z","0.2.0-rc.7":"2019-06-13T16:50:02.696Z","0.2.0-rc.8":"2019-06-14T18:51:59.732Z","0.2.0-rc.9":"2019-06-14T20:18:05.477Z","0.2.0-rc.10":"2019-06-19T15:56:25.047Z","0.2.0-rc.11":"2019-06-19T16:03:27.945Z","0.2.0-rc.12":"2019-06-24T18:41:25.308Z","0.2.0-rc.13":"2019-06-27T18:15:49.924Z","0.2.0-rc.14":"2019-06-28T13:52:29.466Z","0.2.0-rc.15":"2019-06-28T16:17:59.807Z","0.2.0-rc.16":"2019-06-28T17:32:06.123Z","0.2.0-rc.17":"2019-06-28T19:59:50.164Z","0.2.0-rc.18":"2019-06-30T21:46:44.965Z","0.2.0-rc.19":"2019-07-02T21:06:22.022Z","0.2.0-rc.20":"2019-07-03T13:08:22.031Z","0.2.0-rc.21":"2019-07-03T17:22:38.741Z","0.2.0-rc.22":"2019-07-05T13:55:09.480Z","0.2.0-rc.23":"2019-07-05T19:01:11.434Z","0.2.0-rc.24":"2019-07-09T18:03:51.508Z","0.2.0-rc.25":"2019-07-10T13:08:13.309Z","0.2.0-rc.26":"2019-07-10T15:23:19.417Z","0.2.0-rc.27":"2019-07-11T12:42:20.596Z","0.2.0-rc.28":"2019-07-11T13:01:28.591Z","0.2.0-rc.29":"2019-07-11T13:09:14.627Z","0.2.0-rc.30":"2019-07-11T19:24:56.383Z","0.2.0-rc.31":"2019-07-12T15:29:34.295Z","0.2.0-rc.32":"2019-07-15T03:50:05.071Z","0.2.0-rc.33":"2019-07-15T15:06:54.397Z","0.2.0-rc.34":"2019-07-15T17:38:46.343Z","0.2.0-rc.35":"2019-07-15T20:43:21.970Z","0.2.0-rc.36":"2019-07-16T12:55:53.443Z","0.2.0-rc.37":"2019-07-16T13:13:59.323Z","0.2.0-rc.38":"2019-07-17T13:10:46.450Z","0.2.0-rc.39":"2019-07-17T13:37:44.441Z","0.2.0-rc.40":"2019-07-18T14:20:03.507Z","0.2.0-rc.41":"2019-07-18T17:21:39.485Z","0.2.0-rc.42":"2019-07-19T19:50:10.869Z","0.2.0-rc.43":"2019-07-22T18:35:41.201Z","0.2.0-rc.44":"2019-07-23T17:57:00.001Z","0.2.0-rc.45":"2019-07-23T19:55:45.931Z","0.2.0-rc.46":"2019-07-23T20:36:15.907Z","0.2.0-rc.47":"2019-07-25T15:42:09.548Z","0.2.0-rc.48":"2019-07-29T22:13:10.511Z","0.2.0-rc.49":"2019-07-30T02:10:11.969Z","0.2.0-rc.50":"2019-08-05T14:30:13.364Z","0.2.0-rc.51":"2019-08-06T15:27:10.873Z","0.2.0-rc.52":"2019-08-06T15:53:43.450Z","0.2.0-rc.53":"2019-08-06T16:00:27.876Z","0.2.0-rc.54":"2019-08-09T15:43:16.832Z","0.2.0-rc.55":"2019-08-09T20:46:28.399Z","0.2.0-rc.56":"2019-08-09T21:34:43.812Z","0.2.0-rc.57":"2019-08-10T18:08:10.538Z","0.2.0-rc.58":"2019-08-12T17:23:17.298Z","0.2.0-rc.59":"2019-08-12T19:12:21.366Z","0.2.0-rc.60":"2019-08-13T18:14:02.998Z","0.2.0-rc.61":"2019-08-13T20:36:16.420Z","0.2.0-rc.62":"2019-08-14T13:19:43.010Z","0.2.0-rc.63":"2019-08-14T14:47:27.232Z","0.2.0-rc.64":"2019-08-14T20:50:11.720Z","0.2.0-rc.65":"2019-08-14T22:39:05.426Z","0.2.0-rc.66":"2019-08-14T22:49:46.899Z","0.2.0-rc.67":"2019-08-15T05:04:29.101Z","0.2.0-rc.68":"2019-08-15T13:06:55.283Z","0.2.0-rc.69":"2019-08-15T15:37:48.628Z","0.2.0-rc.70":"2019-08-15T16:38:30.474Z","0.2.0-rc.71":"2019-08-15T20:13:39.679Z","0.2.0-rc.72":"2019-08-15T20:39:11.339Z","0.2.0-rc.73":"2019-08-16T15:21:20.399Z","0.2.0-rc.74":"2019-08-16T15:31:28.614Z","0.2.0-rc.75":"2019-08-16T15:43:38.647Z","0.2.0-rc.76":"2019-08-16T19:07:49.129Z","0.2.0-rc.77":"2019-08-19T15:26:18.108Z","0.2.0-rc.78":"2019-08-20T02:51:07.711Z","0.2.0-rc.79":"2019-08-20T15:10:31.044Z","0.2.0-rc.80":"2019-08-20T16:09:47.082Z","0.2.0-rc.81":"2019-08-20T18:05:21.891Z","0.2.0-rc.82":"2019-08-20T18:42:31.726Z","0.2.0-rc.83":"2019-08-20T19:03:18.877Z","0.2.0-rc.84":"2019-08-21T12:20:46.158Z","0.2.0-rc.85":"2019-08-21T12:32:42.151Z","0.2.0-rc.86":"2019-08-21T15:06:05.822Z","0.2.0-rc.87":"2019-08-21T18:40:08.345Z","0.2.0-rc.88":"2019-08-23T15:24:23.664Z","0.2.0-rc.89":"2019-08-23T20:18:49.745Z","0.2.0-rc.90":"2019-08-26T20:18:45.250Z","0.2.0-rc.91":"2019-08-27T15:46:14.771Z","0.2.0-rc.92":"2019-08-27T21:29:51.253Z","0.2.0-rc.93":"2019-08-28T18:10:20.116Z","0.2.0-rc.94":"2019-08-28T19:03:08.450Z","0.2.0-rc.95":"2019-08-28T19:58:00.590Z","0.2.0-rc.96":"2019-08-29T19:16:57.137Z","0.2.0-rc.97":"2019-08-31T23:51:17.481Z","0.2.0-rc.98":"2019-09-01T04:55:14.012Z","0.2.0-rc.99":"2019-09-03T22:19:37.446Z","0.2.0-rc.100":"2019-09-04T14:07:23.416Z","0.2.0-rc.101":"2019-09-06T17:17:20.951Z","0.2.0":"2019-09-06T18:39:09.719Z","0.2.1-rc.0":"2019-09-09T15:50:22.988Z","0.2.1-rc.1":"2019-09-12T05:32:15.290Z","0.2.1-rc.2":"2019-09-13T10:41:55.593Z","0.2.1-rc.3":"2019-09-16T17:05:49.164Z","0.2.1-rc.4":"2019-09-16T19:50:24.167Z","0.2.1-rc.5":"2019-09-17T15:27:55.017Z","0.2.1-rc.6":"2019-09-17T16:27:34.472Z","0.2.1-rc.7":"2019-09-17T17:44:25.219Z","0.2.1-rc.8":"2019-09-18T14:06:21.568Z","0.2.1-rc.9":"2019-09-19T16:34:59.546Z","0.2.1-rc.10":"2019-09-23T16:30:49.091Z","0.2.1-rc.11":"2019-09-23T18:48:07.772Z","0.2.1-rc.12":"2019-09-24T01:22:23.295Z","0.2.1-rc.13":"2019-09-25T15:39:31.923Z","0.3.0-rc.0":"2019-09-25T16:35:49.794Z","0.3.0-rc.1":"2019-09-26T17:45:33.882Z","0.3.0-rc.2":"2019-09-30T12:41:47.637Z","0.3.0-rc.3":"2019-09-30T19:36:42.497Z","0.3.0-rc.4":"2019-10-01T15:51:53.786Z","0.3.0-rc.5":"2019-10-01T22:34:36.314Z","0.3.0-rc.6":"2019-10-02T20:44:37.307Z","0.3.0-rc.7":"2019-10-04T15:10:32.973Z","0.3.0-rc.8":"2019-10-04T18:03:32.521Z","0.3.0-rc.9":"2019-10-07T18:02:49.575Z","0.3.0-rc.10":"2019-10-07T18:37:35.871Z","0.3.0-rc.11":"2019-10-08T01:21:06.242Z","0.3.0-rc.12":"2019-10-09T21:05:23.929Z","0.3.0-rc.13":"2019-10-10T16:00:26.807Z","0.3.0-rc.14":"2019-10-13T20:53:28.240Z","0.3.0-rc.15":"2019-10-17T01:18:44.965Z","0.3.0-rc.16":"2019-10-17T17:42:52.858Z","0.3.0":"2019-10-17T23:06:01.651Z","0.3.1-rc.0":"2019-10-21T09:58:44.200Z","0.3.1-rc.1":"2019-10-23T11:34:08.685Z","0.3.1-rc.2":"2019-10-24T10:15:24.658Z","0.3.1-rc.3":"2019-10-24T16:14:25.681Z","0.3.1-rc.4":"2019-10-25T17:44:49.335Z","0.3.1-rc.5":"2019-10-25T20:04:47.644Z","0.3.1-rc.6":"2019-10-28T13:25:17.790Z","0.4.0-rc.0":"2019-10-30T18:56:22.867Z","0.4.0-rc.1":"2019-10-31T14:55:37.346Z","0.4.0-rc.2":"2019-10-31T15:33:10.048Z","0.4.0-rc.3":"2019-11-01T21:53:12.878Z","0.4.0-rc.4":"2019-11-05T20:23:22.824Z","0.4.0-rc.5":"2019-11-08T00:34:06.681Z","0.4.0-rc.6":"2019-11-10T02:25:06.169Z","0.4.0-rc.7":"2019-11-10T02:42:46.440Z","0.4.0-rc.8":"2019-11-12T14:41:23.823Z","0.4.0-rc.9":"2019-11-13T14:13:21.324Z","0.4.0-rc.10":"2019-11-13T19:56:30.381Z","0.4.0-rc.11":"2019-11-14T00:37:47.237Z","0.4.0-rc.12":"2019-11-14T14:09:47.178Z","0.4.0-rc.13":"2019-11-18T22:11:40.682Z","0.4.0-rc.14":"2019-11-20T11:43:56.366Z","0.4.0-rc.15":"2019-11-21T16:13:48.506Z","0.4.0-rc.16":"2019-11-21T19:43:31.539Z","0.4.0-rc.17":"2019-11-23T15:10:01.187Z","0.4.0-rc.18":"2019-11-23T16:07:59.070Z","0.4.0-rc.19":"2019-11-26T15:11:05.797Z","0.4.0-rc.20":"2019-11-26T16:11:45.773Z","0.4.0-rc.21":"2019-12-03T19:14:06.707Z","0.4.0-rc.22":"2019-12-05T09:07:03.293Z","0.4.0-rc.23":"2019-12-06T15:09:26.907Z","0.4.0-rc.24":"2019-12-06T15:18:02.959Z","0.4.0-rc.25":"2019-12-06T21:49:32.702Z","0.4.0-rc.26":"2019-12-09T09:42:33.505Z","0.4.0-rc.27":"2019-12-11T03:01:26.448Z","0.4.0-rc.28":"2019-12-12T15:13:08.781Z","0.4.0-rc.29":"2019-12-13T09:26:21.511Z","0.4.0-rc.30":"2019-12-13T20:06:46.849Z","0.4.0-rc.31":"2019-12-16T16:40:05.350Z","0.4.0-rc.32":"2019-12-16T19:27:23.652Z","0.4.0-rc.33":"2019-12-16T20:02:48.027Z","0.4.0-rc.34":"2019-12-18T11:18:47.216Z","0.4.0-rc.35":"2019-12-18T14:44:58.000Z","0.4.0-rc.36":"2019-12-19T14:11:13.369Z","0.4.0-rc.37":"2019-12-20T09:48:33.497Z","0.4.0-rc.38":"2019-12-20T10:32:47.371Z","0.4.0-rc.39":"2019-12-20T11:04:34.095Z","0.4.0-rc.40":"2019-12-20T11:27:30.395Z","0.4.0-rc.41":"2019-12-20T13:44:36.052Z","0.4.0-rc.42":"2019-12-20T19:27:55.688Z","0.4.0-rc.43":"2019-12-20T21:05:45.866Z","0.4.0-rc.44":"2019-12-20T22:47:28.986Z","0.4.0":"2019-12-20T23:30:00.685Z","0.4.1-rc.0":"2019-12-26T15:44:53.026Z","0.4.1-rc.1":"2019-12-27T13:59:24.407Z","0.4.1-rc.2":"2020-01-02T15:05:03.904Z","0.4.1-rc.3":"2020-01-07T19:25:47.923Z","0.4.1-rc.4":"2020-01-09T14:50:56.563Z","0.4.1-rc.5":"2020-01-10T19:37:53.660Z","0.4.1-rc.6":"2020-01-11T08:35:46.657Z","0.4.1-rc.7":"2020-01-11T08:55:10.753Z","0.4.1-rc.8":"2020-01-15T08:36:22.454Z","0.4.1-rc.9":"2020-01-15T16:42:27.130Z","0.4.1-rc.10":"2020-01-15T19:13:31.189Z","0.4.1-rc.11":"2020-01-16T16:05:18.881Z","0.4.1":"2020-01-16T17:24:56.825Z","0.5.0-rc.0":"2020-01-18T19:34:49.895Z","0.5.0-rc.1":"2020-01-20T13:33:16.332Z","0.5.0-rc.2":"2020-01-20T14:49:46.258Z","0.5.0":"2020-01-20T16:31:44.968Z","0.5.1-rc.0":"2020-01-22T10:30:38.680Z","0.5.1-rc.1":"2020-01-27T09:41:40.797Z","0.6.0-rc.0":"2020-01-27T18:35:00.356Z","0.6.0-rc.1":"2020-01-28T13:58:39.422Z","0.6.0-rc.2":"2020-01-28T15:27:40.893Z","0.6.0-rc.3":"2020-01-29T09:10:06.274Z","0.6.0-rc.4":"2020-01-29T09:55:30.619Z","0.6.0-rc.5":"2020-01-30T03:32:46.094Z","0.6.0-rc.6":"2020-01-30T08:35:16.103Z","0.6.0-rc.7":"2020-01-30T14:38:10.525Z","0.6.0-rc.8":"2020-02-03T13:03:19.085Z","0.6.0-rc.9":"2020-02-04T16:09:14.315Z","0.6.0-rc.10":"2020-02-04T16:32:37.890Z","0.6.0-rc.11":"2020-02-05T18:58:23.671Z","0.6.0-rc.12":"2020-02-07T14:17:09.401Z","0.5.1":"2020-02-07T14:33:51.293Z","0.6.0-rc.13":"2020-02-07T16:40:53.728Z","0.5.2":"2020-02-07T16:57:49.969Z","0.6.0-rc.14":"2020-02-10T10:25:11.544Z","0.6.0-rc.15":"2020-02-10T14:17:43.484Z","0.6.0-rc.16":"2020-02-10T17:10:34.871Z","0.6.0-rc.17":"2020-02-10T20:23:40.898Z","0.6.0-rc.18":"2020-02-11T11:37:17.977Z","0.6.0-rc.19":"2020-02-12T17:19:25.767Z","0.6.0-rc.20":"2020-02-12T19:21:01.992Z","0.6.0-rc.21":"2020-02-12T20:50:25.346Z","0.6.0-rc.22":"2020-02-13T14:44:23.579Z","0.6.0-rc.23":"2020-02-13T16:04:59.927Z","0.6.0-rc.24":"2020-02-13T16:24:27.082Z","0.6.0-rc.25":"2020-02-13T16:50:12.924Z","0.6.0-rc.26":"2020-02-14T10:53:44.399Z","0.6.0-rc.27":"2020-02-14T13:57:08.856Z","0.6.0-rc.28":"2020-02-14T21:13:08.211Z","0.6.0-rc.29":"2020-02-15T01:46:55.658Z","0.6.0-rc.30":"2020-02-17T16:34:39.382Z","0.6.0":"2020-02-17T17:04:09.006Z","0.6.1-rc.0":"2020-02-18T14:35:43.406Z","0.6.1-rc.1":"2020-02-18T14:50:01.224Z","0.6.1-rc.2":"2020-02-20T16:25:44.283Z","0.7.0-rc.0":"2020-02-21T13:13:37.184Z","0.7.0-rc.1":"2020-02-21T16:05:04.077Z","0.7.0-rc.2":"2020-02-21T20:10:08.510Z","0.7.0-rc.3":"2020-02-21T22:10:54.463Z","0.7.0-rc.4":"2020-02-24T14:52:15.402Z","0.7.0-rc.5":"2020-02-25T08:26:34.434Z","0.7.0-rc.6":"2020-02-25T10:14:05.053Z","0.7.0-rc.7":"2020-02-25T12:52:19.662Z","0.7.0-rc.8":"2020-02-25T13:12:02.074Z","0.7.0-rc.9":"2020-02-26T10:23:16.773Z","0.7.0-rc.10":"2020-02-26T18:54:34.100Z","0.7.0-rc.11":"2020-02-27T16:12:52.345Z","0.7.0-rc.12":"2020-02-28T12:52:48.226Z","0.7.0-rc.13":"2020-02-28T14:20:39.681Z","0.7.0-rc.14":"2020-02-28T20:09:52.704Z","0.7.0-rc.15":"2020-02-28T21:54:30.871Z","0.7.0-rc.16":"2020-03-01T18:15:45.616Z","0.7.0-rc.17":"2020-03-01T18:23:38.228Z","0.7.0-rc.18":"2020-03-01T19:11:12.180Z","0.7.0-rc.19":"2020-03-01T19:25:12.989Z","0.7.0-rc.20":"2020-03-01T19:44:47.008Z","0.7.0":"2020-03-01T19:58:23.204Z","0.7.1-rc.0":"2020-03-01T21:12:19.968Z","0.7.1-rc.1":"2020-03-02T13:48:40.545Z","0.7.1-rc.2":"2020-03-02T15:56:17.652Z","0.8.0-rc.0":"2020-03-02T16:51:09.897Z","0.8.0-rc.1":"2020-03-02T18:33:42.405Z","0.8.0-rc.2":"2020-03-02T19:13:34.675Z","0.8.0-rc.3":"2020-03-02T20:30:45.601Z","0.8.0-rc.4":"2020-03-03T02:20:56.010Z","0.8.0-rc.5":"2020-03-03T02:31:23.123Z","0.8.0-rc.6":"2020-03-03T17:59:59.550Z","0.8.0-rc.7":"2020-03-03T18:11:05.247Z","0.8.0-rc.8":"2020-03-03T21:14:33.487Z","0.8.0-rc.9":"2020-03-03T21:56:09.873Z","0.8.0-rc.10":"2020-03-03T22:05:03.532Z","0.8.0-rc.11":"2020-03-04T15:56:07.166Z","0.8.0-rc.12":"2020-03-04T16:12:21.657Z","0.8.0-rc.13":"2020-03-04T23:11:59.745Z","0.8.0-rc.14":"2020-03-05T16:29:26.032Z","0.8.0-rc.15":"2020-03-06T14:36:27.675Z","0.8.0-rc.16":"2020-03-06T18:12:09.650Z","0.8.0-rc.17":"2020-03-06T18:43:48.499Z","0.8.0-rc.18":"2020-03-06T19:23:44.445Z","0.8.0-rc.19":"2020-03-09T12:41:29.631Z","0.8.0-rc.20":"2020-03-09T20:49:46.871Z","0.8.0-rc.21":"2020-03-09T21:05:47.011Z","0.8.0-rc.22":"2020-03-17T14:36:04.849Z","0.8.0-rc.23":"2020-03-18T13:55:24.634Z","0.8.0-rc.24":"2020-03-18T18:55:29.081Z","0.8.0-rc.25":"2020-03-19T09:19:14.522Z","0.8.0-rc.26":"2020-03-19T12:55:55.438Z","0.8.0-rc.27":"2020-03-19T13:53:49.147Z","0.8.0-rc.28":"2020-03-19T17:26:27.043Z","0.8.0-rc.29":"2020-03-23T13:25:14.886Z","0.8.0-rc.30":"2020-03-23T20:35:01.898Z","0.8.0-rc.31":"2020-03-26T13:20:57.684Z","0.8.0-rc.32":"2020-03-27T14:48:20.708Z","0.8.0-rc.33":"2020-03-29T02:14:17.064Z","0.8.0-rc.34":"2020-03-29T12:32:00.732Z","0.8.0-rc.35":"2020-03-29T18:41:25.539Z","0.8.0-rc.36":"2020-03-30T10:53:21.961Z","0.8.0-rc.37":"2020-03-30T14:03:31.054Z","0.8.0-rc.38":"2020-03-30T14:16:22.467Z","0.8.0-rc.39":"2020-03-30T14:39:49.197Z","0.8.0-rc.40":"2020-03-31T14:27:29.458Z","0.8.0-rc.41":"2020-03-31T15:02:36.942Z","0.8.0-rc.42":"2020-03-31T15:20:33.823Z","0.8.0-rc.43":"2020-03-31T17:02:59.124Z","0.8.0":"2020-03-31T17:15:59.219Z","0.8.1-rc.0":"2020-04-01T11:21:20.959Z","0.8.1-rc.1":"2020-04-01T11:31:08.784Z","0.8.1-rc.2":"2020-04-01T11:40:59.339Z","0.8.1-rc.3":"2020-04-01T12:37:21.125Z","0.8.1-rc.4":"2020-04-01T15:22:04.355Z","0.8.1-rc.5":"2020-04-01T19:47:39.964Z","0.8.1-rc.6":"2020-04-01T23:59:10.068Z","0.8.1":"2020-04-02T00:13:16.959Z","0.8.2-rc.0":"2020-04-03T13:27:48.916Z","0.8.2-rc.1":"2020-04-13T18:55:49.984Z","0.8.2-rc.2":"2020-04-14T17:40:47.753Z","0.8.2-rc.3":"2020-04-17T09:22:45.210Z","0.8.2-rc.4":"2020-04-21T13:44:15.329Z","0.8.2-rc.5":"2020-04-21T22:33:41.370Z","0.8.2-rc.6":"2020-04-23T14:33:30.790Z","0.8.2-rc.7":"2020-04-23T23:50:55.820Z","0.8.2-rc.8":"2020-04-24T08:11:46.529Z","0.8.2-rc.9":"2020-04-24T08:31:46.433Z","0.8.2-rc.10":"2020-04-24T10:38:45.489Z","0.9.0-rc.0":"2020-04-24T13:13:06.755Z","0.9.0-rc.1":"2020-04-24T13:22:34.473Z","0.9.0-rc.2":"2020-04-24T14:16:31.817Z","0.9.0-rc.3":"2020-04-25T11:03:33.362Z","0.9.0-rc.4":"2020-04-27T11:55:25.652Z","0.9.0-rc.5":"2020-04-27T12:37:47.131Z","0.9.0-rc.6":"2020-04-28T00:10:18.508Z","0.9.0-rc.7":"2020-04-28T14:48:09.927Z","0.9.0-rc.8":"2020-04-28T18:05:14.783Z","0.9.0-rc.9":"2020-04-28T20:00:51.158Z","0.9.0-rc.10":"2020-04-29T00:38:17.471Z","0.9.0-rc.11":"2020-04-29T01:18:29.524Z","0.9.0-rc.12":"2020-04-29T19:39:07.840Z","0.9.0-rc.13":"2020-04-29T22:29:04.844Z","0.9.0-rc.14":"2020-04-30T15:39:07.445Z","0.9.0-rc.15":"2020-05-01T16:42:43.355Z","0.9.0-rc.16":"2020-05-01T17:52:52.233Z","0.9.0-rc.17":"2020-05-02T13:51:33.459Z","0.9.0-rc.18":"2020-05-03T02:19:11.308Z","0.9.0-rc.19":"2020-05-04T15:16:43.634Z","0.9.0-rc.20":"2020-05-04T15:31:36.318Z","0.9.0-rc.21":"2020-05-04T15:39:49.684Z","0.9.0-rc.22":"2020-05-04T15:47:38.125Z","0.9.0-rc.23":"2020-05-04T16:20:47.581Z","0.9.0-rc.24":"2020-05-04T16:57:32.519Z","0.9.0-rc.25":"2020-05-04T17:59:03.618Z","0.9.0-rc.26":"2020-05-04T18:08:08.738Z","0.9.0-rc.27":"2020-05-04T18:17:52.081Z","0.9.0-rc.28":"2020-05-04T18:27:57.599Z","0.9.0-rc.29":"2020-05-04T18:46:27.434Z","0.9.0-rc.30":"2020-05-04T19:30:32.683Z","0.9.0-rc.31":"2020-05-04T20:00:06.075Z","0.9.0-rc.32":"2020-05-04T20:11:33.932Z","0.9.0-rc.33":"2020-05-04T20:37:53.634Z","0.9.0-rc.34":"2020-05-04T21:14:24.499Z","0.9.0-rc.35":"2020-05-05T14:55:06.979Z","0.9.0-rc.36":"2020-05-05T16:14:10.453Z","0.9.0-rc.37":"2020-05-05T16:48:48.596Z","0.9.0-rc.38":"2020-05-05T17:01:42.325Z","0.9.0-rc.39":"2020-05-05T18:17:18.346Z","0.9.0-rc.40":"2020-05-05T18:52:15.846Z","0.9.0-rc.41":"2020-05-05T19:00:20.255Z","0.9.0-rc.42":"2020-05-05T19:09:22.935Z","0.9.0-rc.43":"2020-05-05T19:18:07.868Z","0.9.0-rc.44":"2020-05-05T19:52:33.586Z","0.9.0-rc.45":"2020-05-05T20:00:09.756Z","0.9.0-rc.46":"2020-05-05T21:11:50.932Z","0.9.0-rc.47":"2020-05-06T12:38:46.622Z","0.9.0-rc.48":"2020-05-06T12:48:52.086Z","0.9.0-rc.49":"2020-05-06T12:56:32.896Z","0.9.0-rc.50":"2020-05-06T13:06:46.074Z","0.9.0-rc.51":"2020-05-06T14:34:09.293Z","0.9.0-rc.52":"2020-05-06T15:46:47.598Z","0.9.0-rc.53":"2020-05-06T16:33:01.587Z","0.9.0-rc.54":"2020-05-06T18:19:19.805Z","0.9.0":"2020-05-06T18:31:33.880Z","0.9.1-rc.0":"2020-05-06T19:55:59.427Z","0.9.1-rc.1":"2020-05-09T07:44:50.352Z","0.9.1-rc.2":"2020-05-09T11:38:45.560Z","0.10.0-rc.0":"2020-05-10T03:59:25.538Z","0.10.0-rc.1":"2020-05-13T13:16:57.983Z","0.10.0-rc.2":"2020-05-14T18:44:22.993Z","0.10.0-rc.3":"2020-05-14T20:28:10.598Z","0.10.0-rc.4":"2020-05-18T09:17:40.227Z","0.10.0-rc.5":"2020-05-19T14:19:33.940Z","0.10.0-rc.6":"2020-05-20T01:07:53.022Z","0.10.0-rc.7":"2020-05-22T14:34:13.254Z","0.10.0-rc.8":"2020-05-22T18:36:16.097Z","0.10.0-rc.9":"2020-05-23T03:08:33.217Z","0.10.0-rc.10":"2020-05-27T13:52:47.823Z","0.10.0-rc.11":"2020-05-27T19:27:39.925Z","0.10.0-rc.12":"2020-05-28T10:02:02.670Z","0.10.0-rc.13":"2020-05-28T16:17:45.579Z","0.10.0-rc.14":"2020-05-28T18:45:24.751Z","0.10.0-rc.15":"2020-05-28T18:54:58.615Z","0.10.0-rc.16":"2020-05-28T19:25:41.541Z","0.10.0-rc.17":"2020-05-28T20:04:51.198Z","0.10.0-rc.18":"2020-05-29T16:31:51.112Z","0.10.0-rc.19":"2020-05-29T18:37:46.600Z","0.10.0-rc.20":"2020-05-29T21:15:44.700Z","0.10.0-rc.21":"2020-05-29T23:38:42.672Z","0.10.0-rc.22":"2020-05-30T17:13:02.618Z","0.10.0-rc.23":"2020-05-30T18:44:42.328Z","0.10.0-rc.24":"2020-05-30T18:53:13.288Z","0.10.0-rc.25":"2020-05-31T00:32:13.429Z","0.10.0":"2020-05-31T00:53:28.450Z","0.10.1-rc.0":"2020-06-02T01:11:20.894Z","0.10.1-rc.1":"2020-06-02T01:20:44.500Z","0.11.0-rc.0":"2020-06-02T01:54:21.884Z","0.11.0-rc.1":"2020-06-02T02:05:33.491Z","0.11.0-rc.2":"2020-06-02T02:15:12.056Z","0.11.0-rc.3":"2020-06-02T14:31:41.593Z","0.11.0-rc.4":"2020-06-02T14:37:43.757Z","0.11.0-rc.5":"2020-06-02T20:45:50.743Z","0.11.0-rc.6":"2020-06-02T20:58:11.526Z","0.11.0-rc.7":"2020-06-03T10:04:48.793Z","0.11.0-rc.8":"2020-06-04T15:51:24.476Z","0.11.0-rc.9":"2020-06-05T17:51:17.856Z","0.11.0-rc.10":"2020-06-05T20:15:39.038Z","0.11.0-rc.11":"2020-06-05T20:59:11.791Z","0.11.0-rc.12":"2020-06-06T20:27:18.443Z","0.11.0-rc.13":"2020-06-08T21:29:47.669Z","0.11.0-rc.14":"2020-06-09T11:37:40.170Z","0.11.0-rc.15":"2020-06-09T14:50:37.945Z","0.11.0-rc.16":"2020-06-09T15:04:12.392Z","0.11.0-rc.17":"2020-06-09T16:50:14.511Z","0.11.0-rc.18":"2020-06-09T17:53:56.266Z","0.11.0-rc.19":"2020-06-09T18:12:26.146Z","0.11.0-rc.20":"2020-06-09T21:50:08.360Z","0.11.0-rc.21":"2020-06-11T04:06:55.300Z","0.11.0-rc.22":"2020-06-11T14:36:57.716Z","0.11.0-rc.23":"2020-06-11T14:49:04.710Z","0.11.0-rc.24":"2020-06-11T17:44:12.977Z","0.11.0-rc.25":"2020-06-11T18:39:25.063Z","0.11.0-rc.26":"2020-06-11T20:37:10.334Z","0.11.0-rc.27":"2020-06-11T22:14:05.054Z","0.11.0-rc.28":"2020-06-11T22:38:34.256Z","0.11.0-rc.29":"2020-06-12T01:15:42.448Z","0.11.0-rc.30":"2020-06-12T01:46:21.431Z","0.11.0-rc.31":"2020-06-12T14:37:05.016Z","0.11.0-rc.32":"2020-06-12T16:08:19.237Z","0.11.0-rc.33":"2020-06-12T16:37:13.806Z","0.11.0-rc.34":"2020-06-12T17:24:53.673Z","0.11.0-rc.35":"2020-06-12T19:29:46.989Z","0.11.0-rc.36":"2020-06-12T19:38:52.675Z","0.11.0-rc.37":"2020-06-12T20:17:12.699Z","0.11.0-rc.38":"2020-06-12T21:03:26.122Z","0.11.0-rc.39":"2020-06-12T21:14:12.364Z","0.11.0-rc.40":"2020-06-12T21:21:28.126Z","0.11.0-rc.41":"2020-06-12T21:29:45.378Z","0.11.0-rc.42":"2020-06-12T21:37:04.401Z","0.11.0-rc.43":"2020-06-12T21:46:09.793Z","0.11.0-rc.44":"2020-06-12T21:52:57.103Z","0.11.0-rc.45":"2020-06-12T22:29:37.833Z","0.11.0-rc.46":"2020-06-15T15:19:51.610Z","0.11.0-rc.47":"2020-06-15T19:05:02.618Z","0.11.0-rc.48":"2020-06-15T20:53:11.227Z","0.11.0-rc.49":"2020-06-15T21:23:48.697Z","0.11.0-rc.50":"2020-06-16T08:13:25.470Z","0.11.0-rc.51":"2020-06-16T19:30:55.033Z","0.11.0-rc.52":"2020-06-16T21:35:56.134Z","0.11.0-rc.53":"2020-06-17T20:24:21.654Z","0.11.0-rc.54":"2020-06-18T16:12:43.686Z","0.11.0-rc.55":"2020-06-22T10:47:56.085Z","0.11.0-rc.56":"2020-06-22T10:58:40.035Z","0.11.0-rc.57":"2020-06-22T13:01:19.451Z","0.11.0-rc.58":"2020-06-22T13:03:02.359Z","0.11.0-rc.59":"2020-06-22T13:14:01.258Z","0.11.0-rc.60":"2020-06-22T22:32:22.632Z","0.11.0-rc.61":"2020-06-24T15:18:29.713Z","0.11.0-rc.62":"2020-06-24T15:54:23.378Z","0.11.0-rc.63":"2020-06-24T18:37:22.676Z","0.11.0-rc.64":"2020-06-24T22:34:51.190Z","0.11.0-rc.65":"2020-06-26T18:20:57.234Z","0.11.0-rc.66":"2020-06-26T18:28:49.713Z","0.11.0-rc.67":"2020-06-26T18:35:27.374Z","0.11.0-rc.68":"2020-06-29T05:04:37.794Z","0.11.0-rc.69":"2020-06-29T13:32:41.552Z","0.11.0-rc.70":"2020-06-29T14:37:36.277Z","0.11.0-rc.71":"2020-06-29T17:43:13.323Z","0.11.0-rc.72":"2020-06-29T18:06:46.674Z","0.11.0-rc.73":"2020-06-29T18:54:10.865Z","0.11.0-rc.74":"2020-06-29T19:30:12.331Z","0.11.0-rc.75":"2020-06-29T19:37:42.134Z","0.11.0-rc.76":"2020-06-30T16:35:04.669Z","0.11.0-rc.77":"2020-06-30T17:39:42.256Z","0.11.0-rc.78":"2020-06-30T17:59:06.655Z","0.11.0-rc.79":"2020-06-30T19:50:58.404Z","0.11.0-rc.80":"2020-06-30T21:17:13.292Z","0.11.0-rc.81":"2020-06-30T23:56:11.385Z","0.11.0-rc.82":"2020-07-01T12:47:12.112Z","0.11.0-rc.83":"2020-07-01T13:14:32.437Z","0.11.0-rc.84":"2020-07-01T13:30:08.278Z","0.11.0-rc.85":"2020-07-01T13:41:20.472Z","0.11.0-rc.86":"2020-07-03T00:19:31.539Z","0.11.0-rc.87":"2020-07-07T13:15:08.326Z","0.11.0-rc.88":"2020-07-07T15:39:39.474Z","0.11.0-rc.89":"2020-07-07T19:32:44.334Z","0.11.0-rc.90":"2020-07-07T23:49:08.002Z","0.11.0-rc.91":"2020-07-08T14:43:30.805Z","0.11.0-rc.92":"2020-07-08T16:20:26.624Z","0.11.0-rc.93":"2020-07-08T17:14:18.106Z","0.11.0-rc.94":"2020-07-09T08:50:31.955Z","0.11.0-rc.95":"2020-07-09T10:52:28.483Z","0.11.0-rc.96":"2020-07-09T14:41:14.183Z","0.11.0-rc.97":"2020-07-09T15:18:45.539Z","0.11.0-rc.98":"2020-07-09T16:14:49.653Z","0.11.0-rc.99":"2020-07-09T16:41:57.065Z","0.11.0-rc.100":"2020-07-09T19:16:33.184Z","0.11.0-rc.101":"2020-07-10T08:41:30.129Z","0.11.0-rc.102":"2020-07-10T21:46:45.879Z","0.11.0-rc.103":"2020-07-12T16:31:25.731Z","0.11.0-rc.104":"2020-07-12T20:15:06.307Z","0.11.0-rc.105":"2020-07-13T09:13:05.108Z","0.11.0-rc.106":"2020-07-13T15:27:58.112Z","0.11.0-rc.107":"2020-07-13T15:35:32.506Z","0.11.0-rc.108":"2020-07-13T18:16:28.419Z","0.11.0-rc.109":"2020-07-15T14:19:26.863Z","0.11.0-rc.110":"2020-07-15T18:17:55.217Z","0.11.0-rc.111":"2020-07-15T18:56:37.855Z","0.11.0-rc.112":"2020-07-15T19:15:05.544Z","0.11.0-rc.113":"2020-07-15T19:32:21.216Z","0.11.0-rc.114":"2020-07-15T19:56:08.698Z","0.11.0-rc.115":"2020-07-15T20:04:23.516Z","0.11.0-rc.116":"2020-07-15T23:34:58.337Z","0.11.0-rc.117":"2020-07-15T23:42:50.523Z","0.11.0-rc.118":"2020-07-16T19:44:08.473Z","0.11.0-rc.119":"2020-07-17T10:29:37.222Z","0.11.0-rc.120":"2020-07-17T10:54:25.771Z","0.11.0-rc.121":"2020-07-17T15:56:43.879Z","0.11.0-rc.122":"2020-07-17T16:29:48.985Z","0.11.0":"2020-07-17T17:11:32.079Z","0.11.1":"2020-07-17T20:42:15.335Z","0.11.2-rc.0":"2020-07-17T20:55:15.007Z","0.11.2":"2020-07-17T21:06:50.295Z","0.11.3-rc.0":"2020-07-21T14:47:14.809Z","0.11.3-rc.1":"2020-07-23T16:07:58.613Z","0.11.3-rc.2":"2020-07-24T13:52:00.986Z","0.11.3-rc.3":"2020-07-25T01:21:57.421Z","0.11.3-rc.4":"2020-07-27T16:40:27.918Z","0.11.3-rc.5":"2020-07-28T15:41:44.295Z","0.11.3-rc.6":"2020-07-29T16:01:40.225Z","0.11.3-rc.7":"2020-07-30T19:50:51.032Z","0.11.3-rc.8":"2020-07-31T13:06:26.013Z","0.11.3-rc.9":"2020-08-01T13:02:52.666Z","0.11.3-rc.10":"2020-08-02T22:36:15.034Z","0.11.3-rc.11":"2020-08-02T22:47:31.390Z","0.11.3-rc.12":"2020-08-02T22:58:12.929Z","0.11.3-rc.13":"2020-08-03T12:52:38.550Z","0.11.3-rc.14":"2020-08-03T23:30:58.067Z","0.11.3-rc.15":"2020-08-04T14:18:55.036Z","0.11.3-rc.16":"2020-08-04T20:55:17.809Z","0.11.3-rc.17":"2020-08-05T21:57:33.649Z","0.11.3-rc.18":"2020-08-07T12:01:29.606Z","0.11.3-rc.19":"2020-08-07T12:11:50.336Z","0.11.3-rc.20":"2020-08-10T20:21:10.569Z","0.11.3-rc.21":"2020-08-11T15:48:15.653Z","0.12.0-rc.0":"2020-08-11T19:53:54.704Z","0.12.0-rc.1":"2020-08-12T20:11:42.768Z","0.12.0-rc.2":"2020-08-12T20:49:36.383Z","0.12.0-rc.3":"2020-08-12T21:03:58.724Z","0.12.0-rc.4":"2020-08-12T21:15:15.050Z","0.12.0-rc.5":"2020-08-12T21:39:08.773Z","0.12.0-rc.6":"2020-08-12T22:06:42.752Z","0.12.0-rc.7":"2020-08-12T23:06:54.131Z","0.12.0-rc.8":"2020-08-13T16:07:42.787Z","0.12.0-rc.9":"2020-08-13T19:12:12.761Z","0.12.0-rc.10":"2020-08-14T17:05:57.996Z","0.12.0-rc.11":"2020-08-14T20:13:23.851Z","0.12.0-rc.12":"2020-08-17T17:44:32.797Z","0.12.0-rc.13":"2020-08-18T00:43:54.083Z","0.12.0-rc.14":"2020-08-19T19:14:34.446Z","0.12.0-rc.15":"2020-08-19T21:11:51.280Z","0.12.0-rc.16":"2020-08-20T16:29:34.076Z","0.12.0-rc.17":"2020-08-20T19:34:26.281Z","0.12.0-rc.18":"2020-08-21T08:09:53.503Z","0.12.0-rc.19":"2020-08-24T13:04:09.872Z","0.12.0-rc.20":"2020-08-24T15:28:07.565Z","0.12.0-rc.21":"2020-08-25T22:57:30.384Z","0.12.0-rc.22":"2020-08-27T19:45:27.264Z","0.12.0-rc.23":"2020-08-28T12:15:49.559Z","0.12.0-rc.24":"2020-08-28T19:58:38.645Z","0.12.0-rc.25":"2020-08-29T02:41:21.440Z","0.12.0-rc.26":"2020-08-31T15:17:48.451Z","0.12.0-rc.27":"2020-08-31T20:08:25.822Z","0.12.0-rc.28":"2020-08-31T20:18:35.727Z","0.12.0-rc.29":"2020-09-01T14:26:50.929Z","0.12.0-rc.30":"2020-09-01T21:07:17.385Z","0.12.0-rc.31":"2020-09-01T22:55:21.487Z","0.12.0-rc.32":"2020-09-01T23:01:36.533Z","0.12.0-rc.33":"2020-09-01T23:08:11.789Z","0.12.0-rc.34":"2020-09-01T23:24:24.505Z","0.12.0-rc.35":"2020-09-01T23:29:08.012Z","0.12.0-rc.36":"2020-09-02T15:33:34.725Z","0.12.0-rc.37":"2020-09-02T17:36:04.724Z","0.12.0-rc.38":"2020-09-02T17:59:19.325Z","0.12.0-rc.39":"2020-09-02T20:41:34.304Z","0.12.0-rc.40":"2020-09-03T14:50:19.093Z","0.12.0-rc.41":"2020-09-03T16:55:09.482Z","0.12.0-rc.42":"2020-09-03T19:55:17.246Z","0.12.0-rc.43":"2020-09-04T08:04:34.494Z","0.12.0-rc.44":"2020-09-04T15:01:19.473Z","0.12.0-rc.45":"2020-09-09T16:14:03.535Z","0.12.0-rc.46":"2020-09-10T19:01:02.958Z","0.12.0-rc.47":"2020-09-11T09:58:10.875Z","0.12.0-rc.48":"2020-09-11T12:35:50.236Z","0.12.0-rc.49":"2020-09-11T14:17:35.354Z","0.12.0-rc.50":"2020-09-11T14:48:42.695Z","0.12.0-rc.51":"2020-09-11T15:24:04.858Z","0.12.0-rc.52":"2020-09-14T13:20:56.865Z","0.12.0-rc.53":"2020-09-14T13:32:15.798Z","0.12.0-rc.54":"2020-09-14T19:29:37.345Z","0.12.0-rc.55":"2020-09-14T22:33:10.280Z","0.12.0-rc.56":"2020-09-15T18:32:41.769Z","0.12.0-rc.57":"2020-09-15T18:53:29.462Z","0.12.0-rc.58":"2020-09-15T19:49:10.610Z","0.12.0-rc.59":"2020-09-17T11:32:38.235Z","0.12.0-rc.60":"2020-09-17T12:23:59.089Z","0.12.0-rc.61":"2020-09-18T22:02:22.756Z","0.12.0-rc.62":"2020-09-18T23:48:19.269Z","0.12.0-rc.63":"2020-09-21T11:24:11.646Z","0.12.0-rc.64":"2020-09-21T17:05:41.158Z","0.12.0-rc.65":"2020-09-22T11:28:12.243Z","0.12.0-rc.66":"2020-09-22T12:53:08.483Z","0.12.0-rc.67":"2020-09-22T13:46:51.211Z","0.12.0-rc.68":"2020-09-22T14:10:14.286Z","0.12.0-rc.69":"2020-09-22T14:37:05.917Z","0.12.0-rc.70":"2020-09-22T14:45:04.371Z","0.12.0-rc.71":"2020-09-22T15:02:09.012Z","0.12.0-rc.72":"2020-09-22T15:10:05.331Z","0.12.0-rc.73":"2020-09-22T15:11:55.559Z","0.12.0-rc.74":"2020-09-22T15:20:32.968Z","0.12.0-rc.75":"2020-09-22T15:22:39.825Z","0.12.0-rc.76":"2020-09-22T15:24:23.043Z","0.12.0-rc.77":"2020-09-22T16:34:37.107Z","0.12.0-rc.78":"2020-09-22T16:49:10.603Z","0.12.0-rc.79":"2020-09-22T17:04:10.367Z","0.12.0-rc.80":"2020-09-23T14:10:14.623Z","0.12.0-rc.81":"2020-09-23T14:43:36.064Z","0.12.0-rc.82":"2020-09-23T15:00:55.168Z","0.12.0-rc.83":"2020-09-23T15:14:17.719Z","0.12.0-rc.84":"2020-09-23T15:18:10.950Z","0.12.0-rc.85":"2020-09-23T15:36:14.406Z","0.12.0-rc.86":"2020-09-23T16:21:18.973Z","0.12.0-rc.87":"2020-09-23T20:45:32.421Z","0.12.0-rc.88":"2020-09-23T21:01:13.075Z","0.12.0-rc.89":"2020-09-23T21:11:14.411Z","0.12.0-rc.90":"2020-09-24T01:50:31.066Z","0.12.0-rc.91":"2020-09-24T11:48:14.705Z","0.12.0":"2020-09-24T11:58:18.373Z","0.12.1-rc.0":"2020-09-25T16:09:19.957Z","0.12.1-rc.1":"2020-09-28T14:37:35.983Z","0.12.1-rc.2":"2020-09-28T14:47:24.388Z","0.12.1-rc.3":"2020-09-28T15:02:31.930Z","0.12.1-rc.4":"2020-09-28T15:34:37.579Z","0.12.1-rc.5":"2020-09-28T16:02:21.855Z","0.12.1-rc.6":"2020-09-29T02:29:37.729Z","0.12.1-rc.7":"2020-09-30T14:15:54.401Z","0.12.1-rc.8":"2020-10-01T08:41:18.134Z","0.12.1-rc.9":"2020-10-02T00:07:21.443Z","0.12.1-rc.10":"2020-10-02T23:42:35.125Z","0.12.1-rc.11":"2020-10-03T00:02:11.577Z","0.12.1-rc.12":"2020-10-03T00:24:44.352Z","0.12.1-rc.13":"2020-10-03T00:35:09.391Z","0.12.1-rc.14":"2020-10-05T17:04:49.742Z","0.12.1-rc.15":"2020-10-06T13:24:37.386Z","0.12.1-rc.16":"2020-10-06T14:35:53.603Z","0.12.1-rc.17":"2020-10-06T17:26:29.152Z","0.12.1-rc.18":"2020-10-07T12:47:15.356Z","0.13.0-rc.0":"2020-10-07T16:45:03.320Z","0.13.0-rc.1":"2020-10-08T18:11:30.221Z","0.13.0-rc.2":"2020-10-09T15:00:57.137Z","0.13.0-rc.3":"2020-10-09T17:20:18.825Z","0.13.0-rc.4":"2020-10-09T20:41:44.904Z","0.13.0-rc.5":"2020-10-14T18:34:10.736Z","0.13.0-rc.6":"2020-10-14T20:50:33.585Z","0.13.0-rc.7":"2020-10-15T15:54:36.524Z","0.13.0-rc.8":"2020-10-15T16:35:44.769Z","0.13.0-rc.9":"2020-10-15T17:13:45.031Z","0.13.0-rc.10":"2020-10-17T12:56:55.762Z","0.13.0-rc.11":"2020-10-17T13:11:05.901Z","0.13.0-rc.12":"2020-10-17T13:20:57.417Z","0.13.0-rc.13":"2020-10-19T00:14:15.754Z","0.13.0-rc.14":"2020-10-19T21:10:39.208Z","0.13.0-rc.15":"2020-10-20T23:32:01.318Z","0.13.0-rc.16":"2020-10-21T16:06:51.504Z","0.13.0-rc.17":"2020-10-21T17:35:42.300Z","0.13.0-rc.18":"2020-10-21T21:15:12.674Z","0.13.0-rc.19":"2020-10-21T21:27:05.820Z","0.13.0-rc.20":"2020-10-23T02:42:22.221Z","0.13.0-rc.21":"2020-10-23T09:01:04.849Z","0.13.0-rc.22":"2020-10-23T20:17:34.519Z","0.13.0-rc.23":"2020-10-25T13:03:32.396Z","0.13.0-rc.24":"2020-10-26T21:18:42.296Z","0.13.0-rc.25":"2020-10-27T12:51:38.484Z","0.13.0-rc.26":"2020-10-27T13:06:03.266Z","0.13.0-rc.27":"2020-10-27T13:58:13.052Z","0.13.0-rc.28":"2020-10-28T10:04:48.120Z","0.13.0-rc.29":"2020-10-28T17:35:05.946Z","0.13.0-rc.30":"2020-10-30T14:59:15.885Z","0.13.0-rc.31":"2020-10-30T19:26:37.064Z","0.13.0-rc.32":"2020-10-30T19:48:50.558Z","0.13.0-rc.33":"2020-11-02T11:38:52.232Z","0.13.0-rc.34":"2020-11-02T17:29:36.531Z","0.13.0-rc.35":"2020-11-03T14:34:47.108Z","0.13.0-rc.36":"2020-11-03T15:54:23.864Z","0.13.0-rc.37":"2020-11-04T10:26:03.964Z","0.13.0-rc.38":"2020-11-04T14:50:03.627Z","0.13.0-rc.39":"2020-11-04T15:43:19.296Z","0.13.0-rc.40":"2020-11-04T18:36:29.475Z","0.13.0-rc.41":"2020-11-05T14:18:36.802Z","0.13.0-rc.42":"2020-11-06T16:09:48.766Z","0.13.0-rc.43":"2020-11-07T00:13:46.695Z","0.13.0-rc.44":"2020-11-09T17:21:46.688Z","0.13.0-rc.45":"2020-11-09T18:00:51.755Z","0.13.0-rc.46":"2020-11-09T19:34:39.806Z","0.13.0-rc.47":"2020-11-09T19:48:05.003Z","0.13.0-rc.48":"2020-11-10T02:11:25.274Z","0.13.0-rc.49":"2020-11-10T09:08:32.856Z","0.13.0-rc.50":"2020-11-10T14:25:38.603Z","0.13.0-rc.51":"2020-11-10T18:09:22.591Z","0.13.0-rc.52":"2020-11-10T21:12:11.977Z","0.13.0-rc.53":"2020-11-10T21:27:35.713Z","0.13.0-rc.54":"2020-11-11T21:59:36.292Z","0.13.0-rc.55":"2020-11-12T14:47:36.975Z","0.13.0-rc.56":"2020-11-12T17:49:23.042Z","0.13.0-rc.57":"2020-11-12T18:02:43.043Z","0.13.0-rc.58":"2020-11-12T18:56:55.710Z","0.13.0-rc.59":"2020-11-12T19:12:21.762Z","0.13.0-rc.60":"2020-11-13T16:07:18.519Z","0.13.0":"2020-11-13T20:33:44.839Z","0.13.1-rc.0":"2020-11-14T02:02:28.187Z","0.13.1-rc.1":"2020-11-16T18:45:53.255Z","0.13.1-rc.2":"2020-11-16T21:45:17.322Z","0.13.1-rc.3":"2020-11-17T00:25:14.694Z","0.13.1-rc.4":"2020-11-18T00:04:22.922Z","0.13.1-rc.5":"2020-11-18T16:51:08.626Z","0.13.1-rc.6":"2020-11-19T01:04:38.931Z","0.13.1-rc.7":"2020-11-20T01:15:55.756Z","0.13.1-rc.8":"2020-11-21T02:33:25.336Z","0.13.1-rc.9":"2020-11-21T03:39:42.172Z","0.13.1-rc.10":"2020-11-22T16:20:47.741Z","0.13.1-rc.11":"2020-11-23T15:43:22.020Z","0.13.1-rc.12":"2020-11-23T20:17:45.150Z","0.13.1-rc.13":"2020-11-24T15:13:08.597Z","0.13.1-rc.14":"2020-11-25T01:31:24.581Z","0.13.1-rc.15":"2020-11-25T01:47:13.977Z","0.13.1-rc.16":"2020-11-25T01:58:12.739Z","0.13.1-rc.17":"2020-11-25T02:09:00.215Z","0.13.1-rc.18":"2020-11-25T16:17:08.590Z","0.13.1-rc.19":"2020-11-25T22:43:52.812Z","0.13.1-rc.20":"2020-11-27T13:52:13.393Z","0.13.1-rc.21":"2020-12-02T17:08:31.889Z","0.13.1-rc.22":"2020-12-02T18:44:10.935Z","0.13.1-rc.23":"2020-12-02T19:03:41.697Z","0.13.1-rc.24":"2020-12-02T19:19:29.138Z","0.13.1-rc.25":"2020-12-02T20:39:57.520Z","0.13.1-rc.26":"2020-12-02T21:11:51.999Z","0.13.1-rc.27":"2020-12-03T00:49:15.944Z","0.13.1-rc.28":"2020-12-03T15:48:01.182Z","0.13.1-rc.29":"2020-12-03T16:52:04.070Z","0.13.1-rc.30":"2020-12-03T17:04:33.373Z","0.13.1-rc.31":"2020-12-03T18:01:41.462Z","0.13.1-rc.32":"2020-12-03T19:34:40.022Z","0.13.1-rc.33":"2020-12-04T02:21:12.026Z","0.13.1-rc.34":"2020-12-04T02:31:56.565Z","0.13.1-rc.35":"2020-12-04T02:41:28.557Z","0.13.1-rc.36":"2020-12-04T17:57:45.236Z","0.13.1-rc.37":"2020-12-06T14:15:05.187Z","0.13.1-rc.38":"2020-12-07T15:03:09.732Z","0.13.1-rc.39":"2020-12-07T18:45:38.759Z","0.13.1-rc.40":"2020-12-08T13:55:25.170Z","0.14.0-rc.0":"2020-12-08T14:24:36.556Z","0.14.0-rc.1":"2020-12-09T18:50:11.396Z","0.14.0-rc.2":"2020-12-09T19:04:29.613Z","0.14.0-rc.3":"2020-12-09T20:53:26.391Z","0.14.0-rc.4":"2020-12-10T14:06:13.337Z","0.14.0-rc.5":"2020-12-10T15:18:50.594Z","0.14.0-rc.6":"2020-12-10T16:33:29.552Z","0.14.0-rc.7":"2020-12-11T00:19:33.628Z","0.14.0-rc.8":"2020-12-11T01:08:47.866Z","0.14.0-rc.9":"2020-12-11T11:13:41.751Z","0.12.1":"2020-12-11T11:44:25.254Z","0.14.0-rc.10":"2020-12-11T13:59:34.326Z","0.14.0-rc.11":"2020-12-11T14:13:37.053Z","0.14.0-rc.12":"2020-12-12T01:01:04.756Z","0.13.1":"2020-12-14T08:52:48.055Z","0.14.0-rc.13":"2020-12-14T14:02:28.710Z","0.14.0-rc.14":"2020-12-15T15:57:53.428Z","0.14.0":"2020-12-15T16:32:42.550Z","0.14.1-rc.0":"2020-12-15T18:22:00.149Z","0.14.1-rc.1":"2020-12-15T21:41:57.136Z","0.14.1-rc.2":"2020-12-15T21:59:40.495Z","0.14.1-rc.3":"2020-12-17T10:54:20.808Z","0.14.1-rc.4":"2020-12-17T14:37:23.696Z","0.14.1-rc.5":"2020-12-17T19:59:24.559Z","0.14.1-rc.6":"2020-12-17T20:07:21.975Z","0.14.1-rc.7":"2020-12-17T20:32:15.332Z","0.14.1-rc.8":"2020-12-17T20:39:27.469Z","0.14.1-rc.9":"2020-12-18T14:18:53.607Z","0.14.1-rc.10":"2020-12-18T14:48:17.168Z","0.14.1-rc.11":"2020-12-18T15:18:01.829Z","0.14.1-rc.12":"2020-12-22T09:57:10.665Z","0.14.1-rc.13":"2020-12-29T13:47:29.550Z","0.14.1-rc.14":"2020-12-29T14:28:55.506Z","0.14.1-rc.15":"2020-12-29T14:30:38.510Z","0.14.1-rc.16":"2020-12-30T14:40:25.131Z","0.14.1-rc.17":"2021-01-02T14:11:11.314Z","0.14.1-rc.18":"2021-01-02T14:24:31.575Z","0.14.1-rc.19":"2021-01-03T05:43:13.333Z","0.14.1-rc.20":"2021-01-03T14:55:01.556Z","0.14.1-rc.21":"2021-01-04T00:02:50.663Z","0.14.1-rc.22":"2021-01-04T01:21:04.659Z","0.14.1-rc.23":"2021-01-04T01:28:28.474Z","0.14.1-rc.24":"2021-01-04T17:08:39.801Z","0.14.1-rc.25":"2021-01-04T19:30:16.659Z","0.14.1-rc.26":"2021-01-04T19:58:02.014Z","0.14.1-rc.27":"2021-01-04T20:39:20.974Z","0.14.1-rc.28":"2021-01-05T08:54:46.812Z","0.14.1-rc.29":"2021-01-05T14:41:45.923Z","0.14.1-rc.30":"2021-01-07T13:38:38.771Z","0.14.1-rc.31":"2021-01-07T14:24:12.343Z","0.14.1-rc.32":"2021-01-07T15:42:10.903Z","0.14.1-rc.33":"2021-01-07T17:06:31.453Z","0.14.1-rc.34":"2021-01-07T17:39:29.270Z","0.14.1-rc.35":"2021-01-07T18:50:03.879Z","0.14.1-rc.36":"2021-01-07T23:05:24.184Z","0.14.1-rc.37":"2021-01-08T15:46:27.271Z","0.14.1-rc.38":"2021-01-08T15:50:08.195Z","0.14.1-rc.39":"2021-01-08T17:42:43.416Z","0.14.1-rc.40":"2021-01-10T13:51:21.484Z","0.14.1-rc.41":"2021-01-11T20:58:44.470Z","0.14.1-rc.42":"2021-01-12T21:36:31.035Z","0.14.1-rc.43":"2021-01-14T13:58:11.501Z","0.14.1-rc.44":"2021-01-14T14:18:58.304Z","0.14.1-rc.45":"2021-01-14T15:30:41.603Z","0.14.1-rc.46":"2021-01-14T17:01:22.793Z","0.14.1-rc.47":"2021-01-14T17:54:39.501Z","0.14.1-rc.48":"2021-01-14T18:10:21.477Z","0.14.1-rc.49":"2021-01-14T18:27:16.708Z","0.14.1-rc.50":"2021-01-14T18:43:27.832Z","0.14.1-rc.51":"2021-01-14T19:07:00.882Z","0.14.1-rc.52":"2021-01-14T19:23:59.681Z","0.14.1-rc.53":"2021-01-14T20:35:56.503Z","0.14.1-rc.54":"2021-01-14T22:30:33.879Z","0.15.0-rc.0":"2021-01-15T18:25:37.634Z","0.15.0-rc.1":"2021-01-21T03:50:45.869Z","0.15.0":"2021-01-21T03:57:57.864Z","0.15.1-rc.0":"2021-01-21T15:09:19.306Z","0.15.1-rc.1":"2021-01-22T14:29:56.754Z","0.15.1-rc.2":"2021-01-24T15:52:51.619Z","0.15.1-rc.3":"2021-01-25T15:39:33.850Z","0.15.1-rc.4":"2021-01-25T18:11:39.450Z","0.15.1-rc.5":"2021-01-27T07:58:34.612Z","0.15.1-rc.6":"2021-01-27T10:37:25.433Z","0.15.1-rc.7":"2021-01-27T13:46:36.880Z","0.15.1-rc.8":"2021-01-27T14:39:01.721Z","0.15.1-rc.9":"2021-02-01T20:13:24.002Z","0.15.1-rc.10":"2021-02-01T20:59:06.972Z","0.15.1-rc.11":"2021-02-01T21:01:42.329Z","0.15.1-rc.12":"2021-02-01T21:08:19.206Z","0.15.1-rc.13":"2021-02-01T21:11:42.973Z","0.15.1-rc.14":"2021-02-01T21:39:44.526Z","0.15.1-rc.15":"2021-02-02T08:34:42.608Z","0.15.1-rc.16":"2021-02-02T10:33:17.501Z","0.15.1-rc.17":"2021-02-02T10:52:37.968Z","0.15.1-rc.18":"2021-02-02T11:07:24.599Z","0.15.1-rc.19":"2021-02-02T11:15:57.482Z","0.15.1-rc.20":"2021-02-02T12:05:53.093Z","0.15.1-rc.21":"2021-02-02T12:32:24.187Z","0.15.1-rc.22":"2021-02-02T14:54:37.715Z","0.15.1-rc.23":"2021-02-03T11:27:00.832Z","0.16.0-rc.0":"2021-02-04T14:13:47.611Z","0.16.0-rc.1":"2021-02-04T22:15:41.517Z","0.16.0-rc.2":"2021-02-06T00:00:05.746Z","0.16.0-rc.3":"2021-02-08T15:16:08.034Z","0.16.0-rc.4":"2021-02-08T16:55:22.711Z","0.16.0-rc.5":"2021-02-09T14:00:10.062Z","0.16.0-rc.6":"2021-02-10T09:42:18.370Z","0.16.0-rc.7":"2021-02-10T21:15:59.323Z","0.16.0-rc.8":"2021-02-10T21:49:12.871Z","0.16.0-rc.9":"2021-02-10T22:02:52.720Z","0.16.0-rc.10":"2021-02-10T22:13:37.020Z","0.16.0-rc.11":"2021-02-10T22:23:24.031Z","0.16.0-rc.12":"2021-02-10T22:35:41.945Z","0.16.0-rc.13":"2021-02-10T22:45:18.089Z","0.16.0-rc.14":"2021-02-11T14:36:09.710Z","0.16.0-rc.15":"2021-02-11T19:49:44.094Z","0.16.0-rc.16":"2021-02-11T20:19:34.836Z","0.16.0-rc.17":"2021-02-11T21:13:24.415Z","0.16.0":"2021-02-12T12:52:02.428Z","0.16.1-rc.0":"2021-02-15T04:04:11.318Z","0.16.1-rc.1":"2021-02-15T18:44:48.910Z","0.16.1-rc.2":"2021-02-15T18:56:31.877Z","0.16.1-rc.3":"2021-02-16T12:10:28.861Z","0.16.1-rc.4":"2021-02-16T12:31:25.216Z","0.16.1-rc.5":"2021-02-16T13:39:41.322Z","0.16.1-rc.6":"2021-02-16T14:30:46.972Z","0.16.1-rc.7":"2021-02-16T15:04:25.943Z","0.16.1-rc.8":"2021-02-16T15:13:53.060Z","0.16.1-rc.9":"2021-02-16T15:53:11.522Z","0.16.1-rc.10":"2021-02-16T16:13:23.774Z","0.16.1":"2021-02-16T16:42:51.788Z","0.16.2-rc.0":"2021-02-19T04:27:34.906Z","0.17.0-rc.0":"2021-02-19T14:27:00.398Z","0.17.0-rc.1":"2021-02-19T15:57:28.127Z","0.17.0-rc.2":"2021-02-22T14:52:58.832Z","0.17.0-rc.3":"2021-02-25T22:26:32.066Z","0.17.0-rc.4":"2021-02-26T07:27:00.821Z","0.17.0-rc.5":"2021-02-26T09:41:46.447Z","0.17.0-rc.6":"2021-02-27T23:36:46.344Z","0.17.0-rc.7":"2021-02-27T23:50:58.845Z","0.17.0-rc.8":"2021-02-28T00:02:36.052Z","0.17.0-rc.9":"2021-02-28T00:19:37.339Z","0.17.0-rc.10":"2021-03-02T03:05:03.974Z","0.17.0-rc.11":"2021-03-02T03:15:06.173Z","0.17.0-rc.12":"2021-03-02T15:57:46.133Z","0.17.0-rc.13":"2021-03-03T17:35:52.100Z","0.17.0-rc.14":"2021-03-03T18:13:14.353Z","0.17.0-rc.15":"2021-03-04T14:26:08.921Z","0.17.0-rc.16":"2021-03-06T01:53:47.038Z","0.17.0-rc.17":"2021-03-07T15:01:32.962Z","0.17.0-rc.18":"2021-03-09T16:38:14.641Z","0.17.0-rc.19":"2021-03-09T19:35:26.524Z","0.17.0-rc.20":"2021-03-09T19:43:04.594Z","0.17.0-rc.21":"2021-03-10T15:19:11.829Z","0.17.0-rc.22":"2021-03-13T15:36:39.120Z","0.17.0-rc.23":"2021-03-15T07:03:22.030Z","0.17.0-rc.24":"2021-03-15T09:24:26.572Z","0.17.0-rc.25":"2021-03-16T09:08:46.333Z","0.17.0-rc.26":"2021-03-18T03:26:50.692Z","0.17.0-rc.27":"2021-03-21T17:20:35.467Z","0.17.0-rc.28":"2021-03-22T18:38:15.873Z","0.17.0-rc.29":"2021-03-22T22:07:02.192Z","0.17.0-rc.30":"2021-03-23T00:52:48.031Z","0.17.0-rc.31":"2021-03-24T11:25:50.767Z","0.17.0-rc.32":"2021-03-26T04:02:31.902Z","0.17.0-rc.33":"2021-03-30T13:34:48.574Z","0.17.0-rc.34":"2021-03-30T18:56:30.705Z","0.17.0-rc.35":"2021-03-30T19:26:39.249Z","0.17.0-rc.36":"2021-03-30T19:39:11.070Z","0.17.0-rc.37":"2021-04-01T15:17:40.903Z","0.17.0-rc.38":"2021-04-05T14:03:50.409Z","0.17.0-rc.39":"2021-04-06T05:54:34.505Z","0.17.0-rc.40":"2021-04-06T13:30:27.250Z","0.17.0-rc.41":"2021-04-07T16:26:46.758Z","0.17.0-rc.42":"2021-04-08T10:09:53.094Z","0.17.0-rc.43":"2021-04-10T16:14:02.172Z","0.17.0-rc.44":"2021-04-11T14:53:35.068Z","0.17.0-rc.45":"2021-04-13T10:13:40.632Z","0.17.0-rc.46":"2021-04-13T15:02:52.343Z","0.17.0-rc.47":"2021-04-13T22:39:24.199Z","0.17.0-rc.48":"2021-04-13T23:25:24.073Z","0.17.0-rc.49":"2021-04-13T23:51:53.411Z","0.17.0":"2021-04-14T00:14:34.911Z","0.17.1-rc.0":"2021-04-18T12:56:22.279Z","0.17.1-rc.1":"2021-04-19T04:34:42.611Z","0.17.1-rc.2":"2021-04-21T09:45:29.480Z","0.17.1-rc.3":"2021-04-25T11:32:08.813Z","0.17.1-rc.4":"2021-04-28T09:24:10.352Z","0.17.1-rc.5":"2021-04-29T10:29:24.129Z","0.17.1-rc.6":"2021-04-29T12:53:42.947Z","0.17.1-rc.7":"2021-04-29T13:03:36.517Z","0.17.1-rc.8":"2021-04-29T13:15:53.571Z","0.17.1-rc.9":"2021-04-29T14:04:30.921Z","0.17.1-rc.10":"2021-04-29T14:18:09.519Z","0.17.1-rc.11":"2021-04-29T14:52:01.314Z","0.17.1-rc.12":"2021-04-29T15:01:45.135Z","0.17.1-rc.13":"2021-04-29T15:13:32.289Z","0.17.1-rc.14":"2021-04-29T15:15:41.010Z","0.17.1-rc.15":"2021-04-29T19:19:12.760Z","0.17.1-rc.16":"2021-04-29T20:24:35.038Z","0.17.1-rc.17":"2021-04-29T21:56:58.828Z","0.18.0-rc.0":"2021-04-30T08:39:49.730Z","0.18.0-rc.1":"2021-04-30T09:35:34.175Z","0.18.0-rc.2":"2021-04-30T09:50:47.637Z","0.18.0-rc.3":"2021-04-30T10:28:25.769Z","0.18.0-rc.4":"2021-04-30T16:07:26.013Z","0.18.0-rc.5":"2021-04-30T16:22:13.761Z","0.18.0-rc.6":"2021-04-30T22:48:42.167Z","0.18.0-rc.7":"2021-04-30T23:23:41.201Z","0.18.0-rc.8":"2021-04-30T23:33:31.458Z","0.18.0-rc.9":"2021-04-30T23:48:24.444Z","0.18.0-rc.10":"2021-05-01T11:21:25.484Z","0.18.0-rc.11":"2021-05-01T22:40:08.524Z","0.18.0-rc.12":"2021-05-02T10:31:39.825Z","0.18.0-rc.13":"2021-05-02T10:43:42.097Z","0.18.0-rc.14":"2021-05-02T10:53:29.170Z","0.18.0-rc.15":"2021-05-02T12:28:43.883Z","0.18.0-rc.16":"2021-05-03T01:40:23.800Z","0.18.0-rc.17":"2021-05-03T15:06:38.016Z","0.18.0-rc.18":"2021-05-03T20:06:40.868Z","0.18.0-rc.19":"2021-05-05T06:22:21.351Z","0.18.0-rc.20":"2021-05-06T18:05:43.691Z","0.18.0-rc.21":"2021-05-06T19:15:57.192Z","0.18.0-rc.22":"2021-05-06T19:46:30.053Z","0.18.0-rc.23":"2021-05-07T00:02:14.101Z","0.18.0-rc.24":"2021-05-07T00:11:16.259Z","0.18.0-rc.25":"2021-05-07T00:55:51.135Z","0.18.0-rc.26":"2021-05-08T00:23:02.122Z","0.18.0-rc.27":"2021-05-08T00:36:38.601Z","0.18.0-rc.28":"2021-05-08T00:44:57.032Z","0.18.0-rc.29":"2021-05-08T02:34:30.705Z","0.18.0-rc.30":"2021-05-09T14:52:25.756Z","0.18.0-rc.31":"2021-05-09T15:16:13.936Z","0.18.0-rc.32":"2021-05-09T17:54:04.443Z","0.18.0":"2021-05-09T18:13:25.605Z","0.18.1-rc.0":"2021-05-11T00:12:54.304Z","0.18.1-rc.1":"2021-05-11T00:28:59.705Z","0.18.1-rc.2":"2021-05-11T21:41:23.189Z","0.18.1-rc.3":"2021-05-14T10:05:53.465Z","0.18.1-rc.4":"2021-05-17T21:16:48.533Z","0.18.1-rc.5":"2021-05-19T02:20:50.461Z","0.18.1-rc.6":"2021-05-21T18:15:53.587Z","0.18.1-rc.7":"2021-05-24T07:58:18.199Z","0.18.1-rc.8":"2021-05-24T14:14:13.636Z","0.18.1-rc.9":"2021-05-26T03:50:19.297Z","0.18.1-rc.10":"2021-05-26T14:01:03.830Z","0.18.1-rc.11":"2021-05-26T15:27:28.467Z","0.18.1-rc.12":"2021-05-27T05:40:14.913Z","0.18.1-rc.13":"2021-05-28T09:15:41.920Z","0.18.1-rc.14":"2021-06-01T14:24:04.984Z","0.18.1-rc.15":"2021-06-01T16:30:12.092Z","0.18.1-rc.16":"2021-06-01T19:05:30.480Z","0.18.1-rc.17":"2021-06-02T13:19:45.788Z","0.18.1-rc.18":"2021-06-02T21:10:47.005Z","0.18.1-rc.19":"2021-06-03T21:27:55.449Z","0.18.1-rc.20":"2021-06-03T22:51:08.003Z","0.18.1-rc.21":"2021-06-04T00:06:20.319Z","0.18.1-rc.22":"2021-06-04T00:20:40.853Z","0.18.1-rc.23":"2021-06-04T10:51:11.123Z","0.18.1-rc.24":"2021-06-04T17:45:12.954Z","0.18.1-rc.25":"2021-06-08T00:22:43.677Z","0.19.0-rc.0":"2021-06-10T08:46:35.017Z","0.19.0-rc.1":"2021-06-13T14:25:02.568Z","0.19.0-rc.2":"2021-06-17T08:44:11.085Z","0.19.0-rc.3":"2021-06-17T15:24:30.199Z","0.19.0-rc.4":"2021-06-17T19:39:38.178Z","0.19.0-rc.5":"2021-06-18T21:25:35.503Z","0.19.0-rc.6":"2021-06-18T22:16:43.057Z","0.19.0-rc.7":"2021-06-18T23:53:07.641Z","0.19.0-rc.8":"2021-06-19T00:31:47.841Z","0.19.0-rc.9":"2021-06-19T00:48:09.703Z","0.19.0-rc.10":"2021-06-21T18:22:00.640Z","0.19.0-rc.11":"2021-06-22T01:57:22.726Z","0.19.0-rc.12":"2021-06-22T23:30:51.801Z","0.19.0-rc.13":"2021-06-22T23:47:27.609Z","0.19.0-rc.14":"2021-06-23T07:36:34.897Z","0.19.0-rc.15":"2021-06-26T23:31:47.046Z","0.19.0-rc.16":"2021-06-27T00:00:36.060Z","0.19.0-rc.17":"2021-06-27T00:41:48.822Z","0.19.0-rc.18":"2021-06-28T05:05:37.025Z","0.19.0-rc.19":"2021-06-28T13:51:33.379Z","0.19.0-rc.20":"2021-06-30T00:19:25.897Z","0.19.0-rc.21":"2021-06-30T16:02:37.636Z","0.19.0-rc.22":"2021-06-30T17:39:46.522Z","0.19.0-rc.23":"2021-06-30T19:18:10.836Z","0.19.0-rc.24":"2021-07-02T16:19:06.789Z","0.19.0-rc.25":"2021-07-02T20:24:35.923Z","0.19.0-rc.26":"2021-07-03T00:00:56.033Z","0.19.0-rc.27":"2021-07-03T14:39:23.954Z","0.19.0-rc.28":"2021-07-05T16:53:09.589Z","0.19.0-rc.29":"2021-07-05T17:46:16.252Z","0.19.0-rc.30":"2021-07-06T13:30:11.402Z","0.19.0-rc.31":"2021-07-07T15:48:53.097Z","0.19.0-rc.32":"2021-07-07T16:06:26.513Z","0.19.0-rc.33":"2021-07-09T20:48:08.430Z","0.19.0-rc.34":"2021-07-09T20:59:58.875Z","0.19.0-rc.35":"2021-07-09T21:11:03.900Z","0.19.0-rc.36":"2021-07-09T21:21:48.949Z","0.19.0-rc.37":"2021-07-09T21:32:39.233Z","0.19.0-rc.38":"2021-07-09T21:43:24.366Z","0.19.0-rc.39":"2021-07-13T11:30:32.138Z","0.19.0-rc.40":"2021-07-14T15:36:40.338Z","0.19.0-rc.41":"2021-07-14T21:41:01.718Z","0.19.0-rc.42":"2021-07-14T21:59:46.014Z","0.19.0-rc.43":"2021-07-17T00:27:13.854Z","0.19.0-rc.44":"2021-07-19T18:10:39.877Z","0.19.0-rc.45":"2021-07-20T12:34:26.477Z","0.19.0-rc.46":"2021-07-20T13:17:28.383Z","0.19.0-rc.47":"2021-07-20T13:29:45.090Z","0.19.0-rc.48":"2021-07-20T13:41:37.055Z","0.19.0-rc.49":"2021-07-20T14:12:29.652Z","0.19.0-rc.50":"2021-07-20T14:26:10.092Z","0.19.0-rc.51":"2021-07-20T14:39:18.314Z","0.19.0-rc.52":"2021-07-20T15:18:47.906Z","0.19.0-rc.53":"2021-07-20T15:30:37.734Z","0.19.0-rc.54":"2021-07-20T20:38:25.865Z","0.19.0-rc.55":"2021-07-20T21:48:58.633Z","0.19.0-rc.56":"2021-07-20T22:17:45.033Z","0.19.0-rc.57":"2021-07-20T22:41:45.832Z","0.19.0":"2021-07-22T14:27:19.498Z","0.20.0-rc.0":"2021-07-26T14:36:11.242Z","0.20.0-rc.1":"2021-07-28T22:15:35.293Z","0.20.0-rc.2":"2021-07-30T18:25:26.714Z","0.20.0-rc.3":"2021-08-02T23:46:00.087Z","0.20.0-rc.4":"2021-08-03T23:48:34.268Z","0.20.0-rc.5":"2021-08-04T14:51:54.180Z","0.20.0-rc.6":"2021-08-05T19:04:50.623Z","0.20.0-rc.7":"2021-08-05T22:47:18.940Z","0.20.0-rc.8":"2021-08-06T19:23:47.760Z","0.20.0-rc.9":"2021-08-06T19:46:32.658Z","0.20.0-rc.10":"2021-08-09T16:02:29.873Z","0.20.0-rc.11":"2021-08-10T09:22:40.599Z","0.20.0-rc.12":"2021-08-11T03:31:37.910Z","0.20.0-rc.13":"2021-08-11T20:30:24.536Z","0.20.0-rc.14":"2021-08-13T10:22:52.694Z","0.20.0-rc.15":"2021-08-14T11:27:30.801Z","0.20.0-rc.16":"2021-08-20T13:04:59.178Z","0.20.0-rc.17":"2021-08-20T15:54:55.778Z","0.20.0-rc.18":"2021-08-20T16:07:30.142Z","0.20.0-rc.19":"2021-08-21T11:02:06.817Z","0.20.0-rc.20":"2021-08-24T18:37:55.598Z","0.20.0-rc.21":"2021-08-26T17:36:11.839Z","0.20.0-rc.22":"2021-08-27T09:02:58.390Z","0.20.0-rc.23":"2021-08-30T14:39:35.321Z","0.20.0-rc.24":"2021-09-01T04:21:09.534Z","0.20.0-rc.25":"2021-09-02T16:23:07.014Z","0.20.0-rc.26":"2021-09-05T14:02:51.385Z","0.20.0-rc.27":"2021-09-09T14:47:17.619Z","0.20.0-rc.28":"2021-09-10T16:10:28.458Z","0.20.0-rc.29":"2021-09-13T08:21:32.523Z","0.20.0-rc.30":"2021-09-13T15:00:15.413Z","0.20.0-rc.31":"2021-09-13T15:28:58.114Z","0.20.0-rc.32":"2021-09-13T15:59:06.972Z","0.20.0-rc.33":"2021-09-16T12:10:44.136Z","0.20.0-rc.34":"2021-09-17T14:48:15.688Z","0.20.0-rc.35":"2021-09-20T11:34:30.361Z","0.20.0-rc.36":"2021-09-20T21:53:24.262Z","0.20.0-rc.37":"2021-09-21T22:03:33.940Z","0.20.0-rc.38":"2021-09-22T09:03:04.162Z","0.20.0-rc.39":"2021-09-23T14:35:08.174Z","0.20.0-rc.40":"2021-09-23T15:17:23.176Z","0.20.0-rc.41":"2021-09-23T15:41:39.286Z","0.20.0-rc.42":"2021-09-23T16:40:45.263Z","0.20.0-rc.43":"2021-09-23T18:02:31.201Z","0.20.0":"2021-09-23T18:18:54.098Z","0.20.1-rc.0":"2021-09-28T23:43:06.829Z","0.20.1-rc.1":"2021-09-29T01:07:35.914Z","0.20.1-rc.2":"2021-09-29T02:23:49.717Z","0.20.1-rc.3":"2021-09-29T10:42:06.775Z","0.20.1-rc.4":"2021-09-29T15:19:33.275Z","0.20.1-rc.5":"2021-09-30T21:53:46.369Z","0.20.1-rc.6":"2021-09-30T22:06:26.183Z","0.20.1-rc.7":"2021-09-30T22:52:56.442Z","0.20.1-rc.8":"2021-10-01T22:05:49.036Z","0.20.1-rc.9":"2021-10-02T23:02:22.968Z","0.20.1-rc.10":"2021-10-03T00:38:01.430Z","0.20.1-rc.11":"2021-10-03T00:55:50.062Z","0.20.1-rc.12":"2021-10-03T01:13:07.774Z","0.20.1-rc.13":"2021-10-03T02:13:52.044Z","0.20.1-rc.14":"2021-10-03T02:29:43.030Z","0.20.1-rc.15":"2021-10-03T03:08:35.455Z","0.20.1-rc.16":"2021-10-03T12:14:57.168Z","0.20.1-rc.17":"2021-10-03T12:58:09.737Z","0.20.1-rc.18":"2021-10-03T14:10:33.859Z","0.20.1-rc.19":"2021-10-07T11:30:56.386Z","0.20.1-rc.20":"2021-10-07T23:25:47.382Z","0.20.1-rc.21":"2021-10-07T23:53:02.471Z","0.20.1-rc.22":"2021-10-08T00:34:30.762Z","0.20.1-rc.23":"2021-10-08T01:09:20.967Z","0.20.1-rc.24":"2021-10-08T01:40:55.324Z","0.20.1-rc.25":"2021-10-08T01:58:55.504Z","0.20.1-rc.26":"2021-10-08T02:14:59.149Z","0.20.1-rc.27":"2021-10-08T02:35:36.423Z","0.20.1-rc.28":"2021-10-08T02:58:21.240Z","0.20.1-rc.29":"2021-10-08T14:38:52.063Z","0.20.1-rc.30":"2021-10-08T17:46:56.625Z","0.20.1-rc.31":"2021-10-09T00:22:26.774Z","0.20.1-rc.32":"2021-10-09T00:54:45.630Z","0.20.1-rc.33":"2021-10-09T01:15:55.562Z","0.20.1-rc.34":"2021-10-09T01:57:14.883Z","0.20.1-rc.35":"2021-10-09T02:18:16.107Z","0.20.1-rc.36":"2021-10-09T03:52:42.608Z","0.20.1-rc.37":"2021-10-10T01:50:58.282Z","0.20.1-rc.38":"2021-10-10T02:09:13.778Z","0.20.1-rc.39":"2021-10-10T02:27:49.704Z","0.20.1-rc.40":"2021-10-10T02:55:04.913Z","0.20.1-rc.41":"2021-10-11T01:20:05.290Z","0.20.1-rc.42":"2021-10-11T01:47:07.625Z","0.20.1-rc.43":"2021-10-11T02:34:27.137Z","0.20.1-rc.44":"2021-10-11T03:00:20.218Z","0.20.1-rc.45":"2021-10-13T01:05:14.912Z","0.20.1-rc.46":"2021-10-13T13:42:24.352Z","0.20.1-rc.47":"2021-10-15T15:08:51.814Z","0.20.1-rc.48":"2021-10-16T03:57:12.553Z","0.20.1-rc.49":"2021-10-17T02:58:14.019Z","0.20.1-rc.50":"2021-10-18T14:37:10.056Z","0.20.1-rc.51":"2021-10-19T01:25:09.159Z","0.20.1-rc.52":"2021-10-19T01:43:05.828Z","0.20.1-rc.53":"2021-10-19T01:58:08.498Z","0.20.1-rc.54":"2021-10-24T19:15:05.084Z","0.20.1-rc.55":"2021-10-24T19:36:03.538Z","0.20.1-rc.56":"2021-10-25T01:37:45.297Z","0.20.1-rc.57":"2021-10-25T10:50:35.490Z","0.20.1-rc.58":"2021-10-25T11:02:40.670Z","0.20.1-rc.59":"2021-10-25T11:27:39.682Z","0.20.1-rc.60":"2021-10-26T01:29:13.243Z","0.20.1-rc.61":"2021-10-26T23:06:44.759Z","0.20.1-rc.62":"2021-10-27T00:27:07.081Z","0.20.1-rc.63":"2021-10-30T21:53:34.611Z","0.20.1-rc.64":"2021-10-30T23:54:19.944Z","0.20.1-rc.65":"2021-10-31T00:32:59.531Z","0.20.1-rc.66":"2021-10-31T00:50:16.284Z","0.20.1-rc.67":"2021-10-31T01:02:42.428Z","0.20.1-rc.68":"2021-10-31T01:27:44.361Z","0.20.1-rc.69":"2021-10-31T01:42:48.618Z","0.21.0-rc.0":"2021-11-01T17:28:10.548Z","0.21.0-rc.1":"2021-11-01T22:03:31.466Z","0.21.0-rc.2":"2021-11-02T17:32:20.254Z","0.21.0-rc.3":"2021-11-03T14:40:15.094Z","0.21.0-rc.4":"2021-11-03T16:15:01.473Z","0.21.0-rc.5":"2021-11-03T20:10:47.864Z","0.21.0-rc.6":"2021-11-05T16:44:51.702Z","0.21.0-rc.7":"2021-11-07T16:04:28.232Z","0.21.0-rc.8":"2021-11-07T16:47:20.509Z","0.21.0-rc.9":"2021-11-08T01:30:16.896Z","0.21.0-rc.10":"2021-11-08T03:28:16.386Z","0.21.0-rc.11":"2021-11-08T03:52:53.126Z","0.21.0-rc.12":"2021-11-08T15:41:39.727Z","0.21.0-rc.13":"2021-11-09T17:59:50.232Z","0.21.0-rc.14":"2021-11-10T16:16:47.433Z","0.21.0-rc.15":"2021-11-10T22:25:05.393Z","0.21.0-rc.16":"2021-11-17T12:11:31.711Z","0.21.0-rc.17":"2021-11-17T16:05:59.324Z","0.21.0-rc.18":"2021-11-17T18:58:14.834Z","0.21.0-rc.19":"2021-11-17T20:12:29.115Z","0.21.0-rc.20":"2021-11-17T21:17:45.991Z","0.21.0-rc.21":"2021-11-19T16:17:49.572Z","0.21.0-rc.22":"2021-11-22T18:58:33.195Z","0.21.0-rc.23":"2021-11-23T12:33:37.939Z","0.21.0-rc.24":"2021-11-24T09:49:06.678Z","0.21.0-rc.25":"2021-11-24T15:27:13.641Z","0.21.0-rc.26":"2021-11-25T00:41:53.014Z","0.21.0-rc.27":"2021-11-25T01:00:12.118Z","0.21.0-rc.28":"2021-11-25T01:26:10.150Z","0.21.0-rc.29":"2021-11-25T01:52:26.529Z","0.21.0-rc.30":"2021-11-25T03:35:54.176Z","0.21.0-rc.31":"2021-11-25T03:49:00.829Z","0.21.0-rc.32":"2021-11-26T03:14:30.280Z","0.21.0-rc.33":"2021-11-26T20:03:31.124Z","0.21.0-rc.34":"2021-11-26T23:18:25.829Z","0.21.0-rc.35":"2021-11-27T00:25:05.090Z","0.21.0-rc.36":"2021-11-29T23:39:58.087Z","0.21.0-rc.37":"2021-11-30T22:24:38.367Z","0.21.0-rc.38":"2021-11-30T22:42:59.999Z","0.21.0-rc.39":"2021-12-05T15:55:25.415Z","0.21.0-rc.40":"2021-12-09T18:29:38.778Z","0.21.0-rc.41":"2021-12-09T18:42:47.007Z","0.21.0-rc.42":"2021-12-09T19:46:06.850Z","0.21.0-rc.43":"2021-12-10T01:06:30.202Z","0.21.0-rc.44":"2021-12-10T01:21:19.241Z","0.21.0-rc.45":"2021-12-10T04:20:04.164Z","0.21.0-rc.46":"2021-12-10T04:38:00.887Z","0.21.0-rc.47":"2021-12-11T13:12:40.794Z","0.21.0-rc.48":"2021-12-11T13:31:01.854Z","0.21.0-rc.49":"2021-12-11T21:56:16.374Z","0.21.0-rc.50":"2021-12-12T16:12:50.990Z","0.21.0-rc.51":"2021-12-12T16:30:40.120Z","0.21.0-rc.52":"2021-12-13T13:32:45.303Z","0.21.0-rc.53":"2021-12-14T17:21:54.904Z","0.21.0-rc.54":"2021-12-14T19:27:44.089Z","0.21.0-rc.55":"2021-12-15T01:29:20.176Z","0.21.0-rc.56":"2021-12-16T19:22:20.911Z","0.21.0-rc.57":"2021-12-16T23:40:21.901Z","0.21.0-rc.58":"2021-12-17T01:09:30.691Z","0.20.1":"2021-12-17T02:27:47.828Z","0.20.2":"2021-12-17T02:50:13.897Z","0.21.0-rc.59":"2021-12-18T01:45:01.565Z","0.20.3":"2021-12-18T16:52:29.355Z","0.21.0-rc.60":"2021-12-22T19:24:27.007Z","0.21.0-rc.61":"2021-12-23T12:56:51.385Z","0.21.0-rc.62":"2021-12-23T17:20:22.312Z","0.21.0-rc.63":"2021-12-26T04:16:43.260Z","0.21.0-rc.64":"2021-12-26T05:19:45.706Z","0.21.0-rc.65":"2021-12-26T05:31:35.421Z","0.21.0-rc.66":"2021-12-26T05:50:03.392Z","0.21.0-rc.67":"2021-12-26T06:01:19.777Z","0.21.0-rc.68":"2021-12-26T06:15:59.264Z","0.21.0-rc.69":"2021-12-27T21:03:07.805Z","0.21.0-rc.70":"2021-12-27T21:15:42.706Z","0.21.0-rc.71":"2021-12-27T21:32:46.170Z","0.21.0-rc.72":"2021-12-27T22:00:05.887Z","0.21.0-rc.73":"2021-12-28T01:10:29.658Z","0.21.0-rc.74":"2021-12-28T12:49:38.366Z","0.21.0-rc.75":"2021-12-28T15:27:43.827Z","0.21.0-rc.76":"2021-12-29T16:37:53.559Z","0.21.0-rc.77":"2022-01-03T23:28:15.250Z","0.21.0-rc.78":"2022-01-04T01:43:23.890Z","0.21.0-rc.79":"2022-01-04T19:21:17.403Z","0.21.0-rc.80":"2022-01-07T00:52:12.146Z","0.21.0-rc.81":"2022-01-07T16:07:55.035Z","0.21.0-rc.82":"2022-01-07T16:25:02.327Z","0.21.0-rc.83":"2022-01-07T16:42:49.447Z","0.21.0-rc.84":"2022-01-07T23:33:52.164Z","0.21.0-rc.85":"2022-01-08T01:20:37.046Z","0.21.0-rc.86":"2022-01-08T01:53:46.299Z","0.21.0-rc.87":"2022-01-11T00:51:43.352Z","0.21.0-rc.88":"2022-01-14T15:47:40.593Z","0.21.0-rc.89":"2022-01-15T00:30:24.716Z","0.21.0-rc.90":"2022-01-15T21:50:33.960Z","0.21.0-rc.91":"2022-01-15T22:10:45.505Z","0.21.0-rc.92":"2022-01-17T20:50:57.490Z","0.21.0-rc.93":"2022-01-21T19:24:39.880Z","0.21.0-rc.94":"2022-01-22T02:15:27.685Z","0.21.0-rc.95":"2022-01-22T02:41:38.466Z","0.21.0-rc.96":"2022-01-22T02:56:24.730Z","0.21.0-rc.97":"2022-01-22T03:08:25.103Z","0.21.0-rc.98":"2022-01-22T03:22:14.782Z","0.21.0-rc.99":"2022-01-22T03:33:48.658Z","0.21.0-rc.100":"2022-01-22T03:45:02.588Z","0.21.0-rc.101":"2022-01-22T03:55:41.897Z","0.21.0-rc.102":"2022-01-22T12:29:46.944Z","0.21.0-rc.103":"2022-01-24T22:49:11.707Z","0.21.0-rc.104":"2022-01-25T01:35:12.527Z","0.21.0-rc.105":"2022-01-25T17:13:17.277Z","0.21.0-rc.106":"2022-01-26T21:54:42.720Z","0.21.0-rc.107":"2022-01-26T23:20:33.246Z","0.21.0-rc.108":"2022-01-28T22:00:10.454Z","0.21.0-rc.109":"2022-01-29T13:55:44.110Z","0.21.0-rc.110":"2022-01-29T14:05:17.995Z","0.21.0-rc.111":"2022-01-29T14:17:15.040Z","0.21.0-rc.112":"2022-01-29T14:27:48.902Z","0.21.0-rc.113":"2022-01-29T16:28:40.781Z","0.21.0-rc.114":"2022-02-02T14:21:27.027Z","0.21.0-rc.115":"2022-02-02T15:50:24.562Z","0.21.0-rc.116":"2022-02-03T02:27:01.605Z","0.21.0-rc.117":"2022-02-03T02:39:54.787Z","0.21.0-rc.118":"2022-02-03T02:59:12.398Z","0.21.0-rc.119":"2022-02-03T17:38:48.574Z","0.21.0-rc.120":"2022-02-04T04:24:14.987Z","0.21.0-rc.121":"2022-02-04T04:34:32.981Z","0.21.0-rc.122":"2022-02-04T18:25:46.386Z","0.21.0-rc.123":"2022-02-04T21:38:08.363Z","0.21.0-rc.124":"2022-02-04T21:49:27.772Z","0.21.0-rc.125":"2022-02-04T23:23:16.385Z","0.21.0":"2022-02-04T23:34:22.980Z","0.21.1-rc.0":"2022-02-06T13:47:16.333Z","0.21.1-rc.1":"2022-02-07T21:20:43.489Z","0.21.1-rc.2":"2022-02-08T12:36:04.643Z","0.21.1-rc.3":"2022-02-08T12:46:51.268Z","0.21.1-rc.4":"2022-02-08T14:04:55.539Z","0.21.1-rc.5":"2022-02-08T23:37:42.273Z","0.21.1-rc.6":"2022-02-09T18:24:09.141Z","0.21.1":"2022-02-09T18:43:14.655Z","0.21.2-rc.0":"2022-02-10T10:15:34.967Z","0.21.2-rc.1":"2022-02-10T21:48:49.569Z","0.21.2-rc.2":"2022-02-11T12:29:26.096Z","0.21.2-rc.3":"2022-02-11T16:57:46.736Z","0.21.2-rc.4":"2022-02-12T23:24:09.693Z","0.21.2-rc.5":"2022-02-12T23:59:48.590Z","0.21.2-rc.6":"2022-02-13T16:36:36.970Z","0.21.2-rc.7":"2022-02-13T17:16:09.900Z","0.21.2-rc.8":"2022-02-13T17:29:50.570Z","0.21.2-rc.9":"2022-02-15T15:59:24.629Z","0.21.2-rc.10":"2022-02-15T20:42:12.864Z","0.21.2-rc.11":"2022-02-15T23:02:31.080Z","0.21.2-rc.12":"2022-02-15T23:38:47.977Z","0.21.2-rc.13":"2022-02-16T15:25:13.665Z","0.22.0-rc.0":"2022-02-16T22:31:47.843Z","0.22.0-rc.1":"2022-02-17T13:53:52.058Z","0.22.0-rc.2":"2022-02-17T22:08:53.467Z","0.22.0-rc.3":"2022-02-17T22:26:10.708Z","0.22.0-rc.4":"2022-02-21T22:33:57.367Z","0.22.0-rc.5":"2022-02-21T22:47:59.139Z","0.22.0-rc.6":"2022-02-21T22:58:13.488Z","0.22.0-rc.7":"2022-02-22T13:50:47.228Z","0.22.0-rc.8":"2022-02-23T23:02:09.820Z","0.22.0-rc.9":"2022-02-23T23:59:55.693Z","0.22.0-rc.10":"2022-02-25T02:08:51.981Z","0.22.0-rc.11":"2022-03-01T21:48:37.138Z","0.22.0-rc.12":"2022-03-01T22:02:50.824Z","0.22.0":"2022-03-01T22:12:45.402Z","0.22.1-rc.0":"2022-03-06T18:17:29.361Z","0.22.1-rc.1":"2022-03-06T21:02:47.586Z","0.23.0-rc.0":"2022-03-09T13:05:59.481Z","0.23.0-rc.1":"2022-03-11T02:14:07.967Z","0.23.0-rc.2":"2022-03-11T02:28:20.496Z","0.23.0-rc.3":"2022-03-11T02:41:56.136Z","0.23.0-rc.4":"2022-03-11T02:50:14.860Z","0.23.0-rc.5":"2022-03-11T02:58:27.617Z","0.23.0-rc.6":"2022-03-11T22:39:34.129Z","0.23.0-rc.7":"2022-03-11T23:19:34.695Z","0.23.0-rc.8":"2022-03-14T23:34:24.006Z","0.23.0-rc.9":"2022-03-16T16:56:45.477Z","0.23.0":"2022-03-16T17:04:05.056Z","0.23.1-rc.0":"2022-03-16T23:26:12.318Z","0.23.1-rc.1":"2022-03-17T12:43:12.983Z","0.23.1-rc.2":"2022-03-21T22:56:33.907Z","0.23.1-rc.3":"2022-03-23T17:07:18.986Z","0.24.0-rc.0":"2022-03-23T17:46:33.238Z","0.24.0-rc.1":"2022-03-23T21:45:52.307Z","0.24.0-rc.2":"2022-03-23T23:53:08.364Z","0.24.0-rc.3":"2022-03-24T00:20:29.112Z","0.24.0-rc.4":"2022-03-24T14:18:47.756Z","0.24.0-rc.5":"2022-03-25T14:33:59.237Z","0.24.0-rc.6":"2022-03-26T17:46:43.941Z","0.24.0-rc.7":"2022-03-28T17:08:48.771Z","0.24.0-rc.8":"2022-03-28T19:30:20.929Z","0.24.0-rc.9":"2022-03-28T22:07:57.841Z","0.24.0-rc.10":"2022-03-30T12:45:30.748Z","0.24.0-rc.11":"2022-03-30T12:55:27.989Z","0.24.0-rc.12":"2022-03-31T17:48:40.108Z","0.24.0-rc.13":"2022-03-31T18:24:32.332Z","0.24.0-rc.14":"2022-04-01T23:38:56.968Z","0.24.0-rc.15":"2022-04-02T20:38:35.538Z","0.24.0-rc.16":"2022-04-03T13:05:43.532Z","0.24.0-rc.17":"2022-04-03T13:36:53.940Z","0.24.0-rc.18":"2022-04-03T18:10:36.517Z","0.24.0-rc.19":"2022-04-04T19:00:27.621Z","0.24.0-rc.20":"2022-04-05T14:04:46.029Z","0.24.0-rc.21":"2022-04-05T21:57:36.236Z","0.24.0-rc.22":"2022-04-10T11:42:47.954Z","0.24.0-rc.23":"2022-04-10T11:58:27.037Z","0.24.0-rc.25":"2022-04-12T13:47:42.898Z","0.24.0-rc.26":"2022-04-12T15:29:13.793Z","0.24.0-rc.27":"2022-04-12T21:50:38.116Z","0.24.0-rc.28":"2022-04-13T06:38:32.075Z","0.24.0-rc.29":"2022-04-13T07:10:33.854Z","0.24.0-rc.30":"2022-04-13T14:45:14.141Z","0.24.0-rc.31":"2022-04-13T18:26:38.437Z","0.24.0-rc.32":"2022-04-13T18:40:05.394Z","0.24.0-rc.33":"2022-04-13T19:22:56.839Z","0.24.0-rc.34":"2022-04-14T18:21:07.001Z","0.24.0-rc.35":"2022-04-14T18:34:55.874Z","0.21.2":"2022-04-14T22:26:16.421Z","0.22.1":"2022-04-15T02:09:31.254Z","0.21.3":"2022-04-15T13:22:56.461Z","0.23.1":"2022-04-15T13:46:30.146Z","0.24.0-rc.36":"2022-04-18T21:50:04.742Z","0.24.0-rc.37":"2022-04-18T22:09:08.148Z","0.24.0-rc.38":"2022-04-18T22:54:12.407Z","0.24.0-rc.39":"2022-04-19T13:05:58.884Z","0.24.0-rc.40":"2022-04-19T14:45:47.575Z","0.24.0-rc.41":"2022-04-22T07:55:59.131Z","0.24.0-rc.42":"2022-04-22T14:19:37.355Z","0.24.0-rc.43":"2022-04-22T23:48:18.043Z","0.24.0-rc.44":"2022-04-22T23:58:25.144Z","0.24.0-rc.45":"2022-04-25T17:38:41.716Z","0.24.0-rc.46":"2022-04-26T13:31:08.175Z","0.24.0-rc.47":"2022-04-27T08:31:19.370Z","0.24.0-rc.48":"2022-04-27T14:14:51.288Z","0.24.0-rc.49":"2022-04-27T14:56:57.981Z","0.24.0-rc.50":"2022-04-27T20:40:05.088Z","0.24.0-rc.51":"2022-04-28T07:16:04.372Z","0.24.0-rc.52":"2022-04-28T18:08:14.618Z","0.24.0-rc.53":"2022-04-29T07:33:36.161Z","0.24.0-rc.54":"2022-04-29T18:48:37.776Z","0.24.0-rc.55":"2022-04-29T19:44:40.990Z","0.24.0-rc.56":"2022-05-02T08:29:12.340Z","0.24.0-rc.57":"2022-05-02T16:45:51.060Z","0.24.0-rc.58":"2022-05-05T06:59:24.203Z","0.24.0-rc.59":"2022-05-05T07:34:22.833Z","0.24.0-rc.60":"2022-05-06T14:19:59.887Z","0.24.0-rc.61":"2022-05-07T11:41:59.315Z","0.24.0-rc.62":"2022-05-07T11:55:45.119Z","0.24.0-rc.63":"2022-05-07T20:25:49.188Z","0.24.0-rc.64":"2022-05-09T20:40:31.942Z","0.24.0-rc.65":"2022-05-09T20:53:40.072Z","0.24.0-rc.66":"2022-05-09T21:08:11.560Z","0.24.0-rc.67":"2022-05-10T00:59:48.499Z","0.24.0-rc.68":"2022-05-10T01:08:53.295Z","0.24.0-rc.69":"2022-05-10T14:43:30.852Z","0.24.0-rc.70":"2022-05-10T18:33:01.760Z","0.24.0-rc.71":"2022-05-11T11:56:29.777Z","0.24.0-rc.72":"2022-05-11T13:17:06.736Z","0.24.0-rc.73":"2022-05-11T13:25:34.568Z","0.24.0-rc.74":"2022-05-11T14:29:59.908Z","0.24.0-rc.75":"2022-05-11T14:52:40.626Z","0.24.0-rc.76":"2022-05-11T17:41:12.748Z","0.24.0-rc.77":"2022-05-11T19:31:20.805Z","0.24.0-rc.78":"2022-05-11T20:21:00.894Z","0.24.0-rc.79":"2022-05-11T21:12:17.950Z","0.24.0-rc.80":"2022-05-12T01:52:38.119Z","0.24.0-rc.81":"2022-05-12T02:13:31.193Z","0.24.0-rc.82":"2022-05-12T09:09:27.188Z","0.24.0-rc.83":"2022-05-12T10:12:53.403Z","0.24.0-rc.84":"2022-05-12T11:16:25.786Z","0.24.0-rc.85":"2022-05-12T13:40:34.172Z","0.24.0-rc.86":"2022-05-12T14:25:57.584Z","0.24.0-rc.87":"2022-05-12T14:45:16.925Z","0.24.0-rc.88":"2022-05-12T21:59:19.100Z","0.24.0-rc.89":"2022-05-12T22:08:20.403Z","0.24.0-rc.90":"2022-05-13T13:56:40.550Z","0.24.0-rc.91":"2022-05-13T21:30:23.774Z","0.24.0-rc.92":"2022-05-13T21:39:34.844Z","0.24.0-rc.93":"2022-05-17T00:06:52.903Z","0.24.0-rc.94":"2022-05-18T12:50:44.855Z","0.24.0-rc.95":"2022-05-19T15:26:54.278Z","0.24.0-rc.96":"2022-05-19T17:50:48.886Z","0.24.0-rc.97":"2022-05-19T18:25:35.582Z","0.24.0-rc.98":"2022-05-19T18:39:31.523Z","0.24.0-rc.99":"2022-05-19T18:52:46.389Z","0.24.0-rc.100":"2022-05-19T19:52:45.798Z","0.24.0-rc.101":"2022-05-19T21:11:30.012Z","0.24.0-rc.102":"2022-05-20T15:40:48.480Z","0.24.0-rc.103":"2022-05-23T06:09:34.213Z","0.24.0-rc.104":"2022-05-23T06:20:09.766Z","0.24.0-rc.105":"2022-05-23T16:39:49.393Z","0.24.0-rc.106":"2022-05-23T20:07:19.154Z","0.24.0-rc.107":"2022-05-23T22:18:11.219Z","0.24.0-rc.108":"2022-05-24T10:47:52.090Z","0.24.0-rc.109":"2022-05-24T14:55:42.113Z","0.24.0-rc.110":"2022-05-25T01:30:34.224Z","0.24.0-rc.111":"2022-05-25T01:40:28.767Z","0.24.0-rc.112":"2022-05-25T02:51:36.500Z","0.24.0-rc.113":"2022-05-25T03:14:52.229Z","0.24.0-rc.114":"2022-05-25T08:56:35.798Z","0.24.0-rc.115":"2022-05-26T14:10:19.474Z","0.24.0-rc.116":"2022-05-26T15:15:52.185Z","0.24.0-rc.117":"2022-05-26T15:52:26.835Z","0.24.0-rc.118":"2022-05-27T00:31:22.018Z","0.24.0-rc.119":"2022-05-27T00:40:05.356Z","0.24.0-rc.120":"2022-05-27T13:36:07.421Z","0.24.0-rc.121":"2022-05-31T12:49:48.286Z","0.24.0-rc.122":"2022-05-31T13:18:58.916Z","0.24.0-rc.123":"2022-05-31T13:27:48.600Z","0.24.0-rc.124":"2022-05-31T13:37:09.988Z","0.24.0-rc.125":"2022-06-01T12:57:39.594Z","0.24.0-rc.126":"2022-06-02T15:35:43.446Z","0.24.0-rc.127":"2022-06-02T17:04:00.098Z","0.24.0-rc.128":"2022-06-03T01:23:34.152Z","0.24.0-rc.129":"2022-06-06T14:45:58.848Z","0.24.0-rc.130":"2022-06-06T19:01:00.409Z","0.24.0-rc.131":"2022-06-06T19:12:43.984Z","0.24.0-rc.132":"2022-06-07T08:12:12.212Z","0.24.0-rc.133":"2022-06-07T08:23:12.430Z","0.24.0-rc.134":"2022-06-07T15:02:15.097Z","0.24.0-rc.135":"2022-06-07T15:25:49.946Z","0.24.0-rc.136":"2022-06-08T14:08:46.127Z","0.24.0-rc.137":"2022-06-08T19:41:08.971Z","0.24.0-rc.138":"2022-06-09T11:53:52.514Z","0.24.0-rc.139":"2022-06-09T17:26:45.386Z","0.24.0-rc.140":"2022-06-09T18:40:33.566Z","0.24.0-rc.141":"2022-06-09T20:20:48.894Z","0.24.0-rc.142":"2022-06-09T21:09:54.990Z","0.24.0-rc.143":"2022-06-12T13:10:23.768Z","0.24.0-rc.144":"2022-06-13T19:31:15.613Z","0.24.0-rc.145":"2022-06-13T21:54:59.644Z","0.24.0-rc.146":"2022-06-14T03:15:51.127Z","0.24.0-rc.147":"2022-06-14T14:21:26.099Z","0.24.0-rc.148":"2022-06-14T21:28:37.908Z","0.24.0-rc.149":"2022-06-14T21:38:36.076Z","0.24.0":"2022-06-14T21:51:19.382Z","0.24.1-rc.0":"2022-06-15T19:09:49.997Z","0.24.1-rc.1":"2022-06-16T17:53:00.578Z","0.24.1-rc.2":"2022-06-16T19:22:05.530Z","0.24.1-rc.3":"2022-06-16T19:53:11.499Z","0.24.1-rc.4":"2022-06-16T20:03:45.879Z","0.24.1-rc.5":"2022-06-19T17:01:25.867Z","0.24.1-rc.6":"2022-06-21T18:17:09.949Z","0.24.1-rc.7":"2022-06-21T23:34:24.207Z","0.24.1-rc.8":"2022-07-05T18:54:21.638Z","0.24.1-rc.9":"2022-07-07T22:19:10.407Z","0.24.1-rc.10":"2022-07-08T02:45:06.727Z","0.24.1-rc.11":"2022-07-09T01:56:36.523Z","0.24.1-rc.12":"2022-07-11T17:47:47.115Z","0.24.1":"2022-07-11T17:55:35.221Z","0.24.2-rc.0":"2022-07-12T17:23:31.632Z","0.24.2-rc.1":"2022-07-14T10:14:20.581Z","0.24.2-rc.2":"2022-07-18T10:44:45.426Z","0.24.2-rc.3":"2022-07-18T11:06:49.132Z","0.24.2-rc.4":"2022-07-18T11:16:08.975Z","0.24.2-rc.5":"2022-07-18T11:53:39.674Z","0.24.2-rc.6":"2022-07-18T12:41:12.937Z","0.24.2":"2022-07-18T12:59:46.494Z","0.24.3-rc.0":"2022-07-21T13:06:40.508Z","0.24.3-rc.1":"2022-07-21T13:39:53.502Z","0.24.3-rc.2":"2022-07-21T13:53:37.461Z","0.24.3-rc.3":"2022-07-21T14:09:17.156Z","0.24.3-rc.4":"2022-07-21T14:27:29.668Z","0.24.3":"2022-07-21T14:32:00.691Z","0.24.4-rc.0":"2022-07-22T09:38:04.440Z","0.24.4":"2022-07-23T00:32:06.240Z","0.24.5-rc.0":"2022-07-28T17:46:14.445Z","0.24.5-rc.1":"2022-07-28T17:54:22.172Z","0.24.5-rc.2":"2022-08-01T12:47:07.577Z","0.24.5-rc.3":"2022-08-10T19:59:50.895Z","0.24.5-rc.4":"2022-08-11T10:40:09.185Z","0.24.5-rc.5":"2022-08-11T11:30:43.277Z","0.24.5-rc.6":"2022-08-11T14:42:11.875Z","0.24.5-rc.7":"2022-08-11T15:38:39.689Z","0.24.5-rc.8":"2022-08-12T14:00:37.423Z","0.25.0-rc.0":"2022-08-15T08:52:38.215Z","0.25.0-rc.1":"2022-08-15T13:28:55.517Z","0.25.0-rc.2":"2022-08-15T15:26:27.829Z","0.25.0-rc.3":"2022-08-15T19:40:01.931Z","0.25.0-rc.4":"2022-08-18T13:13:23.081Z","0.25.0-rc.5":"2022-08-26T17:02:55.980Z","0.25.0-rc.6":"2022-09-01T19:28:27.243Z","0.25.0-rc.7":"2022-09-06T20:47:14.315Z","0.25.0-rc.8":"2022-09-07T08:30:57.353Z","0.25.0-rc.9":"2022-09-07T09:10:37.352Z","0.25.0-rc.10":"2022-09-07T09:23:58.507Z","0.25.0-rc.11":"2022-09-07T09:31:23.180Z","0.25.0-rc.12":"2022-09-07T09:59:58.457Z","0.25.0-rc.13":"2022-09-07T14:30:57.527Z","0.25.0-rc.14":"2022-09-07T18:04:08.922Z","0.25.0-rc.15":"2022-09-07T21:17:49.635Z","0.25.0-rc.16":"2022-09-08T15:44:19.411Z","0.25.0-rc.17":"2022-09-09T11:56:02.102Z","0.25.0-rc.18":"2022-09-12T19:50:11.747Z","0.25.0-rc.19":"2022-09-14T17:04:36.728Z","0.25.0-rc.20":"2022-09-16T05:54:33.459Z","0.25.0-rc.21":"2022-09-18T02:05:47.997Z","0.25.0-rc.22":"2022-09-19T11:40:37.497Z","0.25.0-rc.23":"2022-09-19T13:41:23.765Z","0.25.0-rc.24":"2022-09-20T01:48:28.360Z","0.25.0-rc.25":"2022-09-27T03:15:39.746Z","0.25.0-rc.26":"2022-09-27T09:17:32.875Z","0.25.0-rc.27":"2022-09-28T17:25:29.512Z","0.25.0-rc.28":"2022-09-29T08:28:45.777Z","0.25.0-rc.29":"2022-10-04T22:04:11.507Z","0.25.0-rc.30":"2022-10-04T23:21:53.995Z","0.25.0-rc.31":"2022-10-04T23:45:18.811Z","0.25.0-rc.32":"2022-10-05T20:06:46.840Z","0.25.0-rc.33":"2022-10-10T02:42:09.798Z","0.25.0-rc.34":"2022-10-10T20:59:42.523Z","0.25.0-rc.35":"2022-10-12T08:25:06.226Z","0.25.0-rc.36":"2022-10-12T17:35:19.619Z","0.25.0-rc.37":"2022-10-13T10:28:18.826Z","0.25.0-rc.38":"2022-10-13T17:34:21.571Z","0.25.0-rc.39":"2022-10-19T02:24:25.066Z","0.25.0-rc.40":"2022-10-20T12:48:09.342Z","0.25.0-rc.41":"2022-10-20T14:24:25.825Z","0.25.0-rc.42":"2022-10-21T00:43:50.619Z","0.25.0-rc.43":"2022-10-21T00:52:25.722Z","0.25.0-rc.44":"2022-10-24T14:26:36.617Z","0.25.0-rc.45":"2022-10-24T14:46:18.209Z","0.25.0-rc.46":"2022-10-24T15:34:59.364Z","0.25.0-rc.47":"2022-10-25T21:51:04.030Z","0.25.0-rc.48":"2022-10-26T00:40:49.215Z","0.25.0":"2022-10-26T13:35:00.988Z","0.25.1-rc.0":"2022-10-26T16:01:37.868Z","0.25.1-rc.1":"2022-10-26T17:42:34.655Z","0.25.1-rc.2":"2022-10-26T19:29:28.617Z","0.25.1-rc.3":"2022-10-26T22:31:49.755Z","0.25.1-rc.4":"2022-10-27T18:09:16.720Z","0.25.1-rc.5":"2022-10-27T18:30:40.049Z","0.25.1-rc.6":"2022-10-27T18:35:27.707Z","0.25.1-rc.7":"2022-10-27T20:34:15.371Z","0.25.1-rc.8":"2022-10-28T15:38:03.759Z","0.25.1-rc.9":"2022-10-28T21:59:51.702Z","0.25.1-rc.10":"2022-10-28T22:08:16.499Z","0.25.1-rc.11":"2022-10-31T18:29:34.834Z","0.25.1-rc.12":"2022-11-02T01:25:48.091Z","0.25.1-rc.13":"2022-11-02T13:56:08.998Z","0.25.1-rc.14":"2022-11-02T18:02:59.579Z","0.25.1-rc.15":"2022-11-02T21:40:24.376Z","0.25.1-rc.16":"2022-11-03T10:31:25.081Z","0.25.1-rc.17":"2022-11-06T13:35:41.354Z","0.25.1-rc.18":"2022-11-06T13:45:43.646Z","0.25.1-rc.19":"2022-11-06T13:56:59.556Z","0.25.1-rc.20":"2022-11-06T14:49:17.199Z","0.26.0-rc.0":"2022-11-07T13:42:23.379Z","0.26.0-rc.1":"2022-11-07T17:51:37.810Z","0.26.0-rc.2":"2022-11-07T22:23:04.592Z","0.26.0-rc.3":"2022-11-07T22:51:26.312Z","0.26.0-rc.4":"2022-11-07T23:02:50.074Z","0.26.0-rc.5":"2022-11-08T12:46:40.299Z","0.26.0-rc.6":"2022-11-08T22:49:15.550Z","0.26.0-rc.7":"2022-11-09T08:06:40.897Z","0.26.0-rc.8":"2022-11-09T15:05:26.271Z","0.26.0-rc.9":"2022-11-09T22:10:05.081Z","0.26.0-rc.10":"2022-11-10T14:06:26.910Z","0.26.0-rc.11":"2022-11-10T16:42:44.370Z","0.26.0-rc.12":"2022-11-10T17:44:52.998Z","0.26.0-rc.13":"2022-11-14T16:55:24.565Z","0.26.0-rc.14":"2022-11-15T16:02:05.303Z","0.26.0-rc.15":"2022-11-15T20:18:49.605Z","0.26.0-rc.16":"2022-11-16T15:41:49.533Z","0.26.0-rc.17":"2022-11-16T16:26:44.232Z","0.26.0-rc.18":"2022-11-16T20:43:31.099Z","0.26.0-rc.19":"2022-11-22T22:40:15.972Z","0.26.0-rc.20":"2022-11-23T12:31:46.149Z","0.26.0-rc.21":"2022-11-25T17:16:26.405Z","0.26.0-rc.22":"2022-11-25T21:16:33.491Z","0.26.0-rc.23":"2022-11-28T21:20:30.675Z","0.26.0-rc.24":"2022-11-29T12:28:52.555Z","0.26.0-rc.25":"2022-12-01T09:28:22.190Z","0.26.0-rc.26":"2022-12-01T10:56:53.140Z","0.26.0-rc.27":"2022-12-01T12:57:45.577Z","0.26.0-rc.28":"2022-12-01T15:29:57.991Z","0.26.0-rc.29":"2022-12-01T15:46:44.952Z","0.26.0-rc.30":"2022-12-01T15:54:41.708Z","0.26.0-rc.31":"2022-12-02T15:50:06.249Z","0.26.0-rc.32":"2022-12-02T15:54:37.947Z","0.26.0-rc.33":"2022-12-02T15:57:55.116Z","0.26.0-rc.34":"2022-12-02T16:05:14.802Z","0.26.0-rc.35":"2022-12-02T16:08:38.191Z","0.26.0-rc.36":"2022-12-06T16:15:18.014Z","0.26.0-rc.37":"2022-12-06T16:24:26.134Z","0.26.0-rc.38":"2022-12-07T07:46:20.392Z","0.26.0-rc.39":"2022-12-08T20:22:07.954Z","0.26.0-rc.40":"2022-12-09T12:10:29.318Z","0.26.0-rc.41":"2022-12-09T20:32:23.228Z","0.26.0-rc.42":"2022-12-13T15:24:51.610Z","0.26.0-rc.43":"2022-12-13T16:09:22.659Z","0.26.0-rc.44":"2022-12-14T19:17:38.843Z","0.26.0-rc.45":"2022-12-14T20:22:39.822Z","0.26.0":"2022-12-14T20:31:16.937Z","0.26.1-rc.0":"2022-12-15T15:01:21.536Z","0.26.1":"2022-12-15T15:10:27.157Z","0.26.2-rc.0":"2022-12-15T20:09:06.999Z","0.26.2":"2022-12-15T20:15:46.288Z","0.26.3-rc.0":"2022-12-15T22:07:25.314Z","0.26.3-rc.1":"2022-12-20T08:45:29.487Z","0.26.3-rc.2":"2022-12-20T12:30:28.144Z","0.26.3-rc.3":"2022-12-20T15:53:51.824Z","0.26.3-rc.4":"2022-12-20T16:37:18.013Z","0.26.3-rc.5":"2022-12-21T10:09:54.902Z","0.26.3-rc.6":"2022-12-26T15:21:25.068Z","0.26.3-rc.7":"2022-12-27T14:55:47.316Z","0.26.3-rc.8":"2022-12-27T15:14:05.296Z","0.26.3":"2022-12-27T15:20:40.248Z","0.26.4-rc.0":"2022-12-27T15:31:42.722Z","0.26.4-rc.1":"2022-12-27T15:51:15.716Z","0.26.4":"2022-12-27T15:58:29.465Z","0.26.5-rc.0":"2023-01-02T12:20:59.497Z","0.26.5-rc.1":"2023-01-02T12:49:53.831Z","0.26.5-rc.2":"2023-01-02T13:06:50.904Z","0.26.5-rc.3":"2023-01-03T21:34:12.599Z","0.26.5-rc.4":"2023-01-06T20:13:32.356Z","0.26.5-rc.5":"2023-01-11T15:40:14.211Z","0.26.5-rc.6":"2023-01-16T19:12:30.344Z","0.26.5":"2023-01-17T20:39:55.501Z","0.27.0-rc.0":"2023-01-18T21:15:52.131Z","0.27.0-rc.1":"2023-01-24T11:57:07.412Z","0.27.0-rc.2":"2023-01-25T12:09:57.815Z","0.27.0-rc.3":"2023-01-25T19:22:15.746Z","0.27.0-rc.4":"2023-01-27T21:00:42.707Z","0.27.0-rc.5":"2023-01-30T19:38:19.294Z","0.27.0-rc.6":"2023-02-13T08:30:42.319Z","0.27.0-rc.7":"2023-02-13T20:14:25.623Z","0.27.0-rc.8":"2023-02-13T20:29:09.762Z","0.27.0-rc.9":"2023-02-14T12:40:24.309Z","0.27.0-rc.10":"2023-02-14T12:48:16.111Z","0.27.0-rc.11":"2023-02-16T12:16:45.340Z","0.27.0-rc.12":"2023-02-22T07:19:17.429Z","0.27.0-rc.13":"2023-02-22T07:24:43.614Z","0.27.0-rc.14":"2023-02-22T18:35:42.475Z","0.27.0-rc.15":"2023-02-22T19:21:05.702Z","0.27.0-rc.16":"2023-02-23T17:06:24.136Z","0.27.0-rc.17":"2023-02-23T17:26:54.212Z","0.27.0-rc.18":"2023-02-24T12:44:50.513Z","0.27.0-rc.19":"2023-02-24T17:43:47.257Z","0.27.0-rc.20":"2023-02-24T18:23:20.861Z","0.27.0-rc.21":"2023-02-24T21:39:35.423Z","0.27.0-rc.22":"2023-02-27T17:57:08.791Z","0.27.0-rc.23":"2023-02-27T23:37:23.090Z","0.27.0":"2023-02-27T23:56:50.651Z","0.27.1-rc.0":"2023-03-01T21:53:17.171Z","0.27.1":"2023-03-01T21:58:56.967Z","0.27.2-rc.0":"2023-03-01T22:06:32.051Z","0.28.0-rc.0":"2023-03-02T15:18:51.826Z","0.28.0-rc.1":"2023-03-07T18:43:16.532Z","0.28.0-rc.2":"2023-03-14T21:28:19.435Z","0.28.0-rc.3":"2023-03-15T19:39:51.067Z","0.28.0-rc.4":"2023-03-19T22:13:23.157Z","0.28.0-rc.5":"2023-03-20T19:06:52.033Z","0.28.0-rc.6":"2023-03-20T21:00:47.985Z","0.28.0-rc.7":"2023-03-23T17:43:14.094Z","0.28.0-rc.8":"2023-03-24T18:28:31.233Z","0.28.0-rc.9":"2023-03-28T13:59:46.322Z","0.28.0":"2023-03-28T14:19:17.542Z","0.28.1-rc.0":"2023-03-28T19:28:50.992Z","0.28.1-rc.1":"2023-03-29T13:38:27.803Z","0.28.1-rc.2":"2023-03-30T14:25:40.361Z","0.28.1":"2023-03-30T14:29:03.903Z","0.28.2-rc.0":"2023-04-04T10:18:44.586Z","0.28.2":"2023-04-04T11:05:06.981Z","0.28.3-rc.0":"2023-04-04T13:04:20.599Z","0.28.3-rc.1":"2023-04-05T08:12:49.314Z","0.28.3":"2023-04-05T09:32:46.477Z","0.28.4-rc.0":"2023-04-05T18:30:55.957Z","0.29.0-rc.0":"2023-04-05T19:16:50.347Z","0.29.0-rc.1":"2023-04-05T22:25:25.640Z","0.29.0-rc.2":"2023-04-08T11:51:29.960Z","0.29.0-rc.3":"2023-04-11T19:21:02.894Z","0.29.0-rc.4":"2023-04-11T21:55:34.532Z","0.29.0-rc.5":"2023-04-11T22:01:13.979Z","0.29.0-rc.6":"2023-04-12T00:24:58.226Z","0.29.0-rc.7":"2023-04-12T21:55:48.684Z","0.29.0-rc.8":"2023-04-13T23:36:32.909Z","0.29.0-rc.9":"2023-04-19T13:09:28.177Z","0.29.0-rc.10":"2023-04-21T06:17:25.756Z","0.29.0-rc.11":"2023-04-21T14:37:20.062Z","0.29.0-rc.12":"2023-04-23T11:34:09.343Z","0.29.0-rc.13":"2023-04-24T19:19:55.977Z","0.29.0-rc.14":"2023-04-25T17:14:15.509Z","0.29.0-rc.15":"2023-04-26T07:26:52.657Z","0.29.0-rc.16":"2023-04-26T17:07:36.390Z","0.29.0-rc.17":"2023-04-26T18:19:59.734Z","0.29.0-rc.18":"2023-04-26T20:53:54.624Z","0.29.0-rc.19":"2023-04-27T13:10:04.423Z","0.29.0-rc.20":"2023-04-27T15:29:40.819Z","0.29.0-rc.21":"2023-05-01T17:00:58.899Z","0.29.0-rc.22":"2023-05-05T14:34:26.411Z","0.29.0-rc.23":"2023-05-08T00:13:24.094Z","0.29.0-rc.24":"2023-05-08T11:11:14.732Z","0.29.0-rc.25":"2023-05-08T11:20:56.906Z","0.29.0-rc.26":"2023-05-08T14:55:40.276Z","0.29.0-rc.27":"2023-05-08T17:24:00.695Z","0.29.0-rc.28":"2023-05-10T13:41:57.059Z","0.29.0-rc.29":"2023-05-10T19:28:02.521Z","0.29.0-rc.30":"2023-05-11T15:47:23.276Z","0.29.0-rc.31":"2023-05-12T19:46:54.468Z","0.29.0-rc.32":"2023-05-14T17:03:02.209Z","0.29.0-rc.33":"2023-05-16T16:10:32.462Z","0.29.0-rc.34":"2023-05-19T08:02:45.272Z","0.29.0-rc.35":"2023-05-19T15:15:23.584Z","0.29.0-rc.36":"2023-05-24T01:17:44.025Z","0.29.0-rc.37":"2023-05-24T19:33:24.398Z","0.29.0-rc.38":"2023-05-24T19:42:28.323Z","0.29.0-rc.39":"2023-05-24T21:32:16.967Z","0.29.0-rc.40":"2023-05-25T13:57:59.182Z","0.29.0-rc.41":"2023-05-31T22:26:57.889Z","0.29.0-rc.42":"2023-06-02T14:59:35.341Z","0.29.0-rc.43":"2023-06-02T15:22:50.928Z","0.29.0-rc.44":"2023-06-02T16:01:13.593Z","0.29.0":"2023-06-02T16:22:18.974Z","0.29.1-rc.0":"2023-06-02T20:01:16.755Z","0.29.1-rc.1":"2023-06-05T20:43:07.566Z","0.29.1":"2023-06-08T14:32:43.919Z","0.29.2-rc.0":"2023-06-13T14:11:55.290Z","0.30.0-rc.0":"2023-06-16T18:08:37.927Z","0.30.0-rc.1":"2023-06-16T20:42:39.731Z","0.30.0-rc.2":"2023-06-18T13:08:20.875Z","0.30.0-rc.3":"2023-06-19T14:37:38.575Z","0.30.0-rc.4":"2023-06-19T14:50:49.022Z","0.30.0-rc.5":"2023-06-19T15:34:13.701Z","0.30.0-rc.6":"2023-06-19T18:28:35.906Z","0.29.2":"2023-06-19T18:53:23.853Z","0.29.3":"2023-06-19T19:02:16.861Z","0.29.4":"2023-06-20T10:12:39.043Z","0.30.0-rc.7":"2023-06-20T17:46:25.341Z","0.30.0-rc.8":"2023-06-20T17:59:42.522Z","0.30.0-rc.9":"2023-06-20T18:12:05.146Z","0.30.0-rc.10":"2023-06-20T18:33:06.995Z","0.30.0-rc.11":"2023-06-20T19:41:48.507Z","0.30.0-rc.12":"2023-06-21T21:14:00.479Z","0.30.0-rc.13":"2023-06-22T22:23:34.576Z","0.30.0-rc.14":"2023-06-23T11:14:41.813Z","0.30.0-rc.15":"2023-06-23T11:24:13.898Z","0.30.0-rc.16":"2023-06-28T13:38:08.234Z","0.30.0-rc.17":"2023-06-30T01:00:05.132Z","0.30.0-rc.18":"2023-06-30T01:34:04.344Z","0.30.0-rc.19":"2023-07-03T22:30:19.377Z","0.30.0-rc.20":"2023-07-03T22:39:35.125Z","0.30.0-rc.21":"2023-07-03T22:49:05.971Z","0.30.0-rc.22":"2023-07-03T22:57:53.394Z","0.30.0-rc.23":"2023-07-03T23:15:05.100Z","0.30.0-rc.24":"2023-07-04T15:29:07.975Z","0.30.0-rc.25":"2023-07-07T21:47:21.948Z","0.30.0-rc.26":"2023-07-07T21:57:00.827Z","0.30.0-rc.27":"2023-07-07T22:49:38.520Z","0.30.0-rc.28":"2023-07-07T23:01:40.018Z","0.30.0-rc.29":"2023-07-10T23:51:10.269Z","0.30.0-rc.30":"2023-07-11T19:32:37.108Z","0.30.0-rc.31":"2023-07-11T21:00:17.272Z","0.30.0-rc.32":"2023-07-11T22:20:52.897Z","0.30.0-rc.33":"2023-07-12T18:49:27.187Z","0.30.0-rc.34":"2023-07-14T16:14:53.514Z","0.30.0-rc.35":"2023-07-14T16:23:14.442Z","0.30.0-rc.36":"2023-07-14T20:50:10.985Z","0.30.0-rc.37":"2023-07-14T20:59:02.873Z","0.30.0-rc.38":"2023-07-14T21:06:25.397Z","0.30.0-rc.39":"2023-07-14T23:05:31.264Z","0.30.0-rc.40":"2023-07-14T23:15:16.741Z","0.30.0-rc.41":"2023-07-14T23:23:12.602Z","0.30.0-rc.42":"2023-07-14T23:44:24.227Z","0.30.0-rc.43":"2023-07-15T19:36:59.887Z","0.30.0-rc.44":"2023-07-19T22:32:38.929Z","0.30.0-rc.45":"2023-07-19T22:41:59.805Z","0.30.0-rc.46":"2023-07-21T13:44:56.391Z","0.30.0-rc.47":"2023-07-21T14:30:07.711Z","0.30.0-rc.48":"2023-07-23T14:01:35.693Z","0.30.0-rc.49":"2023-07-23T14:10:52.096Z","0.30.0-rc.50":"2023-07-23T15:10:57.174Z","0.30.0-rc.51":"2023-07-24T14:56:51.687Z","0.30.0-rc.52":"2023-07-24T20:08:41.716Z","0.30.0-rc.53":"2023-07-24T21:24:00.939Z","0.30.0-rc.54":"2023-07-26T17:18:45.521Z","0.30.0-rc.55":"2023-07-28T01:25:35.480Z","0.30.0-rc.56":"2023-07-28T13:36:55.065Z","0.30.0-rc.57":"2023-07-28T14:35:38.091Z","0.30.0-rc.58":"2023-07-30T11:55:45.911Z","0.30.0-rc.59":"2023-07-30T15:29:19.448Z","0.30.0-rc.60":"2023-08-01T18:23:14.290Z","0.30.0-rc.61":"2023-08-02T18:13:16.156Z","0.30.0-rc.62":"2023-08-02T18:29:54.857Z","0.30.0":"2023-08-02T18:39:10.418Z","0.30.1-rc.0":"2023-08-03T19:23:02.819Z","0.30.1":"2023-08-03T19:31:37.609Z","0.30.2-rc.0":"2023-08-04T15:29:50.241Z","0.30.2-rc.1":"2023-08-05T11:45:10.595Z","0.30.2-rc.2":"2023-08-08T10:02:00.937Z","0.30.2-rc.3":"2023-08-08T14:38:39.666Z","0.30.2-rc.4":"2023-08-08T14:48:53.531Z","0.30.2-rc.5":"2023-08-08T15:14:27.972Z","0.30.2-rc.6":"2023-08-09T08:31:45.448Z","0.30.2-rc.7":"2023-08-13T13:48:52.512Z","0.30.2-rc.8":"2023-08-13T14:31:32.935Z","0.30.2-rc.9":"2023-08-13T16:26:02.518Z","0.30.2-rc.10":"2023-08-13T16:55:22.019Z","0.30.2-rc.11":"2023-08-14T13:51:10.568Z","0.30.2-rc.12":"2023-08-14T14:01:05.569Z","0.30.2-rc.13":"2023-08-17T16:51:36.238Z","0.30.2-rc.14":"2023-08-20T12:12:26.117Z","0.30.2-rc.15":"2023-08-20T12:18:06.841Z","0.30.2-rc.16":"2023-08-20T12:37:30.009Z","0.30.2-rc.19":"2023-08-29T06:01:12.272Z","0.30.2-rc.20":"2023-09-03T15:31:53.451Z","0.30.2-rc.22":"2023-09-03T15:51:33.332Z","0.30.2-rc.23":"2023-09-03T15:58:57.502Z","0.30.2-rc.24":"2023-09-03T16:08:58.448Z","0.30.2-rc.26":"2023-09-10T19:33:45.997Z","0.30.2-rc.27":"2023-09-10T19:45:57.519Z","0.30.2-rc.28":"2023-09-11T10:58:12.706Z","0.30.2-rc.29":"2023-09-12T13:25:56.592Z","0.30.2-rc.30":"2023-09-22T13:56:15.800Z","0.30.2-rc.31":"2023-09-24T21:49:02.224Z","0.30.2-rc.32":"2023-09-26T16:19:10.068Z","0.30.2-rc.33":"2023-09-26T19:36:46.428Z","0.30.2-rc.34":"2023-09-29T13:17:35.756Z","0.30.2-rc.35":"2023-10-02T06:24:56.113Z","0.30.2-rc.36":"2023-10-03T14:45:57.783Z","0.30.2-rc.37":"2023-10-03T14:55:13.142Z","0.30.2-rc.38":"2023-10-10T21:42:01.220Z","0.30.2-rc.39":"2023-10-10T21:46:49.029Z","0.30.2-rc.40":"2023-10-10T22:02:15.225Z","0.30.2-rc.41":"2023-10-10T22:30:28.867Z","0.30.2-rc.42":"2023-10-10T22:41:38.450Z","0.30.2-rc.43":"2023-10-11T14:39:19.717Z","0.30.2-rc.44":"2023-10-15T14:54:49.842Z","0.30.2-rc.45":"2023-10-15T15:14:08.108Z","0.30.2-rc.46":"2023-10-16T18:56:03.527Z","0.30.2-rc.47":"2023-10-17T21:21:28.331Z","0.30.2-rc.48":"2023-10-18T15:31:22.605Z","0.30.2":"2023-10-18T15:36:51.877Z","0.30.3-rc.0":"2023-10-23T11:34:03.538Z","0.30.3-rc.1":"2023-10-25T10:29:58.147Z","0.30.3-rc.2":"2023-10-25T12:42:57.879Z","0.30.3-rc.3":"2023-10-25T19:22:47.267Z","0.30.3-rc.4":"2023-10-25T21:43:51.658Z","0.31.0-rc.0":"2023-10-25T22:48:55.478Z","0.31.0-rc.1":"2023-10-25T23:37:39.913Z","0.31.0-rc.2":"2023-10-25T23:49:39.618Z","0.31.0":"2023-10-25T23:56:03.546Z","0.31.1-rc.0":"2023-10-27T16:36:46.263Z","0.31.1-rc.1":"2023-10-27T16:43:36.800Z","0.32.0-rc.0":"2023-10-27T16:49:22.745Z","0.32.0-rc.1":"2023-10-27T18:25:22.478Z","0.32.0-rc.2":"2023-10-27T18:33:58.261Z","0.32.0-rc.3":"2023-10-27T18:58:57.074Z","0.32.0-rc.4":"2023-11-01T00:06:11.610Z","0.32.0-rc.5":"2023-11-01T11:01:03.279Z","0.32.0-rc.6":"2023-11-02T08:17:22.527Z","0.32.0-rc.7":"2023-11-02T10:29:23.093Z","0.32.0-rc.8":"2023-11-03T12:46:29.595Z","0.32.0-rc.9":"2023-11-05T16:46:37.968Z","0.32.0-rc.10":"2023-11-05T22:54:41.248Z","0.32.0-rc.11":"2023-11-07T18:44:54.122Z","0.32.0-rc.12":"2023-11-08T20:32:58.231Z","0.32.0-rc.13":"2023-11-09T11:58:41.984Z","0.32.0-rc.14":"2023-11-15T15:14:48.003Z","0.32.0-rc.15":"2023-11-15T15:23:35.090Z","0.32.0-rc.16":"2023-11-15T16:33:56.885Z","0.32.0-rc.17":"2023-11-15T16:48:21.706Z","0.32.0":"2023-11-15T16:53:51.564Z","0.33.0-rc.0":"2023-11-17T15:52:43.176Z","0.33.0-rc.1":"2023-11-21T20:33:47.000Z","0.33.0-rc.2":"2023-11-23T09:33:49.344Z","0.33.0-rc.3":"2023-11-24T00:22:30.593Z","0.33.0-rc.4":"2023-11-27T21:18:29.541Z","0.33.0-rc.5":"2023-11-28T18:16:02.456Z","0.33.0-rc.6":"2023-11-29T15:01:58.606Z","0.33.0-rc.7":"2023-11-29T15:09:54.279Z","0.33.0-rc.8":"2023-11-30T19:57:36.989Z","0.33.0-rc.9":"2023-11-30T20:04:07.540Z","0.33.0-rc.10":"2023-12-03T17:57:55.433Z","0.33.0-rc.11":"2023-12-03T18:08:44.068Z","0.33.0-rc.12":"2023-12-04T16:46:58.432Z","0.33.0-rc.13":"2023-12-04T17:26:12.953Z","0.33.0-rc.14":"2023-12-04T22:07:28.125Z","0.33.0":"2023-12-06T14:41:35.670Z","0.33.1-rc.0":"2023-12-10T14:21:57.962Z","0.33.1-rc.1":"2023-12-10T14:35:30.754Z","0.33.1-rc.2":"2023-12-10T15:21:38.608Z","0.33.1-rc.3":"2023-12-10T15:45:47.864Z","0.33.1-rc.4":"2023-12-10T15:58:21.620Z","0.33.1-rc.5":"2023-12-11T15:54:14.732Z","0.33.1-rc.6":"2023-12-12T22:34:20.358Z","0.33.1-rc.7":"2023-12-13T13:25:10.866Z","0.33.1-rc.8":"2023-12-15T08:20:30.955Z","0.33.1-rc.9":"2023-12-15T11:53:26.108Z","0.33.1-rc.10":"2023-12-19T12:23:08.582Z","0.33.1-rc.11":"2023-12-19T12:29:31.184Z","0.33.1-rc.12":"2023-12-19T16:23:39.708Z","0.33.1-rc.13":"2023-12-26T14:25:06.032Z","0.33.1-rc.14":"2024-01-02T09:24:23.122Z","0.33.1-rc.15":"2024-01-02T11:10:44.830Z","0.33.1-rc.16":"2024-01-03T13:19:05.439Z","0.33.1-rc.17":"2024-01-04T18:45:46.654Z","0.33.1":"2024-01-04T18:51:49.306Z","0.33.2-rc.0":"2024-01-10T23:50:04.720Z","0.33.2-rc.1":"2024-01-12T19:34:59.724Z","0.33.2-rc.2":"2024-01-17T15:06:46.751Z","0.33.2-rc.3":"2024-01-17T16:31:57.539Z","0.33.2-rc.4":"2024-01-22T01:30:55.578Z","0.33.2-rc.5":"2024-01-22T01:38:34.406Z","0.33.2-rc.6":"2024-01-22T01:45:08.457Z","0.33.2-rc.7":"2024-01-22T01:52:07.504Z","0.33.2-rc.8":"2024-01-22T02:02:21.385Z","0.33.2-rc.9":"2024-01-22T02:10:21.263Z","0.33.2-rc.10":"2024-01-23T11:54:19.755Z","0.33.2-rc.11":"2024-01-25T13:38:27.015Z","0.33.2-rc.12":"2024-01-25T14:09:31.835Z","0.33.2":"2024-01-25T14:13:46.417Z","0.33.3-rc.0":"2024-01-31T14:04:16.560Z","0.33.3-rc.1":"2024-02-01T14:48:00.894Z","0.33.3-rc.2":"2024-02-02T14:04:15.307Z","0.33.3-rc.3":"2024-02-04T14:16:30.307Z","0.33.3-rc.4":"2024-02-04T14:32:46.405Z","0.33.3-rc.5":"2024-02-06T13:05:37.095Z","0.33.3-rc.6":"2024-02-06T15:06:56.740Z","0.33.3-rc.7":"2024-02-07T18:31:22.286Z","0.33.3-rc.8":"2024-02-07T20:16:56.361Z","0.33.3-rc.9":"2024-02-07T20:26:15.463Z","0.33.3-rc.10":"2024-02-09T16:24:50.768Z","0.33.3-rc.11":"2024-02-10T13:41:47.507Z","0.33.3-rc.12":"2024-02-11T13:03:49.800Z","0.33.3-rc.13":"2024-02-12T15:21:33.786Z","0.33.3-rc.14":"2024-02-12T18:43:24.516Z","0.33.3-rc.15":"2024-02-15T15:49:34.978Z","0.33.3-rc.16":"2024-02-16T16:12:59.467Z","0.33.3-rc.17":"2024-02-17T13:17:21.751Z","0.33.3-rc.18":"2024-02-26T17:52:42.954Z","0.33.3-rc.19":"2024-02-26T20:17:42.090Z","0.33.3-rc.20":"2024-02-28T15:50:13.193Z","0.33.3-rc.21":"2024-03-05T12:57:30.812Z","0.34.0-rc.0":"2024-03-05T19:10:48.322Z","0.34.0-rc.1":"2024-03-11T11:46:34.686Z","0.34.0-rc.2":"2024-03-11T12:57:06.022Z","0.34.0-rc.3":"2024-03-12T16:24:26.222Z","0.34.0-rc.4":"2024-03-13T22:28:37.493Z","0.34.0-rc.5":"2024-03-13T22:32:51.412Z","0.34.0-rc.6":"2024-03-14T17:48:01.561Z","0.34.0-rc.7":"2024-03-15T13:30:30.411Z","0.34.0-rc.8":"2024-03-20T18:20:15.490Z","0.34.0-rc.9":"2024-03-20T18:37:39.272Z","0.34.0":"2024-03-21T13:30:52.057Z","0.34.1-rc.0":"2024-03-24T16:51:44.831Z","0.34.1-rc.1":"2024-03-25T14:32:17.041Z","0.34.1-rc.2":"2024-03-26T19:56:24.500Z","0.34.1-rc.3":"2024-03-26T20:02:33.251Z","0.34.1-rc.4":"2024-03-26T20:55:03.452Z","0.35.0-rc.0":"2024-03-26T21:37:42.478Z","0.35.0-rc.1":"2024-03-29T15:49:13.968Z","0.35.0-rc.2":"2024-04-04T14:37:42.530Z","0.35.0-rc.3":"2024-04-04T14:45:10.545Z","0.35.0-rc.4":"2024-04-04T14:52:05.628Z","0.35.0-rc.5":"2024-04-04T15:21:14.461Z","0.35.0-rc.6":"2024-04-05T10:52:54.607Z","0.35.0-rc.7":"2024-04-07T14:22:12.141Z","0.35.0-rc.8":"2024-04-07T14:30:04.884Z","0.35.0-rc.9":"2024-04-07T14:54:37.199Z","0.35.0-rc.10":"2024-04-17T20:32:17.872Z","0.35.0-rc.11":"2024-04-17T20:37:22.375Z","0.35.0-rc.12":"2024-04-18T18:27:49.752Z","0.35.0-rc.13":"2024-04-18T19:08:35.171Z","0.35.0":"2024-04-18T19:33:40.080Z","0.35.1-rc.0":"2024-04-23T13:36:01.204Z","0.35.1-rc.1":"2024-04-23T13:53:01.303Z","0.35.1":"2024-04-23T13:57:09.978Z","0.35.2-rc.0":"2024-04-28T11:14:54.144Z","0.35.2-rc.1":"2024-05-02T09:31:00.008Z","0.36.0-rc.0":"2024-05-07T16:57:04.517Z","0.36.0-rc.1":"2024-05-10T14:15:55.867Z","0.36.0-rc.2":"2024-05-10T15:24:45.266Z","0.36.0-rc.3":"2024-05-13T18:59:37.824Z","0.36.0":"2024-05-14T19:41:43.556Z","0.36.1-rc.0":"2024-05-21T14:07:10.911Z","0.36.1-rc.1":"2024-05-21T21:17:11.563Z","0.36.1-rc.2":"2024-05-21T21:20:24.550Z","0.36.1":"2024-05-21T21:28:17.090Z","0.36.2-rc.0":"2024-05-24T14:30:40.360Z","0.36.2":"2024-05-24T17:31:26.285Z","0.36.3-rc.0":"2024-05-29T13:29:50.354Z","0.36.3-rc.1":"2024-05-29T19:35:31.125Z","0.36.3-rc.2":"2024-05-29T19:48:01.685Z","0.36.3-rc.3":"2024-05-29T20:06:30.972Z","0.36.3-rc.4":"2024-05-29T20:13:05.436Z","0.36.3":"2024-05-29T20:17:03.075Z","0.36.4-rc.0":"2024-05-30T15:41:12.199Z","0.36.4-rc.1":"2024-05-30T15:44:52.189Z","0.36.4":"2024-05-30T15:48:00.636Z","0.36.5-rc.0":"2024-06-09T17:42:40.283Z","0.36.5-rc.1":"2024-06-11T15:13:39.770Z","0.36.5-rc.2":"2024-06-12T17:20:53.379Z","0.36.5":"2024-06-12T17:27:54.282Z","0.37.0-rc.0":"2024-06-12T17:43:00.482Z","0.37.0":"2024-06-12T17:50:50.489Z","0.37.1-rc.0":"2024-06-17T14:53:20.848Z","0.37.1-rc.1":"2024-07-04T19:43:22.148Z","0.37.1-rc.2":"2024-07-04T20:05:52.771Z","0.37.1-rc.3":"2024-07-05T06:49:51.787Z","0.37.1-rc.4":"2024-07-08T16:20:44.267Z","0.37.1-rc.5":"2024-07-11T15:48:51.820Z","0.37.1":"2024-07-11T15:57:36.728Z","0.37.2-rc.0":"2024-07-11T16:18:27.556Z","0.37.2-rc.1":"2024-07-11T16:29:58.775Z","0.37.2-rc.2":"2024-07-15T20:23:43.641Z","0.37.2-rc.3":"2024-07-16T10:10:15.910Z","0.37.2":"2024-07-16T11:14:36.512Z","0.37.3-rc.0":"2024-07-18T11:27:30.552Z","0.37.3":"2024-07-18T11:40:07.922Z","0.37.4-rc.0":"2024-07-19T18:23:28.605Z","0.37.4":"2024-07-19T18:30:59.636Z","0.37.5-rc.0":"2024-07-19T18:47:31.699Z","0.37.5-rc.1":"2024-07-21T00:00:50.401Z","0.37.5-rc.2":"2024-07-29T12:58:36.394Z","0.37.5-rc.3":"2024-07-30T17:37:37.498Z","0.37.5-rc.4":"2024-07-31T01:37:41.150Z","0.37.5-rc.5":"2024-08-05T15:03:14.090Z","0.37.5-rc.6":"2024-08-06T13:50:45.003Z","0.37.5-rc.7":"2024-08-07T15:20:17.543Z","0.37.5-rc.8":"2024-08-14T16:06:50.806Z","0.37.5-rc.9":"2024-08-15T18:40:35.848Z","0.37.5-rc.10":"2024-08-16T13:52:26.915Z","0.37.5-rc.11":"2024-08-20T14:36:17.316Z","0.37.5-rc.12":"2024-08-21T12:34:15.443Z","0.37.5-rc.13":"2024-08-21T14:33:04.759Z","0.37.5":"2024-08-21T14:38:33.836Z","0.37.6-rc.0":"2024-08-22T12:50:58.445Z","0.37.6-rc.1":"2024-08-22T14:49:20.178Z","0.37.6-rc.2":"2024-08-22T15:31:07.479Z","0.37.6-rc.3":"2024-08-22T16:05:05.496Z","0.37.6-rc.4":"2024-08-22T18:55:33.162Z","0.37.6-rc.5":"2024-08-24T18:22:32.964Z","0.37.6-rc.6":"2024-08-24T18:32:46.414Z","0.37.6-rc.7":"2024-08-24T18:35:34.870Z","0.37.6-rc.8":"2024-08-24T18:48:37.212Z","0.37.6":"2024-08-24T19:03:09.486Z","0.37.7-rc.0":"2024-08-26T13:37:28.850Z","0.37.7-rc.1":"2024-08-27T17:01:04.402Z","0.37.7":"2024-08-27T17:08:05.209Z","0.37.8-rc.0":"2024-08-27T21:52:56.689Z","0.37.8-rc.1":"2024-08-28T17:15:59.467Z","0.37.8-rc.2":"2024-08-29T17:20:39.959Z","0.37.8-rc.3":"2024-08-30T17:17:54.851Z","0.37.8-rc.4":"2024-08-30T19:05:35.666Z","0.37.8":"2024-09-03T14:24:48.961Z","0.37.9-rc.0":"2024-09-06T15:24:06.646Z","0.37.9-rc.1":"2024-09-07T22:45:07.280Z","0.37.9-rc.2":"2024-09-09T19:15:10.340Z","0.37.9-rc.3":"2024-09-09T19:25:44.313Z","0.38.0-rc.0":"2024-09-09T19:29:17.780Z","0.38.0-rc.1":"2024-09-10T21:07:03.755Z","0.38.0-rc.2":"2024-09-12T13:44:03.358Z","0.38.0-rc.3":"2024-09-13T20:14:43.096Z","0.38.0-rc.4":"2024-09-18T13:27:54.845Z","0.38.0-rc.5":"2024-09-20T18:42:03.535Z","0.38.0-rc.6":"2024-09-27T00:14:56.924Z","0.38.0-rc.7":"2024-09-30T22:40:45.763Z","0.38.0":"2024-10-02T13:24:06.922Z","0.39.0-rc.0":"2024-10-03T16:15:24.194Z","0.39.0-rc.1":"2024-10-04T14:14:22.201Z","0.39.0-rc.2":"2024-10-04T14:20:28.069Z","0.39.0-rc.3":"2024-10-04T14:25:15.625Z","0.39.0-rc.4":"2024-10-07T13:14:22.015Z","0.39.0-rc.5":"2024-10-08T00:49:59.662Z","0.39.0-rc.6":"2024-10-15T23:06:51.088Z","0.39.0-rc.7":"2024-10-21T19:06:47.428Z","0.39.0-rc.8":"2024-10-28T13:37:14.859Z","0.39.0-rc.9":"2024-10-28T18:35:20.687Z","0.39.0-rc.10":"2024-10-28T18:45:39.262Z","0.39.0-rc.11":"2024-10-31T14:32:56.954Z","0.39.0-rc.12":"2024-10-31T14:38:44.748Z","0.39.0-rc.13":"2024-10-31T16:40:05.618Z","0.39.0-rc.14":"2024-11-01T14:06:10.011Z","0.39.0-rc.15":"2024-11-01T14:59:01.027Z","0.39.0-rc.16":"2024-11-03T19:59:42.581Z","0.39.0-rc.17":"2024-11-08T00:59:20.094Z","0.39.0-rc.18":"2024-11-08T13:38:31.391Z","0.39.0-rc.19":"2024-11-08T16:33:22.760Z","0.39.0-rc.20":"2024-11-11T20:48:53.982Z","0.39.0-rc.21":"2024-11-12T16:08:02.035Z","0.39.0-rc.22":"2024-11-15T18:31:48.555Z","0.39.0-rc.23":"2024-11-18T14:53:31.082Z","0.39.0-rc.24":"2024-11-20T14:33:07.958Z","0.39.0-rc.25":"2024-11-20T21:24:13.119Z","0.39.0-rc.26":"2024-11-25T19:42:09.709Z","0.39.0-rc.27":"2024-11-26T00:35:07.111Z","0.39.0-rc.28":"2024-11-26T14:46:43.283Z","0.39.0-rc.29":"2024-11-26T20:22:19.634Z","0.39.0-rc.30":"2024-11-26T20:35:45.735Z","0.39.0-rc.31":"2024-11-28T14:27:13.336Z","0.39.0-rc.32":"2024-11-28T18:24:47.902Z","0.39.0-rc.33":"2024-11-29T14:38:18.033Z","0.39.0-rc.34":"2024-12-02T20:41:31.381Z","0.39.0-rc.35":"2024-12-03T21:17:03.124Z","0.39.0-rc.36":"2024-12-14T10:50:38.504Z","0.39.0-rc.37":"2024-12-14T10:57:12.520Z","0.39.0-rc.38":"2024-12-17T00:20:49.114Z","0.39.0-rc.39":"2024-12-17T12:11:29.645Z","0.39.0-rc.40":"2024-12-17T12:17:39.476Z","0.39.0-rc.41":"2024-12-17T12:26:40.544Z","0.39.0-rc.42":"2024-12-17T12:35:43.983Z","0.39.0-rc.43":"2024-12-17T12:45:02.923Z","0.39.0-rc.44":"2024-12-17T19:03:40.310Z","0.39.0-rc.45":"2024-12-23T14:28:11.497Z","0.39.0-rc.46":"2024-12-23T14:41:30.407Z","0.39.0-rc.47":"2025-01-16T16:13:10.697Z","0.39.0-rc.48":"2025-01-16T16:42:13.090Z","0.39.0-rc.49":"2025-02-01T21:17:38.403Z","0.39.0-rc.50":"2025-02-01T22:03:50.907Z","0.39.0-rc.51":"2025-02-01T22:08:00.173Z","0.39.0-rc.52":"2025-02-01T22:13:17.825Z","0.39.0-rc.53":"2025-02-02T12:48:29.424Z","0.39.0-rc.54":"2025-02-02T13:13:42.819Z","0.39.0-rc.55":"2025-02-02T16:53:33.113Z","0.39.0-rc.56":"2025-02-02T17:02:37.636Z","0.39.0-rc.57":"2025-02-05T19:02:21.387Z","0.39.0-rc.58":"2025-02-10T15:48:22.316Z","0.39.0-rc.59":"2025-02-13T22:25:31.833Z","0.39.0-rc.60":"2025-02-14T19:59:38.682Z","0.39.0-rc.61":"2025-02-14T22:24:03.658Z","0.39.0-rc.62":"2025-02-17T02:11:11.994Z","0.39.0-rc.63":"2025-02-17T02:18:27.188Z","0.39.0-rc.64":"2025-02-17T02:23:57.401Z","0.39.0-rc.65":"2025-02-18T01:53:16.824Z","0.39.0-rc.66":"2025-02-21T03:15:41.606Z","0.39.0-rc.67":"2025-02-26T15:26:07.624Z","0.39.0-rc.68":"2025-02-26T15:38:11.442Z","0.39.0-rc.69":"2025-02-27T15:53:43.643Z","0.39.0-rc.70":"2025-03-01T10:39:10.592Z","0.39.0-rc.71":"2025-03-06T22:03:23.692Z","0.39.0-rc.72":"2025-03-06T22:26:18.247Z","0.39.0-rc.73":"2025-03-06T22:31:22.894Z","0.39.0-rc.74":"2025-03-06T22:40:15.281Z","0.39.0":"2025-03-07T15:08:15.191Z","0.39.1-rc.0":"2025-03-07T15:32:10.988Z","0.39.1-rc.1":"2025-03-07T15:39:36.653Z","0.39.1-rc.2":"2025-03-14T13:44:17.163Z","0.39.1-rc.3":"2025-03-14T17:53:07.398Z","0.39.1-rc.4":"2025-03-18T11:16:20.889Z","0.39.1-rc.5":"2025-03-19T15:28:59.827Z","0.39.1-rc.6":"2025-03-20T17:57:48.664Z","0.39.1-rc.7":"2025-03-20T18:39:14.252Z","0.39.1-rc.8":"2025-03-21T17:29:36.288Z","0.39.1":"2025-03-21T17:33:24.689Z","0.39.2-rc.0":"2025-03-21T20:12:47.146Z","0.39.2-rc.1":"2025-03-24T19:35:40.018Z","0.39.2-rc.2":"2025-03-25T17:23:08.452Z","0.39.2-rc.3":"2025-03-25T19:14:59.831Z","0.39.2-rc.4":"2025-03-30T00:37:50.048Z","0.39.2-rc.5":"2025-03-31T15:29:46.845Z","0.39.2-rc.6":"2025-03-31T15:43:13.891Z","0.39.2":"2025-03-31T15:50:25.258Z","0.39.3-rc.0":"2025-04-09T02:11:46.342Z","0.39.3-rc.1":"2025-04-09T02:27:54.887Z","0.39.3-rc.2":"2025-04-09T02:38:05.039Z","0.39.3-rc.3":"2025-04-09T02:48:42.941Z","0.39.3-rc.4":"2025-04-09T02:55:33.647Z","0.39.3-rc.5":"2025-04-10T19:14:53.667Z","0.39.3-rc.6":"2025-04-11T15:42:35.210Z","0.39.3-rc.7":"2025-04-16T14:33:43.442Z","0.39.3-rc.8":"2025-04-16T14:44:44.712Z","0.39.3-rc.9":"2025-04-16T14:48:34.851Z","0.39.3-rc.10":"2025-04-16T16:59:48.211Z","0.39.3-rc.11":"2025-04-16T19:28:44.278Z","0.40.0-rc.0":"2025-04-16T19:33:21.241Z","0.40.0-rc.1":"2025-04-17T16:38:48.816Z","0.40.0-rc.2":"2025-04-22T15:43:24.046Z","0.39.3":"2025-04-24T13:07:29.163Z","0.39.5":"2025-04-24T17:57:58.194Z","0.40.0-rc.3":"2025-04-24T18:18:39.280Z","0.40.0-rc.4":"2025-04-25T13:37:21.581Z","0.40.0-rc.5":"2025-04-25T13:40:28.297Z","0.40.0-rc.6":"2025-04-25T13:52:08.046Z","0.40.0-rc.7":"2025-04-28T13:43:02.401Z","0.40.0-rc.8":"2025-04-28T15:16:49.363Z","0.40.0":"2025-04-28T15:23:55.959Z","0.40.1-rc.0":"2025-05-06T19:01:34.936Z","0.40.1-rc.1":"2025-05-06T19:09:36.588Z","0.40.1-rc.2":"2025-05-06T21:09:45.905Z","0.40.1-rc.3":"2025-05-07T14:05:47.533Z","0.40.1-rc.4":"2025-05-07T14:18:32.923Z","0.40.1":"2025-05-12T13:40:08.178Z","0.40.2-rc.0":"2025-05-14T17:48:33.793Z","0.40.2-rc.1":"2025-05-15T18:34:47.885Z","0.39.7":"2025-05-18T23:51:43.254Z","0.39.9":"2025-05-19T00:47:01.206Z","0.39.10":"2025-05-19T01:37:00.990Z","0.40.2-rc.2":"2025-05-19T02:15:21.081Z","0.39.11":"2025-05-22T14:28:15.172Z","0.40.2-rc.3":"2025-05-26T15:46:08.284Z","0.40.2-rc.4":"2025-05-26T15:51:47.365Z","0.40.2-rc.5":"2025-05-27T15:36:59.452Z","0.41.0-rc.0":"2025-05-27T18:20:17.391Z","0.41.0-rc.1":"2025-05-29T15:58:51.005Z","0.41.0-rc.2":"2025-05-30T19:32:16.480Z","0.41.0-rc.3":"2025-05-30T19:36:17.233Z","0.41.0-rc.4":"2025-05-31T18:30:53.790Z","0.41.0-rc.5":"2025-05-31T18:48:51.941Z","0.41.0-rc.6":"2025-05-31T19:00:46.293Z","0.41.0-rc.7":"2025-06-04T14:19:15.655Z","0.41.0-rc.8":"2025-06-04T19:54:32.949Z","0.41.0-rc.9":"2025-06-04T20:01:44.047Z","0.41.0-rc.10":"2025-06-06T14:15:57.881Z","0.41.0-rc.11":"2025-06-06T18:16:58.654Z","0.41.0-rc.12":"2025-06-06T19:39:12.247Z","0.41.0-rc.13":"2025-06-06T19:42:01.367Z","0.41.0-rc.14":"2025-06-10T19:36:12.603Z","0.41.0-rc.15":"2025-06-17T16:55:57.264Z","0.41.0-rc.16":"2025-06-17T20:31:48.630Z","0.41.0-rc.17":"2025-06-18T14:04:12.460Z","0.41.0-rc.18":"2025-06-18T17:53:27.793Z","0.41.0-rc.19":"2025-06-19T13:48:08.584Z","0.41.0-rc.20":"2025-06-19T14:11:24.322Z","0.41.0-rc.21":"2025-06-19T18:43:48.966Z","0.41.0-rc.22":"2025-06-19T18:48:41.079Z","0.41.0-rc.23":"2025-06-20T18:33:31.065Z","0.41.0-rc.24":"2025-06-25T13:15:41.882Z","0.41.0-rc.25":"2025-07-04T14:04:45.622Z","0.41.0-rc.26":"2025-07-04T14:18:49.530Z","0.41.0-rc.27":"2025-07-04T15:16:31.565Z","0.41.0-rc.28":"2025-07-19T09:27:59.638Z","0.41.0-rc.29":"2025-07-19T12:29:37.407Z","0.41.0-rc.30":"2025-07-19T12:39:58.401Z","0.41.0-rc.31":"2025-07-20T11:01:42.544Z","0.41.0-rc.32":"2025-07-29T12:54:27.339Z","0.41.0-rc.33":"2025-07-29T19:40:31.478Z","0.41.0-rc.34":"2025-07-31T15:43:11.841Z","0.41.0-rc.35":"2025-07-31T18:06:39.798Z","0.41.0-rc.36":"2025-07-31T18:10:49.535Z","0.41.0-rc.37":"2025-07-31T18:29:40.199Z","0.41.0-rc.38":"2025-07-31T18:52:44.590Z","0.41.0-rc.39":"2025-08-04T14:37:03.341Z","0.41.0-rc.40":"2025-08-04T20:05:57.932Z","0.41.0-rc.41":"2025-08-04T20:09:11.275Z","0.41.0-rc.42":"2025-08-04T23:32:28.223Z","0.41.0-rc.43":"2025-08-05T19:24:18.799Z","0.41.0-rc.44":"2025-08-06T13:08:25.966Z","0.41.0-rc.45":"2025-08-06T19:29:31.473Z","0.41.0-rc.46":"2025-08-08T15:15:40.936Z","0.41.0-rc.47":"2025-08-12T19:49:40.654Z","0.41.0-rc.48":"2025-08-13T13:34:12.771Z","0.41.0-rc.49":"2025-08-13T13:38:05.197Z","0.41.0-rc.50":"2025-08-14T02:03:16.015Z","0.41.0-rc.51":"2025-08-18T13:30:28.247Z","0.41.0-rc.52":"2025-08-21T16:22:27.262Z","0.41.0-rc.53":"2025-08-28T18:44:31.254Z","0.41.0-rc.54":"2025-08-28T18:56:52.961Z","0.41.0-rc.55":"2025-08-28T19:07:38.902Z","0.41.0-rc.56":"2025-08-29T19:03:20.405Z","0.41.0-rc.57":"2025-09-02T13:57:06.501Z","0.41.0-rc.58":"2025-09-03T17:56:58.657Z","0.41.0-rc.59":"2025-09-10T13:14:59.477Z","0.41.0-rc.60":"2025-09-10T15:36:16.460Z","0.41.0-rc.61":"2025-09-27T00:55:44.288Z","0.41.0-rc.62":"2025-10-02T21:11:30.941Z","0.41.0-rc.63":"2025-10-03T15:16:28.814Z","0.41.0-rc.64":"2025-10-08T18:52:58.661Z","0.41.0-rc.65":"2025-10-08T19:00:55.332Z","0.41.0-rc.66":"2025-10-20T13:20:16.068Z","0.41.0-rc.67":"2025-10-27T20:48:17.623Z","0.41.0-rc.68":"2025-11-04T14:31:15.335Z","0.41.0-rc.69":"2025-11-05T01:57:51.800Z","0.41.0-rc.70":"2025-11-05T02:03:30.787Z","0.41.0-rc.71":"2025-11-05T02:08:15.309Z","0.41.0-rc.72":"2025-11-05T21:17:15.860Z","0.41.0-rc.73":"2025-11-05T21:36:38.413Z","0.41.0-rc.74":"2025-11-05T21:49:26.333Z","0.41.0-rc.75":"2025-11-05T22:54:53.561Z","0.41.0-rc.76":"2025-11-05T23:03:59.340Z","0.41.0-rc.77":"2025-11-06T14:34:40.227Z","0.41.0-rc.78":"2025-11-06T18:16:36.784Z","0.41.0-rc.79":"2025-11-17T14:35:30.668Z","0.41.0-rc.80":"2025-11-17T15:44:51.155Z","0.41.0-rc.81":"2025-11-17T16:15:05.876Z","0.41.0-rc.82":"2025-11-17T16:26:17.555Z","0.41.0-rc.83":"2025-11-29T01:29:17.958Z","0.41.0-rc.84":"2025-12-01T14:29:23.696Z","0.41.0-rc.85":"2025-12-03T14:57:47.561Z","1.0.0-rc.0":"2025-12-03T16:29:11.362Z","0.41.0-rc.87":"2025-12-03T16:46:32.275Z","0.41.0-rc.88":"2025-12-03T20:33:31.385Z","0.41.0-rc.89":"2025-12-03T22:12:00.598Z","0.41.0-rc.90":"2025-12-03T22:18:33.782Z","0.41.0-rc.91":"2025-12-05T14:55:24.110Z","0.41.0-rc.92":"2025-12-15T16:18:20.887Z","0.41.0-rc.93":"2025-12-15T16:22:48.710Z","0.41.0-rc.94":"2025-12-16T17:02:35.566Z","0.41.0-rc.95":"2025-12-22T17:35:43.440Z","0.41.0-rc.96":"2025-12-25T22:48:12.382Z","0.41.0-rc.97":"2025-12-30T18:44:44.454Z","0.41.0-rc.98":"2026-01-02T15:51:42.360Z","0.41.0-rc.99":"2026-01-08T20:44:47.484Z","0.41.0-rc.100":"2026-01-22T20:32:35.587Z","0.41.0-rc.101":"2026-01-23T02:32:13.210Z","0.41.0-rc.102":"2026-01-26T17:40:34.445Z","0.41.0-rc.103":"2026-02-04T19:42:57.180Z","0.41.0-rc.104":"2026-02-11T18:08:10.154Z","0.41.0-rc.105":"2026-02-11T18:13:44.553Z","0.41.0-rc.106":"2026-02-14T16:20:06.694Z","0.41.0-rc.107":"2026-02-15T12:56:52.877Z","0.41.0-rc.108":"2026-02-16T14:19:36.804Z","0.41.0-rc.109":"2026-03-02T16:53:36.499Z","0.41.0-rc.110":"2026-03-02T16:57:46.300Z","0.41.0-rc.111":"2026-03-02T17:37:58.915Z","0.41.0-rc.112":"2026-03-02T19:19:42.083Z","0.41.0-rc.113":"2026-03-05T17:32:41.703Z","0.41.0-rc.114":"2026-03-06T13:13:09.497Z","0.41.0-rc.115":"2026-03-07T01:02:39.892Z","0.41.0-rc.116":"2026-03-08T16:20:42.415Z","0.41.0-rc.117":"2026-03-08T16:57:32.095Z","0.41.0-rc.118":"2026-03-08T17:05:55.256Z","0.41.0-rc.119":"2026-03-08T17:18:01.134Z","0.41.0-rc.120":"2026-03-08T17:36:58.339Z","0.41.0":"2026-03-18T14:02:13.055Z","0.41.1-rc.0":"2026-03-18T15:10:07.519Z","0.41.1-rc.1":"2026-03-25T19:50:59.995Z","0.41.1-rc.2":"2026-03-25T21:02:56.236Z","0.41.1-rc.3":"2026-04-06T19:43:45.941Z","0.41.1-rc.4":"2026-04-06T20:01:24.346Z","0.41.1-rc.5":"2026-04-07T14:53:10.533Z","0.41.1-rc.6":"2026-04-07T15:13:11.490Z","0.41.1-rc.7":"2026-04-07T15:28:28.928Z","0.41.1":"2026-04-07T16:03:52.885Z","0.41.2-rc.0":"2026-04-08T21:07:21.833Z","0.41.2-rc.1":"2026-04-10T15:36:35.173Z","0.41.2-rc.2":"2026-04-10T18:42:31.771Z","0.41.2-rc.3":"2026-04-15T21:52:29.649Z","0.41.2-rc.4":"2026-04-17T12:58:36.080Z","0.41.2":"2026-04-17T13:06:21.689Z","0.41.3-rc.0":"2026-04-17T14:05:28.938Z","0.41.3":"2026-04-17T14:09:22.527Z","0.41.4-rc.0":"2026-04-17T15:25:29.917Z","0.41.4-rc.1":"2026-04-17T15:33:40.824Z","0.41.4":"2026-04-17T18:09:30.893Z","0.41.5-rc.0":"2026-04-17T21:13:38.059Z","0.41.5-rc.1":"2026-04-24T15:57:48.432Z","0.41.5-rc.2":"2026-04-29T13:26:52.734Z","0.41.5":"2026-04-29T13:31:14.455Z","0.41.6-rc.0":"2026-05-01T13:35:10.374Z","0.41.6-rc.1":"2026-05-05T18:57:09.829Z","0.41.6-rc.2":"2026-05-06T19:43:27.795Z","0.41.6-rc.3":"2026-05-08T15:04:57.306Z","0.41.6-rc.4":"2026-05-11T14:56:19.774Z","0.41.6-rc.5":"2026-05-11T15:04:09.835Z","0.41.6-rc.6":"2026-05-11T15:44:12.150Z","0.41.6-rc.7":"2026-05-11T18:05:26.069Z","0.41.6":"2026-05-11T18:20:53.310Z","0.41.7-rc.0":"2026-05-13T20:34:25.818Z","0.41.7-rc.1":"2026-05-14T16:29:13.063Z","0.41.7-rc.2":"2026-05-14T17:06:09.232Z","0.41.7-rc.3":"2026-05-15T17:17:38.327Z","0.41.7-rc.4":"2026-05-21T13:17:00.070Z","0.41.7-rc.5":"2026-05-22T23:37:12.662Z","0.41.7-rc.6":"2026-05-27T12:07:46.324Z","0.41.7-rc.7":"2026-05-27T18:06:24.013Z","0.41.7-rc.8":"2026-05-29T08:39:43.753Z","0.41.7-rc.9":"2026-06-02T18:18:44.932Z","0.41.7-rc.10":"2026-06-02T18:41:04.347Z","0.41.7-rc.11":"2026-06-04T12:49:04.663Z","0.41.7-rc.12":"2026-06-04T14:37:31.793Z","0.41.7-rc.13":"2026-06-05T15:28:44.897Z","0.41.7-rc.14":"2026-06-05T19:12:29.203Z","0.41.7-rc.15":"2026-06-08T17:18:12.102Z","0.41.7-rc.16":"2026-06-08T18:28:49.366Z","0.41.7-rc.17":"2026-06-08T18:44:00.454Z","0.41.7":"2026-06-09T18:31:03.684Z","0.41.8-rc.0":"2026-06-11T15:08:04.123Z","0.41.8-rc.1":"2026-06-15T19:27:37.037Z","0.41.8-rc.2":"2026-06-15T19:41:35.566Z","0.41.8-rc.3":"2026-06-15T19:46:53.959Z","0.41.8-rc.4":"2026-06-16T13:34:42.178Z","0.41.8-rc.5":"2026-06-16T15:13:18.976Z","0.41.8-rc.6":"2026-06-16T15:18:26.616Z","0.41.8-rc.7":"2026-06-16T16:48:43.322Z","0.41.8-rc.8":"2026-06-16T16:53:12.463Z","0.41.8-rc.9":"2026-06-23T10:54:06.244Z","0.41.8-rc.10":"2026-06-26T08:44:45.092Z","0.41.8-rc.11":"2026-06-29T13:52:12.676Z","0.41.8-rc.12":"2026-06-30T15:04:55.185Z","0.41.8-rc.13":"2026-07-06T16:59:41.041Z","0.41.8":"2026-07-06T17:09:18.949Z","0.41.9-rc.0":"2026-07-08T18:11:52.397Z","0.41.9-rc.1":"2026-07-24T13:48:28.144Z","0.41.9-rc.2":"2026-07-25T10:31:44.412Z","0.41.9-rc.3":"2026-07-25T10:38:10.197Z","0.41.9-rc.4":"2026-07-25T12:45:58.635Z","0.41.9-rc.5":"2026-07-25T13:34:57.389Z","0.41.9-rc.6":"2026-07-25T16:11:08.889Z","0.41.9-rc.7":"2026-07-28T13:40:47.700Z","0.41.9-rc.8":"2026-08-05T16:36:13.213Z","0.41.9-rc.9":"2026-08-05T18:20:17.152Z","0.41.9-rc.10":"2026-08-05T18:39:01.179Z","0.41.9-rc.11":"2026-08-07T13:00:11.131Z","0.41.9-rc.12":"2026-08-12T15:36:48.394Z","0.41.9-rc.13":"2026-08-13T18:49:03.428Z","0.41.9-rc.14":"2026-08-14T15:07:47.576Z","0.41.9-rc.15":"2026-08-26T13:38:17.738Z","0.41.9-rc.16":"2026-08-28T17:23:13.221Z","0.41.9-rc.17":"2026-08-31T13:27:17.614Z","0.41.9-rc.18":"2026-08-31T18:22:47.872Z","0.41.9-rc.19":"2026-09-01T20:57:40.708Z","0.41.9-rc.20":"2026-09-02T14:37:08.532Z","0.41.9-rc.21":"2026-09-03T11:41:42.320Z","0.41.9-rc.22":"2026-09-03T14:32:25.441Z","0.41.9":"2026-09-09T17:25:14.754Z","0.41.10-rc.0":"2026-09-11T08:20:19.226Z","0.41.10-rc.1":"2026-09-11T08:36:45.908Z","0.41.10-rc.2":"2026-09-11T11:02:55.049Z","0.41.10-rc.3":"2026-09-11T11:11:35.117Z","0.41.10-rc.4":"2026-09-15T17:35:18.700Z","0.41.10-rc.5":"2026-09-17T12:18:19.014Z"},"bugs":{"url":"https://github.com/SAP/fundamental-styles/issues"},"license":"Apache-2.0","homepage":"https://sap.github.io/fundamental-styles/","keywords":["sap","fundamental-styles","design-system","component-library","css-framework","html-css-components","ui-library","sap-design","accessible","wcag","theming","responsive","ai-friendly","bem","framework-agnostic"],"repository":{"url":"git+https://github.com/SAP/fundamental-styles.git","type":"git"},"description":"Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/","maintainers":[{"name":"fundamental-ui","email":"mladen.droshev@sap.com"}],"readme":"","readmeFilename":""}